@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);


/* @group brand colours  */

/* REDUNDANT .royal-blue { background-color: #262261; rgb(38,34,97) } */

.royal-blue { background-color: #003D69; /* rgb(0,61,105) */ }

.blue { background-color: #296CA1; /* rgb 41,108,161 */ }
.light-blue { background-color: #8BD7F8; /* rgb 139,215,248 */ }
.light-grey { background-color: #D1D3D4; /* rgb 209,211,212 */ }
.pale-blue { background-color: #E4ECF3; /* rgb 228,236,243 */ }

.teal { background-color: #009399; /* rgb 0,147,153 */ }
/* @end */

html{
	overflow-x: hidden;
}

/* @group transitions */
.top-bar-section li:not(.has-form) a, ul.social li a:hover, .button, .locations a.panel:hover span {
	transition: background-color 0.4s ease-out;
	-webkit-transition: background-color 0.4s ease-out;
	-moz-transition: background-color 0.4s ease-out;
	-o-transition: background-color 0.4s ease-out;
}
.top-bar-section li a {
	font-family: 'Raleway', sans-serif;
	font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 400;
	letter-spacing: 0.5px;
}

.top-bar-section ul li {
	background: #296CA1 !important;
}

.top-bar-section ul li:hover {
	background: rgba(0,61,105,0.5) !important;
}

.top-bar-section ul li > a{
	background: #296CA1 !important;
}

.top-bar-section ul li ul li > a {
	text-align: left;
}

/* @end */

#dimensions {
	position: absolute;
	bottom: 50px;
	right: 0;
	color: white;
	background-color: red;
	padding: .2rem 1rem;
}

.row, section.top-bar-section { max-width: 1300px !important; }

section { margin-left: auto; margin-right: auto; }
.center { text-align: center; display: inline-block}

html { font-size: 1rem; }
body { min-width: 320px; width:100% }
body, h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; letter-spacing: 0.5px;}
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 135%; }
h4, p.lead, article > p:first-of-type, .lead p { font-size: 120%; }
h5 { font-size: 110%; }

h1, h2, h3, h4, h5 { font-weight: 300; color: #003D69; font-family: 'Raleway', sans-serif; }

section:not(.news) .inner { padding: 40px 0; overflow: hidden; }
.home h1 { margin-bottom: 25px; }
section h2:first-of-type { margin-bottom: 25px; }



/* @group buttons */

.button, button { border: 2px solid rgba(0,0,0,.15); font-size: 90%; padding: .4rem 1.5rem .5rem; }

/* @end */


/* @group top bar */
.title-area .name { visibility: hidden; }
.top-bar .toggle-topbar.menu-icon a span::before { content: "open"; margin-right: .2rem; }
.top-bar.expanded .toggle-topbar.menu-icon a span::before { content: "close"; }
.top-bar {
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.25);
	background: rgba(0, 100, 172, 0.9);
  width: 100%;
}
@media only screen and (min-width: 1300px) {
	.top-bar-section > ul {
			width: 100%;
			display: table;
	}
	.top-bar-section > ul > li {
	    background: none;
			display: table-cell;
			float: none;
			text-align: center;
	}
	header section.top-bar-section > ul > li > a.link {
	    background: none !important;
	}
	header section.top-bar-section > ul > li > a.link:hover {
    background: #296CA1 !important;
	}
}
/* @end */


/*   Mega Menu   */
.top-bar-section .has-dropdown {
	position: static;
}
.top-bar-section .has-dropdown a {
	position: relative;
}

.top-bar-section .has-dropdown.moved {
	position: static;
}
.top-bar-section .has-dropdown.moved > a:after {
	display: block;
}

@media only screen and (min-width: 1300px){
    .contain-to-grid .top-bar {
        max-width: none;
    }

	.top-bar-section ul li > a{
		background: none !important;
	}

	.top-bar-section ul li {
		background: none !important;
	}
}


/* DROPDOWN GENERAL STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.m-menu {
	/*border-top: 1px solid #4e4e4e;*/
}
.m-menu a {
	display: block;
	transition: opacity 0.3s ease;
}
.m-menu a:hover {
	opacity: 1;
}

.contain-to-grid{
	background: none !important;
}

ul.dropdown.m-menu.thirdlvl {
	top: -4.3rem;
}

li.title.back:hover {
	background: #296CA1 !important;
}

ul.dropdown.m-menu.thirdlvl li.title.back:hover {
	background: #296CA1 !important;
}

@media only screen and (min-width:1024px) and (max-width: 1300px) {
	ul.dropdown.m-menu.thirdlvl {
		top: -3rem;
	}
}

@media only screen and (max-width: 1300px){
	.thirdlvl li.back a {
		margin-left: 0;
	}

	.thirdlvl li.parent-link a {
		margin-left: 0;
	}

	.thirdlvl li a {
		/*margin-left: 1rem;*/
	}
}

.top-bar-section .dropdown li.thirdlvl-padding a {
	padding-left: 2rem;
}
/* TOP LINKS INSIDE DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column li:not(:first-child) a {
	border-top: 1px solid #262626;
}
.column li a:hover i {
	right: 3px;
}

/* BOTTOM LINKS INSIDE FIRST DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.intro .icon-play {
	position: absolute;
	color: rgba(0, 0, 0, 0.4);
	font-size: 2.5em;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: color 0.3s ease;
}
.intro:hover .icon-play {
	color: rgba(0, 0, 0, 0.7);
}

/* TARGET DIV INSIDE SECOND DROPDOWN STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column > img {
	margin: 1em 0;
}

.info-visible {
	display: block;
}

/* Coordinare menu styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menuitems {
	background: #296CA1;
	text-align: left;
}

.dropdown.m-menu.thirdlvl{
	padding: 0;
}

.menuitems h3 {
	color: #003D69;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.menuitems .large-4:nth-child(2) {
	padding: 0;
	background: url(../images/graphic.svg) right 0px no-repeat #E4ECF3;
	background-position: 20% 200px;
}

.menuitems ul li a {
	color: #fff;
	opacity: 1;
}

li.parent-link.show-for-large-up a {
    font-size: 1.25rem;
    font-weight: 600;
}

@media only screen and (max-width: 1300px) {
	li.parent-link.show-for-large-up a {
		font-size: 1rem;
		font-weight: 400;
		padding: 8px 8px;
	}
	.thirdlvl li.parent-link.show-for-large-up a{
		padding: 8px 18px;
	}
	.feature-item{
		display: none;
	}
}

.column-two {
	padding: 1.5rem 2rem;
}

.column-two a {
	padding: 0 !important;
}

.menuitems a {
	opacity: 1;
	background: none !important;
	/*padding: 0 !important;*/
}
.menuitems p {
	opacity: 1;
}

.menuitems p.ph a {
	font-weight: 700 !important;
	font-size: 165%;
    color: #003D69;
}

.menuitems .parent-link{
    font-weight: bold;
}

.menuitems .nav-text{
    color: #003D69 !important;
}

.menuitems figure {
	padding: 1.5rem;
	margin: 0;
}

.menuitems figcaption {
	padding-top: 2rem;
}

.menuitems figcaption p{
	font-size: 0.85rem;
    color: #ffffff;
}

.menuitems .button.button-light {
	background: #ffffff !important;
	color: #296CA1 !important;
	line-height: normal;
	padding: 0.75rem 2rem .75rem 2rem !important;
	font-weight: 600;
	height: auto;
    white-space: normal;
}

.menuitems .button.button-light:hover {
	background: #e4ecf3 !important;
}

ul.dropdown.m-menu.thirdlvl li:hover {
	background: rgba(41, 108, 161, 0.5) !important;
}


li.title.back.js-generated h5 {
	position: absolute;
	top: -0.5rem;
	left: 1rem;
	opacity: 1;
	color: #fff;
}

.column-two{
	display: none;
}

.column-three{
	display: none;
}

.top-bar-section ul li.feature-item {
    position: absolute;
    right: -100%;
    top: 0;
    z-index: -1;
    box-shadow: 2px 0 4px rgba(0,0,0,.05);
    width: calc(100% + 1px)!important;
    background-color: #296CA1 !important;
}

.feature-item p{
    color: #ffffff;
}

ul.dropdown.m-menu.thirdlvl li.feature-item:hover {
    background-color: #296CA1 !important;
}

.top-bar-section ul li.feature-item a {
    border-top: none;
}

@media only screen and (max-width: 1300px)  {
	.menuitems .large-4{
		width: 100%;
	}
}

@media only screen and (min-width: 1300px){
	.dropdown.m-menu.thirdlvl{
		background: #E4ECF3;
		padding: 0 2rem;
	}

    .dropdown.m-menu.thirdlvl a {
        color: #003D69 !important;
        line-height: 1.5 !important;
        padding: 1rem 1.25rem !important;
        white-space: normal;
    }

	.column-two{
		display: block;
	}

	.column-three{
		display: block;
	}

	ul.dropdown.m-menu.thirdlvl {
		top: 0;
	}
}

li.parent-link.show-for-large-up a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: #ffffff transparent transparent transparent;
    border-left-style: solid;
    margin-right: 1.25rem;
    margin-top: -4.5px;
    position: absolute;
    top: 50%;
    right: 0;
}

/* @group header */
header {
	z-index: 2;
	position: relative;
}
header .header-top {
	background-color: #003D69;
	background: -moz-linear-gradient(top,  #032B58 0%, #003D69 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#032B58), color-stop(50%,#003D69));
	background: -webkit-linear-gradient(top,  #032B58 0%,#003D69 50%);
	background: -o-linear-gradient(top,  #032B58 0%,#003D69 50%);
	background: -ms-linear-gradient(top,  #032B58 0%,#003D69 50%);
	background: linear-gradient(to bottom,  #032B58 0%,#003D69 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032B58', endColorstr='#003D69',GradientType=0 );

	padding-top: 10px;
/*	height: 220px; /* TEMP */
}

header .inline-list {
	margin-top: 0;
}
header .inline-list a {
	color: #D1D3D4;
    padding-right: 1rem;
/*	font-size: 14px;*/
}
header .inline-list a:hover { color: #fff; }
header .inline-list span.fa { margin-right: .1rem; }
header .logo img { max-height: 80px; margin-bottom: 10px; }
header .links { display: none; }

ul.social {
	list-style: none;
	display: inline-block;
	/*overflow: auto;*/
	margin: 0 auto 10px;
	float: right;
}
ul.social li {
	float: left;
}
ul.social li a {
	display: block;
	width: 36px;
	height: 36px;
	line-height: 34px;
	font-size: 18px;
	color: rgba(255,255,255,.85);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 99px;
	background: #296CA1;
	margin: 0 3px;
	text-align: center;
}
ul.social li a:hover {
	color: rgba(255,255,255,1);
	border: 1px solid rgba(255,255,255,0.4);
	background: #003D69;
	background: rgba(41,108,161,.5);
}

.search-row {
    display: flex;
    align-items: center;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.search-row .portal-links {
    margin: 0 !important;
}

.search-row .portal-links .portal {
    margin: 0;
}

#search input {
  height: 34px;
  padding-left: 0.75rem;
  position: relative;
}
#search input[type="submit"] { color: transparent; }
#search input[type="text"] {
	background: #003D69;
	border-color: #FFF;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: #fff;
}
#search ::-webkit-input-placeholder { color: #FFFFFF; }
#search :-moz-placeholder { color: #FFFFFF; }
#search ::-moz-placeholder { color: #FFFFFF; }
#search :-ms-input-placeholder { color: #FFFFFF; }

#search .button {
	top: 50%;
  	right: 0;
	width: 36px;
  	font-size: 12px;
  	text-align: center;
	color: #D1D3D4;
	height: 34px;
	line-height: 34px;
	padding: 0;
  	border: none;
	position: absolute;
    background: none;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: 13px 10px;
    transform: translate(-50%, -50%);
}

form.search-form .twitter-typeahead {
    display: block;
    width: 100%;
    position: relative;
}

form.search-form .tt-menu {
    background: white;
    padding: 2px;
	box-shadow: 0 0.5rem 1rem 0 rgba(0,0,0,0.1);
}

form.search-form .tt-suggestion {
    padding: 1rem;
    color: #003D69;
    cursor: pointer;
}

form.search-form .tt-suggestion:hover {
    background-color: #c6e3e4;
}

form.search-form .tt-suggestion.tt-cursor {
	background: #F1F1F2;
}
    /* @end */


/* @group hero */

.hero {
	width: 100%;
    top: -60px;
    margin-bottom: -60px;
    height: 400px;
}
.hero .caption {
	position: absolute;
	top: 0;
	width: 100%;
	margin-left: 0;
	background-color: #E4ECF3;
	background-color: rgba(228,236,243,.9);
	padding: 5% 15%;
	text-align: center;
	height: 200px;
}
.hero .caption {
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	padding: 1.5rem 2rem 1rem;
	position: relative;
	min-height: 200px;
	margin-top: 20px;
	height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.hero .caption:before {
	content:"";
	background-image: url(../images/graphic-solid.svg);
	background-position: center center;
	background-size: cover;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hero .caption .button {
    margin: 2rem auto 0;
    /* position: absolute; */
	bottom: 1rem;
    font-size: 11px;
}
.hero .caption h2 {
	color: #000;
	font-size: 1rem;
	line-height: 1.25em;
	margin-bottom: 15px;
	line-height: 1.75;
	color: #222;
	font-weight: 400;
	letter-spacing: 0.5px;
  position: relative;
}
.hero .caption p { color: #fff; display: none; width: 100%; }

/* @end */


/* @group owl-carousel twitter */

/*.owl-wrapper, .owl-item, .owl-item .item { overflow-y: hidden !important; }*/
.hero.owl-carousel .owl-wrapper-outer {
    margin-top: 0px;
	margin-bottom: 0px;
}
.owl-item .item {
	position: relative;
	min-height: 200px;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    top: 0;
}
.owl-item .item img {
	position: absolute;
	top: 0;
	right: 0;
	max-width: none;
	width: 300%;
}
.twitter {
	text-align: center;
	color: #fff;
	background: url(../images/graphic.svg) 130% top no-repeat #296CA1;
	height: 190px;
}
.twitter h3 {
	color: #fff; font-weight: 700;
}
.twitter a {
	color: #94B5D0;
}
.tweets p {
	line-height: 1.4rem;
	padding-right: 10%;
	padding-left: 10%;
}
/*
.tweets p::before {
	content: open-quote;
	font-size: 1.8rem;
	margin-right: .25rem;
	margin-bottom: -1rem;
	position: relative;
	top: 5px;
}
.tweets p::after {
	content: close-quote;
	font-size: 1.8rem;
	margin-left: .25rem;
	margin-bottom: -1rem;
	position: relative;
	top: 5px;
}
*/
.hero .owl-prev { left: 1.5%; bottom: 35%; position: absolute; }
.hero .owl-next { right: 1.5%; bottom: 35%; position: absolute; }

.tweets .owl-prev { left: -3%; bottom: 20%; position: absolute; }
.tweets .owl-next { right: -3%; bottom: 20%; position: absolute; }

.tweets .owl-item div { padding: 16% 20%; }

	/* Styling Next and Prev buttons */
	.owl-theme .owl-controls .owl-buttons div {
		color: #000;
		display: inline-block;
		zoom: 1;
		*display: inline;/*IE7 life-saver */
		margin: 5px;
		padding: 10px;
		font-size: 1.75rem;
		opacity: 0.5;
	}
	.tweets.owl-theme .owl-controls .owl-buttons div { color: rgba(255,255,255,.50); }
	/* Clickable class fix problem with hover on touch devices */
	.owl-theme .owl-controls.clickable .owl-buttons div:hover {
		filter: Alpha(Opacity=100);/*IE7 fix*/
		opacity: 1;
		text-decoration: none;
	}
	/* preloading images */
	.owl-item.loading{
		min-height: 150px;
		background: url(../owl-carousel/AjaxLoader.gif) no-repeat center center
	}

/* @end */

/* @group section.crumb */

section.crumb {
	padding: 20px;
	background-color: #F1F1F2;
}
section.crumb ul { margin: 0; }

/* @end */

/* @group section.intro */

/*p.lead {
    font-size: 1rem;
    line-height: 1.5;
}*/
.intro .button { margin: 0 0.5% 40px; }

.featured-list {
	overflow: auto;
	text-align: center;
}
.featured-list * { line-height: 22px; }
.dial {
	text-align: center;
	overflow: visible;
	position: relative;
	width: 170px;
	min-height: 170px;
	display: inline-block;
}
.dial .caption {
	position: absolute;
	width: 100%;
	padding: 0 10%;
	left: 0;
}
.dial span.fa {
	color: #fff;
	margin-top: 30px;
	margin-bottom: 25px;
	font-size: 24px;
}
.dial strong {
	color: #003D69;
}
.dial .svg {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}
.dial .svg path {
/*	fill: #296CA1; */
	opacity: 0.9;
}

/* @end */


/* @group section.news */

section.news { /*text-align: center;*/ background-color: #E4ECF3; }
section.news a {
	color: #256292; /* 007299 */
}
section.news .row { max-width: 1200px; }
section.news .inner { padding: 40px 0 60px; overflow: auto; }
section.news .box {
	background: #FFFFFF;
	min-height: 280px;
	overflow: auto;
	position: relative;
	padding-bottom: 40px;
    border: none;
}
section.news .box img {
		margin-bottom: 14px;
		width: 100%;
		height: auto;
}
section.news h2 {
		text-align: center;
		font-size: 2rem;
		letter-spacing: 0.5px;
}
section.news p {
	font-size: 0.85rem;
    line-height: 125%;
    width: 100%;
    text-align: center;
    float: left;
    /* padding-left: 15px; */
    /* padding-bottom: 10px; */
    padding: 0 0.5em;
    margin: 0 0 20px;
}
section.news .more-link {
    width: 100%;
    display: block;
    padding: 0 15px 5px;
    text-align: center;
    float: left;
	margin: 10px auto;
}
section.news .button span.fa {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 0 5px;
    color: #296CA1;
}
section.news .button, .list.news span button {
	font-size: 90%;
	border: 1px solid #9B9B9B;
	background: none;
	color: #000;
	float: right;
}
section.news .button {
    width: auto;
    height: auto;
    right: auto;
    margin: 0px auto;
    padding: 0;
    border-color: #E4ECF3;
    /* margin: 0; */
    float: none;
    display: inline-block;
    position: relative;
    font-size: 90%;
    padding: 5px 1rem;
    line-height: 1;
    height: auto;
    color: #296CA1;
}
.list.news span button {
	padding-top: 5px;
	padding-bottom: 7px;
}
section.news a:hover.button, .list.news span button:hover {
	border: 1px solid #D1D3D4;
	background-color: #F1F1F2;
}
section.news .news-link {
	text-align: center;
	clear: left;
}

/* @group custom-grid */

.custom-grid { width: 89%; margin-left: 5.5%; }
.custom-grid li {
	list-style: none;
	float: left;
	margin-bottom: 15px;
}
.custom-grid li:last-of-type { padding-left: 0; }

.custom-grid li.double {
	width: 100%;
	height: 252px;
	margin-left: 0;
	overflow: hidden;
}
.custom-grid li.double iframe { height: 252px; min-height: 720px;}

/* @end */

/* @end */

/* @group section.iframe */

.iframe {
	padding: 50px 0;
	background-color: #D1D3D4;
	text-align: center;
}
iframe { width: 100%; border: none; overflow: hidden;}

.custom-iframe iframe{
    min-height: 720px;
}

/* @end */

/* @group section.cta */
.cta {
	padding: 55px 0;
	background-color: #D1D3D4;
	text-align: center;
}
.cta .button {
	border: 2px solid rgba(0,0,0,.5); background: none; color: #000;
	min-width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.cta a:hover.button { background: rgba(255,255,255,.5); }
.cta .button, .cta p { margin-bottom: 0; text-align: center; }

/* @end */

/* @group section.light */
.light {
	background-color: #f7f7f7;
	background-image: linear-gradient(-180deg, #eee 0%, #fff 100%);
}
.light h2 { color: #00ADEE; }
/* @end */

/* @group basic */
.main { padding: 40px 0; overflow: auto; }

.side-nav li ul li { list-style: none; }
.side-nav li.active > a:first-child:not(.button) { border: 1px solid #D1D3D4; pointer-events: none; cursor: default; }
.side-nav h5 { color: #767676; font-weight: 700; }

.image { background: url(../images/graphic.svg) center no-repeat #D1D3D4; overflow: auto;
	margin-bottom: 40px;
}

.image.center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.panel-container .image {
    background: none;
}

.panel-container ul.left {
    float: inherit !important;
}

.image img {
	float: left;
	width: 60%;
}
.image .caption {
	float: right;
	width: 40%;
	padding: 20px 20px 20px 25px;
}
.image .caption h2 { color: #000; }

.content .center {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
table img.leftAlone {
    display: block;
    margin: 0;
  	max-width: 99%;
}
table img.center {
    display: block;
    margin: 0px auto;
  	max-width: 99%;
}
table img.left {
  float: left;
  max-width: 99%;
}
table img.right {
  float: right;
  max-width: 99%;
  clear: right;
}
.content .leftAlone {
  float: left;
  margin-right: 100%;
}
.content .left {
  float: left;
  max-width: 99%;
  clear: left;
}
.content .right {
  float: right;
  max-width: 99%;
  clear: right;
}
.content .left img,
.content .right img {
  float: none;
  margin: 0;
}
.content .media {
  float: none;
  margin: 16px 0px 16px 0px;
  margin: 1rem 0rem 1rem 0rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.content .media iframe,
.content .media object,
.content .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.Page.hideSidebar .main .large-3.large-pull-9.columns {
    display: none;
}
.Page.hideSidebar .main .large-9.large-push-3.columns {
    left: 0;
    margin: 0px auto;
    float: none;
}




/* @end */

/* @group news list */
time { color: #767676; }
.share { display: block; overflow: hidden; border-top: 1px solid #D1D3D4; padding-top: 10px; margin-bottom: 40px; }
.share p { display: inline; margin-right: 1rem; }
.share .button {
	font-size: .65rem !important;
	padding: .35rem 1rem .4rem 1rem !important;
	margin-bottom: 4px;
}
.share .button span.fa { margin-right: 5px; }
img.inline { float: right; max-width: 40%;
	margin: 0 0 20px 5%;
}
time + .share { margin-top: 40px; }

h1 .label { bottom: 5px; margin-right: .5rem !important; }
h1 .label:first-of-type { margin-left: 1rem; }

.list.news { margin-top: 50px; }
.list.news a { overflow: auto; border-bottom: 1px solid #D1D3D4; margin-bottom: 35px; padding-bottom: 10px; }
.list.news a:last-of-type { border-bottom: none; }
.list.news h4 { margin-top: -5px; }
.list.news img { max-width: 25%; float: left; }
.list.news img+span { max-width: 72%; float: right; width:100%; }
.list.news span button { margin-top: 10px; }

/* @end */

/* @group resource list */
.tags {	margin: 30px 0 !important; }
.tags span:not(.label) { bottom: 10px; position: relative; }
.tags .label { margin: 0 .4rem 5px 0 !important; }
.tags a:hover.label { background-color: #D1D3D4; color: black; }
.tags a.selected { background-color: #296CA1; color: white; }

.list.resources a {
	overflow: auto;
	background-color: #F1F1F2;
	margin-bottom: 10px;
	padding: 10px 1rem 10px 2.5rem;
	position: relative;
	z-index: 0;
}
.list.resources a:hover {
	background-color: #E4ECF3; ;
}
.list.resources a:hover span.fa {
	color: #296CA1;
}

.list.resources a p {
	display: inline;
}
.list.resources span.fa {
	position: absolute;
	left: 15px;
	top: 14px;
}
.list.resources a:after {
	font: 1rem 'Font Awesome 5 Pro';
	color: #999;
	content: "\f019";
	float: right;
	padding-top: 4px;
}

label#sort-label {
	padding-top: .5rem;
	text-align: right;
}

.list.resources a:hover:after {
	color: #296CA1;
}

aside form {
	background-color: #E7EFF5;
	padding: 15px 20px;
	margin-top: 15px;
	margin-bottom: 30px;
}
aside .panel {
	border: none;
	background-color: #003D69;
	color: #fff;
	padding: 20px 20px 25px;
	margin-top: 15px;
	margin-bottom: 30px;
}
aside .panel h4 { margin-bottom: 20px; }
aside .panel h4, aside .panel li { color: inherit; }
aside .panel ul { margin: 0; }
aside .panel li { list-style: none; margin-bottom: .5rem; }
aside .panel li span.fa { margin-right: .5rem; }

aside form label select, aside form label input { margin-top: 5px !important; }
aside form label #category { margin-bottom: 20px; }

/* @end */


/* @group banner */
	.banner { background: url(../images/graphic.svg) center no-repeat; overflow: auto;
		margin: 40px 0;
		padding: 25px 25px 80px;
		position: relative;
	}
	.banner h2 {
		margin-bottom: 10px !important;
		color: inherit;
	}
	.banner .button { background: none; color: inherit; display: block;
		bottom: 5px;
		position: absolute;
		right: 25px;
		left: 25px;
	}
	.banner a:hover.button { background: rgba(255,255,255,.5);	}
	.banner.tall {
		min-height: 440px;
		padding-top: 50%;
	}
/* @end */

/* @group article */

/*article.lead {
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 17rem, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(17rem,rgba(245,245,245,0)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 17rem,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 17rem,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 17rem,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 17rem,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f2f2',GradientType=0 );
	padding-bottom:0.1rem;margin-bottom:1rem;
}*/

article h1 + p { margin-top: 30px; }

article .label { background-color: #F1F1F2; border-radius: 3px; color: #000;
	padding: 7px 12px;
	margin-right: 1rem;
}
article ul { margin-left: 5%; }

article img.left {
	margin-right: 4%;
	margin-bottom: 15px;
}
article img.right {
	margin-left: 4%;
	margin-bottom: 15px;
}

h5.detail { margin: 30px 0; color: #333; }

.pagination {
	position: absolute;
	bottom: 0;
	right: 0.9375rem;
}
.pagination.top { top: 10px; }
.pagination li.arrow a { background-color: #296CA1; color: #fff !important;	padding: 0 8px; }
.pagination li:first-child.arrow a { margin-right: .75rem; padding-left: 6px; }
.pagination li:last-child.arrow a { margin-left: .75rem; padding-right: 6px; }
.pagination .arrow.unavailable a { background-color: rgba(41,108,161,.25); }
.pagination .arrow.unavailable a:hover { background-color: rgba(41,108,161,.25); }
.pagination li:not(.arrow) a:hover { background: none; }
.pagination .arrow span.fa {
	font-size: .7rem;
	position: relative;
	/*bottom: 1px;*/
}
/* @end */

/* @group jobs */

.apply form {
	background-color: #E7EFF5;
	padding: 30px 10px;
	margin-top: 50px;
	clear:both;
}
.apply form input[type="button"] {
	font-size: 90%;
	border: 1px solid #9B9B9B;
	border-radius: 3px;
	background: #fff;
	color: #000;
	padding: 5px 1.25rem 7px;
	margin-right: .75rem;
}
.apply form input[type="button"]:hover { background: none; }
.apply form input[type="button"] + span {
	font-size: 80%;
	color: rgba(0,0,0,.75);
}
.apply form h3, .apply form .Actions { padding-left: 0.9375rem; margin-bottom: 1rem; }
.apply form input[type="text"], .apply form input[type="email"] { margin-bottom: 0; }
.apply form input.action { margin-bottom: 0; }
.apply .upload { margin-top: 10px; }
.apply .upload label {
	float: right;
	position: relative;
	top: 4px;
}
.apply form button { margin: 20px 0 10px; }

/**** @forms ****/
/*.main form fieldset { border :0; margin:0; padding:0; }*/
/* userforms automagically have class "columns" applied */
form.userforms .Actions { padding: 0 0.9375rem; margin-top: 1rem; }
form .field { margin-bottom:1.5rem; position:relative; }
form .field.checkbox input { width:auto; }
form .field.checkbox label.right { width:auto; text-align:left; margin-left:0.5rem; margin-bottom:0rem; display:inline-block; }
form .middleColumn { clear:both;}
form .field.checkbox { clear:both; margin-bottom:1.5rem; }
form .middleColumn textarea {min-height: 100px; width:100%; }
form .field .middleColumn ul { list-style: none; margin-bottom: 1.5rem; margin-left:0; line-height:1; }
form .field .middleColumn ul li input { margin: 0;}
form .middleColumn input.file { padding: 7px; background: #fafafa; border: 1px solid #CCCCCC; }
form .middleColumn input.file:focus, form .middleColumn input.file:hover { border-color: #999999; outline:none; background-color: #f3f3f3; }
form input[type="file"], form input[type="checkbox"], form input[type="radio"], form select { margin:0; }

/**** Expenses form styling ****/
fieldset.optionset {
    border: 0;
    padding: 0 0 1.25rem;
    margin: 0;
}

fieldset.optionset legend {
    color: #4d4d4d;
    font-size: 0.875rem;
    line-height: 1.5;
    margin-left: -4px;
}

input:not([type]), input[type="text"], input[type="password"],
input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="week"], input[type="email"],
input[type="number"], input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], input[type="color"], textarea {
margin-bottom: 0;
}

.userformsgroup>legend {
    font-size: 1.15rem;
    color: #296CA1;
    margin: 0 -4px;
}

fieldset.userformsgroup {
    border: 1px solid #94B5D0;
    border-radius: 0;
    padding: 8px 1.5rem;
}

.right-title {
    font-size: 0.875rem;
    color: #767676;
    margin-top: 5px;
}

.checkbox label.left {
    float: none !important;
    max-width: 85%;
    vertical-align: text-top;
    font-weight: 400;
}

@media only screen and (min-width: 40.0625em) {
    .checkbox label.left {
        max-width: 90%;
    }
}

@media only screen and (min-width: 64.0625em) {
    .checkbox label.left {
        max-width: 94%;
    }
}

.field.currency .middleColumn::before {
    content: "$";
    position: absolute;
    padding: 0.5rem;
    font-size: 0.875rem;
}

.field.currency input {
    padding-left: 1.25rem;
}

form .field tr .delete-row {
    padding: 0.25rem 0.25rem;
}

form .field tr .delete-button {
    margin-bottom: 0;
    padding: 0;
    color: #296CA1;
    background-color: transparent;
    font-size: 0.875rem;
}

form .field tr .delete-button:hover,
form .field tr .delete-button:focus {
    color: #215681;
}

::-webkit-calendar-picker-indicator {
    margin: 0;
}

tbody.journey-field-inputs tr td:nth-child(-n+2) {
    max-width: 150px;
}

input[type=submit] {
    padding: 0.75rem 2rem .75rem 2rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
}

/**** errors/required/messages ****/
form .field.requiredField > label:after,
form .field.requiredField > legend:after,
form .field.checkbox.requiredField label:after {
    content: " *";
    color:#DB0000;
    font-weight: 700;
}

form input.error {
    border: 1px solid #DB0000;
}

form span.required, form span.error, form span.validation {
	/*position: absolute;*/
	/*bottom: 21px;*/
	/*left: 15px;*/
	background: #FFEBEF;
	color: #DB0000;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 600;
    border: 1px solid #DB0000;
    margin-top: 0.5rem;
    padding: 0.25rem 0.5rem;
}
section p.message { border:1px solid black; padding:0.5rem; margin: 1rem 0; text-align:center; }
section p.message.bad, section p.message.required { background:pink; border-color: #ff0000; color:red; }
section p.message.good { background:#ccffcc; border-color:green; color:green; }
section p.message.notice, section p.message.warning { background-color: #FFD2A6; border-color: #FF9300; color: #FF9300; }

/**** recapatcha(clean) ****/
form div.recaptcha { position:relative; margin-bottom: 1rem; }
form div.recaptcha > label:after { content: " *"; color:red; }
form #recaptcha_widget_div table tr { background:transparent; }
form #recaptcha_widget_div .recaptcha_image_cell center { padding: 0 5px; }
form #recaptcha_widget_div #recaptcha_image { width:100% !important; margin:-1px; border-width:0 !important; }
form #recaptcha_widget_div input#recaptcha_response_field { margin: 5px; max-width:97% !important; border-color: #bbb !important; border: 2px solid #bbb; }
form #recaptcha_widget_div td { padding:3px !important; text-align:center; }
form #recaptcha_widget_div .recaptcha_only_if_privacy { font-size:0.66rem; float:none; }
form a#recaptcha_reload_btn, form a#recaptcha_switch_img_btn,
form a#recaptcha_switch_audio_btn, form a#recaptcha_whatsthis_btn { height: 16px; width: 25px; float: left; clear: left; background-color: #0875BF !important; }



.how { margin-top: 50px; }
.how h2 { margin: 0 !important; }
.how .accordion .accordion-navigation > .content { padding: 1.5rem 30px; }
.how .accordion-navigation > a {
	padding: 1rem 30px;
	background-color: #D1D3D4;
}
.how .accordion-navigation > a h2 {
	color: #296CA1;
}
.how .accordion-navigation > a h2:after {
	font: 1.5rem 'FontAwesome';
	content: "\f107";
	float: right;
	margin-top: .4rem;
}
.how .accordion-navigation.active > a h2:after {
	content: "\f106";
}

ul.accordion { margin-left: 0; }

.list { margin-bottom: 100px; }
.list a {
	display: block;
	position: relative;
	color: #333;
}
.list.jobs a {
	border: 2px solid rgba(209,211,211,0.60);
	padding: 1rem 30px;
	margin-bottom: 20px;
	padding-right: 130px;
}
.list.jobs a:hover { border: 2px solid #296CA1; }

.list a h4 {
	color: #296CA1;
	float: left;
	margin-bottom: 15px;
}
.list a h4 + .label {
	margin-left: 1rem;
}
.list a p:not(.close) { clear: left; margin-bottom: 5px;
	font-size: .85rem; }
.list a p.close { color: #666; margin-bottom: 7px; }
.list a span.more {
	position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -47.5px;
    text-align: center;
}
.list a span.more span {
	background: #fff;
	border-radius: 40px;
	width: 65px;
	height: 65px;
	font-size: 1.65rem;
	color: #296CA1;
	text-align: center;
	line-height: 65px;
	margin-bottom: 5px;
	padding-left: 3px;
}
.list a:hover span.more span {
	background: #D1D3D4;
	color: #fff;
}
.list a span.more p {
	color: #757778;
	font-weight: 700;
	font-size: .8rem;
}

.back {
	/*font-size: 90%;*/
	display: inline-block;
}
.back:before {
	font: 1.5rem 'FontAwesome';
	content: "\f104";
	margin-right: 0.6rem;
	margin-left: 1rem;
	color: #fff;
}
.back.text-center {
	/*width: 95%*/
	margin-top: 30px;
}

/* @end */

/* @group contacts */

	.contacts {
		/*overflow: auto;*/
		background-color: #E4ECF3; background-color: rgba(228,236,243,.75);
		margin-bottom: 30px;
		margin-top: 30px;
		text-align: left;
	}

	.contacts .info {
		height: 200px;
		padding: 20px 15px 15px;
	}
	.contacts .info.phone {
		background: url(../images/graphic.svg) center no-repeat #296CA1;
		color: #fff;
		padding-left: 20px;
	}
	.contacts .info.phone a {
		font-size: 2rem;
		font-weight: 700;
		color: #fff;
	}
	.contacts .info.phone a .fa-phone {
		margin-right: .5rem;
	}
	.contacts .info.address {
		padding-left: 3rem;
	}
	.contacts .info.address span.fa {
		margin-right: .5rem;
		position: absolute;
		left: 1.5rem;
		padding-top: 4px;
	}
	.locations .panel {
		height: 150px;
		text-align: left;
		background: #fff;
		padding: 20px 15px 15px;
		display:block;
		position:relative;
	}
	.locations .panel span {
	z-index: -1;
	display:block;
	position:absolute;
	top: 0; right: 0; bottom:0; left:0;
	width:100%;
	padding:1rem;
	text-align:center;
	line-height: 108px;
	color:#000;

	}
	.locations .panel:hover span, .locations .panel:focus span {
	z-index:1;
	background-color: #F1F1F2;
	}

	.locations .panel h5 { color: #296CA1; font-weight: 700; font-size: 90%; text-transform: uppercase; }
	.locations .panel p { font-size: 80%; }
	.locations + p.lead { margin: 10px 5% 40px; }

.ContactPage form {
	max-width: 640px;
	margin: 0 auto 20px;
}
.ContactPage form fieldset {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.ContactPage form label {
	margin-bottom: .25rem;
}
.ContactPage #recaptcha_area table {
	display: inline-block;
}

/* @end */

/* @group board */
.board { overflow: auto; margin-top: 30px;
	margin-bottom: 30px;
}
.board .panel { background: none; width: 46%; margin-right: 4%;
	float: left;
	padding: 10px;
}
.board a:hover.panel { background-color: #f7f7f7; border-color: #296CA1; }

.board .panel img {
	max-width: 100%;
	max-height: 150px;
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
}
.board .panel h4 {
	margin-top: 10px;
	font-size: 1rem;
	color: #003D69;
}
.board .panel p {
	font-size: .8rem;
	line-height: 1rem;
}

/* @end */

/* @group profile */

.location {
	text-transform: uppercase;
	margin-top: 1rem;
	margin-bottom: .4rem;
	font-size: 90%;
}
.position {
	/*text-transform: uppercase;*/
	margin-bottom: .4rem;
}

.profile img {
	max-width: 90%;
	margin: 5px 0 20px;
}
.profile h1 {
	font-size: 1.5rem;
}

/* @end */

/* @group footer */

footer {
	background: url(../images/graphic.svg) right -190px no-repeat #003D69;
/*	background-size: cover;*/
	padding: 50px 2%;
    background-position: 130% -145px;
	color: #fff;

/*	height: 220px; /* TEMP */
}
footer .logo img {
	max-height: 80px;
	margin-bottom: 20px;
	float: right;
}
footer iframe {
	width: 100%;
	background: #161439;
	border: 1px dashed #fff;
	height: 80px;
	margin-top: 10px;
}
footer .side-nav {
	padding-top: 0;
	padding-bottom: 30px;
}
footer .side-nav li {
	margin: 0 0 0 1rem;
	font-size: 80%;
}
footer .side-nav li:first-of-type {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 100%;
}
footer .side-nav li a {
	line-height: 1rem;
	margin-left: -0.875rem !important;
	margin-bottom: 0;
	/*font-weight: 400;*/
	margin-right: 0;
}
footer .ph {
	font-size: 175%;
	font-weight: 700;
}
footer .side-nav li a:not(.button) { color: #fff; }
footer .side-nav span.fa { margin-right: .5rem; }
footer ul.social { float: left; }

footer .button {
	border: 2px solid rgba(255,255,255,.5);
	background-color: #296ca1;
    font-size: 0.9rem;
}
footer a:hover.button {
	background-color: rgba(255,255,255,.1);
}

.legal p { text-align: center; font-size: 90%; color: #222; }
.legal p:last-of-type { color: #999; }

.legal img { max-width: 150px; margin: 15px 5% 5px; }

/* @end */

@media only screen and (max-width: 23.438em) {

	section.crumb { display: none; }

} /* max-width 375px */

@media only screen and (min-width: 0em) {

	html { font-size: 85%; }

} /* min-width 0px */

@media only screen and (min-width: 40.063em) {

	html { font-size: 95%; }

	section:not(.news) .row :not(.caption).button {
		padding: .85rem 1rem .9rem 1rem;
		font-size: 0.75rem;
	}
	header .header-top { padding-top: 20px; }
	header .wrapper { padding: 0 2%; }
	header .logo img { max-height: 121px; margin-bottom: 20px; }
	header .form { padding-top: 10px; }

	/*#search input { margin: 10px 0 15px; }*/
	ul.social { margin: 0 auto; }
	ul.social li a {
		width: 46px;
		height: 46px;
		font-size: 0; /* hide wcag alt */
	}
	ul.social li a span.fab {
		line-height: 46px;
		font-size: 20px;
	}
	.hero {
	    height: 400px;
	}
	.owl-item .item img { width: 170%; }
	.owl-theme .owl-controls .owl-buttons div { font-size: 2.5rem; }
	.hero .owl-controls .owl-buttons .owl-prev {
		left: 0;
	    bottom: 0px;
	    margin: 0;
	    position: absolute;
	    height: 100%;
	    background: rgba(255, 255, 255, 0.35);
	    opacity: 1;
	    padding: 2rem;
	}
	.hero .owl-controls .owl-buttons .owl-prev:hover {
    background: rgba(255, 255, 255, 0.6);
	}
	.hero .owl-controls .owl-buttons .owl-next {
		right: 0;
	    bottom: 0px;
	    margin: 0;
	    position: absolute;
	    height: 100%;
	    background: rgba(255, 255, 255, 0.35);
	    opacity: 1;
	    padding: 2rem;
	}
	.hero .owl-controls .owl-buttons .owl-next:hover {
		  background: rgba(255, 255, 255, 0.6);
	}
	.hero .owl-controls .owl-buttons .owl-prev span {
	    position: absolute;
	    left: 50%;
	    margin-left: -7.3px;
	    top: 50%;
	    margin-top: -20px;
    	color: #28a9e1;
	}
	.hero .owl-controls .owl-buttons .owl-next span {
	    position: absolute;
	    left: 50%;
	    margin-left: -7.3px;
	    top: 50%;
	    margin-top: -20px;
    	color: #28a9e1;
	}

	section:not(.news) .inner { padding: 40px 2%; overflow: hidden; }
	p.lead {
	    /*font-size: 1.21875rem;*/
	    line-height: 1.6;
	}
	.featured-list {
		background: url('../images/featured-bg.svg') no-repeat left top;
		background-position-y: 70px;
		margin-bottom: 30px;
	}
	.news p { text-align: left; }
	.cta p { text-align: right; }
	.cta { text-align: left; }
	.cta .button { margin: 0 0 0 5%; }
	footer .logo img { max-height: 121px; }
	footer ul.social { float: right; clear:right; }

	.board .panel img { max-width: 150px; margin-bottom: 0; }
	section.news p { min-height: 55px; /* was 55 */ }
	.apply form { padding: 30px; }

	.custom-grid { width: 100%;	margin-left: 0; }
	.custom-grid li {
		width: 44%;
		margin-right: 1%;
	}
	.custom-grid li:first-of-type {
		margin-left: 5.5%;
	}
	.custom-grid li:nth-child(3) { display: none; }
	.custom-grid li.double {
		width: 89%;
		height: 252px;
		margin-left: 5.5%;
	}
	section.news .box { padding-bottom: 0; }
	.tags span:not(.label) { float: right; bottom: 0; }

} /* min-width 641px */

@media only screen and (min-width: 40.063em) and (max-width: 50em) {

} /* min-width 641px and max-width 800px */

@media only screen and (min-width: 50.063em) {

	header .links { display: inline-block; }
	header .inline-list a { font-size: .8rem; }
	header .inline-list > li {
		margin-left: 1.1rem;
	}
	.hero {
	    height: 400px;
	}
	.owl-item .item img { width: 150%; }
	.hero .caption {
		top: 50%;
		margin-left: 0;
		text-align: left;
	}
	.hero .caption h2 {

	}
	section:not(.news) .button, .hero .button, footer .button, button {
		padding: 0.75rem 2rem .75rem 2rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    border: none;
    font-size: 0.75rem;
    border-radius: 1px;
	}
	section:not(.news) .inner { padding: 40px 5%; overflow: hidden; }

	.custom-grid li {
		width: 29%;
		margin-right: 1%;
	}
	.custom-grid li:nth-child(3) {
		display: inline;
	}
	section.news .box { min-height: 265px; }

} /* min-width 801px */

@media only screen and (max-width: 800px) {
	.hero .caption {
	    margin-left: 70px;
	    margin-right: 70px;
	    width: calc(100% - 140px);
	}
	.hero .medium-8 {
	    width: 100%;
	}
	.hero .caption .button {
	    margin: 8px auto 0;;
	    position: relative;
	    bottom: auto;
	}
}

@media only screen and (min-width: 50.063em) and (max-width: 1350px) {

	.hero .caption {
		margin-left: 5rem;
	}
}

.owl-wrapper-outer, .owl-carousel .owl-wrapper, .owl-item .item, .owl-item .row, .owl-item .row .large-6, .owl-carousel .owl-item {
	height: 100%;
	position: relative;
	top: 0;
}

@media only screen and (min-width: 1300px) {

	html { font-size: 100%; }
	.title-area .name { display: none; }
	header .wrapper { padding: 0; }
	header .row > .medium-3 { width: 25%; }
	header .row > .medium-9 { width: 75%; }
	.top-bar-section ul li > a { font-size: .725rem; padding: 0 0.75rem !important; }
	/*.top-bar-section .has-dropdown > a:after { border: none; }*/
	.hero {
	    height: 400px;
	}
	.owl-item .item img { width: 125%; }
	.hero .caption h2 {
		margin-bottom: 20px;
	}
	section.crumb ul {
	    margin: 0;
	    padding: 0 0 0.5rem;
	    margin-top: -12px;
	}
	.breadcrumbs > *:before {
		content: "-";
	    margin: 0 0.75rem;
	    top: -1px;
	}
	.breadcrumbs > * a {
	    color: #296ca1;
	}

	.locations .columns {
		padding: 0.35rem;
	}
	.locations .columns:first-of-type {
		padding-left: 0.9375rem;
	}
	.locations .columns:last-of-type {
		padding-right: 0.9375rem;
	}
	section.news .box { min-height: 252px; }

} /* min-width 1024px */

@media only screen and (min-width: 64.063em) {

	aside {	padding-right: 5%; }
	.list.resources a { margin-right: 5%; }

	.custom-grid li {
		width: 19.5%;
		margin-right: 1%;
	}
	.custom-grid li:first-of-type {
		margin-left: 0;
	}
	.custom-grid li.double {
		width: 38.5%;
		margin: 0;
	}
	.cta p {
		line-height: 23px;
		margin-top: 15px;
	}

} /* min-width 1025px */

@media only screen and (min-width: 72.063em) {

	/*.top-bar-section ul li > a { font-size: .8rem; padding: 0 0.75rem !important; }*/
	.owl-item .item img { width: 100%; position: relative; }

} /* min-width 1153px */

@media only screen and (min-width: 80.063em) {

	.top-bar-section ul li > a { font-size: .85rem; }
/*	header .row > .medium-3 { width: 20%; }
	header .row > .medium-9 { width: 80%; }*/
	.main { padding: 40px 0 70px; }
	aside {	padding-right: 10%; }
	.main article { padding-left: 5%; }
	.back { margin-left: 5%; }
	.hero .caption h2 { font-size: 1rem; }
	header .links { padding-top:1.25rem; }

} /* min-width 1281px */

@media only screen and (max-width: 40em) {
	td.recaptcha_image_cell {
		max-width: 80%;
		width: 80% !important;
	}
	form #recaptcha_widget_div input#recaptcha_response_field { width: 96% !important; }

} /* max-width 640px */

@media only screen and (max-width: 23.5em) {

	header .small-5 { padding-right: 0; }
	header .small-7 { padding-left: 0; }
	header .logo img { max-height: 76px; }
	ul.social li a {
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: 11px;
		margin: 0 3px;
	}

} /* max-width 376px */

@media print {
	 .logo { padding-bottom: 1rem; border-bottom: 1px solid #999; }
	.legal { font-size: 0.5rem; border-top: 1px solid #999; }
	.legal .inner { padding-top:1rem !important; }
	ul.pagination { display: none; }
	/*.large-1 { width: 8.33333%; }
	.large-2 { width: 16.66667%; }
	.large-3 { width: 25%; }
	.large-4 { width: 33.33333%; }
	.large-5 { width: 41.66667%; }
	.large-6 { width: 50%; }
	.large-7 { width: 58.33333%; }
	.large-8 { width: 66.66667%; }
	.large-9 { width: 75%; }
	.large-10 { width: 83.33333%; }
	.large-11 { width: 91.66667%; }
	.large-12 { width: 100%; }*/
	.legal img { width: 25%; max-width: 150px; }
	.list img { width: 25%; max-width: 150px; }
	article img { max-width: 40%; }
	article h1 { font-size: 1.35rem; }
	article h2 { font-size: 1.2rem; }
	a[href]:after { content:"" !important; }
	a[href]:after { content: none !important; }
}

section.crumb {
	width: 100%;
	padding: 0;
}
section.crumb ul {
    margin: 0;
	padding: 0.75rem 0 0.75rem;
    margin-top: 0;
}
.breadcrumbs > * {
	color: #656565;
    letter-spacing: 0px;
    font-size: 85%;
    line-height: 1;
}
.breadcrumbs > *:before {
	content: "-";
    margin: 0 0.75rem;
    top: -1px;
}
.breadcrumbs > * a {
    color: #296ca1;
}
.sticky_navigation.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}
section.crumb.sticky_navigation.sticky {
    position: fixed !important;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 800px) {

	section.crumb.hide-for-print.sticky_navigation.sticky {
	    top: 44px;
	}

}

/* @group section.forum */

section.forum { text-align: center; background-color: rgba(228,236,243,0.5); }

section.forum h2 {
	margin-bottom: 1rem;
}
@media only screen and (min-width: 50.063em) {

	section.forum .inner { padding: 35px 0 50px; }

	.small-12.columns.text-center.home-news-link {
	    width: 60%;
	}
	.small-12.columns.text-center.home-events-link {
	    width: 40%;
	}

} /* min-width 801px */

section.forum .button {
	margin-bottom: 0;
}

/* @end */

/* @group revised header */
.phn {
	width: 200px;
	max-width: 100%;
	margin-top: 5px;
	float: right;
}
.portal { margin-top: 15px; }
.button.xs {
	padding: 3px 0.6rem 4px;
	margin: -3px 25px 0 0;
	font-size: 80%;
}
/* @end */


/* @group wcag */
@media only screen and (min-width: 1024px) {
	/*.top-bar-section li.active:not(.has-form) a:not(.button) {background: rgba(0,61,105,0.5);}*/
	.top-bar-section li.active:not(.has-form) a:hover:not(.button) { background: rgba(0,61,105,0.3); }
}
.pagination li.arrow a { color: transparent; font-size: 0; }
.pagination li.arrow a span.fa { color: #fff; line-height: 22px; }
.hidden {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
/* @end */

/** Marketing Page Blocks 2016 **/
.block_area section {
    float: left;
    width: 100%;
}
.MarketingPage .pg-title.container {
    display: none;
}

/** Has Home Banner **/
.has-banner .navigation {
    margin-bottom: 470px;
}
@media (max-width: 860px) {
  .has-banner .navigation {
      margin-bottom: 215px;
  }
}
.MarketingPage .container.header.has-banner {
    min-height: 176px;
}
.has-banner .banner {
    position: relative;
}
.MarketingPage .has-banner .navigation {
    margin-bottom: 0;
}

.MarketingPage .media {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin: 1em 0em;
}
.MarketingPage .media iframe,
.MarketingPage .media object,
.MarketingPage .media embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 1px;
}

@media screen and (min-width: 720px) {

	.MarketingPage .media {
	    padding-bottom: 36.25%;
	    max-width: 650px;
	}

}
.media.center {
    text-align: center;
    display: block;
    margin: 0px auto;
}

/** Content Block **/
section.content-block {
    text-align: center;
    padding: 32px 0;
    padding: 2rem 0;
}
.content-block h1, .content-block h2 {
    font-size: 42px;
    font-size: 2.625rem;
    font-weight: 400;
}
.content-block p {
    font-weight: 300;
    line-height: 2;
}

/** Check List **/
section.check-list .row {
    max-width: 900px;
}
section.check-list ul li {
    width: 50%;
    float: left;
    margin-bottom: 1rem;
    font-size: 16px;
    font-weight: 300;
    list-style: none;
    position: relative;
    padding-left: 24px;
    padding-right: 24px;
}
section.check-list ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    left: -8px;
    position: absolute;
    color: #296CA1;
}
@media screen and (max-width: 860px) {
    section.check-list ul li {
      width: 100%;
    }
}

/** Half Images **/
section.half-images {
    margin: 32px 0;
    margin: 2rem 0;
    float: left;
    width: 100%;
}
.half-image {
    height: 450px;
    padding: 32px;
    padding: 2rem;
    width: 50%;
    float: left;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.half-image h2 {
    font-size: 24px;
    font-size: 1.5rem;
    background: #296CA1;
    box-shadow: 16px 0 0 #296CA1, -16px 0 0 #296CA1;
    display: inline;
    padding: 0.5rem 0;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 400;
}
.half-content {
    max-width: 534px;
    float: right;
    position: absolute;
    right: 3rem;
    bottom: 2rem;
}/*
.half-image:last-child .half-content {
    right: auto;
    left: 3rem;
}
*/
@media screen and (min-width: 861px) {
	/** top left **/
	.half-content.top-left {
	    top: 2rem;
	    left: 3rem;
	    right: auto;
	}
	/** top right **/
	.half-content.top-right {
	    top: 2rem;
	    left: auto;
	    right: 3rem;
	}
	/** bottom right **/
	.half-content.bottom-left {
	    left: 3rem;
	    right: auto;
	}
	.half-content.bottom-right {
	    left: auto;
	    right: 3rem;
	}
}

section.half-images {
	min-height: 400px;
}

@media screen and (max-width: 860px) {
    .half-image {
      height: auto;
      padding-top: 200px;
      width: 100%;
    }/*
    .half-content, .half-image:last-child .half-content {
        max-width: 100%;
        float: right;
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        padding: 1rem;
    }*/
}

/** Icon Block **/
section.icon-block {
    text-align: center;
    padding: 56px 0;
    padding: 3.5rem 0;
    float: left;
    width: 100%;
}
.inline-icon {
    display: inline-block;
    text-align: center;
    width: 260px;
    padding: 16px;
    padding: 1rem;
    vertical-align: top;
}
.inline-icon i {
    font-size: 42px;
    color: #296CA1;
}

/*Custom Colours*/
.inline-icon.darkBlue i {
	color: #003D69;
}
.inline-icon.upperMediumBlue i {
	color: #296CA1;
}
.inline-icon.mediumBlue i {
	color: #2AA9E0;
}
.inline-icon.lowerMediumBlue i {
	color: #8BD7F8;
}
.inline-icon.darkGrey i {
	color: #939598;
}
.inline-icon.oliveGreen i {
	color: #009399;
}
.inline-icon.orange i {
	color: #f37321;
}

.inline-icon p, .inline-icon ul li {
    font-size: 0.9rem;
    color: #444444;
    line-height: 1.75;
}
.inline-icon a, .inline-icon a i {
    font-size: 13px;
    line-height: 1.75;
}
.inline-icon ul {
    list-style-position: inside;
    margin: 0;
}
.inline-icon ul li {
    line-height: 1.5;
    margin-bottom: 0.5rem;
    padding: 0;
    list-style: none;
}
.inline-icon ul li:before {
    content: "\f111";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-family: FontAwesome;
    font-size: 0.35rem;
    color: #1973b4;
    margin-left: -0.5rem;
    padding-right: 0.5rem;
    top: -3px;
    position: relative;
}
section .inline-icon h2, section .inline-icon h2 a {
    color: #6e6e74;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    margin-top: 1rem;
}
section .inline-icon h2 a:hover {
    color: #296CA1;
}

/** Background image with text fields **/
.image-text {
    padding: 32px 42px;
    padding: 3rem 3.5rem 2rem;
    margin: 2rem auto;
    min-height: 600px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.image-text .gradient-overlay {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.75;
}
h2.highlight {
    font-size: 30px;
    font-size: 1.85rem;
    background: #296CA1;
    box-shadow: 16px 0 0 #296CA1, -16px 0 0 #296CA1;
    display: inline;
    padding: 0.5rem 0;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.6;
}
.image-text-content {
    position: absolute;
    bottom: 1rem;
    left: 2.5rem;
    width: calc(100% - 5rem);
}
.image-text-content h3 {
    color: #fff;
    font-size: 34px;
    font-size: 2.2rem;
}
.image-text-content p {
    font-size: 18px;
    font-size: 1.2rem;
    color: #fff;
}
.image-text-content p:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 860px) {
  .image-text-content {
      position: relative;
      bottom: auto;
      left: -1rem;
      width: 100%;
      margin-top: 3rem;
  }
  .image-text-content img.right {
      max-width: 150px;
      margin-left: 0.5rem;
      margin-right: -1.5rem;
  }
}

/** Tabs **/
section.tabs {
    margin: 0 auto 1rem !important;
}
.etabs {
    margin: 0;
    padding: 0;
    text-align: center;
}
.tab a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    zoom: 1;
    background: #fff;
    border: solid 2px #ddd;
    /* border-bottom: none; */
    font-size: 16px;
    line-height: 2;
    padding: 0 16px;
    outline: none;
    margin-bottom: -2px;
    background: #ddd;
		color: #555;
}
.tab a:hover, .tab a:focus {
    opacity: 0.75;
}
.tab a.active {
    background: #296CA1;
    color: #fff;
    position: relative;
    border-color: #296CA1;
}
.tab-container .panel-container {
    background: #fff;
    border: solid #ddd 2px;
    padding: 1.5rem 2rem;
}
@media screen and (max-width: 600px) {
  .tab a {
    width: 100%;
  }
}

/** Gallery **/
section.gallery {
    margin: 2rem auto;
}
a.thumbnail.gallery {
    display: block;
    overflow: hidden;
    margin-bottom: 1.875rem;
    position: relative;
}
.gallery-image {
    height: 290px;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   transform: scale(1);
   overflow: hidden;
}
.gallery-image:hover, .thumbnail.gallery:focus .gallery-image {
   transform: scale(1.1);
}
.gallery-image .gradient-overlay {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.75;
}
.gallery p {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}
.gallery .large-4.columns {
    float: left;
}
@media screen and (max-width: 860px) {
  .gallery-image {
      height: 200px;
  }
}

/** Alert **/
.alert {
  width: 100%;
  padding: 1rem 0;
  background: #296CA1;
  text-align: center;
}
.alert h3, .alert h3 a {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}
.alert h3 a {
  color: #8bd7f8
}
.alert h3 a:hover {
  color:#eee;
}

/** Home CTA **/
#home-cta h2 {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 400;
}
#home-cta .dark-overlay {
      padding: 4em 2em;
}

/** Inline CTAS **/
section.inline-ctas {
    text-align: center;
    margin: 2rem auto;
}
a.inline-cta {
    width: 370px;
    height: 200px;
    display: block;
    position: relative;
    margin: 0.5rem;
    padding: 1.5rem;
    display: inline-block;
    float: none;
    overflow: hidden;
}
@media screen and (max-width: 500px) {

	a.inline-cta {
		width: 300px;
	}
}
a.inline-cta .gradient-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    opacity: 0.75;
}
a.inline-cta .gradient-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    opacity: 0.3;
}
.cta-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1.5rem;
    transform: scale(1);
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
a.inline-cta:hover .cta-image, a.inline-cta:focus .cta-image {
    transform: scale(1.1);
}
.inline-cta p {
    font-weight: 400;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 24px;
    letter-spacing: 1px;
    padding: 0 1rem;
    line-height: 1.2;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.inline-cta:hover p, .inline-cta:focus p {
    color: #8bd7f8;
}
.inline-cta i {
    font-size: 72px;
    color: #fff;
    position: relative;
}

/** Link Listing **/
.link-listing.row .columns {
    float: left;
    margin-bottom: 1rem;
}
.link-listing a {
    display: table;
    padding: 1rem;
    border: 3px solid #ddd;
    position: relative;
    height: 100%;
    width: 100%;
    background: #f5f5f5;
    border-radius: 1px;
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.link-listing a:hover {
    border-color: #296CA1;
    background: #296CA1;
}
.link-listing a:hover {
    border-color: #296CA1;
    background: #296CA1;
}
.link-listing a i, .link-listing a h3, .link-listing a p {
    -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.link-listing a:hover i, .link-listing a:hover h3, .link-listing a:hover p {
    color: #fff;
}
.link-listing-image {
    width: 100px;
    height: 100%;
    float: left;
    margin-right: 1rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*margin-bottom: 1rem;*/
    display: table-cell;
    vertical-align: top;
}
.link-listing-content {
    display: table-cell;
    vertical-align: top;
    width:100%;
}
.link-listing-content p {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 1.25;
}
.link-listing-content h3 {
    margin: 0 0 5px;
    color: #296CA1;
}
.link-listing-content h3 i {
    border-right: 1px solid #ddd;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
	color: #296CA1;
}
.link-listing.row.blocks {
    margin-top: 2rem;
    margin-bottom: 0;
    padding:0;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    clear:both;
}

/** Full width cta **/
/*== HOME CTA SECTION ==*/
#home-cta {
    background-image: url(../images/slide-1.jpg);
    background-position: center center;
    background-size: cover;
    padding: 0;
    background-attachment: fixed;
    width: 100%;
}
.dark-overlay {
    padding: 2em 3em;
    background: rgba(0, 0, 0, 0.5);
}
#home-cta h2 {color: #bad96d;}
#home-cta p {color: #fff; font-weight: 700;}
#cta-buttons a.button {
    width: 100%;
    padding: 10px 2em;
}
#home-cta .button.green span {
    background: url(../images/plus-icon.png) 0 0 no-repeat;
    width: 13px;
    height: 14px;
    display:-moz-inline-stack;
    display: inline-block;
}
#home-cta .button.green:hover span {
    background: url(../images/plus-icon.png) 0 -14px no-repeat;
}
#home-cta .button.white span {
    background: url(../images/chat-icon-small.png) 0 -14px no-repeat;
    width: 16px;
    height: 14px;
    display:-moz-inline-stack;
    display: inline-block;
}
#home-cta .button.white:hover span {
    background: url(../images/chat-icon-small.png) 0 0 no-repeat;
}
#home-cta h2 {color: #fff;}
#home-cta p {
    color: #fff;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}
#home-cta h3 {
    font-size: 2rem;
    font-weight: 400;
    color: #fff;
}
#home-cta h4 {
    font-size: 1.75rem;
    font-weight: 400;
    color: #fff;
}
#home-cta h5 {
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
}
#home-cta h6 {
    font-size: 1.35rem;
    font-weight: 400;
    color: #fff;
}
#home-cta p.green, #home-cta h2.green, #home-cta h1.green, #home-cta h3.green, #home-cta h4.green, #home-cta h5.green, #home-cta h6.green {
	color: #296CA1;
}/*
#cta-buttons .large-6.medium-6.columns {
    display: inline-block;
    float: none;
    width: 48%;
}
*/
/** Hide sidebar **/

.hideSidebar .medium-4.small-12.large-3.columns, .hideSidebar .medium-4.small-12.large-3.columns.has-sidebar {
    display: none;
}
.hideSidebar .large-3.large-pull-9.columns {
    display: none;
}
.hideSidebar .large-9.large-push-3.columns {
    left: auto;
    float: none;
    margin: 0px auto;
    /* width: 100%; */
}
.hideSidebar .large-9.large-push-3.columns article {
    padding-left: 0;
}
.hideSidebar .basci-pg .medium-8.small-12.large-9.columns.typograhy, .hideSidebar .medium-8.small-12.large-9.columns {
    float: none;
    margin: 0px auto;
}
.hideSidebar h1.divider {
    text-align: center;
    margin: 1rem auto 1.5rem;
}
.hideSidebar h1.divider:after {
    display: none;
}
.hideSidebar footer .medium-4.small-12.large-3.columns {
    display: block;
}
.hideSidebar #news-list h1 {
    padding-right: 0;
}
.MarketingPage section {
    float: none;
    display: block;
}
.MarketingPage section.crumb.hide-for-print {
    z-index: 1;
    position: relative;
}
.MarketingPage section.check-list {
    padding: 2rem 0;
}
.MarketingPage section.check-list, .MarketingPage section.check-list {
    padding: 2rem 0;
}
.MarketingPage .hero {
    top: 0px;
    margin-bottom: 0;
}
.MarketingPage .hero .caption {
	margin-top: 0;
}
.content-metadata * {
    font-size: 14px;
}

@media (max-width: 1199px) {

	.MarketingPage ul.example-orbit.orbit-slides-container {
	    margin-top: 0 !important;
	}

}

@media (max-width: 860px) {

	.MarketingPage .orbit-container .orbit-slides-container > * {
	    top: 0;
	    height: 400px;
	}
}

.HomePage section.intro h2:first-of-type {
    color: #fff;
    margin-top: 32px;
    letter-spacing: 1px;
    font-size: 32px;
}
.HomePage .dial {
    text-align: center;
    overflow: visible;
    position: relative;
    width: 150px;
    min-height: 200px;
    display: inline-block;
}
.HomePage .dial span.fa {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 42px;
    padding: 28px 19px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    text-align: center;
}
.HomePage .dial strong {
    color: #fff;
    font-weight: 400;
}
.HomePage .featured-list {
    overflow: visible;
}
.HomePage section.intro {
	position: relative;
}
.HomePage section.intro .overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.HomePage .featured-list {
    background: none;
}
.HomePage section.intro {
    background-position: center center;
    background-size: cover;
}
.HomePage a.dial:hover span .fa {
    background: #296ca1;
}
.HomePage a.dial:hover span.caption strong {
	color: #8bd7f8;
}

.sidebar.banner {
	text-align: center;
    background-size: cover;
    background-position: center;
}
.sidebar.banner .overlay {
	background: url(../images/graphic.svg) center no-repeat rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar.banner h2, .sidebar.banner p {
	color: #fff;
	position: relative;
}
section .row .sidebar.banner a.button {
    background: #006ec9;
    color: #fff;
    padding: 0.85rem 0.5rem;
    font-size: 13px;
    font-size: 0.8rem;
}
section .row .sidebar.banner a.button:hover {
	background: #003D69;
}


.SubHomePage h1 {
    margin-bottom: 2rem;
}
.SubHomePage .featured-list {
	overflow: visible;
	background: none;
}
.SubHomePage .dial {
	width: 240px;
    margin: 0.5rem;
    overflow: visible;
    min-height: 200px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

@media screen and (max-width: 800px) {

	.SubHomePage .dial {
		width: 170px;
	}

}

.SubHomePage .dial .overlay {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.SubHomePage .dial span.fa {
    color: #fff;
    margin-top: 30px;
    margin-bottom: 25px;
    font-size: 42px;
    padding: 28px 19px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    text-align: center;
    margin-bottom: 0.5rem;
}
.SubHomePage .dial:hover .overlay {
    background: rgba(0, 0, 0, 0.7);
}
.SubHomePage a.dial:hover span .fa {
    background: #296ca1;
}
.SubHomePage .dial strong {
	font-weight: 400;
	color: #fff
}
/* Owl Carousel - Marketing page*/

.white {color: #fff !important;}

.MarketingPage .carousel-wrap {
  margin: 2rem auto;
  width: 100%;
  position: relative;
}
.MarketingPage.carousel-section .owl-carousel .item {
  position: relative; /* fix blank or flashing items on carousel */
  z-index: 100; /* fix blank or flashing items on carousel */
  -webkit-backface-visibility: hidden; /* fix blank or flashing items on carousel */
  height: 100px;
  min-height: 0px;
}
.MarketingPage .owl-carousel .item a {
    display: block;
    position: relative;
    height: auto;
}
.MarketingPage .owl-carousel .item img {
    vertical-align: middle;
    max-width: 250px;
    max-height: 100px;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

.MarketingPage .owl-nav > div {
    margin-top: -50px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
    height: 100%;
}
.MarketingPage .owl-nav i {
  font-size: 52px;
}
.MarketingPage .owl-nav .owl-prev {
  left: -50px;
}
.MarketingPage .prev, .MarketingPage .next {
    height: 30px;
    width: 30px;
    display: block;
    background: url(../images/001-back.png);
    background-size: cover;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    opacity:0.25;
    transition: 0.25s ease-out;
}

.MarketingPage .prev:hover, .MarketingPage .next:hover {
  opacity:1;
}
.MarketingPage .next {
  background-image: url(../images/002-next.png);
  right: 0;
}
.MarketingPage .owl-nav .owl-next {
  right: -50px;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
   box-sizing: border-box;
   width: 100%;
   margin-bottom: 10px;
   padding: 24px;
   transform: translate3d(0, 0, 0);
   color: #2b2e38;
   background: #fff;
   background: #000;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */

@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);

    opacity: 0;
  }
  to {
    transform: none;

    opacity: 1;

    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);

    opacity: 1;
  }
  to {
    transform: scale(0.95);

    opacity: 0;

    filter: blur(0);
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1100px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;

  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

section.latest-segments.videos-listing {
    text-align: center;
    padding: 2rem 0;
}
.videos-listing .large-2.medium-6.small-12.columns {
	display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0.5rem 0.5rem 0.25rem;
    max-width: 370px;
    overflow: hidden;
    text-align: center;
    padding: 0;
}
.video-bg {
    width: 100%;
    height: 210px;
    background-size: cover;
    background-position: center center;
    position: relative;
    border: 1px solid #ddd;
}
.video-bg i {
    font-size: 4rem;
    color: #222;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    text-align: center;
}
@media screen and (max-width: 500px) {

	.videos-listing .large-4.medium-6.small-12.columns {
	    max-width: 300px;
	}
	.video-bg {
	    width: 100%;
	    height: 170px;
	}
}
.video-bg:hover i {
    color: #1973b4;
}
.video-container .video-content {
    text-align: center;
    color: #222;
    margin-top: 0.5rem;
}
.video-container .video-content h5 {
    font-size: 0.95rem;
	text-align: center;
}
.video-bg .fa-youtube:before {
    z-index: 1;
    position: relative;
}
.video-bg i:after {
    content: "";
    height: 32px;
    width: 45px;
    background: #fff;
    display: block;
    position: absolute;
    /* bottom: 18px; */
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 0;
}
.remodal-close {
    position: absolute;
    top: -22px;
    right: -22px;
    display: block;
    overflow: visible;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: 0;
    background: #296CA1;
    padding: 1rem;
    border-radius: 99rem;
    text-align: center;
    left: auto;
}
.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 40px;
    line-height: 35px;
    position: absolute;
    top: 7px;
    left: 8px;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

/******* New Vertical Blocks ********/
/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

.item {
    padding: 0;
}

/* News List Page styles */

.verticalcard-block {
    padding: 3rem 0;
}

#news-list .news-image {
	min-height: 1em;
	height: 15rem;
	background: #f0f0f0;
}
#news-list .news-image {
}

#news-list .news-con {
	padding: 10px 10px 20px;
    height: 22rem;
    overflow: hidden;
}

@media screen and (max-width: 1024px) {
    #news-list .news-con {
        height: 27rem;
    }
}

@media screen and (max-width: 640px) {
    #news-list .news-con {
        height: auto;
    }
}

.news-title{
	font-size:2rem;
	font-weight:300;
	color:#6e6e74;
	margin-bottom:25px;
	text-align:center;
}
.news-image{
	height:125px;
	overflow:hidden;
	position:relative;
}
.news-image p {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 5px;
	background: #f8f8f8;
	background: rgba(255, 255, 255, 0.85);
	font-size: 13px;
	font-weight: 700;
	z-index: 1;
}
.news-image img {
	display: block;
	width: 100%;
	height: 100%;
	margin: auto;
	position: absolute;
	top: 40%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

@-moz-document url-prefix() {
	.news-image img {
		top: 0;
	}
}
#news-list .news-image img {
	/*position: relative;*/
	top: 0;
}

.news-image a {
	position:absolute;
	width:100%;
	height:100%;
	background:/*url(../images/read-image.png) no-repeat center*/ rgba(255, 255, 255, 0.3);
	top:100%;
	left:0;
	transition:all ease 0.2s;
}
.news-image:hover a {
	top:0;
}
.news-con {
	padding:10px;
	height: 150px;
	position: relative;
	background: #f0f0f0;
	margin-bottom: 1em; /* May2018 */
}

/* May2018 */
.news-image, .news-con {
	max-width: calc(100% - 1em);
}

/*
.news.section > .row > .columns {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
*/
.news-con a h4 {
	color: #003D69;
	line-height: 1.2;
	margin-bottom: 10px;
}
.news-con a h4:hover {color: #296ca1;}

.news-con p {
	font-size: 0.85rem;
	line-height: 1.5;
}

.news-con ul{
	font-size: 0.85rem;
	line-height: 1.5;
}

.news-con .more a{
	background: #fff;
	border: 1px solid #ddd;
    color: #296ca1;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 0.75rem;
    border-radius: 1px;
}
.news-con .more a:hover{
    color: #fff;
    background: #296ca1;
    border: 1px solid #296ca1;
}
.news-con .date{
	font-weight:700;
	color:#727272;
	margin-bottom:0.5em;
	font-size:13px;
}
.news-con .con{
	font-size: 12px;
	line-height: 1.2;
}
.news-con .more{
	margin:0;
}

/** Gallery **/
section.gallery {
	/*float: left;*/
	width: 100%;
	margin: 2rem auto;
}
a.thumbnail.gallery {
	display: block;
	overflow: hidden;
	margin-bottom: 1.875rem;
	position: relative;
}
.gallery-image {
	height: 290px;
	background-size: cover;
	background-position: center center;
	position: relative;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	transform: scale(1);
	overflow: hidden;
}
.gallery-image:hover {
	transform: scale(1.1);
}
.gallery-image .gradient-overlay {
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.01+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.01) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.01) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	opacity: 0.75;
}
.gallery p {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.gallery .large-4.columns {
	float: left;
}

@media screen and (max-width: 860px) {
	.gallery-image {
		height: 200px;
	}
}


/*profiles page CSS */

.board-member {
	height: 380px;
	margin-bottom: 2em;
}
.large-4.medium-6.column.board-member:last-child {
	float: left;
}
.board-member img {
	border-radius: 99em;
	border: 5px solid #ddd;
	margin: 0.5em 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.board-member .member-image:hover a img {
	opacity: 0.5;
}
.board-member a.button {
	position: absolute;
	top: 25%;
	width: 150px;
	left: 50%;
	top: 35%;
	margin-left: -75px;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.board-member .member-image:hover a {
	opacity: 1;
}
.member-image .button i {
	display: none;
}
.board-member h3 {
	font-size: 18px;
	line-height:1.2;
	margin-bottom: 3px;
}
.board-member p.member-location {
	text-transform:uppercase;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 2px;
}
.board-member p.green.small {
	font-size: 13px;
	color: #296CA1;
	margin-bottom: 6px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
p.accreditation {
	font-size: 12px;
	line-height: 1.1;
}

/** remodal code **/
html.remodal-is-locked{overflow:hidden;-ms-touch-action:none;touch-action:none}.remodal,[data-remodal-id]{display:none}.remodal-overlay{position:fixed;z-index:9999;top:-5000px;right:-5000px;bottom:-5000px;left:-5000px;display:none}.remodal-wrapper{position:fixed;z-index:10000;top:0;right:0;bottom:0;left:0;display:none;overflow:auto;text-align:center;-webkit-overflow-scrolling:touch}.remodal-wrapper:after{display:inline-block;height:100%;margin-left:-0.05em;content:""}.remodal-overlay,.remodal-wrapper{-webkit-backface-visibility:hidden;backface-visibility:hidden}.remodal{position:relative;outline:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.remodal-is-initialized{display:inline-block}.remodal-bg.remodal-is-opening,.remodal-bg.remodal-is-opened{-webkit-filter:blur(3px);filter:blur(3px)}.remodal-overlay{background:rgba(43,46,56,0.9)}.remodal-overlay.remodal-is-opening,.remodal-overlay.remodal-is-closing{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal-overlay.remodal-is-opening{-webkit-animation-name:remodal-overlay-opening-keyframes;animation-name:remodal-overlay-opening-keyframes}.remodal-overlay.remodal-is-closing{-webkit-animation-name:remodal-overlay-closing-keyframes;animation-name:remodal-overlay-closing-keyframes}.remodal-wrapper{padding:10px 10px 0}.remodal{box-sizing:border-box;width:100%;margin-bottom:10px;padding:35px;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);color:#2b2e38;background:#fff}.remodal.remodal-is-opening,.remodal.remodal-is-closing{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.remodal.remodal-is-opening{-webkit-animation-name:remodal-opening-keyframes;animation-name:remodal-opening-keyframes}.remodal.remodal-is-closing{-webkit-animation-name:remodal-closing-keyframes;animation-name:remodal-closing-keyframes}.remodal,.remodal-wrapper:after{vertical-align:middle}.remodal-close{position:absolute;top:0;left:0;display:block;overflow:visible;width:35px;height:35px;margin:0;padding:0;cursor:pointer;-webkit-transition:color .2s;transition:color .2s;text-decoration:none;color:#95979c;border:0;outline:0;background:transparent}.remodal-close:hover,.remodal-close:focus{color:#2b2e38}.remodal-close:before{font-family:Arial,"Helvetica CY","Nimbus Sans L",sans-serif!important;font-size:25px;line-height:35px;position:absolute;top:0;left:0;display:block;width:35px;content:"\00d7";text-align:center}.remodal-confirm,.remodal-cancel{font:inherit;display:inline-block;overflow:visible;min-width:110px;margin:0;padding:12px 0;cursor:pointer;-webkit-transition:background .2s;transition:background .2s;text-align:center;vertical-align:middle;text-decoration:none;border:0;outline:0}.remodal-confirm{color:#fff;background:#81c784}.remodal-confirm:hover,.remodal-confirm:focus{background:#66bb6a}.remodal-cancel{color:#fff;background:#e57373}.remodal-cancel:hover,.remodal-cancel:focus{background:#ef5350}.remodal-confirm::-moz-focus-inner,.remodal-cancel::-moz-focus-inner,.remodal-close::-moz-focus-inner{padding:0;border:0}@-webkit-keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-opening-keyframes{from{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:0}to{-webkit-transform:none;transform:none;opacity:1;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@keyframes remodal-closing-keyframes{from{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0.95);transform:scale(0.95);opacity:0;-webkit-filter:blur(0);filter:blur(0)}}@-webkit-keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@keyframes remodal-overlay-opening-keyframes{from{opacity:0}to{opacity:1}}@-webkit-keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@keyframes remodal-overlay-closing-keyframes{from{opacity:1}to{opacity:0}}@media only screen and (min-width:641px){.remodal{max-width:700px}}.lt-ie9 .remodal-overlay{background:#2b2e38}.lt-ie9 .remodal{width:700px}
.profiles, .profiles .board-member {
	text-align: center;
}
.profiles .large-4.medium-6.column.board-member, .profiles .large-4.medium-6.column.board-member:last-child {
	display: inline-block;
	width: 300px;
	float: none;
	margin: 1rem;
	height: 450px;
	padding: 1rem;
	vertical-align: top;
}
body.MarketingPage .board-member h3 {
	font-size: 1.25rem;
	font-weight: 300;
}
#news-list li:not(:first-child) a {
	border-top: none;
}

/*New Icon section*/
.icon-block{
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center center;
	padding: 2rem 0;

}
.icon-block .overlay {
	background: rgba(0, 0, 0, 0.35);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.icon-block.blue .overlay {
	background: rgba(41, 108, 161, 0.8);
}

.icon-block .container {
	padding: 0;
	background: none;
	border: none;
}

.icon-block .icon-container {
	text-align: center;
	padding: 1rem;
	display: inline-block;
	width: 150px;
	margin: 0px auto;
	vertical-align: top;
	background: none;
	border: none;
	z-index: 1;
	position: relative;
}
.icon-block .icon-container  i {
	color: #fff;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 42px;
	padding: 28px 19px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
	width: 100px;
	height: 100px;
	text-align: center;
}
.icon-block .icon-container a p {
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 0;
}
.icon-block .icon-container  a:hover i {
	background: #fff;
	color: #0089c8;
}
.icon-block .icon-container  a:hover p {
	color: #fff;
}

/** Blocks Padding **/
body section.no-pad {
	padding: 0;
	margin: 0px auto;
}
body section.std-pad {
	padding: 2rem 0;
}
body section.large-pad {
	padding:4rem 0;
}


/** Search results **/
.search-results {
    padding-bottom: 60px;
}


.search-results h3 {
    font-weight: bold;
    margin: 0;
	letter-spacing: 0px;
}

.search-results__header {
    background: #F1F1F2;
    display: flex;
    padding-top: 30px;
    padding-bottom: 20px;
    color: white;
}

.search-results__header .large-12 {
    display: flex;
}

.search-results__header__back {
    font-size: 30px;
    color: #003D69;
    margin-right: 25px;
}

.search-results__header__form {
    flex-grow: 1;
}

.search-results__header__form > div {
    display: flex;
    justify-content: center;
}

.search-results__header__input {

    position: relative;
    margin-right: 15px;
}

.search-results__header__input .twitter-typeahead {
    display: block !important;
}

.search-results__header__input button {
    position: absolute;
    margin: 0;
    right: 0;
    top: 50%;
    background: none;
    color: #003D69;
    width: 24px;
    height: 24px;
    border: 1px solid #003D69;
    display: flex;
    padding: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

.search-results__header__input button i {
    position: relative;
    left: 1px;
    top: 0;
}

.search-results__header__form div > button[type=submit] {
    margin: 0;
    background-color: #003D69;
    color: white;
    border: 1px solid white;
}

.search-results__header__input input[type="text"] {
    background: white;
    height: 44px;
    width: 12rem;
    display: block;
}

.search-results__header__suggestions {
    display: flex;
    font-size: 12px;
    padding-top: 10px;
    margin: 0;
    color: #003D69;
    width: 71%;
    justify-content: center;
}

.search-results__header__input .tt-menu {
    background: white;
    width: 100%;
    padding: 5px 20px;
}

.search-results__header__input .tt-suggestion {
    padding: 20px 0;
    color: #003D69;
    cursor: pointer;
}

.search-results__container {
    padding-top: 22px;
}

.search-results__container .filters {
    margin-bottom: 22px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.search-results__container .filters h3 {
    margin: 0 0 20px;
	color: black;
}

.search-results__tags {
    list-style: none;
    margin: 0 -4px;
    display: flex;
    flex-wrap: wrap;
}

.search-results__tags li {
    margin: 4px;
}

.search-results__tags li .button {
    margin: 0;
    border: 1px solid #003D69;
    border-radius: 2px;
    color: #003D69;
    background: white;
    white-space: nowrap;
}


.search-results__tags li .button.active,
.search-results__tags li .button:hover {
    background: #003D69;
    color: white;
}

.search-results__filters {
    margin-bottom: 40px;
}

.search-results__filters .accordion .accordion-navigation {
    margin-bottom: 40px !important;
}


.search-results__filters .accordion .accordion-navigation > a,
.search-results__filters .accordion dd > a {
    padding: 0 0 18px 0;
    margin: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #CECECE;
}


.search-results__filters .accordion .accordion-navigation > a:after {
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.search-results__filters .accordion .accordion-navigation > a[aria-expanded="false"]:after {
    content: "\f107";
}

.search-results__filters .accordion-content {
}

.search-results__filters #search-categories {
    background: #F6F6F6;
    padding: 34px;
}

.search-results__clear {
    text-align: right;
    font-size: 10px;
}

.search-results__select-all, .search-results__tag-select-all, .search-results__category-select-all {
    text-align: left;
    font-size: 10px;
}

.search-results__clear-all, .search-results__tag-clear-all, .search-results__category-clear-all  {
    text-align: right;
    font-size: 10px;
}

.search-results__clear a, a.search-results__select-all, a.search-results__tag-clear-all, a.search-results__tag-select-all,
.search-results__category-select-all, .search-results__category-clear-all  {
    color: #696B6E;
    border-bottom: 1px solid #696B6E;
}

.search-results__clear--left {
    text-align: left;
}

#search-categories ul {
    margin: 0;
    list-style: none;
}

#search-categories li {
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #C7C7C7;
}

#search-categories li label {
    display: block;
    padding-right: 20px;
    position: relative;
    margin: 0;
    font-size: 0.795rem;
	font-weight: 600;
	color: #003D69;
	letter-spacing: 0px;
}


#search-categories li label:before,
#search-categories li label:after {
    content: " ";
    display: block;
    border: 2px solid #696B6E;
    border-radius: 1px;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


#search-categories li label:before {
    opacity: 0;
    content: "\f14a";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-top: -4px;
    border: 0;
    right: -1px;
    z-index: 2;
    font-size: 16px;

}

#search-categories li input {
    position: absolute;
    left: -9999px;
}

#search-categories li input:checked + label:before {
    opacity: 1;
    color: #003D69;
}
#search-categories li input:checked + label:after {
    border: 2px solid #003D69;
    background: white;
}

#search-tags {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#search-tags ul {
    list-style: none;
    margin: 0 -4px !important;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

#search-tags ul li {
    margin: 4px;
}


#search-tags ul li label {
    white-space: nowrap;
    height: 28px;
    display: flex;
    margin: 0;
    align-items: center;
    border: 1px solid #2A6CA1;
    color: #2A6CA1;
    border-radius: 2px;
    padding: 0 8px;
    font-size: 12px;
}

#search-tags ul li input {
    display: none;
}

#search-tags ul li input:checked + label {
    color: white;
    background: #2A6CA1;
}

#search-tags ul li input:not(:checked) + label:after {
	content: "\f055";
	color: #2A6CA1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	margin-left: 8px;
}

#search-tags ul li input:checked + label:after {
    content: "\f057";
    color: white;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    margin-left: 8px;
}

.search-results__actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-results__actions button {
    margin: 0 10px 0 0;
    background: #003D69;
    text-transform: uppercase;
    border-radius: 2px;
    color: white;
}

.search-results__clear-all {
    color: #696B6E;
    border-bottom: 1px solid #696B6E;
    font-size: 10px;
}

.search-results__key {
    color: #009399;
    padding-bottom: 18px;
    border-bottom: 1px solid #CECECE;

}

.search-results__key h3 {
    margin-bottom: 30px;
}


.search-results__key h4 {
    margin: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #009399;
}

.search-results__key ul {
    margin: 0 -6px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 12px;
}


.search-results__key ul li {
    margin: 0 6px;
    display: flex;
    align-items: center;
    font-weight: 600
;
}

.search-results__key ul i {
    font-size: 14px;
    height: 14px;
    margin-right: 5px;
}

.search-result {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 75px;
    position: relative;
    border-bottom: 1px solid #CECECE;
}

.search-result:last-child {
    border-bottom: 0;
}

.search-result i {
    position: absolute;
    width: 75px;
    top: 45px;
    left: 0;
    color: #01787E;
    text-align: center;
    font-size: 24px;
}

.search-result__content h3 {
    /*font-size: 18px;*/
    margin-bottom: 1.25rem;
}

.search-result__content h3 a {
    color: #222222;
}

.search-result__category {
    color: #4D4D4D;
    font-size: 0.9rem;
    text-transform: uppercase;
	letter-spacing: 2.02px;
}


.search-result__category a {
    color: #4D4D4D;
}

.search-result__excerpt {
    /*font-size: 12px;*/
    /*line-height: 18px;*/
    color: #4D4D4D;
}
.search-result__excerpt br {
	display: none;
}

.search-result__tags {
    margin-left: -4px;
    margin-right: -4px;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.search-result__tags li {
    margin: 4px;
}

.search-result__tags li a {
    white-space: nowrap;
    height: 28px;
    display: flex;
    margin: 0;
    align-items: center;
    border: 1px solid #2A6CA1;
    color: #2A6CA1;
    border-radius: 2px;
    padding: 0 8px;
    font-size: 12px;
}

.search-result__tags li a.active {
	background-color: #2A6CA1;
	color: white;
}

.search-pagination__container {
    border-top: 1px solid #003D69;
    padding-top: 40px;
    position: relative;
}

.search-pagination__numbers {

}

.search-pagination__numbers ul {
    list-style: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-pagination__numbers ul li {
    margin: 0 8px;
    font-size: 12px;
    color: #2A6CA1;
    min-width: 30px;
    text-align: center;
}

.search-pagination__numbers ul li .arrow-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    background: #003D69;
    border-radius: 2px;
    color: white;
}

.search-pagination__numbers ul li .first-link {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
}

.search-pagination__numbers p {
    font-size: 12px;
    text-align: center;
}

.search-pagination__items {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #2A6CA1;
}

.search-pagination__items label{
    margin-right: 10px;
    color: #2A6CA1;
}

.search-pagination__items select {
    width: 53px;
    height: 40px;
    margin: 0;
    border-radius: 2px;
    border: 1px solid #2A6CA1;
}



@media only screen and (min-width: 40.0625em) {
    .search-results__container .filters h3 {
        margin: 0;
    }

    .search-pagination__items {
        position: absolute;
        top: 40px;
        right: 0;
    }
    .search-results__header__input input[type="text"] {
        background: white;
        height: 44px;
        width: 24rem !important;
        display: block;
    }

}

@media only screen and (min-width: 64.0625em) {

    .search-results__key {
        display: flex;
        justify-content: space-between;
    }

    .search-results__key h3 {
        margin-bottom: 0;
    }

}
mark{
    background: #c6e3e4;
}


/** END Search results **/

/** Start Accordion Styles **/
.accordion ul{
	margin-left: 0;
}
.accordion ul.accordion-parent li{
	list-style: none;
}

.accordion ul.accordion-parent li ul li, .accordion ul.accordion-parent li ol li{
	list-style: unset;
}

.accordion ul.accordion-parent li ul{
	margin-left: 1.25rem;
}

.accordion ul.accordion-parent li ul, .accordion ul.accordion-parent li ol{
	margin-bottom: 1rem;
}

.accordion button{
	position: relative;
	display: block;
	border-bottom: 1px solid #215681;
	padding: 0.75rem 3rem 0.75rem 1rem;
	width: 100%;
	text-align: left;
	color: #215681;
	font-size: 1rem;
	font-weight: bold;
	background: #ffffff;
}

.accordion button:focus, .accordion button:hover, .accordion button.expanded{
	color: #ffffff;
	background: #215681;
}

.accordion button:after {
	content: '';
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid #215681;
}

.accordion button:focus:after, .accordion button:hover:after{
	border-top-color: #ffffff;
}

.accordion button.expanded:after{
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 10px solid #ffffff;
	border-top: none;
}

.accordion-section{
	text-align: left;
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	transition: max-height .25s ease-in-out, visibility .25s ease-in-out;
	padding: 0 1.5rem;
}

.accordion-section.open{
	overflow: auto;
	max-height: 100vh;
	visibility: visible;
	transition: max-height .5s ease-in-out, visibility .5s ease-in-out;
}
/** End Accordion Styles **/
