@font-face {
	font-family: 'nexa_rust_sansblack';
	src: url('../fonts/fontfabric_-_nexa_rust_sans_black-webfont.woff2') format('woff2'), url('../fonts/fontfabric_-_nexa_rust_sans_black-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html, body {
	height: 100%;
	font-size: 18px;
	font-family: 'proxima-nova', Arial, sans-serif;
	color: #797979;
	line-height: 1.5em;
	color: #333333;
}

@media only screen and (max-width: 2048px) {
    /* When switching from land to port on Android phones, some
			text elements don't auto resize to fit port mode.  Applying
			a transparent BG fixes this bug */
    h1, h2, h3, h4, h5, h6, p, ul, li { background: url(../images/transparentimage.png) 0 0 repeat; }
    body { min-width: 300px; }
}

img { vertical-align: middle; }

h1 {
	margin-bottom: 30px;
	color: #373737;
	font-family: 'proxima-nova', Arial, sans-serif;
	font-size: 2.3em;
	line-height: 1.2em;
	font-weight:normal;
	text-align: center;
}

h2 {
	margin-bottom: 30px;
	color: #373737;
	font-family: 'nexa_rust_sansblack', Arial, sans-serif;
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 2px;
}

h3 {
	margin-bottom: 25px;
	color: #333333;
	font-family: 'nexa_rust_sansblack', Arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: normal;
	letter-spacing: 2px;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #016597;
	text-decoration: none;
}
a:focus {
	outline: 1px solid #cfcfcf;
}
a.disabled {
	cursor:default;
}

strong {
	/*font-family:'chivobold';*/
}

input[type=text],
textarea,
select {
	width: 100%;
	font-family: 'open_sansregular', Arial, sans-serif;
	padding: 7px 0 7px 8px;
	color: #151c22;
	font-size:16px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #0e151b;
	-webkit-appearance: none;
	-moz-appearance:none;
}

/* Set default select background */
select {
	background:#FFFFFF url(../images/form-dd-arrow.jpg) right 6px no-repeat;
}

/* Remove dropdown arrow from IE dropdown versions 10 and up */
select::-ms-expand {
    display: none;
}

/* Reset select background to normal for IE 9 and below */
.ltie10 select {
	background:#FFFFFF;
}

input[type=button],
input[type=submit] {
	cursor: pointer;
	font-size:16px;
	-webkit-appearance: none;
	outline:none;
}

textarea {
	height: 150px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#797979;
}
::-moz-placeholder { /* Firefox 19+ */
  color:#797979;
}
:-ms-input-placeholder { /* IE 10+ */
  color:#797979;
}
:-moz-placeholder { /* Firefox 18- */
  color:#797979;
}

sup,
sub {
	font-size: .55em;
	text-transform: uppercase;
	position: relative;
	left: 0;
	padding-left: 1px;
}

sup {
	top: -11px;
}

sub {
	top: 8px;
}

a.btn,
.btn {
	display: inline-block;
	min-width: 115px;
	padding: 18px 40px;
	text-align: center;
	font-size: 15px;
	color: #5B534D;
	vertical-align: middle;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	line-height: 22px;
	-webkit-appearance: none;
}

a.btn:hover,
.btn:hover {
	color: #199ad6;
	background: #ece0d9;
}

a.btnIcon img {
	position: relative;
	left: 0;
	top: -4px;
}

a.btnIcon {
	padding-top: 13px;
	padding-bottom: 9px;
}
img.newWindow {
    position: absolute;
    margin-left: 5px;
    opacity: 0;
}
  a.btn:hover img.newWindow,
    .btn:hover img.newWindow {
      opacity: 1;
  }
.bodyStopScrolling {
	padding-right: 17px;
	overflow: hidden;
}

.grungeTop,
.grungeBottom {
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
}

.grungeTop {
	top: -1px;
}

.grungeTop img {
	width: 100%;
	vertical-align: top;
}

.grungeBottom {
	bottom: -1px;
}

.grungeBottom img {
	width: 100%;
	vertical-align: bottom;
}

.squigglySepLine {
	margin: 60px 0;
	padding: 0 2%;
	text-align: center;
}

/* ----------------------------------------------------
		Start Select Box Styles
------------------------------------------------------- */

.sbHolder {
	width: 100%;
	height: 42px;
	position: relative;
	color: #4D4D4D;
	display: inline-block !important;
	zoom: 1;
	*display: inline !important;
	background: #FFF;
	border: 2px solid #dbdbdb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.sbHolder a {
	color: #4D4D4D;
}

.sbHolder .sbToggle {
	width: 36px;
	height: 38px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/form-dropdown-arrow.png) center center no-repeat;
}

.sbHolder .sbSelector {
	width: 98%;
	line-height: 38px;
	display: block;
	padding-left: 2%;
	position: absolute;
	top: 0px;
	left: 0px;
	color: #4D4D4D;
}

.sbHolder .sbOptions {
	width: 100%;
	max-height: 200px !important;
	padding: 6px 0 0 0 !important;
	overflow: auto;
	top: 39px !important;
	left: -1px;
	position: absolute;
	z-index: 1000;
	background: #FFF;
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
}

.sbHolder .sbOptions li {
	margin: 0 10px;
	padding: 5px 0 5px 0;
	display: block;
	border-bottom: 1px solid #dbdbdb;
}
.sbHolder .sbOptions li:last-child {
	border-bottom: none !important;
}

.sbHolder .sbOptions li a:hover {
	color: #59213C;
}

/* ----------------------------------------------------
		End Select Box Styles
------------------------------------------------------- */

.sitewidth { width:100%; max-width:1580px; margin:0 auto; padding:0 2%; }
.ltie9 .sitewidth { width:1580px; }
.displayBlock { *display: block; zoom: 1; display: inline-block; }
.displayTable { display:table; width:100%; }
.displayTableCell { display:table-cell; vertical-align:middle; }

#Wrapper
{
	min-height:100%;
	position:relative;
}

/* ----------------------------------------------------
		Start Header Image
------------------------------------------------------- */

.headerImage {
	position: relative;
	overflow: hidden;
	height: 450px;
	margin-bottom:55px;
	background-position: center;
	background-size: cover;
}

.homePage .headerImage {
	height: auto !important;
}

.headerImage .mainImage {
	width: 100%;
	text-align: center;
	display: none;
}

.homePage .headerImage .mainImage {
	display: block;
}

.headerImage .headerPhone {
	width: 100%;
	padding-right: 90px;
	text-align: right;
	position: absolute;
	top: 50px;
	left: 0;
}

.headerImage .headerPhone a img {
	position: relative;
	left: 0;
	top: -5px;
}

.headerImage .headerPhone a {
	color: #fff;
	font-family: 'proxima-nova', sans-serif;
font-weight:700;
	letter-spacing:1px;
}

/*.homePage .headerImage .headerPhone a {
	color: #948977;
}*/

.headerImage .headerLogo {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 75px;
	left: 0;
}

.headerImage .headerBottomTreatment {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}

@media only screen and (max-width: 975px) {
	.headerImage .headerPhone {
		top: 22px;
		padding-right: 10px;
	}

	.homePage .headerImage .headerLogo a img {
		width: 32%;
	}
}

@media only screen and (max-width: 675px) {

	.interiorHeaderImage {
		height: 355px;
	}

	.homePage .headerImage .mainImage {
		width: 150%;
		margin-left: -25%;
	}

	.headerImage .headerLogo a img {
		width: 42% !important;
	}
}

/* ----------------------------------------------------
		End Header Image
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Top Nav
------------------------------------------------------- */
.screen-reader-text {
    position: absolute!important;
    clip: rect(0,0,0,0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}
.screen-reader-text:focus,.screen-reader-shortcut:focus {
    clip: auto!important;
    height: auto;
    width: auto;
    display: block;
    font-size: 1em;
    font-weight: 700;
    padding: 15px 23px 14px;
    color: #333;
    background: #fff;
    z-index: 100000;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.6)
}
.topNav {
	margin: 5px 0 50px 0;
	text-align: center;
}

.topNav li {
	display:inline-block;
	padding:0 10px;
	font-size:16px;
}

.topNav li a {

}

/* ----------------------------------------------------
		End Top Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Main Nav
------------------------------------------------------- */

#MainNavWrap {
	margin-bottom:15px;
	position: relative;
	z-index: 1000;
}

#MainNavWrap .mainNav {
	width:100%;
	display: table;
}

#MainNavWrap .mainNav li {
	display: table-cell;
	position: relative;
	font-size: 16px;
}

#MainNavWrap .mainNav li .topNavLink {
	display: block;
	float: left;
	padding: 5px 20px 5px 15px;
	color: #000;
}

#MainNavWrap .mainNav li:hover .dropdown {
	background: #e1e1e1;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#MainNavWrap .mainNav li a.current,
#MainNavWrap .mainNav li:hover .topNavLink {
	color: #0064c1;
}

#MainNavWrap .mainNav .subNav {
	display: none;
	width: 100%;
	position: absolute;
	top: 38px;
	left: 0px;
}

#MainNavWrap .mainNav .subNav ul {
	display: inline-block;
	background: #e1e1e1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#MainNavWrap .mainNav .subNav ul li {
	display: block;
	white-space: nowrap;
	padding: 5px 20px 5px 15px;
}

#MainNavWrap .mainNav .subNav ul li:hover {
	background: #f3f3f3;
}

#MainNavWrap .mainNav .subNav ul li a {
	padding-right: 15px;
	color: #434343;
}

#MainNavWrap .mainNav .subNav ul li a:hover {
	color: #16519f;
}

#MainNavWrap .mainNav .subNav ul li a.current {
	color: #0064c1;
}

#MainNavWrap .mainNav .subNav ul li a.childrenPresent {
	background: url(../images/main-nav-blue-plus.jpg) right center no-repeat;
}

#MainNavWrap .mainNav .subNav ul li:hover a.childrenPresent {
	background: url(../images/main-nav-blue-plus-hover.jpg) right center no-repeat;
}

#MainNavWrap .mainNav .subNav ul li ul {
	display: none;
	padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: display 3s linear;
	background: #f3f3f3;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

#MainNavWrap .mainNav .subNav ul li ul li {
	padding-left: 0;
}

#MainNavWrap .mainNav .subNav ul li:hover ul {
	display: block;
}

#MainNavWrap .mainNav .subNav ul li ul li a {
	padding-left: 15px;
}


/* ----------------------------------------------------
		End Main Nav
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Mobile Main Nav
------------------------------------------------------- */

.mobileMainMenu {
	display: none;
	width: 100%;
	position: absolute;
	top: 48px;
	left: 0px;
	z-index: 3000;
	font-size:16px;
	background: #f9f9f9;
	border-bottom:1px solid #e9e9e9;
}

.mobileMainMenu ul
{
	padding:0;
	list-style-type:none;
}

.mobileMainMenu ul li
{
	position:relative;
}

.mobileMainMenu ul li a
{
	display:block;
	padding:10px 0 10px 35px;
	color:#464646;
	background: #f9f9f9;
	border-top:1px solid #e9e9e9;
}

.mobileMainMenu ul.mainNav ul
{
	display: none;
}

.mobileMainMenu ul li ul.mobileMenuOpen
{
	display: block;
}

.mobileMainMenu ul li ul
{
	display: none;
}

.mobileMainMenu ul li ul li a
{
	padding-left:50px;
	background:#dbdbdb;
}

.mobileMainMenu ul li ul ul li a
{
	padding-left:65px;
}

.mobileMainMenu ul li a.current
{
	background:#dbdbdb;
	color:#464646;
	border-top:1px solid #eee;
}

.mobileMainMenu ul li .mobileToggle {
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	border-left: 1px solid #e9e9e9;
	padding: 10px 0;
	width: 55px;
	background: #f9f9f9;
}

/* ----------------------------------------------------
		End  Mobile Main Nav
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Breadcrumb
------------------------------------------------------- */

.breadcrumbWrap {
	margin-bottom: 35px;
	font-size: 14px;
	color: #525252;
	background: #dbdbdb;
}
.breadcrumbWrap ul li {
	display: inline;
	padding-right: 10px;
}
.breadcrumbWrap a {
	color: #015593;
}

/* ----------------------------------------------------
		End Breadcrumb
------------------------------------------------------- */

/* ----------------------------------------------------
		Start YouTube Video Default Styles
------------------------------------------------------- */
.youTubeVideoWrap {
	max-width: 960px;
	margin: 0 auto 50px auto;
	position: relative;
	padding-bottom: 56.25%;
}

.youTubeVideoWrap .videoCoverWrap {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 10000;
	text-align: center;
	background-size: cover;
}

.youTubeVideoWrap .videoCoverWrap .displayTable {
	height:100%;
}

.youTubeVideoWrap .videoCoverWrap .buttonWrap {
	width: 9%;
	margin: 0 auto;
	overflow: hidden;
	background-image: url(../images/Youtube_Play_Sprite.png);
	background-size: 100% 200%;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.youTubeVideoWrap .videoCoverWrap .buttonWrap img {
	width: 100%;
}

.youTubeVideoWrap .videoCoverWrap:hover .buttonWrap {
	background-position: 0 100%;
}

.youTubeVideoWrap iframe {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100% !important;
	height: 100% !important;
}


.flexslider .videoCoverPresent iframe {
	display: none;
}

/* ----------------------------------------------------
		End YouTube Video Default Styles
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Body
------------------------------------------------------- */

.mainBodyCopy {
margin-bottom:40px;
}

.rteCopy p {
	margin-bottom: 25px;
}

.rteCopy p:last-child {
	margin-bottom: 0;
}

.rteCopy img {
	max-width: 80%;
	width: auto !important;
	height: auto !important;
	margin: 20px;
}

.rteCopy ul,
.rteCopy ol {
	margin-bottom: 25px;
}

.rteCopy ul li,
.rteCopy ol li {
	padding-bottom: 3px;
}

.rteCopy ul {
	padding-left: 20px;
}

.rteCopy ul.ulSplit {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

.rteCopy ol {
	padding-left: 22px;
}

.rteCopy ul li {
	list-style-type: disc;
}

.rteCopy li p {
	margin-bottom: 0;
}

.homePage .mainBodyCopy .rteCopy {
	width:100%;
	max-width:970px;
	margin:0 auto;
}
/* ----------------------------------------------------
		End Body
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Two Column Layout
------------------------------------------------------- */
#TwoColumn {
	margin-bottom: 30px;
}

#TwoColumn #LeftColumn {
	width:100%;
	float:left;
	margin-right:-420px;
}

#TwoColumn #LeftColumn .leftColumnContent {
	margin-right:445px; /* 25 pixels added for center margin */
}

#TwoColumn #RightColumn {
	width: 420px;
	float:right;
}

@media all and (max-width: 950px) {
	#TwoColumn #LeftColumn {
		margin-right:0px;
		margin-bottom:30px;
		float:none;
	}

	#TwoColumn #LeftColumn .leftColumnContent {
		width:100%;
		margin-right:0px;
	}
	#TwoColumn #RightColumn {
		width:100%;
		float:none;
	}
}

/* ----------------------------------------------------
		End Two Column Layout
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Footer
------------------------------------------------------- */

footer {
	width: 100%;
	position: absolute;
	bottom: 0;
}

footer .footerContent {
	padding: 35px 0 0 0;
	position: relative;
	text-align: center;
	font-size: .90em;
	color: #FFF;
	
}

footer .footerContent .addressWrap {
	position: relative;
	padding:30px 0 50px 0;
	background: #867770;
}

footer .footerContent .address {
	margin-bottom: 1px;
}

footer .footerContent ul.contactList li {
	display: inline;
	padding: 0 9px;
	font-size: 1.02em;
	letter-spacing: .025em;
}

footer .footerContent ul.contactList li a img {
	display: inline-block;
	position: relative;
	left: 0;
	top: -3px;
	margin-right: 3px;
}

footer .footerContent a {
	color: #FFF;
}

footer .footerCopyRight {
	width: 100%;
	padding:10px 0;
	text-align: center;
	color: #5B534D;
	font-size: .85em;
	line-height: 1.5em;
	background:#FFF;
}

footer .footerCopyRight .copyRight {
	margin-bottom:7px;
}

footer ul.footerNav a {
	color: #5B534D;
}

footer ul.footerNav a:hover {
	color: #199ad6;
}

footer ul.footerNav li {
	display: inline-block;
	padding: 0 4px;
}


/* ----------------------------------------------------
		End Footer
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Footer Callout Node
------------------------------------------------------- */

.footerCalloutWrap {
	padding: 20px 0;
	position: relative;
	text-align: center;
	font-size: 27px;
	color: #FFF;
	background: #0074d9;
}

.footerCalloutWrap .btn {
	position: relative;
	left: 8px;
	top: -2px;
	border: 1px solid #FFF;
}

@media only screen and (max-width: 1023px) {
	.footerCalloutWrap span {
		display: block;
	}

	.footerCalloutWrap .btn {
		left: 0;
		top: 0;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.footerCalloutWrap span {
		line-height: 35px;
	}
}

/* ----------------------------------------------------
		End Footer Callout Node
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Contact Form Common Styles
------------------------------------------------------- */

.formWrap {
	margin-bottom:30px;
}

.formWrap .pnlFormError {
	margin-bottom: 30px;
	color: red;
}

.formWrap .formRowSun {
	display: none;
}

.formWrap .formRow .formLeft {
	width:48%;
	float:left;
}

.formWrap .formRow .formRight {
	width:48%;
	float:right;
}

.formWrap .formRow {
	margin-bottom:30px;
}

.formWrap .formRow label {
	display:block;
}

.formWrap .formRow .formLabel span {
	display: inline;
	color: #af243b;
}

.formWrap .formRow input[type=text]  {
	display:block;
}

@media all and (max-width: 800px) {
	.formWrap .formRow .formLeft,
	.formWrap .formRow .formRight {
		width:100%;
		float:none;
	}

	.formWrap .formRow .formLeft {
		margin-bottom:30px;
	}
}
/* ----------------------------------------------------
		End Contact Form Common Styles
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Header Image Rotator
------------------------------------------------------- */

.flexslider .slideContent {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align:center;
}

.flexslider .slideContent .displayTableCell {
	padding:0 125px;
}

.flexslider .slideContent .slideHeader {
	margin-bottom:15px;
	color:#af243b;
	font-family:Arial, sans-serif;
	font-size: 3.944em;
	line-height: 76px;
}

.flexslider .slideContent .slideCopy {
	margin-bottom:25px;
	color:#194a6a;
	font-size:1.333em;
	font-family:Arial, sans-serif;
	line-height:33px;
}

.flexslider .slideContent .slideLink {
	padding-left: 16px;
	display: inline-block;
	font-family:Arial, sans-serif;
	color: #000;
	background: url(../images/flexslider-link-arrow.png) 0 center no-repeat;
}

@media all and (max-width: 1240px) {
	.flexslider .slideContent .slideHeader {
		margin-bottom: 6px;
		font-size: 3.056em;
		line-height: 62px;
	}

	.flexslider .slideContent .slideCopy {
		font-size:1.167em;
		line-height: 29px;
	}
}

@media all and (max-width: 1023px) {
	.flexslider .slideContent .slideHeader {
		font-size: 42px;
		line-height: 42px;
	}

	.flexslider .slideContent .slideCopy {
		margin-bottom:15px;
		font-size:20px;
		line-height: 26px;
	}
}

@media all and (max-width: 860px) {
	.flexslider .slideContent .displayTableCell {
    padding: 0 65px;
	}

	.flexslider .slideContent .slideHeader {
		font-size: 42px;
		line-height: 42px;
	}
}

@media all and (max-width: 767px) {

	.flexslider .slideContent .slideHeader {
		margin-bottom:20px;
		font-size: 40px;
	}

	.flexslider .slideContent .slideCopy {
		display:none;
	}
}

@media all and (max-width: 639px) {
	.flexslider .slideContent .displayTableCell {
		padding: 0 3%;
	}
	.flexslider .slideContent .slideHeader {
    margin-bottom: 3px;
    font-size: 30px;
    line-height: 33px;
	}
}

/* ----------------------------------------------------
		End Header Image Rotator
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Human Sitemap
------------------------------------------------------- */

.humanSitemap .sitemapColumnWrap a {
	color:#3c3c3c;
}

.humanSitemap .sitemapColumnWrap .sectionColumn {
	float:left;
	padding-left: 16%;
}

@media only screen and (max-width: 959px) {
	.humanSitemap .sitemapColumnWrap .sectionColumn {
		padding-left: 14%;
	}
}

@media only screen and (max-width: 799px) {
	.humanSitemap .sitemapColumnWrap .sectionColumn {
		padding-left:0;
	}
}

/* ----------------------------------------------------
		End Human Sitemap
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Sitewide Image Callout
------------------------------------------------------- */

.sitewideImageCallout {
	margin-bottom:45px;
	padding:4% 0;
	position:relative;
	text-align:center;
	background-size:cover;
	background-position:center;
}


.sitewideImageCallout .headerImage {
	margin-bottom:35px;
}

.sitewideImageCallout a {
	border:1px solid #FFF;
	color:#FFF;
	border-radius:4px;
}

@media only screen and (max-width: 1199px) {
	.sitewideImageCallout {
		padding: 6% 0;
	}
}

@media only screen and (max-width: 899px) {
	.sitewideImageCallout {
		padding: 8% 0;
	}
}

@media only screen and (max-width: 767px) {
	.sitewideImageCallout {
		padding: 11% 0;
	}
}

	/* ----------------------------------------------------
		End Sitewide Image Callout
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Header Text Image Callout
------------------------------------------------------- */

.headerTextImageCallout {
	margin-bottom:70px;
}

.headerTextImageCallout h2 {
	text-align:center;
}

.headerTextImageCallout .desktopImage {

}

.headerTextImageCallout .mobileImage {
	display:none;
}

.headerTextImageCallout .desktopImage img,
.headerTextImageCallout .mobileImage img {
	display: block;
	margin:0 auto;
}

@media only screen and (max-width: 799px) {
	.headerTextImageCallout .desktopImage {
		display: none;
	}

	.headerTextImageCallout .mobileImage {
		display: block;
	}	
}

/* ----------------------------------------------------
		End Header Text Image Callout
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Five Image Collage With Text
------------------------------------------------------- */

.fiveImageCollageWithText {
	margin-bottom:50px;	
}

.fiveImageCollageWithText .left {
	width:58%;
	padding-right:4%;
}

.fiveImageCollageWithText .right {
	width:42%;
}

.fiveImageCollageWithText .imgCollageWrap {
}

.fiveImageCollageWithText .imgCollageWrap img {
	width: 100%;
	margin-bottom: 9px;
}

.fiveImageCollageWithText .imgCollageWrap .img1,
.fiveImageCollageWithText .imgCollageWrap .img3,
.fiveImageCollageWithText .imgCollageWrap .img4 {
	width: 75%;
}

.fiveImageCollageWithText .imgCollageWrap .col1 {
	width: 50%;
	text-align: right;
	padding-right: 2%;
}

@media only screen and (max-width: 1023px) {

	.fiveImageCollageWithText .left,
	.fiveImageCollageWithText .right {
		width: 100%;
		padding-right: 0;
		display:block;
	}

	.fiveImageCollageWithText .left {
		margin-bottom:40px;
	}

	.fiveImageCollageWithText .imgCollageWrap .col1 {
		width: 60%;
		text-align: left;
		padding-right: 0;
	}

	.fiveImageCollageWithText .imgCollageWrap .col1 img {
		display: inline-block; /*float:left;*/ /*margin-right:1%;*/
	}

	.fiveImageCollageWithText .imgCollageWrap .col1 .img1,
	.fiveImageCollageWithText .imgCollageWrap .col1 .img3 {
		width: 29%;
	}

	.fiveImageCollageWithText .imgCollageWrap .col1 .img2 {
		width: 39%;
	}

	.fiveImageCollageWithText .imgCollageWrap .col2 {
		width: 40%;
	}

	.fiveImageCollageWithText .imgCollageWrap .col2 img {
		display: inline-block;
	}

	.fiveImageCollageWithText .imgCollageWrap .col2 .img4 {
		width: 57%;
	}

	.fiveImageCollageWithText .imgCollageWrap .col2 .img5 {
		width: 41%;
	}
}

@media only screen and (max-width: 639px) {

	.fiveImageCollageWithText .imgCollageWrap .col1 {
		width: 99%;
		margin-left: 1%;
		display: block;
	}

	.fiveImageCollageWithText .imgCollageWrap .col2 {
		display: none;
	}
}

@media only screen and (max-width: 400px) {
	.fiveImageCollageWithText .imgCollageWrap .col1 {
		width: 98%;
	}
}

/* ----------------------------------------------------
		End Five Image Collage With Text
------------------------------------------------------- */

/* ----------------------------------------------------
		Start Icon Scrolling Content Widget
------------------------------------------------------- */
.iconScrollingSection h2 {
text-align:center;
}

.iconScrollingSection .squigglySepLine {
	margin-top:0;
}

.iconScrollingSection .sSubnavWrap {
	width: 100%;
	max-width: 1120px;
	padding: 0 2%;
	margin: 0 auto 30px auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	vertical-align: top;
}

.iconScrollingSection .sSubnavWrap .sNav {
	text-align: center;
	max-width: 235px;
	margin:0 auto;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'nexa_rust_sansblack', Arial, sans-serif;
	text-align: center;
	line-height: 1.2em;
	letter-spacing: 2px;
}

.iconScrollingSection .sSubnavWrap a {
	color: #353535 !important;
}

.iconScrollingSection .sIcon {
	height: 70px;
	width: 86px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 10px;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	opacity: .6;
}

.iconScrollingSection .sSubnavWrap .sNav:hover .sIcon {
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-filter: unset;
	-webkit-filter: unset;
	-moz-filter: unset;
	filter: unset;
	filter: unset;
	opacity: 1;
}

.iconScrollingSection .scrollSection {
	margin-bottom:60px;
}

.iconScrollingSection .scrollSection .icon {
	margin-bottom: 20px;
}

.iconScrollingSection .scrollSection .icon img {
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}

.iconScrollingSection .scrollSection .left {
	width:48%;
	padding-right:2%;
}

.iconScrollingSection .scrollSection .right {
	width: 48%;
	padding-left:2%;
}

.iconScrollingSection .sectionHeader {
	margin-bottom: 28px;
	font-size: 1.2em;
}

.iconScrollingSection .rteCopy {
	margin-bottom: 35px;
}

.iconScrollingSection .linksWrap a {
	margin:0 4px 12px 0;
}

@media only screen and (max-width: 875px) {
	.iconScrollingSection .scrollSection .left,
	.iconScrollingSection .scrollSection .right {
		width: 100%;
		display:block;
		padding-right: 0;
		padding-left: 0;
	}

	.iconScrollingSection .scrollSection .left {
		margin-bottom:35px;
	}
}

@media only screen and (max-width: 767px) {
	.iconScrollingSection .sSubnavWrap {
		display: block;
	}

	.iconScrollingSection .sSubnavWrap a {
		display: inline-block;
		width: 32%;
		margin-bottom: 20px;
	}

	.iconScrollingSection .scrollSection .imgCol img {
		width:100%;
	}
}

@media only screen and (max-width: 639px) {
	.iconScrollingSection .sSubnavWrap a {
		width: 48%;
	}
}

@media only screen and (max-width: 550px) {
	.iconScrollingSection .sSubnavWrap a {
		width: 98%;
	}
}


/* ----------------------------------------------------
		End Icon Scrolling Content Widget
------------------------------------------------------- */


/* ----------------------------------------------------
		Start Square Image With Description Widget
------------------------------------------------------- */

.squareImgDescWrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 70px auto;
    text-align: center;
}

    .squareImgDescWrap .squareBlock {
        width: 16%;
        display: block;
        float: left;
        margin: 0 0.3333% 10px 0.3333%;
	cursor: pointer;
    }

        .squareImgDescWrap .squareBlock:focus {
            outline: 1px solid #cfcfcf;
        }

        .squareImgDescWrap .squareBlock img {
            width: 100%;
        }

    .squareImgDescWrap .squareDescWrap {
        left: -999999px;
        position: absolute;
        width: 100%;
        top: 0;
        bottom: 0;
    }

    .squareImgDescWrap .squareImgWrap {
        position: relative;
    }

    .squareImgDescWrap .squareDesc {
        height: 100%;
    }

.squareDescWrap .squareDesc .squareDescContent {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding: 14% 2%;
    color: #ffffff;
}

    .squareDescWrap .squareDesc .squareDescContent h3 {
        color: #FFF;
    }

.squareImgDescWrap .squareContent {
    display: table;
    width: 100%;
    height: 100%;
}

    .squareImgDescWrap .squareContent h3 {
        color: #FFF;
    }

    .squareImgDescWrap .squareContent .squareDesc {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
    }

.squareImgDescWrap .squareImgOverlay {
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    text-align: center;
}

    .squareImgDescWrap .squareImgOverlay .close, .squareDescWrap .squareDesc .close {
        position: absolute;
        top: 35px;
        right: 35px;
        font-size: 25px;
        font-weight: bold;
        color: #FFF;
	cursor: pointer;
    }

    .squareImgDescWrap .squareImgOverlay .squareContent .squareDescContent {
        width: 75%;
        margin: 0 auto;
    }

@media all and (max-width: 899px) {
	.squareImgDescWrap .squareBlock {
		width:24.3%;
		margin-bottom:6px;
	}

	.squareImgDescWrap .squareContent .squareDesc {
		vertical-align: top;
		padding-top: 15%;
	}
}

@media all and (max-width: 650px) {
	.squareImgDescWrap .squareBlock {
		width: 32.6%;
	}
}

@media all and (max-width: 550px) {
    .squareImgDescWrap .squareBlock {
        width: 49.3%;
    }

    .squareImgDescWrap .squareDescWrap {
        position: fixed;
    }

    .squareDescWrap .squareDesc .squareDescContent {
        padding: 50% 2%;
    }
}



/* ----------------------------------------------------
		End Square Image With Description Widget
------------------------------------------------------- */
/* ----------------------------------------------------
		Start Site Adjustments 2/17/2021
------------------------------------------------------- */
/** updated header **/

.headerImage .topNav {
    width: 100%;
    padding-right: 45px;
    text-align: right;
    position: absolute;
    top: 15px;
    left: 0;
}

    .headerImage .topNav a {
        color: #fff;
        font-family: 'proxima-nova', sans-serif;
font-weight:700;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
/** updated scrollsections **/

.scrollSection.multiple .scrollContent {
    margin-bottom: 15px;
}

/** contact blocks start **/
.contactAddressesWrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

    .contactAddressesWrap.column2 {
        width: 70%;
    }

    .contactAddressesWrap .contactBlock {
        margin: 1% 4%;
        background: url(../images/Icon_Headquarters.png) 0 0 no-repeat;
        padding-left: 40px;
    }

        .contactAddressesWrap .contactBlock .name {
            font-family: 'proxima-nova', sans-serif;
font-weight:700;
            font-size: 19px;
            margin-bottom: 15px;
        }

        .contactAddressesWrap .contactBlock .addressLines {
            margin-bottom: 15px;
        }

        .contactAddressesWrap .contactBlock .phone .number {
            font-family: 'proxima-nova', sans-serif;
font-weight:700;
            color: #333333;
            cursor: default;
        }

        .contactAddressesWrap .contactBlock .directions {
            font-family: 'proxima-nova', sans-serif;
font-weight:700;
        }

@media only screen and (max-width: 1367px) {
    .contactAddressesWrap.column2 {
        width: 100%;
    }
}

@media only screen and (max-width: 950px) {
    .contactAddressesWrap.column2 {
        width: 100%;
        flex-direction: column;
    }

        .contactAddressesWrap.column2 .contactBlock {
            max-width: 450px;
            margin: 0 auto 20px auto;
        }
}
/** contact blocks end **/
/** team sections start **/

.teamSectionWrap {
    margin-top: 60px;
    margin-bottom: 30px;
}

    .teamSectionWrap .teamName {
        margin-bottom: 40px;
        color: #016597;
        font-family: 'nexa_rust_sansblack', Arial, sans-serif;
        font-size: 17px;
        font-weight: normal;
        text-align: center;
    }

    .teamSectionWrap .teamListWrap {
        padding-top: 15px;
        border-bottom: 1px solid #c1c1c1;
    }

        .teamSectionWrap .teamListWrap .accordionItem {
            /*margin: 0 0 15px 0;*/
            cursor: pointer;
        }

            .teamSectionWrap .teamListWrap .accordionItem .accRight .accordionContent {
                display: none;
                padding: 10px 0px 30px 30px;
            }

            .teamSectionWrap .teamListWrap .accordionItem .accRight .teamBlocksWrap {
                /*display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;*/
                /*justify-content: space-between;*/
            }

                .teamSectionWrap .teamListWrap .accordionItem .accRight .teamBlocksWrap .teamBlock {
                    width: 25%;
                    float: left;
                    margin-bottom: 30px;
                    padding-left: 0;
                    list-style-type: none;
		    min-height: 80px;
                }

            .teamSectionWrap .teamListWrap .accordionItem .accTitle {
                background-image: url('../images/faq-plus.png');
                background-repeat: no-repeat;
                background-position: right 15px center;
                border-top: 1px solid #c1c1c1;
                padding: 17px 0 17px 30px;
                display: block;
                font-family: 'nexa_rust_sansblack';
                text-transform: uppercase;
                font-size: 15px;
                letter-spacing: 3px;
                color: #353535;
                position: relative;
                z-index: 100;
            }
            .teamSectionWrap .teamListWrap .accordionItem.open .accTitle {
                background-image: url('../images/faq-minus.png');
            }
            .teamSectionWrap .teamListWrap .accordionItem .accRight .teamBlocksWrap .name {
                font-family: 'proxima-nova', sans-serif;
font-weight:700;
            }

            .teamSectionWrap .teamListWrap .accordionItem .accRight .teamBlocksWrap .subteam {
                /*margin-bottom: 15px;*/
                font-style: italic;
            }

@media only screen and (max-width: 1650px) {
      .teamSectionWrap .teamListWrap .accordionItem .accRight .teamBlocksWrap .teamBlock {
        width: 33.3333%;
    }
}
@media only screen and (max-width: 1250px) {
      .teamSectionWrap .teamListWrap .accordionItem .accRight .teamBlocksWrap .teamBlock {
        width: 50%;
    }
}

@media all and (max-width: 950px) {
    .teamSectionWrap .teamListWrap .accordionItem .accRight .accTitle {
        background-position: right 15px top 16px;
    }

    .teamSectionWrap .teamListWrap .accordionItem .accRight .accTitle {
        background-position: right 15px top 16px;
    }
}
@media only screen and (max-width: 850px) {
      .teamSectionWrap .teamListWrap .accordionItem .accRight .teamBlocksWrap .teamBlock {
        width: 100%;
        text-align: center;
    }
}
/** team sections end **/
/* ----------------------------------------------------
		End Site Adjustments 2/17/2021
------------------------------------------------------- */
/* ----------------------------------------------
  Start Site Cookie Banner Styles 
----------------------------------------------*/

#SiteCookieBanner {
	position: fixed;
	bottom: -100%;
	left: 0;
	z-index: 10001;
	background-color: #FFF;
	width: 100%;
	padding: 20px 0;
	transition: all 0.5s ease-in-out;
	box-shadow: 0 -1px 3px #eaf0f6;
}

	#SiteCookieBanner.open {
		bottom: 0%;
	}

	#SiteCookieBanner > div {
		max-width: 1000px;
	}

	#SiteCookieBanner .cookieText {
		font-size: 15px;
		line-height: 22px;
		margin-bottom: 20px;
	}

		#SiteCookieBanner .cookieText a {
			text-decoration: underline;
		}

	#SiteCookieBanner .acceptButton {
		flex-basis: 100px;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-size: 15px;
	}

		#SiteCookieBanner .acceptButton a {
			padding: 7px 20px;
			font-size: 13px;
			max-width: 150px;
		}

		#SiteCookieBanner .acceptButton a {
			margin: 0 7px;
		}

			#SiteCookieBanner .acceptButton a::after {
				display: none;
			}

			#SiteCookieBanner .acceptButton a:last-of-type {
				margin-right: 0px;
			}

		#SiteCookieBanner .acceptButton strong {
			display: inline-block;
			margin-right: 10px;
		}

/* ----------------------------------------------
  End Site Cookie Banner Styles 
----------------------------------------------*/
