/*<meta />*/

@import url('Topics.css');

H1.HomeHeading
{
	background-color: transparent;
	/*text-shadow: white 1px 1px;*/
	color: #16325a;
	font-size: 2.5em;
	margin-top: 40px;
	padding-left: 0px;
	margin-bottom: -80px;
	font-weight: 500;
}

.section.popular
{
	display: flex;
	justify-content: center;
}

#bgoverlay.active
{
	visibility: hidden;
}

.section H1
{
	text-align: center;
	background-color: transparent;
	color: black;
	font-weight: 800;
	margin-top: 0px;
	padding: 15px;
	font-size: 3em;
	line-height: 130%;
	margin-bottom: 10px;
}

.section H2
{
	text-align: center;
	background-color: transparent;
	color: black;
	font-weight: 800;
	margin-top: 0px;
	padding: 15px;
	font-size: 2em;
	line-height: 110%;
	margin-bottom: 10px;
}

.section H2:after
{
	display: block;
	content: ' ';
	margin-left: 46%;
	margin-right: 46%;
	margin-top: 10px;
	border-top: 3px solid #16325a;
}

.nav
{
	/* height: 100px;
	align-items: center;
	position: fixed;
	z-index: 4; */
}

.nav-header
{
	height: 130px;
}

/* 	Changes made for background image. 
	Had to change top from -190px to 120px */

.section
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	top: 100px;
}

.section > .centereighty
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
}

.section p
{
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.SearchBarHome
{
	/* width: 400px;
	margin-left: auto;
	margin-right: auto; 
	padding: 10px 70px 20px 70px; 
	height: 120px;
	background-color: transparent;
	background: rgba(255, 255, 255, 0.7);*/
}

.quad-display
{
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	display: flex;
	flex-direction: column;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
}

.homePageFooter
{
	display: flex;
	max-width: 1200px;
	justify-self: center;
	width: 99%;
}

.homeHeading
{
	display: flex;
	justify-content: center;
}

/*Popular articles section*/

.section.popular
{
	display: flex;
	justify-content: center;
	padding-bottom: 140px;
}

.section.popular ul
{
	list-style-type: none;
	list-style-image: none;
}

.section.popular li
{
	padding-top: 7px;
	border-top: 1px solid #000B2B;
}

.popularlist
{
	width: 60%;
}

section.popular h2
{
	width: 40%;
}

.section.popular li
{
	padding-top: 7px;
	border-top: 1px solid #16325a;
}

.section.popular ul a
{
	color: black;
	list-style-type: none;
	list-style-image: none;
}

.section.popular a:hover
{
	color: #16325a;
}

p.footerText > a:hover
{
	text-decoration: underline;
}

.section.popular H2:after
{
	margin-left: 30%;
	margin-right: 30%;
}

/* Home page tile buttons */

.quad-display > div.normal
{
	margin-left: 2%;
	display: flex;
	/* not published to output if set to table? */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 230px;
	height: 190px;
	margin-right: 2%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-width: 2px;
	border-style: none;
	border-radius: 10px;
	border-color: #16325a;
	box-shadow: 1px 1px 16px #ccc;
	padding: 10px;
	background-color: white;
}

.quad-display > div.WhatsNew
{
	background-image: url("../images/bpicons/Whats_New_Duotone_Icon.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 30%;
}

.quad-display > div.GettingStarted
{
	background-image: url("../images/bpicons/Getting_Started_Duotone_Icon.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 30%;
}

.quad-display > div.Setup
{
	background-image: url("../images/bpicons/Setup_Icon_Duotone.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 30%;
}

.quad-display > div.Clinical
{
	background-image: url("../images/bpicons/Clinical_Icon_HomePage.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 30%;
}

.quad-display > div.Management
{
	background-image: url("../images/bpicons/Management_Duotone_Icon.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 35%;
}

.quad-display > div.ACC
{
	background-image: url("../images/bpicons/ACC_Duotone_Icon.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 32%;
}

.quad-display > div.Comms
{
	background-image: url("../images/bpicons/Comms_Duotone_Icon.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 32%;
}

.quad-display > div.Troubleshoot
{
	background-image: url("../images/bpicons/Troubleshoot_Duotone_Icon.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 30%;
}

.quad-display > div.Videos
{
	background-image: url("../images/bpicons/Video_Player_Icon_HomePage.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 30%;
}

/* 	 
.quad-display > div.aip {
 	margin-left: 2%;
    display: flex; /* not published to output if set to table?
	align-items: center;
    justify-content: center;
	width: 160px;
	height: 100px;
	margin-right: 2%;
    margin-bottom: 10px;
    margin-top: 10px;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	border-color: #EE478D;
	background-color: #EE478D;
	padding: 10px;
}*/

.quad-display > div.vax
{
	margin-left: 5px;
	display: flex;
	/* not published to output if set to table? */
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 100px;
	margin-right: 5%;
	margin-bottom: 10px;
	margin-top: 10px;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	border-color: #4B2A45;
	background-color: #4B2A45;
	padding: 10px;
}

.quad-display > div.normal:hover
{
	box-shadow: 1px 1px 16px grey;
	cursor: pointer;
}

.quad-display > div.aip:hover,
.quad-display > div.vax:hover
{
	background-color: #FFFFFF;
}

.quad-display > div.normal p,
.quad-display > div.aip p,
.quad-display > div.vax p
{
	text-align: center;
	font-weight: 800;
	margin-top: 110px;
	padding-left: 0px;
	margin-bottom: 0px;
}

.quad-display > div.normal p a:link,
.quad-display > div.normal p a:visited,
.quad-display > div.normal p a:hover
{
	text-decoration: none;
	font-weight: 500;
	font-size: 1em;
	color: #16325a;
	transition: all 0.08s;
}

.quad-display > div.aip p a:link,
.quad-display > div.aip p a:visited,
.quad-display > div.aip p a:hover,
.quad-display > div.vax p a:link,
.quad-display > div.vax p a:visited,
.quad-display > div.vax p a:hover
{
	text-decoration: none;
	font-weight: 600;
	font-size: 1em;
	color: #16325a;
	transition: all 0.08s;
}

#videolibrary
{
	background-color: #E3E4E4;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#videolibrary div
{
	text-align: center;
	width: 110px;
	background-color: #3EBDAD;
	border-width: 2px;
	border-style: solid;
	border-radius: 10px;
	border-color: #3EBDAD;
	background-color: #3EBDAD;
	cursor: pointer;
	font-weight: bold;
}

#videolibrary > div p a,
#videolibrary > div p,
#videolibrary > div p a:hover
{
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
	margin: 0px;
}

hr
{
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Lose padding on small viewport */

@media only screen and (max-width: 1279px)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}
}

@media only screen and (max-width: 767px)
{
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.quad-display > div.normal
	{
		width: 260px;
	}

	.SearchBarHome
	{
		padding-left: 2px;
		padding-right: 2px;
	}

	H1.HomeHeading
	{
		font-size: 2em;
	}

	#homebackground > .nav > .nav-header-img
	{
		scale: 70%;
		margin-left: -80px;
		margin-right: -80px;
		margin-top: -10px;
	}

	#homebackground > .nav > .SearchBarHome > form.search > .search-bar._Skins_SearchBarSmall.mc-component
	{
		padding-left: 50px !important;
		width: 200px;
		position: ;
		right: 120px !important;
		top: 34px !important;
	}

	#homebackground > .nav > #hamnav-container label
	{
		top: 41px;
		right: 30px;
	}
}

@media only screen and (max-width: 1279px)
{
	.SearchBarHome
	{
		width: 80%;
	}
}

