/* ====================================================================================================================
 * GLOBAL ELEMENTS
 * ====================================================================================================================*/
.mobOnly { display:none; }

/* ====================================================================================================================
* HOMEPAGE
* ====================================================================================================================*/
/* EMERGENCY BANNER */
@media only screen and (max-width:1010px) {
 #standard .emergency { position:fixed; top:94px; }   
}
@media only screen and (max-width:580px) {
 #standard .emergency { position:fixed; top:58px; }
}
/* FULL IMPACT HOME */
.mainImpact { clear: both; }
@media only screen and (max-width:1010px) {
	.mainImpact { margin-top: 80px!important; }
}
@media only screen and (max-width:580px) {
	.mainImpact { margin-top: 50px!important; }
}
.mainImpact { -moz-animation: fadein 2s; /* Firefox */ -webkit-animation: fadein 2s; /* Safari and Chrome */ -o-animation: fadein 2s; /* Opera */ }
@keyframes fadein {
	from { opacity: 0; }
	to { opacity: 1; }
}
@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from { opacity: 0; }
	to { opacity: 1; }
}
.mainImpact ul { margin-left: 0; }
.mainImpact li {display:block;}
.mainImpact.no-js li { display: block; list-style: none; }
.mainImpact li:not(:first-child) {display:none;}
.fullImpactHome { background-color:#000; width: 100%; height: calc(100vh - 142px)!important;  background-size: cover; position: relative; clear: both; display:block; background-position: top center; } /*REMOVED max-height:880px;*/
.fullImpactHome .content { text-align:center; text-shadow: 2px 2px #000000;}
.fullImpactHome .transparent { background-color:transparent!important; border-color:#FFF!important; text-align:center; }
.fullImpactHome .transparent:hover { background-color:#005c42!important; border-color:#005c42!important; }
.fullImpactHome .textBox a.scroll { display:block; }
.fullImpactHome .fa-angle-double-down { color:#FFF; font-size:48px; display:block; cursor:pointer; margin-top:30px;}
.fullImpactHome .textBox {
	background:transparent; max-width: 999999px !important; max-height: 999999px !important; bottom:initial;
	width: 100%; height:100%;  display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 24px 50px 0 32px; }
.fullImpactHome .textBox h2.title {  font-size: 95px; font-family: 'bebas_neuebold';  color: #FFF; font-weight: 100; line-height: 1.0; margin-bottom: 0px; clear: both; padding-top:0; text-align:center;}
.fullImpactHome .textBox h3.subTitle { font-size: 30px; color: #FFF; font-weight: 400; margin-top: 0px; margin-bottom: 40px; line-height: 1.4em; text-align: center; }
.fullImpactHome .textBox a { font-size: 16px; text-decoration: none;  text-align: center; display: inline-block; line-height: 50px; text-shadow:none; margin-top:10px;}
.fullImpactHome .textBox a:after { content:''; }
.fullImpactHome .random:not(:nth-child(2)) {display:none;}
@media only screen and (max-width:1010px) {
    .fullImpactHome { height: calc(100vh - 93px)!important; }
}
@media only screen and (max-width:800px) {
    .fullImpactHome { height: calc(100vh - 120px)!important; }
    .fullImpactHome { background-position: top center; }
    .fullImpactHome .textBox  { max-width: inherit; min-height: inherit; bottom: 0; }
    .fullImpactHome .textBox h2.title { font-size: 70px; }
}
@media only screen and (max-width:680px) {
	/*.fullImpactHome { height: 499px;  }*/
	.fullImpactHome .textBox h2.title { font-size: 3.750em; line-height: 1.0;}
	.fullImpactHome .textBox { bottom: 0; padding: 12px 14px; min-height: inherit; }
	.fullImpactHome .textBox h3.subTitle { line-height: 1.2; }
}
@media only screen and (max-width:580px) {
   .fullImpactHome { height: calc(100vh - 120px)!important; } 
}
/*@media only screen and (max-height:600px) and (orientation: landscape){*/
@media only screen and (max-height:600px){
    .mainImpact { margin-top: 70px!important; }
    .fullImpactHome .textBox h2.title{ font-size:2.5rem; }
    .fullImpactHome .textBox h3.subTitle{ font-size:1.5rem;margin-bottom:10px; }
}
    
/* ====================================================================================================================
* (YOUR FUTURE ELEVATED CALLOUT)
* ====================================================================================================================*/
.mainCallout { width: 100%; height: 0; background: #FFF; background-size: cover; position: relative; display: table;padding-top:20px; }
.mainCallout .wrap { display: table-cell; vertical-align: middle; text-align: center; }
.mainCallout .textcontainer { max-width: 926px; margin: 0 auto; padding:0 2%; }
.mainCallout .wrap .textcontainer h2 { font-weight: 100; font-size: 3.750em; color: #005c42; margin-bottom: 20px; }
.mainCallout .wrap .textcontainer h3 { font-weight: 300; font-size: 1.500em; color: #000; margin-bottom: 15px; line-height:1.2; }
.mainCallout .wrap .textcontainer h3 span { color: #cf9b2c; font-size: 28px; font-weight: 300; }
.mainCallout p { color: #000; font-size: 14px; line-height: 24px; }
.mainCallout .wrap .textcontainer .buttonContainer { margin: 0 auto; display: inline-block; }
.mainCallout .wrap .textcontainer .buttonswrap { float: left; margin-right: 40px; }
.mainCallout .wrap .textcontainer .buttonswrap:last-of-type { margin-right: 0; }
@media only screen and (max-width:767px) {
.mainCallout { margin-bottom: 30px; margin-top: 10px; }
}
@media only screen and (max-width:630px) {
.mainCallout .textcontainer { padding: 0 2%; width: 96%; }
.mainCallout .wrap .textcontainer h2 { font-size: 40px; }
.mainCallout .wrap .textcontainer h3, .mainCallout .wrap .textcontainer h3 span { font-size: 18px; }
.mainCallout .wrap .textcontainer .buttonContainer { width: 100%; }
.mainCallout .wrap .textcontainer .buttonswrap { margin-right: 2%; position: relative; display: inline-block; float: none; }
}
@media only screen and (max-width:595px) {
.mainCallout { padding-top:5px; }
.mainCallout .wrap .textcontainer h2 { font-size: 2rem!important; margin-top: 15px; }
.mainCallout.elevated .wrap .textcontainer h2 { margin-top: -10px; }
.mainCallout .wrap .textcontainer .buttonswrap { width: 100%; margin-bottom: 20px; }
.mainCallout .wrap .textcontainer .buttonContainer a.button { display: block; width: 100%; line-height: 47px; }
}

/* ====================================================================================================================
* HOMEPAGE BLOCKS - NEW LAYOUT 
* ====================================================================================================================*/
/* BIG BLOCK LEFT */
.blockwrapper-new.desktopOnly { width: 100%; margin:35px 0 90px 0; float:left; }
.blockwrapper-new.mobileOnly { display: none; }
.blockwrapper-new .colblock { background:#000; width: 19.6%; height: 0; padding-bottom: 19.6%; margin: 0 .5% .5% 0; float: left; position: relative; }
.blockwrapper-new .colblock { text-decoration: none; }
.blockwrapper-new .colblock h3 { text-align: center; font-size: 3vw; font-weight: 700; text-transform: uppercase; color: #FFF; }
.blockwrapper-new .colblock img { width: 100%; height: auto; }
.blockwrapper-new .colText { position: absolute; width: 100%; height: 100%; display: table; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.blockwrapper-new .colblock:nth-child(6) { z-index:9;  overflow: hidden; width:39.7%; max-height:376px; }
.blockwrapper-new .colblock:nth-child(4), .colblock:nth-child(6) { margin-right: 0; }
.blockwrapper-new .colblock:nth-child(5) { margin-right: .5%; }
.blockwrapper-new .colblock .inner { z-index:201; position:relative; }
.blockwrapper-new .colblock .inner .date { font-weight: 400; text-transform: uppercase; font-family: 'Roboto'; font-size: 1vw; line-height: 1.2; margin-top:10px; }
.blockwrapper-new .colblock .inner .title { font-weight: 500; font-size: 1.3vw; font-family: 'Roboto'; text-transform: uppercase; line-height: 1.2 }
.blockwrapper-new .colblock:first-child .colText, .blockwrapper-new .colblock .colText { z-index:1; display:-webkit-box; display:-ms-flexbox; display:flex; cursor:pointer; }
.blockwrapper-new .colblock:first-child .colText .inner { padding:4% 19%; }
.blockwrapper-new .colblock:first-child {background:#000;  width: 39.7%; height:0; padding-bottom:39.7%; margin:0 .5% .5% 0; float:left; } 
.blockwrapper-new .colblock .card_content { display:none; left:0; overflow:hidden; position: absolute; top: 100%; color: #fff; z-index: 1; height: 100%;/* padding: 0 15px;*/ float:left;}
/* Block Hover and Focus */
.blockwrapper-new .colblock:hover .card_content, .blockwrapper-new .colblock:focus .card_content, .blockwrapper-new .colblock:focus-within .card_content { display:block; top: 0%;   display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.blockwrapper-new .colblock:hover .card_content .inner p, .blockwrapper-new .colblock:focus .card_content .inner p, .blockwrapper-new .colblock:focus-within .card_content .inner p { color:#FFF; font-weight: 300; font-size: 1.15vw; font-family: 'Roboto'; margin-bottom:0; padding-bottom:10px; line-height: 1.2 }
.blockwrapper-new .colblock:hover .card_content .inner a, .blockwrapper-new .colblock:focus .card_content .inner a, .blockwrapper-new .colblock:focus-within .card_content .inner a { display:block;margin-top:8px; color:#FFF; font-family: 'bebas_neue_regularregular'; font-weight: normal; font-size:1.5vw; letter-spacing: 1px; }
.blockwrapper-new .colblock:hover .title, .blockwrapper-new .colblock:hover .colText > .inner,
.blockwrapper-new .colblock:focus .title, .blockwrapper-new .colblock:focus-within .title, 
.blockwrapper-new .colblock:focus .colText > .inner, .blockwrapper-new .colblock:focus-within .colText > .inner { display: none; }
/* Block Read Button */
.blockwrapper-new a.readMoreNews { color: #005c42; text-decoration: none; font-family: 'bebas_neuebold'; font-size: 30px;  }
.blockwrapper-new a.readMoreNews:hover { text-decoration: none; }
.blockwrapper-new a.readMoreNews:after { content: '\f101'; font-family: 'FontAwesome'; font-size: inherit; margin-left: 5px; }
.blockwrapper-new .news { text-align:center; -webkit-box-ordinal-group:8; -ms-flex-order:7; order:7; }

/* BIG BLOCK RIGHT */
.blockwrapper-new.desktopOnly.right .colblock:first-child  { float:right; margin:0 0 .5% 0;}
.blockwrapper-new.desktopOnly.right .colblock:nth-child(2) { margin:0 .5% .5% 0; }
.blockwrapper-new.desktopOnly.right .colblock:nth-child(1) { -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; }
.blockwrapper-new.desktopOnly.right .colblock:nth-child(2) { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; width: 39.7%; max-height: 376px; overflow:hidden;}
.blockwrapper-new.desktopOnly.right .colblock:nth-child(3) { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
.blockwrapper-new.desktopOnly.right .colblock:nth-child(4) { -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; margin: 0 .5% 0 0;}
.blockwrapper-new.desktopOnly.right .colblock:nth-child(5) { -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; }
.blockwrapper-new.desktopOnly.right .colblock:nth-child(6) { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; width:19.6%; }

@media screen and (max-width:960px) {
    .blockwrapper-new .colblock:hover .card_content .inner p { font-size: 1.5vw; }
}

@media screen and (max-width:767px) {
    .blockwrapper-new.desktopOnly { width: 100%; margin:0 0 60px 0; float:left; 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 }
    .blockwrapper-new .colblock:first-child {width: 98%; height:0; padding-bottom:98%; margin:1% 1%; float:left; } 
    .blockwrapper-new .colblock { width: 48%; height: 0; padding-bottom: 48%; margin: 1% 1%; float: left; position: relative; }
    .blockwrapper-new .colblock:nth-child(1) { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; }
    .blockwrapper-new .colblock:nth-child(2) { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; }
    .blockwrapper-new .colblock:nth-child(3) { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
    .blockwrapper-new .colblock:nth-child(4) { -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; margin:1% 1%; }
    .blockwrapper-new .colblock:nth-child(5) { -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; }
    .blockwrapper-new .colblock:nth-child(6) { -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; width:98%;  margin:1% 1%; }
    .blockwrapper-new .colblock .inner .title { font-size:3.6vw; }
    .blockwrapper-new .colblock .inner .date { font-size:2.6vw; }
    .blockwrapper-new .colblock:hover .card_content .inner p, .blockwrapper-new .colblock:hover .card_content .inner a { font-size:3.2vw; }
	.blockwrapper-new .colblock:hover .card_content .inner p { font-weight:400; }
	.blockwrapper-new .colblock:hover .card_content .inner a { font-family: 'bebas_neue_regularregular'; }
	.blockwrapper-new .colblock:hover .card_content .inner a .date { display: block; }
	/* BIG BLOCK RIGHT*/
	.blockwrapper-new.desktopOnly.right { margin-bottom:40px; }
	.blockwrapper-new.desktopOnly.right .colblock { width: 48%; height: 0; padding-bottom: 48%; margin: 1% 1%; float: left; position: relative; }
	.blockwrapper-new.desktopOnly.right .colblock:first-child.right {width: 98%; height:0; padding-bottom:98%; margin:1% 1%; float:left; } 
	.blockwrapper-new.desktopOnly.right .colblock:nth-child(1) { -webkit-box-ordinal-group:7; -ms-flex-order:6; order:6; width:98%;padding-bottom:98%; margin:1%; }
	.blockwrapper-new.desktopOnly.right .colblock:nth-child(2) { -webkit-box-ordinal-group:2; -ms-flex-order:1; order:1; width:98%; margin:1%; }
	.blockwrapper-new.desktopOnly.right .colblock:nth-child(3) { -webkit-box-ordinal-group:4; -ms-flex-order:3; order:3; }
	.blockwrapper-new.desktopOnly.right .colblock:nth-child(4) { -webkit-box-ordinal-group:5; -ms-flex-order:4; order:4; margin:1% 1%; }
	.blockwrapper-new.desktopOnly.right .colblock:nth-child(5) { -webkit-box-ordinal-group:3; -ms-flex-order:2; order:2; width:48%; }
	.blockwrapper-new.desktopOnly.right .colblock:nth-child(6) { -webkit-box-ordinal-group:6; -ms-flex-order:5; order:5; width:48%;}

}
/* overlay colors */
.blockwrapper-new .colblock .limegreenOverlaySolid { background: #8e9d11; position:absolute; top:0; left:0; right:0; bottom:0; }
.blockwrapper-new .colblock:hover .colText .limegreenOverlaySolid { background: #5f6900;  opacity: 1;}
.blockwrapper-new .colblock .colText .goldOverlaySolid { background: #fab000;position:absolute; top:0; left:0; right:0; bottom:0; opacity: 1;}
.blockwrapper-new .colblock:hover .colText .goldOverlaySolid { background: #ca8900;  opacity: 1;}
.blockwrapper-new .colblock .colText .darkgrayOverlaySolid { background: #484743;position:absolute; top:0; left:0; right:0; bottom:0;opacity: 1;}
.blockwrapper-new .colblock:hover .colText .darkgrayOverlaySolid { background: #32312c;  opacity: 1;}
.blockwrapper-new .colblock .colText .orangeOverlaySolid { padding-bottom: 100%; background: #D0812a;position:absolute; top:0; left:0; right:0; bottom:0; color:#FFF; opacity: 1; }
.blockwrapper-new .colblock:hover .colText .orangeOverlaySolid { background: #a95D0B; opacity: 1;}
.blockwrapper-new .colblock .colText .greenOverlaySolid { background: #005c42;position:absolute; top:0; left:0; right:0; bottom:0;opacity: 1;}
.blockwrapper-new .colblock:hover .colText .greenOverlaySolid { background: #004331; opacity: 1;}
.blockwrapper-new .colblock .colText .lightgrayOverlaySolid { background: #ebebeb;position:absolute; top:0; left:0; right:0; bottom:0;opacity: 1;}
.blockwrapper-new .colblock:hover .colText .lightgrayOverlaySolid { background: #dedede;  opacity: 1;}
.blockwrapper-new .colblock .colText .redOverlaySolid { background: #cd4129;position:absolute; top:0; left:0; right:0; bottom:0;opacity: 1;}
.blockwrapper-new .colblock:hover .colText .redOverlaySolid { background: #a02b15;  opacity: 1;}
.blockwrapper-new .colblock .colText .lightgreenOverlaySolid { background: #26a57e;position:absolute; top:0; left:0; right:0; bottom:0;opacity: 1;}
.blockwrapper-new .colblock:hover .colText .lightgreenOverlaySolid { background: #13795a;  opacity: 1;}
.blockwrapper-new .colblock .colText .limegreenOverlay { background: #8e9d11;position:absolute; top:0; left:0; right:0; bottom:0; opacity: .5;}
.blockwrapper-new .colblock .colText .goldOverlay { background: #fab000;position:absolute; top:0; left:0; right:0; bottom:0; opacity: .5;}
.blockwrapper-new .colblock .colText .orangeOverlay { padding-bottom: 100%; background: #D0812a;position:absolute; top:0; left:0; right:0; bottom:0; color:#FFF; opacity: .5; }
.blockwrapper-new .colblock .colText .darkgrayOverlay { background: #484743;position:absolute; top:0; left:0; right:0; bottom:0;opacity: .5;}
.blockwrapper-new .colblock .colText .greenOverlay { background: #005c42;position:absolute; top:0; left:0; right:0; bottom:0;opacity: .5;}
.blockwrapper-new .colblock .colText .lightgrayOverlay { background: #ebebeb;position:absolute; top:0; left:0; right:0; bottom:0;opacity: .5;}
.blockwrapper-new .colblock .colText .redOverlay { background: #cd4129;position:absolute; top:0; left:0; right:0; bottom:0;opacity: .5;}
.blockwrapper-new .colblock .colText .lightgreenOverlay { background: #26a57e;position:absolute; top:0; left:0; right:0; bottom:0;opacity: .5;}
.blockwrapper-new .colText .date, .blockwrapper-new .colText .title {/* text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75); */}
.blockwrapper-new .colblock:hover .colText .limegreenOverlay, .blockwrapper-new-right .colblock:hover .colText .limegreenOverlay { opacity: .85;}
.blockwrapper-new .colblock:hover .colText .goldOverlay, .blockwrapper-new-right .colblock:hover .colText .goldOverlay { opacity: .85;}
.blockwrapper-new .colblock:hover .colText .orangeOverlay, .blockwrapper-new-right .colblock:hover .colText .orangeOverlay { opacity: .85;}
.blockwrapper-new .colblock:hover .colText .darkgrayOverlay, .blockwrapper-new-right .colblock:hover .colText .darkgrayOverlay { opacity: .85;}
.blockwrapper-new .colblock:hover .colText .greenOverlay, .blockwrapper-new-right .colblock:hover .colText .greenOverlay { opacity: .85;}
.blockwrapper-new .colblock:hover .colText .lightgrayOverlay, .blockwrapper-new-right .colblock:hover .colText .lightgrayOverlay { opacity: .85;}
.blockwrapper-new .colblock:hover .colText .redOverlay, .blockwrapper-new-right .colblock:hover .colText .redOverlay { opacity: .85;}
.blockwrapper-new .colblock:hover .colText .lightgreenOverlay, .blockwrapper-new-right .colblock:hover .colText .lightgreenOverlay { opacity: .85;}
.blockwrapper-new .colblock .inner, .blockwrapper-new-right .colblock .inner { vertical-align: middle; display: block; color: #FFF; text-align: center; margin: 4% 8%; width: 100%; }
 @media only screen and (max-width:767px) {
	.blockwrapper-new .colblock:hover .card_content .inner p { font-size:3.8vw;margin-bottom:5px;padding-bottom:5px; }
	.blockwrapper-new .colblock:hover .card_content .inner a { font-size:3.2vw; }
}  
 @media only screen and (max-width:480px) {
	.blockwrapper-new .colblock:hover .card_content .inner p { font-size:3.2vw;margin-bottom:2px;padding-bottom:5px; }
	.blockwrapper-new .colblock:hover .card_content .inner a { font-size: 3.75vw; }
} 
/* ====================================================================================================================
* WHAT'S HAPPENING SLIDER
* ====================================================================================================================*/
.slideWrapper { margin: 65px 0 0 0; background: #f6f6f5; min-height: 485px; height: auto; width: 100%; }
.slideWrapper h2 { font-weight: 100; font-size: 60px; color: #005c42; text-align: center; margin-bottom: 58px; padding-top: 63px; }
.whatshappening.flexslider .slides img { width: initial; min-width: 272px; min-height: 185px; }
.whatshappening .container { float: left; }
.whatshappening .imgCol { float: left; margin-right: 10px; width: 45%; }
.whatshappening .newsText { float: left; width: 47%; }
.whatshappening .newsText a { text-decoration: none; }
.whatshappening p.date { font-size: 14px; margin-bottom: 0; color: #000; }
.whatshappening p.newsTitle a { font-size: 18px; font-weight: 700; color: #005c42; margin-bottom: 0; line-height: 1.4em; }
.whatshappening p.newsTitle { margin-bottom: 0; }
.whatshappening p.summary { font-size: 14px!important; line-height: 1.4em; font-weight: 500; color: #000; }
.whatshappening .flex-direction-nav .flex-nav-prev a.flex-prev { left: -25px; }
.whatshappening .flex-direction-nav .flex-nav-next a.flex-next { right: -20px; }
.whatshappening .flex-control-paging li a { width: 13px; height: 13px; display: block; background: #959595; cursor: pointer; text-indent: -9999px; border-radius: 5px; }
.whatshappening .flex-control-paging li a:hover { width: 13px; height: 13px; background: #959595; border-radius: 5px; }
.whatshappening .flex-control-paging li a.flex-active { width: 13px; height: 13px; background: #005c42; cursor: default; border-radius: 5px; }
.whatshappening.flexslider.no-js > .slides { padding-bottom: 60px; }
.whatshappening.flexslider.no-js .slides > li { display: block !important; width: 50%; float: left; margin-bottom: 10px; }
@media only screen and (max-width:1280px) {
.slideWrapper { padding-bottom: 20px; }
.whatshappening .container { float: none; padding: 0 2%; }
.whatshappening.flexslider .slides img { margin: 0 auto; width: 100%; margin-bottom: 10px; }
.whatshappening .imgCol { float: none; margin-right: 0px; width: 100%; }
.whatshappening .newsText { float: none; width: 100%; text-align: center; }
.whatshappening .flex-direction-nav { display: none; }
.whatshappening .flex-control-nav { position: initial; padding: 28px; bottom: initial; }
}
@media only screen and (max-width:767px) {
.slideWrapper { margin-top: 26px; }
}
@media only screen and (max-width:580px) {
.slideWrapper h2 { font-size: 30px; margin-bottom: 23px; padding-top: 23px; }
.whatshappening p.summary { font-size: 14px!important; }
}
/* ====================================================================================================================
* EXPERIENCE INTERACTIVE MAP
* ====================================================================================================================*/
section.experience { overflow: hidden; margin: 0 0 0; }
section.experience .mainCallout .wrap { display:block; text-align: center; }
section.experience .mainCallout { /*display: none;*/ }
section.experience ul { margin: 0;padding: 0; line-height: 0; }
section.experience .three-btn-accordion ul{ padding: 0 15px; }
section.experience h2 { font-size: 60px; color: #005c42; font-weight: 100; font-family: 'Roboto', sans-serif; text-align: center; margin-bottom: 0; }
section.experience h2:not(:nth-child(2n)) { display:none; }
section.experience h3 { font-size: 24px; color: #000; font-weight: 100; font-family: 'Roboto', sans-serif; text-align: center; margin-top: 0; margin-bottom: 0; }
section.experience h3 span { font-size: 28px; color: #cf9b2c; font-weight: 400; font-family: 'Roboto', sans-serif; text-align: center; }
section.experience p { color: #000; font-weight: 400; font-family: 'Roboto', sans-serif; text-align: center; margin-top: 0; }
section.experience .experienceWrapper { max-width: 100%; height: auto; position: relative; padding-bottom:0; text-align: left;}
section.experience .numberBlocks { width: 30px; height: 30px; background: #fff; color: #005c42; font-family: 'Roboto', sans-serif; position: absolute; display: block; cursor: pointer; }
section.experience .numberText { text-align: center; padding: 0; margin: 0; line-height: 30px; font-family: 'Roboto', sans-serif; }
section.experience .inner { margin: 0 10px 0; text-shadow: none; }
section.experience .inner p { margin-top: 12%!important; padding-bottom: 30px; }
section.experience .largeNumber { padding: 0px 0 0 5px; color: #fff; background: rgba(0,0,0,.45); }
section.experience .closeBtn { color: rgba(255,255,255,1); position: absolute; top: -55px; left: 41%; display: block; }
input#toggleAll[type="radio"] { display: block; position: absolute; opacity: 0; } /* closes all when image is clicked */
/* Section One */
input#toggle1[type="radio"] { display: block; position: absolute; opacity: 0; }
input#toggle1[type="radio"]:checked + label, input#toggle1[type="radio"]:focus + label { background: rgba(255, 255, 255, 0.5); }
input#toggle1[type="radio"]:checked + label + .container1, input#toggle1[type="radio"]:focus + label + .container1 { /* padding-bottom:14.28%; */ -webkit-box-shadow: none; box-shadow: none; overflow: inherit; height: 48%; }
input#toggle1[type="radio"]:checked ~ .container1 .largeNumber, input#toggle1[type="radio"]:focus ~ .container1 .largeNumber { color: rgba(255,255,255,1); }
input#toggle1[type="radio"]:checked ~ .container1 .inner p, input#toggle1[type="radio"]:focus ~ .container1 .inner p { color: rgba(255,255,255,1); text-shadow: 1px 1px 3px #000000; text-align: left; display: table-cell; vertical-align: bottom; }
input#toggle1[type="radio"]:checked ~ .container1 .inner, input#toggle1[type="radio"]:focus ~ .container1 .inner { color: rgba(255,255,255,1); display: table; height: 78%; }
.container1 { width: 14.28%; float: left; height: 72px; font-size: 3vw; font-weight: 100; font-family: 'Roboto', sans-serif; line-height: 72px; position: absolute; bottom: 0; overflow: hidden; background: url(../../_images/homepage-experience/movie-night.jpg) no-repeat; background-size: cover; -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); color: rgba(255,255,255,.5); -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); z-index: 1; }
/* Section Two */
input#toggle2[type="radio"] { display: block; position: absolute; opacity: 0; }
input#toggle2[type="radio"]:checked + label, input#toggle2[type="radio"]:focus + label { background: rgba(255, 255, 255, 0.5); }
input#toggle2[type="radio"]:checked + label + .container2, input#toggle2[type="radio"]:focus + label + .container2 { /* padding-bottom:14.28%; */ -webkit-box-shadow: none; box-shadow: none; overflow: inherit; height: 48%; }
input#toggle2[type="radio"]:checked ~ .container2 .largeNumber, input#toggle2[type="radio"]:focus ~ .container2 .largeNumber { color: rgba(255,255,255,1); }
input#toggle2[type="radio"]:checked ~ .container2 .inner p, input#toggle2[type="radio"]:focus ~ .container2 .inner p { color: rgba(255,255,255,1); text-shadow: 1px 1px 3px #000000; text-align: left; display: table-cell; vertical-align: bottom; }
input#toggle2[type="radio"]:checked ~ .container2 .inner,input#toggle2[type="radio"]:focus ~ .container2 .inner { color: rgba(255,255,255,1); display: table; height: 78%; }
.container2 { width: 14.28%; float: left; height: 72px; font-size: 3vw; font-weight: 100; font-family: 'Roboto', sans-serif; line-height: 72px; position: absolute; bottom: 0; overflow: hidden; background: url(../../_images/homepage-experience/play.jpg) no-repeat; background-size: cover; -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); color: rgba(255,255,255,.5); -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); z-index: 1; left: 14.28% }
/* Section Three */
input#toggle3[type="radio"] { display: block; position: absolute; opacity: 0; }
input#toggle3[type="radio"]:checked + label, input#toggle3[type="radio"]:focus + label { background: rgba(255, 255, 255, 0.5); }
input#toggle3[type="radio"]:checked + label + .container3, input#toggle3[type="radio"]:focus + label + .container3 { -webkit-box-shadow: none; box-shadow: none; height: 48%; overflow: inherit; }
input#toggle3[type="radio"]:checked ~ .container3 .largeNumber,input#toggle3[type="radio"]:focus ~ .container3 .largeNumber { color: rgba(255, 255, 255, 1); }
input#toggle3[type="radio"]:checked ~ .container3 .inner p, input#toggle3[type="radio"]:focus ~ .container3 .inner p { color: rgba(255, 255, 255, 1); display: table-cell; text-align: left; text-shadow: 1px 1px 3px #000000; vertical-align: bottom; }
input#toggle3[type="radio"]:checked ~ .container3 .inner,input#toggle3[type="radio"]:focus ~ .container3 .inner { color: rgba(255, 255, 255, 1); display: table; height: 78%; }
.container3 { background: url(../../_images/homepage-experience/starbucks.jpg) 100% 0% no-repeat; background-size: cover; bottom: 0; -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .7); box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, .7); color: rgba(255, 255, 255, .5); float: left; font-family: 'Roboto', sans-serif; font-size: 3vw; font-weight: 100; height: 72px; left: 28.56%; line-height: 72px; overflow: hidden; position: absolute; -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); width: 14.28%; z-index: 1; }
/* Section Four */
input#toggle4[type="radio"] { display: block; position: absolute; opacity: 0; }
input#toggle4[type="radio"]:checked + label, input#toggle4[type="radio"]:focus + label { background: rgba(255, 255, 255, 0.5); }
input#toggle4[type="radio"]:checked + label + .container4, input#toggle4[type="radio"]:focus + label + .container4 { /*  padding-bottom:14.28%;  */ -webkit-box-shadow: none; box-shadow: none; overflow: inherit; height: 48%; }
input#toggle4[type="radio"]:checked ~ .container4 .largeNumber, input#toggle4[type="radio"]:focus ~ .container4 .largeNumber { color: rgba(255,255,255,1); }
input#toggle4[type="radio"]:checked ~ .container4 .inner p, input#toggle4[type="radio"]:focus ~ .container4 .inner p { color: rgba(255,255,255,1); text-shadow: 1px 1px 3px #000000; text-align: left; display: table-cell; vertical-align: bottom; }
input#toggle4[type="radio"]:checked ~ .container4 .inner, input#toggle4[type="radio"]:focus ~ .container4 .inner { color: rgba(255,255,255,1); display: table; height: 78%; }
.container4 { width: 14.3%; float: left; height: 72px; font-size: 3vw; font-weight: 100; font-family: 'Roboto', sans-serif; line-height: 72px; position: absolute; bottom: 0; overflow: hidden; background: url(../../_images/homepage-experience/climbing.jpg) no-repeat; background-size: cover; -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); color: rgba(255,255,255,.5); -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); z-index: 1; left: 42.84% }
/* Section Five */
input#toggle5[type="radio"] { display: block; position: absolute; opacity: 0; }
input#toggle5[type="radio"]:checked + label, input#toggle5[type="radio"]:focus + label { background: rgba(255, 255, 255, 0.5); }
input#toggle5[type="radio"]:checked + label + .container5, input#toggle5[type="radio"]:focus + label + .container5 { /* padding-bottom:14.28%; */ -webkit-box-shadow: none; box-shadow: none; overflow: inherit; height: 48%; }
input#toggle5[type="radio"]:checked ~ .container5 .largeNumber, input#toggle5[type="radio"]:focus ~ .container5 .largeNumber { color: rgba(255,255,255,1); }
input#toggle5[type="radio"]:checked ~ .container5 .inner p, input#toggle5[type="radio"]:focus ~ .container5 .inner p { color: rgba(255,255,255,1); text-shadow: 1px 1px 3px #000000; text-align: left; display: table-cell; vertical-align: bottom; }
input#toggle5[type="radio"]:checked ~ .container5 .inner, input#toggle5[type="radio"]:focus ~ .container5 .inner { color: rgba(255,255,255,1); display: table; height: 78%; }
.container5 { width: 14.28%; float: left; height: 72px; font-size: 3vw; font-weight: 100; font-family: 'Roboto', sans-serif; line-height: 72px; position: absolute; bottom: 0; overflow: hidden; background: url(../../_images/homepage-experience/hammock.jpg) no-repeat; background-size: cover; -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); color: rgba(255,255,255,.5); -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); z-index: 1; left: 57.12% }
/* Section Six */
input#toggle6[type="radio"] { display: block; position: absolute; opacity: 0; }
input#toggle6[type="radio"]:checked + label, input#toggle6[type="radio"]:focus + label { background: rgba(255, 255, 255, 0.5); }
input#toggle6[type="radio"]:checked + label + .container6, input#toggle6[type="radio"]:focus + label + .container6 { /* padding-bottom:14.28%; */ -webkit-box-shadow: none; box-shadow: none; overflow: inherit; height: 48%; }
input#toggle6[type="radio"]:checked ~ .container6 .largeNumber, input#toggle6[type="radio"]:focus ~ .container6 .largeNumber { color: rgba(255,255,255,1); }
input#toggle6[type="radio"]:checked ~ .container6 .inner p, input#toggle6[type="radio"]:focus ~ .container6 .inner p { color: rgba(255,255,255,1); text-shadow: 1px 1px 3px #000000; text-align: left; display: table-cell; vertical-align: bottom; }
input#toggle6[type="radio"]:checked ~ .container6 .inner, input#toggle6[type="radio"]:focus ~ .container6 .inner { color: rgba(255,255,255,1); display: table; height: 78%; }
.container6 { width: 14.3%; float: left; height: 72px; font-size: 3vw; font-weight: 100; font-family: 'Roboto', sans-serif; line-height: 72px; position: absolute; bottom: 0; overflow: hidden; background: url(../../_images/homepage-experience/wildlife.jpg) no-repeat; background-size: cover; -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); color: rgba(255,255,255,.5); -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); z-index: 1; left: 71.4% }
/* Section Seven */
input#toggle7[type="radio"] { display: block; position: absolute; opacity: 0; }
input#toggle7[type="radio"]:checked + label,input#toggle7[type="radio"]:focus + label { background: rgba(255, 255, 255, 0.5); }
input#toggle7[type="radio"]:checked + label + .container7, input#toggle7[type="radio"]:focus + label + .container7 { /* padding-bottom:14.28%; */ -webkit-box-shadow: none; box-shadow: none; overflow: inherit; height: 48%; }
input#toggle7[type="radio"]:checked ~ .container7 .largeNumber, input#toggle7[type="radio"]:focus ~ .container7 .largeNumber { color: rgba(255,255,255,1); }
input#toggle7[type="radio"]:checked ~ .container7 .inner p, input#toggle7[type="radio"]:focus ~ .container7 .inner p { color: rgba(255,255,255,1); text-shadow: 1px 1px 3px #000000; text-align: left; display: table-cell; vertical-align: bottom; }
input#toggle7[type="radio"]:checked ~ .container7 .inner, input#toggle7[type="radio"]:focus ~ .container7 .inner { color: rgba(255,255,255,1); display: table; height: 78%; }
.container7 { width: 14.28%; float: left; height: 72px; font-size: 3vw; font-weight: 100; font-family: 'Roboto', sans-serif; line-height: 72px; position: absolute; bottom: 0; overflow: hidden; background: url(../../_images/homepage-experience/bobcat-bank.jpg) no-repeat; background-size: cover; -webkit-box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); box-shadow: inset 0 0 0 1000px rgba(0,0,0,.7); color: rgba(255,255,255,.5); -webkit-transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); transition: all 200ms cubic-bezier(0, 0.5, 0.5, 0.2); z-index: 1; left: 85.7% }
.container1 p, .container2 p, .container3 p, .container4 p, .container5 p, .container6 p, .container7 p {
font-size:.9vw; font-weight: 700; font-family: 'Roboto', sans-serif; line-height: 1.4em; }
.container1 a, .container2 a, .container3 a, .container4 a, .container5 a, .container6 a, .container7 a {
font-size:.9vw; color: #FFF; text-decoration: none; font-weight: 400; text-shadow: 1px 1px 3px #000000; width: 100%; display: block; float: left; }
.container1 a:hover, .container2 a:hover, .container3 a:hover, .container4 a:hover, .container5 a:hover, .container6 a:hover, .container7 a:hover,
.container1 a:focus, .container2 a:focus, .container3 a:focus, .container4 a:focus, .container5 a:focus, .container6 a:focus, .container7 a:focus {
font-size:.9vw; text-decoration: none; }
.container1 a:after, .container2 a:after, .container3 a:after, .container4 a:after, .container5 a:after, .container6 a:after, .container7 a:after { content: '>>'; margin-left: 5px; color: #FFF; }
section.experience .experienceWrapper.flexslider { display: none; }
 @media only screen and (max-width:1458px) {
input#toggle1[type="radio"]:checked + label + .container1, input#toggle1[type="radio"]:focus + label + .container1 { height: 205px; }
input#toggle2[type="radio"]:checked + label + .container2, input#toggle2[type="radio"]:focus + label + .container2 { height: 205px; }
input#toggle3[type="radio"]:checked + label + .container3,input#toggle3[type="radio"]:focus + label + .container3 { height: 205px; }
input#toggle4[type="radio"]:checked + label + .container4, input#toggle4[type="radio"]:focus + label + .container4 { height: 205px; }
input#toggle5[type="radio"]:checked + label + .container5, input#toggle5[type="radio"]:focus + label + .container5 { height: 205px; }
input#toggle6[type="radio"]:checked + label + .container6, input#toggle6[type="radio"]:focus + label + .container6 { height: 205px; }
input#toggle7[type="radio"]:checked + label + .container7, input#toggle7[type="radio"]:focus + label + .container7 { height: 205px; }
}
@media only screen and (max-width: 1365px) {
.mobOnly { display:block; }
.mainCallout { margin-bottom:45px; }
section.experience { overflow: hidden; margin: 45px 0 20px;  }
section.experience .experienceWrapper { display: none; }
section.experience .mainCallout { display: block; height:auto; background:#ebebeb; margin-bottom:-20px; }
section.experience .experienceWrapper.flexslider { display: block; padding: 10px 1% 0; /*margin-top:30px;*/ background:#ebebeb; }
section.experience .experienceWrapper.flexslider .inner { position: absolute; height: 100%; margin: 0 10px 0; text-shadow: 1px 1px 3px #000000; color: #FFF; display: table; z-index: 10; bottom: 0; }
section.experience .experienceWrapper.flexslider .inner p { color: #FFF; text-align: left; height: 100%; display: table-cell; vertical-align: bottom; padding-bottom: 20px; }
section.experience .experienceWrapper.flexslider .inner p a { display: block; width: 100%; margin-top: 10px; }
.largeNumber { color: #FFF; text-shadow: 1px 1px 3px #000000; }
/* slide one */
.containerSlide { position: relative; width: 100%; float: left; height: 272px; padding-bottom: 100%; font-size: 72px; font-weight: 100; font-family: 'Roboto', sans-serif; line-height: 72px; z-index: 1; }
.containerSlide p { font-size: 16px; font-weight: 700; font-family: 'Roboto', sans-serif; line-height: 1.4em; color: #FFF; }
.containerSlide a { font-size: 16px; color: #FFF; text-decoration: none; font-weight: 400; text-shadow: 1px 1px 3px #000000; }
.containerSlide a:hover { font-size: 16px; text-decoration: none; }
.containerSlide a:after { content: '>>'; margin-left: 5px; color: #FFF; }
.experienceWrapper.flexslider .flex-control-nav { position: initial; padding: 28px; bottom: initial; }
.experienceWrapper.flexslider .flex-control-paging li a { width: 13px; height: 13px; display: block; background: #959595; cursor: pointer; text-indent: -9999px; border-radius: 5px; }
.experienceWrapper.flexslider .flex-control-paging li a:hover, .experienceWrapper.flexslider .flex-control-paging li a:focus { width: 13px; height: 13px; background: #959595; border-radius: 5px; }
.experienceWrapper.flexslider .flex-control-paging li a.flex-active { width: 13px; height: 13px; background: #005c42; cursor: default; border-radius: 5px; }
.mainCallout.academic { background:#FFF!important; margin-bottom:20px!important;}
}

@media only screen and (max-width:1365px) {
    section.experience h2 { font-family: 'bebas_neuebold' !important; font-size: 3.000rem !important; text-align: left!important; color: #005c42 !important; padding-top: 24px;}
	section.experience h2 span { font-size: 1.825rem; font-family: 'Roboto'; font-weight: 300; color: #000 !important; }
	section.experience h2:not(:nth-child(2n)) { display:block; }
	section.experience .mainCallout .textcontainer { max-width: 100%; }
}

 @media only screen and (max-width: 900px) {
.containerSlide p { font-size: 18px; }
}
@media only screen and (max-width:825px) {
	section.experience h2 span { display: block; font-size:18px;margin-top:5px;padding-left: 0; }
}
 @media only screen and (max-width: 580px) {
}
section.experience h2 { font-size: 30px; margin-bottom: 10px; }
section.experience h3, section.experience h3 span { font-size: 18px; font-weight: 400; margin-bottom: 10px; }

/* ====================================================================================================================
* STANDARD PAGE
* ====================================================================================================================*/
/* ONE COLUMN ACCENT */
#standard .one-column .col12 { padding: 18px 20px;}
@media only screen and (max-width:1240px) {
.wrapper.main-content { padding: 0 2%; }
.wrapper.main-content .col12 { padding: 0 2%;  }
}
@media only screen and (max-width: 1010px) {
	#standard .hero { margin-top: 94px; }
}

/* Corrects Juicer Feed Button Color - Changes from Red to LMC Green */
.juicer-feed .j-paginate { -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; border: 2px solid #005c42 !important; font-size: 12px; font-weight: bold; letter-spacing: 0.5px; color: #005c42 !important; text-align: center; padding: 12px 0 10px; cursor: pointer; background-color: transparent; width: 150px; display: block; text-transform: uppercase; }
.juicer-feed .j-paginate:hover, .juicer-feed .j-paginate:focus { background: #005c42 !important; color: #fff !important; }

/* Accordions Horizontal Layout 3 Buttons */           
.mainCallout.academic { display: block; float: left; width: 100%; position: relative; text-align: center; margin: 70px auto 0px; height: 100%; float: left;  }
.mainCallout.academic .wrap { display: inherit; text-align: center; vertical-align: inherit; margin-bottom: 20px; }
.mainCallout.academic .wrap .textcontainer { max-width:1280px; }
.mainCallout.academic .wrap .textcontainer .buttonContainer { margin-bottom: 20px; display: block; margin-bottom: 20px; }
.three-btn-accordion { position: relative; }
.three-btn-accordion:after { content: "";display: block;clear: both; }
.academic h2 { font-family: 'bebas_neuebold' !important; font-size: 3.000rem !important; text-align: left!important; color: #005c42 !important; display:block!important; }
.academic h2 span { font-size: 1.500rem;padding-left:10px; font-family: 'Roboto'; font-weight: 300; color: #000 !important; }
.three-btn-accordion input[name='panel'] { display: block; position: absolute; opacity: 0; }
.three-btn-accordion .col4 { margin-right:1%; width:32%; margin-bottom:36px; }
.three-btn-accordion label { position: relative; display: block; padding: 15px; background: #ebebeb; font-size: 2em; font-family: 'bebas_neuebold'; cursor: pointer; /*-webkit-transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87); transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87); */text-align: left; color: #005c42; }
.three-btn-accordion label:before { content: '+'; position: absolute; right: 10px; top:0; bottom:0; color: #b8b8b8; text-align: center; font-family: 'bebas_neuebold' !important; font-size: 3.125rem; display:-webkit-box; display:-ms-flexbox; display:flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.three-btn-accordion label:hover, .three-btn-accordion label:focus { background: #005c42; color:#FFF; /*-webkit-transition: background 0.5s ease; transition: background 0.5s ease; */ }
.three-btn-accordion label:hover:before, .three-btn-accordion label:focus:before { color:#FFF; /*-webkit-transition: color 0.5s ease; transition: color 0.5s ease;  */}
.three-btn-accordion input:checked+label { color: #FFF; background: #005c42; }
.three-btn-accordion input:checked+label:before { content: '-'; right: 13px; color: #b8b8b8; font-family: 'bebas_neuebold' !important; font-size: 50px; }
.three-btn-accordion .accordion__content { overflow: hidden; max-height: 0em; position: relative; background: #FFF; color: #000; -webkit-transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87); transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87); }
.three-btn-accordion .accordion__content:not(:last-of-type) { }
.three-btn-accordion .accordion__content .accordion__header { padding: 1em 0; }
.three-btn-accordion .accordion__content .accordion__body { line-height: 1.4em; padding: 1.5rem 15px 1.5rem; font-size: 18px;}
input[name='panel']:checked~.accordion__content { max-height: 200em; }
.three-btn-accordion input:checked label:hover~.accordion__content.panel-1,.three-btn-accordion input:checked label:focus~.accordion__content.panel-1 { max-height: 50em; display: block; margin: 20px 0; }
.three-btn-accordion .accordion__content.panel-1 { margin-left:15px; margin-right:15px; min-width: 306%; background: #fff; text-align: left; position: relative; left: 0; right: 0; bottom: 0; margin-left: 0; float: left; }
.three-btn-accordion .accordion__content.panel-2 { margin-left:15px; margin-right:15px; min-width: 306%; background: #fff; text-align: left; position: relative; left: 0; right: 0; bottom: 0; margin-left: -103%; float: left; }
.three-btn-accordion .accordion__content.panel-3 { margin-left:15px; margin-right:15px; min-width: 306%; background: #fff; text-align: left; position: relative; left: 0; right: 0; bottom: 0; margin-left: -206%; float: left; }
.three-btn-accordion .accordion__content.panel-1:hover, .three-btn-accordion .accordion__content.panel-1:focus { display: block; }
.three-btn-accordion ul { columns: 3; -webkit-columns: 3; -moz-columns: 3; margin: 20px 0 20px!important; -webkit-column-gap: 45px; column-gap: 45px; }
.three-btn-accordion .accordion__content.panel-1 ul li, .three-btn-accordion .accordion__content.panel-2 ul li, .three-btn-accordion .accordion__content.panel-3 ul li { font-size: 18px; line-height: 1em; list-style: none; margin-bottom: 20px; }
.three-btn-accordion .accordion__content.panel-1 p, .three-btn-accordion .accordion__content.panel-2 p, .three-btn-accordion .accordion__content.panel-3 p { text-align:left; font-size: 18px; line-height: 1em; margin: 20px 0 20px 15px; line-height:1.4em; }
.three-btn-accordion a.readMore { color: #005c42; text-decoration: none; font-weight: 500; font-size: 0.875rem; }
.three-btn-accordion a.readMore:hover,.three-btn-accordion a.readMore:focus { text-decoration: none; }
.three-btn-accordion a.readMore:after { content: '\f101'; font-family: 'FontAwesome'; font-size: inherit; margin-left: 5px; }
@media screen and (max-width:1010px) {
	.mainCallout.academic { margin: 36px auto 36px; }
}
@media screen and (max-width:824px) {
	.academic h2 span { display:block; }
}
@media screen and (max-width:767px) {
	.three-btn-accordion label { font-size:1.4rem; }
	.three-btn-accordion label:before, .three-btn-accordion label:after { font-size:2.188rem; }
}
@media screen and (max-width:580px) {
    .three-btn-accordion { margin-top:-25px;margin-bottom:25px; }
	.mainCallout.academic { margin-top:0px; margin-bottom:44px;}
	.academic h2 span { display: block; font-size:1.35rem; }
	.three-btn-accordion .col4 { margin-right: 0; width: 100%; }
	.three-btn-accordion .accordion__content.panel-1, .three-btn-accordion .accordion__content.panel-2, .three-btn-accordion .accordion__content.panel-3 { margin-left: inherit; min-width: 100%; }
	.three-btn-accordion label { position: relative; display: block; background: #ebebeb; font-size: 26px; font-family: 'bebas_neuebold'; cursor: pointer; -webkit-transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87); transition: all 0.4s cubic-bezier(0.865, 0.14, 0.095, 0.87); text-align: left; color: #005c42; float: left; width: 100%; margin-bottom: 20px; }
	.three-btn-accordion .accordion__content.panel-1 ul, .three-btn-accordion .accordion__content.panel-2 ul, .three-btn-accordion .accordion__content.panel-3 ul { font-size: 14px; columns: 1; -webkit-columns: 1; -moz-columns: 1; margin: 20px 0; -webkit-column-gap: 45px; column-gap: 45px; }
	.three-btn-accordion .accordion__content .accordion__body { padding-top:0;}
}
@-webkit-keyframes bounce {
	0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
	40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}
@keyframes bounce {
	0%, 20%, 50%, 80%, 100% { -webkit-transform: translateY(0); transform: translateY(0); }
	40% { -webkit-transform: translateY(-30px); transform: translateY(-30px); }
	60% { -webkit-transform: translateY(-15px); transform: translateY(-15px); }
}
.bounce { -webkit-animation: bounce 3s infinite; animation: bounce 3s infinite; }

.pulse { -webkit-animation: pulsate 2.5s ease-out; -webkit-animation-iteration-count: infinite; animation: pulsate 2.5s ease-out; animation-iteration-count: infinite; opacity: 0.60; height:64px; position: absolute; bottom:40px; left:0; right:0;}

@-webkit-keyframes pulsate {
	0% { -webkit-transform: scale(1, 1); opacity: 0.60; }
	50% { opacity: 1.0; }
	100% { -webkit-transform: scale(1, 1); opacity: 0.60; }
}
@keyframes pulsate {
	0% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0.60; }
	50% { opacity: 1.0; }
	100% { -webkit-transform: scale(1, 1); transform: scale(1, 1); opacity: 0.60; }
}

@media only screen and (max-width:1010px) {
	#scroll { display: block; float: left; padding-top: 90px; margin-top: -60px; }
}
/* ====================================================================================================================
* BUTTONS
* ====================================================================================================================*/
.button { padding:0 10px; }
.fullImpactHome .button.gray { background: rgba(235,235,235,.8); min-width: 128px; width:auto; height: 40px; line-height:40px; display: inline-block; vertical-align: middle; -webkit-box-sizing: border-box; box-sizing: border-box; color: rgba(0,92,66,1); text-decoration: none; border:none; text-transform: uppercase; font-size: 16px; padding: 0 10px;}
.fullImpactHome .button.gray:hover, .fullImpactHome .button.gray:focus, .button.gray:hover, .button.gray:focus { background: #005c42; color: #FFF; }