/*
Theme Name: sis17 - 5.0
Author: Hillside Agency
Author URI: http://www.hillsideagency.com
*/

/* global box-sizing */
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
font-size: 16px;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
}

.slick-slider.slick-initialized {
display: block;
visibility: visible;
opacity: 1;
}

body {
line-height: 1.6em;
font-family: 	"soleil-n4", "soleil", CenturyGothic, AppleGothic, sans-serif;
font-weight: 400;
color: #555;
background-color: #f7f8fa;
background-image: url('img/page-slice.png');
background-repeat: repeat-x;
background-position: top;
}

/* clear */
.clear:before,
.clear:after { content:' '; display:table; }
.clear:after { clear:both; }
.clear { *zoom:1; }

img {
max-width:100%;
vertical-align:bottom;
height: auto;
}

a {
color: #19b1bb;
text-decoration: none;
position: relative;
}

a:hover {
text-decoration: underline;
}

a:focus {
outline:0;
}

a:hover,
a:active {
outline:0;
}

input:focus {
outline:0;
border:1px solid #04A4CC;
}

article ul {
padding-left: 1.25rem;
margin-bottom: 1rem;
}

article ul li {
margin-bottom: 1rem;
}

article ul li:last-child {
margin-bottom: 0;
}

hr {
border-bottom: 1px solid #d6d6d6;
border-top: 0;
border-left: 0;
border-right: 0;
margin: 1rem 0;
}

.grecaptcha-badge {
	display: none !important;
}

/* clear */
hr:before,
hr:after { content:' '; display:table; }
hr:after { clear:both; }
hr { *zoom:1; }

.page-break {
margin: 1rem 0;
}

/* clear */
.page-break:before,
.page-break:after { content:' '; display:table; }
.page-break:after { clear:both; }
.page-break { *zoom:1; }

/* 768px and above */
@media only screen and (min-width: 48rem) {
hr, .page-break { margin: 2rem 0; }
}

.reveal-item-container {
transition: all 0.5s;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
}

.reveal-item {
display: block;
visibility: hidden;
opacity: 0;
transition: visibility 0.5s ease, opacity 0.5s ease;
-webkit-transition: visibility 0.5s ease, opacity 0.5s ease;
-moz-transition: visibility 0.5s ease, opacity 0.5s ease;
-ms-transition: visibility 0.5s ease, opacity 0.5s ease;
-o-transition: visibility 0.5s ease, opacity 0.5s ease;
transition-duration: .75s;
}

.reveal-item div {
display: block;
visibility: hidden;
opacity: 0;
max-height: 0;
transition: max-height 0.25s ease;
-webkit-transition: max-height 0.25s ease;
-moz-transition: max-height 0.25s ease;
-ms-transition: max-height 0.25s ease;
-o-transition: max-height 0.25s ease;
transition-duration: .75s;
}

.reveal-item-container:hover .reveal-item {
visibility: visible;
opacity: 1;
}

.reveal-item-container:hover .reveal-item div {
visibility: visible;
opacity: 1;
max-height: 200px;
}

/*If mobile*/

.reveal-item-container.no-reveal .reveal-item {
visibility: visible;
opacity: 1;
max-height: none;
}

.reveal-item-container.no-reveal .reveal-item div {
visibility: visible;
opacity: 1;
max-height: none;
}

/*------------------------------------*\
    Buttons
\*------------------------------------*/

.button-holder {
display: block;
margin: 2rem 0 0;
}

.button-holder .button {
margin: 0 0 1rem 0;
display: inline-block;
}

.button-holder .button:last-child {
border-bottom: 0;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.button-holder { margin: 3rem 0 0; }
.button-holder .button { display: inline-block; margin: 0 .5rem; }
}

.button {
text-decoration: none;
position: relative;
background-color: #19b1bb;
color: #fff;
letter-spacing: .15em;
text-transform: uppercase;
border-radius: 4px;
display: inline-block;
margin-top: .75rem;
line-height: 1.25em;
font-size: .875rem;
transition: background-color .5s ease;
-webkit-transition: background-color .5s ease;
-moz-transition: background-color .5s ease;
-ms-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
}

.button:before {
content: "";
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 4px;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,.2);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,.2);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,.2);
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.button:hover {
background-color: #31d7db;
}

.button:hover:before {
-webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.1);
box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.1);
}

.green-button {
background-color: #19b1bb;
}

.green-button:hover {
background-color: #31d7db;
}

.blue-button {
background-color: #0b5589;
}

.blue-button:hover {
background-color: #227BB7;
}

.grey-button {
background-color: #bbb;
}

.grey-button:hover {
background-color: #19b1bb;
}

.icon-button span {
padding: .75rem 1rem;
display: inline-block;
}

.icon-button:after {
display: none;
padding: .75rem 1rem;
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.2);
font-family: fontAwesome;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.icon-button:after { display: inline-block; }
.button { font-size: 1rem; }
.icon-button span, .icon-button:after { padding: .875rem 1.125rem; }
}

.read-more:after {
content: '\f178';
}

.document:after {
content: '\f15c';
}

.external:after {
content: '\f14c';
}

.contact:after {
content: '\f086';
}

.scrollTop {
margin: auto;
position: fixed;
opacity: 0;
z-index: 100;
height: 2.5rem;
width: 2.5rem;
left: 0;
right: 0;
bottom: 1.25rem;
font-size: 2rem;
line-height: 2.25rem;
border-radius: 5rem;
background-color: rgba(25, 177, 187,.5);
color: #fff;
text-align: center;
transition: all .3s ease-in-out;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
}

.scrollTop:hover {
background-color: rgba(25, 177, 187,1);
}

.scrollTop.solid {
opacity: 1;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


.wrap {
box-sizing: border-box;
margin: auto;
width: 100%;
position: relative;
max-width: 1280px;
background: white;
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
.wrap { max-width: 1400px; }
}

/* clear */
.wrap:before,
.wrap:after { content:' '; display:table; }
.wrap:after { clear:both; }
.wrap { *zoom:1; }

section {
position: relative;
}

.padded-section, .small-padded-section {
padding: 2.5rem 0 2.5rem;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.padded-section { padding: 5rem 0 5rem; }
}

.padded-section-top {
padding: 2.5rem 0 0;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.padded-section-top { padding: 5rem 0 0; }
}

.padded-section-bottom {
padding: 0 0 2.5rem 0;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.padded-section-bottom { padding: 0 0 5rem 0; }
}

/* breadcrumbs */

.breadcrumb-holder {
display: none;
padding: 2.5rem 0 0;
}

.event-filter {
padding: 1rem 0 0;
}

/* 600px and above */
@media only screen and (min-width: 37.5rem) {
.breadcrumb-holder { display: block; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.breadcrumb-holder { padding: 5rem 0 0;  }
}

.breadcrumb-holder ul.menu, .event-filter ul.menu {
list-style: none;
padding: 0;
margin: 0;
text-align: center;
}

.breadcrumb-holder ul.menu li, .event-filter ul.menu li {
display: inline;
margin: 0;
border-right: 1px solid #d6d6d6;
padding: 0 1rem;
font-size: 1rem;
font-weight: 700;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.breadcrumb-holder ul.menu li { 
	padding: 0 2rem; 
	}
.event-filter ul.menu li { 
	padding: 0 1.5rem; 
	}	
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.breadcrumb-holder ul.menu li, .event-filter ul.menu li	{ 
	padding: 0 3rem; 
	font-size: 1.125rem; 
	}
.breadcrumb-holder ul.menu li, .event-filter ul.menu li	{ 
	padding: 0 1.75rem; 
	}	
}


/* 1200px and above */
@media only screen and (min-width: 75rem) {
.breadcrumb-holder ul.menu li, .event-filter ul.menu li	{ 
	padding: 0 4rem; 
	font-size: 1.25rem; 
	}
.event-filter ul.menu li { 
	padding: 0 2rem; 
	}	
}

.breadcrumb-holder ul.menu li:last-child, .event-filter ul.menu li:last-child {
border: 0;
}

.breadcrumb-holder ul.menu li a, .event-filter ul.menu li a {
display: inline-block;
color: #0b5589;
text-decoration: none;
}

.breadcrumb-holder ul.menu li a:hover, .breadcrumb-holder ul.menu li.current_page_item a, .breadcrumb-holder ul.menu li.current-menu-item a, .event-filter ul.menu li a:hover, .event-filter ul.menu li.current_page_item a, .event-filter ul.menu li.current-menu-item a, .event-filter ul.menu li a.selected {
color: #19b1bb;
}

/* header */

.header {
position: fixed;
z-index: 100;
width: 100%;
top:0;
background: rgba(255,255,255,1);
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.header-container {
box-sizing: border-box;
margin: auto;
width: 100%;
position: relative;
max-width: 1280px;
height: 80px;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.header-container { height: 100px; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.header-container { height: 120px; }
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
.header-container { height: 140px; }
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
.header-container { max-width: 1400px }
}


.header.nav-down { transform: translateY(0%); }
.header.nav-up { transform: translateY(-100%); }

/* logo */

.branding  {
margin: auto;
position: absolute;
left: 1rem;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}


/* 480px and above */
@media only screen and (min-width: 30rem) {
.branding  { left: 2rem; }
}

.branding a {
display: block;
border: 0;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}

.branding a img.logo-desktop {
display: none;
width: 180px;
}

.branding a img.logo-mob {
display: block;
}

/* 320px and above */
@media only screen and (min-width: 20rem) {
.branding a img.logo-mob { display: none; }
.branding a img.logo-desktop { display: block; }
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.branding a img.logo-desktop { width: 220px; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.branding a img.logo-desktop { width: 240px; }
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
.branding a img.logo-desktop { width: 252px; }
}

/* nav */

nav {
margin: 2rem 0 0;
float: right;
width: 100%;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
nav { margin: 2.5rem 0 0; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
nav { margin: 2rem 0 0; }
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
nav { margin: 2.5rem 0 0; }
}

nav a:hover {
text-decoration:none;
}

#main-menu {
list-style: none;
padding: 0;
margin: 0;
text-align: right;
font-size: 0;
display: none;
}

#main-menu li {
position: relative;
display: inline-block;
vertical-align:middle;
margin-left: .5rem;
}

#main-menu li:first-child {
margin-left: 0;
}

#main-menu li:last-child {
margin-right: 1rem;
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
#main-menu li { margin-left: 1.25rem; }
#main-menu li:last-child { margin-left: 1rem; }
}

/* 1600px and above */
@media only screen and (min-width: 100rem) {
#main-menu li { margin-left: 1.75rem; }
}

#main-menu li a {
font-size: 1.25rem;
line-height: 1em;
padding: 1rem;
color: #0a548b;
display: inline-block;
}

#main-menu li a:hover, #main-menu li.current_page_item a, #main-menu li.current-menu-item a, #main-menu li.current-page-parent a, #main-menu li.current_page_parent a {
color: #19b1bb;
}

#main-menu li.cta-button {
margin-left: 1.75rem;
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
#main-menu li.cta-button { margin-left: 2.25rem; }
}

/* 1600px and above */
@media only screen and (min-width: 100rem) {
#main-menu li.cta-button { margin-left: 2.75rem; }
}

#main-menu li.cta-button a.icon-button {
padding: 0;
margin: 0;
color: #fff;
font-size: 1rem;
line-height: inherit;
}

#main-menu li.cta-button a.icon-button span {
display: none;
}

.slicknav_nav li.cta-button a.icon-button {
padding: .875em 1em;
background-color: #0a548b;
border-radius: 0;
letter-spacing: 0;
text-transform: none;
font-size: 1.125rem;
}

.slicknav_nav li.cta-button a.icon-button:hover {
background-color: #1b74b5
}

.slicknav_nav li.cta-button a.icon-button:before {
display: none;
}

.slicknav_nav li.cta-button a.icon-button span {
padding: 0 .75rem 0 0;
}

.slicknav_nav li.cta-button a.icon-button:after {
padding: 0 .75rem;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
#main-menu li.cta-button a.icon-button { line-height: 1.25em; padding: 0; }
#main-menu li.cta-button a.icon-button:after { padding: .875rem 1.125rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
#main-menu li.cta-button a.icon-button span { display: inline-block; }
}

/* submenus */

#main-menu ul.sub-menu {
visibility: hidden;
opacity: 0;
position: absolute;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
left: 0;
top: 100%;
z-index: 999;
text-align: left;
margin: 0;
list-style-type: none;
padding: .5rem 0;
background-color: #fff;
transition: opacity .5s ease;
-webkit-transition: opacity .5s ease;
-moz-transition: opacity .5s ease;
-ms-transition: opacity .5s ease;
-o-transition: opacity .5s ease;
}

#main-menu li.menu-item-has-children:hover ul.sub-menu {
visibility: visible;
opacity: 1;
-webkit-box-shadow: 0px 4px 20px 0px rgba(150,150,150,.3);
-moz-box-shadow: 0px 4px 20px 0px rgba(150,150,150,.3);
box-shadow: 0px 4px 20px 0px rgba(150,150,150,.3);
}

#main-menu ul.sub-menu li {
margin:0;
display: block;
padding: 0;
min-width: 200px;
}

#main-menu ul.sub-menu li:last-child {

}

#main-menu ul.sub-menu li a {
padding: .5rem 1rem;
font-size: 1rem;
display:block;
border:0;
white-space: nowrap;
}

#main-menu ul.sub-menu li a:hover {
color: #19b1bb;
}

#main-menu ul.sub-menu li a {
color: #0a548b;
}

#main-menu ul.sub-menu li a:hover, #main-menu ul.sub-menu li.current_page_item a, #main-menu ul.sub-menu li.current-menu-item a {
color: #19b1bb;
}

/*Slicknav*/

.slicknav_menu {
display:block;
margin: 0;
padding: 0!important;
background-color: transparent;
}

.slicknav_nav {
font-size: 1.125rem;
background-color: #19b1bb;
}

.slicknav_nav ul, .slicknav_nav a {
margin: 0!important;
}

.slicknav_nav li {
margin: 0;
}

.slicknav_nav li:before {
display: none;
}

.slicknav_nav li.search-menu-item {
display: none;
}

.slicknav_nav ul.sub-menu {
background-color: #00aab5;
font-size: .9em;
}

.slicknav_nav a {
display:block;
color: #fff;
padding: .875em 1em;
}

.slicknav_nav li a:hover {
color: #fff;
}

.slicknav_nav .slicknav_row {
padding: .875em 1em;
position: relative;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
}

.slicknav_nav span.cta-button-icon {
display: none;
}

.slicknav_nav .slicknav_arrow {
display: none;
}

.slicknav_nav .slicknav_row:after {
content:'\f105';
font-family: fontAwesome;
display: block;
position: absolute;
right: 1rem;
margin: auto;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}

.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover, .slicknav_nav a.slicknav_row:hover a {
background-color: #31d7db;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
color: #fff;
}

.slicknav_btn {
margin: 0 1.5rem 2rem 0;
padding:0;
background-color: transparent;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.slicknav_btn { margin: 0 2rem 2.5rem 0; }
}

.slicknav_menu .slicknav_icon-bar {
background-color: #003480;
width: 1.5em;
height: 0.25em;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

.slicknav_nav .cta-button, .slicknav .small-button {
border-top:0;
border-left:0;
border-right: 0;
padding: 0;
}

.slicknav_nav .cta-button:hover {
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
#main-menu { display: block; }
.js .slicknav_menu { display: none; }
}

/*------------------------------------*\
Search Modal
\*------------------------------------*/

.searchModal-container {
background: rgba(25,177,188,.9)!important;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
width: 100%;
height: 100vh;
}

.closeModal {
position: absolute;
width: 100%;
height: 100%;
z-index: 0;
cursor: pointer;
}

.close-searchModal i {
margin: 1rem;
font-size: 2rem;
color: #fff;
position: absolute;
top: 0;
right: 0;
z-index: 200;
}

.searchModal-content {
max-width: 960px;
width: 90%;
margin: auto;
font-size: 1.5rem;
color: #fff;
position: relative;
z-index: 10;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.searchModal-content { font-size: 2rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.searchModal-content { font-size: 3rem; }
}

.searchModal-content form.search {
border-bottom: 2px solid #fff;
}

.searchModal-content form.search input.search-input {
background: none;
border: 0;
color: #fff;
outline: 0;
padding: 1rem;
width: 70%;
float: left;
}

.searchModal-content form.search button.search-submit {
border: 0;
background: none;
color: #fff;
outline: 0;
padding: 1rem;
float: right;
}

.searchModal-content span {
font-size: 1rem;
display: block;
padding: 1rem;
text-align: right;
}

.searchModal-content form.search input.search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a4d8de;
}
.searchModal-contentform.search input.search-input::-moz-placeholder { /* Firefox 19+ */
  color: #a4d8de;
}
.searchModal-content form.search input.search-input:-ms-input-placeholder { /* IE 10+ */
  color: #a4d8de;
}
.searchModal-content form.search input.search-input:-moz-placeholder { /* Firefox 18- */
  color: #a4d8de;
}

.searchModal-content a {
color: #0a548b;
}

/*------------------------------------*\
Masthead
\*------------------------------------*/

.masthead-slider {
background: #fff;
max-width: 1280px;
width: 100%;
margin: auto;
position: relative;
z-index: 1;
overflow: hidden;	
overflow: visible;		
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.masthead-slider, .masthead-slide { border-radius: 0px; }
.masthead-slider { max-width: 1312px; }
}

/* 1312px and above */
@media only screen and (min-width: 82rem) {
.masthead-slider, .masthead-slide { border-radius: 8px; }
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
.masthead-slider, .masthead-slide { border-radius: 12px; }
.masthead-slider { max-width: 1464px; }
}
		/*-webkit-box-shadow: 0px 4px 20px 0px rgba(150,150,150,.3);
		-moz-box-shadow: 0px 4px 20px 0px rgba(150,150,150,.3);
		box-shadow: 0px 4px 20px 0px rgba(150,150,150,.3);*/



.masthead-slide {
background-size: cover;
position: relative;
overflow: hidden;
}

.masthead-slide.slide-right { background-position: left; }
.masthead-slide.slide-left { background-position: right; }

/* 768px and above */
@media only screen and (min-width: 48rem) {
.masthead-slide.slide-right { background-position: center; }
.masthead-slide.slide-left { background-position: center; }
}

.slide-caption-holder {
color: #fff;
height: 50vh;
min-height: 360px;
max-height: 600px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
position: relative;
z-index: 20;
padding: 0;
}

.related-item-slider .slide-caption-holder {
	height: 280px;
	min-height: unset !important;
	max-height: unset !important;
}

.related-item-slider .slide-caption-holder .container {
	width: 100%;
}

.masthead-slide.slide-right {
text-align: left;
}

/* 320px and above */
@media only screen and (min-width: 20rem) {
.slide-caption-holder { min-height: 360px; }
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.masthead-slide.slide-right { text-align: right; }
.slide-caption-holder { min-height: 480px; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.slide-caption-holder { min-height: 500px; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.slide-caption-holder { padding: 4rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.slide-caption-holder { padding: 0; min-height: 540px; }
}

.masthead-overlay {
position: absolute;
height: 100%;
z-index:10;
}

.masthead-slide.slide-left .gradient-overlay {
left: 0;
background: rgba(0, 0, 0, 0.5);
width: 100%;
}

.masthead-slide.slide-right .gradient-overlay {
right: 0;
background: rgba(0, 0, 0, 0.5);
width: 100%;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
	.masthead-slide.slide-left .gradient-overlay {
		width: 66%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,.4) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	}
	.masthead-slide.slide-right .gradient-overlay {
		width: 66%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,.4) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
	}
	.related-item-slider .masthead-slide.slide-left .gradient-overlay {
		width: 66%;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100 */
		background: -moz-linear-gradient(left,  rgba(0,0,0,.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(0,0,0,.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	}
}

.masthead-slider .slide-caption-holder .pre-header, .masthead-slider .slide-caption-holder .slide-caption {
color: #fff;
}

.related-item-slider .slide-caption-holder .pre-header {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}

.slide-caption-holder .pre-header {
margin: 0 0 1rem 0;
font-size: .875rem;
}

/* 320px and above */
@media only screen and (min-width: 20rem) {
.slide-caption-holder .pre-header { font-size: 1rem; }
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.slide-caption-holder .pre-header { font-size: 1.125rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.slide-caption-holder .pre-header { font-size: 1.25rem; }
}

.slide-caption-holder .slide-caption  {
font-family: "lato-n8", "lato", verdana, serif;
font-weight: 800;
margin: 0;
font-size: 2rem;
line-height: 1.25em;
text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

/* 320px and above */
@media only screen and (min-width: 20rem) {
.slide-caption-holder .slide-caption  { font-size: 2.5rem; }
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.slide-caption-holder .slide-caption  { font-size: 3.25rem; line-height: 1.0625em; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.slide-caption-holder .slide-caption  { font-size: 4rem; }
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
.slide-caption-holder .slide-caption { font-size: 4.5rem; }
}

/* 320px and above */
@media only screen and (min-width: 20rem) {
.slide-caption-holder a.button { margin-top: 1.5rem; }
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.slide-caption-holder a.button { font-size: 1rem; margin-top: 2rem; }
}

.related-item-slider .slide-caption-holder a.button {
	margin-top: 0.5rem !important;
}

.masthead-slider .slick-button {
position: absolute;
margin: auto;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
z-index: 30;
font-size: 1rem;
line-height: 2rem;
width: 2rem;
height: 2rem;
text-align: center;
border-radius: 0;
background-color: #19b1bb;
color: #fff;
outline: 0;
border: 0;
}

.masthead-slider .slick-prev {
	left: -0.5rem;
	border-radius: 4px;
}

.masthead-slider .slick-next {
	right: -0.5rem;
	border-radius: 4px;
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.masthead-slider .slick-button { width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1.5rem; }
.masthead-slider .slick-prev { left: -0.5rem; border-radius: 4px; }
.masthead-slider .slick-next { 	right: -0.5rem; border-radius: 4px; }
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
.masthead-slider .slick-button { width: 3rem; height: 3rem; line-height: 3rem; font-size: 1.5rem; }
}

/* 1540px and above */
@media only screen and (min-width: 1540px) {
.masthead-slider .slick-prev { left: -1.5rem; }
.masthead-slider .slick-next { right: -1.5rem; }
}

/* LEFT */

.masthead-slider .masthead-slide.slide-left .slide-caption-holder .pre-header,
.masthead-slider .masthead-slide.slide-left .slide-caption-holder .slide-caption,
.masthead-slider .masthead-slide.slide-left .slide-caption-holder a.button {
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}

.masthead-slider .masthead-slide.slick-current.slide-left .slide-caption-holder .pre-header,
.masthead-slider .masthead-slide.slick-current.slide-left .slide-caption-holder .slide-caption,
.masthead-slider .masthead-slide.slick-current.slide-left .slide-caption-holder a.button {
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}

.masthead-slider .masthead-slide.slick-current.slide-left .slide-caption-holder .pre-header {
-webkit-animation-delay: .25s;
animation-delay: .25s;
}

.masthead-slider .masthead-slide.slick-current.slide-left .slide-caption-holder .slide-caption {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}

.masthead-slider .masthead-slide.slick-current.slide-left .slide-caption-holder a.button {
-webkit-animation-delay: .75s;
animation-delay: .75s;
}
.related-item-slider.masthead-slider .masthead-slide.slick-current.slide-left .slide-caption-holder a.button {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}



@-webkit-keyframes fadeInLeft {
0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInLeft {
0% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@-webkit-keyframes fadeOutLeft {
0% {
	opacity: 1;
}
100% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
}

@keyframes fadeOutLeft {
0% {
	opacity: 1;
}
100% {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
}

/* RIGHT */

.masthead-slider .masthead-slide.slide-right .slide-caption-holder .pre-header,
.masthead-slider .masthead-slide.slide-right .slide-caption-holder .slide-caption,
.masthead-slider .masthead-slide.slide-right .slide-caption-holder a.button {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

.masthead-slider .masthead-slide.slick-current.slide-right .slide-caption-holder .pre-header,
.masthead-slider .masthead-slide.slick-current.slide-right .slide-caption-holder .slide-caption,
.masthead-slider .masthead-slide.slick-current.slide-right .slide-caption-holder a.button {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
-webkit-animation-duration: .6s;
animation-duration: .6s;
-webkit-animation-delay: .25s;
animation-delay: .25s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {

	.masthead-slider .masthead-slide.slide-right .slide-caption-holder .pre-header,
	.masthead-slider .masthead-slide.slide-right .slide-caption-holder .slide-caption,
	.masthead-slider .masthead-slide.slide-right .slide-caption-holder a.button {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight;
	}

	.masthead-slider .masthead-slide.slick-current.slide-right .slide-caption-holder .pre-header,
	.masthead-slider .masthead-slide.slick-current.slide-right .slide-caption-holder .slide-caption,
	.masthead-slider .masthead-slide.slick-current.slide-right .slide-caption-holder a.button {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
	}

}

.masthead-slider .masthead-slide.slick-current.slide-right .slide-caption-holder .pre-header {
-webkit-animation-delay: .25s;
animation-delay: .25s;
}

.masthead-slider .masthead-slide.slick-current.slide-right .slide-caption-holder .slide-caption {
-webkit-animation-delay: .5s;
animation-delay: .5s;
}

.masthead-slider .masthead-slide.slick-current.slide-right .slide-caption-holder a.button {
-webkit-animation-delay: .75s;
animation-delay: .75s;
}

@-webkit-keyframes fadeInRight {
0% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@keyframes fadeInRight {
0% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}

@-webkit-keyframes fadeOutRight {
0% {
	opacity: 1;
}
100% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
}

@keyframes fadeOutRight {
0% {
	opacity: 1;
}
100% {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
}

/*------------------------------------*\
Tiles
\*------------------------------------*/

.tile {
position: relative;
background: #000;
overflow: hidden;
}

.half-tile {
width: 100%;
float:left;
height: 360px;
}

/* 320px and above */
@media only screen and (min-width: 20rem) {
.half-tile { height: 400px; }
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.half-tile { height: 450px; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.half-tile { height: 600px; width: 50%;  }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {

}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.half-tile { height: 450px; }
}

/* 1472px and above */
@media only screen and (min-width: 92rem) {
.half-tile { height: 500px; }
}

.tile-caption-holder {
width: 100%;
position: absolute;
z-index: 20;
bottom: 0;
left: 0;
padding: 1.5rem 1em;
color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,.75) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.tile-caption-holder { padding: 2rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.tile-caption-holder { padding: 4rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.tile-caption-holder { padding: 2rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.tile-caption-holder { padding: 4rem; }
}

.tile-caption-holder h4, .tile-caption-holder p {
color: #fff;
margin: 0 0 .5rem;
text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}

.tile-caption-holder .pre-header {
color: #fff;
}

.tile-caption-holder h4 {
font-size: 1.5rem;
}

.tile-caption-holder p.description {
font-weight: 700;
font-size: 1rem;
line-height: 1.4em;
margin: .5rem 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.tile-caption-holder h4 { font-size: 1.875rem; }
.tile-caption-holder p.description { font-size: 1.125rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.tile-caption-holder h4 { font-size: 1.875rem; }
.tile-caption-holder p.description { font-size: 1.125rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.tile-caption-holder h4 { font-size: 2rem; }
.tile-caption-holder p.description { font-size: 1.25rem; }
}

.tile .tile-img {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
filter:blur(0px);
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.tile:hover .tile-img {
filter:blur(5px);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
opacity: .8;
}

/*------------------------------------*\
Flexible Content
\*------------------------------------*/

.half-block {
-ms-flex: 0 0 auto.
-webkit-flex: 0 0 auto.
flex: none;
width: 100%;
max-width: 100%;
padding-right: 1rem;
padding-left: 1rem;
background-size: cover;
background-position: center;
min-height: 300px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
}

.half-block:first-child {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.half-block:last-child {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.half-block { min-height: 400px; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
	.half-block { width: 50%; max-width: 50%; -ms-flex: 1; -webkit-flex: 1; flex: 1; }
	.row.left .half-block:first-child { -ms-flex-order: 1; -webkit-order: 1; order: 1; }
	.row.left .half-block:last-child { -ms-flex-order: 2; -webkit-order: 2; order: 2; }
	.row.right .half-block:last-child { -ms-flex-order: 1; -webkit-order: 1; order: 1; }
	.row.right .half-block:first-child { -ms-flex-order: 2; -webkit-order: 2; order: 2; }
}

.half-block-text {
padding: 2.5rem 0rem;
color: #fff;
}

.img-row .half-block .half-block-text {
padding: 0 0 2.5rem 0rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.half-block-text { padding: 4rem 3.5rem; }
.img-row .half-block .half-block-text { padding: 0 3.5rem 4rem 3.5rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.half-block-text { max-width: 700px; }
.half-block-text, .img-row .half-block .half-block-text { padding: 4rem 2rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.half-block-text, .img-row .half-block .half-block-text { padding: 4.5rem 3.5rem; }
}

/* 1400px and above */
@media only screen and (min-width: 87.5rem) {
.row.left .half-block-text, .row.left .img-row .half-block .half-block-text { padding: 4.5rem 3.5rem 4.5rem 8.25rem; }
.row.right .half-block-text, .row.right .img-row .half-block .half-block-text { padding: 4.5rem 8.25rem 4.5rem 3.5rem; }
}

.half-block-text a {
color: #0b5589;
}

.half-block-text h3 {
color: #fff!important;
}

.half-block-text h4 {
color: #fff!important;
font-size: 1.625rem;
margin-bottom: 1.25rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.half-block-text h4 { font-size: 1.75rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.half-block-text h4 { font-size: 1.875rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.half-block-text h4 { font-size: 2rem; }
}

.half-block-text p {
margin-bottom: 1rem;
font-size: 1.1875rem;
}

.half-block-text p:last-child {
margin-bottom: 0;
}

.light-teal-block {
background-color: #d0eaf0!important;
}

.navy-block {
background-color: #205588!important;
}

.night-block {
background-color: #063b5a!important;
}

.purple-block {
background-color: #a43b74!important;
}

.red-block {
background-color: #e5335b!important;
}

.teal-block {
background-color: #19b1bb!important;
}

.yellow-block {
background-color: #f59e37!important;
}

.row.white-block .half-block-text {
color: inherit;
}

.row.white-block .half-block-text h4 {
color: #0b5589;
}

/* teal coloured headers, links  */
.row.white-block .pre-header, .row.white-block a,
.row.purple-block .pre-header, .row.purple-block a,
.row.navy-block .pre-header, .row.navy-block a,
.row.night-block .pre-header, .row.night-block a {
color: #19b1bb!important;
}

/* teal coloured buttons */
.row.purple-block a.button,
.row.navy-block a.button,
.row.night-block a.button {
background-color: #19b1bb!important;
color: #fff!important;
}

/* teal coloured buttons hover */
.row.purple-block a.button:hover,
.row.navy-block a.button:hover,
.row.night-block a.button:hover {
background-color: #31d7db!important;
}

/* navy coloured headers, links */
.row.red-block .pre-header, .row.red-block a,
.row.teal-block .pre-header, .row.teal-block a,
.row.yellow-block .pre-header, .row.yellow-block a {
color: #0b5589!important;
}

/* navy coloured buttons */
.row.red-block a.button,
.row.teal-block a.button,
.row.yellow-block a.button {
background-color: #0b5589!important;
color: #fff!important;
}

/* navy coloured buttons hover */
.row.red-block a.button:hover,
.row.teal-block a.button:hover,
.row.yellow-block a.button:hover {
background-color: #1b74b5!important;
}

.styled-content.light-teal-block, .styled-content.navy-block, .styled-content.night-block, .styled-content.purple-block, .styled-content.red-block, .styled-content.teal-block, .styled-content.yellow-block {
background-color: transparent!important;
}

.styled-content.light-teal-block h1, .styled-content.light-teal-block h2, .styled-content.light-teal-block h3, .styled-content.light-teal-block h4, .styled-content.light-teal-block h5, .styled-content.light-teal-block p.event-title {
color: #d0eaf0;
}

.styled-content.navy-block h1, .styled-content.navy-block h2, .styled-content.navy-block h3, .styled-content.navy-block h4, .styled-content.navy-block h5, .styled-content.navy-block p.event-title {
color: #205588;
}

.styled-content.night-block h1, .styled-content.night-block h2, .styled-content.night-block h3, .styled-content.night-block h4, .styled-content.night-block h5, .styled-content.night-block p.event-title {
color: #063b5a;
}

.styled-content.purple-block h1, .styled-content.purple-block h2, .styled-content.purple-block h3, .styled-content.purple-block h4, .styled-content.purple-block h5, .styled-content.purple-block p.event-title {
color: #a43b74;
}

.styled-content.red-block h1, .styled-content.red-block h2, .styled-content.red-block h3, .styled-content.red-block h4, .styled-content.red-block h5, .styled-content.red-block p.event-title {
color: #e5335b;
}

.styled-content.teal-block h1, .styled-content.teal-block h2, .styled-content.teal-block h3, .styled-content.teal-block h4, .styled-content.teal-block h5, .styled-content.teal-block p.event-title {
color: #19b1bb;
}

.styled-content.yellow-block h1, .styled-content.yellow-block h2, .styled-content.yellow-block h3, .styled-content.yellow-block h4, .styled-content.yellow-block h5, .styled-content.yellow-block p.event-title {
color: #f59e37;
}

.half-block-text p strong {
font-size: 1.125rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.half-block-text p strong { font-size: 1.5rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.half-block-text p strong { font-size: 1.25rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.half-block-text p strong { font-size: 1.375rem; }
}

/* Combined Text & Image Block */

.half-block-img {
padding: 1rem 2rem 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.half-block-img { padding: 1rem 5rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.half-block-img { padding: 1rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.half-block-img { padding: 1rem 3rem; }
}

/* Content Blocks */

.content-block {
position: relative;
min-height: 1px;
float: left;
display:block;
padding-left: 1rem;
padding-right: 1rem;
margin-bottom: 1rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.content-block { margin-bottom: 2rem; }
}

.content-block:last-child {
margin-bottom: 0;
}

.col-1 {
width: 100%;
}

.col-2 { width: 100%; }

/* 768px and above */
@media only screen and (min-width: 48rem) {
.col-2 { width: 50%; margin: 0; }
}

.col-3 { width: 100%; }

/* 992px and above */
@media only screen and (min-width: 62rem) {
.col-3 { width: 33.33%; margin: 0;  }
}

.col-4 { width: 100%; }

/* 480px and above */
@media only screen and (min-width: 30rem) {
.col-4 { width: 50%; margin: 0;  }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.col-4 { width: 25%; margin: 0;  }
}

.content-block p:last-child {
margin-bottom: 0;
}

/* Testimonials */

.light-teal-block .testimonial-section-inner {
background-color: #d0eaf0;
}

.navy-block .testimonial-section-inner {
background-color: #205588;
}

.night-block .testimonial-section-inner {
background-color: #063b5a;
}

.purple-block .testimonial-section-inner {
background-color: #a43b74;
}

.red-block .testimonial-section-inner {
background-color: #e5335b;
}

.teal-block .testimonial-section-inner {
background-color: #19b1bb;
}

.yellow-block .testimonial-section-inner {
background-color: #f59e37;
}

/*Border colors*/

.white-block .testimonial-img-holder {
border-color: #fff;
}

.light-teal-block .testimonial-img-holder {
border-color: #d0eaf0;
}

.navy-block .testimonial-img-holder {
border-color: #205588;
}

.night-block .testimonial-img-holder {
border-color: #063b5a;
}

.purple-block .testimonial-img-holder {
border-color: #a43b74;
}

.red-block .testimonial-img-holder {
border-color: #e5335b;
}

.teal-block .testimonial-img-holder {
border-color: #19b1bb;
}

.yellow-block .testimonial-img-holder {
border-color: #f59e37;
}

.testimonial-section {
margin-top: 3rem;
}

.testimonial-section-inner {
padding: 4rem 0 2rem;
text-align: center;
}

.testimonial-img-holder {
position: absolute;
width: 6rem;
height: 6rem;
top: -3rem;
left: 0;
right: 0;
margin: auto;
border: 5px solid;
border-color: white;
border-radius: 100%;
overflow: hidden;
}

.testimonial-holder {
margin-top: 1rem;
padding: 0 1rem;
position: relative;
}

.testimonial-holder:before, .testimonial-holder:after {
position: absolute;
display: block;
font-family: Arial;
font-weight: 900;
font-size: 4rem;
color: rgba(0,0,0,.5);
top: -1rem;
}

.testimonial-holder:before {
content: "\201C";
left: 0;
}

.testimonial-holder:after {
content: "\201D";
right: 0;
}

.testimonial-quote {
color: #fff;
font-size: 1.25rem;
font-family: "lato-n8", "lato", verdana, serif;
font-weight: 800;
line-height: 1.25em;
margin-bottom: .75rem;
}

.testimonial-author {
color: rgba(0,0,0,.5);
font-size: 1.125rem;
font-weight: 700;
margin-bottom: 0;
}

.night-block .testimonial-author, .night-block .testimonial-holder:before, .night-block .testimonial-holder:after {
color: rgba(255,255,255,.5);
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.testimonial-section-inner { padding: 6.5rem 0 4.5rem }
.testimonial-holder { padding: 0 2rem; }
.testimonial-img-holder { border: 10px solid; width: 12rem; height: 12rem; top: -6rem; }
.testimonial-quote { font-size: 1.5rem; margin-bottom: 1rem; }
.testimonial-holder:before { font-size: 5rem; left: -1rem; }
.testimonial-holder:after { font-size: 5rem; right: -1rem; }
.testimonial-holder:before, .testimonial-holder:after { top: 0; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {

}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.testimonial-quote { font-size: 1.75rem; margin-bottom: 1.25rem; }
.testimonial-holder:before { font-size: 6.5rem; }
.testimonial-holder:after { font-size: 6.5rem; }
}


/*------------------------------------*\
Pagination
\*------------------------------------*/

.pagination {
text-align: center;
font-size: 0;
font-weight: 700;
padding: 0 0 3rem;
}

.page-numbers {
display: inline-block;
border-right: 1px solid #ccc;
padding: 0 1rem;
color: #0b5589;
font-size: 1.25rem;
}

.page-numbers:hover {
color: #19b1bb;
}

.pagination .page-numbers:last-child {
border-right: 0;
}

.page-numbers.current {
color: #19b1bb;
}

a.page-numbers, a.next {
text-decoration: none;
}

/*------------------------------------*\
In post pagination
\*------------------------------------*/

.post-pagination {
margin: 0;
padding: 0;
box-sizing: border-box;
display: block;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
		.post-pagination {
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
	}
}

.post-pagination-item {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
min-width: 100%;
box-sizing: border-box;
-ms-flex: 1;
-webkit-box-flex: 1;
flex: 1;
position: relative;
overflow: hidden;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
	.post-pagination-item {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		min-width: 50%;
	}
}

.post-pagination-img {
position: absolute;
z-index: 0;
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
opacity: 0.25;
top: 0;
left: 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
filter:blur(2px);
transition: all 1s;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
}

.post-pagination-item:hover .post-pagination-img {
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
filter:blur(0px);
}

.pag-prev, .pag-next {
padding: 2rem 1rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.pag-prev, .pag-next { padding: 4rem 4.5rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.pag-prev { padding: 4rem 3.5rem 4rem 8.25rem; text-align: right; }
.pag-next { padding: 4rem 8.25rem 4rem 3.5rem; }
}

.post-pagination-content {
color: #fff;
position: relative;
z-index: 10;
}

span.post-pagination-content-pre-header {
display: block;
text-transform: uppercase;
letter-spacing: .15em;
margin-bottom: .5rem;
font-size: .875rem;
}

span.post-pagination-content-link {
display: block;
font-family: "lato-n8", "lato", verdana, serif;
font-weight: 800;
line-height: 1.325em;
font-size: 1.25rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
span.post-pagination-content-pre-header { font-size: 1rem; }
span.post-pagination-content-link { font-size: 1.5rem; }
}

.post-pagination .post-pagination-item .post-pagination-content span.post-pagination-content-link a {
color: #fff;
text-decoration: none;
}

/*------------------------------------*\
Pages
\*------------------------------------*/

/*------------home---------------*/

.home-news-intro {
margin-top: 1rem;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.home-news-intro { padding: 1rem 0; border-bottom: 1px solid #d6d6d6; margin: 0 1rem; }
}

.home-news-intro h3, .home-news-intro-social h5 {
color: #0a548b;
}

.home-news-intro h3 {
font-size: 1.5rem;
width: 100%;
display: block;
float:left;
text-align: center;
}

.home-news-intro h3 a {
text-decoration: none;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.home-news-intro h3 { font-size: 2rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.home-news-intro h3 { font-size: 2.25rem; width: 60%; text-align:left; }
}

.home-news-intro-social {
float: right;
width: 100%;
text-align: center;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.home-news-intro-social { width: auto; text-align:left; }
}

.home-news-intro-social h5 {
display: inline-block;
margin-right: 1rem;
}

.home-news-intro-social ul.social-links {
display: inline-block;
}

/*------------default template---------------*/

.page-intro {
padding-bottom: 2.5rem;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.page-intro { padding-bottom: 5rem; }
}

/*------------generic styles---------------*/

.big-intro p {
font-size: 1rem;
}

.big-intro .fluid-width-video-wrapper {
	margin: 1rem 0 2rem;
}

.big-intro p strong {
font-size: 1.125rem;
color: #0a548b;
}

.reset-width {
	flex-basis: auto;
}

@media only screen and (min-width: 992px) {
.home .big-intro .reset-width {
    width: 49%;
}
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.big-intro p { font-size: 1.125rem; }
.big-intro p strong { font-size: 1.25rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.big-intro p { font-size: 1.1875rem; }
.big-intro p strong { font-size: 1.375rem; }
}

.big-intro .pre-header {
font-size: 1rem;
margin: 1rem 0 .75rem;
color: #0a548b;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.big-intro .pre-header { font-size: 1.125rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.big-intro .pre-header { font-size: 1.25rem; }
}

.big-intro h1 {
color: #19b1bb;
margin-bottom: 2rem;
}

.big-intro h3, .big-intro h4 {
line-height: 1.125em;
}

.big-intro h3 {
font-size: 2.25rem;
}

.big-intro h4 {
color: #19b1bb;
font-size: 2rem;
margin: 0 0 1.25rem 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.big-intro h4 { font-size: 2.5rem; }
}

.big-intro h5 {
font-size: 1.625rem;
}

.med-intro .pre-header {
font-size: 1rem;
margin: 1rem 0 .75rem;
color: #0b5589;
}

.med-intro h3 {
color: #19b1bb;
}

.med-intro h4 {
color: #19b1bb;
font-size: 1.875rem;
margin-bottom: 1rem;
}

.col-inner {
margin-bottom: 1rem;
padding: 0;
}

.row div:last-child .col-inner {
margin-bottom: 0;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.col-inner { margin-bottom: 0; padding: 0 .5rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.col-inner {  }
}

/*------------About---------------*/

ul.accreditation-list {
list-style: none;
padding: 0;
margin: 1.5rem 0;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
ul.accreditation-list { margin: 0; }
}

ul.accreditation-list li.accreditation {
display: block;
width: 49%;
margin: 1rem 0 1rem 2% ;
float: left;
text-align: center;
}

ul.accreditation-list li.accreditation:nth-child(2n+1) {
margin-left: 0;
clear: both;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
ul.accreditation-list li.accreditation { width: 32%; }
ul.accreditation-list li.accreditation:nth-child(2n+1) { margin-left: 2%; clear: none; }
ul.accreditation-list li.accreditation:nth-child(3n+1) { margin-left: 0; clear: both; }
}

/*------------Team---------------*/

.team-grid-section {
padding: 0 0 2.5rem;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.team-grid-section { padding: 0 0 5rem; }
}

.team-grid {
max-height: 820px;
overflow-y: auto;
overflow-x: hidden;
padding: 0 1rem 0 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.team-grid { padding: 0 1rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.team-grid { padding: 1rem 2rem; }
}

.team-grid::-webkit-scrollbar {
    width: 10px;
    height:10px;
}

.team-grid::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #d6d6d6;
}

.team-grid::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #888;
}

.team-grid-item {
position: relative;
margin-bottom: 2rem;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

/*.team-grid-item:before {
content: "";
display: block;
position: absolute;
border-radius: 4px;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,.25);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,.25);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,.25);
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.team-grid-item:hover:before {
	-webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.25);
	-moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,.25);
	box-shadow: 0px 2px 5px 0px rgba(0,0,0,.25);
}*/

.team-grid-item-inner {
height: 440px;
border-radius: 4px;
overflow: hidden;
position: relative;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.team-grid-item-inner { height: 380px; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.team-grid-item-inner { height: 400px; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.team-grid-item-inner { height: 420px; }
}

.team-grid-item-img {
position: absolute;
width: 100%;
height: 70%;
z-index: 10;
background-size: cover;
background-position: center;
border-radius: 4px 4px 0 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
transition: all 1s;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-o-transition: all 1s;
}

.team-grid-item:hover .team-grid-item-img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.team-grid-item-caption {
position: absolute;
z-index: 20;
bottom: 0;
width: 100%;
padding: .75rem 1rem;
min-height: 30%;
border-radius: 0 0 4px 4px;
background-color: #205588;
}

.team-grid-item-caption h4 {
font-size: 1.125rem;
color: #fff;
margin-bottom: .25rem;
line-height: 1.25em;
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.team-grid-item-caption { padding: 1.25rem; }
.team-grid-item-caption h4 { font-size: 1.375rem; margin-bottom: .5rem; }
}

.team-grid-item-caption h5 {
font-size: .875rem;
font-family: "soleil-n4", "soleil", CenturyGothic, AppleGothic, sans-serif;
font-weight: 400;
color: #fff;
margin: 0;
line-height: 1.375em;
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.team-grid-item-caption h5 { font-size: 1.0625rem; }
}

.team-grid-item-caption .team-button {
font-size: .75rem;
background-color: rgba(255, 255, 255, 0.25);
}

.team-grid-item-caption .team-button:before {
display: none;
}

.team-grid-item-caption .team-button:hover {
background-color: rgba(255, 255, 255, 0.5);
}

.team-grid-item-caption .team-button {
margin-top: .5rem;
}

.team-grid-item-caption .team-button span {
padding: .5rem;
}

.team-grid-item-caption .team-button:after {
float: right;
padding: .5rem;
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.team-grid-item-caption .team-button { margin-top: .75rem; }
.team-grid-item-caption .team-button span, .team-grid-item-caption .team-button:after { padding: .75rem; }
}

.bioModal-container {
background-color: rgba(255,255,255,.9)!important;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
width: 100%;
height: 100vh;
padding: 2rem 0;
}

.bioModal-content {
max-width: 960px;
width: 90%;
margin: auto;
padding: 1.25rem;
color: #fff;
position: relative;
z-index: 10;
border-radius: 8px;
-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,.5);
-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,.5);
box-shadow: 0px 4px 20px 0px rgba(0,0,0,.5);
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.bioModal-content { padding: 1.5rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.bioModal-content { padding: 2rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.bioModal-content { padding: 2.5rem; }
}

.bioModal-content h4 {
font-size: 1.75rem;
color: #fff;
margin: .5rem 0 .75rem;
}

.bioModal-content h5 {
font-size: 1.25rem;
font-family: "soleil-n4", "soleil", CenturyGothic, AppleGothic, sans-serif;
font-weight: 400;
color: #fff;
margin-bottom: 1rem;
}

.bioModal-img, .bioModal-bio {
float: left;
}

.bioModal-img {
width: 100%;
margin: 0 0 1.5rem;
}

.bioModal-img img {
border-radius: 4px;
}

.bioModal-bio {
width: 100%;
float: none;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.bioModal-img { width: 30%; margin: 0 4% 1rem 0; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.bioModal-bio { width: 66%; float: left; }
}

.closeModalbtn {
position: absolute;
right: 2rem;
top: 2rem;
vertical-align: middle;
text-align: center;
font-size: 1.75rem;
cursor: pointer;
}

table.bioModal-links {
font-size: 1.0625rem;
display: none;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
table.bioModal-links { display: block; }
}

table.bioModal-links tr td:first-child {
text-align: center;
}

table.bioModal-links a {
color: #fff;
text-decoration: none;
}

table.bioModal-links span {
padding-left: .75rem;
}

/*------------Looking for Investment---------------*/

.enquiry-section {
background-color: #19b1bb;
color: #fff;
}

.enquiry-section img {
margin: 0 auto .5rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.enquiry-section img { margin: 0 auto 1.5rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.enquiry-section img { margin: 2rem auto; }
}

.enquiry-support-text {
margin-bottom: 2rem;
}

.enquiry-support-text a {
color: #0b5589;
}

.enquiry-support-text h3 {
color: #fff;
}

.enquiry-support-text h4 {
color: #fff;
font-size: 1.625rem;
margin-bottom: 1.25rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.enquiry-support-text h4 { font-size: 1.75rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.enquiry-support-text h4 { font-size: 1.875rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.enquiry-support-text h4 { font-size: 2rem; }
}

.enquiry-support-text p {
margin-bottom: 1rem;

}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.enquiry-support-text p { font-size: 1.125rem; }
}

.enquiry-support-text p:last-child {
margin-bottom: 0;
}

.enquiry-support-text p strong {
font-size: 1.125rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.enquiry-support-text p strong { font-size: 1.5rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.enquiry-support-text p strong { font-size: 1.25rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.enquiry-support-text p strong { font-size: 1.5rem; }
}

/* Enquiry Form */

div.wpcf7 {
margin: 1rem 0;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
div.wpcf7 { margin: 0; }
}

div.wpcf7 label {
background-color: #0b5589;
color: #fff;
padding: .75rem 1rem;
border-radius: 4px;
position: relative;
margin-bottom: 1.5rem;
display: inline-block;
}

div.wpcf7 label:after {
content: "";
position: absolute;
bottom: -.75rem;
right: 1.25rem;
border-width: .75rem .75rem 0 0;
border-style: solid;
border-color: #0b5589 transparent;
display: block;
width: 0;
}

div.wpcf7 input, div.wpcf7 textarea {
width: 100%;
}

div.wpcf7 input {
border: 0;
border-bottom: 2px dotted #19b1bb;
background: transparent;
margin-bottom: 1rem;
padding: .75rem 1rem;
outline: 0;
}

.enquiry-form div.wpcf7 input {
color: #fff;
border-bottom: 2px dotted #b0f2f4;
}

div.wpcf7 textarea {
border: 2px dotted #19b1bb;
background: transparent;
margin: 1.5rem 0 1rem;
padding: .75rem 1rem;
border-radius: 4px;
outline: 0;
}

.enquiry-form div.wpcf7 textarea {
border: 2px dotted #b0f2f4;
color: #fff;
}

div.wpcf7 input.wpcf7-submit {
background-color: #0b5589;
padding: .75rem 3.5rem;
border: 0;
border-radius: 4px;
display: inline-block;
width: auto;
color: #fff;
margin-bottom: 0;
transition: background-color .5s ease;
-webkit-transition: background-color .5s ease;
-moz-transition: background-color .5s ease;
-ms-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
}

.enquiry-form div.wpcf7 input.wpcf7-submit:hover {
background-color: #206fa7;
}

.enquiry-form div.wpcf7 input::-webkit-input-placeholder, .enquiry-form div.wpcf7 textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b0f2f4;
}
.enquiry-form div.wpcf7 input::-moz-placeholder, .enquiry-form div.wpcf7 textarea::-moz-placeholder { /* Firefox 19+ */
  color: #b0f2f4;
}
.enquiry-form div.wpcf7 input:-ms-input-placeholder, .enquiry-form div.wpcf7 textarea:-ms-input-placeholder { /* IE 10+ */
  color: #b0f2f4;
}
.enquiry-form div.wpcf7 input:-moz-placeholder, .enquiry-form div.wpcf7 textarea:-moz-placeholder { /* Firefox 18- */
  color: #b0f2f4;
}

/*------------Impact--------------*/

.impact-feat-content a {
text-decoration: none;
transition: color .5s;
-webkit-transition: color .5s ease;
-moz-transition: color .5s ease;
-ms-transition: color .5s ease;
-o-transition: color .5s ease;
}

.impact-feat-content a:hover {
color: #31d7db;
}

.impact-feat-title {
padding: 1rem .5rem;
font-size: 1.25rem;
font-family: "lato-n8", "lato", verdana, serif;
font-weight: 800;
}

.impact-feat-image {
position: relative;
z-index: 0;
overflow: hidden;
}

.impact-feat-image img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
transition: all .5s;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.impact-feat-content a:hover .impact-feat-image img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
}

.impact-feat-image.video-link:after {
content: "\f04b";
font-family: fontAwesome;
position: absolute;
z-index: 20;
text-align: center;
width: 100%;
height: 40px;
color: rgba(255,255,255,.75);
top: 50%;
left: 0;
margin: auto;
font-size: 4rem;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transition: color .5s;
-webkit-transition: color .5s ease;
-moz-transition: color .5s ease;
-ms-transition: color .5s ease;
-o-transition: color .5s ease;
}

.impact-feat-content a:hover .impact-feat-image.video-link:after {
color: rgba(255,255,255,1);
}

.impact-feat-image .dark-overlay {
left: 0;
top: 0;
position: absolute;
z-index: 10;
background: rgba(0, 0, 0, 0.25);
width: 100%;
height: 100%;
}


/*------------Support Filter Archive---------------*/

#isotope-list {
	padding: 3rem 0 6rem;
}

#isotope-list .event-entry {
	border: 1px solid #555;
	overflow: hidden;
	margin-bottom: 2rem;
}

#isotope-list .event-entry a:hover {
	text-decoration: none;
}

.event-entry-img {
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
	opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
} 
#isotope-list .event-entry a:hover .event-entry-img {  
    opacity: 0.8;
} 

.event-entry-text {
	padding: 1.3rem 2rem 0 1.2rem;
}

.event-entry-text h3 {
	color: #0b5589;
}

#isotope-list .event-entry a:hover h3 {
	text-decoration: underline;
}

.event-entry-text p {
	color: #555;
}

/*------------Support Single Flexi ---------------*/

.info-block-intro, .carousel-block-intro {
	margin-bottom: 2rem;
}

.flexi-block-container {
	margin-bottom: 2rem;
}

.flexi-block {
	border: 1px solid #555;
	overflow: hidden;
	height: 100%;
}

.flexi-block-img {
	padding-bottom: 56.25%;
	background-size: cover;
	background-position: center;
}

.flexi-block .pre-header {
	margin-top: 0;
	
}

.flexi-block-text {
	padding: 1.3rem 2rem 2rem 1.2rem;
}

.flexi-block-text h3 {
	color: #0b5589;
}

.flexi-block-text p {
	color: #555;
}

.flexi-block .post-meta-container {
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.flexi-block .post-meta-container .flexi-block-button {
	margin-top: 0;
}


/*------------Support---------------*/

.support-intro img {
margin-top: 0rem;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.support-intro img { margin-top: 2rem; }
}

.event-listings-container h3 {
font-size: 2rem;
margin: 1rem 0 2rem;
color: #0b5589;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.event-listings-container h3 { margin: 2rem 0 3rem; }
}

.event-listing {
margin: 0 0 2rem 0;
padding: 0 0 2rem 0;
border-bottom: 2px solid #19b1bb;
}

.event-listings-container .event-listing:last-child {
border: 0;
padding: 0;
}

.event-listing-header {
padding-bottom: 1rem;
margin-bottom: 1.25rem;
border-bottom: 1px solid #d6d6d6;
}

.event-listing-header a {
text-decoration: none;
}

.event-listing-header h4 {
color: #0b5589;
float: none;
margin: 0 0 1.25rem;
font-size: 1.375rem;
}

.event-listing-header a.button {
font-size: .875rem;
float: none;
margin: 0 0 .5rem;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.event-listing-header h4 { font-size: 1.5rem; float: left; width: 60%; margin: 0; }
.event-listing-header a.button { float: right; margin: 0; }
}

.event-listing-header a.button span, .event-listing-header a.button:after {
padding: .5rem .75rem;
}

.event-listing p.event-date {
color: #222;
margin-bottom: .5rem;
}

.event-listing p.event-date span {
font-weight: 700;
}

.event-listing p.event-excerpt {
font-size: 1rem;
margin-bottom: 0;
}

.event-meta-content .event-meta-listing {
margin-bottom: 1rem;
padding-bottom: 1.5rem;
border-bottom: 1px solid #222;
}

.event-meta-content .event-meta-listing  p.event-title {
font-weight: 700;
line-height: 1.4em;
}

.event-meta-content .event-meta-listing:last-child {
margin-bottom: 0rem;
padding-bottom: 0rem;
border-bottom: 0px solid #222;
}

.post-meta-container .event-meta-content p {
margin: 0;
border: 0;
padding: 0;
}

.post-meta-container .event-meta-content p span {
font-size: .875rem;
}

.post-meta-container .event-meta-content a.button {
margin: .5rem 0 1rem;
}

.post-meta-container .event-meta-content a.button:last-child {
margin-bottom: 0;
}

.two-column_entry {
	margin-top: 2rem;
}

.two-column_entry .divider-section {
	padding-bottom: 2rem;
	border-bottom: 1px solid #d6d6d6;
}

@media only screen and (max-width: 62rem) {
	.two-column_entry .right-col {
		margin-top: 1rem;
	}
}


/*------------Careers---------------*/

.acc-container {
  width:100%;
  margin: auto;
  overflow:hidden;
}

.acc-btn {
  width:100%;
  margin:0 auto;
  cursor:pointer;
}

.acc-content {
  height:0px;
  width:100%;
  margin:0 auto;
  overflow:hidden;
}

.acc-content-inner {
padding: .5rem 0 2rem 0;
border-bottom: 2px solid #19b1bb;
}

.acc-content-inner p:last-child {
margin-bottom: 0;
}

.open {
  height: auto;
}

.selected {
  color:#1ABC9C;
}

.job-listings-container h3 {
font-size: 1.625rem;
margin: 1rem 0;
color: #0b5589;
}

.careers-info {
margin-top: 50px;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.job-listings-container h3 { margin: 2rem 0 3rem; font-size: 2rem; }
}

.job-listing {
margin-top: 1rem;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {

}

.job-listings-container .job-listing:first-child {
margin-top: 0;
}

.job-listing-header {
padding: 1rem 0;
border-bottom: 1px solid #d6d6d6;
margin-bottom: 1rem;
}

.job-listing-header a {
text-decoration: none;
}

.job-listing-header h4 {
color: #19b1bb;
float: none;
margin: 0;
width: 100%;
margin: 0 0 1.25rem;
}

.job-listing-header a.button {
font-size: .875rem;
float: none;
margin: 0;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.job-listing-header h4 { font-size: 1.5rem; float: left; width: 60%;  margin: 0; }
.job-listing-header a.button { float: right; }
}

.job-listing-header a.button span, .job-listing-header a.button:after {
padding: .5rem .75rem;
}

.job-listing p.job-details {
color: #222;
margin-bottom: .5rem;
}

.job-listing p.job-details span {
font-weight: 700;
}

.job-listing p.job-excerpt {
font-size: 1rem;
margin-bottom: 0;
}

/*------------------------------------*\
Contact
\*------------------------------------*/

.contact-details h3 {
font-size: 1.5rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.contact-details h3 { font-size: 1.75rem;	}
}

/*------------------------------------*\
Archives
\*------------------------------------*/

.archive-intro .pre-header {
font-size: 1rem;
margin: 1rem 0 .75rem;
color: #0a548b;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.archive-intro .pre-header { font-size: 1.125rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.archive-intro .pre-header { font-size: 1.25rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.archive-intro .h1 { font-size: 2.75rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.archive-intro .h1 { font-size: 3rem; }
}

.archive-intro p {
font-size: 1rem;
}

.archive-intro p strong {
font-size: 1.125rem;
color: #0a548b;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.archive-intro p { font-size: 1.125rem; }
.archive-intro p strong { font-size: 1.25rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.archive-intro p { font-size: 1.1875rem; }
.archive-intro p strong { font-size: 1.375rem; }
}

.grid-section {
padding: 0 0 2.5rem;
min-height: 200px;
}

.masonry-gutter-sizer {
width: 3%;
}

.masonry-grid-sizer, .masonry-grid-item, .small-grid-item, .large-grid-item { width: 100%; }

/* 480px and above */
@media only screen and (min-width: 30rem) {
.masonry-grid-sizer, .masonry-grid-item, .small-grid-item, .large-grid-item { width: 48.5%; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.masonry-grid-sizer, .masonry-grid-item, .small-grid-item { width: 31.33%; }
.large-grid-item { width: 65.67%; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.masonry-grid-sizer, .masonry-grid-item, .small-grid-item, .large-grid-item { width: 31.33%; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.masonry-grid-sizer, .masonry-grid-item, .small-grid-item { width: 22.75%; }
.large-grid-item { width: 48.5%; }
}

.grid-item {
margin-bottom: 1rem;
border-radius: 4px;
position: relative;
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.grid-item { margin-bottom: 2rem; }
}

.masonry-grid-item .grid-item {
margin-bottom: 0;
}

.grid-item:before {
content: "";
display: block;
position: absolute;
border-radius: 4px;
z-index: 0;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,.2);
-moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,.2);
box-shadow: 0px 4px 10px 0px rgba(0,0,0,.2);
transition: all .5s ease;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.grid-item:hover:before {
-webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,.5);
-moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,.5);
box-shadow: 0px 4px 20px 0px rgba(0,0,0,.5);
}

.grid-item-inner {
height: 400px;
position: relative;
overflow: hidden;
border-radius: 4px;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.grid-item-inner { height: 360px; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.grid-item-inner { height: 400px; }
}

.grid-item-img {
position: absolute;
height: 70%;
width: 100%;
background-size: cover;
background-position: center;
border-radius: 4px 4px 0 0;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1);
opacity: 1;
transition: all .5s;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
}

.grid-item:hover .grid-item-img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	transform: scale(1.05);
}

.grid-item-caption {
min-height: 30%;
position: absolute;
z-index: 20;
bottom: 0;
width: 100%;
padding: 1rem;
color: #fff;
border-radius: 0 0 4px 4px;
background-color: #205588;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.grid-item-caption { padding: 1.25rem; }
}

a.grid-item-link {
position: absolute;
width: 100%;
height: 100%;
z-index: 10;
display: block;
border-radius: 4px;
}

.grid-item-caption a {
color: rgba(255, 255, 255, 1);
}

.grid-item-caption a:hover {
color: rgba(255, 255, 255, 0.75);
text-decoration: none;
}

.grid-item-caption h3 {
font-size: 1.25rem;
margin-bottom: 0;
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.large-grid-item .grid-item-caption h3, #results .archive-grid-item:nth-child(1) .grid-item-caption h3, #results .archive-grid-item:nth-child(5) .grid-item-caption h3 { font-size: 1.5rem; }
}

.grid-item-caption p.excerpt {
font-size: 1rem;
margin-bottom: 0;
padding-bottom: .5rem;
border-bottom: 1px solid;
border-color: rgba(255, 255, 255, 0.5);
}

.grid-item-caption p.meta {
font-size: .875rem;
margin: .5rem 0 0;
}

.case-study-meta {
display: inline-block;
color: #fff;
font-size: .75rem;
line-height: 1.5em;
margin: .5rem 0;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.case-study-meta { font-size: .875rem; }
}

.grid-item-caption .case-study-meta:last-child {
margin: 0;
}

.case-study-meta span {
display: inline-block;
background-color: rgba(0,0,0,.25);
margin-right: .5rem;
padding: .25rem;
border-radius: 2px;
line-height: 1em;
}

/*------------------------------------*\
Posts
\*------------------------------------*/

.post-feat-img {
margin-top: .5rem;
overflow: hidden;
text-align: center;
}

.post-feat-img img {
border-radius: 4px;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.post-feat-img { margin-top: 1rem; }
.post-feat-img img { border-radius: 8px; }
}

.post-meta-container {
background: #ebeeef;
border-radius: 0 1rem 0 0;
padding: 1.5rem;
font-size: 1rem!important;
margin: 1.5rem 0;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.post-meta-container { margin-top: 0; }
}

.post-meta-container h3 {
color: #0b5589!important;
font-size: 1rem;
text-transform: uppercase;
letter-spacing: .15em;
font-weight: 400!important;
margin-bottom: 1rem;
padding-bottom: 1rem;
border-bottom: 1px solid #555;
font-family: "soleil-n4", "soleil", CenturyGothic, AppleGothic, sans-serif;
}

.post-meta-container a.button {
font-size: .875rem;
margin-top: .75rem;
}

.post-meta-container a.button span, .post-meta-container a.button:after {
padding: .5rem .75rem;
}

.post-meta-container .post-meta-content p {
padding-bottom: 1rem;
border-bottom: 1px solid #555;
margin-bottom: .75rem;
}

.post-meta-container .post-meta-content p span {
font-size: .875rem;
}

.post-meta-container .post-meta-content p:last-child {
margin-bottom: 0;
border-bottom: 0;
padding-bottom: 0;
}

.add-this-share {
margin: .5rem 0 1rem 0;
}

.post-intro {
padding-bottom: 1rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.post-intro { padding-bottom: 2rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.post-intro { padding-bottom: 4rem; }
}

.post-intro p {
font-size: 1rem;
}

.post-intro p:last-child {
margin-bottom: 0;
}

.post-intro p strong {
font-size: 1.125rem;
color: #0a548b;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.post-intro p { font-size: 1.0625rem; }
.post-intro p strong { font-size: 1.125rem; }
}

.post-intro .pre-header a {
font-size: 1.25rem;
color: #0a548b;
}

/*------------------------------------*\
Case Study Archive
\*------------------------------------*/

.case-study-filter {
background-color: #19b1bb;
padding: 1rem;
text-align: center;
border-radius: 8px;
margin: 0 auto 2.5rem;
max-width: 780px;
width: 90%;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.case-study-filter { margin: 0 auto 4rem; }
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
	.case-study-filter {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
}


.filter-instruct {
font-size: 1.125rem;
color: #fff;
font-weight: 700;
margin-right: 1rem;
display: none;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.filter-instruct { display: block; }
}

.case-study-filter .dropdown-container {
margin: 0 0 1rem 0;
display: block;
width: 100%;
}

.case-study-filter .dropdown-container:last-child {
margin: 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.case-study-filter .dropdown-container { margin: 0 1rem 0 0; display: inline; width: auto; }
.case-study-filter .dropdown-container:last-child { margin: 0; }
}
.dropdown-container .select-style {
background-color: #fff;
border-radius: 4px;
overflow: hidden;
padding: .5rem 2rem .5rem .5rem;
position: relative;
}

.dropdown-container .select-style:after {
position: absolute;
content: '';
width: 1rem;
height: 1rem;
right: 1rem;
margin: auto;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
background: url('img/chevron.svg') no-repeat center;
background-size: 1rem;
}

.case-study-filter .dropdown-container select.filter {
background: transparent;
border: none;
display: block;
width: 200%;
z-index: 10;
position: relative;
-webkit-appearance:none;
}

.case-study-filter .dropdown-container select.filter:focus {
outline: 0;
}

p.no-results {
font-size: 1.375rem;;
font-family: "lato-n8", "lato", verdana, serif;
font-weight: 800;
color: #0b5589;
text-align: center;
width: 100%;
}

/*Grid*/

#results .archive-grid-item {
box-sizing: border-box;
-ms-flex: 0 0 auto;
-webkit-box-flex: 0;
flex: 0 0 auto;
padding-right: 1rem;
padding-left: 1rem;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
#results .archive-grid-item { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
#results .archive-grid-item { -ms-flex-preferred-size: 33.333%; flex-basis: 33.333%; max-width: 33.333%; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
#results .archive-grid-item { -ms-flex-preferred-size: 25%; flex-basis: 25%; max-width: 25%;}
#results .archive-grid-item:nth-child(1), #results .archive-grid-item:nth-child(5) { -ms-flex-preferred-size: 50%; flex-basis: 50%; max-width: 50%; }
}

/*------------------------------------*\
Case Study Posts
\*------------------------------------*/

.case-sudy-single-feat-img {
margin-top: 1rem;
border-radius: 4px 4px 0 0;
overflow: hidden;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.case-sudy-single-feat-img { margin-top: 2rem; border-radius: 8px 8px 0 0; }
}

a.back-link {
text-transform: uppercase;
letter-spacing: .15em;
font-size: .875rem;
font-weight: 400!important;
color: #bbb;
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 1px solid #d6d6d6;
display: block;
text-decoration: none;
width: 100%;
font-family: "soleil-n4", "soleil", CenturyGothic, AppleGothic, sans-serif;
}

a.back-link:hover {
color: #0a548b;
}

/*------------------------------------*\
Footer
\*------------------------------------*/

.google-map-embed {
margin-bottom: -10px;
}

.newsletter-signup {
background-color: #0b5589;
color: #fff;
text-align: center;
padding: 2.2rem 1rem 2.6rem;
}

.newsletter-signup h2 {
color: #fff;
margin-bottom: 5px;
}

.newsletter-signup p {
margin-bottom: 8px;
}

.mc4wp-form-fields span {
font-size: 1.375rem;
font-family: "lato-n8", "lato", verdana, serif;
font-weight: 800;
line-height: 1.2em;
display: block;
margin: 0 0 1.75rem;
}

/* 600px and above */
@media only screen and (min-width: 37.5rem) {
.mc4wp-form-fields span { font-size: 1.5rem; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.newsletter-signup {padding: 2.2rem 1rem 2.6rem;}
.mc4wp-form-fields span { display: inline; margin: 0 1rem 0 0;  }
}

.mc4wp-form-fields input.form-input {
padding: .5rem .625rem;
border-radius: 4px;
border: 0;
outline: 0;
margin: .5rem auto;
font-size: 1rem;
display: block;
width: 90%;
max-width: 260px;
}

.mc4wp-form-fields input.submit-button {
background-color: #19b1bb;
color: #fff;
letter-spacing: .15em;
text-transform: uppercase;
display: block;
transition: background-color .5s ease;
-webkit-transition: background-color .5s ease;
-moz-transition: background-color .5s ease;
-ms-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
}

.mc4wp-form-fields input.submit-button:hover {
background-color: #31d7db;
}

.mc4wp-response p {
margin: 1rem 0 0;
}

/* 640px and above */
@media only screen and (min-width: 40rem) {
.mc4wp-form-fields input.form-input { display: inline; width: auto; max-width:none; margin: 0 .25rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.mc4wp-form-fields input.form-input { margin: 0 .375rem; padding: .625rem 1rem; }
}

.mc4wp-form-fields input.form-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a5a5a5;
}
.mc4wp-form-fields input.form-input::-moz-placeholder { /* Firefox 19+ */
  color: #a5a5a5;
}
.mc4wp-form-fields input.form-input:-ms-input-placeholder { /* IE 10+ */
  color: #a5a5a5;
}
.mc4wp-form-fields input.form-input:-moz-placeholder { /* Firefox 18- */
  color: #a5a5a5;
}

.footer {
background-color: #002242;
padding: 4rem 0 3rem;
color: #fff;
}

.footer-container {
margin-right: auto;
margin-left: auto;
padding-left: 1rem;
padding-right: 1rem;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.footer-container { padding-left: 4.5rem; padding-right: 4.5rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.footer-container { padding-left: 3rem; padding-right: 3rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.footer-container { padding-left: 4rem;
padding-right: 4rem; }
}

.footer-col-inner {
padding-bottom: .5rem;
border-bottom: 1px solid #0b5589;
margin-bottom: 1.5rem;
}

.footer .row div:last-child .footer-col-inner {
padding-bottom: 0;
border-bottom: 0;
margin-bottom: 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.footer-col-inner { margin-bottom: 2rem; border-bottom: 0; padding-bottom: 0; }
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.footer-col-inner { margin-bottom: 0; }
}

.footer h5 {
color: #19b1bb;
font-weight: 400;
margin: 0 0 1rem;
}

.footer p {
font-size: 1rem;
margin: 0 0 1rem;
}

.footer ul {
list-style: none;
padding: 0;
margin: 0 0 1rem;
line-height: 1.8em;
}

.footer ul li a {
color: #fff;
}

.footer ul li a:hover {
color: #fff;
}

.footer .row div:first-child .footer-col-inner p {
white-space: nowrap;
}

img.logo-footer {
margin: 0 0 1.25rem;
}

.footer img.logo-reverse {
display: block;
width: 240px;
}

.footer img.logo-stacked-reverse {
display: none;
width: 120px;
}

.footer .gdpr-list li, .footer .gdpr-list li a, .footer .gdpr-list li a:hover {
font-size: 10px;
line-height: 1.5em;
color: #19b1bb;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.footer img.logo-reverse { display: none; }
.footer img.logo-stacked-reverse { display: block; }
}

small p {
font-size: .875em!important;
margin-bottom: .5rem;
line-height: 1.375em;
}

.copyright {
text-align: center;
font-size: 14px;
margin: 1rem 0 0;
}

p.rtw_meta {
font-size: .875em;
line-height: 1.375em;
}

ul.social-links {
list-style: none;
margin: 1rem 0;
padding: 0;
font-size: 1.25rem;
line-height: 1em;
}

ul.social-links li {
display: inline-block;
margin: 0 .5rem 0 0;
}

ul.social-links li:last-child {
margin: 0;
}

ul.social-links li a {
display: inline;
text-decoration: none;
transition: color 0.5s;
-webkit-transition: color 0.5s;
-moz-transition: color 0.5s;
-ms-transition: color 0.5s;
-o-transition: color 0.5s;
}

.footer ul.social-links li a {
color: #19b1bb;
}

ul.social-links li a:hover {
color: #31d7db;
}

/*------------------------------------*\
Map
\*------------------------------------*/

/*------------------------------------*\
IMAGES
\*------------------------------------*/

.img-holder {
text-align: center;
padding: 0 1rem;
}

.first-xxs .img-holder {
margin: 0 0 2rem 0;
padding: 0;
}

.img-holder.impact-graphic {
	max-width: 680px;
	margin: 2rem auto;
}

/* 992px and above */
@media only screen and (min-width: 62rem) {
.img-holder { padding: 0 2rem; }
.img-holder, .first-xxs .img-holder { margin: 0; padding: 0; }
}

.spot-ill-holder {
margin: 2rem auto;
height: auto;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-ms-flex-align: center;
-webkit-align-items: center;
-webkit-box-align: center;
align-items: center;
}

.spot-ill-holder img {
margin: auto;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.spot-ill-holder { margin: 0 auto 2rem; height: 200px; }
}

/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/

.pre-header {
text-transform: uppercase;
letter-spacing: .15em;
font-size: .875rem;
font-weight: 400!important;
margin: 1rem 0 .75rem;
color: #0b5589;
font-family: 	"soleil-n4", "soleil", CenturyGothic, AppleGothic, sans-serif;
}

.pre-header a {
text-decoration: none;
}

/* 320px and above */
@media only screen and (min-width: 20rem) {
.pre-header { font-size: 1rem; }
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.pre-header { font-size: 1.125rem; }
}

small, p small {
font-size: .8em;
line-height: 1.375em;
}

h1, h2, h3, h4, h5 {
font-family: "lato-n8", "lato", verdana, serif;
font-weight: 800;
line-height: 1.25em;
color: #19b1bb;
}

h1 {
font-size: 2rem;
line-height: 1.125em;
margin: 0 0 1.5rem 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
h1 { font-size: 2.25rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
h1 { font-size: 2.5rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
h1 { font-size: 2.75rem; }
}

.h1 {
font-size: 2rem;
line-height: 1.125em;
margin: 1rem 0 1.5rem 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
.h1 { font-size: 2.25rem; }
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
.h1 { font-size: 2.5rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
.h1 { font-size: 2.75rem; }
}

h2 {
font-size: 1.375rem;
line-height: 1.375em;
margin: 0 0 1rem 0;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
h2 { font-size: 1.5rem; }
}

/* 1200px and above */
@media only screen and (min-width: 75rem) {
h2 { font-size: 1.625rem; }
}

h3, h4, h5 {
margin: 0 0 .75rem 0;
line-height: 1.25em;
}

h3 {
font-size: 1.5rem;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
h3 { font-size: 1.25rem; }
}

h4 {
font-size: 1.1875rem;
}


h5 {
font-size: 1.125rem;
}

p {
font-size: 1rem;
line-height: 1.6em;
margin: 0 0 1.5rem 0;
}

/* 480px and above */
@media only screen and (min-width: 30rem) {
p { font-size: 1.0625rem; }
}

blockquote {
color: #0a548b;
margin: 1rem 0 1.5rem;
padding: 3rem 1.625rem 0 1.625rem;
position: relative;
font-family: "lato-n8", "lato", verdana, serif;
font-weight: 800;
display: block;
line-height: 1.8em;
font-size: 1.125rem;
word-wrap: break-word;
-webkit-hyphens: manual;
-moz-hyphens: manual;
-ms-hyphens: manual;
-o-hyphens: manual;
hyphens: manual;
overflow-wrap: break-word;
word-wrap: break-word;
overflow: visible;
word-break: break-word;
}

blockquote:after {
content: "\201C";
font-family: arial, sans-serif;
font-size: 6rem;
line-height: 1em;
left: 0;
top: 0;
position: absolute;
float: left;
color: #19b1bb;
}

/* 768px and above */
@media only screen and (min-width: 48rem) {
blockquote { margin: 1.5rem 0 2rem; padding: 5rem 1.625rem 0 1.625rem; }
blockquote:after { font-size: 8rem; }
}

.half-block-text blockquote, .half-block-text blockquote:after {
color: #fff;
}

.half-block-text blockquote {
padding-left: 0;
padding-right: 0;
margin-top: 0;
}

blockquote p {
margin: 0;
}

/*------------------------------------*\
MISC
\*------------------------------------*/

::selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
::-webkit-selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
::-moz-selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}

/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/

.alignnone {
margin: 1.5rem 0 .5rem 0;
}

.aligncenter, div.aligncenter {
display:block;
margin: 2rem auto 2rem auto;
}

.alignright {
float:right;
margin: .5rem 0 1.25rem 1.5rem;
}

.align-right {
text-align: right;
}

.align-center {
text-align: center;
}

.alignleft {
float:left;
margin: .5rem 1.5rem 1.25rem  0;
}

a img.alignright {
float:right;
margin: .5rem 0 1.25rem 1.5rem;
}

a img.alignnone {
margin: 1rem 0;
}

a img.alignleft {
float:left;
margin: .5rem 1.5rem 1.25rem 0;
}

a img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}

.wp-caption {
text-align:center;
max-width: 100%;
}

.wp-caption.alignnone {
margin: 2rem 0 2rem;
}
.wp-caption.alignleft {
margin: 2rem 1.5rem 2rem 0;
}
.wp-caption.alignright {
margin: 2rem  0 2rem 1.5rem;
}
.wp-caption img {
border:0 none;
height:auto;
margin:0;
padding:0;
width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size: .875rem;
line-height: 1.2em;
margin: 1rem 0 0;
}

.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
PRINT
\*------------------------------------*/

@media print {
* {
background:transparent !important;
color:#000 !important;
box-shadow:none !important;
text-shadow:none !important;
}
a,
a:visited {
text-decoration:underline;
}
a[href]:after {
content:" (" attr(href) ")";
}
abbr[title]:after {
content:" (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content:"";
}
pre,blockquote {
border:1px solid #999;
page-break-inside:avoid;
}
thead {
display:table-header-group;
}
tr,img {
page-break-inside:avoid;
}
img {
max-width:100% !important;
}
@page {
margin:0.5cm;
}
p,
h2,
h3 {
orphans:3;
widows:3;
}
h2,
h3 {
page-break-after:avoid;
}
}
