/* GRID */
/* HTML5 Normalize */
* { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } 
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0; font: inherit; font-size: 100%; margin: 0; padding: 0; vertical-align: baseline; }
img { border: none; height: auto; max-width: 100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }
p{ -webkit-margin-before: 0;-webkit-margin-after: 0;-webkit-margin-start: 0px;-webkit-margin-end: 0px; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* Main container */
.wrapper { margin: 0 auto; max-width: 1180px; padding: 0; }
.one-row { clear: both; padding: 0 10px; }
.one-row:after{ content:"";clear:both;display:block; }
/* Common Columns */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 { float: left; margin: 0 3% 0 0; }
.col1:last-child, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .col7:last-child, .col8:last-child, .col9:last-child, .col10:last-child, .col11:last-child, .col12 { margin: 0; }
.col1 { width: 5.5%; } .col2 { width: 14%; } .col3 { width: 22.5%; } .col4 { width: 31%; } .col5 { width: 39.5%; } .col6 { width: 48%; } .col7 { width: 56.5%; } .col8 { width: 65%; } .col9 { width: 73.5%; } .col10 { width: 82%; } .col11 { width: 90.5%; } .col12 { width: 100%; margin: 0; }
 @media screen and (max-width: 580px) {
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 { float: none; width: 100%; }
}

/*---------------------------------------------------------------
 GLOBAL 
-----------------------------------------------------------------*/
body { overflow-x: hidden; }
.wrapper { margin: 0 auto; width: 100%; max-width: 1280px; }
.wrapper:after { content: ""; clear: both; display: block; }
h1, h2, h3, h4, h5 { margin: 15px auto; }
p { line-height: 1.5rem; margin-bottom:20px; }
#mobile-header { display: none; }
.flexslider { border: none !important; background: none !important; }
.mob-only { display: none; }
.mob-only-inline { display:none; }
.full-only { display: block; }
.full-only-inline{ display:inline-block; }
sup {font-size:.56rem; vertical-align:super;}
strong sup { font-size:1.25rem; }
hr { margin: 10px 0; }
form { margin-bottom:30px; }
a.btnLrg, button.btnLrg, form input[type=submit].btnLrg, input[type=submit].btnLrg{ -webkit-appearance: none;display:inline-block;border:0; width: auto; max-width: none; padding:15px;font-weight:700;text-align:center;text-decoration:none;text-transform: uppercase; }
a.btnLrg:hover{ text-decoration:none!important; }
.contact .btnLrg { margin-bottom: 15px; }
a.btnLrg:hover { color: #FFF; }
.screenreader { position: absolute; left: -10000px; }
.ghost { opacity: 0; position: absolute; top: 0; left: 0; height: 0;width: 0; z-index: -1; }
.hidden { display: none !important; }
.visuallyhidden { position: absolute; text-indent: -99999px; }
.mobileOnly { display: none !important; }
.tabletOnly { display: none !important; }
.desktopOnly { display: block !important; }
@media all and (max-width: 960px) {
    .tabletOnly { display: block!important; }
    .desktopOnly { display: none!important; }
}
@media all and (max-width:580px) {
    .mobileOnly { display: block !important; }
}
/* --------- END GLOBAL --------- */

/*---------------------------------------------------------------
 HEADER AND LOGO
-----------------------------------------------------------------*/
header{ position:relative;width:100%; }
/*.home header{ position:absolute;z-index: 2;margin-top:30px; }*/ /*COMMENT OUT THIS LINE IF HEADER DOESNT OVERLAY IMPACT */
.headerContent.wrapper { position: relative; max-width: 1920px; padding:0;}
.logo { float: left; position: absolute; overflow: visible; z-index: 9999999999999; top: -40px; max-width: 308px; }
.logo a { float: left; }
header .logo img { width: 100%; max-width: 308px; }
header.scroll-on .logo img { max-width:235px; }
header.scroll-on .logo { top: -10px; }
header.scroll-on #menu{ margin-top:20px; }
.headerContent { z-index: 99999; }
/* END HEADER AND LOGO */

/*---------------------------------------------------------------
 STICKY HEADER
-----------------------------------------------------------------*/
header.scroll-on, .home header .scroll-on { position: fixed; top: 0; left: 0; right: 0; box-shadow: 0px 4px 3px 0px rgba(0,0,0,.2); -moz-box-shadow: 0px 4px 3px 0px rgba(0,0,0,.2);  -webkit-box-shadow: 0px 4px 3px 0px rgba(0,0,0,.2); z-index: 10000; margin-top:0px; }
.utilityHeader.hide-utility { display: none; }
/* END STICKY HEADER */

/*---------------------------------------------------------------
 BEGIN UTILITY NAVIGATION    
-----------------------------------------------------------------*/
.utilityHeader { position:relative; width: 100%; height: 30px; padding: 4px 8px 8px 8px; z-index:1; }
.utilityHeader:after{ clear:both; display:block; content:""; }
.utSocial a { font-size: 1.5em; }
/*.home .utilityHeader{ position:absolute; }*/ /*COMMENT OUT THIS LINE IF HEADER DOESN'T OVERLAY IMPACT */
.utilityHeader .wrapper > div:last-child { text-align: right; }
.utilityHeader span  { font-size: .85em; text-decoration: none; }
.utilityHeader span.habla{ margin-right:15px;display:inline-block; }
.utilityHeader .wrapper { padding: 0; }
.utPhone a { text-decoration: none;font-weight: 700; }
/* END UTILITY NAVIGATION */

/*---------------------------------------------------------------
 SEARCH MOBILE   
-----------------------------------------------------------------*/
/* TOOLBAR MENU OPEN */
.headerContent #searchMobiletoggle { display: none; }
nav #searchtoggle + label span, #mobile-header .searchButton span { position: absolute; overflow: hidden; z-index: -1000; font-size: 0; height: 1px; }
/* OPENS CHANGES ICONS */
nav #searchtoggle + label:before, #mobile-header .searchButton:before { content: url(../images/icons/search-icon-gray.svg); }
#mobile-header .searchButton:hover:before, #mobile-header .searchButton:focus:before { content: url(../images/icons/search-icon-hover.svg); }
#mobile-header .searchButton.is-active:before { content: url(../images/icons/search-desktop-close.svg); }
#mobile-header .searchButton.is-active:hover:before, #mobile-header .searchButton.is-active:focus:before { content: url(../images/icons/search-desktop-close-hover.svg); }
input#q::-webkit-search-cancel-button { display: none; }
input#q:-webkit-autofill,input#q:-webkit-autofill:hover, input#q:-webkit-autofill:focus, input#q:-webkit-autofill:active  { border-top: none !important; border-right: none !important; border-left: none !important; -webkit-box-shadow: 0 0 0 30px #008071 inset !important; }
input#q:-webkit-autofill,input#q:-webkit-autofill:hover, input#q:-webkit-autofill:focus, input#q:-webkit-autofill:active  { color: #fff !important; }
input#q:-webkit-autofill { -webkit-box-shadow:0 0 0 50px white inset; -webkit-text-fill-color: #fff; }
input#q:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 50px white inset; -webkit-text-fill-color: #fff; }
/* OPENS DIV */
nav #searchtoggle ~ label { width: 32px; display: block; width: initial; float: right; margin-right: 5.5%; padding-left: 30px; padding-top: 36px; cursor: pointer; }
nav #searchtoggle:checked ~ .searchMobilecontent { opacity: 0; height: 0; display: none; position: absolute; overflow-x: hidden; z-index: 9999999999; }
/* DIV */
nav .searchMobilecontent { border-style: solid; border-width: 1px; float: right; max-width: 100%; width: 100%; transition-property: all; transition-duration: .5s; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); padding: 30px 5%; margin-top: 31px; margin-bottom: 7px; z-index: 9999999; display: none; position: absolute; right: 0; top: 50px; }
@media only screen and (min-width: 961px){
	nav .searchMobilecontent { margin-top: -20px; }
	.scroll-on nav .searchMobilecontent { padding: 16px 5%; }
}
nav .searchMobilecontent ul.toolbar { list-style: none; padding-left: 0; display: block; }
nav .searchMobilecontent li { display: block; }
nav .searchMobilecontent li a { text-decoration: none; line-height: 2.5em; display: block; font-size: 0.875em; text-transform: initial; }
/* SEARCH INPUT */
nav .searchMobilecontent input[type=search] { font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-size: 1.1rem; font-weight: normal; color: #fff; background-color: #008071; text-transform: uppercase; padding: 10px 6px 5px 6px; -webkit-appearance: none; margin: 0; border-top: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid #fff; border-left: 1px solid transparent; border-radius: 0; -web-kit-border-radius: 0; }
nav .searchMobilecontent input:focus { outline: none; }
nav .searchMobilecontent button[type=submit] { float: left; position: relative; border: none; font-size: 1.125em; margin-top: 12px; overflow: hidden; }
nav .searchMobilecontent button[type=submit]:before { content: url(../images/icons/search-icon-white.svg); }
nav .searchMobilecontent button[type=submit] span { position: absolute; text-indent: -99999px; }
nav .searchMobilecontent ::-webkit-input-placeholder { padding-left: 0px; color: #fff; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-weight: normal; }
nav .searchMobilecontent :-moz-placeholder { padding-left: 0px; color: #fff; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-weight: normal; }
nav .searchMobilecontent ::-moz-placeholder { padding-left: 0px; color: #fff; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-weight: normal; }
nav .searchMobilecontent :-ms-input-placeholder { padding-left: 0px; color: #fff; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-weight: normal; }
nav .searchMobilecontent.is-active { display: block; background-color: #008071; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-weight: normal; }

/*---------------------------------------------------------------
 BEGIN MAIN/TOP NAVIGATION 
-----------------------------------------------------------------*/
/* TOP NAV */
.topNav { height: 30px; margin-right: 0; padding-right: 4%; }
.topNav ul { list-style: none; margin-top: 0; }
.topNav ul li { display: inline-block; padding: 15px; }
.topNav ul li a { text-decoration: none; }

/* MAIN NAVIGATION */
.topNav input[type="checkbox"] { display: none; }
.topNav .menu-container a span { position: relative; display: inline-block; font-size: 1rem; margin-left: 10px; }
#menu .main-menu { display: none; }
#tm:checked + .main-menu { display: block; }
#menu input[type="checkbox"] { display: none; }
#menu li, #menu a, #menu span { position: relative; display: block; font-weight:700; text-decoration: none; }
#menu span{ cursor:pointer; }
#menu { float: right; margin-top: 15px; margin-bottom: 10px; }
#menu input[type="checkbox"]:checked + .sub-menu { display: block; }
#menu > li { float: left; }
.mobilenavtrigger{ display: none; }
/* SUB NAVIGATION */
#menu .sub-menu h3 { font-weight: 700; }
#menu .sub-menu li { text-align:left; padding: 0 5px; margin-right: 0; display: block; border-bottom: 1px solid #D8E6F3; }
#menu ul.sub-menu li a:hover{ text-decoration:underline; }
/* ACESSIBLE NAV */
.nav ul.sub-menu { position: absolute; top: 3.7em; left: -9999px; opacity: 0; -webkit-transition: 0.1s linear opacity; min-width: 245px; }
.nav li {	 float: left; position: relative; }
/* Top level nav items */
.nav li > a, .nav li > span { float: left; padding: 10px 12px; }
.nav li:hover ul.sub-menu, .nav li:focus ul.sub-menu, ul.sub-menu.show-menu { left: 0; opacity: 0.99; }
.nav ul.sub-menu li { float: none; position: static; }
.nav ul.sub-menu a { float: none; display: block; color: #FFF; -webkit-transition: 0.1s linear all; }
/* MOBILE MENU */
/* HIDE SELECT CHECKBOX */
.toggle, .full-screen-close { display: none; }
.full-screen-close { width: 100%; height: 100%; position: absolute; cursor: pointer; top: 0; right: 0; }
/* TOGGLE OFF-CANVAS MENU */
.container.show > .menu-container { height: 100%; min-width: 100%; }
.container.show > .content { margin-right: 40%; }
.container.show > .content .full-screen-close { display: block; z-index: 15; }
.menu { z-index: 104; position: relative; }
.toggle-btn, .close-btn { cursor: pointer; }
.toggle-btn { font-size: 1.4rem;margin-top: 10px;margin-right: 17px;display: inline-block; }
.toggle-btn:after { content: url(../images/icons/mobile-menu-open-icon.svg); }
.toggle-btn:hover:after { content: url(../images/icons/mobile-menu-open-icon-hover.svg); }
.toggle-btn.on:after { content: url(../images/icons/mobile-menu-close-icon.svg); }
.toggle-btn.on:hover:after { content: url(../images/icons/mobile-menu-close-icon-hover.svg); }
.toggle-btn span { position: absolute; left: -999999px; }
.close-btn { font-size: 1.4em; min-height: 45px; display: block; width: 100%; padding-top: 3px; }
.content { transition: margin 0.5s ease-in-out; }
.menu-container { width: 100%; float: left; height: 0; margin-top: 0px; position: fixed; top: 0; z-index: 102; display: inline-block; right: 0; transition: height 0.6s ease-in-out; }
.slide-menu i { margin-right: 1rem; font-size: 1.5rem; vertical-align: middle; }
.slide-menu li a { padding: 1.5rem; font-size: 1.125rem; text-transform: uppercase; font-weight: 600; display: block; transition: background-color .5s ease-in-out; }
/* BEGIN Search Mobile */
.searchMobilecontent, #searchMobiletoggle, #searchMobiletoggle + label { display: none; }
/* END MAIN/TOP NAVIGATION */
/* END SECTION UTILITY HEADER AND MAIN HEADER */  

/*---------------------------------------------------------------
 BEGIN HOME IMPACT BANNERS
-----------------------------------------------------------------*/
.homeImpactBanners { float: left; clear: both; padding: 51px 0 0 0; }
.homeImpactBanners .col6 { width: 50%; margin: 0; }
.homeImpactBanners h1, .homeImpactBanners h2 { font-family: 'Proxima Nova Black', 'Montserrat', sans-serif; font-size: 2.8rem; font-weight: 900; line-height: 1.1; color: #525961
; text-transform: none; }
.homeImpactBanners h1 { margin-left: 24.5%; margin-bottom: 20px; }
.homeImpactBanners h2 { padding-left: 20px; margin-right: 24.5%; }
.homeImpactBanners .blurb { font-size: 1.1rem; line-height: 1.95; margin-top: 23px; }
.homeImpactBanners .blurb .intro { padding-right: 7%; }
.homeImpactBanners .blurb, .homeImpactBanners .blurb p { line-height: 1.6; margin-bottom: 20px; }
.homeImpactBanners .blurb p:last-of-type { margin-bottom: 0; }
.homeImpactBanners .blurb .subhead { display: block; font-family: 'Proxima Nova Bold', 'Montserrat', sans-serif; font-size: 1.53rem; font-weight: 600; line-height: 1.3; color: #991B1E; text-transform: uppercase; margin-bottom: 15px; }
.homeImpactBanners .btnLinks { margin: 34px 0 0 0; }
.homeImpactBanners .orangeHeadBorder { display: block; }
.homeImpactBanners .orangeBanner { display: inline-block; background: #fff url(../images/home-banner-angle-orange.svg) no-repeat left top; background-size: contain; padding: 27px 0 73px 0; }
.homeImpactBanners .orangeBanner .blurb { margin-left: 24.5%; }
.homeImpactBanners .orangeBanner .fullImg { float: right; margin: 57px 0; padding-right: 3.5%; }
.homeImpactBanners .orangeBanner .fullImg img { float: right; }
.homeImpactBanners .blueBanner { display: inline-block; background: #fff url(../images/home-banner-angle-blue.svg) no-repeat right top; background-size: contain; padding: 58px 0 38px 0; }
.homeImpactBanners .blueBanner .blurb { padding-left: 20px; margin-right: 24.5%; }
.homeImpactBanners .blueBanner .fullImg { margin: 41px 0; padding-left: 3.5%; }
.homeImpactBanners .blueBanner .fullImg img { float: left; }
.orangeHeadBorder { display: block; margin: 5px 0; width: 100%; border: 4px solid #FCA133; background-color: #FCA133; }
.homeMain { clear: both; }
@media only screen and (min-width: 1421px) and (max-width: 1720px) { 
	.homeImpactBanners .orangeBanner { background-position: -30px top; }
	.homeImpactBanners .blueBanner { background-position: 104% top; }
}
@media only screen and (min-width: 1120px) and (max-width: 1420px) { 
	.homeImpactBanners .orangeBanner { background-position: -58px top; }
	.homeImpactBanners .blueBanner { background-position: 104% top; }
}
@media only screen and (min-width: 1024px) and (max-width: 1119px) { 
	.homeImpactBanners .orangeBanner { background-position: -36px top; }
	.homeImpactBanners .blueBanner { background-position: 104% top; }
	.homeImpactBanners h1, .homeImpactBanners h2 { font-size: 2.3rem; }
	.homeImpactBanners a.btnLrg { min-width: 267px; }
}
@media only screen and (min-width: 961px) and (max-width: 1023px) { 
	.homeImpactBanners .orangeBanner { background-position: -30px top; }
	.homeImpactBanners .blueBanner { background-position: 104% top; }
	.homeImpactBanners h1, .homeImpactBanners h2 { font-size: 2.3rem; }
	.homeImpactBanners a.btnLrg { min-width: 267px; }
}
@media only screen and (max-width: 960px) {
	.homeImpactBanners .col6 { width: 100%; }
	.homeImpactBanners h1 { margin-top: 8px; margin-left: 2.5%; margin-bottom: 15px; }
	.homeImpactBanners h1, .homeImpactBanners h2 { font-size: 2.5rem; line-height: 1.1; }
	.homeImpactBanners .blurb { font-size: 1rem; }
	.homeImpactBanners .orangeBanner { background-image: none; padding: 0; }
	.homeImpactBanners .orangeBanner .blurb { margin-left: 2.5%; margin-right: 2.5%; padding-left: 0; padding-right: 0; }
	.homeImpactBanners .orangeBanner .fullImg { float: right; margin: 0 0 10px 0; }
	.homeImpactBanners .blueBanner { background-image: none; padding: 22px 0 38px 0; }
	.homeImpactBanners .blueBanner .blurb { padding-left: 0; padding-right: 0; margin-left: 2.5%; margin-right: 2.5%; }
	.homeImpactBanners .blueBanner .fullImg { float: left; margin: 0 0 14px 0; }
}
/* END HOME IMPACT BANNERS */

/*---------------------------------------------------------------
 BEGIN SECTION IMPACT IMAGE/SLIDER AREA
-----------------------------------------------------------------*/
.slider { position: relative; }
.interior .slider { box-shadow: none;z-index: -1; }
.slider .wrapper { position: absolute; top: 0; bottom: 0; right: 0; left: 0; width: 100%; max-width: 1250px; }
.slider img { display:block;width: 100%; }
.slider h2 { font-size: 3.100rem; line-height: 1.15em; margin-bottom: 20px;text-shadow: 2px 2px #000; }
.slider .blurb { display: block; margin: 10px 0 20px; width: 100%; line-height: 1.25em; font-size: 1.125em; font-style: italic;text-shadow: 2px 2px #000; }
.slider a.button { margin-top: 40px; padding: 15px 60px 15px 60px; display: inline-block; font-size: 0.90rem; cursor: pointer; text-decoration: none; border-radius:500px; text-transform: uppercase; }
.slider a.button:hover { cursor: pointer; }
.slider .flexslider { margin-bottom: 0; }
.slider .flexslider ul.slides li { position: relative; box-shadow: none; }
.overlay { width: 46%; min-width: 525px; position: absolute; margin: auto; padding: 10px 30px 20px; }
.overlay.left-top { top: 15%; bottom: auto; left: 20px; right: auto; text-align: left; }
.overlay.left-bottom { top: auto; bottom: 15%; left: 20px; right: auto; text-align: left; }
.overlay.center{ margin: auto;left: 0;right: 0; top: 21%;height: 250px;width:60%; text-align:center;}
.slider .overlay.center .blurb{ margin-left:auto;margin:0 auto;  }
.slider .overlay.left-bottom div.blurb, .slider .overlay.left-top div.blurb { margin-left: 0; }
.slider .overlay.left-bottom a.button, .slider .overlay.left-top a.button { float: left; }
.overlay.right-top { top: 10%; left: auto; right: 20px; text-align: right; }
.overlay.right-bottom { top: auto; bottom: 10%; left: auto; right: 20px; text-align: right; }
.interior .slider .flexslider .slides img { min-height: auto; min-width: 100%; }
.fullscreen-bg { max-height: 900px;overflow: hidden; }
.fullscreen-bg__video { display: block;position: relative; width: 100%; height: auto; min-width: 100%; min-height: 100%; }
.homeImpact a.btnLrg{ margin-top:20px; }
/* END SECTION IMPACT IMAGE/SLIDER AREA */

/* BEGIN Fancy Heading */
h3.headline { font-size: 1.875em; font-weight: 700; text-align: center; margin: 0 0 38px; position: relative; overflow: hidden; }
h3.headlineborder span { position: relative; }
h3.headlineborder span:before { right: 100%; margin-right: 50px; }
h3.headlineborder span:after { left: 100%; margin-left: 50px; }
/* END Fancy Heading */

/* BEGIN ACCORDION AREA */
.accordion h2 { margin-top: 20px; }
.accordion .acc-row { position: relative; border-bottom: 1px solid; margin-bottom:0px; }
.accordion .acc-row input[type=checkbox] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 1; cursor: pointer; }
.accordion .acc-row > h3 { font-size: 1.25rem; margin: 0; padding: 20px 20px 20px 0; }
.accordion .acc-row h3, .accordion .acc-row h4, .accordion .acc-row h5 { margin-top: 0px; }
.accordion .acc-row label { cursor: pointer; position: relative; display: block; padding-left: 35px; }
.accordion .acc-row input[type=checkbox] { display: none; }
.interior-content .accordion .acc-row label:before { font-family: "Font Awesome\ 5 Free"; content: "\f067"; font-weight: 900; position: absolute; width: 0; height: 0; top: 50%; left: 0; margin-top: -7px; }
.interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 label:before { font-family: "Font Awesome\ 5 Free"; content: "\f068"; margin-top: -7px; font-weight: 900; }
.accordion .acc-row input[type=checkbox]:checked ~ h3 ~ p, .accordion .acc-row input[type=checkbox]:checked ~ h3 ~ ul, .interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 ~ div { max-height: 100%; padding: 0 40px; -webkit-transition: max-height 0.2s ease; transition: max-height 0.2s ease; border-bottom: 1px solid #e6e5e5; }
.accordion .acc-row div h3 { padding: 20px 0 15px; }
.interior-content .accordion .acc-row div { box-sizing: border-box; max-height: 0; overflow: hidden; padding: 0 40px; -webkit-transition: max-height 0.1s ease; transition: max-height 0.1s ease; margin: 0; }
/* END ACCORDION AREA */

/* BEGIN SECTION TRIPLE CIRCLES */
.tripleCircles .col4 { text-align: center; padding: 15px !important; }
/* BEGIN CIRCLE CTA AREA */
.tripleCircles .col4 .circle { background-color: #000; width: 100%; height: 0; border-radius: 50%; cursor: pointer; border: 7px solid transparent; position: relative; margin: 1em auto; padding: 48% 0; }
.tripleCircles .col4 .circle .content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; border-radius: 50%; }
.tripleCircles .col4 .circle .content:after { content: " "; margin: 0px auto; display: block; max-width: 75px; position: relative; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.tripleCircles .col4 .circle .content:hover { background-color: rgba(0, 0, 0, .5); }
.tripleCircles .col4 .circle .content:hover:after { max-width: 125px; }
/* END CIRCLE CTA AREA */
.tripleCircles .col4 .circle h3 { font-weight: 700; margin: 10px; margin-top: 45%; font-size: 2em; text-decoration: none; vertical-align: middle; display: inline-block; }
.tripleCircles .col4 .circle h3:after { position: absolute; bottom: 0; height: 4px; left: 50%; right: 50%; background: #c0392b; content: ''; }
/* END SECTION TRIPLE BLURB AREA */
/* END SECTION TRIPLE CIRCLES */

/* BEGIN SECTION TRIPLE BLURB AREA */
.tripleBlurb { margin: 15px 0; }
.tripleBlurb .col4 { text-align: center; padding: 15px !important; }

/* BEGIN SECTION TRIPLE BLURB AREA */
.tripleBlurb { margin: 10px 0 10px 0px;text-align: center; }
.tripleBlurb .col4 a{cursor:pointer;}
.tripleBlurb i { font-size: 2em; display: inline-block; margin: 15px 0; padding: 11px 9px; height: 60px; width: 60px; }
.tripleBlurb .fa-border { border: 5px solid; border-radius: 50%; }
.tripleBlurb h3 { font-weight: 700; margin: 10px; }
.tripleBlurb a { text-decoration:none; }
.tripleBlurb ~ p { text-align: center; }
/* END SECTION TRIPLE BLURB AREA */
    
.tripleBlurb .col4 a { text-decoration: none; }
.tripleBlurb i { font-size: 2em; display: inline-block; margin: 15px 0; padding: 11px 9px; height: 60px; width: 60px; }
.tripleBlurb .fa-border { border: 5px solid; border-radius: 50%; }

.infoColumns .color-overlay { position: relative; top: 0; left: 0; width: 100%; height: 100%;padding:50px 30px; }
.noBgImg.infoColumns .color-overlay { padding: 20px 30px; }
.infoColumns .columns .col4:last-child, .infoColumns .columns .col6:last-child { margin-bottom: auto; }
.infoColumns h3.info-large { font-size: 7.5em; }
.infoColumns .infographicWrap p { font-size:1.1rem;line-height: 1.6;padding: 0 20px; }
.infoColumns .columns ul { text-align: left; margin: 0 0 20px 30px; list-style-type: initial; line-height: 1.2em; } 
.infoColumns span.signature{ display:inline-block;margin-top:25px;font-size:1.875rem; }
.infoColumns img.colImage{ display:block;text-align:center;width:100%;margin:25px auto; }
.infoColumns a.titleLink { text-decoration:none;text-decoration-line: none; }
.infoColumns a.titleLink:focus { outline: none; }
.infoColumns a h3.imageTitle:hover, .infoColumns a.titleLink:focus h3.imageTitle { text-decoration:underline; }
.infoColumns ul.circleCheck { list-style-type: none; margin: 0 0 20px 0; }
.infoColumns ul.circleCheck li { padding-left: 53px; margin-bottom: 35px; background: url('../images/check.png') no-repeat left top;}
.infoColumns .subhead, .infoColumns .wysiwyg-content span.subhead { display: block; font-family: 'Proxima Nova Semibold', 'Montserrat', sans-serif; color: #991B1E; font-weight: bold; font-size: 1.54rem; margin-bottom: 28px; line-height: 1.5; }
.infoColumns h2 + .subhead, .infoColumns h3 + .subhead { margin-top: 36px; }
.infoColumns .infographicWrap{ text-align:center;padding: 40px 0; }
/* END COLUMNS AREA */

/* BEGIN COLUMNS AREA */
.infoColumns { position: relative; }
.columnBg.infoColumns{ padding:0; }
.infoColumns:not(.news):not(.toaster) { padding: 15px 7%; position: relative; }
.infoColumns.callToAction{ padding:0; }
.infoColumns h2.title{ margin: 30px 0 15px 0; }
/*OPTION TO CENTER HOMEPAGE HEADINGS AND "ALL" LINKS - COMMENT IF LEFT ALIGNED*/
.home .infoColumns h2.title{ margin: 30px 0 15px 0;text-align:center; }
.home .infoColumns a.allLink { position: relative;display: inline-block;width: 100%;top:0;right:0;text-align: center; }
/*END CENTER OPTION*/
.infoColumns .columns { position: relative; padding: 0px 0px 15px 0px; }

/* HOME INFOCOLUMN DEFAULTS */
.home .infoColumns { display: block; clear: both; }
.home .infoColumns .subhead { color: #991B1E; }
.home .infoColumns .wysiwyg-content p, .home .infoColumns .wrapper > p, .home .infoColumns .wysiwyg-content span, .home .infoColumns .wrapper > span { font-size: 1.05rem;  }
.home .infoColumns .wysiwyg-content p.subhead, .home .infoColumns .wrapper > p.subhead, .home .infoColumns .wysiwyg-content span.subhead, .home .infoColumns .wrapper > span.subhead { font-size: 1.54rem;  }
.home .infoColumns .wrapper > p, .home .infoColumns .wrapper > span { font-size: 1.05rem; padding-left: 40px; padding-right: 40px; line-height: 1.6; }
.orangeHeadBorder { display: none; }
.home .columnBg.infoColumns > .above { position: absolute; top: 0; bottom: 0; right: 0; left: 0; }
@media only screen and (max-width: 960px) {
	.home .infoColumns .wysiwyg-content p, .home .infoColumns .wrapper > p, .home .infoColumns .wysiwyg-content span, .home .infoColumns .wrapper > span { font-size: 1rem; margin-bottom: 9px; }
	.home .infoColumns .wysiwyg-content p.subhead, .home .infoColumns .wrapper > p.subhead, .home .infoColumns .wysiwyg-content span.subhead, .home .infoColumns .wrapper > span.subhead { font-size: 1rem;  }
	.infoColumns h2 + .subhead, .infoColumns h3 + .subhead { margin-top: 20px; }
}
/* HOME INFOCOLUMN ONE COLUMN WITH BACKGROUND */
.home .infoColumns.colOne { background: #fff url(../images/one-column-bg-orange.svg) no-repeat left top; background-size: contain; }
.home .infoColumns.colOne .wrapper { max-width: 1665px; background-color: #fff; margin: 45px auto; padding: 104px 0 61px 0; }
.home .infoColumns.columnBg.colOne .wrapper { background-color: transparent; }
.home .infoColumns.colOne .columns { width: 90%; margin: 0 auto; text-align: center; z-index: 1; }
.home .infoColumns.colOne .wysiwyg-content p, .home .infoColumns.colOne .wysiwyg-content span  { font-size: 1.34rem; line-height: 1.8; margin-bottom: 20px; }
.home .infoColumns.colOne h2.title { position: relative; z-index: 1; margin: 0px auto 29px auto; }
.home .infoColumns.colOne h2.title span { background-color: #fff; padding-right: 23px; padding-left: 23px; }
.home .infoColumns.colOne h2.title.default { color: #991B1E; }
.home .infoColumns.columnBg.colOne h2.title span { background-color: transparent; }
.home .infoColumns.columnBg.colOne .orangeHeadBorder { display: none; }
.home .infoColumns.columnBg.colOne:before { display: none; }
.home .infoColumns.columnBg.colOne:after { display: none; }
@media only screen and (min-width: 961px) {
	.home .infoColumns.colOne { min-height: 567px; }
	.home .infoColumns.colOne .orangeHeadBorder { display: none; }
	.home .infoColumns.colOne:before { content:''; position: absolute; display: block; top: 187px; left: 12%; width: 42%; border: 4px solid #fff; z-index: 0; }
	.home .infoColumns.colOne:after { content:''; position: absolute; display: block; top: 187px; right: 0; width: 50%; border: 4px solid #FCA133; z-index: 0; }
	.home .noTitle.infoColumns.colOne:before, .home .noTitle.infoColumns.colOne:after { display: none; }
}
@media only screen and (max-width: 960px) {
	.home .infoColumns .subhead { font-size: 1rem; }
	.home .infoColumns.colOne { background-color: #FCA133; }
	.home .infoColumns.colOne { background-image: none; padding: 1px 7%; }
	.home .infoColumns.colOne .wrapper { padding: 29px 0 0px 0; }
	.home .infoColumns.colOne .columns { margin: 10px auto 0 auto; }
	.home .infoColumns.colOne:before { display: none; }
	.home .infoColumns.colOne:after { display: none; }
	.home .infoColumns.colOne h2.title { padding-left: 15px; padding-right: 15px; }
	.home .infoColumns.colOne h2.title span { background-color: transparent; padding-right: 0; padding-left: 0; }
	.home .infoColumns.colOne .orangeHeadBorder { display: block; }
	.home .infoColumns.columnBg.colOne .orangeHeadBorder { display: none; }
	.home .infoColumns.colOne .wysiwyg-content p, .home .infoColumns.colOne .wysiwyg-content span  { font-size: 1rem; line-height: 1.6; }	
}

/* HOME INFOCOLUMN CTA COLUMN WITH BACKGROUND */
.home .infoColumns.colOne.callToAction .wrapper { padding: 85px 0 61px 0; }
.home .infoColumns.colOne.callToAction:before { display: none; }
.home .infoColumns.colOne.callToAction:after { display: none; }
/* HOME INFOCOLUMN TWO COLUMNS WITH BACKGROUND */
.home .infoColumns.colTwo .wrapper { max-width: 1665px; background-color: #fff; margin: 57px auto; padding: 16px 0 16px 0; border-left: 8px solid #FCA133; border-top: none; border-right: none; border-bottom: none; }
.home .infoColumns.columnBg.colTwo .wrapper { background-color: transparent; border-left: 8px solid transparent; }
.home .infoColumns.colTwo .columns { width: 90%; margin: 0 auto; text-align: left; z-index: 1; }
.home .infoColumns.colTwo .wysiwyg-content p, .home .infoColumns.colOne .wysiwyg-content span  { line-height: 1.6; margin-bottom: 20px; }
.home .infoColumns.colTwo > div { padding: 0 2.5%; }
.home .infoColumns.colTwo .col6 {  }
.home .infoColumns.colTwo .wysiwyg-content p, .home .infoColumns.default.colOne .wysiwyg-content span  {  }
.home .infoColumns.colTwo h2.title, .home .infoColumns.colTwo h2 { position: relative; z-index: 1; margin: 10px 0 29px 0; }
.home .infoColumns.columnBg.colTwo .orangeHeadBorder { display: none; }
@media only screen and (max-width: 960px) {
	.home .infoColumns.colTwo { padding: 1px 1%; }
	.home .infoColumns.colTwo .wrapper { padding: 20px 0 0px 0; }
	.home .infoColumns.colTwo .col6 { width: 100%; margin-bottom: 25px; }
	.home .infoColumns.colTwo h2.title, .home .infoColumns.colTwo h2 { margin: 0px 0 15px 0; }
	.home .infoColumns.colTwo .orangeHeadBorder { display: none; }
	.home .infoColumns.colTwo .wysiwyg-content p, .home .infoColumns.colTwo .wysiwyg-content span  { font-size: 1rem; line-height: 1.6; }
}
/* HOME INFOCOLUMN THREE OR MORE COLUMNS WITH BACKGROUND */
.home .infoColumns.colThree { background: #fff url(../images/three-column-bg-gray.svg) no-repeat right top; background-size: contain; }
.home .infoColumns.colThree .wrapper { position: relative; max-width: 1665px; margin: 45px auto 9px auto; padding: 20px 0 20px 0; }
.home .infoColumns.colThree .columns { background-color: #fff; width: 100%; padding: 20px 1% 94px 1%; margin: 0 auto; z-index: 1; }
.home .infoColumns.columnBg.colThree .columns { background-color: transparent; }
.home .infoColumns.colThree .wysiwyg-content p, .infoColumns.colThree .wysiwyg-content span  { font-size: 1.05rem; line-height: 1.6; margin-bottom: 21px; }
.home .infoColumns.colThree h2.title { width: 100%; position: relative; z-index: 1; margin: 0px 0 29px 35px; text-align: left; }
.home .infoColumns.colThree h2.title span { background-color: #fff; padding-right: 23px; padding-left: 0; }
.home .infoColumns.columnBg.colThree h2.title span { background-color: transparent; }
.home .infoColumns.colThree .wrapper .mobileBg > p, .home .infoColumns.colThree .wrapper .mobileBg > span { width: 64%; padding-right: 0; padding-left: 0; }
@media only screen and (min-width: 961px) and (max-width: 1280px)  { 
    .home .infoColumns.colThree h2.title { width: 64%; }
}
@media only screen and (min-width: 961px) {
	.home .infoColumns.colThree .orangeHeadBorder { display: none; }
	.home .infoColumns.colThree:after { content:''; position: absolute; display: block; top: 98px; right: 0; width: 85%; border: 4px solid #FCA133; z-index: 0; }
	.home .infoColumns.columnBg.colThree:after, .home .noTitle.infoColumns.columnBg.colThree:after { display: none; }
	.home .infoColumns.colThree .wrapper .mobileBg > p, .home .infoColumns.colThree .wrapper .mobileBg > span { padding-left: 40px; }
}
@media only screen and (max-width: 960px) {
	.home .infoColumns.colThree { background-image: none; padding: 1px 0 0 0; }
	.home .infoColumns.colThree .wrapper { background: #fff; padding: 29px 0 0px 0; }
	.home .infoColumns.columnBg.colThree .wrapper { background: transparent; }
	.home .infoColumns.colThree .columns { padding: 0 1% 44px 1%; }
	.home .infoColumns.colThree .orangeHeadBorder { display: block; }
	.home .infoColumns.columnBg.colThree .orangeHeadBorder { display: none; }
	.home .infoColumns.colThree:before { display: none; }
	.home .infoColumns.colThree:after { display: none; }
	.home .infoColumns.colThree .col4 { width: 100%; }
	.home .infoColumns.colThree h2.title { width: 88%; padding-left: 0; margin: 0px 0 8px 35px; }
	.home .infoColumns.columnBg.colThree h2.title { padding-left: 7%; margin: 0 0 8px 0; }
	.home .infoColumns.colThree h2.title span { padding-left: 0; display: block; }
	.home .infoColumns.columnBg.colThree h2.title span { padding-left: 0; }
	.home .infoColumns.colThree .wrapper .mobileBg > p, .home .infoColumns.colThree .wrapper .mobileBg > span { width: 95%; }
	.home .infoColumns.colThree .wysiwyg-content p, .home .infoColumns.colTwo .wysiwyg-content span  { font-size: 1rem; line-height: 1.6; }
	.home .infoColumns.colThree .mobileBg { background-color: #fff; padding: 36px 7%; margin: 15px 0 0 0; }
	.home .infoColumns.columnBg.colThree .mobileBg { padding: 0 7% 36px 7%; margin: 0; }
}

/* HOME INFOCOLUMN INFOGRAPHICS WITH BACKGROUND */
.home .infoColumns.infoGraphics { background: #fff; }
.home .infoColumns.infoGraphics .wrapper { max-width: 1665px; background-color: #fff; margin: 45px auto; padding: 37px 20px 0 20px; }
.home .infoColumns.columnBg.infoGraphics .wrapper { background-color: transparent; }
.home .infoColumns.infoGraphics .columns { width: 100%; margin: 0 auto; text-align: center; z-index: 1; }
.home .infoColumns.infoGraphics .wysiwyg-content p, .home .infoColumns.infoGraphics .wysiwyg-content span  { font-size: 1.34rem; line-height: 1.8; margin-bottom: 20px; }
.home .infoColumns.infoGraphics h2.title { position: relative; z-index: 1; margin: 0px auto 29px auto; }
.home .infoColumns.infoGraphics h2.title span { background-color: #fff; padding-right: 23px; padding-left: 23px; }
.home .infoColumns.columnBg.infoGraphics h2.title span { background-color: transparent; }
@media only screen and (min-width: 961px) {
	.home .infoColumns.infoGraphics .orangeHeadBorder { display: none; }
	.home .infoColumns.infoGraphics:before { content:''; position: absolute; display: block; top: 116px; left: 8%; width: 42%; border: 4px solid #fff; z-index: 0; }
	.home .infoColumns.infoGraphics:after { content:''; position: absolute; display: block; top: 116px; right: 0; width: 50%; border: 4px solid #FCA133; z-index: 0; }
	.home .infoColumns.columnBg.infoGraphics:before, .home .noTitle.infoColumns.infoGraphics:before { display: none; }
	.home .infoColumns.columnBg.infoGraphics:after, .home .noTitle.infoColumns.infoGraphics:after { display: none; }
}
@media only screen and (max-width: 960px) {
	.home .infoColumns.infoGraphics { background-image: none; padding: 1px 7%; }
	.home .infoColumns.infoGraphics .wrapper { padding: 29px 0 0px 0; }
	.home .infoColumns.infoGraphics:before { display: none; }
	.home .infoColumns.infoGraphics:after { display: none; }
	.home .infoColumns.infoGraphics h2.title { margin: 0px auto 8px auto; }
	.home .infoColumns.infoGraphics h2.title span { background-color: transparent; }
	.home .infoColumns.infoGraphics .orangeHeadBorder { display: block; margin-left: -9%; width: 117%; }
	.home .infoColumns.columnBg.infoGraphics .orangeHeadBorder { display: none; }
	.home .infoColumns.infoGraphics > div, .infoColumns.infoGraphics > p { margin-bottom:0; }
	.home .infoColumns.infoGraphics .wysiwyg-content p, .home .infoColumns.infoGraphics .wysiwyg-content span  { font-size: 1rem; line-height: 1.6; }
}
/* HOME INFOCOLUMN NEWS COLUMNS WITH BACKGROUND */
.home .infoColumns.news { background: #fff url(../images/news-column-bg-orange.svg) no-repeat left top; background-size: contain; }
.home .infoColumns.news .wrapper { position: relative; max-width: 1665px; margin: 18px auto 35px auto; padding: 20px 0 20px 0; }
.home .infoColumns.news .columns { background-color: #fff; width: 100%; padding: 17px 0 34px 0; margin: 0 auto; z-index: 1; }
.home .infoColumns.columnBg.news .columns { background-color: transparent; }
.home .infoColumns.news .wysiwyg-content p, .infoColumns.news .wysiwyg-content span  { font-size: 1.05rem; line-height: 1.6; margin-bottom: 21px; }
.home .infoColumns.news .thoughtBlock .wysiwyg-content p { padding-bottom: 15px; }
.home .infoColumns.news h2.title { position: relative; z-index: 1; margin: 21px 0 15px 0; text-align: right; }
.home .infoColumns.news h2.title span { background-color: #fff; padding-right: 23px; padding-left: 23px; }
.home .infoColumns.columnBg.news h2.title span { background-color: transparent; }
.infoColumns.news .news-image { border-bottom: 9px solid #FCA133; margin-bottom: 10px; }
.infoColumns.news .news-image img { margin-bottom: 0; }
.newsMoreBtn { position: absolute; bottom: 20px; left: 35px; z-index: 1; }
.home .infoColumns.columnBg.news .orangeHeadBorder { display: none; }
@media only screen and (min-width: 961px) {
	.home .infoColumns.news .orangeHeadBorder { display: none; }
	.home .infoColumns.news:after { content:''; position: absolute; display: block; top: 98px; left: 0; width: 90%; border: 4px solid #FCA133; background-color: #FCA133; z-index: 0; }
	.home .infoColumns.columnBg.news:after, .home .noTitle.infoColumns.news:after { display: none; }
}
@media only screen and (max-width: 960px) {
	.home .infoColumns.news, .home .infoColumns.news { background-color: #fff; background-image: none; padding: 1px 0; }
	.home .infoColumns.news .wrapper { padding: 0; margin: 18px auto 0 auto; }
	.home .infoColumns.news .columns { padding: 17px 0 78px 0; }
	.home .infoColumns.news:before { display: none; }
	.home .infoColumns.news:after { display: none; }
	.home .infoColumns.news h2.title { text-align: left; padding: 0; margin: 10px 0 10px 17px; }
	.home .infoColumns.news h2.title span { background-color: transparent; padding-left: 0; }
	.home .infoColumns.news .orangeHeadBorder { display: block; }
	.home .infoColumns.columnBg.news .orangeHeadBorder { display: none; }
	.home .infoColumns.infoGraphics .wysiwyg-content p, .home .infoColumns.infoGraphics .wysiwyg-content span  { font-size: 1rem; line-height: 1.6; }
	.home .infoColumns.news .mobileBg { padding: 36px 7%; margin: 15px 0 0 0; }
	.home .infoColumns.columnBg.news .mobileBg { padding: 0 7% 36px 7%; margin: 0; }
	.home .infoColumns.news .mobileBg { background: #F57A12; }
	.newsMoreBtn { position: absolute; bottom: 48px; left: 0; right: 0; text-align: center; }
}

/* BEGIN SECTION PROGRAMS AREA */
.programs { margin: 10px 0 0; padding: 2%; }
.programs h3 { font-size: 1.2em; }
.programs .col4 { margin-bottom: 15px; }
.programs .col4:nth-child(4n) { margin-right: 0; }
.programs .wrapper .caption { float: left; position: relative; padding: 15px; height: auto; min-height: 68px; max-height: 68px; width: 100%; top: -2px; }
.programs .wrapper .captionText { float: left; text-align: left; width: 80%; font-size: 1em; }
.programs .wrapper .captionIcon { font-size: 1.5em; float: right; text-align: center; width: 15%; margin-top: -5px; }
.programs .wrapper img { width: 100%; }
/* END SECTION PROGRAMS AREA */

/* BEGIN Full Width CTA */
.callToAction { background: url("../../_global/images/background.jpg"); min-height: 300px; position: relative; }
.callToAction .wrapper { width: 100%; max-width: 1280px; }
.callToAction .cta { text-align: center; padding: 50px 40px 65px; margin: 0 auto; }
.home .colOne.callToAction .cta { padding: 0px 40px 65px; }
.callToAction .cta h2.title { margin-top: 5px;margin-bottom: 25px; position: relative; line-height: 1em; }
.callToAction .cta span { position : relative; vertical-align: top; }
.callToAction .cta .divider { height: 10px; max-width: 100px; margin: 0 auto 15px; background: #FFF; }
.callToAction .cta p { width: 80%;margin: 20px auto; }
@media only screen and (max-width: 960px) {
	.home .infoColumns.colOne.callToAction .cta { padding: 0 0 40px 0; }
	.home .infoColumns.colOne.callToAction .wrapper { padding: 60px 0; }
	.home .infoColumns.colOne.callToAction h2.title { padding-left: 0; padding-right: 0; }
}
/* END Full Width CTA */

/* BEGIN News Section */
.news .wrapper { position:relative;max-width: 1280px; }
.news .color-overlay{ padding: 10px 0px; }
.newsSearch{ position:relative; margin-top:12px; margin-bottom:12px; clear: both; }
.newsSearch input{ width:100%; height:56px; padding:20px; font-weight: 400; background-repeat: no-repeat;background-position: right 20px center; }
.allLinkWrap{ position:relative; }
a.allLink{ position: absolute;right: 15px;top: 10px;text-decoration: none;text-transform: uppercase; }
a.allLink:hover{ text-decoration:underline; }
.news img { width: 100%; margin-bottom: 10px; }
.news .slides { display: flex!important; }
.news .slides li:first-child { border-right-width: 0px; }
.news .caption a { text-decoration: none; }
.news .caption .postDate, .news .newsCaption .postDate { font-size: 1.1rem; text-transform: uppercase; margin-top: 0px; margin-bottom:-4px; }
.news .newsCaption.thoughtBlock .postDate { margin-bottom: 16px; }
.news h3.headlineborder span:before, .news h3.headlineborder span:after { width: 170%; }
.news .flex-control-nav { bottom: -40px; }
.news .flex-direction-nav .flex-prev { left: -30px; }
.news .flex-direction-nav .flex-next { right: -30px; text-align: right; }
.news-grid.flexslider{ margin:30px auto; }
.news .events{ position:relative;margin: 60px auto 40px auto; }
.news .events h2.title{ margin-bottom:40px; }
.news .events:after{ content:"";display:block;clear:both; }
.news .events a.title{ display:block;text-decoration:none;font-size:1.5em;margin-bottom:10px;line-height: 1.25em; }
.news .events p.postDate{ font-size: .85rem; }
.divider { text-align: center;border-bottom: 1px solid #AD974F;margin-top: 20px; }
.home .divider{ margin-top:60px; }
.divider img { width: 100px;margin-bottom: -33px; }
.columnBg.news .divider img { visibility: hidden; }
.dateBox span { display: block; }
.dateBox { background: #231F20;color: #FBDD7E;width: 100px;float: left;text-align: center;padding: 20px;margin-right: 15px;margin-bottom: 40px;overflow: hidden;max-height: 130px;height: 100px;position: relative; }
.dateBox span.month { font-size: 2.5em;font-family: 'Oswald', sans-serif;font-weight: 700;margin-bottom: 5px;text-transform: uppercase;margin-top: 10px; }
.dateBox span.day { font-size: 8.25em;font-weight: 700;font-family: 'Oswald', sans-serif;bottom: -8px;position: absolute;left: -18px;color: #fff;opacity: 0.25; }
.news p{ margin-bottom:10px; }
/* END News Section */

/*HOME CAROUSEL*/
.carousel.flexslider ul li{ position:relative; }
.carousel.flexslider ul li:before{ content:"";position:absolute;left:0;top:0;bottom:3px;width:100%;-webkit-box-shadow: inset 133px 28px 89px -133px rgba(0,0,0,0.53);-moz-box-shadow: inset 133px 28px 89px -133px rgba(0,0,0,0.53);
box-shadow: inset 133px 28px 89px -133px rgba(0,0,0,0.53); }
.carousel.flexslider ul.flex-direction-nav li:before{ content:none; }
.carousel.flexslider ul li img{ width:100%; }
.carousel.flexslider ol{ display:none; }
/*END HOME CAROUSEL*/

/**BEGIN SECTION: MAIN CONTENT AREA */
/* BEGIN SHARE BUTTONS */
.addThisWrapper { float: right; margin: 5px 0 5px; font-size: .8rem; text-align: right; }
.addThisWrapper:after { clear:both; }
.addThisWrapper span { padding-right: 10px; }
.addThisWrapper .addthis_inline_share_toolbox { float: right; }
  /* BEGIN BREADCRUMBS */
.breadcrumbs { height: 100%; min-height: 30px; margin: 0px 0 15px; float:left; width: 100%;}
.breadcrumbs:after { content: "";clear: both;display: block; }
.breadcrumbs ul { }
.breadcrumbs ul li { float: left; }
.breadcrumbs ul li:after { content: "\f101"; font-family:"Font Awesome\ 5 Free";font-size: .75rem;padding: 2px 9px; font-weight: 900; }
.breadcrumbs ul li:last-child:after { content: ""; }
.breadcrumbs ul li a, .breadcrumbs ul li { font-size: .8rem; font-weight: 400; text-decoration: none; line-height: 1rem; }
.breadcrumbs ul li a:hover{ text-decoration:underline; }
/* END BREADCRUMBS */
  /* BEGIN LEFT NAVIGATION STYLES */
.leftcol .col3 { margin-right: 3%; }
.leftcol .col3 .leftNav .leftNav-title h3 { margin-bottom: 10px; }
.leftcol .accordion .acc-row h3 { padding: 18px; }
.leftcol .accordion .acc-row label { padding-left: 0px; }
.leftcol .accordion .acc-row label:before { font-family: Font Awesome\ 5 Free; content: "\f0d7"; font-size: 1.25rem; position: absolute; width: 0; height: 0; right:15px; font-weight: 900; }
.leftcol .accordion .acc-row input[type=checkbox]:checked ~ .leftNav-title h3 label:before { font-family: "Font Awesome\ 5 Free"; content: "\f0d8"; font-size: 1.25rem; font-weight: 900; }
.leftcol .acc-row input[type=checkbox]:checked ~ .leftNav-title ~ ul { max-height: 800px;padding: 5px 30px 20px 30px; }
.leftNav { margin-bottom: 30px; }
.leftNav input { display: none; }
.leftNav ul { list-style: none; width: 100%; text-align: left; }
.leftNav ul li { display: block; padding: 0; position: relative; }
.leftNav ul li:last-child { border: none; }
.leftNav-title h3 a { text-decoration: none; }
.leftNav ul li a { font-size: 1em; font-weight: 400; text-decoration: none; display: block; padding: 15px 10px 15px 15px; line-height: 1.7; }
.leftNav ul li a span { padding-right: 20px; }
.leftNav ul li.active > a:before { display:block; }
.leftNav ul.sub-menu { padding-left: 20px; }
.leftNav li.active ul.sub-menu li.active a, .leftNav li.active ul.sub-menu li:hover a{ text-decoration:underline; }
.leftNav li.active ul.sub-menu li.active > a { color: #008071; }
.leftNav ul:not(.sub-menu) > li:not(.active){ border-bottom:1px solid; }
.left-nav.accordion .acc-row h3 { font-size: 1.5em; }
.leftNav .accordion .acc-row p, .leftNav .accordion .acc-row ul { box-sizing: border-box; max-height: 0; overflow: hidden; -webkit-transition: max-height 0.1s ease; transition: max-height 0.1s ease; margin: 0; }
.leftNav .accordion .acc-row ul.sub-menu { max-height: inherit; }
/* END LEFT NAVIGATION STYLES */
/* BEGIN NEWS LEFT NAVIGATION DROP DOWN STYLES */
.newsCategory, .researchType { position: relative; margin-top: 12px !important; margin-bottom: 12px !important; }
.newsCategory select{ width: 100%; height: 56px; padding: 0 20px; font-weight: 400; }
.newsCategory label, .researchType label { position:relative; display:block; border: 1px solid #555; background: #fff; padding: 15px; height: 56px; margin-bottom: 15px; text-transform:uppercase; }
.newsCategory label:after, .researchType label:after{ position:absolute; right:15px; content: '\f0d7'; font-family: "Font Awesome\ 5 Free"; font-size: 0.9rem; font-weight: 900; padding-left: 5px; vertical-align: middle; }
ul.topicDrop { display:none; width:100%; position:absolute; top:55px; left:0; padding:0 15px 15px 15px !important; list-style:none !important; border: 1px solid #444; border-top:0; background:#fff; z-index:999; overflow:auto; max-height:160px; }
ul.topicDrop li a { text-decoration: none; display:inline-block; color: #444; }
input#category:checked ~ ul.topicDrop { display:block; }
input#year:checked ~ ul.topicDrop { display:block; }
.newsCategory input[type="text"], .researchType input[type="text"] { border: 1px solid #0054C7; }
/* END NEWS LEFT NAVIGATION DROP DOWN STYLES */
/* BEGIN NEWS BLUE DROP DOWN STYLES */
.newsListingPage .newsCategory { position: relative; margin-top: 12px !important; margin-bottom: 12px !important; }
.newsListingPage .newsCategory select{ width: 100%; height: 56px; padding: 0 20px; font-weight: 400; }
.newsListingPage .newsCategory label { position:relative;display:block; border: 1px solid #D8E6F3; background: #D8E6F3;padding: 15px;height: 56px;margin-bottom: 15px; text-transform:uppercase; }
.newsListingPage .newsCategory label:after { position:absolute;right:15px;content: '\f0d7';font-family: "Font Awesome\ 5 Free";font-size: 0.9rem;font-weight: 900;padding-left: 5px;vertical-align: middle; }
.newsListingPage ul.topicDrop { display:none;width:100%;position:absolute;top:55px;left:0; padding:0 !important; list-style:none !important;border: 1px solid #D8E6F3;border-top:0; background:#fff; z-index:999; overflow:auto; max-height:none; }
.newsListingPage ul.topicDrop li a { text-decoration: none;display:inline-block; color: #525961;}
.newsListingPage input#category:checked ~ ul.topicDrop { display:block; }
.newsListingPage input#year:checked ~ ul.topicDrop { display:block; }
.newsListingPage input#type:checked ~ ul.topicDrop { display:block; }
.newsListingPage .newsCategory input[type="text"] { border: 1px solid #0054C7; }
/* END NEWS BLUE DROP DOWN STYLES */

  /* BEGIN interior AREA */
.content-main, .wysiwyg { margin-bottom: 25px; }
.content-main .wysiwyg-content:after { clear: both; content: ""; display: block; }
.content-main ol { list-style: decimal; padding: 0 20px 20px; }
.content-main ol li { line-height: 1.3em; }
.content-main ul { list-style: disc; padding: 0 20px 20px; }
.content-main ul li { line-height: 1.3em; }
.content-main .leftAlign { margin-right: 20px; margin-bottom: 10px; }
.content-main .rightAlign { float: right; margin-left: 20px; margin-bottom: 10px; }
.content-main p.postDate { font-size: .8em; margin-bottom: 5px; }
.content-main strong { font-weight: bold; }
.content-main .wysiwyg-content .subhead { font-size: 0.875em; font-style: italic; margin-bottom: 20px; }
.interior { position: relative; }
.interior .impact img { display:block;width: 100%; }
.interior .columns .one-row { margin-top: 25px; }
.interior p { font-size: 1em; line-height: 1.5rem; margin-bottom: 20px; }
.interior-content .col6:not(:last-child) { margin-right: 3%; }
.interior .wrapper { padding: 20px 15px 0px 15px; }
.interior-content.col9.last{ margin-right:0; }
.interior-content a{ text-decoration:none; }
.interior-content a:hover{ text-decoration:underline; }
.interior-content ul { list-style: disc; padding: 0 50px 20px; line-height:1.5rem; }
.interior-content ol { list-style: decimal; padding: 0 50px 20px; line-height:1.5rem; }
.interior-content .wysiwyg-content img.leftAlign{ float:left;margin:0 20px 10px 0; }
.interior-content .wysiwyg-content img.rightAlign{ float:right;margin:0 0 20px 10px; }
.interior .impact{ position:relative; }
.interior .wrapper .impact:after { display:none; }
/* END interior AREA */
  
/* BEGIN Accordion Area */
.accordion { margin-bottom: 20px; }
  
  /* BEGIN Gallery AREA */
.imageGallery { margin: 30px 0; }
.imageGallery h2 { margin-bottom: 30px; }
.imageGallery:after { clear: both; content: ""; display: block; }
.imageGallery .col4 { margin-bottom: 25px; }
/* END Gallery AREA */
  
  /* BEGIN Columns AREA */
.columns { height: 100%; }
.columns strong { font-weight: bold; }
.columns:after { clear: both; content: ""; display: block; }
.columns .col6 { margin-bottom: 5px; }
.columns img{ max-width:100%!important; }
.columns img.colImage { width: 100%; }
.interior .columns img{ margin-bottom:15px; }
.interior .columns h3{ margin: 5px auto 10px auto; }
.columns h3 { margin: 18px auto 18px auto; }
.columns a.button { padding: 15px 20px; border: 0; font-size: 1em; cursor: pointer; text-decoration: none; border-radius: 500px; }
.columns a.button:hover { cursor: pointer; }
.columns a.popup-youtube{ display: block; }
.columns a.popup-youtube img{ display: block; }
.columns a.button-yellow{ width:70%;margin:25px auto;padding: 14px 60px 10px 60px; border: 0;display:block;font-size: 1.313rem;text-align:center;cursor: pointer; text-decoration: none;border-radius:500px; }
.columns a.button-yellow:hover{ background:none; }
.overlayColumn { height: 325px;position: relative;margin-bottom:20px; }
.overlayColumn .imageOffsetBorder { position: absolute;top: 10px;bottom: 10px;left: 10px;right: 10px;margin: auto;/*border: 3px solid;*/border:none;text-align: center; } /*TOGGLE BORDER STYLES HERE TO TURN INNER BORDER ON/OFF*/
.overlayColumn h2.imageTitle { position: absolute;top: 10px;bottom: 10px;left: 10px;right: 10px;margin: auto;height: 30px;font-size:1.825rem; }
/* END Columns AREA */

/* BEGIN CTA Button AREA */
.cta-button { padding: 15px 0; }
.cta-button a.btnLrg { max-width: 100%; }
.cta-button a.btnLrg:hover{ text-decoration:none; } 
  
/* BEGIN Video Content AREA */
.videoContent { margin-top: 30px; clear: both; }
.videoContent img { display: block; margin-bottom: 20px; }
.videoResponsive { overflow: hidden; padding-bottom: 56.25%; position: relative; height: 0; }
.videoResponsive iframe { left: 0; top: 0; height: 100%; width: 100%; position: absolute; border: none; }
/* END Video Content AREA */
 
/* BEGIN Professionals AREA */
.professional.columns > .col12 { display: -ms-flex; display: -moz-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.professional .col4 { display: -ms-flex; display: -moz-flex; display: -webkit-flex; display: flex; flex-direction: column; -webkit-flex-direction: column; padding: 20px 0; margin-right: 2%; min-height: 420px; }
.professional .col4 img { width: 100%; }
.professional a.name { padding-top: 20px; margin-bottom: 0px;font-size:1.75rem;margin-bottom:10px;  }
.professional p strong { font-weight: 700; }
.professional a { text-decoration: none; }
.contactInformation a, .contactInformation a:hover { text-decoration: none; }
.contactInformation i { padding-right: 5px; }
.contactInformation a.button { padding: 5px 5px; border: 0; font-size: 1em; cursor: pointer; text-decoration: none; border-radius: 5px; display: initial; }
.description { margin-top: 20px; }
/* END Professionals AREA */
  
/* BEGIN FEATURED ITEM STYLES */
a.readMore { display: inline-block;text-decoration:none; }
a.readMore:hover { cursor: pointer;text-decoration:underline; }
/* END FEATURED ITEM STYLES */
    
/* BEGIN RIGHT COLUMN WIDGETS */
.widgetArea { border-bottom: 1px solid #ECEFF1; }
.widgetArea h3{ font-size:1.25em;text-transform:uppercase; }
.widgetArea h4 { margin-top: 10px;line-height:1.25em; }
.widgetArea .leftNav-title { margin-bottom: 10px; }
.contentWidget.three{ padding:15px; }
.contentWidget.three h3{ margin-top:0; }
.widgetArea .contentWidget, .widgetArea .videoWidget, .widgetArea .linkedList, .widgetArea .contact-widget { margin-bottom: 30px; }
.vidOverlay { position: relative; cursor: pointer; }
i.fa.fa-play { position: absolute; color: #fff; border: 5px solid #fff; border-radius: 50%; padding: 10px 16px; font-size: 2rem; right: 0; left: 0; top: 0; bottom: 0; margin: auto; width: 60px; height: 60px; }
.widgetArea p, .widgetArea ul, .widgetArea ol { font-size: .875em; }
.widgetArea .contentWidget ul, .widgetArea .videoWidget ul { list-style: disc; padding: 0 20px 20px; }
.widgetArea .contentWidget ol, .widgetArea .videoWidget ol { list-style: decimal; padding: 0 20px 20px; }
.widgetArea .latestNews { border-bottom: 1px solid #ECEFF1; margin-bottom: 20px; }
.widgetArea .latestNews h4 { margin-bottom: 0; }
.widgetArea .latestNews a { text-decoration: none; }
.widgetArea .latestNews p.postDate { font-size: .75em; }
.widgetArea .linkedList ul li { padding-bottom: 10px; }
.widgetArea .contact-widget a.button{ padding: 10px 50px; border: 0; font-size: 1.5rem; cursor: pointer; text-decoration: none; border-radius: 5px; display: inline-block; text-align: center;border-radius: 500px; }
.widgetArea .contact-widget a.button:hover { cursor: pointer; }
.widgetArea .leftNav-title > h3 { margin-top:0;padding: 12px 0; }
.widgetArea .contentWidget.three .leftNav-title > h3{ padding: 5px 0; }
/* END RIGHT COLUMN WIDGETS */
/**END SECTION: MAIN CONTENT AREA */

/* Slider */
.slick-slider { position: relative;  display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;  -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { position: relative;  display: block; overflow: hidden;  margin: 0 auto; width: 98%; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0;  display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { display: table;  content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left;  height: 100%; min-height: 1px; }
[dir='rtl'] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; padding:15px; outline: 0; border: 0; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block;  height: auto;  border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }
/* Slider */
.slick-loading .slick-list { background: #fff url('./ajax-loader.gif') center center no-repeat; }
/* Icons */
@font-face { font-family: 'slick'; font-weight: normal; font-style: normal;  src: url('./fonts/slick.eot'); src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg'); }
/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0;  position: absolute; top: 45%; z-index:30; display: block;  width: 20px; height: 30px; padding: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);  cursor: pointer;  color: transparent; border: none; background: transparent; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 30px; line-height: 1;  opacity: 1; color: white;  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-prev { left: -5px; }
[dir='rtl'] .slick-prev { right: -5px; left: auto; }
.slick-prev:before { content: '\f053'; font-family:"FontAwesome"; }
[dir='rtl'] .slick-prev:before { content: '\f053'; font-family:"FontAwesome"; }
.slick-next { right: -5px; }
[dir='rtl'] .slick-next { right: auto; left: -5px; }
.slick-next:before { content: '\f054'; font-family:"FontAwesome"; }
[dir='rtl'] .slick-next:before { content: '\f054'; font-family:"FontAwesome"; }
/* Dots */
.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -25px;  display: block;  width: 100%; padding: 0; margin: 0!important;  list-style: none;  text-align: center!important; }
.slick-dots li { position: relative;  display: inline-block; width: 20px; height: 20px; margin: 0 3px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; padding: 4px; cursor: pointer; color: transparent; border: 0; outline: none; border-radius:15px; background: none; border: 2px solid #B4ABA4; }
.slick-dots li.slick-active button{ background: #B4ABA4; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }

/* NEWS LISTING HUB PAGE*/
.newsListingPage > .wrapper { max-width: 1775px; }
.newsListingPage .interior-content { max-width: 1570px; margin-left: auto; margin-right: auto; }
.newsCornerTriangle { position: absolute; left: 0; top: 10px; background: #fff url(../images/new-orange-triangle.svg) no-repeat left top; height: 453px; width: 335px; z-index: -1; }
.alignNewsRight { position: absolute; right: 0; width: 41%; }
.alignNewsRight h1 { font-size: 4.05rem; padding-left: 40px; margin-bottom: 0; }
.newsListing.orangeHeadBorder { display: block; margin: 0 0 5px 40px; width: 96.75%; right: 0; }
.newsListingPage .newsTable .newsCategory { width: 49.25%; }
.newsListingPage .newsTable .newsCategory#Filters { margin: 0 1.5% 0 0; }
.newsListingPage .newsTable .newsCategory label { position: relative; display:block; font-family: 'Proxima Nova Light', 'Montserrat', sans-serif; font-size: 1.55rem; text-align: right; border: 1px solid #ebf2fa; background-color: #ebf2fa; padding: 23px 61px; height: 74px; margin-bottom: 15px; text-transform:uppercase; cursor: pointer; }
.newsListingPage .newsTable .newsCategory#typeFilters label { text-align: left; }
.newsListingPage .newsTable .newsCategory label:after { position: absolute; right: 20px; left: auto; content: url(../images/icons/dropdown-arrow.svg); padding-top: 9px; padding-left: 5px; vertical-align: middle; }
.newsListingPage .newsTable .newsCategory#typeFilters label:after { left: 17px; right: auto; padding-right: 5px; }
.newsListingPage .newsTable .newsCategory select{ width: 100%; height: 56px; padding: 0 20px; font-weight: 400; }
.newsListingPage ul.topicDrop { top: 74px; }
.newsListingPage ul.topicDrop li a { width: 100%; }
.newsListingPage .newsTable .oneRow > .col12 { float: left; width: 100%; margin-bottom: 0; }
.newsListingPage .newsTable .newsSearch form { border-bottom: 1px solid #525961; }
.newsListingPage .newsTable .newsSearch button[type=submit] { float: left; background: #fff; color: #525961; padding: 17px 2px 0 2px; border: none; cursor: pointer; outline: none; }
.newsListingPage .newsTable .newsSearch button[type=submit]:before { content: url(../images/icons/news-search-icon.svg); }
.newsListingPage .newsTable .newsSearch button span { position: absolute; overflow: hidden; z-index: -1000; font-size: 0; height: 1px; }
.newsListingPage .newsTable .newsSearch input { margin: 0; width: 95%; height: 44px; padding: 5px 16px 0 16px; border: none; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-size: 1.54rem; font-weight: normal; }
.newsListingPage .newsTable .newsSearch input:focus { outline: none; }
.newsSearch input#qNews::-webkit-input-placeholder { padding-left: 0px; color: #525961; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; }
.newsSearch input#qNews:-moz-placeholder { padding-left: 0px; color: #525961; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-weight: normal; }
.newsSearch input#qNews::-moz-placeholder { padding-left: 0px; color: #525961; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-weight: normal; }
.newsSearch input#qNews:-ms-input-placeholder { padding-left: 0px; color: #525961; font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-weight: normal; }
.newsSearch input#qNews::-webkit-search-cancel-button { display: none; }
.newsSearch input#qNews:-webkit-autofill,.newsSearch input#qNews:-webkit-autofill:hover, .newsSearch input#qNews:-webkit-autofill:focus, .newsSearch input#qNews:-webkit-autofill:active  { border-top: none !important; border-right: none !important; border-left: none !important; -webkit-box-shadow: 0 0 0 30px #fff inset !important; }
.newsSearch input#qNews:-webkit-autofill,.newsSearch input#qNews:-webkit-autofill:hover, .newsSearch input#qNews:-webkit-autofill:focus, .newsSearch input#qNews:-webkit-autofill:active  { color: #525961 !important; }
.newsSearch input#qNews:-webkit-autofill { -webkit-box-shadow:0 0 0 50px white inset; -webkit-text-fill-color: #525961;
}
.newsSearch input#qNews:-webkit-autofill:focus { -webkit-box-shadow: 0 0 0 50px white inset; -webkit-text-fill-color: #525961; }

/* BEGIN: Original */
.article { padding: 10px 10px 10px 0; }
.listingPage.article { margin-top: 20px; }
.article:after { content: ""; clear: both; display: block; }
.article .articleThumb{ height:100px;float:left;margin-right:15px; }
.article h3 { margin: 0; margin-bottom:5px; }
.article p { margin: 0; line-height:1.35em; }
.article p.postDate { font-size: 1rem; margin-bottom: 5px; }
.article a.readMore { text-decoration: none; border: none; margin: 10px 0; padding: 0; font-size: .8rem; }
.article a { text-decoration: none; }
.news .caption p { font-size: .875rem; margin-top: 10px; line-height: 1.5rem; }
.leftAlign img { max-width: 300px; }
/* END: Original */
.newsListingPage .article { padding: 10px 10px 10px 0; }
.newsListingPage .listingPageGroup { float: left; display: -ms-flex; display: -moz-flex; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; justify-content: space-between; margin-top: 20px; }
.newsListingPage .listingPageGroup:after { content: ""; flex: auto; }
.newsListingPage .listingPage.article.hiddenSpacer { visibility: hidden; height: 0; margin: 0; background-color: #fff; }
.newsListingPage .listingPage.article { display: -ms-flex; display: -moz-flex; display: -webkit-flex; display: flex; flex-direction: column; -webkit-flex-direction: column; width: 31%; color: #525961; background-color: #ebf2fa; padding: 0; margin: 0 0 36px 0; overflow: hidden; }
.newsListingPage .listingPage.article.teal, .thoughtBlock.teal { background-color: #008071; }
.newsListingPage .listingPage.article.rust, .thoughtBlock.rust { background-color: #991B1E; }
.colSlideNews .thoughtBlock { min-height: 500px; padding: 20px 20px 0 20px; }
.newsListingPage .listingPage.article.thoughtBlock a h3, .thoughtBlock a h3 { font-size: 2.4rem; line-height: 1.25; }
.newsListingPage .listingPage.article.thoughtBlock a h3, .thoughtBlock a h3, .thoughtBlock a, .thoughtBlock p { color: #fff; font-weight: bold; }
.newsListingPage .interior-content .listingPage.article.thoughtBlock a { color: #fff; }
.newsListingPage .orangeBarSmall, .colSlideNews .orangeBarSmall { display: block; margin: 43px 0; width: 84px; border: 4px solid #FCA133; background-color: #FCA133; }
.newsListingPage .article:after { content: ""; clear: both; display: block; }
.newsListingPage .article img { float: left; width: 100%; }
.newsGridImage { background-size: cover; background-repeat: no-repeat; background-position: center 0; }
.newsGridContent { padding: 13px 20px 30px 20px; }
.thoughtBlock .newsGridContent { padding: 37px 20px 20px 20px; }
.newsGridContent.sunrise { border-top: 9px solid #E66D0A; }
.newsGridContent.fall-aspen { border-top: 9px solid #fca133; }
.newsListingPage .article h3, .newsListingPage .listingPage.article a h3 { font-family: 'Proxima Nova Semibold', 'Montserrat', sans-serif; font-size: 1.56rem; line-height: 1.55; margin: 0 0 14px 0; font-weight: 600; }
.newsListingPage .article p.postDate { float: left; width: 100%; font-size: 1.1rem; margin: 0 0 10px 0; }
.newsListingPage .article p.author { float: left; width: 100%; font-size: 1.1rem; margin: 0 0 14px 0; line-height: 1.6em; }
.authorGridName { font-weight: bold; margin-bottom: 9px; font-size: 1.1rem; line-height: 1.6em; }
.thoughtBlock .authorGridName { color: #fff; }
.newsListingPage .article p.intro { float: left; width: 100%; font-size: 1.1rem; line-height: 1.6em; }
.newsListingPage .article a.readMore { text-decoration: none; border: none; margin: 10px 0; padding: 0; font-size: .8rem; }
.newsListingPage .article a { float: left; width: 100%; text-decoration: none; }
.newsListingPage .news .caption p { font-size: .875rem; margin-top: 10px; line-height: 1.5rem; }
@media only screen and (min-width: 1279px) {
	.colSlideNews .thoughtBlock a h3 { font-size: 1.85rem; }
}
@media only screen and (min-width: 961px) and (max-width: 1279px) {
	.colSlideNews .thoughtBlock a h3 { font-size: 1.85rem; }
}
@media only screen and (min-width: 1024px) and (max-width: 1775px) {
	.interior .newsListingPage .wrapper { padding: 20px 50px 0px 50px; }
	.newsListingPage .listingPage.article.thoughtBlock a h3 { font-size: 2rem; line-height: 1.2; }
}
@media only screen and (min-width: 961px) and (max-width: 1023px) {
	.interior .newsListingPage .wrapper { padding: 20px 40px 0px 40px; }
}
@media only screen and (max-width: 1200px) {
	.alignNewsRight { position: initial; width: 100%; }
	.alignNewsRight h1 { padding-left: 0; }
	.newsCornerTriangle { top: 105px; height: 229px; width: 170px; background-size: 170px 229px; }
	.newsListing.orangeHeadBorder { position: absolute; margin: 0; width: 98.75%; }
	.newsListingPage .listingPage.article { width: 48%; }
}
@media only screen and (max-width: 960px) {
	.colSlideNews .thoughtBlock { min-height: 400px; }
	.newsListingPage .listingPage.article.thoughtBlock a h3, .thoughtBlock a h3 { font-size: 1.85rem; }
	.newsListing.orangeHeadBorder { width: 97.25%; }
	.newsListingPage .newsTable .newsCategory { width: 100%; }
	.newsListingPage .newsTable .newsCategory#Filters { margin: 0; }
	.newsListingPage .newsTable .newsCategory label { text-align: left; font-size: 1.15rem; padding: 17px 32px; height: 51px; margin-bottom: 0px; }
	.newsListingPage .newsTable .newsCategory#typeFilters label:after { right: 33px; left: auto; padding-right: 0; }
	.newsListingPage .newsSearch { margin-top: 17px; }
	.newsListingPage .newsTable .newsSearch input { padding: 12px 16px 0 16px; font-size: 1.15rem; }
	.newsListingPage .newsTable .newsCategory label:after { padding-top: 2px; right: 33px; }
	.newsListingPage .newsCategory ul.topicDrop { top: 51px; }
	.newsListingPage .newsCategory ul.topicDrop li a { padding: 15px 12px; }
	.cta-button.fullWidth a.btnLrg, .cta-button.fullWidth .btnLrg { width: auto; max-width: none; }
	.cta-button.fullWidth button.btnLrg { width: 93%; }
	.cta-button.fullWidth .archive { width: 100%; }
	.cta-button.fullWidth .archive .btnLrg { width: 93%; max-width: none; }
}
@media only screen and (max-width: 767px) {
	.newsListingPage .listingPage.article { width: 100%; margin-right: 0; }
	.newsListingPage .newsTable .newsSearch input { width: 91%; }
	.newsGridContent { padding: 13px 32px 45px 32px; }
	.newsListingPage .listingPage.article { margin: 0 0 33px 0; }
	.newsListingPage .article h3 { line-height: 1.45; }
	.newsListingPage .article p.postDate { font-size: .95rem; margin: 0 0 7px 0; }
	.newsListingPage .article p.author { font-size: .95rem; }
	.newsListingPage .article p.intro { font-size: .95rem; }
	.authorGridName { font-size: .95rem; }
	.thoughtBlock .newsGridContent { padding: 30px 33px 45px 33px; }
	.newsListingPage .orangeBarSmall, .colSlideNews .orangeBarSmall { margin: 21px 0; }
}
@media only screen and (max-width: 580px) {
	.alignNewsRight h1 { font-size: 2.5rem; }
	.newsCornerTriangle { top: 115px; }
	.newsListingPage .article h3 { font-size: 1.15rem; }
	.newsListingPage .listingPage.article.thoughtBlock a h3, .thoughtBlock a h3 { font-size: 1.5rem; }
}
/* NEWS LISTING FEATURED SLIDER */
.gallery.featuredNews { position: relative; width: 100%; clear: both; margin: 30px 0; }
.gallery.featuredNews .slick-list { width: 100%; }
.gallery.featuredNews .slick-list, .gallery.featuredNews .slick-slide { padding: 0; }
.gallery.featuredNews .galleryBG { float: left; width: 59%; background-position: 50% top; background-repeat: no-repeat; }
.gallery.featuredNews .caption { position: relative; float: left; width: 43%; padding: 36px 40px 18px 0; background-color: #fff; }
.gallery.featuredNews .caption h2 { font-family: 'Proxima Nova Semibold', sans-serif; font-size: 1.45rem; margin-top: 0; margin-bottom: 21px; color: #525961; text-transform: none; }
.gallery.featuredNews .caption h2 a { color: #525961; text-decoration: none; }
.gallery.featuredNews .slick-slide:not(.slick-active) a { visibility: hidden; }
.gallery.featuredNews .caption h2 a:hover { text-decoration: underline; }
.gallery.featuredNews .caption .date { font-size: .95rem; margin-bottom: 18px; }
.gallery.featuredNews .caption .summary { width: 100%; max-width: 539px; }
.gallery.featuredNews .caption .summary p { font-size: 1.1rem; line-height: 1.6; }
.gallery.featuredNews .slick-prev { top: auto; right: 35%; bottom: 15px; left: auto; width: 50px; height: 42px; }
.gallery.featuredNews .slick-next { top: auto; right: 28%; bottom: 15px; left: auto; width: 50px; height: 42px; }
.gallery.featuredNews .pager { display: block; position: absolute; right: 31.5%; bottom: 47px; font-size: 1.3rem; font-weight: bold; color: #008071; z-index: 1; }
.gallery.featuredNews .pager .pagingInfo, .gallery.featuredNews .pager .counter { color: #008071; background-color: #fff; }
.gallery.featuredNews .slick-prev:before, .gallery.featuredNews .slick-next:before { font-size: 2.6rem; font-family: "Font Awesome\ 5 Free"; font-weight: 900; }
.gallery.featuredNews .slick-prev:before { content: '\f0a8'; color: #008071; }
.gallery.featuredNews .slick-next:before { content: '\f0a9'; color: #008071; }
.gallery.featuredNews .slick-prev:hover:before { content: '\f0a8'; color: #525961; }
.gallery.featuredNews .slick-next:hover:before { content: '\f0a9'; color: #525961; }
@media all and (max-width: 1600px) and (min-width: 1401px) {
	.gallery.featuredNews .slick-prev { right: 33%; }
	.gallery.featuredNews .slick-next { right: 25%; }
	.gallery.featuredNews .pager { right: 29%; }
}
@media all and (max-width: 1400px) and (min-width: 1281px) {
	.gallery.featuredNews .slick-prev { right: 33%; }
	.gallery.featuredNews .slick-next { right: 25%; }
	.gallery.featuredNews .pager { right: 29%; }
	.gallery.featuredNews .caption .summary p { font-size: 1rem; }
}
@media all and (min-width: 1281px) {
	.gallery.featuredNews .galleryBG {  width: 59%; height: 475px; background-size: contain; }
	.gallery.featuredNews .caption { width: 41%; background-color: #fff; padding: 0px 40px 0 54px; margin: 150px 0 0 0; }
}
@media all and (min-width: 1201px) and (max-width: 1280px) {
	.gallery.featuredNews .galleryBG {  width: 59%; height: 350px; background-size: contain; }
	.gallery.featuredNews .caption { width: 41%; background-color: #fff; padding: 0px 0 0 28px; margin: 88px 0 0 0; }
	.gallery.featuredNews .slick-prev { right: 35%; bottom: 12px; }
	.gallery.featuredNews .slick-next { right: 25%; bottom: 12px; }
	.gallery.featuredNews .pager { right: 30.15%; bottom: 42px; }
	.gallery.featuredNews .caption .summary p { font-size: 1rem; }
	.gallery.featuredNews { margin: 16px 0 0 0; }
	.alignNewsRight h1 { padding-left: 17px; }
	.newsListing.orangeHeadBorder { margin: 0 0 5px 20px; }
	.newsListingPage .newsTable .newsCategory label { font-size: 1.4rem; padding: 20px 61px; height: 62px; }
	.newsListingPage .newsTable .newsCategory label:after { padding-top: 6px; }
	.newsListingPage ul.topicDrop { top: 62px; }
	.newsListingPage ul.topicDrop li a { padding: 18px 12px !important; }
	.newsListingPage .orangeBarSmall, .colSlideNews .orangeBarSmall { margin: 28px 0; }
	.newsSearch { margin-top: 0; }
	.newsSearch form { margin-bottom: 18px; }
	.thoughtBlock .newsGridContent { padding: 25px 20px 20px 20px; }
}
@media only screen and (max-width: 1280px) {
	.alignNewsRight h1 { font-size: 2.8rem; }
	.gallery.featuredNews .caption h2 { font-size: 1.15rem; margin-bottom: 13px; }
	.gallery.featuredNews .caption .date { margin-bottom: 11px; }
	.gallery.featuredNews .caption .summary p { line-height: 1.4; }
	.newsListingPage .article h3, .newsListingPage .listingPage.article a h3 { line-height: 1.4; font-size: 1.4rem; }
}
@media only screen and (max-width: 1200px) {
	.gallery.featuredNews { margin: 30px 0 20px 0; box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2); -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,.2); }
	.gallery.featuredNews .galleryBG { width: 100%; background-size: cover; }
	.gallery.featuredNews .caption { width: 101.75%; padding: 0 10px 9px 10px; margin: 0 0 0 -8px; }
	.gallery.featuredNews .caption .wrap { width: 100%; padding: 20px 40px; }
	.gallery.featuredNews .caption .summary { padding-bottom: 38px; max-width: 100%; }
	.gallery.featuredNews .slick-prev { top: auto; left: 50%; bottom: 12px; margin-left: -91px; }
	.gallery.featuredNews .slick-next { top: auto; left: 50%; bottom: 12px; right: auto; margin-left: 38px; }
	.gallery.featuredNews .pager { left: 0; bottom: 45px; right: 0; text-align: center; width: 200px; margin: auto; }
}
@media only screen and (max-width: 960px) {
	.gallery.featuredNews { margin: 55px 0 11px 0; }
}
@media only screen and (max-width: 580px) {
	.gallery.featuredNews { margin: 47px 0 0 0; }
	.gallery.featuredNews .caption .wrap { padding: 20px 32px; }
	.gallery.featuredNews .caption { width: 103.5%; }
	.gallery.featuredNews .caption .summary p { font-size: 1.05rem; }
}
/* NEWS LISTING ARCHIVE PAGE */
.archivePage .alignNewsRight h1 { margin-top: 46px; }
.archivePage .alignNewsRight .caption { position: relative; float: left; width: 78%; font-size: 1.1rem; padding: 18px 40px; background-color: #fff; }
.archivePage .pastYears { padding-top: 266px; }
.pastYears a { float: left; display: block; font-size: 1.4rem; padding: 0 0 18px 0; }
.pastYears .col6:last-child a { float: right; }
.interior-content .pastYears a:hover { color: #525961; text-decoration: none; }
.pastYears a.prev:before, .pastYears a.next:before { font-size: 2.5rem; font-family: "Font Awesome\ 5 Free"; font-weight: 900; }
.pastYears a.prev:before { float: left; content: '\f0a8'; color: #008071; padding: 0px 15px 0 0; }
.pastYears a.prev strong { color: #008071; background-color: #fff; display: block; margin-top: 10px; float: left; }
.pastYears a.prev:hover strong { color: #525961; }
.pastYears a.prev:hover:before { content: '\f0a8'; color: #525961; text-decoration: none; }
.pastYears a.next strong { color: #008071; background-color: #fff; display: block; margin-top: 10px; float: right; }
.pastYears a.next:hover strong { color: #525961; }
.pastYears a.next:before { content: '\f0a9'; color: #008071; float: right; padding: 0px 0 0 15px; }
.pastYears a.next:hover:before { content: '\f0a9'; color: #525961; text-decoration: none; }
.pastYears .col6:last-child { text-align: right; }
.archivePage .cta-button.fullWidth .archive { display: none !important; }
@media only screen and (max-width: 1860px) {
	.pastYears a.prev { margin-left: 15%; }
	.pastYears a.next { margin-right: 15%; }
}
@media only screen and (max-width: 1600px) {
	.pastYears a.prev { margin-left: 22%; }
	.pastYears a.next { margin-right: 22%; }
}
@media all and (min-width: 1201px) and (max-width: 1280px) {
	.archivePage .pastYears { padding-top: 216px; }
}
@media only screen and (max-width: 1200px) {
	.archivePage .alignNewsRight h1 { margin-top: 15px; }
	.archivePage .pastYears { padding-top: 155px; }
	.archivePage .alignNewsRight .caption { width: 99%; padding: 27px 35px; margin: 54px 10px 20px 0; box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2); -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,.2); }
	.archivePage .alignNewsRight .caption .summary p { margin-bottom: 0; }
}
@media only screen and (max-width: 580px) {
	.newsCornerTriangle { top: 100px; left: -30px; }
	.archivePage .alignNewsRight h1 { margin-top: 15px; }
	.pastYears a.prev { margin-left: 10%; }
	.pastYears a.next { margin-right: 10%; }
}
/* NEWS ARTICLE PAGE */
.article-main p.first { font-weight: bold; }
.article-main p strong { font-weight: bold; }
.footnotes p { font-style: italic; font-size: .875rem; }
.newsHubBack { clear: both; }
.newsHubBack a { float: left; display: block; color: #008071; font-size: 1.4rem; padding: 0 0 18px 0; text-decoration: none; }
.newsHubBack a:hover { color: #525961; text-decoration: none; }
.newsHubBack a:before { float: left; content: '\f0a8'; color: #008071; padding: 0px 15px 0 0; font-size: 2.5rem; font-family: "Font Awesome\ 5 Free"; font-weight: 900; }
.newsHubBack a:hover:before { color: #525961; }
.newsHubBack a strong { display: block; margin-top: 10px; float: left; }
.newsArticle > .wrapper { max-width: 1585px; }
.newsArticle .pageTitle { float: left; width: 75%; margin-top: 27px; clear: both; }
.article-main.wysiwyg-content h2:first-child { margin-top: -6px; }
.newsArticle .postDate { float: left; width: 100%; font-size: 1.3rem; margin-bottom: 10px; }
.newsArticle .headBorder { display: block; clear: both; }
.newsArticle > .wrapper > .headBorder { position: absolute; width: 100%; padding: 0; margin: 60px 0 4px 0; }
.newsArticle .articleArea.headBorder { position: absolute; width: 21%; left: 0; margin-top: 7px; }
.newsArticle .headBorder.sunrise { border: 4px solid #F57A12; background-color: #F57A12; }
.newsArticle .headBorder.fall-aspen { border: 4px solid #FCA133; background-color: #FCA133; }
.newsArticle .headBorder.teal { border: 4px solid #008071; background-color: #008071; }
.newsArticle .headBorder.rust { border: 4px solid #991B1E; background-color: #991B1E; }
.newsArticle .featuredArea { position: relative; float: left; width: 100%; clear: both; margin-bottom: 50px; }
.newsArticle .featuredArea.noFeature { margin-bottom: 30px; }
.newsArticle .addThisWrapper { float: left; margin: 5px 0; }
.newsArticle .featuredNewsBlock + .col4 > .addThisWrapper, .newsArticle .featuredNewsBlock + .col5 > .addThisWrapper { position: absolute; bottom: 0; }
.newsArticle .featuredArea.noFeature > .col4, .newsArticle .featuredArea.noFeature > .col5 { width: 80%; margin: 0; }
.newsArticle .addThisWrapper > span { display: block; font-size: 1rem; text-align: left; margin-bottom: 10px; }
.newsArticle .featuredImage { width: 100%; background-repeat: no-repeat; background-size: cover; box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2); -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.2); -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,.2); }
.newsArticleWrapper > .col3 { width: 14.5%; }
.newsArticleWrapper > .col9.last { width: 82%; }
.newsArticle .infoColumns.news.default { clear: both; }
.newsArticle .home { margin-top: 100px; margin-bottom: -150px; }
.endList { visibility: hidden; position: absolute; top: -10000px; left: -10000px; }
@media only screen and (max-width: 1860px) {
	.newsArticle .articleArea.headBorder { width: 18%; }
}
@media only screen and (max-width: 1660px) {
	.newsArticle > .wrapper > .headBorder { width: 98.75%; right: 0; }
	.newsArticle .articleArea.headBorder { width: 15%; }
}
@media only screen and (min-width: 961px) {
	.newsArticle .infoColumns.news.default .pager { display: none; }
}
@media only screen and (max-width: 960px) {
	.newsArticle .pageTitle { width: 100%; }
	.newsArticle .featuredArea.noFeature { margin-bottom: 21px; }
	.featuredArea > .col8, .featuredArea > .col7 { width: 100%; }
	.featuredArea > .col4, .featuredArea > .col5 { width: 100%; }
	.newsArticle .featuredNewsBlock + .col4 > .addThisWrapper, .newsArticle .featuredNewsBlock + .col5 > .addThisWrapper { position: relative; margin: 37px 0 0 0; }
	.newsArticle > .wrapper > .headBorder { width: 98%; right: 0; }
	.newsArticle .articleArea.headBorder { width: 98%; margin-top: 0; }
	.newsArticleWrapper { float: left; }
	.newsArticleWrapper > .col3 { width: 100%; }
	.newsArticleWrapper > .col9.last { width: 100%; clear: both; padding-top: 10px; }
	.newsArticle .featuredArea {  margin-bottom: 19px; }
	.newsArticle .home { margin-top: 0; }
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
	.newsArticle .featuredArea .at-style-responsive .at-share-btn { padding: 5px 0; }
}
@media only screen and (max-width: 580px) {
	.newsArticle > .wrapper > .headBorder { width: 96.75%; }
	.newsArticle .pageTitle { font-size: 1.7rem; line-height: 1.2; }
	.newsArticle .postDate { font-size: 1.1rem; margin-bottom: 30px; }
}

/* CONTACT FORM */
form:after { clear: both; }
form.contact input[type=radio] { margin: 10px 10px 10px 20px; }
form.contact input[type=radio]:first-of-type { margin: 10px 10px 10px 0px; }
form.contact input[type=text], form.contact input[type=email], form.contact input[type=tel] { height: 40px; padding: 10px; width: 100%; margin: 5px 0 25px 0; }
form.contact input:focus { outline: none; }
form.contact select { height: 40px; padding: 10px; width: 100%; margin: 5px 0 25px 0; }
form.contact textarea { width: 100%; min-height: 100px; margin: 5px 0 25px 0; }
form input[type=submit] { float: left;padding: 5px 50px; font-size: 1.25rem; cursor: pointer; text-decoration: none; border-radius: 5px; display: block; text-align: center;border-radius: 500px;border:0;outline:0;border-radius:0; }

/* FOOTER */
.home footer{ margin-top:0; }
footer { position:relative; min-height: 200px; padding: 20px 0 0; margin-top: 150px; font-size: 1.05rem; }
footer .one-row { padding: 15px 10px; }
footer .subfooter .one-row{ padding:10px 10px; }
footer .footerLinks label.linkHeading{ display:block;margin-bottom:15px;font-size: 1.5em;text-transform: uppercase; }
footer .footerLinks input[type=checkbox]{ display:none; }
footer .footerLinks ul{ list-style:none; }
footer .footerLinks ul li { margin-bottom: 8px; }
footer .footerLinks ul li a { display: inline-block;font-size: 1.125em;text-decoration:none;text-transform: none; }
footer .footerLinks ul li a:hover{ text-decoration:underline; }
footer .companyInfo{ text-align:right; }
footer .companyInfo .address a { text-decoration: none; }
footer .companyInfo a.footerLogo{ display:block;margin-bottom:25px; max-width: 250px; }
footer .companyInfo .address p { font-size: 1.25em;line-height: 1.25em; }
footer .textIndent { position: absolute; text-indent: -9999999px; }
/* TOASTER */
 .toaster{ background:url('../../_images/kidszone-bw.jpg') no-repeat 8% 0 #3B404B; background-size: cover; background-position: center; padding: 0; position:fixed; bottom:0; width:100%; display:none; z-index:99999 }
 .toaster.infoColumns .color-overlay { padding: 35px 30px; }
 .toaster .closeButton { float: right; cursor: pointer; }
 .toaster .toaster-content { text-align:center; padding: 0 20px; }
 .toaster .toaster-content h3 { color:#fff; font-size:1.75rem; text-transform:none; margin-bottom: 5px; }
 .toaster .toaster-content p { display:block; }
/* BACK TO TOP LINK */
#top-link { bottom: 50px; max-width: 45px; padding: 10px 5px; position: fixed; right: 0; text-align: center; text-decoration: none; width: 100%; z-index: 999999; }
#top-link:before { display: block; font-family: "Font Awesome\ 5 Free"; content: '\f062'; font-size: 1.75em; font-weight: 900; }
#top-link span { display: none; }

/* BEGIN MEDIA QUERIES */
@media all and (max-width: 1180px) {
	/* SLIDER */
	.overlay { width: 50%; }
	.slider h2 { font-size: 2em; line-height: 1em; }
	.slider .blurb { margin-bottom: 20px; }
	.overlay.left-bottom, .overlay.left-top { left: 40px; }
	.overlay.left-top, .overlay.right-top { top: 27%; }
	.overlayColumn { height: 250px; }
	.news .caption { padding-right: 30px; }
	.news .flex-direction-nav .flex-prev { left: 5px; }
	.news .flex-direction-nav .flex-next { right: 5px; text-align: right; }
	.news .flexslider:hover .flex-direction-nav .flex-prev { left: 5px; }
	.news .flexslider:hover .flex-direction-nav .flex-next { right: 5px; }
}
 @media (min-width:961px) {
	/* MAIN NAVIGATION */
	.menu-container { background: transparent; min-width: 230px; max-width: 350px; width: 100%; max-width: 1657px; margin-left: auto; margin-right: auto; float: none; height: auto; position: relative; top: 0; z-index: initial; display: initial; overflow-y: inherit; display: block; }
	.menu-wrapper { display: block; }
	.close-btn { display: none; }
}
@media screen and (max-width: 960px) {
	/*960 GLOBAL*/
	.mob-only { display: block; }
	.mob-only-inline { display:inline-block }
	.full-only, .full-only-inline { display: none; }
	.interior-content.col6 { width: 100%;float:none; }
	.col9.last{ width:100%; }
	section.widgetArea.col3 { width:100%;margin-top: 25px;float:none; }  
	/*960 HEADER */
	header .logo img, header.scroll-on .logo img { max-width:135px;margin:5px 5px 10px 5px; }
	.headerContent { height: auto; }
	.utilityHeader { position: relative; }
	header{ position: relative;z-index: 3;margin-top: 0; }
	header .logo { left: 0px; top: 0; }
	header.scroll-on #menu { margin-top:0px; }
	.acc-row ul.sub-menu { max-height: inherit; }
	header .toggle-btn { margin-top: 0; }
	/*960 SLIDER */
	.overlay { top: 20%; width: 80%; }
	.overlay.left-bottom { left: 40px; }
	.slider h2 { font-size: 1.75em;}
	.slider .blurb { width: 100%; }
	/*960 MAIN NAVIGATION */
	#mobile-header { padding-top: 15px; }
	#mobile-header .searchButton.is-active:before { content: url(../images/icons/mobile-menu-close-icon.svg); }
	.logo { width: 50%; position: relative; left: 0; z-index: 0; border: 0; box-shadow: none; }
	.menu-container { overflow-y: scroll; }
	#mobile-header { display: block; float: right; padding-top: 13px; margin-right: 4%; }
	#menu { float: none; width: 100%; padding: 0; text-align: left; margin-top: 0px; }
	#menu > li { float: left; width: 100%; padding: 0 0 20px 0; }
	#menu > li.open { margin-bottom: 0; padding-bottom: 0; }
	#menu li a, #menu li:last-child a, #menu li span{ margin-left: 15px; display: inline-block; }
	.topNav { height: 0; }
	#menu li.search { display: none; }
	.topNav ul li { padding-right: 0; border-top: none; border-right: none; border-left: none; }
	.topNav ul.sub-menu li { border-bottom: 1px solid #fff; }
	.topNav ul.sub-menu li:last-of-type { border-bottom: none; }
	#menu .sub-menu { display: none; }
	#menu > li.has-sub .mobilenavtrigger { display: block; float: left; position: relative; padding-left: 0; margin-top: 16px; background: none; border: 0; cursor: pointer; }
	#menu > li.has-sub .mobilenavtrigger:before { content: url(../images/icons/mobile-menu-expand-down.svg); }
	#menu > li.has-sub.open .mobilenavtrigger:before { content: url(../images/icons/mobile-menu-expand-up.svg); }
	#menu.nav ul.sub-menu { position: relative; float: left; width: 100%; left: auto; top: auto; opacity: 1; clear: both; }
	#menu > li:hover { cursor: pointer; }
	#menu .sub-menu li { display: block; padding: 0 5px; background-color: rgba(216, 230, 243, .2); }
	#menu #double li, #menu #triple li, #menu #quad li { width: 100%; } 
	#menu li.has-sub:hover > a { text-decoration: none; }
	.accordion .acc-row div.leftNav-title h3{ margin:0; }
	.leftcol .acc-row input[type=checkbox]:checked ~ .leftNav-title ~ ul{ padding: 0px; }
	.leftcol .acc-row input[type=checkbox] ~ .leftNav-title ~ ul li{ padding:5px 15px; }
	.leftcol .acc-row input[type=checkbox]:checked ~ .leftNav-title ~ ul li.active{ padding:10px 15px; }
	.leftNav ul li a{ padding:10px; }
	/* Content Overlay for open mobile nav */
	.dim { background: rgba(0, 0, 0, .05); position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; z-index: -100; opacity: 0; transition: height 0.6s ease-in-out; }
	.dim.on { opacity: 1; }
	/*960 SEARCH MOBILE */
	.searchMobilecontent, #searchMobiletoggle, #searchMobiletoggle + label { display: block; }
	nav #searchtoggle ~ label { display: none; }
	/*960 TOOLBAR MENU OPEN */
	#searchtoggle { display: none; }
	#searchMobiletoggle + label span { position: absolute; overflow: hidden; z-index: -1000; font-size: 0; height: 1px; }
	/* OPENS CHANGES ICONS */
	#searchMobiletoggle + label:before { content: '\f002'; font-family: "Font Awesome\ 5 Free"; font-size: 1.25em; font-weight: 900; }
	/* OPENS DIV */
	#searchMobiletoggle ~ label { width: 32px; display: block; width: initial; float: right; margin-right: 5.5%; padding-top: 20px; cursor: pointer; }
	#searchMobiletoggle:checked ~ .searchMobilecontent { opacity: 0; height: 0; display: block; position: absolute; overflow-x: hidden; }
	/*960 DIV */
	.searchMobilecontent { position: absolute; bottom: -54px; border-style: solid; border-width: 2px; float: left; width: 100%; transition-property: all; transition-duration: .5s; transition-timing-function: cubic-bezier(0, 1, 0.5, 1); margin-top: 10px; margin-bottom: 7px; }
	.searchMobilecontent ul.toolbar { list-style: none; padding-left: 0; display: block; }
	.searchMobilecontent li { display: block; }
	.searchMobilecontent li a { text-decoration: none; line-height: 2.5em; display: block; font-size: 0.875em; text-transform: initial; }
	/*960 SEARCH INPUT */
	nav .searchMobilecontent input[type=search] { -webkit-appearance: none; }
	.searchMobilecontent input:focus { outline: none; }
	nav .searchMobilecontent button[type=submit] { float: left; position: relative; border: none; right: 0px; top: initial; overflow:hidden; }
	.searchMobilecontent::-webkit-input-placeholder { padding-left: 0px; }
	.searchMobilecontent:-moz-placeholder { padding-left: 0px; }
	.searchMobilecontent::-moz-placeholder { padding-left: 0px; }
	.searchMobilecontent:-ms-input-placeholder { padding-left: 0px; }
	/*960 BEGIN INFOGRAPHIC AREA*/
	.infoColumns .infographicWrap { padding: 15px 0; }
	.infoColumns h3.info-large { font-size: 3em; }
	.infoColumns .infographicWrap p { font-size: 1em; line-height: 1.7; }
	/*960 NEWS SLIDER*/
	.infoColumns.news .flex-viewport{ max-width: 97%;margin: 0 auto; }
	/*960 BEGIN TRIPLEBLURB AREA */
	.tripleBlurb h3 { font-size: 1.3em; }
	.tripleBlurb .col4 .circle .content:after { max-width: 50px; }
	.tripleBlurb .col4 .circle .content:hover:after { max-width: 75px; }
	/*960 BEGIN SECTION PROGRAMS AREA */
	.programs .wrapper .captionIcon { font-size: 1.15em; }
	/* BEGIN LEFT NAVIGATION STYLES */
	.button-yellow { font-size: 1em; width: 100%; padding: 15px; }
	.leftNav { margin-bottom: 20px; }
	.leftcol { margin-bottom: 25px; width: 100%; }
	/*960 BEGIN WYSIWYG AREA */
	.interior-content.col9 { width: 100%; float: none; }
	.interior-content > .col6 { width: 65%; }
	.widgetArea .col3 { width: 31%; }
	/* FOOTER */
	footer #footerbottom .col6 { text-align: center; width: 100%; }
	footer .copyright, footer .designby { float: none; line-height: 2em; }
}
@media screen and (max-width: 720px) {
	.interior-content.col6 { width: 100%; float: none; }
	.widgetArea.col3 { width: 100%; float: none; padding-top: 20px; }
	section.widgetArea.col3 { margin-top: 0px; }  
	.vidOverlay a img { width: 100%; }
	.infoColumns .columns .col4 { width: 100%; float: none; }
	.overlayColumn { height: 175px;margin-bottom:20px; }
	.overlayColumn h2.imageTitle{ font-size:1.25rem; }
	.columns .col6 { width:100%;margin:0;margin-bottom: 20px; }
	/*720 BEGIN UTILITY NAVIGATION */
	.utilityHeader .wrapper { padding: 0 1%; }
	/*720 SEARCH MOBILE */
	#searchMobiletoggle ~ label { padding-top: 15px; }
	.searchMobilecontent input[type=search] { width: 85%; -webkit-appearance: none; }
	/*720 SLIDER */
	.slider .wrapper { position: relative; min-height: 250px; padding: 0px;margin-top: -3px; }
	.slider .wrapper .overlay{ position: relative; text-align: center; width: 100%; padding: 50px 20px; top:auto;bottom:auto;left:auto;right:auto;height:auto; min-width: 0; }
	.slider h2 { font-size: 2rem; margin-bottom:10px;text-shadow:none; }
	.slider .blurb { text-shadow: none; margin: 10px auto; width: 100%; line-height:1.5em; padding:0 7.5%; }
	.slider .overlay.left-bottom a.button{ float:none; }
	.slider .overlay.left-bottom h2:after, .slider .overlay.left-top h2:after { margin: 15px auto; display: block; max-width: 100px; position: relative; left: 0; } 
	/*720 BEGIN SECTION PROGRAMS AREA */
	.programs { margin: 23px 0 0; }
	.programs .wrapper .col4 { width: 47%; }
	.programs .col4 { margin-bottom: 6px; }
	.programs .col4:nth-child(4n) { margin-right: 3%; }
	.programs .col4:nth-child(odd) { margin-right: 0; }
	.programs .wrapper .caption { min-height: 60px; max-height: 64px; padding: 15px 10px; }
	.programs .wrapper .captionText { font-size: .725em; }
	/*720 BEGIN Full Width CTA */
	.callToAction { min-height: 365px; }
	/*720 BEGIN INFOGRAPHIC*/
	.infoColumns .infographicWrap p { padding: 0 20%; }
	/*720 NEWS SECTION */
	.news .events .col4 { margin-bottom: 40px;width:100%; }  
	.news li { border-left: none; }
	.news .caption h3 { font-weight: 400; text-align: left; }
	.news .readMore { max-width: 720px; }
	/*720 BEGIN WYSIWYG AREA */
	.interior-content .col6 { width: 100%; float: none; }
	.pastYears .col6 { width: 48% !important; float: left !important; }
	.interior-content ul{ padding:0 20px 20px; }
	.interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 ~ div{ padding:0 20px; }
	.content-main img{ width:100%; margin:20px 0; }
	.widgetArea { border-bottom: none; }
	.widgetArea .col3 { margin-top: 50px; }
	.widgetArea .col3, .widgetArea .col3 img { width: 100%; }
	/*720 FOOTER */
	footer { padding: 0; border-top-width: 5px; }
	footer .one-row, footer .subfooter .one-row{ padding: 0px; }
	footer .footerLinks.col3, footer .companyInfo.col3{ width:100%;margin:0; }
	footer .companyInfo.col3{ margin-top:30px; }
	footer .footerLinks label.linkHeading{ position:relative;margin-bottom: 0px;padding:15px;cursor:pointer; }
	footer .footerLinks label.linkHeading:after{ content:"\f107";position:absolute;font-family:"Font Awesome\ 5 Free";right:15px; font-weight: 900; }
	footer .footerLinks.col3{ padding:0; }
	footer .footerLinks.col3:not(:first-child) { border-top: 1px solid; }
	footer input { display: block; }
	footer .footer-acc { padding: 0; }
	footer .logo { padding: 15px 4%; }
	footer .logo p { padding: 0 1.25%; }
	footer ul.social-media { max-width: 250px; margin: auto; }
	footer .col4, footer .col8{ width:100%;float:none; }
	footer .footerLinks ul{ display:none; }
	footer .footerLinks input[type=checkbox]:checked + ul { display: block;margin: 0;padding: 15px 30px; }
	footer .footerLinks ul li { margin-bottom: 15px; }
	footer .companyInfo, footer .subfooter{ text-align:center; }
}
@media screen and (max-width: 580px) {
	.home header{ margin-top:0px; }    
	.utilityHeader{ display:none; }     
	/* MAIN NAVIGATION */
	.container.show > .menu-container { min-width: 100%; }
	.news .flex-direction-nav .flex-prev { left: -15px!important; }
	.news .flex-direction-nav .flex-next { right: -15px!important; }
	.overlayColumn { height: 300px; }
	.menu-container { width: 100%; }
	/* SEARCH MOBILE */
	nav .searchMobilecontent input[type=search] { width: 94%; }
	.searchMobilecontent input:focus { outline: none; }
	nav .searchMobilecontent button[type=submit] { width: 6%; }
	/* BEGIN TRIPLEBLURB AREA */
	.tripleBlurb h3 { font-size: 2em; }
	.tripleBlurb .col4 .circle .content:after { max-width: 75px; }
	.tripleBlurb .col4 .circle .content:hover:after { max-width: 125px; }
	/* BEGIN SECTION PROGRAMS AREA */
	.programs .col4 { float: left; }
	.imageGallery .col4 { width: 31%; float: left; }
	/* BEGIN PROFESSIONALS AREA */
	.content-main .leftAlign { float: none; }
	.professional .col4 { min-height: 350px;margin: auto!important; } 
	.infoColumns:not(.callToAction) .color-overlay { padding: 0px 10px; }
	.infoColumns .infographicWrap p { padding: 0px 10%; }
	/*580 BEGIN Full Width CTA */
	.callToAction .cta { padding: 30px 15px; }
	.callToAction .cta p { width: 96%;margin: 20px auto; }
	.noBgImg.infoColumns.callToAction .color-overlay { padding: 20px 5px; }
	/* BEGIN ADDTHIS AREA */
	.addThisWrapper { margin: 0 0 15px; }
	/* BEGIN FOOTER Area */
	footer #footerbottom p, footer #footerbottom ul { display: block; }
}
@media screen and (max-width: 420px) {
	header .logo img { min-width: 70px; }
	.searchMobilecontent { margin-top: 20px; }
	/* BEGIN SECTION PROGRAMS AREA */
	.programs .wrapper .col4 { width: 100%; width: 94%; margin: 10px 3%; }
	/*NEWS LISTING*/
	img.articleThumb { width: 100%;height: auto!important;margin-bottom: 15px; }
	/*BEGIN NEWS AREA*/
	.news .events h2.title{ margin-bottom: 25px; } 
	a.allLink { position: relative;right: auto;margin-bottom: 25px;top: auto;display: block; }
}
@media screen and (max-width:380px) {
	/* BEGIN UTILITY NAVIGATION */
	.utilityHeader p { font-size: .775em; }
}
/*** BEGIN: SITE MAP ***/
.sitemapList { vertical-align: top ;margin-bottom: 5px; }
ul.sitemapList { margin: 10px 0 10px 30px; }
ul.sitemapList ul { margin: 10px 0 10px 30px; }
ul.sitemapList li { margin-bottom: 10px; list-style-type: none; position: relative; }
ul.sitemapList li:before { content: "\00bb"; position: absolute;  left: -12px; }
ul.sitemapList li a { color: #004d41; font-size: .85rem; margin-bottom: 7px; text-transform: uppercase; font-family: 'Proxima Nova', 'Montserrat', sans-serif; }
@media all and (max-width:960px) { .sitemap div { width: 32%; } }
@media all and (max-width:720px) { .sitemap div { width: 45%; } }
@media all and (max-width:580px) { .sitemap div { width: 100%; } }
/*** END: SITE MAP ***/
/** OUT OF DATE BROWERS SLIDE OUT STYLES **/
.buorg-buttons { display: none !important; }
.buorgul { display: none !important; }
/* Subscribe and Unsubscribe forms */
.subForms .wrapper{ max-width:700px; }
.subforms { text-align:center; }
.subForms .errorBlock { color: red; }
.subforms .form-group { margin-bottom: 20px; width: 40px; }
.subForms input[type=text].form-control, .subForms select.form-control{ height: 40px; padding: 10px; width: 100%; margin: 5px 0 25px 0; }
.subForms textarea.form-control { width: 100%; min-height: 100px; margin: 5px 0 25px 0; }
.subForms input[type=checkbox] { margin: 10px 10px 25px 0; }
.subForms input[type=radio] { margin: 10px 10px 10px 0; }
.subForms .error { color: red; }
/* Search */
.zoom_button { display: none !important; }
.results .highlight { background: #edd89e !important; }
.results .result_title a {color: #008071; font-family: 'Proxima Nova', 'Montserrat', sans-serif; letter-spacing: .1rem; font-size: 1.1em; font-weight: 700; word-wrap: break-word; }
.results .result_title { margin-bottom: 10px; }
.searchheading { font-size: 120%; font-weight: bold; margin: 25px 0 !important;}
.result_pages a {color: #008071; margin: 5px 0; }
.results .context { margin-bottom: 15px; }
/*ShareThis*/
#st-2, .sharethis-inline-share-buttons { display: inline-block!important; }
#st-el-1, #st-el-1.st-hide, #st-cmp-v2 .st-cmp-app .st-cmp-content, #st-cmp-v2 { display: none!important; }
/* * jQuery FlexSlider v2.6.1 * http://www.woothemes.com/flexslider/ * Copyright 2012 WooThemes * Free to use under the GPLv2 and later license. * http://www.gnu.org/licenses/gpl-2.0.html * Contributing author: Tyler Smith (@mbmufffin) */
/* FONT-FACE */
@font-face { font-family: 'flexslider-icon'; src: url('../fonts/flexslider-icon.eot'); src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg'); font-weight: normal; font-style: normal; }
/* RESETS */
.flex-container a:hover, .flex-slider a:hover { outline: none; }
.slides, .slides > li, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flex-pauseplay span { text-transform: capitalize; }
/* BASE STYLES */
.flexslider { margin: 0; padding: 0; }
.flexslider .slides img { width: 100%; display: block; }
.flexslider .slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block; }
/* DEFAULT THEME */
.flexslider { margin: 0 0 -1px -7px; background: #fff; border: 4px solid #fff; position: relative; zoom: 1; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.flexslider .slides { zoom: 1; }
.flexslider .slides img { height: auto; -moz-user-select: none; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flex-direction-nav { height: 0;position: absolute;top: 50%;left: 0;width: 100%; }
.flex-direction-nav a { text-decoration: none; display: block; width: 30px; height: 30px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 30px; display: inline-block; content: '\f001'; color: rgba(255, 255, 255, 1); }
.flex-direction-nav a.flex-next:before { content: '\f002'; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; z-index: -1; }
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
.flex-control-nav { width: 100%; position: absolute; bottom: 20px; right: 0; left: 0; text-align: center; }
.cta.flexslider .flex-control-nav { width: 100%; position: absolute; bottom: 0px; right: 0; left: 0; text-align: center; }
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1;  *display: inline;
}
.flex-control-paging li a { width: 11px; height: 11px; display: block; background: none; border: 2px solid #fff; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #004d41; background: rgba(0, 77, 65, 0.5); }
.flex-control-paging li a.flex-active { /*background: #004d41; background: rgba(0, 77, 65, 1); border-color: #00c5cd;*/ cursor: default; }
.cta.flexslider .flex-control-paging li a { background: none; border: 2px solid #fff; }
.cta.flexslider .flex-control-paging li a:hover { background: #FFF; background: rgba(255, 255, 255, 0.5); }
.cta.flexslider .flex-control-paging li a.flex-active { background: #fff; background: rgba(255, 255, 255, 1); cursor: default; }
.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }
.flex-control-thumbs li { width: 25%; float: left; margin: 0; }
.flex-control-thumbs img { width: 100%; height: auto; display: block; opacity: .7; cursor: pointer; -moz-user-select: none; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }
/* RESPONSIVE */
@media screen and (max-width: 860px) {
    .flex-direction-nav a  { height: 30px; }
	.flex-direction-nav a:before { font-size: 30px; }
	.flex-direction-nav .flex-prev { opacity: 1; left: 15px; top: 25%; }
	.flexslider:hover .flex-direction-nav .flex-prev { opacity: 0.7; left: 15px; }
	.flex-direction-nav .flex-next { opacity: 1; right: 10px; top: 25%; }
	.flexslider:hover .flex-direction-nav .flex-next { opacity: 0.7; right: 10px; }
	.news .flex-direction-nav .flex-prev { opacity: 1; left: 5px; top: 40%; }
	.news .flex-direction-nav .flex-next { opacity: 1; right: 5px; top: 40%; }
	.flex-control-nav { bottom: 5px; }
}
@media screen and (max-width: 720px) {
    .flex-control-paging li a { border-color: #6e6e6e; }
}

/**************************** VARIABLES BEGIN *****************************/
/* --- BRAND COLOR ONE: Summit (Gray) - #525961; (HEX)  or 82, 89, 97 (RGB) --- */
/* BACKGROUND */
 footer, form.realEstateSearch .one-row button.btnLrg:hover, #top-link:hover, .utilityHeader a.button:nth-child(2),  .backToTop, 
 .noBgImg .color-overlay.one, .programs .wrapper .caption:hover, .interior-content a.button, h3.headlineborder span:before, h3.headlineborder span:after, .contactInformation a.button,
 .columns a.button, .backToTop, .button-yellow:hover, .programs .wrapper .caption:hover, .searchMobilecontent button[type=submit], .widgetArea .contact-widget a.button, a.button:hover, .leftNav ul:not(.sub-menu) > li.active{ background-color: #525961; }
 .searchMobilecontent button[type=submit], .interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 { background-color: #008071; }
form input[type=submit].one { background-color: transparent; color: #fff !important; }
form input[type=submit].one:hover { background-color: transparent; color: #fff !important; }
/*OVERLAYS*/
#top-link, .color-overlay.one, .slider .overlay.one { background: rgba(82, 89, 97, .6); }
.home .color-overlay.one, .home .slider .overlay.one { background: rgba(82, 89, 97, 1); }
.columnBg.infoColumns .above.color-overlay.one, .slider .overlay.one { background: rgba(82, 89, 97, .6); }
.columnBg.infoColumns .above.color-overlay.one + div p, .slider .overlay.one + div p { color: #fff; }
.columnBg.infoColumns .above.color-overlay.one + .color-overlay.one { background: transparent; }
.Summit .wrapper h2.title, .Summit .columns p  { color: #525961 !important; }
@media only screen and (min-width: 961px) {
	.home .news.color-overlay.one h2.title span { background-color: #525961; color: #fff; }
	.home .colThree.color-overlay.one h2.title span { background-color: #525961; color: #fff; }
}
@media only screen and (max-width: 960px) {
	.home .news.color-overlay.one { background-color: transparent; }
	.home .news.color-overlay.one .mobileBg { background-color: #525961; }
	.home .news.color-overlay.one .mobileBg > p, .home .news.color-overlay.one .mobileBg > span { color: #fff; }
	.home .colThree.color-overlay.one { background-color: transparent; }
	.home .colThree.color-overlay.one .mobileBg { background-color: #525961; }
	.home .colThree.color-overlay.one .mobileBg > p, .home .colThree.color-overlay.one .mobileBg > span { color: #fff; }
}
/* FONT COLOR */
.widgetArea .contentWidget p a, .widgetArea .contentWidget a, .widgetArea .latestNews a,  .widgetArea .latestNews h4, .close-btn, #menu ul.sub-menu li a, .news .caption a h3, .breadcrumbs ul li a, .breadcrumbs ul li:after, .leftcol .accordion .acc-row input[type=checkbox]:checked ~ h3, .interior-content a.readMore,
.image.wysiwyg-content h3.imageTitle, .infoColumns.white-text h3, .contentWidget.three h3, .cta h2.title.one,  .accordion .acc-row label:before, .leftcol .accordion .acc-row label, .leftcol .accordion .acc-row label:before, .interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 label:before,
.leftNav li.active ul.sub-menu li a, .slick-prev:before, .slick-next:before, .overlayColumn h2.imageTitle, .widgetArea .linkedList a, .interior-content .accordion .acc-row label, .infoColumns a.readMore, .news .events a.title, .news a.readMore, .widgetArea .contentWidget.bg h3 { color: #525961; }
.widgetArea .contentWidget p a.btnLrg, .widgetArea .contentWidget a.btnLrg { color: #fff; }
.news .flex-direction-nav a:before { font-family: "Font Awesome\ 5 Free"; color: #525961; font-weight: 900; }
.news .flex-direction-nav a:hover:before { color: #525961; }
 h1, h2, h3, h5, h1.info-large.one, h2.info-large.one, h3.info-large.one, h4.info-large.one, h5.info-large.one, a.btnLrg, form input[type=submit].one, 
.widgetArea .contact-widget a.button:hover, .interior-content a.button:hover, .leftNav ul li.active > a:before, .leftNav-title > h3, #mobile-header, .wysiwyg-content h3, 
.searchBar button, .tripleBlurb i,  #searchMobiletoggle + label:hover, footer ul li a:hover, .tripleBlurb .col4 a:hover h3, nav #searchtoggle ~ label:hover,
.article a.readMore, .news .caption h3 a, .breadcrumbs ul li i, .leftNav ul li a:hover:before, .professional a i, .contactInformation i:hover, .breadcrumbs ul li:after,
.widgetArea .latestNews h4 a, #menu > li.open:before, .leftNav li.leftNavOn > a, footer #footerbottom ul li:before, .columns h3.one, .callToAction .cta.none span, 
.infoColumns.brand-color-one, .slider .overlay > h2.one, .slider .overlay > .blurb.one, .professional p.name, .leftNav-title h3 a, .leftNav ul li a { color:#525961; }
.infographicWrap .info-large.icon.one { color: #525961; }
.infographicWrap .info-large.one { color: #525961; }
.infoGraphics a .two { color: #525961; }
.infoGraphics a:hover .info-large.icon.one span, .infographicWrap a:focus .info-large.icon.one span { color: #525961; }
.infoGraphics a:hover .info-large.one, .infographicWrap a:focus .info-large.one { color: #525961; }
/* BORDER COLOR */
.searchBar input, .tripleBlurb .fa-border, .news .readMore { border-color: #525961; }
.interior-content a.button,  .widgetArea .contact-widget a.button, a.button { border:1px solid #525961; }
.tripleCircles .col4 .circle:hover { border: 7px solid #525961; }
.tripleCircles .col4 .circle .content:after { border: 5px solid #525961; }
/* --- BRAND COLOR TWO: Sunrise (Dark Orange) - #f57a12; ALT TEXT: #E66D0A  (HEX)  or  245, 122, 18 (RGB) --- */
.close-btn, .test, .noBgImg .color-overlay.two, .columns a.button-yellow, .programs .caption, #footerbottom, form input[type=submit].two, .programs .wrapper .caption, footer .accordion .acc-row{ background: #f57a12; }
/* FONT COLOR */
 h4, .widgetArea .linkedList a:hover, button.btnLrg.two, form input[type=submit].two:hover, 
 h1.info-large.two, h2.info-large.two, h3.info-large.two, h4.info-large.two, h5.info-large.two, .news .caption .postDate, .cta h2.title.two, 
 form input[type=submit].two:hover, .acc-row h3, .news .events a.title:hover, .news .caption a:hover h3,  .leftcol .acc-row h3, .content-main ul li:before, .tripleBlurb .col4 a, .footnotes p, #menu .sub-menu h3, h3.headline, 
 .accordion .acc-row div.leftNav-title h3, .columns h3.two, .callToAction .cta.none h2, .infoColumns.brand-color-two, .infoColumns.news.brand-color-two .caption a h3, .slider .overlay > h2.two, .slider .overlay > .blurb.two, span.signature, .leftNav-title h3 a:hover, .leftNav ul li a:hover, .topNav ul li:hover a, #menu li:hover a { color: #525961; }
button.btnLrg.two {color: #fff;}   
/* BORDER COLORS */
.columns a.button-yellow, form input[type=submit].two { border: 1px solid #f57a12; }
.overlayColumn .imageOffsetBorder{ border-color: #f57a12; }
footer .accordion .acc-row { border-bottom-color: #f57a12; }
.infographicWrap .info-large.icon.two { color: #f57a12; }
.infographicWrap .info-large.two { color: #f57a12; }
.infoGraphics a .two { color: #f57a12; }
.infoGraphics a:hover .info-large.icon.two span, .infographicWrap a:focus .info-large.icon.two span { color: #f57a12; }
.infoGraphics a:hover .info-large.two, .infographicWrap a:focus .info-large.two { color: #f57a12; }
/*OVERLAYS*/
.color-overlay.two, .slider .overlay.two { background: rgba(245, 122, 18, .6); }
.home .color-overlay.two, .home .slider .overlay.two { background: rgba(245, 122, 18, 1); }
.columnBg.infoColumns .above.color-overlay.two, .slider .overlay.two { background: rgba(245, 122, 18, .6); }
.columnBg.infoColumns .above.color-overlay.two + .color-overlay.two { background: transparent; }
.Sunrise .wrapper h2.title, .Sunrise .columns p  { color: #f57a12 !important; }
@media only screen and (min-width: 961px) {
	.home .news.color-overlay.two h2.title span { background-color: #f57a12; color: #525961; }
	.home .colThree.color-overlay.two h2.title span { background-color: #f57a12; color: #525961; }
}
@media only screen and (max-width: 960px) {
	.home .news.color-overlay.two { background-color: transparent; }
	.home .news.color-overlay.two .mobileBg { background-color: #f57a12; }
	.home .news.color-overlay.two .mobileBg > p, .home .news.color-overlay.two .mobileBg > span { color: #525961; }
	.home .colThree.color-overlay.two { background-color: transparent; }
	.home .colThree.color-overlay.two .mobileBg { background-color: #f57a12; }
	.home .colThree.color-overlay.two .mobileBg > p, .home .colThree.color-overlay.two .mobileBg > span { color: #525961; }
}
/* --- BRAND COLOR THREE: Fall Aspen (Light Orange) - #fca133; (HEX)  or  252, 161, 51 (RGB) --- */
/* FONT COLORS */
.widgetArea .contentWidget.bg .wysiwyg-content *, .subfooter span.copyright, .cta h2.title.three, h1.info-large.three, h2.info-large.three, h3.info-large.three, h4.info-large.three, h5.info-large.three, .professional a, .columns h3.three, .infoColumns.brand-color-three, 
.slider .overlay > h2.three, .slider .overlay > .blurb.three, footer ul li a, .infoColumns .subhead { color: #525961; }
/*OVERLAYS*/
.color-overlay.three, .slider .overlay.three { background: rgba(252, 161, 51, .6); }
.home .color-overlay.three, .home .slider .overlay.three { background: rgba(252, 161, 51, 1); }
.columnBg.infoColumns .above.color-overlay.three, .slider .overlay.three { background: rgba(252, 161, 51, .6); }
.columnBg.infoColumns .above.color-overlay.three + .color-overlay.three { background: transparent; }
@media only screen and (min-width: 961px) {
	.home .news.color-overlay.three h2.title span { background-color: #fca133; color: #525961; }
	.home .colThree.color-overlay.three h2.title span { background-color: #fca133; color: #525961; }
}
@media only screen and (max-width: 960px) {
	.home .news.color-overlay.three { background-color: transparent; }
	.home .news.color-overlay.three .mobileBg { background-color: #fca133; }
	.home .news.color-overlay.three .mobileBg > p, .home .news.color-overlay.three .mobileBg > span { color: #525961; }
	.home .colThree.color-overlay.three { background-color: transparent; }
	.home .colThree.color-overlay.three .mobileBg { background-color: #fca133; }
	.home .colThree.color-overlay.three .mobileBg > p, .home .colThree.color-overlay.three .mobileBg > span { color: #525961; }
}
/* --- BRAND COLOR FOUR: Spruce (Teal) -  #00a693 (HEX) or 0, 166, 147 (RGB) --- */
/* BACKGROUND */
.contentWidget.bg, .noBgImg .color-overlay.four{ background: rgba(0,166, 147, .75); }
/* FONT COLOR */
.content-main .wysiwyg-content .subhead, .cta h2.title.four { color: #008071; }
.infographicWrap .info-large.icon.four { color: #008071; }
.infographicWrap .info-large.four { color: #008071; }
.infoGraphics a .four { color: #008071; }
.infoGraphics a:hover .info-large.icon.four span, .infographicWrap a:focus .info-large.icon.four span { color: #008071; }
.infoGraphics a:hover .info-large.four, .infographicWrap a:focus .info-large.four { color: #008071; }
/* BORDER COLOR */
.leftNav ul:not(.sub-menu) > li:not(.active){ border-color: #00a693; }
.columns a.button-yellow, form input[type=submit].two { border: 1px solid #fca133; }
.overlayColumn .imageOffsetBorder{ border-color: #fca133; }
footer .accordion .acc-row { border-bottom-color: #fca133; }
/*OVERLAYS*/
.color-overlay.four, .slider .overlay.four { background: rgba(0, 166, 147, .6); }
.home .color-overlay.four, .home .slider .overlay.four { background: rgba(0, 166, 147, 1); }
.columnBg.infoColumns .above.color-overlay.four, .slider .overlay.four { background: rgba(0, 166, 147, .6); }
.columnBg.infoColumns .above.color-overlay.four + .color-overlay.four { background: transparent; }
.Spruce .wrapper h2.title, .Spruce .columns p  { color: #00a693 !important; }
@media only screen and (min-width: 961px) {
	.home .news.color-overlay.four h2.title span { background-color: #00a693; color: #525961; }
	.home .colThree.color-overlay.four h2.title span { background-color: #00a693; color: #525961; }
}
@media only screen and (max-width: 960px) {
	.home .news.color-overlay.four { background-color: transparent; }
	.home .news.color-overlay.four .mobileBg { background-color: #00a693; }
	.home .news.color-overlay.four .mobileBg > p, .home .news.color-overlay.four .mobileBg > span { color: #525961; }
	.home .colThree.color-overlay.four { background-color: transparent; }
	.home .colThree.color-overlay.four .mobileBg { background-color: #00a693; }
	.home .colThree.color-overlay.four .mobileBg > p, .home .colThree.color-overlay.four .mobileBg > span { color: #525961; }
}
/* --- BRAND COLOR FIVE: Rust - #991b1e (HEX) or 153, 27, 30 (RGB) --- */
/*BACKGROUND*/
.utilityHeader a.button:nth-child(2), .noBgImg .color-overlay.five{ background-color:#991b1e; }
/*FONT COLOR */
 .widgetArea .latestNews a.readMore:hover, h1.info-large.five, h2.info-large.five, h2.imageTitle, h3.info-large.five, h4.info-large.five, h5.info-large.five, footer .social a:hover i, .contactInformation i, a.allLink, 
 .noBgImg .color-overlay.five a.btnLrg, .noBgImg .color-overlay.three a.btnLrg:hover, .cta h2.title.five, .infoColumns .subhead, .infoColumns.brand-color-five, .slider .overlay > h2.five,
 .slider .overlay > .blurb.five, .events p:not(.postDate), .news .caption p:not(.postDate) { color: #525961; }
p a, .interior-content a { color: #008071; text-decoration: none; font-weight: 600; }
p a:hover, .interior-content a:hover { color: #008071; text-decoration: underline; }
.interior-content .professional.columns a { color: #E66D0A; text-decoration: none; font-weight: 600; }
.interior-content .professional.columns a:hover { text-decoration: underline; }
.interior-content .listingPage.article a { color: #E66D0A; text-decoration: none; font-weight: 600; }
.newsListingPage .interior-content .listingPage.article a { color: #525961; }
.interior-content .listingPage.article a:hover { text-decoration: underline; }
.infographicWrap .info-large.icon.five { color: #991b1e; }
.infographicWrap .info-large.five { color: #991b1e; }
.infoGraphics a .five { color: #991b1e; }
.infoGraphics a:hover .info-large.icon.five span, .infographicWrap a:focus .info-large.icon.five span { color: #991b1e; }
.infoGraphics a:hover .info-large.five, .infographicWrap a:focus .info-large.five { color: #991b1e; }
/*OVERLAYS*/
.color-overlay.five, .slider .overlay.five { background: rgba(153, 27, 30, .6); }
.home .color-overlay.five, .home .slider .overlay.five { background: rgba(153, 27, 30, 1); }
.columnBg.infoColumns .above.color-overlay.five, .slider .overlay.five { background: rgba(153, 27, 30, .6); }
.columnBg.infoColumns .above.color-overlay.five + .color-overlay.five { background: transparent; }
.columnBg.infoColumns .above.color-overlay.five + div p, .slider .overlay.five + div p { color: #fff; }
.Rust .wrapper h2.title, .Rust .columns p  { color: #991b1e !important; }
@media only screen and (min-width: 961px) {
	.home .news.color-overlay.five h2.title span { background-color: #991b1e; color: #fff; }
	.home .colThree.color-overlay.five h2.title span { background-color: #991b1e; color: #fff; }
}
@media only screen and (max-width: 960px) {
	.home .news.color-overlay.five { background-color: transparent; }
	.home .news.color-overlay.five .mobileBg { background-color: #991b1e; }
	.home .news.color-overlay.five .mobileBg > p, .home .news.color-overlay.five .mobileBg > span { color: #fff; }
	.home .colThree.color-overlay.five { background-color: transparent; }
	.home .colThree.color-overlay.five .mobileBg { background-color: #991b1e; }
	.home .colThree.color-overlay.five .mobileBg > p, .home .colThree.color-overlay.five .mobileBg > span { color: #fff; }
}
/*BORDER COLOR*/
.columns a.button-yellow, form input[type=submit].five { border: 1px solid #991b1e; }
.overlayColumn .imageOffsetBorder{ border-color: #991b1e; }
footer .accordion .acc-row { border-bottom-color: #991b1e; }
/* --- BRAND COLOR SIX: Fog (Light Blue) - #d8e6f3;  (HEX)  or  216, 230, 243 (RGB) --- */
.close-btn, .test, .noBgImg .color-overlay.six, .columns a.button-yellow, .programs .caption, #footerbottom, form input[type=submit].six, .programs .wrapper .caption, footer .accordion .acc-row{ background: #d8e6f3; }
/* FONT COLOR */
 h4, .widgetArea .linkedList a:hover, button.btnLrg.six, form input[type=submit].six:hover, 
 h1.info-large.six, h2.info-large.six, h3.info-large.six, h4.info-large.six, h5.info-large.six, .news .caption .postDate, .cta h2.title.six, 
 form input[type=submit].six:hover, .acc-row h3, .news .events a.title:hover, .news .caption a:hover h3,  .leftcol .acc-row h3, .content-main ul li:before, .tripleBlurb .col4 a, .footnotes p, #menu .sub-menu h3, h3.headline, 
 .accordion .acc-row div.leftNav-title h3, .columns h3.six, .callToAction .cta.none h2, .infoColumns.brand-color-six, .infoColumns.news.brand-color-six .caption a h3, .slider .overlay > h2.six, .slider .overlay > .blurb.six, span.signature, .leftNav-title h3 a:hover, .leftNav ul li a:hover, .topNav ul li:hover a, #menu li:hover a { color: #525961; }
.interior-content h3 a { color: #E66D0A; text-decoration: none !important; }
.interior-content h3 a:hover { color: #E66D0A; text-decoration: underline !important; }
button.btnLrg.six {color: #525961;}   
/* BORDER COLORS */
.columns a.button-yellow, form input[type=submit].six { border: 1px solid #d8e6f3; }
.overlayColumn .imageOffsetBorder{ border-color: #d8e6f3; }
footer .accordion .acc-row { border-bottom-color: #d8e6f3; }
/*OVERLAYS*/
.color-overlay.six, .slider .overlay.six { background: rgba(216, 230, 243, .6); }
.home .color-overlay.six, .home .slider .overlay.six { background: rgba(216, 230, 243, 1); }
.columnBg.infoColumns .above.color-overlay.six, .slider .overlay.six { background: rgba(216, 230, 243, .6); }
.columnBg.infoColumns .above.color-overlay.six + .color-overlay.six { background: transparent; }
@media only screen and (min-width: 961px) {
	.home .news.color-overlay.six h2.title span { background-color: #d8e6f3; color: #525961; }
	.home .colThree.color-overlay.six h2.title span { background-color: #d8e6f3; color: #525961; }
}
@media only screen and (max-width: 960px) {
	.home .news.color-overlay.six { background-color: transparent; }
	.home .news.color-overlay.six .mobileBg { background-color: #d8e6f3; }
	.home .news.color-overlay.six .mobileBg > p, .home .news.color-overlay.six .mobileBg > span { color: #525961; }
	.home .colThree.color-overlay.six { background-color: transparent; }
	.home .colThree.color-overlay.six .mobileBg { background-color: #d8e6f3; }
	.home .colThree.color-overlay.six .mobileBg > p, .home .colThree.color-overlay.six .mobileBg > span { color: #525961; }
}
/* --- BRAND COLOR: White --- */
/* BACKGROUND */
header, header.scroll-on, #menu li:hover span, #menu li.has-sub:hover, #menu li:hover a, .searchBar, nav .searchMobilecontent, .searchMobilecontent, .leftNav ul.sub-menu, .accordion .acc-row p, .noBgImg .color-overlay.white, .noBgImg .color-overlay.five a.btnLrg, .noBgImg .color-overlay.three a.btnLrg:hover{ background-color: #fff; }
header.scroll-on { background: rgba(255, 255, 255, .9); }
/* FONT COLOR */
footer, footer .footerLinks ul li a, footer h3 a, footer .social a i, footer .companyInfo .address a, .slides .blurb, .utilityHeader a.button, .contentWidget.three p a, button.btnLrg, .contentWidget.three h4, 
.contentWidget.three .wysiwyg-content,  footer a.button, #top-link, .utilityHeader p, .slider .overlay > h2.white, form input[type=submit], .slider .overlay > .blurb.white, .slider h2, .backToTop i, .programs h5,
.programs p, .callToAction .cta h2, .callToAction .cta .button, .columns a.button-yellow, footer #footerbottom p, footer .accordion .acc-row input[type=checkbox]:checked ~ h3, .button-yellow:hover, .widgetArea .contact-widget a.button, 
.contactInformation a.button, .columns a.button, .interior-content a.button, .infoColumns.white-text,  .infoColumns.white-text h2, .infoColumns.white-text .subhead  { color: #fff; }
a.btnLrg, a.btnLrg:hover, button.btnLrg, button.btnLrg:hover, form input[type=submit].btnLrg, form input[type=submit].btnLrg:hover, .slider a.button, .tripleBlurb h3, footer #footerbottom ul li a, .searchMobilecontent button[type=submit], 
.columns h3.white, .cta h2.title.default, .noBgImg .color-overlay.five a.btnLrg:hover, .interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 label, .interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 label:before, .utilityHeader a, .utilityHeader span, .leftNav ul li.active a { color: #fff; }
.infographicWrap .info-large.icon.white { color: #fff; }
.infographicWrap .info-large.white { color: #fff; }
.infoGraphics a .white { color: #fff; }
.infoGraphics a:hover .info-large.icon.white span, .infographicWrap a:focus .info-large.icon.white span { color: #fff; }
.infoGraphics a:hover .info-large.white, .infographicWrap a:focus .info-large.white { color: #fff; }
/*OVERLAYS*/
.color-overlay.white, .slider .overlay.white { background: rgba(255, 255, 255, .85); }
.home .color-overlay.white, .home .slider .overlay.white { background: rgba(216, 230, 243, 1); }
.columnBg.infoColumns .above.color-overlay.white, .slider .overlay.white { background: rgba(216, 230, 243, .6); }
.columnBg.infoColumns .above.color-overlay.white + .color-overlay.white { background: transparent; }
@media only screen and (min-width: 961px) {
	.home .news.color-overlay.white h2.title span { background-color: #fff; color: #525961; }
	.home .colThree.color-overlay.white h2.title span { background-color: #fff; color: #525961; }
}
@media only screen and (max-width: 960px) {
	.home .news.color-overlay.white { background-color: transparent; }
	.home .news.color-overlay.white .mobileBg { background-color: #fff; }
	.home .news.color-overlay.white .mobileBg > p, .home .news.color-overlay.white .mobileBg > span { color: #525961; }
	.home .colThree.color-overlay.white { background-color: transparent; }
	.home .colThree.color-overlay.white .mobileBg { background-color: #fff; }
	.home .colThree.color-overlay.white .mobileBg > p, .home .colThree.color-overlay.white .mobileBg > span { color: #525961; }
}
/* --- BEGIN STYLES FOR FONT COLORS & TYPE font-family: 'Proxima Nova',  'Montserrat', sans-serif; --- */
 @font-face { font-family: 'Proxima Nova'; src: url('../fonts/webfonts/proxima-nova-a.otf'); font-weight: normal; font-style: normal; }
 @font-face { font-family: 'Proxima Nova Light'; src: url('../fonts/webfonts/proxima-nova-a-light.otf'); font-weight: normal; font-style: normal; }
 @font-face { font-family: 'Proxima Nova Semibold'; src: url('../fonts/webfonts/proxima-nova-a-semibold.otf'); font-weight: normal; font-style: normal; }
 @font-face { font-family: 'Proxima Nova Bold'; src: url('../fonts/webfonts/proxima-nova-a-bold.otf'); font-weight: normal; font-style: normal; }
 @font-face { font-family: 'Proxima Nova Black'; src: url('../fonts/webfonts/proxima-nova-black.otf'); font-weight: normal; font-style: normal; }
body { font-family: 'Proxima Nova', 'Montserrat', sans-serif; color: #525961; text-transform: none; }
h1 { font-family: 'Proxima Nova Black',  'Montserrat', sans-serif; font-size: 2.8rem; font-weight: 900; line-height: 1.1; }
h2 { font-family: 'Proxima Nova Bold', sans-serif; color: #991B1E; font-size: 2.7rem; line-height: 1.2; letter-spacing: .03em; text-transform: uppercase;}
h2.orange { font-family: 'Proxima Nova Semibold',  'Montserrat', sans-serif; color: #E66D0A; font-size: 1.4rem; line-height: 1.4; text-transform: uppercase; }
h3 { font-family: 'Proxima Nova Semibold',  'Montserrat', sans-serif; color: #E66D0A; font-size: 1.4rem; line-height: 1.4; text-transform: uppercase; }
h4 { font-family: 'Proxima Nova Semibold',  'Montserrat', sans-serif;  font-size: 1rem; text-transform: uppercase; }
h5 { font-family: 'Proxima Nova Semibold',  'Montserrat', sans-serif;  font-size: .875rem; text-transform: uppercase; }
@media only screen and (max-width: 960px) {
	h1 { font-size: 2.5rem; }
	h2 { font-size: 1.7rem;}
	h3 { font-size: 1.2rem; }
	h4 { font-size: 1rem; }
	h5 { font-size: .875rem; }
}
.wysiwyg-content h3 { color: #E66D0A; }
.interior-content .wysiwyg-content a:not(.btnLrg) { text-decoration: none; }
.interior-content .wysiwyg-content a:not(.btnLrg):hover { text-decoration: underline; }
.interior-content .wysiwyg-content a.readMore { text-decoration: none; }
.interior-content .wysiwyg-content a.readMore:hover { text-decoration: underline; }
h2.imageTitle{ font-family: 'Proxima Nova',  'Montserrat', sans-serif; font-size: 1.125em;font-weight:700; }
.interior-content .imageGallery h2, .interior-content .accordion h2, .interior-content .columns > h2, .interior-content .videoContent h2 { font-family: 'Proxima Nova Bold',  'Montserrat', sans-serif; font-size:1.75rem; }
.interior-content h2 { font-size: 1.75rem; }
#menu li a, #menu li span, .topNav ul li a, .topNav ul li span { font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-size: 1.125rem; font-weight: normal; letter-spacing: 0; color:#525961; text-transform: uppercase; }
a.btnLrg, button.btnLrg, form input[type=submit].btnLrg{ font-family: 'Proxima Nova',  'Montserrat', sans-serif; }
.interior-content a.button:hover, .widgetArea .contact-widget a.button:hover { background: none; }
.slider a.button, form input[type=submit], .interior-content a.button, .widgetArea .contact-widget a.button, .columns a.button, .columns a.button-yellow, .news .caption a h3, span.signature, .news .events a.title, .leftNav-title > h3, .professional p.name{ font-family: 'Proxima Nova',  'Montserrat', sans-serif; }
.wysiwyg a { text-decoration: underline; }
#menu .main-menu { font-family: 'Proxima Nova Light',  'Montserrat', sans-serif; font-weight: normal; }
#menu .sub-menu { background-color: #fff; }
a.readMore { font-family: 'Proxima Nova Bold',  'Montserrat', sans-serif; font-size: 1rem; text-transform:uppercase;font-weight: bold; font-size: 1.05rem;letter-spacing: .05rem; line-height: 1.65rem;}
.interior-content a.readMore { color: #008071; text-decoration: none; }
.interior-content a.readMore:hover { color: #006156; text-decoration: underline; }
a.allLink{ font-family: 'Proxima Nova',  'Montserrat', sans-serif; }
.warning p, .warning span { font-family: 'Proxima Nova',  'Montserrat', sans-serif; }
footer .footerLinks label.linkHeading{ font-family: 'Proxima Nova',  'Montserrat', sans-serif; }
footer .footerLinks ul li a, footer .companyInfo .address{ font-family: 'Proxima Nova',  'Montserrat', sans-serif; }
.breadcrumbs p { font-family: 'Proxima Nova',  'Montserrat', sans-serif;}
.leftNav ul li a { font-family: 'Proxima Nova',  'Montserrat', sans-serif; }
.leftNav ul:not(.sub-menu) > li:not(.active){ border-color: #d8e6f3; }
.leftNav ul li a:hover { color: #008071; }
.leftNav ul:not(.sub-menu) > li.active { background-color: #008071; }
.leftNav ul:not(.sub-menu) > li.active a { color: #fff; }
.leftNav li.active ul.sub-menu li a:hover { color: #008071; }
.accordion, .contact label { font-family: 'Proxima Nova',  'Montserrat', sans-serif;}
.pullQuote { font-family: 'Proxima Nova',  'Montserrat', sans-serif; }
span.eventTitle{ font-family: 'Proxima Nova',  'Montserrat', sans-serif; font-size:1.25rem; letter-spacing: .05rem;color:#5a5a5a; }
.headBox { font-family: 'Proxima Nova',  'Montserrat', sans-serif;border: 0; }
.listingPage.article a h3 { font-family: 'Proxima Nova',  'Montserrat', sans-serif; text-transform: none; text-decoration: none; color: #525961; }
.listingPage.article a { text-decoration: none; }
.listingPage.article a:hover { text-decoration: underline; }
.callToAction .cta p { font-family: 'Proxima Nova',  'Montserrat', sans-serif;font-size: 1em; }
 .infoColumns a.readMore { color: #008071; }
/* HOME INFOCOLUMNS SLIDER */
.home .infoColumns .slick-slide { display: block; padding: 15px 35px; }
@media only screen and (max-width: 1280px) {
  .home .infoColumns .slick-slide { padding: 15px 35px; }
}
.home .infoColumns .slick-prev { top: auto; right: 158px; bottom: 22px; left: auto; width: 50px; height: 42px; }
.home .infoColumns .slick-next { top: auto; right: 32px; bottom: 22px; left: auto; width: 50px; height: 42px; }
.home .infoColumns.news .slick-prev { bottom: -5px; right: 100px; }
.home .infoColumns.news .slick-next { bottom: -5px; right: -26px; }
.home .infoColumns.news .slick-list { width: 100%; }
.infoColumns .pager { display: none; }
.home .infoColumns .pager { display: block; position: absolute; right: 97px; bottom: 74px; font-size: 1.3rem; font-weight: bold; color: #008071; z-index: 1; }
.home .infoColumns.news .pager { bottom: 27px; right: 37px; }
.home .infoColumns .interior-content .pager { right: 161px; }
.home .infoColumns .slick-prev:before, .home .infoColumns .slick-next:before { font-size: 2.6rem; font-family: "Font Awesome\ 5 Free"; font-weight: 900; }
.home .infoColumns .slick-prev:before { content: '\f0a8'; color: #008071; }
.home .infoColumns .slick-next:before { content: '\f0a9'; color: #008071; }
.home .infoColumns .slick-prev:hover:before { content: '\f0a8'; color: #525961; }
.home .infoColumns .slick-next:hover:before { content: '\f0a9'; color: #525961; }
@media only screen and (max-width: 960px) {
	.home .infoColumns .slick-prev { top: auto; left: 28%; bottom: 20px; right: auto; }
	.home .infoColumns .slick-next { top: auto; left: 62%; bottom: 20px; right: auto; }
	.home .infoColumns .mobileBg .slick-prev { top: auto; left: 32%; bottom: -8px; right: auto; }
	.home .infoColumns .mobileBg .slick-next { top: auto; left: 54%; bottom: -8px; right: auto; }
	.home .infoColumns.news .slick-prev { bottom: 47px; left: 32%; right: auto; }
	.home .infoColumns.news .slick-next { bottom: 47px; left: 57%; right: auto; }
	.home .infoColumns .pager { left: 44%; bottom: 90px; right: auto; }
	.home .infoColumns .mobileBg .pager { left: 44%; bottom: 58px; right: auto; }
	.home .infoColumns.news .pager { bottom: 114px; left: 45%; right: auto; }
	.home .infoColumns .interior-content .pager { bottom: 52px; }
}
@media only screen and (max-width: 580px) {
	.home .infoColumns .slick-prev { left: 28%; }
	.home .infoColumns .slick-next { left: 62%; }
	.home .infoColumns .mobileBg .slick-prev { left: 20%; bottom: -9px; }
	.home .infoColumns .mobileBg .slick-next { left: 64%; bottom: -9px; }
	.home .infoColumns.news .slick-prev { left: 20%; bottom: 46px; }
	.home .infoColumns.news .slick-next { left: 64%; bottom: 46px; }
	.home .infoColumns .pager { left: 43%; }
	.home .infoColumns .mobileBg .pager { left: 43%; }
	.home .infoColumns.news .pager { left: 43%;  }
}
/* INFOGRAPHICS */
.infographicWrap .info-large.icon { color: #008071; }
.infographicWrap .info-large { color: #991B1E; }
.infoGraphics a { color: #991B1E; text-decoration: none; }
.infoGraphics a:hover .info-large.icon span, .infographicWrap a:focus .info-large.icon span { color: #006156; }
.infoGraphics a:hover .info-large, .infographicWrap a:focus .info-large { color: #991B1E; text-decoration: underline; }
.infographicWrap h3.info-large, .infographicWrap .info-large { font-family: 'Proxima Nova Bold',  'Montserrat', sans-serif; font-weight:700; font-size: 3rem; margin-bottom: 12px; }
.infographicWrap .icon { margin-bottom: 25px; }
.infographicWrap p{ font-family: 'Proxima Nova',  'Montserrat', sans-serif; font-size:1.1rem; }
.infographicWrap .icon span { font-size: 6.8rem; }
@media only screen and (max-width: 960px) {
	.infographicWrap .icon span { font-size: 5rem; }
	.infographicWrap h3.info-large, .infographicWrap .info-large { font-size: 1.7rem; margin-bottom: 4px; }
	.infographicWrap .icon { margin-bottom: 12px; }
}
.color-overlay:not(.two) a.btnLrg { color: #FFF; }
.color-overlay a.btnLrg { background-color: transparent; }
.color-overlay:not(.two) a.btnLrg:hover { color: #FFF; }
a.btnLrg, input[type=submit].btnLrg { background-color: transparent; color: #6a6a6a; border: 1px solid #d5a10e; }
a.btnLrg:hover, input[type=submit].btnLrg:hover { color: #FFF; }
.cta-button { text-align: center; }
.cta-button.fullWidth { width: 100%; display: inline-block; }
.cta-button a.btnLrg { max-width: 400px; }
.interior-content .columns div:not(.col12) .btnLrg { max-width: 100%; width: 93%; }
.interior-content .columns div:not(.col12) img ~ .btnLrg { margin-top: 15px; }
/* END STYLES FOR FONT COLORS & TYPE */

/* FLEXSLIDER STYLES */
.news .flex-control-paging li a { border: 2px solid #B4ABA4; }
.news .flex-control-paging li a.flex-active { background: #B4ABA4 ; }
.news .flex-control-paging li a:hover { background: #FFF; }
.cta.flexslider .flex-control-paging li a { background: none; border: 2px solid #525961; }

/* ALL CUSTOM COLORS AND/OR EXCEPTIONS SHOULD BE LISTED BELOW */
#mobile-header { display: block; float: right; margin-top: 15px; }
#mobile-header .toggle-btn { position: absolute; left: -999999px; }
nav .searchMobilecontent { top: 0; border: 0; z-index: 103;}
nav .searchMobilecontent form { height: 47px; background-color: #008071; color: #fff; /*border: 1px solid #946806;*/ margin-bottom: 0; }
nav .searchMobilecontent input[type=search] { width: 59%; }
#mobile-header .searchButton { cursor: pointer; }
.scroll-on nav .searchMobilecontent { top: 20px; }
.scroll-on #mobile-header .searchButton { margin-top: 12px; }
.scroll-on nav #searchtoggle ~ label { padding-top: 23px; }
.headerContent.wrapper .logo { top: -18px; width: 18%; left: 4%; margin-right: 0; z-index: 1; }
header.scroll-on .headerContent.wrapper .logo { top: 0; }
#menu { margin-bottom: 0; }
#menu > li { padding-bottom: 20px; margin-bottom: 0; }
#menu .sub-menu { padding-top: 0; padding-bottom: 0; border-top: 4px solid #008071; }
#menu ul.sub-menu li a { background: transparent; color: #525961; line-height: 1.25em; }
#menu li:hover > input[type="checkbox"] + .sub-menu { background-color: #004d41; }
#menu li:hover > a, #menu li:hover > span { color: #008071; }
#menu li ul.sub-menu li a { color: #525961; }
#menu li ul.sub-menu li:hover { background-color: #008071; }
#menu li ul.sub-menu li:hover a { color: #fff; text-decoration: none; }
#menu li:hover > input[type="checkbox"] + .sub-menu:after, #menu li:hover > input[type="checkbox"] + .sub-menu:before { bottom: 100%; left: 25%; border: solid transparent;	content: " "; height: 0; width: 0; position: absolute;	pointer-events: none; }
#menu li:hover > input[type="checkbox"] + .sub-menu:after {	border-color: rgba(136, 183, 213, 0); border-bottom-color: #004d41;	border-width: 15px;	margin-left: 0; }
#menu li:hover > input[type="checkbox"] + .sub-menu:before { border-color: rgba(194, 225, 245, 0);	border-bottom-color: #004d41;	border-width: 15px;	margin-left: 0;}
#mobile-header .searchButton { font-size: 1.2rem; margin-top: 8px; display: inline-block;  width: initial; float: right; margin-right: 5.5%; padding-left: 30px; padding-top: 10px; cursor: pointer; background: none; border: none; outline: none; }
#mobile-header .toggle-btn, .menu-container .close-btn { background: #FFF; border: none; color: #525961; }
.menu-container .close-btn span { position: absolute; left: -9999px; }
.slider .flexslider ul.slides li { max-height: 600px; }
.slider .homeImpact .color-overlay.three { width: 100%; height: 100%; position: absolute; top: 0; }
.slider .homeImpact .overlay h2 { font-size: 4vw; margin-top: 0; text-shadow: none; }
.slider .homeImpact .blurb { font-size: 1vw; margin-bottom: 0; font-style: normal; text-shadow: none; }
.overlay { width: 75%; }
.overlay.center { width: 75%; }
.infoColumns.news { padding: 15px 9.5%; }
.interior .wysiwyg-content img.alignLeft{ float:left;margin:0 15px 10px 0; }
.interior .wysiwyg-content img.alignRight{ float:right;margin:0 0 10px 15px; }
 .utilityHeader a.button:first-child{ background:#506272; }
 .utilityHeader a.button:nth-child(2){ background:#65675C; }
 .utilityHeader a.button:last-child{ background:#B7B09C; }
 a.readMore:after{ font-family: "Font Awesome\ 5 Free";content:"\f101"; font-weight: 900; margin-left:5px;display: inline-block; }
.interior p, .interior li, .content-main ul li, .content-main ol li { font-size: 1em;line-height: 1.65rem; }
.interior p, .interior li { line-height: 1.7rem; }
.interior-content ul { padding: 0 0 0 30px; }
.interior-content .wysiwyg-content > ul { padding-bottom: 20px; }
.interior .wrapper.double { padding: 0; }
.widgetArea h3 { text-transform: none;font-size: 1.5em; }
.widgetArea .latestNews ul { margin: 0 15px; }
.widgetArea .latestNews a.readMore { margin: 0 15px 20px; }
.widgetArea .contentWidget.bg h3 { font-family: 'Proxima Nova Bold', 'Montserrat', sans-serif; padding-top: 30px; font-weight: bold; text-transform: uppercase; }
.widgetArea .linkedList a{ font-size:.85rem;font-family: 'montserratmedium', sans-serif; }
.widgetArea .linkedList ul li { padding: 5px 15px; }
.widgetArea .contentWidget { padding-left: 15px; }
.leftNav ul li a { font-size: .85rem; }
.leftNav-title > h3{ margin: 0;padding: 15px 0; text-transform: none; }
.leftNav ul li a, .widgetArea .linkedList a{ letter-spacing: .75px; }
hr.double { height:8px;border: 1px solid #E4E5DF;border-right:0;border-left:0;margin: 30px auto 20px auto;max-width: 1200px;width:100%; }
hr.single { border-top: 1px solid #E4E5DF; border-bottom:0; margin: 0px auto 40px auto; max-width: 1200px; width:100%; }
/* NEWS FILTER DROP MENUS */
.newsListingPage .interior-content ul.topicDrop { padding: 0; line-height: 1rem; }
.newsListingPage ul.topicDrop li { text-align: left; padding: 0 5px; margin-right: 0; display: block; border-bottom: 1px solid #D8E6F3; cursor: pointer; }
.newsListingPage ul.topicDrop li:hover { background-color: #008071; }
.newsListingPage ul.topicDrop li a { font-family: 'Proxima Nova', 'Montserrat', sans-serif; color: #525961; text-transform: uppercase; font-weight: normal; line-height: 1.25em; padding: 25px 12px; }
.newsListingPage ul.topicDrop li:hover a { color: #fff; text-decoration: none; }
.btnLrg, a.btnLrg, button.btnLrg, form input[type=submit].btnLrg { position: relative; z-index: 1; padding: 11px 30px; display: inline-block; zoom: 1; text-decoration: none; color: #fff; text-transform: uppercase; text-align: center; font-size: 1.05rem; font-weight: normal; line-height: 1.5em; border: none; margin-left: 23px; margin-right: 47px; margin-bottom: 18px; background: 0 0; letter-spacing: .05rem; vertical-align: middle; transition: all .15s ease-in-out; cursor: pointer; }
.btnLrg:last-of-type, a.btnLrg:last-of-type, button.btnLrg:last-of-type, form input[type=submit].btnLrg:last-of-type { margin-right: 0; outline: none; }
.btnLrg:before, a.btnLrg:before, button.btnLrg:before, form input[type=submit].btnLrg:before { content: ''; overflow: hidden; -webkit-transform: skewX(25deg); -ms-transform: skewX(25deg); transform: skewX(25deg); display: block; position: absolute; left: 0; top: 0; z-index: -1; width: 100%; height: 100%; background: #008071; -webkit-transition: all .5s cubic-bezier(.0,.128,.113,1); -ms-transition: all .5s cubic-bezier(.0,.128,.113,1); transition: all .5s cubic-bezier(.0,.128,.113,1); }
.btnLrg:hover:before, a.btnLrg:hover:before, a.btnLrg:hover:before, form input[type=submit].btnLrg:hover:before { background: #006156; -webkit-transform: skewX(25deg) scale(1.2); -ms-transform: skewX(25deg) scale(1.2); transform: skewX(25deg) scale(1.2); }
.btnLrg span, a.btnLrg span, button.btnLrg span, form input[type=submit].btnLrg span { background: #008071; -webkit-transition: all .5s cubic-bezier(.0,.128,.113,1); -ms-transition: all .5s cubic-bezier(.0,.128,.113,1); transition: all .5s cubic-bezier(.0,.128,.113,1); }
.btnLrg span, a.btnLrg:hover span, button.btnLrg:hover span, form input[type=submit].btnLrg:hover span { background: #006156; }
@media only screen and (min-width: 1281px) and (max-width: 1400px) {
   .btnLrg, a.btnLrg { margin-right: 18px; }
}
@media only screen and (min-width: 961px) and (max-width: 1280px) {
   .btnLrg, a.btnLrg { margin-right: 8px; }
}
.col6 a.btnLrg, .col3 a.btnLrg, .col4 a.btnLrg { width: 93%; }
.btnLinks a.btnLrg { width: auto; }
.utilityHeader { padding:0; }
.utilityHeader .wrapper { max-width: 100%; } 
.utilityHeader .col7{ width:58%;margin-right:0;padding: 10px 0 0 2.5%; }
.utilityHeader .col5{ width:42%;margin-right:0; }
.utilityHeader a.button { float:right;width:180px;display:inline-block;height:40px;border:0;text-align: center;padding: 15px;font-size:.85rem;text-transform: uppercase;text-decoration: none;letter-spacing:.05rem; }
.utilityHeader a.link { font-family: 'montserratmedium', sans-serif;font-size: .75rem;letter-spacing: .0875em;text-transform: uppercase;text-decoration: none; }
.utilityHeader a.link:not(:last-child):after{ content:"|";margin:0 10px; }
.utilityHeader { height: 20px; }
.topNav ul li { padding: 8px 16px; }
#menu li a, #menu li span, .topNav ul li a, .topNav ul li span { font-size: 1.1rem; }
@media only screen and (min-width: 961px) and (max-width: 1480px) {
	#menu > li { padding-left: 0; padding-right: 0; }
	#menu li a, #menu li span, .topNav ul li a, .topNav ul li span { font-size: 1rem; }
}
.callToAction .cta  span { color: #FFF; }
.callToAction .cta .title span { color: #991B1E; }
.news-grid.flexslider { margin: 30px auto 60px; }
.news .flex-direction-nav a:before { color: #d5a10e; }
.news .btnLrg { margin-bottom: 25px; }
span.eventDate { display: block;font-size: 1.125rem;margin-bottom:-10px; font-weight: 700; }
.home span.eventDate { display: block; margin-bottom: 5px; }
.home span.eventTitle { display: block; line-height: 1.5rem; }
.events + a.btnLrg{ margin: 20px auto; text-align:center; }
.events + p { margin-bottom: 30px; }
.news .events { margin: 40px auto 35px auto; }
.news .events a.btnLrg { margin: 20px auto; }
.infoColumns img.colImage{ margin:0; }
.image.wysiwyg-content{ padding: 20px 15px; }
.image.wysiwyg-content h3.imageTitle{ margin: 0 0 10px; }
.widgetArea .contentWidget.bg { padding: 0 25px 10px; background-color: #d8e6f3; }
.widgetArea .contentWidget.bg h4 { margin: 10px 15px 0; }
.accordion .acc-row{ border:0; }
.accordion .acc-row label{ font-size: 1rem; font-family: 'montserratmedium', sans-serif; }
.accordion .acc-row > h3 { font-size: 1rem; padding: 20px; border-bottom: 1px solid #e6e5e5; }
.interior .columns .one-row{ padding:0; }
.interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 ~ div.wysiwyg-content{ padding:25px 0; }
.interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 label:before { content: "\f107"; }
.interior-content .accordion .acc-row label:before { content: "\f105"; }
.interior-content .accordion .acc-row input[type=checkbox]:checked ~ h3 label:before, .interior-content .accordion .acc-row h3 label:before { margin-top: -10px; }
.interior .columns img{ margin-bottom:0;display:block; }
.infoColumns h2.title{ margin: 10px 0 15px 0; }
.widgetArea a.readMore { margin-bottom: 20px;font-size:.75rem; }
.widgetArea .contentWidget .wysiwyg-content p:first-child { margin-top: 10px; }
/* NEWS/RESEARCH */
.newsSearch input, .newsSearch input.btnLrg { margin: 5px 0; width: 100%; }
.newsCategory, .researchType { width: 25%; min-width: 200px; display: inline-block; }
.newsListingPage .newsCategory { width: 48.5%; }
.newsListingPage .newsCategory:last-child { margin-right: 0; }
.newsCategory input, .researchType input{ position: absolute; display: inline; height: 0; width: 0; margin: 0; padding: 0; border: none; opacity: 0; }
/* SLICK SLIDER */
.infoColumns .slick-prev, .infoColumns .slick-next { width: 50px; height: 42px; }
.infoColumns .slick-prev, .infoColumns .slick-right { left: -20px; }
.infoColumns .slick-prev:before { content: '\f0a8'; color: #008071; }
.infoColumns .slick-next:before { content: '\f0a9'; color: #008071; }
.infoColumns .slick-prev:before, .infoColumns .slick-next:before { font-size: 2.6rem; font-family: "Font Awesome\ 5 Free"; font-weight: 900; }
/* FOOTER */
footer { background: transparent; letter-spacing: 0.02rem; color: #525961; }
footer .footerTop { background: #D8E6F3;  padding: 45px 0 35px 0; }
footer .footerTop h3 { color: #525961; font-weight: 600; letter-spacing: .04em; line-height: 1em; text-transform: uppercase; margin-bottom: 22px; }
footer .footerTop .resourceLinks a, footer .footerTop a.full-only { display:block; }
footer .footerTop .socialMedia a em { font-size: 2.4rem; margin-right: 1rem; margin-bottom: 10px; }
footer .footerBottom { background: #D8E6F3; padding: 20px 0 35px 0; }
footer .one-row { max-width: 1700px; padding: 0 0 0 6.5%; }
footer .buttons { padding-top: 35px; }
footer .buttons p { margin-bottom: 0; }
footer .buttons a.btnLrg, footer a.btnLrg { max-width: 197px; min-width: 197px; width: 100%;}
footer .resourceLinks { font-size: 1em; line-height: 1.25em; padding-top: 26px; padding-bottom: 26px; }
footer .resourceLinks a { display: block; text-decoration: none; margin-bottom: 14px; }
footer .resourceLinks a:hover, footer .resourceLinks a:focus { text-decoration: underline; }
footer .companyInfo { text-align: left; }
footer .companyInfo .address p { font-size: 1rem; }
footer .companyInfo a { display: block; text-decoration: none; margin-bottom: 14px; }
footer .companyInfo a:hover, footer .companyInfo a:focus { text-decoration: underline; }
footer .social{ text-align:right; }
footer hr.double, footer hr.single { width: 100%;margin: 0 0 25px 0;max-width: 100%; }
footer .social a i { font-size: 1.5rem;margin-left: .75rem; }
footer .footerLinks ul li { margin-bottom: 15px; }
footer .footerLinks ul li a{ font-size: 1rem; }
footer .col6.links { text-align: right; }
footer .copyright p { line-height: 1rem;letter-spacing: 1px; }
footer .address p { line-height: 2.2rem; }
footer a.footerLogo img { display: block; margin-bottom: 11px; width: 100%; max-width: 284px; }
footer .legal { padding-top: 39px; }
footer .socialMedia p { margin-bottom: 18px; }
footer p a { color: #525961; }
footer a { color: #525961; }
footer a:hover { color: #000; text-decoration: none; }
footer .footerCopyright { background: #fff; padding: 10px 0 20px 0; }
footer .footerCopyright p { font-size: .8rem; margin: 0; }
/* --- MEDIA QUERIES --- */
@media only screen and (max-width: 1305px) {
  .utilityHeader a.button:first-child{ display:none; }
}
@media only screen and (min-width: 1200px) {
	#menu > li { padding-left: 24px; padding-right: 24px; margin-left: 8px; margin-right: 8px; }
}
@media only screen and (min-width: 1060px) {
	.nav > li .sub-menu li > a { white-space: pre; }
	header.scroll-on #menu > li:hover .sub-menu { top: 3.6em; }
}
@media only screen and (max-width: 1060px) {
    .headerContent .col4.logo{ width:28%;margin-right:0; }
    .headerContent .col8.topNav{ width:72%;margin-right:0;  }
    .topNav ul li { padding: 15px 8px; }
    #menu li a, #menu li span, .topNav ul li a, .topNav ul li span { font-size: 1.1rem; }
    #menu li:hover > input[type="checkbox"] + .sub-menu:after {	margin-left:-25px; }
    #menu li:hover > input[type="checkbox"] + .sub-menu:before {margin-left: -25px;}
}
@media only screen and (min-width: 961px) and (max-width: 1199px) {
	#menu > li { padding-left: 6px; padding-right: 6px; margin-left: 8px; margin-right: 8px; }
}
@media only screen and (min-width: 961px) {
	header.scroll-on #menu > li { margin-bottom: 0; padding-bottom: 13px; }
	#menu > li:last-child { margin-right: 0; }
	#menu > li .sub-menu { top: 2.7em; -webkit-transition: top 0.4s ease-in-out; -moz-transition: top 0.4s ease-in-out; -ms-transition: top 0.4s ease-in-out; -o-transition: top 0.4s ease-in-out; transition: top 0.4s ease-in-out; }
	#menu > li:hover .sub-menu { top: 4.1em; }
	.nav > li .sub-menu li > a { padding: 25px 12px; }
	#mobile-header .searchButton.is-active { margin-top: 0; margin-right: -17px;  }
	header.scroll-on #mobile-header .searchButton.is-active { margin-top: 4px; }
}
@media only screen and (max-width: 1305px) and (min-width: 961px) {
	.headerContent.wrapper .logo { top: 0; }
	header.scroll-on .logo img { max-width: 180px; margin-top: 13px; }
}
@media only screen and (max-width: 1060px) and (min-width: 961px) {
  #menu { margin-top: 0; }
  #menu > li { padding-left: 3px; padding-right: 3px; }
  #mobile-header .searchButton { padding-top: 2px; }
  header.scroll-on #mobile-header .searchButton { margin-top: 20px; }
  header.scroll-on #menu { margin-top: 14px; }
  #menu > li:hover .sub-menu { top: 4.5em; }
  header.scroll-on #menu > li:hover .sub-menu { top: 4.1em; }
}
@media only screen and (max-width: 960px) {
    .leftcol .leftNav .leftNav-title { border: 1px solid #004d41; } 
    .utilityHeader{ display:none; background:#004d41; }
    #mobile-header label{ color:#65675C; }
    #mobile-header .toggle-btn { display: inline-block; width: 25px; padding-top: 5px; vertical-align: top; }
	#mobile-header .toggle-btn.on { padding-top: 7px; }
    #mobile-header .searchButton { float: none; margin-right: 0; padding-left: 0; padding-top: 0; }
	.scroll-on #mobile-header .searchButton { margin-top: 9px; }
	.scroll-on nav .searchMobilecontent { top: 25px; }
    .dim.on { z-index: 2; }
    /* MOBILE NAVIGATION */
	.headerContent.wrapper .logo { top: 4px; left: 2%; }
    header .logo img, header.scroll-on .logo img{ min-width: 135px; }
	header.scroll-on { background: rgba(255, 255, 255, 1); }
    #mobile-header { margin-right:1%; margin-bottom: 8px; margin-top: 0; }
    nav .searchMobilecontent { top: 30px; max-width: 100%; height: 66px; padding: 10px 4%; z-index: 103; }
	.menu-container { top: 52px; }
	.menu-container .close-btn { font-size: 1.75em; min-height: 45px; display: block; width: 100%; padding-top: 0; background: #fff url(../images/icons/mobile-menu-close-icon.svg) no-repeat 18px 12px; }
    .mobileWrapper #menu li:hover a{ background:transparent; } 
    #menu > li, #menu > li.open { background: #fff; }
	#menu > li.has-sub.open { border-bottom: none; }
    #menu > li { padding-bottom: 0; margin-bottom: 0; }
    #menu > li > a, #menu > li > span { margin: 6px 0 6px 15px; float: left; }
	#menu > li:last-child > a, #menu > li:last-child > span { padding-right: 15px; }
    #menu > li.has-sub .mobilenavtrigger:before{ color:#008071; }
    #menu > li:hover, #menu li.has-sub:hover{ background: #fff; }
	#menu .sub-menu { padding-top: 0; padding-bottom: 0; border-top: none; }
    #menu ul.sub-menu li a:hover { color: #fff; }
    #menu li:hover > input[type="checkbox"] + .sub-menu { background: transparent; }
    #menu li:hover > input[type="checkbox"] + .sub-menu:after, #menu li:hover > input[type="checkbox"] + .sub-menu:before { content: none; }
    .leftNav ul.sub-menu { background: none; }
    .news-grid.flexslider { margin: 30px auto 50px; }
    .infoColumns.news .flex-viewport { width: 85%; }
	/* Large Button */
	a.btnLrg, button.btnLrg, form input[type=submit].btnLrg { margin: auto 3.5% 18px 3.5%; display: block; }
	a.btnLrg:hover:before, a.btnLrg:hover:before, form input[type=submit].btnLrg:hover:before, button.btnLrg:hover:before { background: #006156; -webkit-transform: skewX(25deg) scale(1.04); -ms-transform: skewX(25deg) scale(1.04); transform: skewX(25deg) scale(1.04); }
    a.btnLrg:last-of-type, button.btnLrg:last-of-type, form input[type=submit].btnLrg:last-of-type { margin-right: 3.5%; }
	/* FOOTER */
	footer { font-size: .95rem; }
	footer a.footerLogo img { max-width: 195px; }
	footer .col3 { width: 100%; }
	footer .footerTop { padding: 15px 0 0 0; }
	footer .footerTop h3 { font-size: 1.1rem; margin-bottom: 8px; }
	footer .footerTop a.full-only { display: none; }
	footer .address p { line-height: 1.8rem; }
	footer .buttons { padding-top: 4px; }
	footer .buttons p { margin-bottom: 12px; }
	footer .buttons a.btnLrg, footer a.btnLrg { max-width: 265px; margin-left: 0; }
	footer .resourceLinks { padding-top: 4px; padding-bottom: 0; }
	footer .resourceLinks a { margin-bottom: 7px; }
	footer .companyInfo a { margin-bottom: 7px; }
	footer .social { text-align: left; }
	footer .legal { padding-top: 23px; }
	footer .footerTop .socialMedia a em { margin-right: 2rem; }
	footer .footerCopyright p { font-size: .8rem; line-height: 1.3; }
    .widgetArea .contentWidget { padding-left: 0; }
}
@media only screen and (max-width: 720px) {
    .leftNav li.active ul.sub-menu li a{ color:#fff!important; }
    .slider .overlay > .blurb.white, .slider .overlay > h2.white{ color:#65675C!important;text-align:left; }
    .homeImpact .overlay h2 { font-size: 7vw;margin-top: 0;}
    .slider .homeImpact .blurb { font-size: 3vw; margin-bottom: 0; }
    hr.double{ width:80%; }
    .homeImpact a.btnLrg { max-width: 98%; }
    .slider .overlay.left-bottom div.blurb, .slider .overlay.left-top div.blurb { margin-left: 0;padding-left: 0; }
    .flex-control-paging li a.flex-active{ border-color: #6e6e6e; }
	.flex-control-paging li a.flex-active{ background:#6e6e6e; }
    .home .columns > div { margin-bottom: 20px; }
	.home .infoColumns.infoGraphics > div, .home .infoColumns.infoGraphics p { margin-bottom:0; }
    .news .events, .news .newsFeed { padding: 0; }
    .columnBg .wysiwyg-content { padding-top: 30px; }
	.home .infoColumns.columnBg .wysiwyg-content { padding-top: 0; }
    .columns .col3 { width: 100%; float: none; }
    /*OVERRIDE ACCORDION FUNCTIONALITY*/
    footer { padding: 20px 0 15px 0; }
    footer .companyInfo { padding: 0 15px; }
    footer .footerTop .one-row > div[class^="col"], footer .footerBottom .one-row > div[class^="col"], footer .footerBottom .one-row > a[class^="col"] { padding: 10px 15px; display: block; }
    footer .footerLinks ul { display: block; }
    footer .footerLinks label.linkHeading{ border-bottom:0; }
    footer .footerLinks input[type=checkbox] + ul{ padding:15px; background:transparent; }
    footer .footerLinks label.linkHeading:after{ display:none; }
    footer .footerLinks input[type=checkbox]:checked + ul{ background: transparent; } 
    footer .companyInfo, footer .subfooter { text-align: left;padding: 0; }
    footer hr.double { width: 95%;margin: 0px auto 20px auto; }
    footer .copyright.col9 { padding: 0 15px; }
    footer .social { text-align: left; }
    .slider .wrapper{ background:#F9F9F9; }
    .slider h2, .slides .blurb{ color:#6a6a6a; }
    .slider .wrapper .overlay{ padding: 30px 20px; text-align: center; }
    .slider .homeImpact .color-overlay.three { position: relative; }
}
/*Toaster Updates*/
.toaster a.btnLrg {margin:0}
 @media all and (max-width: 580px) {
	 nav .searchMobilecontent input[type=search] { width: 90%; }
    .home .infoColumns:not(.callToAction) .color-overlay { padding: 50px 30px; }
    .news .flex-direction-nav .flex-prev { left: 5px!important; }
    .news .flex-direction-nav .flex-next { right: 5px!important; }
 }
  @media all and (max-width: 480px) {
	 nav .searchMobilecontent input[type=search] { width: 83%; }
	 nav .searchMobilecontent button[type=submit] { width: 11%; }
 }
/* WYSIWYG Custom Colors */
.text.fallAspen { color: #fca133; } /* Fall Aspen */
.text.summit { color: #525961; } /* Summit */
.text.rust { color: #991b1e; } /* Rust */
.text.sunrise { color: #f57a12; } /* Sunrise */
.text.spruce { color: #008071; } /* Spruce */
.text.fog { color: #D8E6F3; } /* Fog */
/* WYSIWYG Quote */
.quote { font-size: 1.4rem; font-weight: 600; font-style: italic; line-height: 1.8; margin: 0 0 20px 0; }
.quote.fallAspen:after { display: inline-block; width: 42px; height: 37px; content: " "; background: #fff url(../images/quote-fallaspen.svg) no-repeat 0 0; background-size: 100%; margin: 0 0 -12px 10px; }
.quote.rust:after { display: inline-block; width: 42px; height: 37px; content: " "; background: #fff url(../images/quote-rust.svg) no-repeat 0 0; background-size: 100%; margin: 0 0 -12px 10px; }
.quote.spruce:after { display: inline-block; width: 42px; height: 37px; content: " "; background: #fff url(../images/quote-spruce.svg) no-repeat 0 0; background-size: 100%; margin: 0 0 -12px 10px; }
/*Figure and Figcaption styles*/
.wysiwyg-content figure figcaption { color: #fff; background-color: #008071; font-size: .95rem; line-height: 1.25; padding: 10px; }
.wysiwyg-content figure { display: block; width: fit-content; margin-bottom: 10px; }
.wysiwyg-content:has(figure) ul { list-style-position: inside; }
figure img { display: block; margin: 0 !important; }
 @media all and (max-width: 580px) {
    .wysiwyg-content figure { max-width: 100%; width: fit-content; float: none; } 
 }
 @media all and (min-width: 581px) {
    .wysiwyg-content figure { max-width: 45%; }
    .wysiwyg-content figure.align-left { float: left; margin-right: 20px; }
    .wysiwyg-content figure.align-right { float: right; margin-left: 20px; }
 }
@media print {
     .utilityHeader, .topNav, .breadcrumbs, .addThisWrapper, .impact, .leftcol, .searchButton, .widgetArea, footer { display: none !important; }
     #top { box-shadow: none !important; }
     .logo { position: relative !important; margin-top: 40px; }
     header.scroll-on, .home header .scroll-on { position: relative !important; }
     .interior { box-shadow: none !important; }
     .col6, .col9{ width: 100% !important; }
     .interior { margin-top: 35px !important; }
     body, h1, h2, h3, h4, h5, p, a, span { color: #000 !important; }
}
/*!* Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) * Copyright 2023 Fonticons, Inc. */
.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-brands,.fa-classic,.fa-regular,.fa-sharp,.fa-solid,.fab,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fa-classic,.fa-regular,.fa-solid,.far,.fas{font-family:"Font Awesome 6 Free"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.08333em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.07143em;vertical-align:.05357em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.04167em;vertical-align:-.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin,2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width, 2em)*-1);position:absolute;text-align:center;width:var(--fa-li-width,2em);line-height:inherit}.fa-border{border-radius:var(--fa-border-radius,.1em);border:var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{-webkit-animation-name:fa-beat;animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{-webkit-animation-name:fa-bounce;animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1))}.fa-fade{-webkit-animation-name:fa-fade;animation-name:fa-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-beat-fade,.fa-fade{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s)}.fa-beat-fade{-webkit-animation-name:fa-beat-fade;animation-name:fa-beat-fade;-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4,0,.6,1))}.fa-flip{-webkit-animation-name:fa-flip;animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{-webkit-animation-name:fa-shake;animation-name:fa-shake;-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-shake,.fa-spin{-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal)}.fa-spin{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{-webkit-animation-name:fa-spin;animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-beat{0%,90%{-webkit-transform:scale(1);transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@-webkit-keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes fa-bounce{0%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1) translateY(var(--fa-bounce-rebound,-.125em))}64%{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@-webkit-keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);-webkit-transform:scale(1);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@-webkit-keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg))}}@-webkit-keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes fa-shake{0%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}4%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}8%,24%{-webkit-transform:rotate(-18deg);transform:rotate(-18deg)}12%,28%{-webkit-transform:rotate(18deg);transform:rotate(18deg)}16%{-webkit-transform:rotate(-22deg);transform:rotate(-22deg)}20%{-webkit-transform:rotate(22deg);transform:rotate(22deg)}32%{-webkit-transform:rotate(-12deg);transform:rotate(-12deg)}36%{-webkit-transform:rotate(12deg);transform:rotate(12deg)}40%,to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"\30"}.fa-1:before{content:"\31"}.fa-2:before{content:"\32"}.fa-3:before{content:"\33"}.fa-4:before{content:"\34"}.fa-5:before{content:"\35"}.fa-6:before{content:"\36"}.fa-7:before{content:"\37"}.fa-8:before{content:"\38"}.fa-9:before{content:"\39"}.fa-fill-drip:before{content:"\f576"}.fa-arrows-to-circle:before{content:"\e4bd"}.fa-chevron-circle-right:before,.fa-circle-chevron-right:before{content:"\f138"}.fa-at:before{content:"\40"}.fa-trash-alt:before,.fa-trash-can:before{content:"\f2ed"}.fa-text-height:before{content:"\f034"}.fa-user-times:before,.fa-user-xmark:before{content:"\f235"}.fa-stethoscope:before{content:"\f0f1"}.fa-comment-alt:before,.fa-message:before{content:"\f27a"}.fa-info:before{content:"\f129"}.fa-compress-alt:before,.fa-down-left-and-up-right-to-center:before{content:"\f422"}.fa-explosion:before{content:"\e4e9"}.fa-file-alt:before,.fa-file-lines:before,.fa-file-text:before{content:"\f15c"}.fa-wave-square:before{content:"\f83e"}.fa-ring:before{content:"\f70b"}.fa-building-un:before{content:"\e4d9"}.fa-dice-three:before{content:"\f527"}.fa-calendar-alt:before,.fa-calendar-days:before{content:"\f073"}.fa-anchor-circle-check:before{content:"\e4aa"}.fa-building-circle-arrow-right:before{content:"\e4d1"}.fa-volleyball-ball:before,.fa-volleyball:before{content:"\f45f"}.fa-arrows-up-to-line:before{content:"\e4c2"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-circle-minus:before,.fa-minus-circle:before{content:"\f056"}.fa-door-open:before{content:"\f52b"}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:"\f2f5"}.fa-atom:before{content:"\f5d2"}.fa-soap:before{content:"\e06e"}.fa-heart-music-camera-bolt:before,.fa-icons:before{content:"\f86d"}.fa-microphone-alt-slash:before,.fa-microphone-lines-slash:before{content:"\f539"}.fa-bridge-circle-check:before{content:"\e4c9"}.fa-pump-medical:before{content:"\e06a"}.fa-fingerprint:before{content:"\f577"}.fa-hand-point-right:before{content:"\f0a4"}.fa-magnifying-glass-location:before,.fa-search-location:before{content:"\f689"}.fa-forward-step:before,.fa-step-forward:before{content:"\f051"}.fa-face-smile-beam:before,.fa-smile-beam:before{content:"\f5b8"}.fa-flag-checkered:before{content:"\f11e"}.fa-football-ball:before,.fa-football:before{content:"\f44e"}.fa-school-circle-exclamation:before{content:"\e56c"}.fa-crop:before{content:"\f125"}.fa-angle-double-down:before,.fa-angles-down:before{content:"\f103"}.fa-users-rectangle:before{content:"\e594"}.fa-people-roof:before{content:"\e537"}.fa-people-line:before{content:"\e534"}.fa-beer-mug-empty:before,.fa-beer:before{content:"\f0fc"}.fa-diagram-predecessor:before{content:"\e477"}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:"\f176"}.fa-burn:before,.fa-fire-flame-simple:before{content:"\f46a"}.fa-male:before,.fa-person:before{content:"\f183"}.fa-laptop:before{content:"\f109"}.fa-file-csv:before{content:"\f6dd"}.fa-menorah:before{content:"\f676"}.fa-truck-plane:before{content:"\e58f"}.fa-record-vinyl:before{content:"\f8d9"}.fa-face-grin-stars:before,.fa-grin-stars:before{content:"\f587"}.fa-bong:before{content:"\f55c"}.fa-pastafarianism:before,.fa-spaghetti-monster-flying:before{content:"\f67b"}.fa-arrow-down-up-across-line:before{content:"\e4af"}.fa-spoon:before,.fa-utensil-spoon:before{content:"\f2e5"}.fa-jar-wheat:before{content:"\e517"}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:"\f674"}.fa-file-circle-exclamation:before{content:"\e4eb"}.fa-circle-h:before,.fa-hospital-symbol:before{content:"\f47e"}.fa-pager:before{content:"\f815"}.fa-address-book:before,.fa-contact-book:before{content:"\f2b9"}.fa-strikethrough:before{content:"\f0cc"}.fa-k:before{content:"\4b"}.fa-landmark-flag:before{content:"\e51c"}.fa-pencil-alt:before,.fa-pencil:before{content:"\f303"}.fa-backward:before{content:"\f04a"}.fa-caret-right:before{content:"\f0da"}.fa-comments:before{content:"\f086"}.fa-file-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-code-pull-request:before{content:"\e13c"}.fa-clipboard-list:before{content:"\f46d"}.fa-truck-loading:before,.fa-truck-ramp-box:before{content:"\f4de"}.fa-user-check:before{content:"\f4fc"}.fa-vial-virus:before{content:"\e597"}.fa-sheet-plastic:before{content:"\e571"}.fa-blog:before{content:"\f781"}.fa-user-ninja:before{content:"\f504"}.fa-person-arrow-up-from-line:before{content:"\e539"}.fa-scroll-torah:before,.fa-torah:before{content:"\f6a0"}.fa-broom-ball:before,.fa-quidditch-broom-ball:before,.fa-quidditch:before{content:"\f458"}.fa-toggle-off:before{content:"\f204"}.fa-archive:before,.fa-box-archive:before{content:"\f187"}.fa-person-drowning:before{content:"\e545"}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:"\f58a"}.fa-spray-can:before{content:"\f5bd"}.fa-truck-monster:before{content:"\f63b"}.fa-w:before{content:"\57"}.fa-earth-africa:before,.fa-globe-africa:before{content:"\f57c"}.fa-rainbow:before{content:"\f75b"}.fa-circle-notch:before{content:"\f1ce"}.fa-tablet-alt:before,.fa-tablet-screen-button:before{content:"\f3fa"}.fa-paw:before{content:"\f1b0"}.fa-cloud:before{content:"\f0c2"}.fa-trowel-bricks:before{content:"\e58a"}.fa-face-flushed:before,.fa-flushed:before{content:"\f579"}.fa-hospital-user:before{content:"\f80d"}.fa-tent-arrow-left-right:before{content:"\e57f"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-binoculars:before{content:"\f1e5"}.fa-microphone-slash:before{content:"\f131"}.fa-box-tissue:before{content:"\e05b"}.fa-motorcycle:before{content:"\f21c"}.fa-bell-concierge:before,.fa-concierge-bell:before{content:"\f562"}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:"\f5ae"}.fa-people-arrows-left-right:before,.fa-people-arrows:before{content:"\e068"}.fa-mars-and-venus-burst:before{content:"\e523"}.fa-caret-square-right:before,.fa-square-caret-right:before{content:"\f152"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-sun-plant-wilt:before{content:"\e57a"}.fa-toilets-portable:before{content:"\e584"}.fa-hockey-puck:before{content:"\f453"}.fa-table:before{content:"\f0ce"}.fa-magnifying-glass-arrow-right:before{content:"\e521"}.fa-digital-tachograph:before,.fa-tachograph-digital:before{content:"\f566"}.fa-users-slash:before{content:"\e073"}.fa-clover:before{content:"\e139"}.fa-mail-reply:before,.fa-reply:before{content:"\f3e5"}.fa-star-and-crescent:before{content:"\f699"}.fa-house-fire:before{content:"\e50c"}.fa-minus-square:before,.fa-square-minus:before{content:"\f146"}.fa-helicopter:before{content:"\f533"}.fa-compass:before{content:"\f14e"}.fa-caret-square-down:before,.fa-square-caret-down:before{content:"\f150"}.fa-file-circle-question:before{content:"\e4ef"}.fa-laptop-code:before{content:"\f5fc"}.fa-swatchbook:before{content:"\f5c3"}.fa-prescription-bottle:before{content:"\f485"}.fa-bars:before,.fa-navicon:before{content:"\f0c9"}.fa-people-group:before{content:"\e533"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-heart-broken:before,.fa-heart-crack:before{content:"\f7a9"}.fa-external-link-square-alt:before,.fa-square-up-right:before{content:"\f360"}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:"\f597"}.fa-film:before{content:"\f008"}.fa-ruler-horizontal:before{content:"\f547"}.fa-people-robbery:before{content:"\e536"}.fa-lightbulb:before{content:"\f0eb"}.fa-caret-left:before{content:"\f0d9"}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:"\f06a"}.fa-school-circle-xmark:before{content:"\e56d"}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:"\f08b"}.fa-chevron-circle-down:before,.fa-circle-chevron-down:before{content:"\f13a"}.fa-unlock-alt:before,.fa-unlock-keyhole:before{content:"\f13e"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-headphones-alt:before,.fa-headphones-simple:before{content:"\f58f"}.fa-sitemap:before{content:"\f0e8"}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:"\f4b9"}.fa-memory:before{content:"\f538"}.fa-road-spikes:before{content:"\e568"}.fa-fire-burner:before{content:"\e4f1"}.fa-flag:before{content:"\f024"}.fa-hanukiah:before{content:"\f6e6"}.fa-feather:before{content:"\f52d"}.fa-volume-down:before,.fa-volume-low:before{content:"\f027"}.fa-comment-slash:before{content:"\f4b3"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-compress:before{content:"\f066"}.fa-wheat-alt:before,.fa-wheat-awn:before{content:"\e2cd"}.fa-ankh:before{content:"\f644"}.fa-hands-holding-child:before{content:"\e4fa"}.fa-asterisk:before{content:"\2a"}.fa-check-square:before,.fa-square-check:before{content:"\f14a"}.fa-peseta-sign:before{content:"\e221"}.fa-header:before,.fa-heading:before{content:"\f1dc"}.fa-ghost:before{content:"\f6e2"}.fa-list-squares:before,.fa-list:before{content:"\f03a"}.fa-phone-square-alt:before,.fa-square-phone-flip:before{content:"\f87b"}.fa-cart-plus:before{content:"\f217"}.fa-gamepad:before{content:"\f11b"}.fa-circle-dot:before,.fa-dot-circle:before{content:"\f192"}.fa-dizzy:before,.fa-face-dizzy:before{content:"\f567"}.fa-egg:before{content:"\f7fb"}.fa-house-medical-circle-xmark:before{content:"\e513"}.fa-campground:before{content:"\f6bb"}.fa-folder-plus:before{content:"\f65e"}.fa-futbol-ball:before,.fa-futbol:before,.fa-soccer-ball:before{content:"\f1e3"}.fa-paint-brush:before,.fa-paintbrush:before{content:"\f1fc"}.fa-lock:before{content:"\f023"}.fa-gas-pump:before{content:"\f52f"}.fa-hot-tub-person:before,.fa-hot-tub:before{content:"\f593"}.fa-map-location:before,.fa-map-marked:before{content:"\f59f"}.fa-house-flood-water:before{content:"\e50e"}.fa-tree:before{content:"\f1bb"}.fa-bridge-lock:before{content:"\e4cc"}.fa-sack-dollar:before{content:"\f81d"}.fa-edit:before,.fa-pen-to-square:before{content:"\f044"}.fa-car-side:before{content:"\f5e4"}.fa-share-alt:before,.fa-share-nodes:before{content:"\f1e0"}.fa-heart-circle-minus:before{content:"\e4ff"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-microscope:before{content:"\f610"}.fa-sink:before{content:"\e06d"}.fa-bag-shopping:before,.fa-shopping-bag:before{content:"\f290"}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-mitten:before{content:"\f7b5"}.fa-person-rays:before{content:"\e54d"}.fa-users:before{content:"\f0c0"}.fa-eye-slash:before{content:"\f070"}.fa-flask-vial:before{content:"\e4f3"}.fa-hand-paper:before,.fa-hand:before{content:"\f256"}.fa-om:before{content:"\f679"}.fa-worm:before{content:"\e599"}.fa-house-circle-xmark:before{content:"\e50b"}.fa-plug:before{content:"\f1e6"}.fa-chevron-up:before{content:"\f077"}.fa-hand-spock:before{content:"\f259"}.fa-stopwatch:before{content:"\f2f2"}.fa-face-kiss:before,.fa-kiss:before{content:"\f596"}.fa-bridge-circle-xmark:before{content:"\e4cb"}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:"\f589"}.fa-chess-bishop:before{content:"\f43a"}.fa-face-grin-wink:before,.fa-grin-wink:before{content:"\f58c"}.fa-deaf:before,.fa-deafness:before,.fa-ear-deaf:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-road-circle-check:before{content:"\e564"}.fa-dice-five:before{content:"\f523"}.fa-rss-square:before,.fa-square-rss:before{content:"\f143"}.fa-land-mine-on:before{content:"\e51b"}.fa-i-cursor:before{content:"\f246"}.fa-stamp:before{content:"\f5bf"}.fa-stairs:before{content:"\e289"}.fa-i:before{content:"\49"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:"\f6f2"}.fa-pills:before{content:"\f484"}.fa-face-grin-wide:before,.fa-grin-alt:before{content:"\f581"}.fa-tooth:before{content:"\f5c9"}.fa-v:before{content:"\56"}.fa-bangladeshi-taka-sign:before{content:"\e2e6"}.fa-bicycle:before{content:"\f206"}.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before,.fa-staff-snake:before{content:"\e579"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-ambulance:before,.fa-truck-medical:before{content:"\f0f9"}.fa-wheat-awn-circle-exclamation:before{content:"\e598"}.fa-snowman:before{content:"\f7d0"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-road-barrier:before{content:"\e562"}.fa-school:before{content:"\f549"}.fa-igloo:before{content:"\f7ae"}.fa-joint:before{content:"\f595"}.fa-angle-right:before{content:"\f105"}.fa-horse:before{content:"\f6f0"}.fa-q:before{content:"\51"}.fa-g:before{content:"\47"}.fa-notes-medical:before{content:"\f481"}.fa-temperature-2:before,.fa-temperature-half:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-dong-sign:before{content:"\e169"}.fa-capsules:before{content:"\f46b"}.fa-poo-bolt:before,.fa-poo-storm:before{content:"\f75a"}.fa-face-frown-open:before,.fa-frown-open:before{content:"\f57a"}.fa-hand-point-up:before{content:"\f0a6"}.fa-money-bill:before{content:"\f0d6"}.fa-bookmark:before{content:"\f02e"}.fa-align-justify:before{content:"\f039"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-helmet-un:before{content:"\e503"}.fa-bullseye:before{content:"\f140"}.fa-bacon:before{content:"\f7e5"}.fa-hand-point-down:before{content:"\f0a7"}.fa-arrow-up-from-bracket:before{content:"\e09a"}.fa-folder-blank:before,.fa-folder:before{content:"\f07b"}.fa-file-medical-alt:before,.fa-file-waveform:before{content:"\f478"}.fa-radiation:before{content:"\f7b9"}.fa-chart-simple:before{content:"\e473"}.fa-mars-stroke:before{content:"\f229"}.fa-vial:before{content:"\f492"}.fa-dashboard:before,.fa-gauge-med:before,.fa-gauge:before,.fa-tachometer-alt-average:before{content:"\f624"}.fa-magic-wand-sparkles:before,.fa-wand-magic-sparkles:before{content:"\e2ca"}.fa-e:before{content:"\45"}.fa-pen-alt:before,.fa-pen-clip:before{content:"\f305"}.fa-bridge-circle-exclamation:before{content:"\e4ca"}.fa-user:before{content:"\f007"}.fa-school-circle-check:before{content:"\e56b"}.fa-dumpster:before{content:"\f793"}.fa-shuttle-van:before,.fa-van-shuttle:before{content:"\f5b6"}.fa-building-user:before{content:"\e4da"}.fa-caret-square-left:before,.fa-square-caret-left:before{content:"\f191"}.fa-highlighter:before{content:"\f591"}.fa-key:before{content:"\f084"}.fa-bullhorn:before{content:"\f0a1"}.fa-globe:before{content:"\f0ac"}.fa-synagogue:before{content:"\f69b"}.fa-person-half-dress:before{content:"\e548"}.fa-road-bridge:before{content:"\e563"}.fa-location-arrow:before{content:"\f124"}.fa-c:before{content:"\43"}.fa-tablet-button:before{content:"\f10a"}.fa-building-lock:before{content:"\e4d6"}.fa-pizza-slice:before{content:"\f818"}.fa-money-bill-wave:before{content:"\f53a"}.fa-area-chart:before,.fa-chart-area:before{content:"\f1fe"}.fa-house-flag:before{content:"\e50d"}.fa-person-circle-minus:before{content:"\e540"}.fa-ban:before,.fa-cancel:before{content:"\f05e"}.fa-camera-rotate:before{content:"\e0d8"}.fa-air-freshener:before,.fa-spray-can-sparkles:before{content:"\f5d0"}.fa-star:before{content:"\f005"}.fa-repeat:before{content:"\f363"}.fa-cross:before{content:"\f654"}.fa-box:before{content:"\f466"}.fa-venus-mars:before{content:"\f228"}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:"\f245"}.fa-expand-arrows-alt:before,.fa-maximize:before{content:"\f31e"}.fa-charging-station:before{content:"\f5e7"}.fa-shapes:before,.fa-triangle-circle-square:before{content:"\f61f"}.fa-random:before,.fa-shuffle:before{content:"\f074"}.fa-person-running:before,.fa-running:before{content:"\f70c"}.fa-mobile-retro:before{content:"\e527"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-spider:before{content:"\f717"}.fa-hands-bound:before{content:"\e4f9"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-plane-circle-exclamation:before{content:"\e556"}.fa-x-ray:before{content:"\f497"}.fa-spell-check:before{content:"\f891"}.fa-slash:before{content:"\f715"}.fa-computer-mouse:before,.fa-mouse:before{content:"\f8cc"}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:"\f090"}.fa-shop-slash:before,.fa-store-alt-slash:before{content:"\e070"}.fa-server:before{content:"\f233"}.fa-virus-covid-slash:before{content:"\e4a9"}.fa-shop-lock:before{content:"\e4a5"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-blender-phone:before{content:"\f6b6"}.fa-building-wheat:before{content:"\e4db"}.fa-person-breastfeeding:before{content:"\e53a"}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:"\f2f6"}.fa-venus:before{content:"\f221"}.fa-passport:before{content:"\f5ab"}.fa-heart-pulse:before,.fa-heartbeat:before{content:"\f21e"}.fa-people-carry-box:before,.fa-people-carry:before{content:"\f4ce"}.fa-temperature-high:before{content:"\f769"}.fa-microchip:before{content:"\f2db"}.fa-crown:before{content:"\f521"}.fa-weight-hanging:before{content:"\f5cd"}.fa-xmarks-lines:before{content:"\e59a"}.fa-file-prescription:before{content:"\f572"}.fa-weight-scale:before,.fa-weight:before{content:"\f496"}.fa-user-friends:before,.fa-user-group:before{content:"\f500"}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:"\f15e"}.fa-chess-knight:before{content:"\f441"}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:"\f59b"}.fa-wheelchair:before{content:"\f193"}.fa-arrow-circle-up:before,.fa-circle-arrow-up:before{content:"\f0aa"}.fa-toggle-on:before{content:"\f205"}.fa-person-walking:before,.fa-walking:before{content:"\f554"}.fa-l:before{content:"\4c"}.fa-fire:before{content:"\f06d"}.fa-bed-pulse:before,.fa-procedures:before{content:"\f487"}.fa-shuttle-space:before,.fa-space-shuttle:before{content:"\f197"}.fa-face-laugh:before,.fa-laugh:before{content:"\f599"}.fa-folder-open:before{content:"\f07c"}.fa-heart-circle-plus:before{content:"\e500"}.fa-code-fork:before{content:"\e13b"}.fa-city:before{content:"\f64f"}.fa-microphone-alt:before,.fa-microphone-lines:before{content:"\f3c9"}.fa-pepper-hot:before{content:"\f816"}.fa-unlock:before{content:"\f09c"}.fa-colon-sign:before{content:"\e140"}.fa-headset:before{content:"\f590"}.fa-store-slash:before{content:"\e071"}.fa-road-circle-xmark:before{content:"\e566"}.fa-user-minus:before{content:"\f503"}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:"\f22a"}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:"\f79f"}.fa-clipboard:before{content:"\f328"}.fa-house-circle-exclamation:before{content:"\e50a"}.fa-file-arrow-up:before,.fa-file-upload:before{content:"\f574"}.fa-wifi-3:before,.fa-wifi-strong:before,.fa-wifi:before{content:"\f1eb"}.fa-bath:before,.fa-bathtub:before{content:"\f2cd"}.fa-underline:before{content:"\f0cd"}.fa-user-edit:before,.fa-user-pen:before{content:"\f4ff"}.fa-signature:before{content:"\f5b7"}.fa-stroopwafel:before{content:"\f551"}.fa-bold:before{content:"\f032"}.fa-anchor-lock:before{content:"\e4ad"}.fa-building-ngo:before{content:"\e4d7"}.fa-manat-sign:before{content:"\e1d5"}.fa-not-equal:before{content:"\f53e"}.fa-border-style:before,.fa-border-top-left:before{content:"\f853"}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:"\f5a0"}.fa-jedi:before{content:"\f669"}.fa-poll:before,.fa-square-poll-vertical:before{content:"\f681"}.fa-mug-hot:before{content:"\f7b6"}.fa-battery-car:before,.fa-car-battery:before{content:"\f5df"}.fa-gift:before{content:"\f06b"}.fa-dice-two:before{content:"\f528"}.fa-chess-queen:before{content:"\f445"}.fa-glasses:before{content:"\f530"}.fa-chess-board:before{content:"\f43c"}.fa-building-circle-check:before{content:"\e4d2"}.fa-person-chalkboard:before{content:"\e53d"}.fa-mars-stroke-h:before,.fa-mars-stroke-right:before{content:"\f22b"}.fa-hand-back-fist:before,.fa-hand-rock:before{content:"\f255"}.fa-caret-square-up:before,.fa-square-caret-up:before{content:"\f151"}.fa-cloud-showers-water:before{content:"\e4e4"}.fa-bar-chart:before,.fa-chart-bar:before{content:"\f080"}.fa-hands-bubbles:before,.fa-hands-wash:before{content:"\e05e"}.fa-less-than-equal:before{content:"\f537"}.fa-train:before{content:"\f238"}.fa-eye-low-vision:before,.fa-low-vision:before{content:"\f2a8"}.fa-crow:before{content:"\f520"}.fa-sailboat:before{content:"\e445"}.fa-window-restore:before{content:"\f2d2"}.fa-plus-square:before,.fa-square-plus:before{content:"\f0fe"}.fa-torii-gate:before{content:"\f6a1"}.fa-frog:before{content:"\f52e"}.fa-bucket:before{content:"\e4cf"}.fa-image:before{content:"\f03e"}.fa-microphone:before{content:"\f130"}.fa-cow:before{content:"\f6c8"}.fa-caret-up:before{content:"\f0d8"}.fa-screwdriver:before{content:"\f54a"}.fa-folder-closed:before{content:"\e185"}.fa-house-tsunami:before{content:"\e515"}.fa-square-nfi:before{content:"\e576"}.fa-arrow-up-from-ground-water:before{content:"\e4b5"}.fa-glass-martini-alt:before,.fa-martini-glass:before{content:"\f57b"}.fa-rotate-back:before,.fa-rotate-backward:before,.fa-rotate-left:before,.fa-undo-alt:before{content:"\f2ea"}.fa-columns:before,.fa-table-columns:before{content:"\f0db"}.fa-lemon:before{content:"\f094"}.fa-head-side-mask:before{content:"\e063"}.fa-handshake:before{content:"\f2b5"}.fa-gem:before{content:"\f3a5"}.fa-dolly-box:before,.fa-dolly:before{content:"\f472"}.fa-smoking:before{content:"\f48d"}.fa-compress-arrows-alt:before,.fa-minimize:before{content:"\f78c"}.fa-monument:before{content:"\f5a6"}.fa-snowplow:before{content:"\f7d2"}.fa-angle-double-right:before,.fa-angles-right:before{content:"\f101"}.fa-cannabis:before{content:"\f55f"}.fa-circle-play:before,.fa-play-circle:before{content:"\f144"}.fa-tablets:before{content:"\f490"}.fa-ethernet:before{content:"\f796"}.fa-eur:before,.fa-euro-sign:before,.fa-euro:before{content:"\f153"}.fa-chair:before{content:"\f6c0"}.fa-check-circle:before,.fa-circle-check:before{content:"\f058"}.fa-circle-stop:before,.fa-stop-circle:before{content:"\f28d"}.fa-compass-drafting:before,.fa-drafting-compass:before{content:"\f568"}.fa-plate-wheat:before{content:"\e55a"}.fa-icicles:before{content:"\f7ad"}.fa-person-shelter:before{content:"\e54f"}.fa-neuter:before{content:"\f22c"}.fa-id-badge:before{content:"\f2c1"}.fa-marker:before{content:"\f5a1"}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:"\f59a"}.fa-helicopter-symbol:before{content:"\e502"}.fa-universal-access:before{content:"\f29a"}.fa-chevron-circle-up:before,.fa-circle-chevron-up:before{content:"\f139"}.fa-lari-sign:before{content:"\e1c8"}.fa-volcano:before{content:"\f770"}.fa-person-walking-dashed-line-arrow-right:before{content:"\e553"}.fa-gbp:before,.fa-pound-sign:before,.fa-sterling-sign:before{content:"\f154"}.fa-viruses:before{content:"\e076"}.fa-square-person-confined:before{content:"\e577"}.fa-user-tie:before{content:"\f508"}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:"\f175"}.fa-tent-arrow-down-to-line:before{content:"\e57e"}.fa-certificate:before{content:"\f0a3"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-suitcase:before{content:"\f0f2"}.fa-person-skating:before,.fa-skating:before{content:"\f7c5"}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:"\f662"}.fa-camera-retro:before{content:"\f083"}.fa-arrow-circle-down:before,.fa-circle-arrow-down:before{content:"\f0ab"}.fa-arrow-right-to-file:before,.fa-file-import:before{content:"\f56f"}.fa-external-link-square:before,.fa-square-arrow-up-right:before{content:"\f14c"}.fa-box-open:before{content:"\f49e"}.fa-scroll:before{content:"\f70e"}.fa-spa:before{content:"\f5bb"}.fa-location-pin-lock:before{content:"\e51f"}.fa-pause:before{content:"\f04c"}.fa-hill-avalanche:before{content:"\e507"}.fa-temperature-0:before,.fa-temperature-empty:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-bomb:before{content:"\f1e2"}.fa-registered:before{content:"\f25d"}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:"\f2bb"}.fa-balance-scale-right:before,.fa-scale-unbalanced-flip:before{content:"\f516"}.fa-subscript:before{content:"\f12c"}.fa-diamond-turn-right:before,.fa-directions:before{content:"\f5eb"}.fa-burst:before{content:"\e4dc"}.fa-house-laptop:before,.fa-laptop-house:before{content:"\e066"}.fa-face-tired:before,.fa-tired:before{content:"\f5c8"}.fa-money-bills:before{content:"\e1f3"}.fa-smog:before{content:"\f75f"}.fa-crutch:before{content:"\f7f7"}.fa-cloud-arrow-up:before,.fa-cloud-upload-alt:before,.fa-cloud-upload:before{content:"\f0ee"}.fa-palette:before{content:"\f53f"}.fa-arrows-turn-right:before{content:"\e4c0"}.fa-vest:before{content:"\e085"}.fa-ferry:before{content:"\e4ea"}.fa-arrows-down-to-people:before{content:"\e4b9"}.fa-seedling:before,.fa-sprout:before{content:"\f4d8"}.fa-arrows-alt-h:before,.fa-left-right:before{content:"\f337"}.fa-boxes-packing:before{content:"\e4c7"}.fa-arrow-circle-left:before,.fa-circle-arrow-left:before{content:"\f0a8"}.fa-group-arrows-rotate:before{content:"\e4f6"}.fa-bowl-food:before{content:"\e4c6"}.fa-candy-cane:before{content:"\f786"}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:"\f160"}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:"\f76c"}.fa-remove-format:before,.fa-text-slash:before{content:"\f87d"}.fa-face-smile-wink:before,.fa-smile-wink:before{content:"\f4da"}.fa-file-word:before{content:"\f1c2"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-arrows-h:before,.fa-arrows-left-right:before{content:"\f07e"}.fa-house-lock:before{content:"\e510"}.fa-cloud-arrow-down:before,.fa-cloud-download-alt:before,.fa-cloud-download:before{content:"\f0ed"}.fa-children:before{content:"\e4e1"}.fa-blackboard:before,.fa-chalkboard:before{content:"\f51b"}.fa-user-alt-slash:before,.fa-user-large-slash:before{content:"\f4fa"}.fa-envelope-open:before{content:"\f2b6"}.fa-handshake-alt-slash:before,.fa-handshake-simple-slash:before{content:"\e05f"}.fa-mattress-pillow:before{content:"\e525"}.fa-guarani-sign:before{content:"\e19a"}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:"\f021"}.fa-fire-extinguisher:before{content:"\f134"}.fa-cruzeiro-sign:before{content:"\e152"}.fa-greater-than-equal:before{content:"\f532"}.fa-shield-alt:before,.fa-shield-halved:before{content:"\f3ed"}.fa-atlas:before,.fa-book-atlas:before{content:"\f558"}.fa-virus:before{content:"\e074"}.fa-envelope-circle-check:before{content:"\e4e8"}.fa-layer-group:before{content:"\f5fd"}.fa-arrows-to-dot:before{content:"\e4be"}.fa-archway:before{content:"\f557"}.fa-heart-circle-check:before{content:"\e4fd"}.fa-house-chimney-crack:before,.fa-house-damage:before{content:"\f6f1"}.fa-file-archive:before,.fa-file-zipper:before{content:"\f1c6"}.fa-square:before{content:"\f0c8"}.fa-glass-martini:before,.fa-martini-glass-empty:before{content:"\f000"}.fa-couch:before{content:"\f4b8"}.fa-cedi-sign:before{content:"\e0df"}.fa-italic:before{content:"\f033"}.fa-church:before{content:"\f51d"}.fa-comments-dollar:before{content:"\f653"}.fa-democrat:before{content:"\f747"}.fa-z:before{content:"\5a"}.fa-person-skiing:before,.fa-skiing:before{content:"\f7c9"}.fa-road-lock:before{content:"\e567"}.fa-a:before{content:"\41"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:"\e03f"}.fa-feather-alt:before,.fa-feather-pointed:before{content:"\f56b"}.fa-p:before{content:"\50"}.fa-snowflake:before{content:"\f2dc"}.fa-newspaper:before{content:"\f1ea"}.fa-ad:before,.fa-rectangle-ad:before{content:"\f641"}.fa-arrow-circle-right:before,.fa-circle-arrow-right:before{content:"\f0a9"}.fa-filter-circle-xmark:before{content:"\e17b"}.fa-locust:before{content:"\e520"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-list-1-2:before,.fa-list-numeric:before,.fa-list-ol:before{content:"\f0cb"}.fa-person-dress-burst:before{content:"\e544"}.fa-money-check-alt:before,.fa-money-check-dollar:before{content:"\f53d"}.fa-vector-square:before{content:"\f5cb"}.fa-bread-slice:before{content:"\f7ec"}.fa-language:before{content:"\f1ab"}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:"\f598"}.fa-filter:before{content:"\f0b0"}.fa-question:before{content:"\3f"}.fa-file-signature:before{content:"\f573"}.fa-arrows-alt:before,.fa-up-down-left-right:before{content:"\f0b2"}.fa-house-chimney-user:before{content:"\e065"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-puzzle-piece:before{content:"\f12e"}.fa-money-check:before{content:"\f53c"}.fa-star-half-alt:before,.fa-star-half-stroke:before{content:"\f5c0"}.fa-code:before{content:"\f121"}.fa-glass-whiskey:before,.fa-whiskey-glass:before{content:"\f7a0"}.fa-building-circle-exclamation:before{content:"\e4d3"}.fa-magnifying-glass-chart:before{content:"\e522"}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:"\f08e"}.fa-cubes-stacked:before{content:"\e4e6"}.fa-krw:before,.fa-won-sign:before,.fa-won:before{content:"\f159"}.fa-virus-covid:before{content:"\e4a8"}.fa-austral-sign:before{content:"\e0a9"}.fa-f:before{content:"\46"}.fa-leaf:before{content:"\f06c"}.fa-road:before{content:"\f018"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-person-circle-plus:before{content:"\e541"}.fa-chart-pie:before,.fa-pie-chart:before{content:"\f200"}.fa-bolt-lightning:before{content:"\e0b7"}.fa-sack-xmark:before{content:"\e56a"}.fa-file-excel:before{content:"\f1c3"}.fa-file-contract:before{content:"\f56c"}.fa-fish-fins:before{content:"\e4f2"}.fa-building-flag:before{content:"\e4d5"}.fa-face-grin-beam:before,.fa-grin-beam:before{content:"\f582"}.fa-object-ungroup:before{content:"\f248"}.fa-poop:before{content:"\f619"}.fa-location-pin:before,.fa-map-marker:before{content:"\f041"}.fa-kaaba:before{content:"\f66b"}.fa-toilet-paper:before{content:"\f71e"}.fa-hard-hat:before,.fa-hat-hard:before,.fa-helmet-safety:before{content:"\f807"}.fa-eject:before{content:"\f052"}.fa-arrow-alt-circle-right:before,.fa-circle-right:before{content:"\f35a"}.fa-plane-circle-check:before{content:"\e555"}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-object-group:before{content:"\f247"}.fa-chart-line:before,.fa-line-chart:before{content:"\f201"}.fa-mask-ventilator:before{content:"\e524"}.fa-arrow-right:before{content:"\f061"}.fa-map-signs:before,.fa-signs-post:before{content:"\f277"}.fa-cash-register:before{content:"\f788"}.fa-person-circle-question:before{content:"\e542"}.fa-h:before{content:"\48"}.fa-tarp:before{content:"\e57b"}.fa-screwdriver-wrench:before,.fa-tools:before{content:"\f7d9"}.fa-arrows-to-eye:before{content:"\e4bf"}.fa-plug-circle-bolt:before{content:"\e55b"}.fa-heart:before{content:"\f004"}.fa-mars-and-venus:before{content:"\f224"}.fa-home-user:before,.fa-house-user:before{content:"\e1b0"}.fa-dumpster-fire:before{content:"\f794"}.fa-house-crack:before{content:"\e3b1"}.fa-cocktail:before,.fa-martini-glass-citrus:before{content:"\f561"}.fa-face-surprise:before,.fa-surprise:before{content:"\f5c2"}.fa-bottle-water:before{content:"\e4c5"}.fa-circle-pause:before,.fa-pause-circle:before{content:"\f28b"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-apple-alt:before,.fa-apple-whole:before{content:"\f5d1"}.fa-kitchen-set:before{content:"\e51a"}.fa-r:before{content:"\52"}.fa-temperature-1:before,.fa-temperature-quarter:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-cube:before{content:"\f1b2"}.fa-bitcoin-sign:before{content:"\e0b4"}.fa-shield-dog:before{content:"\e573"}.fa-solar-panel:before{content:"\f5ba"}.fa-lock-open:before{content:"\f3c1"}.fa-elevator:before{content:"\e16d"}.fa-money-bill-transfer:before{content:"\e528"}.fa-money-bill-trend-up:before{content:"\e529"}.fa-house-flood-water-circle-arrow-right:before{content:"\e50f"}.fa-poll-h:before,.fa-square-poll-horizontal:before{content:"\f682"}.fa-circle:before{content:"\f111"}.fa-backward-fast:before,.fa-fast-backward:before{content:"\f049"}.fa-recycle:before{content:"\f1b8"}.fa-user-astronaut:before{content:"\f4fb"}.fa-plane-slash:before{content:"\e069"}.fa-trademark:before{content:"\f25c"}.fa-basketball-ball:before,.fa-basketball:before{content:"\f434"}.fa-satellite-dish:before{content:"\f7c0"}.fa-arrow-alt-circle-up:before,.fa-circle-up:before{content:"\f35b"}.fa-mobile-alt:before,.fa-mobile-screen-button:before{content:"\f3cd"}.fa-volume-high:before,.fa-volume-up:before{content:"\f028"}.fa-users-rays:before{content:"\e593"}.fa-wallet:before{content:"\f555"}.fa-clipboard-check:before{content:"\f46c"}.fa-file-audio:before{content:"\f1c7"}.fa-burger:before,.fa-hamburger:before{content:"\f805"}.fa-wrench:before{content:"\f0ad"}.fa-bugs:before{content:"\e4d0"}.fa-rupee-sign:before,.fa-rupee:before{content:"\f156"}.fa-file-image:before{content:"\f1c5"}.fa-circle-question:before,.fa-question-circle:before{content:"\f059"}.fa-plane-departure:before{content:"\f5b0"}.fa-handshake-slash:before{content:"\e060"}.fa-book-bookmark:before{content:"\e0bb"}.fa-code-branch:before{content:"\f126"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-bridge:before{content:"\e4c8"}.fa-phone-alt:before,.fa-phone-flip:before{content:"\f879"}.fa-truck-front:before{content:"\e2b7"}.fa-cat:before{content:"\f6be"}.fa-anchor-circle-exclamation:before{content:"\e4ab"}.fa-truck-field:before{content:"\e58d"}.fa-route:before{content:"\f4d7"}.fa-clipboard-question:before{content:"\e4e3"}.fa-panorama:before{content:"\e209"}.fa-comment-medical:before{content:"\f7f5"}.fa-teeth-open:before{content:"\f62f"}.fa-file-circle-minus:before{content:"\e4ed"}.fa-tags:before{content:"\f02c"}.fa-wine-glass:before{content:"\f4e3"}.fa-fast-forward:before,.fa-forward-fast:before{content:"\f050"}.fa-face-meh-blank:before,.fa-meh-blank:before{content:"\f5a4"}.fa-parking:before,.fa-square-parking:before{content:"\f540"}.fa-house-signal:before{content:"\e012"}.fa-bars-progress:before,.fa-tasks-alt:before{content:"\f828"}.fa-faucet-drip:before{content:"\e006"}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:"\f474"}.fa-ban-smoking:before,.fa-smoking-ban:before{content:"\f54d"}.fa-terminal:before{content:"\f120"}.fa-mobile-button:before{content:"\f10b"}.fa-house-medical-flag:before{content:"\e514"}.fa-basket-shopping:before,.fa-shopping-basket:before{content:"\f291"}.fa-tape:before{content:"\f4db"}.fa-bus-alt:before,.fa-bus-simple:before{content:"\f55e"}.fa-eye:before{content:"\f06e"}.fa-face-sad-cry:before,.fa-sad-cry:before{content:"\f5b3"}.fa-audio-description:before{content:"\f29e"}.fa-person-military-to-person:before{content:"\e54c"}.fa-file-shield:before{content:"\e4f0"}.fa-user-slash:before{content:"\f506"}.fa-pen:before{content:"\f304"}.fa-tower-observation:before{content:"\e586"}.fa-file-code:before{content:"\f1c9"}.fa-signal-5:before,.fa-signal-perfect:before,.fa-signal:before{content:"\f012"}.fa-bus:before{content:"\f207"}.fa-heart-circle-xmark:before{content:"\e501"}.fa-home-lg:before,.fa-house-chimney:before{content:"\e3af"}.fa-window-maximize:before{content:"\f2d0"}.fa-face-frown:before,.fa-frown:before{content:"\f119"}.fa-prescription:before{content:"\f5b1"}.fa-shop:before,.fa-store-alt:before{content:"\f54f"}.fa-floppy-disk:before,.fa-save:before{content:"\f0c7"}.fa-vihara:before{content:"\f6a7"}.fa-balance-scale-left:before,.fa-scale-unbalanced:before{content:"\f515"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-comment-dots:before,.fa-commenting:before{content:"\f4ad"}.fa-plant-wilt:before{content:"\e5aa"}.fa-diamond:before{content:"\f219"}.fa-face-grin-squint:before,.fa-grin-squint:before{content:"\f585"}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:"\f4c0"}.fa-bacterium:before{content:"\e05a"}.fa-hand-pointer:before{content:"\f25a"}.fa-drum-steelpan:before{content:"\f56a"}.fa-hand-scissors:before{content:"\f257"}.fa-hands-praying:before,.fa-praying-hands:before{content:"\f684"}.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-arrow-rotate-right:before,.fa-redo:before{content:"\f01e"}.fa-biohazard:before{content:"\f780"}.fa-location-crosshairs:before,.fa-location:before{content:"\f601"}.fa-mars-double:before{content:"\f227"}.fa-child-dress:before{content:"\e59c"}.fa-users-between-lines:before{content:"\e591"}.fa-lungs-virus:before{content:"\e067"}.fa-face-grin-tears:before,.fa-grin-tears:before{content:"\f588"}.fa-phone:before{content:"\f095"}.fa-calendar-times:before,.fa-calendar-xmark:before{content:"\f273"}.fa-child-reaching:before{content:"\e59d"}.fa-head-side-virus:before{content:"\e064"}.fa-user-cog:before,.fa-user-gear:before{content:"\f4fe"}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:"\f163"}.fa-door-closed:before{content:"\f52a"}.fa-shield-virus:before{content:"\e06c"}.fa-dice-six:before{content:"\f526"}.fa-mosquito-net:before{content:"\e52c"}.fa-bridge-water:before{content:"\e4ce"}.fa-person-booth:before{content:"\f756"}.fa-text-width:before{content:"\f035"}.fa-hat-wizard:before{content:"\f6e8"}.fa-pen-fancy:before{content:"\f5ac"}.fa-digging:before,.fa-person-digging:before{content:"\f85e"}.fa-trash:before{content:"\f1f8"}.fa-gauge-simple-med:before,.fa-gauge-simple:before,.fa-tachometer-average:before{content:"\f629"}.fa-book-medical:before{content:"\f7e6"}.fa-poo:before{content:"\f2fe"}.fa-quote-right-alt:before,.fa-quote-right:before{content:"\f10e"}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:"\f553"}.fa-cubes:before{content:"\f1b3"}.fa-divide:before{content:"\f529"}.fa-tenge-sign:before,.fa-tenge:before{content:"\f7d7"}.fa-headphones:before{content:"\f025"}.fa-hands-holding:before{content:"\f4c2"}.fa-hands-clapping:before{content:"\e1a8"}.fa-republican:before{content:"\f75e"}.fa-arrow-left:before{content:"\f060"}.fa-person-circle-xmark:before{content:"\e543"}.fa-ruler:before{content:"\f545"}.fa-align-left:before{content:"\f036"}.fa-dice-d6:before{content:"\f6d1"}.fa-restroom:before{content:"\f7bd"}.fa-j:before{content:"\4a"}.fa-users-viewfinder:before{content:"\e595"}.fa-file-video:before{content:"\f1c8"}.fa-external-link-alt:before,.fa-up-right-from-square:before{content:"\f35d"}.fa-table-cells:before,.fa-th:before{content:"\f00a"}.fa-file-pdf:before{content:"\f1c1"}.fa-bible:before,.fa-book-bible:before{content:"\f647"}.fa-o:before{content:"\4f"}.fa-medkit:before,.fa-suitcase-medical:before{content:"\f0fa"}.fa-user-secret:before{content:"\f21b"}.fa-otter:before{content:"\f700"}.fa-female:before,.fa-person-dress:before{content:"\f182"}.fa-comment-dollar:before{content:"\f651"}.fa-briefcase-clock:before,.fa-business-time:before{content:"\f64a"}.fa-table-cells-large:before,.fa-th-large:before{content:"\f009"}.fa-book-tanakh:before,.fa-tanakh:before{content:"\f827"}.fa-phone-volume:before,.fa-volume-control-phone:before{content:"\f2a0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-clipboard-user:before{content:"\f7f3"}.fa-child:before{content:"\f1ae"}.fa-lira-sign:before{content:"\f195"}.fa-satellite:before{content:"\f7bf"}.fa-plane-lock:before{content:"\e558"}.fa-tag:before{content:"\f02b"}.fa-comment:before{content:"\f075"}.fa-birthday-cake:before,.fa-cake-candles:before,.fa-cake:before{content:"\f1fd"}.fa-envelope:before{content:"\f0e0"}.fa-angle-double-up:before,.fa-angles-up:before{content:"\f102"}.fa-paperclip:before{content:"\f0c6"}.fa-arrow-right-to-city:before{content:"\e4b3"}.fa-ribbon:before{content:"\f4d6"}.fa-lungs:before{content:"\f604"}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-litecoin-sign:before{content:"\e1d3"}.fa-border-none:before{content:"\f850"}.fa-circle-nodes:before{content:"\e4e2"}.fa-parachute-box:before{content:"\f4cd"}.fa-indent:before{content:"\f03c"}.fa-truck-field-un:before{content:"\e58e"}.fa-hourglass-empty:before,.fa-hourglass:before{content:"\f254"}.fa-mountain:before{content:"\f6fc"}.fa-user-doctor:before,.fa-user-md:before{content:"\f0f0"}.fa-circle-info:before,.fa-info-circle:before{content:"\f05a"}.fa-cloud-meatball:before{content:"\f73b"}.fa-camera-alt:before,.fa-camera:before{content:"\f030"}.fa-square-virus:before{content:"\e578"}.fa-meteor:before{content:"\f753"}.fa-car-on:before{content:"\e4dd"}.fa-sleigh:before{content:"\f7cc"}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:"\f162"}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:"\f4c1"}.fa-water:before{content:"\f773"}.fa-calendar-check:before{content:"\f274"}.fa-braille:before{content:"\f2a1"}.fa-prescription-bottle-alt:before,.fa-prescription-bottle-medical:before{content:"\f486"}.fa-landmark:before{content:"\f66f"}.fa-truck:before{content:"\f0d1"}.fa-crosshairs:before{content:"\f05b"}.fa-person-cane:before{content:"\e53c"}.fa-tent:before{content:"\e57d"}.fa-vest-patches:before{content:"\e086"}.fa-check-double:before{content:"\f560"}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:"\f15d"}.fa-money-bill-wheat:before{content:"\e52a"}.fa-cookie:before{content:"\f563"}.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-arrow-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-hard-drive:before,.fa-hdd:before{content:"\f0a0"}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:"\f586"}.fa-dumbbell:before{content:"\f44b"}.fa-list-alt:before,.fa-rectangle-list:before{content:"\f022"}.fa-tarp-droplet:before{content:"\e57c"}.fa-house-medical-circle-check:before{content:"\e511"}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:"\f7ca"}.fa-calendar-plus:before{content:"\f271"}.fa-plane-arrival:before{content:"\f5af"}.fa-arrow-alt-circle-left:before,.fa-circle-left:before{content:"\f359"}.fa-subway:before,.fa-train-subway:before{content:"\f239"}.fa-chart-gantt:before{content:"\e0e4"}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:"\e1bc"}.fa-crop-alt:before,.fa-crop-simple:before{content:"\f565"}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:"\f3d1"}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-dna:before{content:"\f471"}.fa-virus-slash:before{content:"\e075"}.fa-minus:before,.fa-subtract:before{content:"\f068"}.fa-chess:before{content:"\f439"}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:"\f177"}.fa-plug-circle-check:before{content:"\e55c"}.fa-street-view:before{content:"\f21d"}.fa-franc-sign:before{content:"\e18f"}.fa-volume-off:before{content:"\f026"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before,.fa-hands-asl-interpreting:before{content:"\f2a3"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-droplet-slash:before,.fa-tint-slash:before{content:"\f5c7"}.fa-mosque:before{content:"\f678"}.fa-mosquito:before{content:"\e52b"}.fa-star-of-david:before{content:"\f69a"}.fa-person-military-rifle:before{content:"\e54b"}.fa-cart-shopping:before,.fa-shopping-cart:before{content:"\f07a"}.fa-vials:before{content:"\f493"}.fa-plug-circle-plus:before{content:"\e55f"}.fa-place-of-worship:before{content:"\f67f"}.fa-grip-vertical:before{content:"\f58e"}.fa-arrow-turn-up:before,.fa-level-up:before{content:"\f148"}.fa-u:before{content:"\55"}.fa-square-root-alt:before,.fa-square-root-variable:before{content:"\f698"}.fa-clock-four:before,.fa-clock:before{content:"\f017"}.fa-backward-step:before,.fa-step-backward:before{content:"\f048"}.fa-pallet:before{content:"\f482"}.fa-faucet:before{content:"\e005"}.fa-baseball-bat-ball:before{content:"\f432"}.fa-s:before{content:"\53"}.fa-timeline:before{content:"\e29c"}.fa-keyboard:before{content:"\f11c"}.fa-caret-down:before{content:"\f0d7"}.fa-clinic-medical:before,.fa-house-chimney-medical:before{content:"\f7f2"}.fa-temperature-3:before,.fa-temperature-three-quarters:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-mobile-android-alt:before,.fa-mobile-screen:before{content:"\f3cf"}.fa-plane-up:before{content:"\e22d"}.fa-piggy-bank:before{content:"\f4d3"}.fa-battery-3:before,.fa-battery-half:before{content:"\f242"}.fa-mountain-city:before{content:"\e52e"}.fa-coins:before{content:"\f51e"}.fa-khanda:before{content:"\f66d"}.fa-sliders-h:before,.fa-sliders:before{content:"\f1de"}.fa-folder-tree:before{content:"\f802"}.fa-network-wired:before{content:"\f6ff"}.fa-map-pin:before{content:"\f276"}.fa-hamsa:before{content:"\f665"}.fa-cent-sign:before{content:"\e3f5"}.fa-flask:before{content:"\f0c3"}.fa-person-pregnant:before{content:"\e31e"}.fa-wand-sparkles:before{content:"\f72b"}.fa-ellipsis-v:before,.fa-ellipsis-vertical:before{content:"\f142"}.fa-ticket:before{content:"\f145"}.fa-power-off:before{content:"\f011"}.fa-long-arrow-alt-right:before,.fa-right-long:before{content:"\f30b"}.fa-flag-usa:before{content:"\f74d"}.fa-laptop-file:before{content:"\e51d"}.fa-teletype:before,.fa-tty:before{content:"\f1e4"}.fa-diagram-next:before{content:"\e476"}.fa-person-rifle:before{content:"\e54e"}.fa-house-medical-circle-exclamation:before{content:"\e512"}.fa-closed-captioning:before{content:"\f20a"}.fa-hiking:before,.fa-person-hiking:before{content:"\f6ec"}.fa-venus-double:before{content:"\f226"}.fa-images:before{content:"\f302"}.fa-calculator:before{content:"\f1ec"}.fa-people-pulling:before{content:"\e535"}.fa-n:before{content:"\4e"}.fa-cable-car:before,.fa-tram:before{content:"\f7da"}.fa-cloud-rain:before{content:"\f73d"}.fa-building-circle-xmark:before{content:"\e4d4"}.fa-ship:before{content:"\f21a"}.fa-arrows-down-to-line:before{content:"\e4b8"}.fa-download:before{content:"\f019"}.fa-face-grin:before,.fa-grin:before{content:"\f580"}.fa-backspace:before,.fa-delete-left:before{content:"\f55a"}.fa-eye-dropper-empty:before,.fa-eye-dropper:before,.fa-eyedropper:before{content:"\f1fb"}.fa-file-circle-check:before{content:"\e5a0"}.fa-forward:before{content:"\f04e"}.fa-mobile-android:before,.fa-mobile-phone:before,.fa-mobile:before{content:"\f3ce"}.fa-face-meh:before,.fa-meh:before{content:"\f11a"}.fa-align-center:before{content:"\f037"}.fa-book-dead:before,.fa-book-skull:before{content:"\f6b7"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-heart-circle-exclamation:before{content:"\e4fe"}.fa-home-alt:before,.fa-home-lg-alt:before,.fa-home:before,.fa-house:before{content:"\f015"}.fa-calendar-week:before{content:"\f784"}.fa-laptop-medical:before{content:"\f812"}.fa-b:before{content:"\42"}.fa-file-medical:before{content:"\f477"}.fa-dice-one:before{content:"\f525"}.fa-kiwi-bird:before{content:"\f535"}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:"\f0ec"}.fa-redo-alt:before,.fa-rotate-forward:before,.fa-rotate-right:before{content:"\f2f9"}.fa-cutlery:before,.fa-utensils:before{content:"\f2e7"}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:"\f161"}.fa-mill-sign:before{content:"\e1ed"}.fa-bowl-rice:before{content:"\e2eb"}.fa-skull:before{content:"\f54c"}.fa-broadcast-tower:before,.fa-tower-broadcast:before{content:"\f519"}.fa-truck-pickup:before{content:"\f63c"}.fa-long-arrow-alt-up:before,.fa-up-long:before{content:"\f30c"}.fa-stop:before{content:"\f04d"}.fa-code-merge:before{content:"\f387"}.fa-upload:before{content:"\f093"}.fa-hurricane:before{content:"\f751"}.fa-mound:before{content:"\e52d"}.fa-toilet-portable:before{content:"\e583"}.fa-compact-disc:before{content:"\f51f"}.fa-file-arrow-down:before,.fa-file-download:before{content:"\f56d"}.fa-caravan:before{content:"\f8ff"}.fa-shield-cat:before{content:"\e572"}.fa-bolt:before,.fa-zap:before{content:"\f0e7"}.fa-glass-water:before{content:"\e4f4"}.fa-oil-well:before{content:"\e532"}.fa-vault:before{content:"\e2c5"}.fa-mars:before{content:"\f222"}.fa-toilet:before{content:"\f7d8"}.fa-plane-circle-xmark:before{content:"\e557"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen-sign:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble-sign:before,.fa-ruble:before{content:"\f158"}.fa-sun:before{content:"\f185"}.fa-guitar:before{content:"\f7a6"}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:"\f59c"}.fa-horse-head:before{content:"\f7ab"}.fa-bore-hole:before{content:"\e4c3"}.fa-industry:before{content:"\f275"}.fa-arrow-alt-circle-down:before,.fa-circle-down:before{content:"\f358"}.fa-arrows-turn-to-dots:before{content:"\e4c1"}.fa-florin-sign:before{content:"\e184"}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:"\f884"}.fa-less-than:before{content:"\3c"}.fa-angle-down:before{content:"\f107"}.fa-car-tunnel:before{content:"\e4de"}.fa-head-side-cough:before{content:"\e061"}.fa-grip-lines:before{content:"\f7a4"}.fa-thumbs-down:before{content:"\f165"}.fa-user-lock:before{content:"\f502"}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:"\f178"}.fa-anchor-circle-xmark:before{content:"\e4ac"}.fa-ellipsis-h:before,.fa-ellipsis:before{content:"\f141"}.fa-chess-pawn:before{content:"\f443"}.fa-first-aid:before,.fa-kit-medical:before{content:"\f479"}.fa-person-through-window:before{content:"\e5a9"}.fa-toolbox:before{content:"\f552"}.fa-hands-holding-circle:before{content:"\e4fb"}.fa-bug:before{content:"\f188"}.fa-credit-card-alt:before,.fa-credit-card:before{content:"\f09d"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-hand-holding-hand:before{content:"\e4f7"}.fa-book-open-reader:before,.fa-book-reader:before{content:"\f5da"}.fa-mountain-sun:before{content:"\e52f"}.fa-arrows-left-right-to-line:before{content:"\e4ba"}.fa-dice-d20:before{content:"\f6cf"}.fa-truck-droplet:before{content:"\e58c"}.fa-file-circle-xmark:before{content:"\e5a1"}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:"\e040"}.fa-medal:before{content:"\f5a2"}.fa-bed:before{content:"\f236"}.fa-h-square:before,.fa-square-h:before{content:"\f0fd"}.fa-podcast:before{content:"\f2ce"}.fa-temperature-4:before,.fa-temperature-full:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-bell:before{content:"\f0f3"}.fa-superscript:before{content:"\f12b"}.fa-plug-circle-xmark:before{content:"\e560"}.fa-star-of-life:before{content:"\f621"}.fa-phone-slash:before{content:"\f3dd"}.fa-paint-roller:before{content:"\f5aa"}.fa-hands-helping:before,.fa-handshake-angle:before{content:"\f4c4"}.fa-location-dot:before,.fa-map-marker-alt:before{content:"\f3c5"}.fa-file:before{content:"\f15b"}.fa-greater-than:before{content:"\3e"}.fa-person-swimming:before,.fa-swimmer:before{content:"\f5c4"}.fa-arrow-down:before{content:"\f063"}.fa-droplet:before,.fa-tint:before{content:"\f043"}.fa-eraser:before{content:"\f12d"}.fa-earth-america:before,.fa-earth-americas:before,.fa-earth:before,.fa-globe-americas:before{content:"\f57d"}.fa-person-burst:before{content:"\e53b"}.fa-dove:before{content:"\f4ba"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-socks:before{content:"\f696"}.fa-inbox:before{content:"\f01c"}.fa-section:before{content:"\e447"}.fa-gauge-high:before,.fa-tachometer-alt-fast:before,.fa-tachometer-alt:before{content:"\f625"}.fa-envelope-open-text:before{content:"\f658"}.fa-hospital-alt:before,.fa-hospital-wide:before,.fa-hospital:before{content:"\f0f8"}.fa-wine-bottle:before{content:"\f72f"}.fa-chess-rook:before{content:"\f447"}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:"\f550"}.fa-dharmachakra:before{content:"\f655"}.fa-hotdog:before{content:"\f80f"}.fa-blind:before,.fa-person-walking-with-cane:before{content:"\f29d"}.fa-drum:before{content:"\f569"}.fa-ice-cream:before{content:"\f810"}.fa-heart-circle-bolt:before{content:"\e4fc"}.fa-fax:before{content:"\f1ac"}.fa-paragraph:before{content:"\f1dd"}.fa-check-to-slot:before,.fa-vote-yea:before{content:"\f772"}.fa-star-half:before{content:"\f089"}.fa-boxes-alt:before,.fa-boxes-stacked:before,.fa-boxes:before{content:"\f468"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-assistive-listening-systems:before,.fa-ear-listen:before{content:"\f2a2"}.fa-tree-city:before{content:"\e587"}.fa-play:before{content:"\f04b"}.fa-font:before{content:"\f031"}.fa-rupiah-sign:before{content:"\e23d"}.fa-magnifying-glass:before,.fa-search:before{content:"\f002"}.fa-ping-pong-paddle-ball:before,.fa-table-tennis-paddle-ball:before,.fa-table-tennis:before{content:"\f45d"}.fa-diagnoses:before,.fa-person-dots-from-line:before{content:"\f470"}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:"\f82a"}.fa-naira-sign:before{content:"\e1f6"}.fa-cart-arrow-down:before{content:"\f218"}.fa-walkie-talkie:before{content:"\f8ef"}.fa-file-edit:before,.fa-file-pen:before{content:"\f31c"}.fa-receipt:before{content:"\f543"}.fa-pen-square:before,.fa-pencil-square:before,.fa-square-pen:before{content:"\f14b"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-person-circle-exclamation:before{content:"\e53f"}.fa-chevron-down:before{content:"\f078"}.fa-battery-5:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-skull-crossbones:before{content:"\f714"}.fa-code-compare:before{content:"\e13a"}.fa-list-dots:before,.fa-list-ul:before{content:"\f0ca"}.fa-school-lock:before{content:"\e56f"}.fa-tower-cell:before{content:"\e585"}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:"\f309"}.fa-ranking-star:before{content:"\e561"}.fa-chess-king:before{content:"\f43f"}.fa-person-harassing:before{content:"\e549"}.fa-brazilian-real-sign:before{content:"\e46c"}.fa-landmark-alt:before,.fa-landmark-dome:before{content:"\f752"}.fa-arrow-up:before{content:"\f062"}.fa-television:before,.fa-tv-alt:before,.fa-tv:before{content:"\f26c"}.fa-shrimp:before{content:"\e448"}.fa-list-check:before,.fa-tasks:before{content:"\f0ae"}.fa-jug-detergent:before{content:"\e519"}.fa-circle-user:before,.fa-user-circle:before{content:"\f2bd"}.fa-user-shield:before{content:"\f505"}.fa-wind:before{content:"\f72e"}.fa-car-burst:before,.fa-car-crash:before{content:"\f5e1"}.fa-y:before{content:"\59"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:"\f7ce"}.fa-shipping-fast:before,.fa-truck-fast:before{content:"\f48b"}.fa-fish:before{content:"\f578"}.fa-user-graduate:before{content:"\f501"}.fa-adjust:before,.fa-circle-half-stroke:before{content:"\f042"}.fa-clapperboard:before{content:"\e131"}.fa-circle-radiation:before,.fa-radiation-alt:before{content:"\f7ba"}.fa-baseball-ball:before,.fa-baseball:before{content:"\f433"}.fa-jet-fighter-up:before{content:"\e518"}.fa-diagram-project:before,.fa-project-diagram:before{content:"\f542"}.fa-copy:before{content:"\f0c5"}.fa-volume-mute:before,.fa-volume-times:before,.fa-volume-xmark:before{content:"\f6a9"}.fa-hand-sparkles:before{content:"\e05d"}.fa-grip-horizontal:before,.fa-grip:before{content:"\f58d"}.fa-share-from-square:before,.fa-share-square:before{content:"\f14d"}.fa-child-combatant:before,.fa-child-rifle:before{content:"\e4e0"}.fa-gun:before{content:"\e19b"}.fa-phone-square:before,.fa-square-phone:before{content:"\f098"}.fa-add:before,.fa-plus:before{content:"\2b"}.fa-expand:before{content:"\f065"}.fa-computer:before{content:"\e4e5"}.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before,.fa-xmark:before{content:"\f00d"}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:"\f047"}.fa-chalkboard-teacher:before,.fa-chalkboard-user:before{content:"\f51c"}.fa-peso-sign:before{content:"\e222"}.fa-building-shield:before{content:"\e4d8"}.fa-baby:before{content:"\f77c"}.fa-users-line:before{content:"\e592"}.fa-quote-left-alt:before,.fa-quote-left:before{content:"\f10d"}.fa-tractor:before{content:"\f722"}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:"\f829"}.fa-arrow-down-up-lock:before{content:"\e4b0"}.fa-lines-leaning:before{content:"\e51e"}.fa-ruler-combined:before{content:"\f546"}.fa-copyright:before{content:"\f1f9"}.fa-equals:before{content:"\3d"}.fa-blender:before{content:"\f517"}.fa-teeth:before{content:"\f62e"}.fa-ils:before,.fa-shekel-sign:before,.fa-shekel:before,.fa-sheqel-sign:before,.fa-sheqel:before{content:"\f20b"}.fa-map:before{content:"\f279"}.fa-rocket:before{content:"\f135"}.fa-photo-film:before,.fa-photo-video:before{content:"\f87c"}.fa-folder-minus:before{content:"\f65d"}.fa-store:before{content:"\f54e"}.fa-arrow-trend-up:before{content:"\e098"}.fa-plug-circle-minus:before{content:"\e55e"}.fa-sign-hanging:before,.fa-sign:before{content:"\f4d9"}.fa-bezier-curve:before{content:"\f55b"}.fa-bell-slash:before{content:"\f1f6"}.fa-tablet-android:before,.fa-tablet:before{content:"\f3fb"}.fa-school-flag:before{content:"\e56e"}.fa-fill:before{content:"\f575"}.fa-angle-up:before{content:"\f106"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-holly-berry:before{content:"\f7aa"}.fa-chevron-left:before{content:"\f053"}.fa-bacteria:before{content:"\e059"}.fa-hand-lizard:before{content:"\f258"}.fa-notdef:before{content:"\e1fe"}.fa-disease:before{content:"\f7fa"}.fa-briefcase-medical:before{content:"\f469"}.fa-genderless:before{content:"\f22d"}.fa-chevron-right:before{content:"\f054"}.fa-retweet:before{content:"\f079"}.fa-car-alt:before,.fa-car-rear:before{content:"\f5de"}.fa-pump-soap:before{content:"\e06b"}.fa-video-slash:before{content:"\f4e2"}.fa-battery-2:before,.fa-battery-quarter:before{content:"\f243"}.fa-radio:before{content:"\f8d7"}.fa-baby-carriage:before,.fa-carriage-baby:before{content:"\f77d"}.fa-traffic-light:before{content:"\f637"}.fa-thermometer:before{content:"\f491"}.fa-vr-cardboard:before{content:"\f729"}.fa-hand-middle-finger:before{content:"\f806"}.fa-percent:before,.fa-percentage:before{content:"\25"}.fa-truck-moving:before{content:"\f4df"}.fa-glass-water-droplet:before{content:"\e4f5"}.fa-display:before{content:"\e163"}.fa-face-smile:before,.fa-smile:before{content:"\f118"}.fa-thumb-tack:before,.fa-thumbtack:before{content:"\f08d"}.fa-trophy:before{content:"\f091"}.fa-person-praying:before,.fa-pray:before{content:"\f683"}.fa-hammer:before{content:"\f6e3"}.fa-hand-peace:before{content:"\f25b"}.fa-rotate:before,.fa-sync-alt:before{content:"\f2f1"}.fa-spinner:before{content:"\f110"}.fa-robot:before{content:"\f544"}.fa-peace:before{content:"\f67c"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-warehouse:before{content:"\f494"}.fa-arrow-up-right-dots:before{content:"\e4b7"}.fa-splotch:before{content:"\f5bc"}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:"\f584"}.fa-dice-four:before{content:"\f524"}.fa-sim-card:before{content:"\f7c4"}.fa-transgender-alt:before,.fa-transgender:before{content:"\f225"}.fa-mercury:before{content:"\f223"}.fa-arrow-turn-down:before,.fa-level-down:before{content:"\f149"}.fa-person-falling-burst:before{content:"\e547"}.fa-award:before{content:"\f559"}.fa-ticket-alt:before,.fa-ticket-simple:before{content:"\f3ff"}.fa-building:before{content:"\f1ad"}.fa-angle-double-left:before,.fa-angles-left:before{content:"\f100"}.fa-qrcode:before{content:"\f029"}.fa-clock-rotate-left:before,.fa-history:before{content:"\f1da"}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:"\f583"}.fa-arrow-right-from-file:before,.fa-file-export:before{content:"\f56e"}.fa-shield-blank:before,.fa-shield:before{content:"\f132"}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:"\f885"}.fa-house-medical:before{content:"\e3b2"}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:"\f450"}.fa-chevron-circle-left:before,.fa-circle-chevron-left:before{content:"\f137"}.fa-house-chimney-window:before{content:"\e00d"}.fa-pen-nib:before{content:"\f5ad"}.fa-tent-arrow-turn-left:before{content:"\e580"}.fa-tents:before{content:"\e582"}.fa-magic:before,.fa-wand-magic:before{content:"\f0d0"}.fa-dog:before{content:"\f6d3"}.fa-carrot:before{content:"\f787"}.fa-moon:before{content:"\f186"}.fa-wine-glass-alt:before,.fa-wine-glass-empty:before{content:"\f5ce"}.fa-cheese:before{content:"\f7ef"}.fa-yin-yang:before{content:"\f6ad"}.fa-music:before{content:"\f001"}.fa-code-commit:before{content:"\f386"}.fa-temperature-low:before{content:"\f76b"}.fa-biking:before,.fa-person-biking:before{content:"\f84a"}.fa-broom:before{content:"\f51a"}.fa-shield-heart:before{content:"\e574"}.fa-gopuram:before{content:"\f664"}.fa-earth-oceania:before,.fa-globe-oceania:before{content:"\e47b"}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:"\f2d3"}.fa-hashtag:before{content:"\23"}.fa-expand-alt:before,.fa-up-right-and-down-left-from-center:before{content:"\f424"}.fa-oil-can:before{content:"\f613"}.fa-t:before{content:"\54"}.fa-hippo:before{content:"\f6ed"}.fa-chart-column:before{content:"\e0e3"}.fa-infinity:before{content:"\f534"}.fa-vial-circle-check:before{content:"\e596"}.fa-person-arrow-down-to-line:before{content:"\e538"}.fa-voicemail:before{content:"\f897"}.fa-fan:before{content:"\f863"}.fa-person-walking-luggage:before{content:"\e554"}.fa-arrows-alt-v:before,.fa-up-down:before{content:"\f338"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-calendar:before{content:"\f133"}.fa-trailer:before{content:"\e041"}.fa-bahai:before,.fa-haykal:before{content:"\f666"}.fa-sd-card:before{content:"\f7c2"}.fa-dragon:before{content:"\f6d5"}.fa-shoe-prints:before{content:"\f54b"}.fa-circle-plus:before,.fa-plus-circle:before{content:"\f055"}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:"\f58b"}.fa-hand-holding:before{content:"\f4bd"}.fa-plug-circle-exclamation:before{content:"\e55d"}.fa-chain-broken:before,.fa-chain-slash:before,.fa-link-slash:before,.fa-unlink:before{content:"\f127"}.fa-clone:before{content:"\f24d"}.fa-person-walking-arrow-loop-left:before{content:"\e551"}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-fire-alt:before,.fa-fire-flame-curved:before{content:"\f7e4"}.fa-tornado:before{content:"\f76f"}.fa-file-circle-plus:before{content:"\e494"}.fa-book-quran:before,.fa-quran:before{content:"\f687"}.fa-anchor:before{content:"\f13d"}.fa-border-all:before{content:"\f84c"}.fa-angry:before,.fa-face-angry:before{content:"\f556"}.fa-cookie-bite:before{content:"\f564"}.fa-arrow-trend-down:before{content:"\e097"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-draw-polygon:before{content:"\f5ee"}.fa-balance-scale:before,.fa-scale-balanced:before{content:"\f24e"}.fa-gauge-simple-high:before,.fa-tachometer-fast:before,.fa-tachometer:before{content:"\f62a"}.fa-shower:before{content:"\f2cc"}.fa-desktop-alt:before,.fa-desktop:before{content:"\f390"}.fa-m:before{content:"\4d"}.fa-table-list:before,.fa-th-list:before{content:"\f00b"}.fa-comment-sms:before,.fa-sms:before{content:"\f7cd"}.fa-book:before{content:"\f02d"}.fa-user-plus:before{content:"\f234"}.fa-check:before{content:"\f00c"}.fa-battery-4:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-house-circle-check:before{content:"\e509"}.fa-angle-left:before{content:"\f104"}.fa-diagram-successor:before{content:"\e47a"}.fa-truck-arrow-right:before{content:"\e58b"}.fa-arrows-split-up-and-left:before{content:"\e4bc"}.fa-fist-raised:before,.fa-hand-fist:before{content:"\f6de"}.fa-cloud-moon:before{content:"\f6c3"}.fa-briefcase:before{content:"\f0b1"}.fa-person-falling:before{content:"\e546"}.fa-image-portrait:before,.fa-portrait:before{content:"\f3e0"}.fa-user-tag:before{content:"\f507"}.fa-rug:before{content:"\e569"}.fa-earth-europe:before,.fa-globe-europe:before{content:"\f7a2"}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:"\f59d"}.fa-rectangle-times:before,.fa-rectangle-xmark:before,.fa-times-rectangle:before,.fa-window-close:before{content:"\f410"}.fa-baht-sign:before{content:"\e0ac"}.fa-book-open:before{content:"\f518"}.fa-book-journal-whills:before,.fa-journal-whills:before{content:"\f66a"}.fa-handcuffs:before{content:"\e4f8"}.fa-exclamation-triangle:before,.fa-triangle-exclamation:before,.fa-warning:before{content:"\f071"}.fa-database:before{content:"\f1c0"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-bottle-droplet:before{content:"\e4c4"}.fa-mask-face:before{content:"\e1d7"}.fa-hill-rockslide:before{content:"\e508"}.fa-exchange-alt:before,.fa-right-left:before{content:"\f362"}.fa-paper-plane:before{content:"\f1d8"}.fa-road-circle-exclamation:before{content:"\e565"}.fa-dungeon:before{content:"\f6d9"}.fa-align-right:before{content:"\f038"}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-life-ring:before{content:"\f1cd"}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-calendar-day:before{content:"\f783"}.fa-ladder-water:before,.fa-swimming-pool:before,.fa-water-ladder:before{content:"\f5c5"}.fa-arrows-up-down:before,.fa-arrows-v:before{content:"\f07d"}.fa-face-grimace:before,.fa-grimace:before{content:"\f57f"}.fa-wheelchair-alt:before,.fa-wheelchair-move:before{content:"\e2ce"}.fa-level-down-alt:before,.fa-turn-down:before{content:"\f3be"}.fa-person-walking-arrow-right:before{content:"\e552"}.fa-envelope-square:before,.fa-square-envelope:before{content:"\f199"}.fa-dice:before{content:"\f522"}.fa-bowling-ball:before{content:"\f436"}.fa-brain:before{content:"\f5dc"}.fa-band-aid:before,.fa-bandage:before{content:"\f462"}.fa-calendar-minus:before{content:"\f272"}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:"\f057"}.fa-gifts:before{content:"\f79c"}.fa-hotel:before{content:"\f594"}.fa-earth-asia:before,.fa-globe-asia:before{content:"\f57e"}.fa-id-card-alt:before,.fa-id-card-clip:before{content:"\f47f"}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:"\f00e"}.fa-thumbs-up:before{content:"\f164"}.fa-user-clock:before{content:"\f4fd"}.fa-allergies:before,.fa-hand-dots:before{content:"\f461"}.fa-file-invoice:before{content:"\f570"}.fa-window-minimize:before{content:"\f2d1"}.fa-coffee:before,.fa-mug-saucer:before{content:"\f0f4"}.fa-brush:before{content:"\f55d"}.fa-mask:before{content:"\f6fa"}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:"\f010"}.fa-ruler-vertical:before{content:"\f548"}.fa-user-alt:before,.fa-user-large:before{content:"\f406"}.fa-train-tram:before{content:"\e5b4"}.fa-user-nurse:before{content:"\f82f"}.fa-syringe:before{content:"\f48e"}.fa-cloud-sun:before{content:"\f6c4"}.fa-stopwatch-20:before{content:"\e06f"}.fa-square-full:before{content:"\f45c"}.fa-magnet:before{content:"\f076"}.fa-jar:before{content:"\e516"}.fa-note-sticky:before,.fa-sticky-note:before{content:"\f249"}.fa-bug-slash:before{content:"\e490"}.fa-arrow-up-from-water-pump:before{content:"\e4b6"}.fa-bone:before{content:"\f5d7"}.fa-user-injured:before{content:"\f728"}.fa-face-sad-tear:before,.fa-sad-tear:before{content:"\f5b4"}.fa-plane:before{content:"\f072"}.fa-tent-arrows-down:before{content:"\e581"}.fa-exclamation:before{content:"\21"}.fa-arrows-spin:before{content:"\e4bb"}.fa-print:before{content:"\f02f"}.fa-try:before,.fa-turkish-lira-sign:before,.fa-turkish-lira:before{content:"\e2bb"}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"\24"}.fa-x:before{content:"\58"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:"\f688"}.fa-users-cog:before,.fa-users-gear:before{content:"\f509"}.fa-person-military-pointing:before{content:"\e54a"}.fa-bank:before,.fa-building-columns:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:"\f19c"}.fa-umbrella:before{content:"\f0e9"}.fa-trowel:before{content:"\e589"}.fa-d:before{content:"\44"}.fa-stapler:before{content:"\e5af"}.fa-masks-theater:before,.fa-theater-masks:before{content:"\f630"}.fa-kip-sign:before{content:"\e1c4"}.fa-hand-point-left:before{content:"\f0a5"}.fa-handshake-alt:before,.fa-handshake-simple:before{content:"\f4c6"}.fa-fighter-jet:before,.fa-jet-fighter:before{content:"\f0fb"}.fa-share-alt-square:before,.fa-square-share-nodes:before{content:"\f1e1"}.fa-barcode:before{content:"\f02a"}.fa-plus-minus:before{content:"\e43c"}.fa-video-camera:before,.fa-video:before{content:"\f03d"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-person-circle-check:before{content:"\e53e"}.fa-level-up-alt:before,.fa-turn-up:before{content:"\f3bf"}
.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}:host,:root{--fa-style-family-brands:"Font Awesome 6 Brands";--fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}.fa-brands,.fab{font-weight:400}.fa-monero:before{content:"\f3d0"}.fa-hooli:before{content:"\f427"}.fa-yelp:before{content:"\f1e9"}.fa-cc-visa:before{content:"\f1f0"}.fa-lastfm:before{content:"\f202"}.fa-shopware:before{content:"\f5b5"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-aws:before{content:"\f375"}.fa-redhat:before{content:"\f7bc"}.fa-yoast:before{content:"\f2b1"}.fa-cloudflare:before{content:"\e07d"}.fa-ups:before{content:"\f7e0"}.fa-pixiv:before{content:"\e640"}.fa-wpexplorer:before{content:"\f2de"}.fa-dyalog:before{content:"\f399"}.fa-bity:before{content:"\f37a"}.fa-stackpath:before{content:"\f842"}.fa-buysellads:before{content:"\f20d"}.fa-first-order:before{content:"\f2b0"}.fa-modx:before{content:"\f285"}.fa-guilded:before{content:"\e07e"}.fa-vnv:before{content:"\f40b"}.fa-js-square:before,.fa-square-js:before{content:"\f3b9"}.fa-microsoft:before{content:"\f3ca"}.fa-qq:before{content:"\f1d6"}.fa-orcid:before{content:"\f8d2"}.fa-java:before{content:"\f4e4"}.fa-invision:before{content:"\f7b0"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-centercode:before{content:"\f380"}.fa-glide-g:before{content:"\f2a6"}.fa-drupal:before{content:"\f1a9"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-unity:before{content:"\e049"}.fa-whmcs:before{content:"\f40d"}.fa-rocketchat:before{content:"\f3e8"}.fa-vk:before{content:"\f189"}.fa-untappd:before{content:"\f405"}.fa-mailchimp:before{content:"\f59e"}.fa-css3-alt:before{content:"\f38b"}.fa-reddit-square:before,.fa-square-reddit:before{content:"\f1a2"}.fa-vimeo-v:before{content:"\f27d"}.fa-contao:before{content:"\f26d"}.fa-square-font-awesome:before{content:"\e5ad"}.fa-deskpro:before{content:"\f38f"}.fa-brave:before{content:"\e63c"}.fa-sistrix:before{content:"\f3ee"}.fa-instagram-square:before,.fa-square-instagram:before{content:"\e055"}.fa-battle-net:before{content:"\f835"}.fa-the-red-yeti:before{content:"\f69d"}.fa-hacker-news-square:before,.fa-square-hacker-news:before{content:"\f3af"}.fa-edge:before{content:"\f282"}.fa-threads:before{content:"\e618"}.fa-napster:before{content:"\f3d2"}.fa-snapchat-square:before,.fa-square-snapchat:before{content:"\f2ad"}.fa-google-plus-g:before{content:"\f0d5"}.fa-artstation:before{content:"\f77a"}.fa-markdown:before{content:"\f60f"}.fa-sourcetree:before{content:"\f7d3"}.fa-google-plus:before{content:"\f2b3"}.fa-diaspora:before{content:"\f791"}.fa-foursquare:before{content:"\f180"}.fa-stack-overflow:before{content:"\f16c"}.fa-github-alt:before{content:"\f113"}.fa-phoenix-squadron:before{content:"\f511"}.fa-pagelines:before{content:"\f18c"}.fa-algolia:before{content:"\f36c"}.fa-red-river:before{content:"\f3e3"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-safari:before{content:"\f267"}.fa-google:before{content:"\f1a0"}.fa-font-awesome-alt:before,.fa-square-font-awesome-stroke:before{content:"\f35c"}.fa-atlassian:before{content:"\f77b"}.fa-linkedin-in:before{content:"\f0e1"}.fa-digital-ocean:before{content:"\f391"}.fa-nimblr:before{content:"\f5a8"}.fa-chromecast:before{content:"\f838"}.fa-evernote:before{content:"\f839"}.fa-hacker-news:before{content:"\f1d4"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-adversal:before{content:"\f36a"}.fa-creative-commons:before{content:"\f25e"}.fa-watchman-monitoring:before{content:"\e087"}.fa-fonticons:before{content:"\f280"}.fa-weixin:before{content:"\f1d7"}.fa-shirtsinbulk:before{content:"\f214"}.fa-codepen:before{content:"\f1cb"}.fa-git-alt:before{content:"\f841"}.fa-lyft:before{content:"\f3c3"}.fa-rev:before{content:"\f5b2"}.fa-windows:before{content:"\f17a"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-square-viadeo:before,.fa-viadeo-square:before{content:"\f2aa"}.fa-meetup:before{content:"\f2e0"}.fa-centos:before{content:"\f789"}.fa-adn:before{content:"\f170"}.fa-cloudsmith:before{content:"\f384"}.fa-opensuse:before{content:"\e62b"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-dribbble-square:before,.fa-square-dribbble:before{content:"\f397"}.fa-codiepie:before{content:"\f284"}.fa-node:before{content:"\f419"}.fa-mix:before{content:"\f3cb"}.fa-steam:before{content:"\f1b6"}.fa-cc-apple-pay:before{content:"\f416"}.fa-scribd:before{content:"\f28a"}.fa-debian:before{content:"\e60b"}.fa-openid:before{content:"\f19b"}.fa-instalod:before{content:"\e081"}.fa-expeditedssl:before{content:"\f23e"}.fa-sellcast:before{content:"\f2da"}.fa-square-twitter:before,.fa-twitter-square:before{content:"\f081"}.fa-r-project:before{content:"\f4f7"}.fa-delicious:before{content:"\f1a5"}.fa-freebsd:before{content:"\f3a4"}.fa-vuejs:before{content:"\f41f"}.fa-accusoft:before{content:"\f369"}.fa-ioxhost:before{content:"\f208"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-app-store:before{content:"\f36f"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-itunes-note:before{content:"\f3b5"}.fa-golang:before{content:"\e40f"}.fa-kickstarter:before{content:"\f3bb"}.fa-grav:before{content:"\f2d6"}.fa-weibo:before{content:"\f18a"}.fa-uncharted:before{content:"\e084"}.fa-firstdraft:before{content:"\f3a1"}.fa-square-youtube:before,.fa-youtube-square:before{content:"\f431"}.fa-wikipedia-w:before{content:"\f266"}.fa-rendact:before,.fa-wpressr:before{content:"\f3e4"}.fa-angellist:before{content:"\f209"}.fa-galactic-republic:before{content:"\f50c"}.fa-nfc-directional:before{content:"\e530"}.fa-skype:before{content:"\f17e"}.fa-joget:before{content:"\f3b7"}.fa-fedora:before{content:"\f798"}.fa-stripe-s:before{content:"\f42a"}.fa-meta:before{content:"\e49b"}.fa-laravel:before{content:"\f3bd"}.fa-hotjar:before{content:"\f3b1"}.fa-bluetooth-b:before{content:"\f294"}.fa-square-letterboxd:before{content:"\e62e"}.fa-sticker-mule:before{content:"\f3f7"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-hips:before{content:"\f452"}.fa-behance:before{content:"\f1b4"}.fa-reddit:before{content:"\f1a1"}.fa-discord:before{content:"\f392"}.fa-chrome:before{content:"\f268"}.fa-app-store-ios:before{content:"\f370"}.fa-cc-discover:before{content:"\f1f2"}.fa-wpbeginner:before{content:"\f297"}.fa-confluence:before{content:"\f78d"}.fa-shoelace:before{content:"\e60c"}.fa-mdb:before{content:"\f8ca"}.fa-dochub:before{content:"\f394"}.fa-accessible-icon:before{content:"\f368"}.fa-yarn:before{content:"\f7e3"}.fa-square-steam:before,.fa-steam-square:before{content:"\f1b7"}.fa-500px:before{content:"\f26e"}.fa-square-vimeo:before,.fa-vimeo-square:before{content:"\f194"}.fa-asymmetrik:before{content:"\f372"}.fa-font-awesome-flag:before,.fa-font-awesome-logo-full:before,.fa-font-awesome:before{content:"\f2b4"}.fa-gratipay:before{content:"\f184"}.fa-apple:before{content:"\f179"}.fa-hive:before{content:"\e07f"}.fa-gitkraken:before{content:"\f3a6"}.fa-keybase:before{content:"\f4f5"}.fa-apple-pay:before{content:"\f415"}.fa-padlet:before{content:"\e4a0"}.fa-amazon-pay:before{content:"\f42c"}.fa-github-square:before,.fa-square-github:before{content:"\f092"}.fa-stumbleupon:before{content:"\f1a4"}.fa-fedex:before{content:"\f797"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-shopify:before{content:"\e057"}.fa-neos:before{content:"\f612"}.fa-square-threads:before{content:"\e619"}.fa-hackerrank:before{content:"\f5f7"}.fa-researchgate:before{content:"\f4f8"}.fa-swift:before{content:"\f8e1"}.fa-angular:before{content:"\f420"}.fa-speakap:before{content:"\f3f3"}.fa-angrycreative:before{content:"\f36e"}.fa-y-combinator:before{content:"\f23b"}.fa-empire:before{content:"\f1d1"}.fa-envira:before{content:"\f299"}.fa-google-scholar:before{content:"\e63b"}.fa-gitlab-square:before,.fa-square-gitlab:before{content:"\e5ae"}.fa-studiovinari:before{content:"\f3f8"}.fa-pied-piper:before{content:"\f2ae"}.fa-wordpress:before{content:"\f19a"}.fa-product-hunt:before{content:"\f288"}.fa-firefox:before{content:"\f269"}.fa-linode:before{content:"\f2b8"}.fa-goodreads:before{content:"\f3a8"}.fa-odnoklassniki-square:before,.fa-square-odnoklassniki:before{content:"\f264"}.fa-jsfiddle:before{content:"\f1cc"}.fa-sith:before{content:"\f512"}.fa-themeisle:before{content:"\f2b2"}.fa-page4:before{content:"\f3d7"}.fa-hashnode:before{content:"\e499"}.fa-react:before{content:"\f41b"}.fa-cc-paypal:before{content:"\f1f4"}.fa-squarespace:before{content:"\f5be"}.fa-cc-stripe:before{content:"\f1f5"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-bitcoin:before{content:"\f379"}.fa-keycdn:before{content:"\f3ba"}.fa-opera:before{content:"\f26a"}.fa-itch-io:before{content:"\f83a"}.fa-umbraco:before{content:"\f8e8"}.fa-galactic-senate:before{content:"\f50d"}.fa-ubuntu:before{content:"\f7df"}.fa-draft2digital:before{content:"\f396"}.fa-stripe:before{content:"\f429"}.fa-houzz:before{content:"\f27c"}.fa-gg:before{content:"\f260"}.fa-dhl:before{content:"\f790"}.fa-pinterest-square:before,.fa-square-pinterest:before{content:"\f0d3"}.fa-xing:before{content:"\f168"}.fa-blackberry:before{content:"\f37b"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-playstation:before{content:"\f3df"}.fa-quinscape:before{content:"\f459"}.fa-less:before{content:"\f41d"}.fa-blogger-b:before{content:"\f37d"}.fa-opencart:before{content:"\f23d"}.fa-vine:before{content:"\f1ca"}.fa-signal-messenger:before{content:"\e663"}.fa-paypal:before{content:"\f1ed"}.fa-gitlab:before{content:"\f296"}.fa-typo3:before{content:"\f42b"}.fa-reddit-alien:before{content:"\f281"}.fa-yahoo:before{content:"\f19e"}.fa-dailymotion:before{content:"\e052"}.fa-affiliatetheme:before{content:"\f36b"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-bootstrap:before{content:"\f836"}.fa-odnoklassniki:before{content:"\f263"}.fa-nfc-symbol:before{content:"\e531"}.fa-mintbit:before{content:"\e62f"}.fa-ethereum:before{content:"\f42e"}.fa-speaker-deck:before{content:"\f83c"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-patreon:before{content:"\f3d9"}.fa-avianex:before{content:"\f374"}.fa-ello:before{content:"\f5f1"}.fa-gofore:before{content:"\f3a7"}.fa-bimobject:before{content:"\f378"}.fa-brave-reverse:before{content:"\e63d"}.fa-facebook-f:before{content:"\f39e"}.fa-google-plus-square:before,.fa-square-google-plus:before{content:"\f0d4"}.fa-mandalorian:before{content:"\f50f"}.fa-first-order-alt:before{content:"\f50a"}.fa-osi:before{content:"\f41a"}.fa-google-wallet:before{content:"\f1ee"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-periscope:before{content:"\f3da"}.fa-fulcrum:before{content:"\f50b"}.fa-cloudscale:before{content:"\f383"}.fa-forumbee:before{content:"\f211"}.fa-mizuni:before{content:"\f3cc"}.fa-schlix:before{content:"\f3ea"}.fa-square-xing:before,.fa-xing-square:before{content:"\f169"}.fa-bandcamp:before{content:"\f2d5"}.fa-wpforms:before{content:"\f298"}.fa-cloudversify:before{content:"\f385"}.fa-usps:before{content:"\f7e1"}.fa-megaport:before{content:"\f5a3"}.fa-magento:before{content:"\f3c4"}.fa-spotify:before{content:"\f1bc"}.fa-optin-monster:before{content:"\f23c"}.fa-fly:before{content:"\f417"}.fa-aviato:before{content:"\f421"}.fa-itunes:before{content:"\f3b4"}.fa-cuttlefish:before{content:"\f38c"}.fa-blogger:before{content:"\f37c"}.fa-flickr:before{content:"\f16e"}.fa-viber:before{content:"\f409"}.fa-soundcloud:before{content:"\f1be"}.fa-digg:before{content:"\f1a6"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-letterboxd:before{content:"\e62d"}.fa-symfony:before{content:"\f83d"}.fa-maxcdn:before{content:"\f136"}.fa-etsy:before{content:"\f2d7"}.fa-facebook-messenger:before{content:"\f39f"}.fa-audible:before{content:"\f373"}.fa-think-peaks:before{content:"\f731"}.fa-bilibili:before{content:"\e3d9"}.fa-erlang:before{content:"\f39d"}.fa-x-twitter:before{content:"\e61b"}.fa-cotton-bureau:before{content:"\f89e"}.fa-dashcube:before{content:"\f210"}.fa-42-group:before,.fa-innosoft:before{content:"\e080"}.fa-stack-exchange:before{content:"\f18d"}.fa-elementor:before{content:"\f430"}.fa-pied-piper-square:before,.fa-square-pied-piper:before{content:"\e01e"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-palfed:before{content:"\f3d8"}.fa-superpowers:before{content:"\f2dd"}.fa-resolving:before{content:"\f3e7"}.fa-xbox:before{content:"\f412"}.fa-searchengin:before{content:"\f3eb"}.fa-tiktok:before{content:"\e07b"}.fa-facebook-square:before,.fa-square-facebook:before{content:"\f082"}.fa-renren:before{content:"\f18b"}.fa-glide:before{content:"\f2a5"}.fa-linkedin:before{content:"\f08c"}.fa-hubspot:before{content:"\f3b2"}.fa-deploydog:before{content:"\f38e"}.fa-twitch:before{content:"\f1e8"}.fa-ravelry:before{content:"\f2d9"}.fa-mixer:before{content:"\e056"}.fa-lastfm-square:before,.fa-square-lastfm:before{content:"\f203"}.fa-vimeo:before{content:"\f40a"}.fa-mendeley:before{content:"\f7b3"}.fa-uniregistry:before{content:"\f404"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-instagram:before{content:"\f16d"}.fa-cmplid:before{content:"\e360"}.fa-upwork:before{content:"\e641"}.fa-facebook:before{content:"\f09a"}.fa-gripfire:before{content:"\f3ac"}.fa-jedi-order:before{content:"\f50e"}.fa-uikit:before{content:"\f403"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-phabricator:before{content:"\f3db"}.fa-ussunnah:before{content:"\f407"}.fa-earlybirds:before{content:"\f39a"}.fa-trade-federation:before{content:"\f513"}.fa-autoprefixer:before{content:"\f41c"}.fa-slideshare:before{content:"\f1e7"}.fa-google-play:before{content:"\f3ab"}.fa-viadeo:before{content:"\f2a9"}.fa-line:before{content:"\f3c0"}.fa-google-drive:before{content:"\f3aa"}.fa-servicestack:before{content:"\f3ec"}.fa-simplybuilt:before{content:"\f215"}.fa-bitbucket:before{content:"\f171"}.fa-imdb:before{content:"\f2d8"}.fa-deezer:before{content:"\e077"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-jira:before{content:"\f7b1"}.fa-docker:before{content:"\f395"}.fa-screenpal:before{content:"\e570"}.fa-bluetooth:before{content:"\f293"}.fa-gitter:before{content:"\f426"}.fa-d-and-d:before{content:"\f38d"}.fa-microblog:before{content:"\e01a"}.fa-cc-diners-club:before{content:"\f24c"}.fa-gg-circle:before{content:"\f261"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-yandex:before{content:"\f413"}.fa-readme:before{content:"\f4d5"}.fa-html5:before{content:"\f13b"}.fa-sellsy:before{content:"\f213"}.fa-sass:before{content:"\f41e"}.fa-wirsindhandwerk:before,.fa-wsh:before{content:"\e2d0"}.fa-buromobelexperte:before{content:"\f37f"}.fa-salesforce:before{content:"\f83b"}.fa-octopus-deploy:before{content:"\e082"}.fa-medapps:before{content:"\f3c6"}.fa-ns8:before{content:"\f3d5"}.fa-apper:before{content:"\f371"}.fa-fort-awesome:before{content:"\f286"}.fa-waze:before{content:"\f83f"}.fa-cc-jcb:before{content:"\f24b"}.fa-snapchat-ghost:before,.fa-behance-square:before,.fa-square-behance:before{content:"\f1b5"}.fa-supple:before{content:"\f3f9"}.fa-webflow:before{content:"\e65c"}.fa-rebel:before{content:"\f1d0"}.fa-css3:before{content:"\f13c"}.fa-staylinked:before{content:"\f3f5"}.fa-kaggle:before{content:"\f5fa"}.fa-space-awesome:before{content:"\e5ac"}.fa-deviantart:before{content:"\f1bd"}.fa-cpanel:before{content:"\f388"}.fa-goodreads-g:before{content:"\f3a9"}.fa-git-square:before,.fa-square-git:before{content:"\f1d2"}.fa-square-tumblr:before,.fa-tumblr-square:before{content:"\f174"}.fa-trello:before{content:"\f181"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-get-pocket:before{content:"\f265"}.fa-perbyte:before{content:"\e083"}.fa-grunt:before{content:"\f3ad"}.fa-weebly:before{content:"\f5cc"}.fa-connectdevelop:before{content:"\f20e"}.fa-leanpub:before{content:"\f212"}.fa-black-tie:before{content:"\f27e"}.fa-themeco:before{content:"\f5c6"}.fa-python:before{content:"\f3e2"}.fa-android:before{content:"\f17b"}.fa-bots:before{content:"\e340"}.fa-hornbill:before{content:"\f592"}.fa-js:before{content:"\f3b8"}.fa-ideal:before{content:"\e013"}.fa-git:before{content:"\f1d3"}.fa-dev:before{content:"\f6cc"}.fa-sketch:before{content:"\f7c6"}.fa-yandex-international:before{content:"\f414"}.fa-github:before{content:"\f09b"}.fa-php:before{content:"\f457"}.fa-alipay:before{content:"\f642"}.fa-youtube:before{content:"\f167"}.fa-replyd:before{content:"\f3e6"}.fa-suse:before{content:"\f7d6"}.fa-jenkins:before{content:"\f3b6"}.fa-twitter:before{content:"\f099"}.fa-rockrms:before{content:"\f3e9"}.fa-stubber:before{content:"\e5c7"}.fa-telegram-plane:before,.fa-telegram:before{content:"\f2c6"}.fa-old-republic:before{content:"\f510"}.fa-odysee:before{content:"\e5c6"}.fa-square-whatsapp:before,.fa-whatsapp-square:before{content:"\f40c"}.fa-node-js:before{content:"\f3d3"}.fa-edge-legacy:before{content:"\e078"}.fa-slack-hash:before,.fa-slack:before{content:"\f198"}.fa-medrt:before{content:"\f3c8"}.fa-usb:before{content:"\f287"}.fa-tumblr:before{content:"\f173"}.fa-vaadin:before{content:"\f408"}.fa-quora:before{content:"\f2c4"}.fa-square-x-twitter:before{content:"\e61a"}.fa-reacteurope:before{content:"\f75d"}.fa-medium-m:before,.fa-medium:before{content:"\f23a"}.fa-amilia:before{content:"\f36d"}.fa-mixcloud:before{content:"\f289"}.fa-flipboard:before{content:"\f44d"}.fa-viacoin:before{content:"\f237"}.fa-critical-role:before{content:"\f6c9"}.fa-sitrox:before{content:"\e44a"}.fa-discourse:before{content:"\f393"}.fa-joomla:before{content:"\f1aa"}.fa-mastodon:before{content:"\f4f6"}.fa-airbnb:before{content:"\f834"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-buy-n-large:before{content:"\f8a6"}.fa-gulp:before{content:"\f3ae"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-strava:before{content:"\f428"}.fa-ember:before{content:"\f423"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-teamspeak:before{content:"\f4f9"}.fa-pushed:before{content:"\f3e1"}.fa-nutritionix:before{content:"\f3d6"}.fa-wodu:before{content:"\e088"}.fa-google-pay:before{content:"\e079"}.fa-intercom:before{content:"\f7af"}.fa-zhihu:before{content:"\f63f"}.fa-korvue:before{content:"\f42f"}.fa-pix:before{content:"\e43a"}.fa-steam-symbol:before{content:"\f3f6"}:host,:root{--fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:400;font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}.fa-regular,.far{font-weight:400}:host,:root{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}.fa-solid,.fas{font-weight:900}@font-face{font-family:"Font Awesome 5 Brands";font-display:block;font-weight:400;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:900;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"Font Awesome 5 Free";font-display:block;font-weight:400;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-solid-900.woff2) format("woff2"),url(../webfonts/fa-solid-900.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-brands-400.woff2) format("woff2"),url(../webfonts/fa-brands-400.ttf) format("truetype")}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-regular-400.woff2) format("woff2"),url(../webfonts/fa-regular-400.ttf) format("truetype");unicode-range:u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc}@font-face{font-family:"FontAwesome";font-display:block;src:url(../webfonts/fa-v4compatibility.woff2) format("woff2"),url(../webfonts/fa-v4compatibility.ttf) format("truetype");unicode-range:u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a}