/*------>>> TABLE OF CONTENTS <<<-------
    - MASTHEAD | Document Header
	- HERO
	- MAIN
	- PANELS [Forced Full width content]
	- CTAs [Calls to Attention, some linked, some not]
	- CALLOUTS [some linked, some not]
	- CARDS
	- MEDIA BLOCK
	- CONTENT BLOCK
	- VIDEO BLOCK
	- SLIDERS
	- LIGHTBOX GALLERY
	- EMPOWEREN FORMS
	- EMPOWEREN NEWS
	- EMPOWEREN SEARCH RESULTS
	- STYLE GUIDE
	- COLOPHON | Document Footer
		
/*------->>> COLOR PALETTE <<<-------
	#1d4280 - rgb(29,66,128) | Primary Color [Blue Medium]
	#8dce69 - rgb(141,206,105) | Secondary Color [Green]
	#e1f2f7 - rgb(225,242,247) | Tertiary Color [Blue Light]
	#4ba7c0 - rgb(75,167,192) | Accent Color  [Teal]
	#1b314a - rgb(27,49,74) | Support Color [Blue Dark]	
	
/*------->>> FONT STACKS & TYPOGRAPHY <<<-------
    font-family: 'Lato', sans-serif; [Primary Font | 400 & 700]
	font-family: 'Montserrat', sans-serif; [Secondary Font | 400 600 & 700]    

*/

/************************************
/*----------------------------------
/* MASTHEAD
/*----------------------------------
/*************************************/

.masthead {
	position:absolute;
	z-index:10000;
	top:2.313rem;
	left:0;
	right:0;
}
.masthead-branding { /* Column */
}
.masthead-branding-link {
	display:block;
	max-width:100%;
	background:#fff;
	padding:0.625rem 0.5rem 0.625rem 0.625rem;
}
.masthead-branding-link svg,
.masthead-branding-link img {
	max-width:100%;
}
.masthead .has-borders {
	border-bottom:1px solid #fff;
}
.masthead .row.has-borders .columns {
	border-left:1px solid #fff;
}
.masthead-search { /*- Column -*/
}
.search-toggle {
	display:inline-block;
	padding:0.625rem;
	cursor:pointer;
}
.search-toggle-icon {
	width:20px;
	height:20px;
	fill:#8DCE69;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.search-toggle:hover .search-toggle-icon {
	fill:#fff;
}
.search-modal {
    background-color: rgba(27,49,74,.75);
    border: none;
    display: none;
    max-width: 100%;
    padding: 0.5rem 1rem;
    visibility: hidden;
    z-index:10005;
}
.search-modal.is-active {
    display: block;
    height: 100%;
    left: 0;
    max-height: 100%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}
.search-modal-wrap {
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.search-modal-title {
	text-align:center;
	color: #fff;
	font-size:2.875rem;
	text-transform:uppercase;
}
.search-form {
    width: 90%;
	margin:0 auto;
	height:55px;
	padding-top:0.313rem;
	padding-bottom:0.313rem;
}
.search-input {
	width:calc(100% - 185px) !important;
	float:left;
}
.search-button {
	margin:0 !important;
	width:175px;
	float:right;
	padding:0.5rem 0;
	border-radius:0;
	background:#8dce69;
}
.search-button:hover {
	background:#1d4280;
}
.search-button-icon {
    fill: #ffffff;
    height: 1.5rem;
    width: 1.5rem;
}
.search-close {
    background-color: #8dce69;
    border-radius: 0;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0;
	right: 0;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
	cursor:pointer;
}
.search-close:hover {
	background-color:#1d4280;
}
.search-close-icon {
	color: #ffffff;
	font-size:1.5rem;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.masthead-phone {
}
.phone-link {
	display:inline-block;
	padding:0.625rem 0.875rem;
}
.phone-link:hover {
	background:transparent;
}
.phone-link-icon {
	width:12px;
	height:20px;
	fill:#8dce69;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.phone-link:hover .phone-link-icon {
	fill:#fff;
}
.quote-btn {
	position:fixed;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:2.313rem;
	z-index:10001;
}
.quote-btn-link {
	display:block;
	width:100%;
	height:100%;
	background:#8dce69;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:1.125rem;
	color:#fff;
	text-transform:uppercase;
	position:relative;
	text-align:center;
}
.quote-btn-link:hover {
	background:#1d4280;
	color:#fff;
}


/************************************
/*----------------------------------
/* HERO
/*----------------------------------
/*************************************/

.hero {
	display:block;
	position:relative;
	margin:2.313rem 0 0 0;
	padding:0;
	width:100%;
	height:250px;
	overflow:hidden;
	z-index:400;	
}  
.hero:not(.hero-index) img,
.hero-thumb {
	display: block;
	position: absolute;
	top:0;
	left: 50%;
	-webkit-transform: translate3d(-50%,0,0);
	transform: translate3d(-50%,0,0);
	width: auto;
	height:100%;
	max-width: none;
	margin: 0 auto;
}
.hero-index {
	height:640px;
}
/*
.hero-index:after {
	display:block;
	content:"";
	width:100%;
	height:143px;
	background:url(../images/bg-main.png) top center no-repeat;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:470;
}*/
.hero-index:after {
	display:block;
	content:"";
	width:100%;
	height:21px;
	background:#fff;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:470;
}
.hero-thumb {
	z-index:460;
}
.hero-messaging {
	display:block;
	padding:2.813rem 1.25rem;
	padding-bottom:5rem;
	background:rgba(27,49,74,0.85);
	position:absolute;
	left:0;
	bottom:2rem;
	right:0;
	z-index:465;
}
.hero-messaging img {
	display:block;
	max-width:365px;
	margin:0 auto;
}
.hero-messaging .row {
}

/************************************
/*----------------------------------
/* MAIN
/*----------------------------------
/*************************************/

.main {
	z-index:500;
}
.main-index {
    padding-top:50px;
}
/*
.main-interior {
	padding-top:143px;
	margin-top:-143px;
	position:relative;
	background:url(../images/bg-main.png) top center no-repeat;
}*/
.primary-content {
}
.primary-content-index {
	text-align:center;
}
.page-title {
}
.page-title-index {
	color:#1B314A;
}
.page-title-index small {
	color:#4BA7C0;
}
.page-title-index.has-bottom-border:after {
	margin:0 auto;
	right:0;
}
.primary-content img.float-right {
	margin-left:0.625rem;
}
.primary-content img.float-left {
	margin-right:0.625rem;;
}
.primary-content img.float-right,
.primary-content img.float-left {
	margin-top:0.625rem;
} 
.primary-content img.float-right,
.primary-content img.float-left,
.primary-content img.position-center {
	margin-bottom:0.625rem;
}
.primary-content img.position-center {
	display:block;
}
.secondary-content {
	margin:0 auto;
	width:100%;
	max-width:685px;
	position:relative;
}
.secondary-content-supporting-img {
	display:block;
	width:100%;
	max-width:605px;
	margin:0 auto;
}
.secondary-content-badge {
	display:block;
	width:27%;
	max-width:189px;
	position:absolute;
	top:calc(12% - 1.5rem);
	right:0;
}

/************************************
/*----------------------------------
/* PANELS
/*----------------------------------
/*************************************/

.panel {
	width:100vw;
	max-width:100vw;
	position:relative;
	left:50%;
	right:50%;
	margin-left:-50vw !important;
	margin-right:-50vw !important;
	z-index:100;
	overflow:hidden;
}
/*- If our panel does not have a background color class, then give it a gray background -*/
.panel:not([class*="background"]) {
	background-color:#f5f5f5;
}
.panel > .row:not(.expanded) {
	max-width:1170px !important;
	max-width:73.125rem !important;
	margin-left:auto;
	margin-right:auto;	
}
.panel > .row:not(.expanded).columns {
	margin-left:auto !important;
	margin-right:auto !important;	
	padding-right:0.625rem !important;
	padding-left:0.625rem !important;
}
.panel-bg-img {
	display: block;
	position: absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	width: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	margin: 0 auto !important;
	z-index:-1;
}

/************************************
/*----------------------------------
/* CTAS
/*----------------------------------
/*************************************/

.ctas {
}

.cta {
	display:block;
	position:relative;
	-webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.16);
	-moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.16);
	box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.16);
	z-index:100;
}
.cta-link {
	display:block;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:110;
}
.cta-link,
.cta-link:hover {
	background:transparent;
}
.cta-media {
	position:relative;
	background:#E1F2F7;
	width:100%;
	height:115px;
	z-index:105;
}
.cta-icon {
	display:block;
	max-width:100%;
	max-height:100%;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.cta-foot {
	display:block;
	width:100%;
	height:40px;
	position:relative;
	background:#8dce69;
	z-index:105;
    transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.cta-foot-tall {
	height:68px;
}
.cta-title {
	text-transform:none;
	color:#1b314a;
	font-weight:600;
	margin:0;
	padding:0;
	position:absolute;
	left:0.625rem;
	right:0.625rem;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	line-height:1.2;
	text-align:center;
    transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.cta:hover .cta-foot {
	background:#1d4280;
}
.cta:hover .cta-title {
	color:#fff;
}

/************************************
/*----------------------------------
/* CALLOUTS
/*----------------------------------
/*************************************/

.callouts {

}
.callout {
	position:relative;
	background:#1b314a;
	display: flex;
	flex-direction: column;
	min-height: calc(100% - 1.5rem);
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
	z-index:100;
}
.callout-link {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:110;
}
.callout-link,
.callout-link:hover,
.callout-link:focus,
.callout:hover .callout-link {
	background:transparent;
}
.callout-media {
	position:relative;
	z-index:105;
}
.callout-media-img {
	display:block;
	width:100%;
}
.callout-foot {
	position:relative;
	height:90px;
	text-align:center;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
	z-index:105;
}
.callout-foot-title {
	color:#fff;
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.callout-foot.background-white .callout-foot-title {
	color:#1b314a;
}
.callout-foot-title small {
	color:#4ba7c0;
}
.callout:hover {
	z-index:200;
	-webkit-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
}
.callout:hover .callout-foot {
	background:#101F31;
}
.callout:hover .callout-foot.background-white {
	background:#4ba7c0;
}
.callout:hover .background-white .callout-foot-title,
.callout:hover .background-white .callout-foot-title small  {
	color:#fff;
}
/*---> Callout Grid <---*/
.callout-grid { /* Row class */
}
.callout-grid-item {
	display:block;
	position:relative;
	overflow:hidden;
	-webkit-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	z-index:100;
}
.callout-grid-item:before {
	display:block;
	content:"";
	width:100%;
	height:100%;
	background:rgba(20,40,58,0.50);
	position:absolute;
	top:0;
	left:0;
	right:0;
	pointer-events:none;
	z-index:102;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;
}
.callout-grid-item:after {
	display:block;
	content:"";
	width:100%;
	height:100%;
	background-image: -moz-linear-gradient(top, rgba(0,118,192,0.74) 0%, rgba(132,201,96,0.74) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,118,192,0.74)), color-stop(100, rgba(132,201,96,0.74)));
	background-image: -webkit-linear-gradient(top, rgba(0,118,192,0.74) 0%, rgba(132,201,96,0.74) 100%);
	background-image: linear-gradient(to bottom, rgba(0,118,192,0.74) 0%, rgba(132,201,96,0.74) 100%);
	position:absolute;
	bottom:-100%;
	left:0;
	right:0;
	pointer-events:none;
	z-index:102;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;
}
.callout-grid-item-link {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:100;
}
.callout-grid-item-img {
	display:block;
	width:100%;
	position:relative;
	pointer-events:none;
	z-index:101;
}
.callout-grid-item-content {
	margin:0 auto;
	padding:0 1.563rem;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	pointer-events:none;
	z-index:105;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;
}
.callout-grid-item-icon {
	display:block;
	max-height:91px;
	margin:0 auto;
	transform: scale(1);
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;
}
.callout-grid-item-title {
	margin:0.5rem 0 0 0;
	font-size:1.5rem;
	font-weight:600;
	color:#fff;
	text-align:center;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;
}
.callout-grid-item-text,
.callout-grid-item-list {
	margin:0;
	font-size:0.875rem;
	color:#fff;
	line-height:1.3;
	max-height:0;
    -webkit-transition: height 350ms linear, opacity 350ms linear 50ms;
    transition: height 350ms linear, opacity 350ms linear 50ms;
	overflow:hidden;
}
.callout-grid-item-list {
	list-style: none;
	padding:0;
}
.callout-grid-item-list-item {
	position: relative;
	margin:0;
	padding-left:0.875rem;
}
.callout-grid-item-list-item:last-of-type {
	margin-bottom:0;
}
.callout-grid-item-list-item:before {
	display:inline-block;
	position:absolute;
	top:0.563rem;
	left:0;	
	width:3px;
	height:3px;
	content:"";
	background:#fff;
	border-radius:100%;
}
.callout-grid-btn {
	width:43px;
	height:43px;
	background:#8DCE69;
	font-size:1.563rem;
	color:#fff;
	text-align:center;
	line-height:43px;
	border-radius:0;
	position:absolute;
	top:100%;
	right:0;
	z-index:107;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;
}
/*- Hovers -*/
.callout-grid-item:hover:before {
	top:-100%;
}
.callout-grid-item:hover:after {
	bottom:0;
}
.callout-grid-item:hover .callout-grid-item-icon {
	transform: scale(0.5);
}
.callout-grid-item:hover .callout-grid-item-title {
	margin-top:-1.5rem;
}
.callout-grid-item:hover .callout-grid-item-text,
.callout-grid-item:hover .callout-grid-item-list {
	max-height:1000px;
}
.callout-grid-item:hover .callout-grid-btn {
	top:0;
}


/************************************
/*----------------------------------
/* CARDS
/*----------------------------------
/*************************************/

.card {
	position:relative;
	background:#fff;
	display: flex;
	flex-direction: column;
	min-height:100%;
	-webkit-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.13);
	box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.13);
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
	z-index:100;
}
.card-link {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:110;
}
.card-link,
.card-link:hover,
.card-link:focus,
.card:hover .card-link {
	background:transparent;
}
.card-media {
	position:relative;
	z-index:105;
}
.card-media-img {
	display:block;
	width:100%;
}
.card-link[data-open^="video"] + .card-media:after {
	margin:0 auto;
	width:80px;
	height:80px;
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg transform='translate(0 -0.135)'%3E%3Cg transform='translate(0 0.135)' fill='none' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='40' cy='40' r='40' stroke='none'/%3E%3Ccircle cx='40' cy='40' r='39.5' fill='none'/%3E%3C/g%3E%3Cpath d='M18.5,0,37,32H0Z' transform='translate(59.5 21.5) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.card-body {
	position:relative;
	padding:0.625rem 2.188rem;
	display: flex;
	flex-direction: column;	
	flex-grow:1;
	z-index:105;
}
.card-body  > * {
	margin: 0.75rem 0 0 0;
}
.card-body:nth-last-child(2) {
	margin-bottom: 0.75rem;
}
.card-foot {
	position:relative;
	padding:0.5rem;
	text-align:center;
	background:#1B314A;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
	z-index:105;
}
.card-foot-text {
	margin:0;
	font-family:'Montserrat', sans-serif;
	color:#fff;
	text-transform:uppercase;
}
.card:hover {
	z-index:200;
	-webkit-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
}
.card:hover .card-foot {
	background:#101F31;
}

/*- Video Card -*/
.video-card {
	margin:0 -0.625rem;
	padding-left:1.25rem;
	padding-right:1.25rem;	
}
.video-card,
.video-card-content,
.video-card-media {
	position:relative;
}
.video-card:before {
	display:block;
	content:"";
	background:#1B314A;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	-webkit-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
}
.video-card .row {
	margin:0 auto;
}
.video-card-title {
	color:#fff;
}
.video-card-title small {
	color:#4BA7C0;
}
.video-card-text {
	color:#fff;
}
/*---> Video Card Index <---*/
.video-card-index {
	margin-top:97px;
	padding-top:100px;
}
.video-card-index:before {
	background:url(../images/bg-light-blue-pattern.jpg) top left no-repeat;
	background-size:cover;
}
.video-card-index-profile-img {
	width:193px;
	height:194px;
	position:absolute;
	top:-97px;
	left:0;
	right:0;
	margin:0 auto;
}
.video-card-index .video-card-title {
	color:#1B314A;
	text-align:center;
}
.video-card-index .video-card-title.has-bottom-border:after {
	margin:0 auto;
	right:0;
}
.video-card-index .video-card-text {
	color:#535353;
}
/*---> Slider Card <---*/
.slider-card {
	margin-left:-0.625rem;
	margin-right:-0.625rem;
	position:relative;
	-webkit-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
	box-shadow: 10px 25px 30px 0px rgba(0,0,0,0.30);
}
.slider-card-main {
	position:relative;
	height:100%;
}
.slider-card-head {
	padding:0.063rem 1.25rem;
	background:#12253B;
}
.slider-card-blurb {
	color:#fff;
	margin:0.875rem 0;
	text-align:center;
}
.slider-card-body {
	padding:1.25rem;
	background:#135EAB;
}
.slider-card-illustration {
}
.slider-card-media {
	position:relative;
	z-index:100;
}
.slider-card-media:after {
	display:block;
	margin:0 auto;
	width:112px;
	height:28px;
	content:url(../images/shape-slide-card-media-after.svg);
	position:absolute;
	top:40px;
	left:0;
	right:0;
	transform: rotate(90deg);
	z-index:110;
}
.slider-card-media .slick-slide {
	z-index:105;
}

/************************************
/*----------------------------------
/* MEDIA BLOCK
/*----------------------------------
/*************************************/


.media-block {
}
.media-block-media {
	position: relative;
}
.media-block-media-link {
	display:block;
	width:100%;
	height:100%;
}
.media-block-media-link.has-video {
	position:relative;
}
.media-block-media-link.has-video:after {
	margin:0 auto;
	width:80px;
	height:80px;
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cg transform='translate(0 -0.135)'%3E%3Cg transform='translate(0 0.135)' fill='none' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='40' cy='40' r='40' stroke='none'/%3E%3Ccircle cx='40' cy='40' r='39.5' fill='none'/%3E%3C/g%3E%3Cpath d='M18.5,0,37,32H0Z' transform='translate(59.5 21.5) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.media-block-img {
	display:block;
	width:100%;
}
.media-block-content {
	position:relative;
}
.media-block-badge {
	text-align:center;
	position:relative;
	z-index:1000;
}
.media-block-badge-img {
	margin-bottom:-15%;
	-webkit-box-shadow: 5px 12px 25px 0px rgba(0,0,0,0.16);
	box-shadow: 5px 12px 25px 0px rgba(0,0,0,0.16);
}


/************************************
/*----------------------------------
/* CONTENT BLOCK
/*----------------------------------
/*************************************/

.content-block {
	position:relative;
	height:100%;
	padding:0.5rem 2.188rem;
}
/*- If our content block does not have a background color class, then give it a light blue [Accent Color] background -*/
.content-block:not([class*="background"]) {
	background:#e1f2f7;
}
.content-block-number {
	position:relative;
	margin:-55px auto 1.5rem auto;
	width:100px;
	height:100px;
	border:10px solid white;
	border-radius:100%;
}
/*- If our content block number does not have a background color class, then give it a green [secondary Color] background -*/
.content-block-number:not([class*="background"]) {
	background:#8dce69;
}
.content-block-number-text {
	margin:0 auto;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-family:'Montserrat', sans-serif;
	font-size:2.25rem;
	color:#fff;
	text-align:center;
	line-height:1;
}
.content-block-number-text small {
	display:block;
	font-size:0.75rem;
	font-weight:600;
	text-transform:uppercase;
}
.content-block-text {
}

/*- Exception on Index -*/

.content-block.content-block-index {
	background:#135eab url(../images/bg-content-block-mask.jpg) top left no-repeat;
	background-size:cover;
	padding:0.625rem 0;
	margin-left:-0.625rem;
	margin-right:-0.625rem;
}
.content-block-index > .row {
	margin-left:0;
	margin-right:0;
}
.content-block-index-logo {
	display:block;
	margin:0 auto;
	width:240px;
	max-width:100%;
	padding-top:2rem;
}
.content-block-index-illustration {
	margin:0 auto;
	width:675px;
	max-width:100%;
	padding:2rem 0;
}
.content-block-index-illustration.for-mobile {
	display:block;
}
.content-block-index-illustration.for-desktop {
	display:none;
}
.content-block-index-card {
	position:relative;
	margin:1.5rem 0;
}
.content-block-index-card-title {
	color:#fff;
	font-weight:600;
	text-align:center;
}
.content-block-index-card-img {
	display:block;
	width:100%;
}


/************************************
/*----------------------------------
/* VIDEO BLOCK
/*----------------------------------
/*************************************/



.video-block {
    position: relative;
    /*background: url(../images/bg-virtual-tour.jpg) top center no-repeat;*/
    height:650px;
    color: #fff;
}
.video-block .video-block-link {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:1;
}

.video-block-video.flex-container {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    margin: 0;
    width: 100%;
    height:650px;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}
.video-block-video.flex-container iframe {
	width: 100vw;
	height: 56.25vw;  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */ 
	min-height: 100vh;
	min-width: 177.77vh;  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/************************************
/*----------------------------------
/* SLIDERS
/*----------------------------------
/*************************************/

.js-caption-slider { /*- JS Hook, NO STYLING -*/
}
.caption-slider {
}
.caption-slide {
}
.caption-slide-img {
}
.caption-slide-content {
	margin:0;
	display:block;
	background:rgba(0,0,0,0.70);
	width:100%;
	height:auto;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:1020;
}
.caption-slide-text {
	position:relative;
	margin:0.313rem 0 2.25rem 0;
	padding:0 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:1.313rem;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
}
.caption-slider .slick-dots {
	bottom:0.75rem;
}
.caption-slider .slick-dots li {
}
.caption-slider .slick-dots button {
	height:15px;
	width:15px;
	background: transparent;
	border:3px solid #fff;
}
.caption-slider .slick-dots button:hover,
.caption-slider .slick-dots .slick-active button {
	background: #fff;
}
/*--> Slider in Media Block <---*/
.media-block-media .caption-slider-wrap {
	width:auto;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.media-block-media .caption-slider {
	width:auto;
	height:100%;
}
.media-block-media .caption-slider img {
	width:auto;
	max-width:none;
	height:100%;
}
.media-block-media .caption-slider .slick-dots {
	align-items:left;
	justify-content:left;
}
.media-block-media .caption-slider .caption-slide-text {
	text-align:left;
}

/*---> Hero Slider <---*/
.hero-slider {
    padding-bottom:21px;
}
/*- Arrows -*/
.hero-slider-controls {
	position:absolute;
	z-index:475;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
}
.slider-controls-prev, .slider-controls-next {
	display:inline-block;
	background:#8DCE69;
	padding:0;	
	width:43px;
	height:43px;
	border-radius:0;
	position:relative;
/*	position:absolute;
	bottom:0;*/
	cursor:pointer;
	color:transparent;
	outline:none;
	box-shadow:none;	
	z-index:1;
	transition:all 200ms ease-in-out;
	-webkit-transition:all 200ms ease-in-out;
}
.slider-controls-prev:hover, .slider-controls-next:hover {
	background:#4ba7c0;	
}
.slider-controls-prev {
	/*left:0;*/
}
.slider-controls-next {
	/*right:0;*/
}
.slider-controls-prev:before,
.slider-controls-next:before {
	margin:0 auto;
	display:block;
	width:14px;
	height:23px;
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
}
.slider-controls-prev:before {
	left:13px;
	right:auto;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.743' height='23.109' viewBox='0 0 13.743 23.109'%3E%3Cpath id='Path_510' data-name='Path 510' d='M530.8-7552.045l-10.54,10.127,10.54,10.855' transform='translate(-518.133 7553.127)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
}
.slider-controls-next:before {
	left:auto;
	right:13px;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.743' height='23.109' viewBox='0 0 13.743 23.109'%3E%3Cpath id='Path_511' data-name='Path 511' d='M10.54,0,0,10.127,10.54,20.982' transform='translate(11.616 22.027) rotate(180)' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
}
.slider-controls-prev:hover:before,
.slider-controls-prev:focus:before,
.slider-controls-next:hover:before,
.slider-controls-next:focus:before {
}
.slider-controls-prev.slick-disabled:before,
.slider-controls-next.slick-disabled:before {
	opacity:0.5;
}

/************************************
/*----------------------------------
/* LIGHTBOX GALLERY
/*----------------------------------
/*************************************/


.lightBoxImgs {
	margin:1.5rem 0;
	z-index:100;
}
.lightBoxImgs img {
	display:block;
	height:100%;
	width:100%;	
	margin:0;
	position:relative;
	top:0;
	opacity:1.0;
	box-shadow:none;
	transition:all 300ms ease-in-out 0s;
}
.lightBoxImgs .lbThumb {
	width:calc(50% - 1.25rem);
	display:inline-block;
	margin:0.625rem;
	border:0;
	background:transparent;
	z-index:105;
}
.lightBoxImgs .lbThumb:nth-child(3n+1) {
	width:calc(100% - 1.313rem);
}
.lightBoxImgs .lbThumb:hover {
	border:0;
	box-shadow:none;
	top:0;
}
.lightBoxImgs .lbThumb:before {
	display:block;
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(141,206,105,0.8);
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index:106;
}
.lightBoxImgs .lbThumb:after {
	display:inline-block;
	content:'View Larger Image';
	font-weight:400;
	font-size:1.125rem;
	text-align:center;
	color:rgba(255,255,255,1);
	line-height:1;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	-webkit-transform: scale(0.1);
	-ms-transform: scale(0.1);
	transform: scale(0.1);
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index:107;
}
.lightBoxImgs .lbThumb:hover:before,
.lightBoxImgs .lbThumb:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	cursor:pointer;
}


/************************************
/*----------------------------------
/* EMPOWEREN FORMS
/*----------------------------------
/*************************************/


.cmForm {
}
.formElements h2 {
	color:#2e6092;
	margin:1.5rem 0;
}
.formElements .formRow {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}
.formElements .formRow > ul {
	width:100%;
	padding:0;
	margin:0;
	display:block;
	margin:0;
}
.formElements .formRow > ul > li.required > label::after,
.formElements .formRow > ul > li.required legend::after {
	font-family:'Montserrat', sans-serif;	
	font-weight:700;
	font-size:1rem;
	color:#4ba7c0;
}
.formElements span label {
	font-family:inherit;
	font-weight:400 !important;
	font-size:inherit;
	color:inherit;
}
form ul li {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 0.875rem 0 !important;
	padding:0 !important;
	text-indent:0;
}
form ul li {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 0.875rem 0 !important;
	padding:0 !important;
	text-indent:0;
}
.currentForm input[type="submit"] {
    margin-top:10px !important;
}
.formElements .formRow > ul > li label span,
.formElements .formRow > ul > li p span {
    display: inline;
}

/************************************
/*----------------------------------
/* EMPOWEREN NEWS MANAGER
/*----------------------------------
/*************************************/

[id="allYears"] {
	margin:2rem 0 !important;
}
.newsRow:not(.newsHeader) {
	margin:0 0 1.750rem 0;
}
.newsHeader {
	margin-bottom:1rem;
}
.newsHeader .date, .newsHeader .title {
	color:#5d5d5d;
	font-size:1.125rem;
	line-height:1.125;
}
.short_description, #spanNavText {
	font-size:1rem;
	line-height:1.5;
}
.date {
	font-size:1rem;
}
.short_description {
	padding-bottom:1.750rem;
	border-bottom:1px dotted #CBCBCB;
}
.title {
	font-size:1rem;
	line-height:1.5;
}
.newsRow .title small {
	display:none;
}
#dirNav {
	text-align:center;
	margin:2rem 0;
}
#pagePrev {
	margin-right:0.5rem;
}
#pageNext {
	margin-left:0.5rem;	
}

/************************************
/*----------------------------------
/* EMPOWEREN SEARCH RESULTS
/*----------------------------------
/*************************************/

#search, #Go {
    margin-bottom:1rem !important;
}
#search {
    width:calc(100% - 185px);
	float: left;
}
#Go {
    width:175px;
	float:left;
	margin-left:0.625rem !important;
	padding:0.813rem 0;
}
.siteSearch { /*- OL class for search results -*/
	line-height:1.3;
	list-style: none;
	padding:0;
}
.siteSearch li {
	padding-bottom:1.563rem;
}
.search_link {
	font-family: 'Montserrat', sans-serif;
	font-size:0.875rem;
	font-weight:400;
}
.search_discription {
}
.search_file_name {
	font-size:85%;
	font-style:italic;
}
#search_prev_next {
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	padding:0 0 2.5rem 0;
	width:100%;
}
.search_previous,
.search_next,
.search_current,
.search_page {
	display:inline-block;
	height:25px;
	text-align:center;
	line-height:25px;
	border:1px solid #4ba7c0;
	margin:0 0.313rem 0.625rem;
	font-family: 'Montserrat', sans-serif;
	font-size:0.875rem;
	font-weight:400;
}
.search_previous,
.search_next {
	border:0;
	text-transform:uppercase;
}
.search_current,
.search_current:hover,
.search_page:hover {
	font-weight:600 !important;
}
.search_current,
.search_page {
	width:25px;
}

/************************************
/*----------------------------------
/* STYLE GUIDE
/*----------------------------------
/*************************************/

.style-guide {
}
.style-guide-anchor {
	padding:0.063rem 0;
	width:100vw;
	max-width:100vw;
    position:relative;
    left:50%;
    right:50%;
	margin:2rem -50vw !important;
	z-index:600;
	background-color:#edf6f9;
}
.style-guide-anchor > .row {
	max-width:1170px !important;
	max-width:73.125rem !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.style-guide-anchor h2 {
	color:#1b314a;
}
.anchor {
	margin:0;
	display:block;
	width:35px;
	height:35px;
	position:absolute;
	right:0.625rem;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	border-radius:100%;
	line-height:35px;
	background:#4ba7c0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	z-index:1;
}
.anchor svg {
	margin-top:0.375rem;
	fill:#fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.anchor:hover {
	background:#1d4280;
}
.example {
	margin:1.5rem 0;
	padding:1.875rem 0.938rem;
	position:relative;
	border:1px solid rgb(9,51,89,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
}
.colors {
}
.colors .box {
	margin:1.5rem 0;
	background:#fff;
	border:1px solid rgb(9,51,89,0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.26);
}
.colors .box div {
	width:100%;
	padding:0.313rem 0;
}
.colors .box div h6 {
	font-size:1.25rem;
	font-weight:400;
}


/************************************
/*----------------------------------
/* COLOPHON
/*----------------------------------
/*************************************/

.colophon {
	padding:3rem 0;
	background:#1B314A url(../images/bg-colophon-interior.png) top center no-repeat;
	text-align:center;
}
.body-index .colophon {
	background:#1B314A url(../images/bg-colophon-index.png) top center no-repeat
}
.colophon-cta-title {
	text-align:center;
	color:#fff;
}
.body-index .colophon-cta-title {
	display:none;
}
.colophon-text {
	color:#fff;
	font-size:0.625rem;
	font-weight:700;
}
.colophon-text-large {
	font-size:0.875rem;
	font-weight:normal;
}
.colophon-mappin {
	display:block;
	margin:0 auto;
	width:50px;
	height:50px;
	fill:#8DCE69;
}
.colophon-title {
	font-family: 'Lato', sans-serif;
}
.colophon-text,
.colophon-title,
.colophon .utility-list {
	margin:0.5rem 0;
}
.colophon .utility-list-item {
	font-size:0.625rem;
	margin:0;
	padding:0;
}
.colophon .utility-list-item-link {
	color:#fff;
}
.colophon .utility-list-item-link:hover {
	color:#4ba7c0;
}
.colophon .utility-list-item.display-inline-block:not(:last-of-type) {
    margin-right:0.313rem;
}
.state-badge {
    width:auto;
    height:73px;
}
.colophon-link {
	color:inherit;
}
.colophon-link:hover {
	border-bottom:1px solid;
}
.colophon-btn {
	padding:0.313rem 0.5rem;
	background:transparent;
	border:1px solid #fff;
	font-size:0.625rem;
	font-weight:600;
	color:#fff;
	text-transform:none;
}
.colophon-btn:hover {
	top:0;
	background-color:rgba(255,255,255,0.05);
}
.colophon-btn-alt {
	margin-top:0.5rem;
	background:transparent;
	border:1px solid #8dce69;
	font-size:0.875rem;
	font-weight:600;
	color:#4ba7c0;
}
.colophon-btn-alt:hover {
	background-color:rgba(255,255,255,0.05);
}
.colophon #form-4164 {
	width:100%;
}
.colophon #form-4164 #row-1 {
	width:calc(100% - 119px);
	float:left;
}
.colophon #form-4164 .formElements li {
	position:relative;
}
.colophon #form-4164 label {
	padding:0;
	position:absolute;
	left:0.875rem;
	top:0.688rem;
	font-family: 'Lato', sans-serif;
	font-size:0.875rem;
	font-weight:400 !important;
	color:#fff;
	opacity:1;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.colophon #form-4164 label:after {
	display:none;
}
.colophon #form-4164 li.active-field label {
	opacity:0;
	font-size:0;
}
.colophon #form-4164 input[type="text"],
.colophon #form-4164 input[type="email"] {
	background:transparent;
	border:1px solid #4ba7c0;
	color:#fff;
	height:auto !important;
}
.colophon #form-4164 input[type="text"]:focus,
.colophon #form-4164 input[type="email"]:focus {
	background-color:rgba(255,255,255,0.05);
}
.colophon #submit4164 {
	width:109px;
	float:right;
	padding-left:0;
	padding-right:0;
	background:transparent;
	border:1px solid #8dce69;
	font-size:0.875rem;
	font-weight:600;
	color:#4ba7c0;
	margin-top:-50px !important;
}
.colophon #submit4164:hover {
	background-color:rgba(255,255,255,0.05);
}
.colophon #form-4164 #errors {
	display:none;
}
.social-link {
	position:relative;
	display:inline-block;
	width:25px;
	height:25px;
	border-radius:100%;
	background:#1b314a;
	text-align:center;
}
.colophon .social-link {
	background:#fff;
}
.social-link:not(:last-of-type) {
	margin-right:0.625rem;
}
.social-link svg {
	fill:#1b314a;
	width:13px;
	height:13px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.social-link img {
	width:13px;
	height:13px;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.social-link:hover {
	background:#4ba7c0;
}
.social-link:hover svg {
	fill:#1b314a;
}

.primary-content .social-link {
	width:40px;
	height:40px;
}
.primary-content .social-link img {
	width:20px;
	height:20px;
}