@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

html {
	font-size: calc(0.5em + 1vw);
}

body {
	font: 0.9em "Open Sans",Helvetica,Arial,Lucida,sans-serif;
	-webkit-text-size-adjust: none;
}

input, textarea {
	font-size: 0.8rem;
}

/* Header Section */
html, body {
	margin: 0;
	width: 100%;
	background-color: #fafafa;
}

body > header {
	width: 100%;
	display: block;
	position: fixed;
	z-index: 100;
}

div.wrapper {
	width: calc(100% - 2em);
	margin: auto;
	padding: 0 1em;
}

body > header > div.wrapper {
    height: 100%;
}

@media only screen and (min-width: 1200px) {
	
	div.wrapper {
		width: 1180px;
		margin: auto;
		padding: 0 10px;
	}

}

/*

header.blueBar {
	top: 0;
	height: 2.75rem;
	width: calc(100% - 1.2em);
	background-color: #19197b;
	background-image: linear-gradient(#19197b, #003399);
	padding-right: 1.2em;
}

header.blueBar div.wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

header.blueBar div.cta h2 {
	color: #FFFFFF !important;
	font-size: 1rem;
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
}

header.blueBar a.btn {
	margin-left: 1em;
	font-size: 80%;
}

header.blueBar div.socialIcons ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

header.blueBar div.socialIcons ul li {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 1.5em;
	width: 1.5em;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

header.blueBar div.socialIcons ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

header.blueBar div.socialIcons ul li:hover {
	filter: invert(0.4) sepia(1) saturate(5.7) hue-rotate(7.2deg) brightness(1);
}

*/

header#topNav {
	top: 0;
	height: 5rem;
	background-color: #FFFFFF;
	font-size: 80%;
	font-weight: 700;
	border-bottom: 0.05rem solid #f0f0f0;
}

header#topNav div.wrapper {
	display: flex;
	position: relative;
	align-items: center;
}

header#topNav figure {
	display: inline-block;
}

header#topNav figure a {
	display: block;
	height: 100%;
	width: 100%;
}

header#topNav div.cta {
	display: flex;
	margin-left: 1em;
	cursor: pointer;
}

header#topNav div.cta a:first-of-type {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

header#topNav div.cta a:nth-of-type(2) {
	border-left: 1px solid #19197b;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}


@media all and (max-width: 59.9rem) {
	
	header#topNav div.cta {
		position: fixed;
		bottom: 2em;
		right: 2em;
		font-size: 1.5em;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
		-moz-box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
		box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
		border-radius: 4px;
	}
	
	header#topNav figure {
		
	}
	
	header#topNav img {
		max-height: 3rem;
		margin-right: 20px;
		margin-top: 0.2rem;
	}
	
	header#topNav div.tagLine {
		flex: 1 0 auto;
	}
	
	header#topNav div.tagLine img {
		display: none;
	}
	
	header#topNav div.mobile-menu-button {
		
	}
	
	header#topNav nav {
		height: calc(100% - 5em);
		width: 100%;
		z-index: 500;
		position: fixed;
		right: -100%;
		top: 5rem;
		background-color: #20272c;
		overflow-x: scroll;
	}
	
	header#topNav nav > ul {
		list-style: none;
		margin: 1em 2em;
		font-size: 200%;
	}
	
	header#topNav nav ul li {
		border: 0.5em solid transparent;
		position: relative;
	}
	
	header#topNav nav ul li a {
		color: #FFFFFF;
	}
	
	header#topNav nav li ul.submenu {
		display: block !important;
		margin-top: 0.3em;
		border-left: 2px solid #9d9d9d;
	}

	header#topNav nav li ul.submenu li {
		display: block;
		text-align: left;
		font-size: 80%;
	}
	
	header#topNav nav ul.submenu li a {
		color: #9d9d9d;
	}
	
	header#topNav nav ul li.selected > a {
		color: #74a3f3;
	}

}

@media all and (min-width: 60rem) {
	
	header#topNav div.mobile-menu-button {
		display: none;
	}
	
	header#topNav img {
		max-height: 4rem;
		margin-right: 20px;
	}

	
	header#topNav div.tagLine {
		display: block;
		padding-left: 0.8em;
		text-align: center;
	}
	
	header#topNav div.tagLine p {
		font-size: 0.7em;
	}
	
	header#topNav div.tagLine img {
		height: 1.5em;
		margin: 0.2em;
	}

	header#topNav nav {
		display: inline-block;
		text-align: right;
		flex-grow: 1;
	}
	
	header#topNav nav > ul > li ~ li {
		margin-left: 0.3em;
	}

	header#topNav + * {
		margin-top: 5rem;
	}
	
	header#topNav nav > ul {
		list-style: none;
		display: flex;
		justify-content: flex-end;
		height: 100%;
		align-items: center;
	}
	
	header#topNav nav ul li.selected > a {
		color: #74a3f3;
	}

	header#topNav nav ul li a {
		color: #000;
		transition: color 0.2s;
	}
	
	header#topNav nav > ul > li:hover {
		background-color: #20272c;
		transition: background-color 0.2s;
	}
	
	header#topNav nav > ul > li:hover > a {
		color: #FFF;
		transition: color 0.2s;
	}
	
	header#topNav nav li ul.submenu {
		display: none;
		position: absolute;
		top: 2.4em;
		left: 0;
		font-size: 0.8em;
		background-color: #20272c;
		padding: 1em;
		width: 20em;
	}

	header#topNav nav li ul.submenu li {
		display: block;
		padding: 0.3em;
		text-align: left;
		
	}
	
	header#topNav nav li ul.submenu li a {
		color: #9d9d9d;
	}
}

header#topNav nav > ul > li {
	text-transform: uppercase;
	position: relative;
	padding: 0.5em;
	transition: background-color 0.2s;
}

header#topNav nav a:hover {
	opacity: .7;
}

div#subHeader {
	margin-top: 5rem;
}

/* Page Header */

header.pageHeader {
	width: 100%;
	height: 6rem;
	background-size: cover;
	position: relative;
}

header.pageHeader div.wrapper {

}

header.pageHeader h2 {
	color: #FFFFFF;
	font-size: 2.2em;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	position: absolute;
	top: 2rem;
	right: 40px;
}

/* Breadcrumbs */

nav.breadcrumbs {
	display: block;
	width: calc(100% - 1.5em);
	font-size: 0.6em;
	padding: 0.8em 0.5em 0.8em 1em;
	background-color: #f0f0f0;
}

nav.breadcrumbs ol {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}

nav.breadcrumbs li:not(:first-of-type)::before {
	display: inline-block;
	content: "/";
	padding: 0 0.5em
}

nav.breadcrumbs li:last-of-type a {
	color: #2b2d42;
}

/* Main Content */

#mainContent {
	margin-top: 1rem;
	margin-bottom: 80px;
}

#mainContent h1 {
	margin: 1em 0.3em 0.8em 0.3em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #DDD;
}

#mainContent h2, #mainContent h3 {
	margin: 0.3em 0;
	padding-bottom: 0.3em;
}

#mainContent h1.nomargin, #mainContent h2.nomargin, #mainContent h3.nomargin {
	margin-top: 0 !important;
}

#mainContent h4 {
	margin-top: 0.8em;
	margin-bottom: 0.3em;
	padding-bottom: 0.3em;
}

/* Table */

#mainContent article table {
	
}

#mainContent article table td {
	padding: 1em;
	vertical-align: top;
}

table.list {
	width: 100%;
}

table.list thead th {
	background-color: #1f1f28;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	padding: 0.2em;
}

table.list tbody tr {
	transition: background-color 0.2s;
}

table.list tbody tr:hover {
	background-color: #c9c9c9;
	transition: background-color 0.2s;
	cursor: pointer;
}

table.list td {
	padding: 0.2em;
}

table.list td.center {
	text-align: center;
}

table.list td a {
	display: block;
	width: 100%;
}

/* Blue Skew */

div.blueSkew, div.blackSkew {
	display: block;
	position: relative;
	width: 100%;
	min-height: 30em;
	color: #FFF;
}

div.blueSkew { background-image: linear-gradient(#19197b, #003399); }
div.blackSkew { background-color: #1f1f28; }

div.blueSkew svg, div.blackSkew svg {
	position: absolute;
	height: 5vw;
	left: 0;
	width: 100%;
}

div.blueSkew svg.top, div.blackSkew svg.top { top: -1px; }
div.blueSkew svg.bottom, div.blackSkew svg.bottom { bottom: -1px; }

div.blueSkew div.skewFix, div.blackSkew div.skewFix {
	display: block;
	padding: 5em;
	width: calc(100% - 10em);
	margin: auto;
}

@media only screen and (min-width: 1200px) {
	div.blueSkew div.skewFix, div.blackSkew div.skewFix {
		width: calc(1120px - 10em);
	}
}

/* Videos */
div.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

div.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Category Header */

div.categoryHeader {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 20em;
	margin: 4em 0;
}

div.categoryHeader div.categoryHeaderImageWrapper {
	flex: 0 1 50%;
	min-height: 20em;
}

div.categoryHeader div.categoryHeaderImage {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
}

div.categoryHeader div.categoryHeaderImage img {
	width: 100%;
}

div.categoryHeader div.categoryHeaderTextWrapper {
	flex: 0 1 50%;
}

div.categoryHeader div.categoryHeaderText {
	text-align: center;
	padding: 1em;
	background-color: #121177;
	background-image: linear-gradient(#19197b, #003399);
	color: #FFFFFF;
	height: calc(100% - 2em);
}

@media (max-width: 799px) {
	div.categoryHeader div.categoryHeaderTextWrapper, div.categoryHeader div.categoryHeaderImageWrapper {
		flex: 0 1 100%;
	}
}


div.cardPanels {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
}

div.cardPanels div {
	overflow: hidden;
	flex: 1 1 25%;
	height: 10em;
}

div.cardPanels figure {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}

div.cardPanels figure:hover {
	transform: scale(1.1);
}


div.cardPanels figure a p {
	width: 100%;
	height: calc(100% - 4em);
	padding-top: 4em;
	transition: all 0.2s;
	color: transparent;
}

@media (max-width: 799px) {
	
	div.cardPanels div {
		flex: 1 1 50%;
	}
}


/* standard boxed list */

section.boxedList {
	display: grid;
	grid-gap: 1em;
	margin: 1em 2em;
}

@media (max-width: 59.9rem) {
	section.boxedList {
		grid-template-columns: 1fr 1fr ;
		grid-template-rows: auto;
	}
}

@media (min-width: 60rem) {
	section.boxedList {
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-rows: auto;
	}
}

section.boxedList div {
	display: block;
}

section.boxedList a {
	display: block;
	width: calc(100% - 2em);
	height: calc(100% - 2em);
	padding: 1em;
}

section.boxedList a:hover {
	opacity: 1;
	background-color: #FFF;
}

section.boxedList div figure {
	display: block;
	overflow: hidden;
	height: 20em;
	width: 100%;
	margin: 0;
}

@media (max-width: 61.9em) {
	section.boxedList div figure { height: 7em; }
}

@media (min-width: 62em) {
	section.boxedList div figure { height: 15em; }
}

section.boxedList div figure div.otherArticleImage {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: transform 0.2s ease;
}

section.boxedList div:hover figure div {
	transform: scale(1.075);
}

section.boxedList div hgroup {
	margin-top: 1em;
	color: var(--textColor);
	text-align: center;
	display: grid;
	grid-template-rows: minmax(auto, 4.5em) 1em;
}

section.boxedList div hgroup h3 {
	border: 0 !important;
}

section.boxedList div hgroup h4 {
	margin: 0 !important;
}

section.boxedList div hgroup p {
	font-weight: normal;
}

section.boxedList div:hover hgroup h3 {
	text-decoration: underline;
}

section.boxedList div p.subText {
	text-align: right;
	font-size: 0.6em;
	color: #d8d5db !important;
}


/* Video Blocks */

div.videoBlock {
	display: block;
	display: flex;
	flex-wrap: wrap;
	margin: 1em;
	width: calc(100% - 2em);
	min-height: 25em;
	justify-content: center;
}

div.videoBlock > div {
	border: 0.5em solid transparent;
	flex: 1 0 calc(25% - 1em);
	height: 15em;
}

div.videoBlock > div:first-of-type {
	flex: 1 0 calc(100% - 1em);
	height: 25em;
}

@media (max-width: 59.9rem) {
	div.videoBlock > div {
		flex: 1 0 calc(100% - 1em);
		height: 25em;
	}
}


/* 3 Panel */

div.threePanel {
	display: block;
	display: grid;
	width: 100%;
	height: 20em;
	grid-gap: 1em;
}

div.threePanel div.tpItem:first-of-type {
	grid-row: 1 / 2;
}

div.threePanel div.tpItem {
	min-height: 10em;
}

div.smallImageLogos {
	display: flex;
	margin: 1em;
	justify-content: center;
}

div.smallImageLogos img {
	border: 1em solid transparent;
	max-height: 2.5em;
}

/* Footer Sections */

footer#otherSites {
	width: 100%;
	display: block;
	min-height: 160px;
	padding-top: 5em;
	padding-bottom: 3em;
	background-color: #19197b;
	background-image: linear-gradient(#19197b, #003399);
	color: #FFFFFF;
	position: relative;
}

footer#otherSites > svg {
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 5vw;
}

footer#otherSites > div {
	max-width: 1200px;
	margin: auto;

}

footer#otherSites h3 {
	font-weight: 700;
	font-size: 1.2em;
	text-align: center;
	text-transform: uppercase;
}

footer#otherSites ul {
	display: grid;
	list-style: none;
	justify-content: space-evenly;
	align-items: center;
}

footer#otherSites ul li {
	border: 2px solid #FFFFFF;
	border-radius: 4px;
}

@media all and (max-width: 799px) {
	
	footer#otherSites ul {
		grid-template-columns: 1fr;
	}
	
	footer#otherSites ul li {
		margin: 15px auto;
	}
}

@media all and (min-width: 800px) and (max-width: 1199px) {
	
	footer#otherSites ul {
		grid-template-columns: 1fr 1fr;
	}

	
	footer#otherSites ul li {
		margin: 15px auto;
	}
}

@media all and (min-width: 1200px) {
	
	footer#otherSites ul {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}
	
	footer#otherSites ul li {
		margin: 15px auto;
	}
	
}


footer#otherSites ul li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	font-size: 1em;
	color: #FFF;
}


footer#otherSites div#corporateClients {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
}

footer#otherSites div#corporateClients div.client {
	height: 5em;
	width: 5em;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border: 1em solid transparent;
}


footer#learnMore {
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: 700;
}

footer#learnMore div.learnMoreBG {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('/images/optimized/1635125432-dscf3897.webp');
	display: block;
	width: 100%;
	height: 30em;
}

footer#learnMore div.learnMoreOverlay {
	background-color: rgba(0,0,0,0.7);
	display: block;
	width: 100%;
	height: calc(100% - 5em);
	padding-top: 5em
}

footer#learnMore div > p#lmText, footer#learnMore div > h2 {
	margin-bottom: 20px;
	text-transform: uppercase;
}

footer#learnMore div > p#lmText {
	font-family: "Open Sans Condensed",Helvetica,Arial,Lucida,sans-serif;
	font-weight: 700;
	line-height: 1;
	font-size: 2.2em;
}

footer#learnMore div a.btn {
	margin-bottom: 40px;
	padding: 15px 25px;
}

footer#learnMore div p {
	font-size: 1em;
}



footer.blueBar {
	background-color: #19197b;
	background-image: linear-gradient(#19197b, #003399);
	font-size: 1em;
	font-weight: 500;
	color: #FFFFFF;
	overflow: hidden;
}

footer.blueBar div.leftText {
	font-size: 0.6em;
	flex: 1 0 80%;
}

footer.blueBar div.leftText a {
	color: #FFFFFF;
}

footer.blueBar div.wrapper {
	line-height: 52px;
	display: flex;
}

footer.blueBar div.rightIcons {
	text-align: right;
	flex: 1 0 20%;
}

footer.blueBar div.rightIcons ul {
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
	width: 100%;
}

footer.blueBar div.rightIcons ul li ~ li {
	margin-left: 10%;
}

footer.blueBar div.rightIcons ul li {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 50%;
	width: 100%;
	color: transparent;
	font-size: 0;
}

footer.blueBar div.rightIcons ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

footer.blueBar div.rightIcons ul li:hover {
	border-radius: 4px;
	cursor: pointer;
	filter: invert(0.4) sepia(1) saturate(5.7) hue-rotate(7.2deg) brightness(1);
}

li.facebook { background-image: url('/shared/images/facebook.svg'); }
li.twitter { background-image: url('/shared/images/twitter.svg'); }
li.google { background-image: url('/shared/images/google-plus.svg'); }
li.linkedin { background-image: url('/shared/images/linkedin.svg'); }
li.youtube { background-image: url('/shared/images/youtube.svg'); }
li.instagram { background-image: url('/shared/images/instagram.svg'); }



/* New Style */

footer#expandedFooter {
	min-height: 20em;
}

footer#expandedFooter div.footerPanel {
	display: block;
	display: grid;
	grid-template-areas: "links contact social"
							"bottom bottom bottom";
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 17em 3em;
	line-height: 1.5em;
	margin-top: 2em;
	font-size: 0.8em;
}

@media (max-width: 59.9rem) {
	footer#expandedFooter div.footerPanel {
		grid-template-areas: "links"
							"contact" 
							"social"
							"bottom";
		grid-template-columns: 1fr;
		grid-template-rows: auto auto auto 3em;
		grid-gap: 2em;
		font-size: 1em;
		justify-item: center;
		text-align: center;
	}
}

footer#expandedFooter div.footerPanel h4 {
	margin-bottom: 1em;
}

footer#expandedFooter div.links {
	display: inline-block;
	min-width: 30%;
	grid-area: links;
}

footer#expandedFooter div.contact {
	display: inline-block;
	min-width: 30%;
	grid-area: contact;
}

footer#expandedFooter div.socialIcons {
	display: inline-block;
	min-width: 30%;
	grid-area: social;
}

footer#expandedFooter div.absoluteBottom {
	display: block;
	width: 100%;
	clear: both;
	grid-area: bottom;
}


footer#expandedFooter div.links ul, footer#expandedFooter div.socialIcons ul {
	list-style: none;
	margin-left: 0.3em;
}

footer#expandedFooter div.contact p {
	margin-bottom: 1em;
	margin-left: 0.3em;
}

footer#expandedFooter div.socialIcons ul li {
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	height: 2em;
	padding-left: 3em;
}

footer#expandedFooter div.socialIcons a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 2em;
}

@media (max-width: 59.9rem) {
	footer#expandedFooter div.links ul, footer#expandedFooter div.socialIcons ul {
		margin-left: 0;
	}
	
	footer#expandedFooter div.socialIcons ul li {
		padding-left: 0;
		background: unset;
	}
	
}

footer#expandedFooter div.absoluteBottom {
	text-align: center;
}
