/*------>>> TABLE OF CONTENTS <<<-------
    - MASTHEAD | Document Header
	- NEWS MODAL
	- HERO
	- MAIN
	- CONTENT BLOCKS
	- SIDEBAR (Sidebar on Articles)
	- PANELS | Forced Full width content
	- MEDIA BLOCKS
	- CALLOUTS
	- CARDS
	- STATS
	- LIGHTBOX GALLERY - still needs styling
	- EMPOWEREN FORMS
	- EMPOWEREN NEWS MANAGER - still needs styling
	- EMPOWEREN SEARCH RESULTS
	- SLIDERS
	- CTAs
	- ZOOMIST [Image Zoom]
	- MIX IT UP [Filters]
	- COLOPHON | Document Footer
	- STYLE GUIDE
	- INDEX SPECIFIC	

/*------->>> COLOR PALETTE <<<-------
	#0a359a - rgb(10,53,154) | Primary Color [Blue Masterclock]
	#092975 - rgb(9,41,117) | Secondary Color [Blue Medium]
	#071d4f - rgb(7,29,79) | Tertiary Color [Blue Dark]
	#ffb612 - rgb(255,182,18) | Accent Color [Yellow]
	#dcdcdc - rgb(220,220,220) | Gray01 Color [Gray Medium | For Borders]
	#f5f5f5 - rgb(245,245,245) | Gray02 Color [Gray Light | For Backgrounds]
	#030d26 - rgb(3,13,38) | Base Font Color [Blue Black]

/*------->>> FONT STACKS & TYPOGRAPHY <<<-------
    font-family: 'Arimo', sans-serif; [Primary Font | 400 700]

	margin:1.625rem 0;
	
*/


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


.masthead {
	background:#0A359A;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:10000;
}
.masthead-branding-link {
	width:100%;
	max-width:172px;
}
.masthead-branding-link svg {
	width:100%;
	height:auto;
}
.utility-link {
	position:relative;
	display:block;
	width:25px;
	height:72px;
	cursor:pointer;
}
.utility-link:hover,
.utility-link:active,
.utility-link:focus {
	background:transparent;
}
.utility-link-icon {
	width:19px;
	height:19px;
	fill:#fff;
	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;
}
.utility-link:hover .utility-link-icon {
	fill:#ffb612;
}
.utility-link-search {
	z-index:1;
}
.utility-link-phone {
	z-index:2;
}
.phone-number {
	background:#071d4f;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	right:100%;
	height:75px;
	font-size:1.125rem;
	font-weight:400;
	color: #ffffff;
	line-height:75px;
	text-align:center;
	margin: 0;
	max-width: 0;
	overflow: hidden;
	white-space: nowrap;
	-webkit-transition: all 0.1s cubic-bezier(0.25,0.46,0.45,0.94);
	-o-transition: all 0.1s cubic-bezier(0.25,0.46,0.45,0.94);
	transition: all 0.1s cubic-bezier(0.25,0.46,0.45,0.94);
	display:inline-block;
}
.phone-link {
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:transparent !important;
}
/*---> Search Modal <---*/
.search-modal {
    background-color: rgba(3,13,38,0.85);
    border: none;
    display: none;
    max-width: 100%;
    visibility: hidden;
    z-index:10015;
}
.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;
}
.search-modal-text {
	text-align:center;
}
.search-modal-text svg {
	width:90%;
	max-width:400px;
	fill:#fff;
}
.search-form {
    width: 90%;
	max-width:1000px;
	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.750rem 0;
	border-radius:0;
	background:#ffb612;	
}
.search-button:hover {
	background:#0a359a;
}
.search-button-icon {
    fill: #ffffff;
    height: 1.5rem;
    width: 1.5rem;
}
.search-close {
    background-color: #ffb612;
    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:#0a359a;
}
.search-close-icon {
	color: #ffffff;
	font-size:1.5rem;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}


/************************************
/*----------------------------------
/* NEWS MODAL
/*----------------------------------
/*************************************/


.news-modal {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	z-index:3999;
}
.news-modal-content {
	background-color:#0a359a;
	padding:0.063rem 0;
	color:#ffffff;
	text-align:center;
	position:relative;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.5);
	-webkit-animation:slide-in-elliptic-bottom-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5s both;
	animation:slide-in-elliptic-bottom-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 5s both;
}
.news-modal.news-modal-closed {
	pointer-events:none;
}
.news-modal-closed .news-modal-content {
	-webkit-animation:slide-out-bck-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
	animation:slide-out-bck-center 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}
.news-modal-button {
	color:#ffffff;
	top:0.5rem;
	right:0.875rem;
}
.news-modal-button:hover {
	color:#ffb612;
}
.news-modal-text {
	margin:0.875rem;
	font-size:1.125rem;
}  

/* ----------------------------------------------
* Generated by Animista on 2021-6-14 15:43:13
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/*
* ----------------------------------------
* animation slide-in-elliptic-bottom-bck
* ----------------------------------------
*/

@-webkit-keyframes slide-in-elliptic-bottom-bck {
	0% {
		-webkit-transform: translateY(600px) rotateX(-30deg) scale(6.5);
		transform: translateY(600px) rotateX(-30deg) scale(6.5);
		-webkit-transform-origin: 50% -100%;
		transform-origin: 50% -100%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% 500px;
		transform-origin: 50% 500px;
		opacity: 1;
	}
	}

	@keyframes slide-in-elliptic-bottom-bck {
	0% {
		-webkit-transform: translateY(600px) rotateX(-30deg) scale(6.5);
		transform: translateY(600px) rotateX(-30deg) scale(6.5);
		-webkit-transform-origin: 50% -100%;
		transform-origin: 50% -100%;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0) rotateX(0) scale(1);
		transform: translateY(0) rotateX(0) scale(1);
		-webkit-transform-origin: 50% 500px;
		transform-origin: 50% 500px;
		opacity: 1;
	}
}

/* ----------------------------------------------
* Generated by Animista on 2021-6-14 17:4:7
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/*
* ----------------------------------------
* animation slide-out-bck-center
* ----------------------------------------
*/

@-webkit-keyframes slide-out-bck-center {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-1100px);
		transform: translateZ(-1100px);
		opacity: 0;
	}
	}

	@keyframes slide-out-bck-center {
	0% {
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		opacity: 1;
	}

	100% {
		-webkit-transform: translateZ(-1100px);
		transform: translateZ(-1100px);
		opacity: 0;
	}
}


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


.hero {
	display:block;
	margin-top:75px;
	padding:0;
	position:relative;
	width:100%;
	height:235px;
	overflow:hidden;
	z-index:400;
}
.hero img {
	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-messaging {
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	z-index:465;
}
.hero-messaging-title:not([class*="color"]) {
	color:#fff;
}
.hero-messaging-title small:not([class*="color"]) {
	color:#fff;
}
/* This part is on index only -*/
.hero-index {
	margin-bottom:-1px;
}
.hero-index .hero-messaging {
	text-align:left;
	bottom:3.125rem;
	top:auto;
	-webkit-transform:none;
	transform:none;
}
.hero-index .hero-messaging-title {
	font-size:3rem;
	max-width:350px;
}
.hero-messaging-text {
	font-size: 1.5rem;
	color:#fff;
	line-height:1.16;
}
.hero-messaging-btn {
	padding-left:0;
	padding-right:0;
	width:100%;
	max-width:190px;
}
/*- Index Hero with Video -*/
.hero-index {
	background:#030d26;
	height:auto;
	margin-top:0;
}
.hero-video-flex-container {
	position:relative;
	padding-bottom:0;
	padding-top:0;
	margin:0;
	width:100%;
	height:calc(100vh - 90px);
	z-index:-1;
	pointer-events: none;
	overflow: hidden;	
}
.hero-video {
	width:100vw;
	height:34.8958vw; /* Given a 1920:670 aspect ratio, 670/1920*100 = 34.8958 */  
	min-height:calc(100vh - 90px);
	min-width:286.567vh; /* Given a 1920:670 aspect ratio, 1920/670*100 = 286.567 */	
	position: absolute;
	bottom:0;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.hero__content {
	position:absolute;
	left:0;
	right:0;
	bottom:45%;
	width:100%;
	text-align:center;
}
.hero__content__subtitle {
	margin:0 0 0.5rem 0;
	font-size:2rem;
	font-weight:600;
	color:#fff;
	text-transform:uppercase;
	text-shadow: 0 0 15px #000, 0 0 45px #000, 0 0 75px #000;
	line-height:1.2;
}
.hero__content__title {
	margin:0;
	font-family:"Exo",sans-serif;
	font-weight:700;
	font-size:1.125rem/*3rem*/;
	color:#fff;
	text-shadow: 0 0 15px #000, 0 0 45px #000, 0 0 75px #000;
	line-height:1.2;
}


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


.main {
}
.main-index {
	padding-top:2rem;
}
.main-interior {
}
.main-interior-alt {
	margin-top:75px;
}
.primary-content {
}
.page-title {
}
.page-title-index {
}
.page-title + .row {
	margin-top:-1.25rem;
}
.primary-content img.float-right {
	margin-left:0.939rem;
}
.primary-content img.float-left {
	margin-right:0.938rem;;
}
.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.938rem;
}
.primary-content img.position-center {
	display:block;
}


/************************************
/*----------------------------------
/* CONTENT BLOCKS
/*----------------------------------
/*************************************/


.content-block {
	position:relative;
	/*height:100%;*/	
}
/*- If our content-block does not have a padding class, then give it a default padding -*/
.content-block:not([class*="pad-x"]):not([class*="pad-top"]):not([class*="pad-bottom"]) {
	padding-top:0.5rem;
	padding-bottom:0.5rem;
}
.content-block:not([class*="pad-y"]):not([class*="pad-right"]):not([class*="pad-left"]) {
	padding-left:2.188rem;
	padding-right: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:#f5f5f5;
}


/************************************
/*----------------------------------
/* SIDEBAR
/*----------------------------------
/*************************************/

.sidebar {
	margin-top:1.625rem;
	margin-bottom:1.625rem;
}



/************************************
/*----------------------------------
/* PANELS [Forced Full Width Content]
/*----------------------------------
/*************************************/


.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) {
	width:100%;
	max-width:1300px;
	max-width:81.250rem;
	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:-50vw;
	right:-50vw;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	width: auto;
	min-height: 100%;
	min-width: 100%;
	max-width: none;
	margin: 0 auto !important;
	z-index:-1;
}
.panel-bg-img.is-left-aligned {
	left:0;
	right:auto;
	margin: 0 !important;
}
.panel-bg-img.is-right-aligned {
	left:auto;
	right:0;
	margin: 0 !important;
}
.panel-bg-img.is-top-aligned {
	top:0;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	min-height:0;
}
.panel-bg-img.is-bottom-aligned {
	bottom:0;
	top:auto;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	min-height:0;
}

/*- Logo Panel -*/
/*- Index Panels, schizo spacing from mobile to desktop -*/
.logo-panel {
	padding:3rem 0;
}
.logo-panel-intro {
}
.logo-panel-intro > .row:not(.expanded) {
	width:100%;
	max-width:1300px;
	max-width:81.250rem;
	margin-left:auto;
	margin-right:auto;	
}
.logo-panel-media {
}
.logo-panel-logo {
	width:100%;
	max-width:100px;
}
.index-product-cards-intro {
	padding-top:1rem;
}
.index-product-cards {
}
.index-offset-card-panel {
}
.index-news-articles-panel {
	padding:4rem 0;
}


/************************************
/*----------------------------------
/* MEDIA BLOCKS
/*----------------------------------
/*************************************/


.media-block {
}
.media-block-media {
	position: relative;
	display:block;
}
.media-block-img {
	display:block;
	width:100%;
}
.media-block-content {
	display:block;
	width:100%;
	position:relative;
	padding:2rem 0;
}


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


.callout {
	position:relative;
	overflow:hidden;
}
.callout-media {
	position:relative;
	z-index:1;
}
.callout-link,
.callout-media-img {
	display:block;
	position:relative;
}
.callout-media-img {
	width:100%;
	z-index:2;
}
.callout-link {
	z-index:3;
}
.callout-link:after {
	content:"";
	background:rgba(7,29,79,0.40);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	-webkit-transition: all 350ms cubic-bezier(0.25,0.46,0.45,0.94);
	-moz-transition: all 350ms cubic-bezier(0.25,0.46,0.45,0.94);
	-ms-transition: all 350ms cubic-bezier(0.25,0.46,0.45,0.94);
	transition: all 350ms cubic-bezier(0.25,0.46,0.45,0.94);
	z-index:4;
}
.callout:hover .callout-link:after {
	opacity:1;
}
.callout-body {
	padding:0 0.938rem;
	pointer-events:none;
	position:absolute;
	left:0;
	right:0;
	bottom:3.5rem;
	z-index:5;
}
.callout-title.callout-title,
.callout-text  {
	color:#fff;
	max-width:320px;
}
.callout-title {
	margin-bottom:0;
}
.callout-overflow {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height 350ms cubic-bezier(0.25,0.46,0.45,0.94);
	-o-transition: max-height 350ms cubic-bezier(0.25,0.46,0.45,0.94);
	transition: max-height 350ms cubic-bezier(0.25,0.46,0.45,0.94);
}
.callout-overflow span[data-icon="icon-arrow-right"] {
	display:block;
	margin-top:1.625rem;	
}
.callout-overflow svg {
	fill:#fff;
}
.callout:hover .callout-overflow {
	max-height: 15.625rem;
}
/*- Callouts with Btn CTA -*/
.callout.has-btn {
}
.callout.has-btn .callout-title,
.callout.has-btn .callout-text {
	margin:0.625rem 0;
}
.callout.has-btn .callout-body {
	bottom:0;
}
.callout.has-btn .callout-overflow {
	margin:3.5rem -0.938rem 0;
}
.callout-btn {
	width:100%;
}
/*- Alternate Callout | No Overflow -*/
.callout-alt {
}
.callout-alt .callout-title,
.callout-alt .callout-title.callout-title,
.callout-alt .callout-text {
	margin:0.625rem 0;
	max-width:100%;
}
.callout-alt .callout-body {
	bottom:0.313rem;
}
.callout-alt .callout-link:after {
	background:rgba(7,29,79,0.70);
	width:100%;
	height:100%;
	top:100%;
}
.callout-alt:hover .callout-link:after {
	top:0;
}


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


.card {
	position:relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.card-link {
	display:block;
}
.card-link:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.card-link,
.card-link:active,
.card-link:focus,
.card-link:hover {
	background:transparent;
}
.card-head,
.card-main,
.card-foot {
	pointer-events:none;
}
.card-media {
}
.card-media-img {
	display:block;
	width:100%;
}
.card-head:not([class*="pad-top"]) {
	padding-top:1rem;
}
.card-head:not([class*="pad-bottom"]) {
	padding-bottom:1rem;
}
.card-title,
.card-text,
.card-foot-text {
	margin:0;
}
.card-title.card-title small {
	color:#0a359a;
	margin:0.5rem 0;
	font-size:1.125rem;
}
.card-text + .card-text {
	padding-top:1rem;
}
.card-main {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.card-foot {
	margin-top:auto;
	padding-top:1.25rem;
}
.card-foot-text {
}
.card-btn {
}
.card:hover .card-btn {
	background:#092975;
	border-color:#092975;
}
.column-block:has(.card:not(.card-alt)) {
    margin-bottom:2.5rem;
}
/*- Alternate Card on Index -*/
.card-alt {
	background:#ffff;
	padding:0.5rem 0;
}
.card-alt:after {
	content:"";
	margin:0 auto;
	width:100vw;
	height:2px;
	background:#dcdcdc;
	position:absolute;
	top:100%;
	left:-50vw;
	right:-50vw;
	z-index:1;
}
.card-alt .card-foot {
	padding-bottom:1.25rem;
}
/*- Offset Card -*/
.offset-card {
}
.offset-card:before {
	display:block;
	content:"";
	background:#0a359a;
	width:calc(100% + 1.25rem);
	height:100%;
	position:absolute;
	top:0;
	left:-0.625rem;
}
.offset-card,
.offset-card-content,
.offset-card-media {
	position:relative;
}
.offset-card-content {
	padding:2rem 0;
}
.offset-card-content p {
	line-height:1.5;
}
.offset-card-media {
	margin:0 -0.625rem;
}
.offset-card-media p {
	margin:0;
}


/************************************
/*----------------------------------
/* STATS
/*----------------------------------
/*************************************/


.stat {
}
.stat-text {
}
.stat-img {
	display:block;
	margin:0 auto 1.25rem;
	width:auto;
	height:40px;
}
.stats-intro {
	padding:3rem 0;
}
.stats {
	padding-bottom:3rem;
}


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


.lightBoxImgs {
	margin:1rem 0;
}
.pswp { /*-- Overlay --*/
    z-index: 90000;
}
.lbThumb {
	position:relative;
	width:calc(50% - 0.625rem);
	height:auto;
	display:inline-block;
	margin:0.625rem 0;
	border:0;
	border-radius:0;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);	
}
.lbThumb:nth-of-type(odd) {
	margin-right:0.625rem;
}
.lbThumb:nth-of-type(even) {
	margin-left:0.625rem;
}
.lbThumb:hover {
	top:auto !important;
	-webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.08);	
}
.lbThumb::before {
	background: rgba(1,32,63,0);
	opacity: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index:120;
}
.lbThumb:hover::before {
	background: rgba(1,32,63,0.63);
	cursor: pointer;
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.lbThumb::after {
	opacity: 0;
	display: block;
	content: 'View Larger Image';
	font-family:"Open Sans", sans-sefif;
	font-size:1rem;
	text-transform:uppercase;
	text-align: center;
	color: rgba(255,255,255,0);
	position: absolute;
	left: 0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%) scale(0);
	transform:translateY(-50%) scale(0);
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index:120;
}
.lbThumb:hover::after {
	cursor: pointer;
	color: rgba(255,255,255,1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.lbThumb img {
	display:block;
	height:auto;
	width:100%;	
	margin:0;
	position:relative;
	top:0;
	opacity:1;
	box-shadow:none;
	transition:all 300ms ease-in-out 0s;
}



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


.cmForm {
}
.formElements h2 {
	color:#030d26;
	margin:1.625rem 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:'Arimo', sans-serif;	
	font-weight:700;
	font-size:1rem;
	color:#ec2127;
}
form ul li {
	display:block;
	width:100%;
	position:relative;
	margin:0 0 1.25rem 0 !important;
	padding:0 !important;
	text-indent:0;
}
span label {
	font-family:inherit;
	font-weight:inherit !important;
	font-size:inherit;
	color:inherit;
}
.currentForm input[type="submit"] {
    margin-top:0.5rem !important;
}

li[id^="date_picker"] {
	position:relative;
}
.ui-datepicker-trigger,
.formElements li[id^="date_picker"] .smaller {
	display:none;
}


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


.newsArticles {
	list-style:none;
	padding:0;	
	margin:0 -0.625rem;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;

}
.newsArticles > li {
	margin-bottom:1.25rem;
	padding-right:0.625rem;
	padding-left:0.625rem;
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
}
.newsArticles > li a,
.newsArticles li a {
	color:inherit;
	display: flex;
	flex-direction: column;
	min-height:100%;
	-webkit-transition:all 0.5s ease-in-out;
	transition:all 0.5s ease-in-out;
}
.newsArticles > li a:hover,
.newsArticles li a:hover {
	background:transparent;
} 
.newsImage {
	display:block;
	width:100%;
	margin:0 !important;
}
.newsArticlesDate,
.pageHeader,
.shortDescription,
.readMore {
}
.pageHeader {
	font-family: 'Arimo', sans-serif;
	font-size:1.625rem;
	font-weight:400;
	line-height:1.2;
	padding:1rem 0;
}
.shortDescription {
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow:hidden;
	margin:0 0 1.25rem 0;	
}
.readMore {
	display:block;
	position:relative;
	background:#0a359a;
	width:190px;
	height:52px;
	margin:auto 0 0 0;
	padding:0;
	font-size:0;
	color:transparent;
	-webkit-transition: all 350ms linear 50ms !important;
	transition: all 350ms linear 50ms !important;
}
.readMore:after {
	content:"Read Article";
	font-size:1rem;
	font-weight:400;
	color:#fff;
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}
.newsArticles > li a:hover .readMore,
.newsArticles li a:hover .readMore {
	background:#092975;
}
/*- News Archives page -*/
[id="allYears"] {
	margin:2rem 0 !important;
}
.newsRow:not(.newsHeader) {
	margin:0 0 1.750rem 0;
}
.title {
	font-size:1.625rem;
	font-weight:500;
	line-height:1.4;
}
.date {
	padding-top:0.75rem;
}
.newsHeader {
	margin-bottom:0;
}
.newsHeader .date, .newsHeader .title {
	color:#5d5d5d;
	font-size:1.125rem;
	line-height:1.125;
	padding:0.313rem 0;
}
.short_description, #spanNavText {
	font-size:1.25rem;
	line-height:1.4;
}
.short_description {
	padding-bottom:1.750rem;
	border-bottom:3px solid #e5e5e5;
}
#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;
}
.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: 'Arimo', sans-serif;
	font-size:1.125rem;
	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 #030d26;
	margin:0 0.313rem 0.625rem;
	font-family: 'Arimo', 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:700 !important;
}
.search_current,
.search_page {
	width:25px;
}


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


/*---> Carousel Slider <---*/
.js-carousel-slider { /* JS Hook, no styling | 3 Slides for Desktop */
}
.carousel-slider {
	padding:0 0.938rem;
	margin:0 -0.625rem;
}
.carousel-slider .slick-track {
    display:-ms-flexbox;
    display:flex;
	align-items:stretch;
}
.carousel-slider .slick-slide {
    height:auto;
}
.carousel-slider .slick-slide > div {
	height:100%;
	display:-ms-flexbox;
    display:flex;
	align-items:stretch;
}
.carousel-slide {
	-ms-flex:0 0 100%;
	flex:0 0 100%;
	max-width:100%;
	/*height: inherit !important;*/
	padding:0 0.625rem;
}
.carousel-slide {
}
/*- Arrows -*/
.carousel-slider .slick-prev {
	left:0.188rem;
}
.carousel-slider .slick-next {
	right:0.188rem;
}
.carousel-slider .slick-prev,
.carousel-slider .slick-next {
    top:25%;
	-webkit-transform:translateY(-25%);
	transform:translateY(-25%);
}


/************************************
/*----------------------------------
/* CTAs
/*----------------------------------
/*************************************/


.has-ctas { /* Containing Row for Gutters */
}
.ctas { /* Row Class */
	position:relative;
}
.ctas:before {
	margin:0 auto;
	display:block;
	width:100vw;
	height:50%;
	content:"";
	background:#071D4F;
	position:absolute;
	bottom:0;
	left:-50vw;
	right:-50vw;
}
.body-index .ctas:before {
	display:none;
}
.cta {
	position:relative;
}
.cta-link {
	position:relative;
	display:block;
	width:100%;
	height:110px;
	background:#0a359a;
}
.cta-link:hover {
	background:#092975;
}
.cta-link-text {
	margin:0 auto;
	padding:0 1.25rem;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:1.375rem;
	font-weight:400;
	color:#fff;
}
.ctas > .columns:not(:last-of-type) .cta-link:after {
	display:block;
	margin:0 auto;
	width:calc(100% - 40px);
	height:1px;
	content:"";
	background:rgba(255,255,255,0.25);
	position:absolute;
	bottom:0;
	left:0;
	right:0;
}
/*---> Icon CTA <---*/
.icon-cta {
	position:relative;
	height:100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	/*background:#f5f5f5;*/
	border-bottom:1px solid #dcdcdc;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.icon-cta:before {
	content:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.37 9.64' width='5.37' height='9.64'%3E%3Cpath d='M.75,9.64c-.19,0-.38-.07-.53-.22-.29-.29-.29-.77,0-1.06l3.54-3.54L.22,1.28C-.07,.99-.07,.51,.22,.22S.99-.07,1.28,.22l3.73,3.73c.48,.48,.48,1.26,0,1.74l-3.73,3.73c-.15,.15-.34,.22-.53,.22Z' style='fill: %230a359a;'/%3E%3C/svg%3E");
	position:absolute;
	right:0.5rem;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.icon-cta:hover:before {
	content:url("data:image/svg+xml,%3Csvg id='Layer_1' data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.37 9.64' width='5.37' height='9.64'%3E%3Cpath d='M.75,9.64c-.19,0-.38-.07-.53-.22-.29-.29-.29-.77,0-1.06l3.54-3.54L.22,1.28C-.07,.99-.07,.51,.22,.22S.99-.07,1.28,.22l3.73,3.73c.48,.48,.48,1.26,0,1.74l-3.73,3.73c-.15,.15-.34,.22-.53,.22Z' style='fill: %23ffffff;'/%3E%3C/svg%3E");
}
.icon-cta:hover {
	background:#0a359a;
}
.icon-cta-link {
	display:block;
	font-weight:400;
	color:#030d26;
}
.icon-cta-link:after {
	content:"";
	background:rgba(7,29,79,0.40);
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	opacity:0;
	z-index:4;
}
.icon-cta-link:hover {
	background:transparent;
	color:#fff;
}
.icon-cta-media {
	pointer-events:none;
}
.icon-cta-media {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width:80px;
}
.icon-cta-media svg {
	fill:#0A359A;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.icon-cta:hover .icon-cta-media svg {
	fill:#fff;
}
.icon-cta-content {
	-ms-flex: 1 1 0px;
	flex: 1 1 0px;
}
.icon-cta-text {
	font-size:1.25rem;
	line-height:1.2;
	margin:0;
	transition:all 200ms ease-in-out;
    -webkit-transition:all 200ms ease-in-out;
}
.icon-cta:hover .icon-cta-text {
	color:#fff;
}


/************************************
/*----------------------------------
/* ZOOMIST [Image Zoom]
/*----------------------------------
/*************************************/

/*
.zoomist-container {
    position: relative;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zoomist-wrapper {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background-color: #f4f4f4
}

.zoomist-image {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none !important;
    max-height: none !important;
    pointer-events: none
}

.zoomist-slider {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 5px 0
}

.zoomist-slider-main {
    position: relative;
    display: flex;
    justify-content: flex-start
}

.zoomist-slider-main:hover .zoomist-slider-bar {
    background-color: #aaa
}

.zoomist-slider-main:hover .zoomist-slider-button::before {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6)
}

.zoomist-slider-main.zoomist-slider-horizontal {
    align-items: flex-start;
    width: 150px;
    padding: 20px 0;
    margin: 0 20px
}

.zoomist-slider-main.zoomist-slider-horizontal .zoomist-slider-bar {
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px
}

.zoomist-slider-main.zoomist-slider-vertical {
    align-items: flex-end;
    height: 150px;
    padding: 0 20px;
    margin: 20px 0
}

.zoomist-slider-main.zoomist-slider-vertical .zoomist-slider-bar {
    top: 0;
    left: calc(50% - 1px);
    width: 2px;
    height: 100%
}

.zoomist-slider-bar {
    display: block;
    position: absolute;
    z-index: 0;
    border-radius: 1px;
    background-color: #ccc;
    transition: background-color .3s
}

.zoomist-slider-button {
    display: block;
    position: relative;
    z-index: 1;
    width: 0 !important;
    height: 0 !important
}

.zoomist-slider-button::before {
    position: absolute;
    display: block;
    content: '';
    left: -5px;
    top: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transition: box-shadow .3s
}

.zoomist-zoomer {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    border-radius: 0 0 0 5px;
    overflow: hidden
}

.zoomist-in-zoomer,
.zoomist-out-zoomer {
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color .3s
}

.zoomist-in-zoomer:hover,
.zoomist-out-zoomer:hover {
    background-color: rgba(255, 255, 255, 0.9)
}

.zoomist-in-zoomer svg,
.zoomist-out-zoomer svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    fill: #333
}

.zoomist-zoomer-disable {
    pointer-events: none;
    opacity: .6
}
*/


/************************************
/*----------------------------------
/* MIX IT UP [Filters]
/*----------------------------------
/*************************************/
.column-block.mix {
	margin-bottom:3.5rem;
}
/* Simple Sort */
.has-filter-controls { /* Row class */
	padding-left:0.313rem;
	padding-right:0.313rem;
}
.has-filter-controls .columns {
	padding-left:0.313rem;
	padding-right:0.313rem;
}
.filter-link {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	width:100%;
	height:50px;
	background:transparent;
	border:2px solid transparent;
	border-radius:0;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;
	cursor:pointer;
}
.filter-link span {
	margin:0 auto;
	display:block;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	font-size:1rem;
	font-weight:400;
	color:#030d26;
	text-align:center;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;
}
.filter-link:hover {
	background-color:#dde1ec;
}
.filter-link.mixitup-control-active {
	background-color:#fff;
	border-color:#dcdcdc;
}
.filter-link.mixitup-control-active span {
	color:#0a359a;
}
/*- Multi Sort -*/
.filter-form {
	margin:0;
}
.filter-btn {
	display:block;
	width:100%;
	padding:1.063rem 0;	
	margin:0 !important;	
	position:relative;
	top:0;
	background:transparent;
	font-family:"Arimo", sans-serif;
	font-size:1rem;
	font-weight:400;
	color:#0a359a;
	letter-spacing:0.025em;
	line-height:1;
	text-align:center;
	text-decoration:none;
	border:1px solid #0a359a;
	border-radius:0;
	-webkit-transition: all 350ms linear 50ms !important;
	transition: all 350ms linear 50ms !important;	
}
.filter-btn-reset {
	background:#0a359a;
	color:#fff;
}
.filter-btn:hover {
	top:4px;
	cursor:pointer;
	color:#fff;
	background:#092975;
	border-color:#092975;
	-webkit-transition: all 350ms linear 50ms;
	transition: all 350ms linear 50ms;	
}
.filter-btn::after {
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.13 7.92'%3E%3Cg%3E%3Cpath fill='%230a359a' d='M3.96,7.92c-.2,0-.39-.08-.53-.22L.22,4.49c-.29-.29-.29-.77,0-1.06s.77-.29,1.06,0l2.68,2.68L9.85,.22c.29-.29,.77-.29,1.06,0s.29,.77,0,1.06L4.49,7.7c-.14,.14-.33,.22-.53,.22Z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
	background-size:contain;
	content:"";
	width:12px;
	height:8px;
	position:absolute;
	top:50%;
	right:0.5rem;
	-webkit-transform: translateY(-50%) scale(0);
	-ms-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	opacity:0;
}
.filter-btn:hover::after {
	background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.13 7.92'%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M3.96,7.92c-.2,0-.39-.08-.53-.22L.22,4.49c-.29-.29-.29-.77,0-1.06s.77-.29,1.06,0l2.68,2.68L9.85,.22c.29-.29,.77-.29,1.06,0s.29,.77,0,1.06L4.49,7.7c-.14,.14-.33,.22-.53,.22Z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
	background-size:contain;	
}
.filter-btn.mixitup-control-active {
}
.filter-btn.mixitup-control-active::after {
	-webkit-transform: translateY(-50%) scale(1);
	-ms-transform: translateY(-50%) scale(1);
	transform: translateY(-50%) scale(1);
	opacity:1;
}
/*- No Results Message -*/
.filter-empty-results {
	position:relative;
	visibility:hidden;
	opacity:0;
	max-height:0;
	overflow:hidden;
	-webkit-transition:all 350ms ease-in-out;
	-o-transition:all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.filter-empty-results > .row:not(.expanded) {
	width:100%;
	max-width:1300px;
	max-width:81.250rem;
	margin-left:auto;
	margin-right:auto;	
}
.filter-empty-results > .row:not(.expanded).columns {
	margin-left:auto !important;
	margin-right:auto !important;	
	padding-right:0.625rem !important;
	padding-left:0.625rem !important;
}
.filter-empty-results.is-visible {
	visibility: visible;
	opacity: 1;
	max-height: 100px;
}




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


.colophon {
	background:#071D4F;
	padding:4.688rem 0 3rem;
}
.body-index .colophon {
	background:transparent;
}
.colophon-branding-link {
	width:100%;
	max-width:262px;
	margin:0 auto 2rem;
}
.colophon-branding-link svg {
	width:100%;
	height:auto;
}
.colophon-link {
	color:#fff;
	font-weight:400;
}
.colophon-phone-no-img {
	display:block;
	width:100%;
	max-width:310px;
	margin:0 auto 0.313rem;
}
.colophon-text,
.colophon-utility-list {
	margin:0;
}
.colophon-title {
	padding-bottom:1rem;
	margin:4rem 0 1rem 0;
	font-weight:700;
	border-bottom:1px solid rgba(255,255,255,0.15);
}
.colophon-title:not([class*="color"]),
.colophon-title:not([class*="color"]) .colophon-link {
	color:#fff;
}
.colophon-link:hover,
.colophon-title:not([class*="color"]) .colophon-link:hover {
	color:#ffb612;
	background:transparent;
}
.colophon-text {
	color:#fff;
}
.colophon-text.has-branding,
.colophon-text.has-contact-info {
	text-align:center;
}
.colophon-text.has-contact-info:first-of-type:not(:only-of-type) {
	margin-bottom:1rem;
}
.colophon-alert {
    position:relative;
    margin-top:2.5rem;
    padding-top:1rem;
    padding-bottom:1rem;
    isolation:isolate;
    text-align:center;
}
.colophon-alert:before {
    content:"";
    background:#0a359a;
    width:100vw;
    height:100%;
    position:absolute;
    top:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    z-index:-1;
}
.colophon-alert-text {
    color:#fff;
    margin:0;
    font-size:1.125rem;
}
.colophon-social-list {
	margin:2.5rem 0;
	-ms-flex-pack: center;
	justify-content: center;
}
.colophon-social-list .social-link svg {
	fill:#fff;
}
.colophon-social-list .social-link:hover svg {
	fill:#ffb612;
}
.colophon > .row:last-of-type {
	text-align:center;
/* Comment out from here below when alert reinstated */
	margin-top:4rem;
	border-top:1px solid rgba(255,255,255,0.15);
}
.badge-list {
	margin:2.5rem 0 0 0;
    display:flex;
    list-style:none;
	-ms-flex-pack:center;
	justify-content:center;
}
.badge-list-item {
    line-height:1;
}
.badge-list-item:not(:last-of-type) {
    margin-right:1.25rem;
}




/************************************
/*----------------------------------
/* 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:#f5f5f5;
}
.style-guide-anchor > .row {
	max-width:1170px !important;
	max-width:73.125rem !important;
	margin-left:auto !important;
	margin-right:auto !important;
}
.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:#0a359a;
    -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:#092975;
}
.example {
	margin:1.5rem 0;
	padding:1.875rem 0.938rem;
	position:relative;
	border:1px solid #dcdcdc;
}
.colors {
}
.colors .box {
	margin:1.5rem 0;
	background:#fff;
	border:1px solid #dcdcdc;	
}
.colors .box div {
	width:100%;
	padding:0.313rem 0;
}
.styled-developers-hint {
	background:#e8f5e1;
	border:1px solid #ADDB94;
	padding:0.313rem 1rem;
	margin:1.25rem 0;
}
.styled-developers-hint h6 + p {
	margin-top:-1rem;
}

/************************************
/*----------------------------------
/* INDEX SPECIFIC
/*----------------------------------
/*************************************/

.intro p,
.main-index .primary-content p {
	line-height:1.4;
}