/*<meta />*/

@import url('Topics.css');

H1.HomeHeading
{
	color: black;
	background-color: transparent;
	font-size: 3em;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 0px;
}

.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 #000B2B;
}

.section
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	/*margin-top: 60px;*/
	margin-top: -50px;
	margin-bottom: 80px;
	position: relative;
	top: -150px;
	/*Yes Banners*/
	/*top: -70px;*/
	/*No Banners*/
}

.section > .centereighty
{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: center;
}

.section p
{
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav-header
{
	height: 350px;
}

.banner-container
{
	height: 400px;
}

div.SearchBarSmall-Container
{
	width: 30%;
}

.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;
}

.section.KBBanners
{
	display: flex;
	justify-content: center;
}

div.KBBanners
{
	display: flex;
	/* not published to output if set to table? */
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 800px;
	margin-bottom: 15px;
	margin-top: 10px;
}

/*Popular articles section*/

.section.popular
{
	display: flex;
	justify-content: center;
}

.section.popular ul
{
	list-style-type: none;
	list-style-image: none;
}

.popularlist
{
	width: 60%;
}

section.popular h2
{
	width: 40%;
}

.section.popular li
{
	padding-top: 7px;
	border-top: 1px solid #EAA323;
}

.section.popular ul a
{
	color: black;
	list-style-type: none;
	list-style-image: none;
}

.section.popular a:hover
{
	color: #000B2B;
}

p.footerText > a:hover
{
	text-decoration: underline;
}

.section.popular H2:after
{
	margin-left: 30%;
	margin-right: 30%;
}

/* Saffron feature 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: solid;
	border-radius: 10px;
	border-color: #EAA323;
	box-shadow: 1px 1px 16px #ccc;
	padding: 10px;
	background-color: white;
}

.quad-display > div.GettingStarted
{
	background-image: url('../images/bpicons/Spectra_StartIcon.svg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15%;
	background-size: 170px 132px;
}

.quad-display > div.InstallAndSetup
{
	background-image: url('../images/bpicons/Spectra_SetUpIcon.svg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15%;
	background-size: 170px 132px;
}

.quad-display > div.Clinical
{
	background-image: url('../images/bpicons/Spectra_ClinicalIcon.svg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15%;
	background-size: 170px 132px;
}

.quad-display > div.Management
{
	background-image: url('../images/bpicons/Spectra_ManagementIcon.svg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15%;
	background-size: 170px 132px;
}

.quad-display > div.Utilities
{
	background-image: url('../images/bpicons/Spectra_ToolsIcon.svg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15%;
	background-size: 170px 132px;
}

.quad-display > div.VideoIcon
{
	background-image: url('../images/bpicons/Spectra_VideosIcon.svg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15%;
	background-size: 170px 132px;
}

.quad-display > div.WhatsNew
{
	background-image: url('../images/bpicons/Spectra_WhatsNewIcon.svg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15%;
	background-size: 170px 132px;
}

.quad-display > div.Troubleshoot
{
	background-image: url('../images/bpicons/Spectra_TroubleshootingDVAIcon.svg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15%;
	background-size: 170px 132px;
}

.quad-display > div.Medicare
{
	background-image: url('../images/bpicons/Spectra_MedicareDVAIcon.svg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15%;
	background-size: 170px 132px;
}

.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: 135px;
	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: 600;
	font-size: 1em;
	color: #000B2B;
	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: #000B2B;
	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;
}

/* Start of Overlay div styling that pops up when the Hamnav is open */

#bg
{
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
	opacity: .6;
	transition: .2s;
	background: #000;
	z-index: 2;
}

#bg.active
{
	visibility: visible;
}

/* End of Overlay div styling that pops up when the Hamnav is open */
/* Lose padding on small viewport */

@media only screen and (max-width: 1279px)
{
	#content-section .right-section,
	#content-section .left-section
	{
		padding: 0;
	}

	div.SearchBarSmall-Container
	{
		width: 50%;
	}

	.nav
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding-bottom: 15px;
		position: fixed;
		z-index: 3;
		height: 150px;
	}

	#hamnav-container
	{
		display: block;
		position: fixed;
		right: 250px;
		top: 40px;
	}

	.banner-container
	{
		padding-top: 50px;
	}
}

@media only screen and (max-width: 767px)
{
	#content-section
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.quad-display > div.normal
	{
		width: 260px;
	}

	div.SearchBarSmall-Container
	{
		width: 60%;
	}

	.SearchBarHome
	{
		width: 98%;
		padding-left: 2px;
		padding-right: 2px;
	}

	H1.HomeHeading
	{
		font-size: 2em;
	}

	.nav
	{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-evenly;
		padding-bottom: 15px;
		position: fixed;
		z-index: 3;
		height: 150px;
	}

	.banner-container
	{
		padding-top: 50px;
	}

	#hamnav-container
	{
		display: block;
		position: fixed;
		right: 250px;
		top: 40px;
	}
}

@media only screen and (max-width: 1000px)
{
	.SearchBarHome
	{
		width: 80%;
	}
}

