#header .bluetop {
background: #006da8;
padding: 0 0 0.4rem;
}
#header .sep-rl span, #header .sep-lr span {
display: inline-block;
height: 0.4rem;	
}
#header .sep-rl span:first-child, #header .sep-lr span:first-child {
margin-right: 1%;	
}
#header .sep-rl span:first-child, #header .sep-lr span:last-child {
background: #88b660;
width: 27%;	
}
#header .sep-rl span:last-child, #header .sep-lr span:first-child {
background: #6d6e71;	
width: 72%;	
}

/*Font Awesome*/
#header .mainnav li a.dropdown:after {
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant: normal;
font-weight: 900;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
/*Full width images*/
.fullwidthimg {
height: auto;
width: 100%;	
}

/*************HEADER**************/
/***Prehead***/
#header .btnnav, #header .topnav {
color: #fff;
float: right;
list-style: none;	
padding: 0;
text-transform: uppercase;
}
#header .btnnav li, #header .topnav li {
float: left;	
}
#header .btnnav li a, #header .topnav li a {
color: #fff;
text-decoration: none;	
}
#header .btnnav {
font-weight: 400;
margin: 0.6rem 1rem 0.1rem 0;
text-align: center;
}
#header .btnnav li a {
border: 1px solid #fff;
padding: 0.3rem 1rem;
transition: all 200ms ease;	
}
#header .btnnav li a:hover {
background: #85ad13;
color: #fff;
}
#header .btnnav li {
margin-right: 1rem;	
}
#header .topnav {
margin: 0.55rem -2rem 0 0;
}
#header .topnav li:after {
content: '|';
padding: 0 1rem;	
}
#header .topnav li:last-child:after {
content: '';	
}
#header .topnav li a:hover {
color: #85ad13;	
}
/***Branding***/
#header .logo {
display: block;
height: auto;
margin: 0.5rem 0 0;
position: relative;
width: 75%;
z-index: 2;	
}
/***Search***/
#header #search, #mobsearch {
margin: 1rem 0 0.4rem;
text-align: right;	
}
#header #search input[type=text], #header #mobsearch input[type=text] {
border: 1px solid transparent;
transition: all 400ms ease;
width: 1px;
}
#header #search:hover input[type=text], #header #search input[type=text]:hover, #header #search input[type=text]:focus,
#header #mobsearch:hover input[type=text], #header #mobsearch input[type=text]:hover, #header #mobsearch input[type=text]:focus {
border-bottom: 1px dashed #00325a;
outline: none;
width: 12rem;	
}
#header #mobsearch input[type=text] {
border-bottom: 1px dashed #aaa;
outline: none;
width: 12rem;	
}
#header .searchsub {
background: none;
border: 2px solid #006da8;
border-radius: 3px;
color: #006da8;
font-size: 19px;
padding: 0 0.2rem;
transition: all 400ms ease;
}
#header #search:hover .searchsub, #header #mobsearch:hover .searchsub {
background: #006da8;
color: #fff;	
}
/***Main Navigation***/
#header .navbar {
clear: both;	
margin-bottom: -0.5rem;
margin-right: -1rem;
margin-top: -1.5rem;
}
#header .mainnav {
color: #333;
font-family: "Crimson Pro", serif;
font-size: 23px;
margin: 0;
padding: 0;
text-align: left;
width: 100%;
}
#header .mainnav li {
border-bottom: 1px solid #00325a;
margin: 0;
padding-bottom: 0.5rem;
position: relative;
transition: 300ms all ease;
}
#header .mainnav li:last-child {
border-bottom: none;
}
#header .mainnav li a {
color: #333;
line-height: 1.3;
padding: 0.3rem;
text-decoration: none;
transition: 300ms all ease;
z-index: 18;	
}
#header .mainnav li a.dropdown:after {
bottom: -2px;
color: #81b35a;
content: "\f0da";
position: relative;
right: -6px;		
}
#header .mainnav li a.dropdown:hover {
color: #333;
}
#header .mainnav li ul {
background: rgba(255,255,255,0.9);
display: block;
float: right;
font-family: 'Roboto', sans-serif;
font-size: 17px;
list-style: none;
margin: -37px 0 0;
padding: 0;
width: 11rem;	
z-index: 16;	
}
#header .mainnav li ul li {
border-bottom: 1px solid #006DA8;
margin: 0;
padding: 0.2rem 0rem;
position: relative;		
text-align: right;	
width: 11rem;	
}
#header li.moredrop ul {
margin: 0;	
}
#header .moredrop a i {
color: #88b660;
font-size: 20px;
margin-left: 0.3rem;
vertical-align: middle;
}
#header .mainnav li ul li:last-child {
border-bottom: none;	
}
#header .mainnav li ul li a {
display: inline-block;
padding: 0.3rem 0.3rem;
width: 100%;	
}
#header .mainnav li ul li a, #header .mainnav li:hover ul li a {
color: #333; 	
}
#header .mainnav li ul li a:hover {
background: #006da8;
color: #fff;	
}
#header .mainnav li:hover ul {
display: block;
left: auto;
transition-delay: .25s; 
}
#header .mainnav li:hover ul li ul {
left: -999rem;	
}
#header li.moredrop:hover ul {
left: 14rem !important;
transition-delay: .25s; 	
}
#header .navbar-toggler {
background-color: #00325a;
float: right;	
}
/***Header Media Queries***/
@media (min-width: 992px) {
	#header .logo { margin: 0.5rem 0 0 -8px; }
	#header .navbar { margin-top: -0.3rem; }
	#header .mainnav { width: auto; }
	#header .mainnav li {
		border-bottom: none;
		margin: 0 0 0 2rem;
		padding: 0;
	}
	#header .mainnav li a.dropdown:after {
		border-bottom: 3px solid #006da8;
		bottom: -5px;
		content: '';
		left: 0;
		position: absolute;
		right: auto;
		transition: 300ms all ease;
		width: 0%;
	}
	#header .mainnav li:hover a.dropdown:after { width: 100%; }
	#header .mainnav li ul {
		left: -999rem;
		margin: 2px 0 0 !important;
		position: absolute;
		width: 14rem;
	}
	#header .mainnav li ul li ul {
		margin: 0 !important;
		top: 0;
	}
	#header .mainnav li ul li {
		padding: 0;
		text-align: left;
		width: 14rem;
	}
	#header .homeprod {
		background-size: 85%;
		background-position: center -0.5rem;
		font-size: 14px;
		margin: 2rem 0;
		min-height: 7.5rem;
		padding: 5.4rem 0 0;
		width: 11%;	
	}
	#footer .socfoot { margin-left: 8rem; }
	#header .mobshow { display: none; }
}
@media (min-width: 768px) {	
	#header .logo { width: 88%; }
}
@media (min-width: 576px) and (max-width: 767.98px) {
	#header .btnnav, #header .topnav { font-size: 13.5px; }
	#header .btnnav { margin: 0.6rem 0 0.1rem; }
	#header .logo { width: 110%; }
}
@media (min-width: 576px) {	
	#header .navbar { margin-top: -3.5rem; }
}
@media (max-width: 991.98px) { 
	#header .mobhide { display: none !important; }
	#header .nav-link { width: 40%; }
}
@media (max-width: 575.98px) {	
	#header .mobcenter {
		float:right;
		left:-50%;
		position:relative;
		text-align:left;
	}
	#header .btnnav, .topnav {
		left:50%;
		position:relative;
	}
	#header .btnnav { margin: 1rem 0 0.4rem; }
	#header .btnnav li:last-child { margin-right: 0; }
	#header .topnav { margin: 0.55rem auto 0; }
	#header .topnav li:after { padding: 0 1rem; }
	#header .topnav li:last-child:after { padding: 0; }
	#header #buttons li{ float:left;position:relative; }/* ie needs position:relative here*/
}

/*************FOOTER**************/
#footer {
background: #006da8;
color: #fff;
padding: 2rem 0;	
}
#footer p { 
clear: both;
margin: 3.5rem 0 0.5rem;
line-height: 1.2;
}
#footer .footbar {
border-bottom: 1px solid #fff;
clear: both;
margin: 0 0 1rem;
}
/***Footer Navigation***/
#footer .footnav {
float: left;
line-height: 1.1;
list-style: none;
margin: 0 0 1rem;
padding: 0;
position: relative;
}
#footer .footnav li {
margin: 0 0 1rem;	
}
#footer .footnav a, #footer .tcnav a {
color: #fff;
text-decoration: none;	
}
#footer .footnav a:hover, #footer .tcnav a:hover {
color: #85ad13;	
}
#footer .tcnav {
list-style: none;
margin: 0;
padding: 0;	
}
#footer .tcnav li {
display: inline-block;
padding: 0 0.8rem 0 0;	
}
#footer .tcnav li:after {
content: '|';
padding-left: 0.8rem;	
}
#footer .tcnav li:last-child:after {
content: '';	
}
/***Mobile App***/
#footer .mobileapp {
font-size: 24.5px; /*20px;*/
font-weight: 500;
line-height: 1;
margin: 0 auto;
text-align: right;
width: 16.6rem;	
}
#footer .mobileapp img {
float: right;
margin: 0.6rem 0 0 0.5rem;	
}
#footer .ma-green {
color: #88b660;
display: inline-block;
font-size: 14px;
font-style: italic;
padding-top: 0.25rem;	
}
#footer .ma-sep {
border-top: 1px solid #fff;
display: block;
margin: 0.8rem 0 1rem;	
width: 100%;
}
#footer a.app {
background-position: center top;
background-repeat: no-repeat;
background-size: 100%;
display: inline-block;
margin: 0 0.3rem 0 0;
transition: all 300ms ease;
width: 130px;	
}
#footer .app.as {
background-image: url(images/icon_as.png);
height: 52px;
margin-right: 0;	
}
#footer .app.as:hover {
background-image: url(images/icon_as_on.png);	
}
#footer .app.gp {
background-image: url(images/icon_gp.png);
height: 52px;	
}
#footer .app.gp:hover {
background-image: url(images/icon_gp_on.png);	
}
/***Footer Buttons***/
#footer .socfoot {
float: right;	
}
#footer .badges {
float: left;
margin-top: -5px;
max-width: 250px;
width: 5.5rem; /*63%;*/	
}
#footer .badges a:first-child img { 
max-width: 180px;
}
#footer .socfoot a {
background: #fff;
border-radius: 3px;
color: #006da8;
display: inline-block;
float: right;
font-size: 20px;
height: 1.9rem;
margin: 0 0 0 0.7rem;
padding: 0.4rem 0;
text-align: center;
transition: all 300ms ease;
width: 1.9rem;	
}
#footer .socfoot a:hover {
background: #ccc;
color: #006da8;
text-decoration: none;	
}
#footer .amb {
height: auto;
max-width: 85px;
width: 100%;	
}
/***Footer Media Queries***/
@media (max-width: 575.98px) {
	#footer .footnav { line-height: 1.4; }
	#footer .footnav li { display: inline; }
	#footer .footnav li a:after {
		color: #fff;
		content: '|';
		display: inline-block;
		padding: 0 0.3rem 0 0.5rem;
	}
	#footer .footnav li:last-child a:after {
		content: '';
		padding: 0;
	}
	#footer .badges a:first-child img { width: 67%; }
}
@media (min-width: 576px) and (max-width: 991.98px) {
	#footer .footnav { padding-right: 1.2rem; width: 25%; }
	#footer .mobileapp { clear: both; }
}
@media (min-width: 992px) {
	#footer p { clear: none; margin: 0 0 0.5rem; }
	#footer .footnav { margin: 0 1.2rem 1rem 0; width: 15%; /*12%;*/ }
	#footer .mobileapp { float: right; margin: -10px 0 0; /*0 0 0 3.5rem;*/ }
	#footer .amb { margin-left: 1rem; }
	#footer .badges { float: right; }
}
@media (min-width: 992px) and (max-width: 1023.98px) {
	#footer .badges a:first-child img { max-width: 150px; }
	#footer .socfoot { margin-left: 2rem; }
}
@media (min-width: 1024px) {
	#footer .socfoot { margin-left: 4rem; /*8rem;*/ }
	#footer .badges { max-width: 300px; }
	#footer .badges a:first-child img { max-width: 200px; }
}
@media (min-width: 1200px) {
	#footer .footnav { margin: 0 2.5rem 1rem 0; width: auto; }
	#footer .footnav li { margin: 0 0 0.6rem; }
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
.skip-link {
	position: absolute;
    left: -999em;
    width: 990em;
}
a.skip-link:active,  a.skip-link:focus {
    left: -8.5em;
    border: 3px #3399cc solid;
    background-color: #fff;
}