@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Poppins:300,700');
@import url('https://use.fontawesome.com/releases/v6.4.2/css/all.css');
@import url('owl.css');

/* ========= UNIVERSAL ========= */

html,
body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	font-size: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #202C39;
	background:#ECECEC;
}

* {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.5;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
	vertical-align: bottom;
}

hr {
	border-top:1px solid #e0e0e0;
}
hr.large { margin:3.05rem 0 4rem; }
hr.medium { margin:2rem 0 3rem; }
hr.small { margin:1rem 0 2rem; }

.row-centered {
	text-align: center;
	justify-content: center;
}
.article-content {
	padding-bottom: 30px;
}
.article-content p > a {
	text-decoration: underline;
}
.article-content p > a:hover {
	text-decoration: none;
}
.post-type-service {
	padding-bottom:30px;
}
@media only screen and (min-width:768px) {
	.article-content {
		padding-bottom: 30px;
	}
}



/* ========= TYPOGRAPHY ========= */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
}

/* SIZES */
h1 { font-size: 3rem; }
h2 { font-size: 2.5rem; }
h3 { font-size: 2rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1.1rem; }
h6 { font-size: 1rem; }
p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2rem;
}

blockquote {
    background-color: #027391;
    color: #ffffff;
    display: block;
    width: 100%;
    padding: 36px 50px;
    position: relative;
    margin: 28px 0;
}

blockquote p {
    font-size: 1.1rem;
}

blockquote p::before {
    top: -4px;
    left: 16px;
    color: #00AEDB;
    content: "“";
    font-size: 3em;
    position: absolute;
    text-shadow: -3px 0 #ECECEC;
}

blockquote p::after {
    right: 16px;
    color: #00AEDB;
    content: "”";
    bottom: -28px;
    font-size: 3em;
    position: absolute;
    text-shadow: 3px 0 #ECECEC;
}

blockquote a, blockquote a:hover, blockquote a:active {
    color: #ffffff;
}

/* WEIGHTS */
.light { font-weight: 300; }
.regular { font-weight: 400; }
.heavy { font-weight: 700; }

/* POSITIONING */
.left { text-align: left; }
.right { text-align: right; }
.justify { text-align: justify; }

/* COLOURS */
.white { color:#FFF; }
.primary { color:#0099C1; }
.secondary { color:#007A99; }
.red { color:#BF3F3F; }
.purple { color:#9B3186; }
.dark { color:#202C39; }

/* CUSTOM STYLES */
.lead {
	font-family: 'Poppins', sans-serif;
	font-size: 1.4rem;
    line-height: 2rem;
	font-weight:300;
}
.sub {
	font-size:0.8rem;
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	margin-bottom:5px;
	padding-bottom:0;
	display: inline-block;
 	align-self:baseline;
 	transition: all 0.2s ease-in-out;
 	text-transform: uppercase;
 	letter-spacing: 3px;
 	opacity:0.8;
}
.heading {
	position: relative;
	padding:0 0 10px;
	margin:0;
	display: inline-flex;
	flex-flow: row wrap;
	z-index:1;
}
.heading:before {
	content: '';
    background-image: url(../img/heading_swoosh.png);
    background-size: 100% 9px;
    display: block;
    width: 100%;
    height: 9px;
    position: absolute;
    bottom: 3px;
    left: 0;
    z-index: -1;
}
.heading.center:after {
	left:50%;
	transform: translateX(-50%);
}
.heading:after {
	content:'';
	display: block;
	margin-bottom:30px;
}

/* LINKS */
a {
	color:#00718E;
	transition: all 0.2s ease-in-out;
}
/* ========= TYPOGRAPHY END ========= */



/* ========= FORMS ========= */
.form-wrapper {
	background:#FFF;
	border-radius:5px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
	padding:30px 15px;
}
.wpforms-field {
	margin-bottom:15px;
}
label {
	display: block;
	font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.5rem;
    margin: 0;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	display: block;
	border:2px solid #ddd;
	max-width:100%;
	width:100%;
	height:45px;
	padding:5px 15px;
}
textarea {
	height:auto;
}
button[type="submit"] {
	border: 0;
    border-radius: 3px;
    padding: 10px 20px;
    background: #00AEDB;
    color: #202C39;
    font-weight: 700;
    margin-top: 10px;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 3px solid #0b80a2;
	outline-offset: 0;
	box-shadow: inset 0 0 0 2px;
}
.wpforms-field-sublabel {
	margin-bottom:15px;
	opacity:0.6;
}
.wpforms-required-label {
	color:#D72727;
}
.wpforms-field ul {
	list-style: none;
	padding:0;
	margin:0;
}
.wpforms-field ul li {
	padding:10px 0;
}
.wpforms-field ul li input {
	display: inline-block;
	margin-right:10px;
	vertical-align: top;
}
.wpforms-field ul li label {
	display: inline-block;
	width:90%;
	margin-top:-5px;
}
@media only screen and (min-width:768px) {
	.form-wrapper {
		padding:30px;
	}
}
/* ========= FORMS END ========= */



/* ========= BUTTONS ========= */
.button {
	color: #FFF;
    background: #202C39;
    padding: 15px 20px 15px 20px;
    border-radius: 5px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    transition: all 0.2s ease-in-out;
    text-align:center;
}
/*
.button:after {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #202C39;
    color: #FFF;
    content: '\f105';
    line-height: 36px;
    text-align: center;
    display: block;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}*/
.button:hover {
	text-decoration: none;
	opacity:0.7;
	color:#202C39;
}
.button-primary { background:#00AEDB; color:#202C39; }
.button-red { background:#D72727; }
.button-white { background:#FFF; color:#202C39; }
.button-outline { background:none; color:#FFF; border:1px solid #FFF; }
/* ========= BUTTONS END ========= */



/* ========= IMAGES ========= */
.aligncenter, .alignleft, .alignright {
    margin: 15px auto;
    width: 100%;
    height:auto;
    display: block;
}
.img, .image {
	background-color:#007A99;
	position: relative;
}
.img i, .image i {
	display: none;
	color:#FFF;
	font-size:32px;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.img.noimage:before {
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border-radius:5px;
	background:rgba(0,174,219,0.85);
}
.img.noimage i, .image.noimage i {
	display: block;
}
@media only screen and (min-width:768px) {
	.aligncenter {
		width:inherit;
		height:auto;
	}
	.alignleft {
		width: inherit;
	    float: left;
	    margin: 15px 15px 15px 0;
	}
	.alignright {
		width: inherit;
	    float: right;
	    margin: 15px 0 15px 15px;
	}
}
/* ========= IMAGES END ========= */


/* ========= NAVIGATION ========= */
header {
	background:#FFF;
	padding: 10px 0;
    clear: both;
}
.nav-wrapper {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.mobile-wrapper {
	position: relative;
}
.logo-wrapper {
	position: relative;
}
.logo-link {
	position: absolute;
	top:0;
	left:-15px;
	max-width:145px;
	display: inline-block;
	z-index:2;
	background:#FFF;
	padding:0 10px 10px;
}
.logo-link img {
	width:100%;
	height:auto;
	vertical-align: top;
}
.topbar {
	text-align: right;
	width:calc(100% - 45px);
	font-size: 0;
	padding-left:60px;
}
.topbar a {
	display: inline-block;
	padding:10px 15px;
	text-align:center;
	color:#FFF;
	font-size:0.9rem;
	font-weight:bold;
	margin-right:10px;
	transition: all 0.2s ease-in-out;
}
.topbar a:last-child {
	margin-right:0;
}
.topbar a:hover {
	opacity:0.6;
	text-decoration: none;
}
.topbar button.btn-search {
	color:#FFF;
	min-width:auto;
	display: inline-block;
	padding: 10px 15px;
	text-align: center;
	font-size: 0.9rem;
	font-weight: bold;
	margin-right: 10px;
	transition: all 0.2s ease-in-out;
	background-color: transparent;
	border: 0;
}
.topbar button.btn-search:focus-visible {
	color: #fff;
}
.noimage .topbar button.btn-search {
	color:#202C39;
}
@media only screen and (max-width: 991px) {
	#nav-main {
		display: none;
	}
	#nav-main.is-active {
		display: block;
		position: absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(0,122,153,0.98);
		z-index:9998;
	}
}
#nav-main ul {
	list-style: none;
	text-align: center;
	padding:0;
    display: inline-block;
    width: 100%;
    height: auto;
}

#nav-main > ul {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

#nav-main ul li {
  	text-align: center;
}
#nav-main > ul > li a {
	display: inline-block;
	padding:15px;
	color:#FFF;
	font-weight: bold;
	font-size:1.3rem;
	transition: all 0.2s ease-in-out;
}
#nav-main ul li a:hover {
	text-decoration: none;
}
#nav-main ul li:last-child {
	border-right: 0;
}
#nav-main ul ul {
	display: none;
}
#nav-main ul li i {
	display: none;
}
@media only screen and (min-width:576px) {
	.nav-wrapper {
		max-width:540px;
	}
}
@media only screen and (min-width:768px) {
	.nav-wrapper {
		max-width:720px;
	}
}
@media only screen and (min-width: 992px) {
	header {
		background:none;
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 100;
	}
	.nav-wrapper {
		max-width:960px;
	}
	.logo-link {
		max-width:208px;
		background:none;
	}
	.topbar {
		text-align: right;
		width:100%;
	}
	.topbar a {
		padding:10px 15px;
		min-width:150px;
		font-size:1.1rem;
		margin:0;
	}
	.topbar button.btn-search {
		display: inline-block;
		padding: 10px 15px;
	}
	#nav-main {
		display: block;
	    width: calc(100% - 100px);
	    margin-left: 100px;
	    position: relative;
        z-index: 2;
        max-height: 70px;
	}

    #nav-main > ul {
        top: 0%;
        position: relative;
        transform: translateY(0%);
    }

    #nav-main > ul > li:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        overflow: hidden;
    }

    #nav-main > ul > li:last-child {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        overflow: hidden;
    }

    #nav-main ul li ul {
        border-radius: 5px;
        overflow: hidden;
    }

    #nav-main ul {
	    display: inline-block;
	}

    #nav-main ul.is-active {
        background: #00aedb;
	}

    #nav-main > ul > li > .wrapper {
        display: inline-block;
        width: 100%;
		background: #FFF;
        border-right: 1px solid #E0E0E0;
	}

    #nav-main > ul > li > .sub-wrapper {
        position: absolute;
        height: auto;
    }

	#nav-main > ul {
        display: flex;
	    border-radius: 5px;
	    margin-top: 16px;
	    font-size:0;
	}

    #nav-main ul li {
        text-align: left;
    }

    #nav-main > ul > li.menu-item-has-children > ul {
        padding-left: 0;
    }

    #nav-main > ul > li {
        flex: 1;
		text-align: center;
	    display: inline-block;
	}

	#nav-main ul li a {
		color:#202C39;
		font-size: 0.9rem;
		transition: all 0.2s ease-in-out;
		padding:20px 4px;
	}
	#nav-main > ul > li > a {
		padding:15px 4px;
	}
	#nav-main ul li:first-child a {
		border-radius:5px 0 0 5px;
	}
	#nav-main ul li:last-child a {
		border-radius:0 5px 5px 0;
	}

	#nav-main ul li:last-child {
		border-right: 0;
	}

	#nav-main > ul > li > .wrapper > a:hover, #nav-main > ul > li > .wrapper > a[aria-expanded]:hover {
		background:#e0e0e0;
		text-decoration: none;
	}

    #nav-main ul li ul li a:first-child:hover {
		text-decoration: underline;
        text-decoration-color: black;
        text-decoration-style: solid;
        text-decoration-thickness: 2px;
	}

	#nav-main ul li.menu-item-has-children a i {
		display: inline;
	}

    #nav-main ul:first-child > li > .wrapper > a {
        display: inline-block;
    }

    #nav-main ul li .wrapper > a[aria-expanded] {
        float: right;
    }

    #nav-main ul li .sub-wrapper ul li .wrapper > a[aria-expanded] {
        text-align: center;
    }

    #nav-main > ul > li > .wrapper > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #nav-main > ul > li ul li a:nth-child(2):hover {
        background:#e0e0e0;
    }

    #nav-main > ul > li.menu-item-has-children > .wrapper > a:first-child {
        width: 72%;
    }

    #nav-main > ul > li.menu-item-has-children > .wrapper > a:nth-child(2) {
        width: 28%;
    }

    #nav-main ul li .sub-wrapper a:nth-child(2) {
        padding-left: 2em;
        padding-right: 2em;
    }

    #nav-main ul li .sub-wrapper ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #nav-main ul li .sub-wrapper ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* tweaks to fit last menu item submenu on screen */
    #nav-main > ul > li:last-child > .sub-wrapper {
        white-space: nowrap;
        width: max-content;
        transform: translateX(-48%);
    }
    #nav-main > ul > li:last-child > .sub-wrapper > ul {
        white-space: nowrap;
    }

    /* handle toggle active state */
    #nav-main ul li ul {
        display: none;
    }
    #nav-main ul li ul.is-active {
        display: block;
    }

}
@media only screen and (min-width:1200px) {
	.nav-wrapper {
		max-width:1140px;
	}
}


/* HAMBURGER */
.hamburger {
	padding: 7px 0;
	display: inline-flex;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: absolute;
	top:0;
	right:0;
	z-index:9999;
	outline: 0;
}
.hamburger:hover {
    opacity: 0.7;
}
.hamburger.is-active:hover {
    opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #FFF;
}

.hamburger:focus-visible[aria-expanded="false"] {
	color: #000;
	outline: 3px solid #000000;
}

.hamburger:focus-visible[aria-expanded="true"] .hamburger-inner,
.hamburger:focus-visible[aria-expanded="true"] .hamburger-inner::before,
.hamburger:focus-visible[aria-expanded="true"] .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
  	width: 35px;
  	height: 24px;
  	display: inline-block;
  	position: relative;
}
.hamburger-inner {
  	display: block;
  	top: 50%;
  	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 4px;
    background-color: #202C39;
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -10px;
}
.hamburger-inner::after {
    bottom: -10px;
}
.hamburger--emphatic {
  	overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
	transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
	left: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
	left: -80px;
	top: -80px;
	transform: translate3d(80px, 80px, 0) rotate(45deg);
	transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
	right: -80px;
	top: -80px;
	transform: translate3d(-80px, 80px, 0) rotate(-45deg);
	transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media only screen and (min-width: 992px) {
	.hamburger {
		display:none;
	}
}
/* ========= NAVIGATION END ========= */



/* ========= SEARCH ========= */
.search-form-wrapper {
	visibility: hidden;
	opacity:0;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background:rgba(32,44,57,0.98);
	z-index:9999;
	transition: all 0.4s ease-in-out;
	padding:50px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.search-form-wrapper.is-active {
	visibility: visible;
	opacity:1;
}
.search-form-wrapper h3 {
	font-size:1.2rem;
}
#searchform {
	margin-bottom:50px;
}
#searchform input[type="text"] {
    color:#202C39;
    font-weight: 700;
    opacity:1;
    font-family:'Poppins', sans-serif;
	width:100%;
	border-radius:3px;
	border:0;
	padding:5px 15px;
	text-align: center;
	margin:0 0 10px;
	height:48px;
}
#searchform input::-webkit-input-placeholder,
#searchform input:-moz-placeholder,
#searchform input::-moz-placeholder,
#searchform input:-ms-input-placeholder,
#searchform input::-ms-input-placeholder,
#searchform input::placeholder {
    color:#202C39;
    font-weight: 700;
    opacity:1;
    font-family:'Poppins', sans-serif;
}
#searchform input[type="submit"] {
	width:50%;
	margin:0 auto;
	background:#00AEDB;
	border:0;
	height:48px;
	font-family:'Poppins', sans-serif;
	font-weight: 700;
	font-size:18px;
	line-height: 18px;
}
.search-form-wrapper .btn-close {
	position: absolute;
	top:15px;
	right:15px;
	background-color: transparent;
	border: 0;
}
.search-form-wrapper .btn-close:hover {
	opacity:0.6;
}
.search-queries {
	list-style:none;
	padding:0;
	margin: 0;
}
.search-queries li {
	display: block;
	padding:0;
}
.search-queries li a {
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	font-weight:400;
}
.search-queries li a:hover {
	color:#FFF;
	opacity:0.6;
	text-decoration: none;
}
@media only screen and (min-width: 768px) {
	.search-form-wrapper {
		text-align: left;
		padding-top:200px;
		justify-content: flex-start;
	}
	.search-form-wrapper h3 {
		font-size:2rem;
	}
	#searchform input[type="text"] {
		text-align: left;
		padding:10px 15px;
		height:60px;
	}
	#searchform input[type="submit"] {
		width:100%;
		height:60px;
	}
	.search-queries li {
		padding:5px 0;
	}
	.search-queries li a {
		font-size:21px;
	}
	.search-form-wrapper .btn-close {
		top:50px;
		right:50px;
	}
}
/* ========= SEARCH END ========= */


/* ========= MASTHEAD ========= */
.masthead {
	position: relative;
	background-size: cover;
	background-position: center center;
	min-height:400px;
	background-color:#202C39;
}
.masthead:after {
	position: absolute;
	content:'';
	display: block;
	height:65px;
	width:100%;
	bottom:0;
	left:0;
	background-image:url(../img/tear_masthead.png);
	background-position: center top;
	background-size:auto 65px;
	z-index:2;
}
.masthead:before {
	content:'';
	width:100%;
	height:100%;
	position: absolute;
	background:#202C39;
	opacity:0.25;
	z-index:1;
}
.masthead.masthead-noimage {
	background:none;
	min-height: 0;
	padding-top:80px;
	margin: 0;
}
.masthead.masthead-noimage:after, .masthead.masthead-noimage:before {
	display: none;
}
.intro {
	position: absolute;
	left:0;
	bottom:95px;
	width: 100%;
	z-index:3;
}
.intro h2 {
	color:#FFF;
	font-size:28px;
	line-height: 32px;
}
.intro span {
	color:#FFF;
	font-size:18px;
	line-height: 22px;
}
.intro .credits {
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffff;
	padding: 0.3rem 0.5rem;
	border-radius: 5px;
	margin-left: auto;
	margin-bottom: 1rem;
	margin-top: -2.8rem;
}
.intro .credits a {
	color: #fff;
	text-decoration: underline;
}
.intro .credits a:hover {
	text-decoration: none;
}
.intro .container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.masthead:not(.masthead-noimage) .intro-content {
	background: rgba(0, 0, 0, 0.6);
	padding: 1rem;
}
.masthead-dark .intro h2, .masthead-dark .intro span {
	color:#202C39;
}
.masthead.masthead-noimage .intro {
	position: relative;
	left:auto;
	bottom: auto;
}
.masthead.masthead-noimage h2, .masthead.masthead-noimage span {
	color:#202C39;
}
.masthead.masthead-noimage span {
	display: block;
}
.intro span.sub {
	font-size:1rem;
	margin:0;
	opacity:1;
}


.masthead-homepage {
	height:calc(100% - 150px);
	min-height: 400px;
	max-height:500px;
}
.masthead-homepage .intro {
	z-index:3;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.masthead-homepage .intro .button {
	margin-top:15px;
	min-width:200px;
}

.masthead-background {
	margin-bottom: -100px;
}
.intro-separate, .intro-separate-text {
	position: relative;
	top:auto;
	bottom:auto;
	margin-bottom: 30px;
}
.intro-separate .intro-content {
	padding:15px;
	background:#FFF;
	position: relative;
	border-radius:5px 5px 0 0;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.intro-separate .intro-content:after {
	background-image: url(../img/tear_white.png);
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 32px;
    background-size: cover;
}
.intro-separate h2, .intro-separate span {
	color:#202C39;
}



.title,
.title:after{
  background-color: #333;
}
.title {
  position: relative;
  line-height: 1;
  color: #fff;
  display: inline;
  white-space: pre-wrap;
  border: 0 solid #333;
  border-width: 0.25em 0; /* 0.25em is roughly equal to one space character. */
}
.title:after {
  content: "";
  position: absolute;
  top: -0.25em;
  right: 100%;
  bottom: -0.25em;
  width: 0.25em;
}
.title > span {
  position: relative;
  z-index: 1;

}
.masthead-text-background h2 {
	position: relative;
    line-height: 1;
    color: #202C39;
    display: inline;
    white-space: pre-line;
    font-size: 2rem;
    line-height: 2rem;
    background: #FFF;
}
.masthead-text-background h2 .highlight {
	position: relative;
    z-index: 1;
    display: inline;
    color: #202C39;
    font-size: 1.5rem;
    line-height: 3.2rem;
    padding: 0.5rem;
    -webkit-box-decoration-break: clone;
    -ms-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media only screen and (min-width: 768px) {
	.masthead-homepage {
		height:600px;
	}
	.masthead.masthead-noimage {
		padding-bottom:30px;
	}
	.intro-separate {
		margin-bottom: 50px;
	}
	.intro-separate .intro-content {
		padding:30px;
	}
	.intro h2 {
		font-size:2.5rem;
		line-height: 3rem;
	}
	.intro span {
		font-size: 1.4rem;
    	line-height: 2rem;
	}

	.masthead-text-background h2 {
	    line-height: 4rem;
	}
	.masthead-text-background h2 .highlight {
	    font-size: 2.5rem;
	    line-height: 3.9rem;
	}
}
@media only screen and (min-width: 992px) {
	.masthead {
		min-height:600px;
	}
	.masthead.masthead-noimage {
		padding-top:180px;
	}
	.masthead-homepage {
		height:750px;
		max-height:none;
	}
	.masthead:before {
		opacity:0.25;
	}
}
/* ========= MASTHEAD END ========= */



/* ========= PAGINATION ========= */
.pagination {
	text-align: center;
	width: 100%;
}
.pagination  li {
	line-height: 33px;
	padding:0 10px;
}
.pagination .btn a {
	border-radius:50%;
	width:33px;
	height:33px;
	line-height: 33px;
	background:#FFF;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	color:#202C39;
	display: block;
	text-align: center;
	font-size:14px;
	transition: all 0.2s ease-in-out;
}
.pagination .btn a:hover {
	background:#00AEDB;
	color:#202C39;
}
.pagination .disabled {
	opacity:0.4;
}
.pagination .btn.disabled a:hover {
	color:#202C39;
	background:#FFF;
}
.pagination .page-number {
	line-height: 33px;
}
.pagination .current span.page-number {
	font-weight:700;
}
.pagination a.page-number {
	color:#202C39;
}
.pagination a.page-number:hover {
	color:#00AEDB;
}
/* ========= PAGINATION END ========= */


/* ========= BREADCRUMBS ========= */
.breadcrumbs {
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    font-size: 0.9rem;
    max-width: fit-content;
}

@media (max-width: 991px) {
    .breadcrumbs {
        font-size: 0.8rem;
        max-width: 100%;
    }
}

.breadcrumbs span[property="name"] {
    display: inline-block;
    padding: 0;
    margin-top: -3px;
    vertical-align: middle;
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumbs a span[property="name"] {
    text-decoration: underline !important;
}

.breadcrumbs span[property="name"]:hover {
    max-width: none;
}

.breadcrumbs a {
    color: white;
}

.bread {
    padding: 3rem 0 0 0;
}

@media (min-width: 992px) {
    .bread {
        padding: 0 0 10px 10px;
    }
}
/* ========= BREADCRUMBS END ========= */


/* ========= CONTENT ========= */
#content {
	min-height:calc(100% - 550px);
	padding-bottom:30px;
}
.main-content {
	padding-top:30px;
}
@media only screen and (min-width: 768px) {
	#content {
		padding-bottom:0;
	}
	.main-content {
		padding-bottom:0;
	}
}
/* ========= CONTENT END ========= */



/* ========= HOMEPAGE ========= */
.cta-homepage {
	margin:30px 0 15px;
	padding:30px;
	border-radius:5px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.2);
	text-align: center;
	background-size:cover;
	background-position: center center;
}
.cta-homepage .content {
	padding:30px;
	border-radius: 5px;
}
.cta-homepage.cta-white .content { background:rgba(255,255,255,0.87); }
.cta-homepage.cta-blue .content { background:rgba(0,174,219,0.87); }
.cta-homepage.cta-red .content { background:rgba(215,39,38,0.87); }
.cta-homepage .content .sub {
	color:#FFF;
	opacity: 1;
}
.cta-homepage .content h2 {
	color:#FFF;
	font-size:2rem;
	line-height: 2.5rem;
}
.cta-homepage .content .button {
	border:1px solid #202C39;
	color:#202C39;
	background:none;
	padding:15px 30px;
}
.cta-homepage.cta-red .content .button {
	border-color: #fff;
	color: #fff;
}
.cta-homepage.cta-white .content h2 {
	color:#202C39;
}
.cta-homepage.cta-white .content .button {
	background:#00AEDB;
	border:none;
}
.sub-cta {
	display: block;
	text-align: center;
	margin-bottom:50px;
}
.sub-cta a {
	text-decoration: underline;
}

.carousel.home-carousel {
	margin:30px 0 50px;
}
.carousel.home-carousel .owl-item {
	opacity:0.5;
}
.carousel.home-carousel .owl-item.active {
	opacity:1;
}
.carousel.home-carousel .item .image {
	padding-top:57.5px;
	margin-bottom:10px;
}
.carousel.home-carousel .item a {
	color:#202C39;
	transition: color 0.2s ease-in-out;
}
.carousel.home-carousel .item a:hover {
	color:#00AEDB;
	text-decoration: none;
}
.carousel.home-carousel .owl-nav button.owl-next, .carousel.home-carousel .owl-nav button.owl-prev {
	background:#FFF;
	pointer-events: all;
}
.carousel.home-carousel .owl-nav button i {
	color:#00AEDB;
}
.carousel.home-carousel .owl-nav {
	top:30%;
}
.latest .heading {
	margin-bottom:50px;
}
.featured {
	position: relative;
	border-radius: 5px 5px 0 0;
	min-height:300px;
	margin-bottom:60px;
	display: block;
	background-size:cover;
	background-position: center center;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	padding:30px;
}
.featured:before {
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:0;
	border-radius:3px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0.87) 0%, rgba(255,255,255,0.87) 60%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.87) 0%,rgba(255,255,255,0.87) 60%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.87) 0%,rgba(255,255,255,0.87) 60%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deffffff', endColorstr='#ffffff',GradientType=0 );
}
.featured:after {
    background-image: url(../img/tear_white.png);
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 32px;
    background-size: cover;
}
.featured .content {
	position: relative;
	z-index:1;
	width:100%;
	padding:0;
}
.featured h2 {
	color: #202C39;
	font-size:28px;
}
.featured .copy {
	margin-bottom: 30px;
}
.featured .button {
	padding:15px 30px;
}
@media only screen and (min-width: 768px) {
	.cta-homepage {
		padding:50px;
	}
	.cta-homepage .content {
		padding:50px;
	}
	.featured {
		min-height: 300px;
	}
	.featured .content {
		position: absolute;
		z-index:1;
		bottom:0;
		left:0;
		width:100%;
		padding:30px;
	}
	.carousel.home-carousel .item .image {
		padding-top:100%;
	}
	.carousel.home-carousel .owl-prev {
		display: none;
	}
	.carousel.home-carousel .owl-nav {
		top:35%;
	}
}
@media only screen and (min-width: 992px) {
	.cta-homepage {
		margin:50px 0 30px;
		padding:50px 100px;
	}
	.cta-homepage .content {
		padding:100px;
	}
	.cta-homepage .content h2 {
		font-size:3rem;
		line-height: 3.5rem;
	}
	.sub-cta {
		margin-bottom:80px;
	}
	.carousel.home-carousel {
		margin:30px 0 80px;
	}
	.featured {
		min-height: 480px;
	}
}
/* ========= HOMEPAGE END ========= */



/* ========= SIDEBAR ========= */
.sidebar-list, .news-widget ul {
	background:#FFF;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
	padding:30px 30px 15px;
	border-radius: 5px 5px 0 0;
	list-style:none;
	margin: 0 0 60px;
	position: relative;
}
.sidebar-list:after, .news-widget ul:after {
	content:'';
	display: block;
	position: absolute;
	bottom:-30px;
	left:0;
	width:100%;
	height:32px;
	background-image:url('../img/tear_white.png');
}
.sidebar-list li, .news-widget ul li {
	padding:10px 0;
	border-bottom: 1px solid #e0e0e0;
}
.sidebar-list li:first-child, .news-widget ul li:first-child {
	padding-top:0;
}
.sidebar-list li:last-child, .news-widget ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.sidebar-list li a, .news-widget ul li a {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	position: relative;
	display: block;
	text-transform:capitalize;
	padding-right:15px;
}
.sidebar-list li a:after, .news-widget ul li a:after {
	content:'\f105';
	display: block;
	position: absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* Blue sidebar */
.sidebar-list.sidebar-list-blue, .news-widget ul {
	background:#00AEDB;
}
.sidebar-list.sidebar-list-blue li, .news-widget ul li {
	border-bottom-color:rgba(255,255,255,0.3);
}
.sidebar-list.sidebar-list-blue:after, .news-widget ul:after {
	background-image:url('../img/tear_blue.png');
}
.sidebar-list.sidebar-list-blue li a, .news-widget ul li a {
	color:#202c39;
}
/* ========= SIDEBAR END ========= */



/* ========= CARDS ========= */
.sub-page-list {
	margin-top:30px;
	margin-bottom:75px;
}
.card {
	margin-bottom:15px;
	background:none;
	border:0;
}
.card .img {
	width:100%;
	padding-top:57.5%;
	background-size:cover;
	background-position: center center;
	border-radius: 5px;
	margin-bottom:5px;
    display: block;
}
.card .link {
	color:#202C39;
	transition: all 0.2s ease-in-out;
}
.card .link:hover, .card:hover .link {
	color:#00AEDB;
	text-decoration: none;
}
/* ========= CARDS END ========= */



/* ========= CONTENT BLOCKS ========= */
.block-pad {
	padding-top:30px;
	padding-bottom:30px;
}

/* HEADING BLOCK */
.block-heading h1,
.block-heading h2,
.block-heading h3,
.block-heading h4,
.block-heading h5,
.block-heading h6 {
	margin-top:15px;
}
/* HEADING BLOCK END */

/* COPY BLOCK */
.block-copy {
	padding-bottom:15px;
}
.block-copy p:last-of-type {
	margin-bottom:0;
}
@media only screen and (min-width: 992px) {
	.block-copy {
		padding-bottom:30px;
	}
}
/* COPY BLOCK END */


/* BLOCKQUOTES */
.quote img {
	width:100%;
	height:auto;
	border-radius:5px;
}
.quote-noimage img {
	display: none;
}
.quote .content {
	padding:30px;
	border-radius:5px;
	margin:-30px 15px 15px;
	background:#FFF;
	color:#202C39;
	z-index:2;
	position: relative;
	box-shadow: 0 0 20px 0 rgba(40,40,40,0.10);
	text-align:center;
}
.quote.quote-tear-1 .content {
	border-radius:5px 5px 0 0;
	padding:30px 30px 10px;
}
.quote-tear-1 .content:after {
	content:'';
	display: block;
	position: absolute;
	bottom:-32px;
	left:0;
	width:100%;
	height:32px;
}
.quote .content .copy {
	margin:0 0 15px;
	display: block;
	font-size:1.1rem;
	line-height: 1.75rem;
}
.quote-noimage .content {
	margin:0 0 30px;
}
.quote .content .name, .quote .content .desc {
	font-family: 'Poppins', sans-serif;
	font-size:1rem;
	font-weight: 700;
}
/*.quote .content .name:after {
	content:',';
}*/

/* Blockquote Colours */
.quote-blue .content { background:#00AEDB; color:#202C39; }
.quote-white .content { background:#FFF; color:#202C39; }
.quote-blue.quote-tear-1 .content:after { background-image:url('../img/tear_blue.png'); }
.quote-white.quote-tear-1 .content:after { background:url('../img/tear_white.png'); }


@media only screen and (min-width: 768px) {
	.quote-bottom .content {
		margin:-60px 30px 0;
	}
}
@media only screen and (min-width: 992px) {
	.quote-left, .quote-right {
		position: relative;
	}
	.quote-right img, .quote-left img {
		margin-bottom:0;
	}
	.quote-left img {
		padding-left:20%;
	}
	.quote-right img {
		padding-right:20%;
	}
	.quote-left .content, .quote-right .content {
		width:40%;
		margin:0;
		position: absolute;
		top:50%;
		transform: translateY(-50%);
	}
	.quote-left .content {
		left:0;
	}
	.quote-right .content {
		right:0;
	}
	.quote-noimage .content {
		left:unset;
		right:unset;
		position: relative;
		top:unset;
		transform: none;
		width:100%;
		text-align: left;
	}
}
/* BLOCKQUOTES END */

/* IFRAME */
iframe {
	max-width: 100%;
}

/* FACTS */
.fact {
	position: relative;
}
.fact img {
	width:100%;
	height:auto;
	border-radius:5px;
}
.fact .content {
	padding:30px;
	background:#FFF;
	color:#00AEDB;
	position: relative;
	z-index:2;
	margin: -30px 15px 15px;
	box-shadow: 0 0 20px 0 rgba(40,40,40,0.10);
	border-radius:5px;
}
.fact.noimage .content {
	margin:0;
}
.fact-tear-1 .content {
	border-radius:5px 5px 0 0;
	padding:30px 30px 10px;
}
.fact-tear-1 .content:after {
	content:'';
	display: block;
	position: absolute;
	bottom:-30px;
	left:0;
	width:100%;
	height:32px;
}
.fact .content .copy {
	margin:0 0 15px;
	display: block;
	font-size:1.1rem;
	line-height: 1.75rem;
	font-weight:700;
}
.fact .content h2 {
	font-size:4rem;
	margin-bottom:0.5rem;
}
/* Fact Colours */
.fact-white .content { background:#FFF; color:#202C39; }
.fact-blue .content { background:#00AEDB; color:#202C39; }
.fact.fact-white .content h2 { color: #007695; }

.fact-blue.fact-tear-1 .content:after { background-image:url('../img/tear_blue.png'); }
.fact-white.fact-tear-1 .content:after { background:url('../img/tear_white.png'); }
@media only screen and (min-width: 768px) {
	.fact .content {
		position: absolute;
		top:-15px;
		bottom:-15px;
		width:40%;
		margin:0;
		display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	.fact.fact-tear-1 .content {
		bottom:0;
	}
	.fact.fact-noimage .content {
		top:unset;
	}
	.fact .content h2 {
		font-size:5rem;
	}
	.fact-left .content {
		left:15px;
	}
	.fact-right .content {
		right:15px;
	}

	.fact-noimage .content {
		display: flex;
		flex-direction: row;
		align-items: center;
		width:100%;
		position: relative;
	}
	.fact-noimage .content h2 {
		padding-right:15px;
	}
}
@media only screen and (min-width: 992px) {
	.fact-left .content {
		left:30px;
	}
	.fact-right .content {
		right:30px;
	}
}
/* FACT END */


/* CONTENT CAROUSEL */
.carousel .item .image {
	background-size:cover;
	background-position: center center;
	padding-top:57.5%;
	border-radius:5px;
}
.carousel .item .item-inner {
	position: relative;
}
.carousel .content {
	background:#FFF;
	color:#202C39;
	padding:30px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height:160px;
	margin:-30px 15px 0;
	border-radius: 5px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
}
.carousel-tear-1 .content {
	padding:30px 30px 15px;
	margin-bottom: 47px;
	border-radius: 5px 5px 0 0;
}
.carousel-tear-1 .content:after {
	content:'';
	display: block;
	position: absolute;
	bottom:-30px;
	left:0;
	width:100%;
	height:32px;
	background:url('../img/tear_white.png');
}
.carousel .content .sub {
	color:#202C39;
	opacity:0.7;
}
.carousel .content .link {
	font-weight:700;
	font-family: 'Poppins', sans-serif;
	margin-top:auto;
}
.carousel .content .link:hover, .carousel .content a:hover, .carousel .content h4:hover {
	text-decoration: none;
	opacity:0.7;
}
.carousel .content .link i {
	margin-left:10px;
}
.carousel .content h4 {
	color:#202C39;
}
.carousel .content .copy {
	display: block;
	padding-bottom:30px;
	font-size:0.9rem;
}
.carousel .content p {
	line-height: 1.75rem;
}

/* Owl carousel stuff */
.carousel .owl-nav {
    position: absolute;
    width: 100%;
    height:60px;
    top: 140px;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
}
.carousel .owl-nav button.owl-next, .carousel .owl-nav button.owl-prev {
	background:#00AEDB;
	text-align: center;
	width:60px;
	height:60px;
	line-height: 60px;
	box-shadow:0 4px 16px 0 rgba(40,40,40,0.30);
	opacity:1;
	border-radius:50%;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	pointer-events: all;
}
.carousel .owl-prev {
	left:-10px;
}
.carousel .owl-next {
	right:-10px;
}
.carousel button i { color:#FFF; }

@media only screen and (min-width: 768px) {
	.carousel .content {
		width: 40%;
    	margin:-140px 0 0 30px;
    	min-height: 180px;
	}
	.carousel .owl-nav {
	    top: 190px;
	}
	.carousel .owl-prev {
		left:-30px;
	}
	.carousel .owl-next {
		right:-30px;
	}
}
/* CONTENT CAROUSEL END */


/* LIST BLOCK */
.list {
	background:#FFF;
	border:1px solid #e0e0e0;
	border-radius:5px;
}
.list .content {
	padding:30px;
}
.list ul {
	list-style: none;
	padding:0;
	margin:15px 0;
}
.list ul li {
	padding:20px 0;
	color:#202C39;
	font-weight:700;
	border-bottom: 1px solid #e0e0e0;
	clear: both;
}
.list ul li:first-child {
	padding-top:0;
}
.list ul li:last-child {
	border:0;
	padding-bottom:0;
}
.list ul li span {
	display: inline-block;
	width:calc(100% - 50px);
}
.list ul li i {
	margin-right:10px;
	display: none;
	width:40px;
	height:40px;
	line-height: 40px;
	font-size:18px;
	text-align: center;
	border-radius:50%;
	background:#00AEDB;
	color:#202c39;
	float:left;
	margin-top:-7px;
}
.list ul li.icon-1 i {
	display: inline-block;
}
@media only screen and (min-width: 768px) {
	.list .content {
		padding:30px;
	}
}
@media only screen and (min-width: 992px) {
	.list {
		flex-direction: row;
	}
	.list .content {
		padding:40px 30px;
	}
	.list ul {
		margin-bottom: 0;
	}
}
/* LIST BLOCK END */


/* CTA BLOCK */
.cta {
	margin-bottom: 15px;
	box-shadow: 0 0 50px 0 rgba(40,40,40,0.30);
}
.cta.cta-noimage {
	width:100%;
}
.cta .image {
	padding-top:57.5%;
	width:100%;
	background-size:cover;
	background-position: center center;
	border-radius:5px;
}
.cta.cta-noimage .image {
	display: none;
}
.cta .content {
	background:#FFF;
	color:#202C39;
	padding:30px;
	margin:-30px 15px 15px;
	border-radius:5px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
	position: relative;
	text-align: center;
}
.cta.cta-noimage .content {
	margin:0;
	position: relative;
	width:100%;
	left:inherit;
	top:inherit;
	bottom:inherit;
	text-align: center;
}
.cta.cta-tear-1 {
	margin-bottom:30px;
}
.cta.cta-tear-1 .content {
	border-radius:5px 5px 0 0;
	padding:30px 30px 15px;
}
.cta.cta-tear-1 .content:after {
	content:'';
	display: block;
	position: absolute;
	bottom:-30px;
	left:0;
	width:100%;
	height:32px;
}
.cta.cta-tear-1.cta-white .content:after {
	background:url('../img/tear_white.png');
}
.cta .content .sub {
	opacity:1;
}
.cta.cta-noimage .content .sub {
	margin:0 auto 5px;
}
.cta .content h3 {
	line-height: 3rem;
}
.cta .content h4 {
	line-height: 2rem;
}
.cta .content h3, .cta .content h4, .cta .content a {
	color:#202C39;
	transition: all 0.2s ease-in-out;
}
.cta .content h3:hover, .cta .content h4:hover, .cta .content a:hover {
	text-decoration: none;
	color:#00AEDB;
}
.cta .content p {
	line-height: 1.5rem;
}
.cta .content .button {
	color:#202C39;
	background:#00AEDB;
	padding:15px 30px;
	margin-top:15px;
}
.cta .content .button:hover {
	opacity:0.6;
	color:#202C39;
}
.cta.cta-noimage .content .button {
	margin:0 auto;
}
.cta .content .link {
	font-weight:700;
	color:#00AEDB;
}

/* CTA Blue */
.cta.cta-blue .content {
	background:#00AEDB;
}
.cta.cta-blue .content .sub, .cta.cta-blue .content h3, .cta.cta-blue .content h4, .cta.cta-blue .content a, .cta.cta-blue .content p {
	color: #202C39;
}
.cta.cta-blue .content .button {
	border:1px solid #202C39;
}
.cta.cta-tear-1.cta-blue .content:after {
	background:url('../img/tear_blue.png');
}

/* CTA Red */
.cta.cta-red .content {
	background:#D72726;
}
.cta.cta-red .content .sub, .cta.cta-red .content h3, .cta.cta-red .content h4, .cta.cta-red .content a, .cta.cta-red .content p {
	color:#FFF;
}
.cta.cta-red .content .button {
	border:1px solid #FFF;
	background:none;
}
.cta.cta-tear-1.cta-red .content:after {
	background:url('../img/tear_red.png');
}


@media only screen and (min-width: 768px) {
	.cta {
		position: relative;
	}
	.cta .content {
	    position: absolute;
	    margin:0;
	    top:-15px;
	    left:15px;
	    bottom:-15px;
	    display: flex;
	    flex-direction: column;
	    text-align: left;
	    width:45%;
	    justify-content: center;
	}
	.cta .content .button {
		padding: 15px 5px;
		text-align: center;
	}
	.cta.cta-noimage .content {
		width:100%;
	}
	.cta.cta-noimage .content .button {
		display: inline-block;
	    min-width: 40%;
	    padding: 15px;
	}
}
@media only screen and (min-width: 768px) {
	.cta.cta-tear-1 {
		margin-bottom:45px;
	}
}
/* CTA BLOCK END */


/* VIDEO BLOCK */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow:hidden;
}
/* VIDEO BLOCK END */


/* IMAGE BLOCK */
.imgWrapper {
	position: relative;
}
.imgWrapper img {
	width:100%;
	height:auto;
}
.imgWrapper.image-small {
	width:33.333%;
}
.imgWrapper.image-medium {
	width:50%;
}
.imgWrapper.image-large {
	width:100%;
}
.imgWrapper.image-center {
	margin:0 auto;
}
.imgWrapper.image-right {
	margin-left:auto;
}
.imgWrapper .caption {
	display: inline-block;
	position: absolute;
	bottom:0;
	right:0;
	background:#00AEDB;
	color:#202c39;
	font-weight: bold;
	font-size:0.9rem;
	padding:5px 15px;
	z-index:1;
}
.imgWrapper .caption:after {
	content:'';
	display: block;
	width:100%;
	height:32px;
	background-image:url('../img/tear_blue.png');
	background-size:cover;
	position: absolute;
	bottom:-20px;
	left:0;
	z-index:-1;
}
/* IMAGE BLOCK END */


/* RESOURCES & PUBLICATIONS BLOCK */
.resources .heading {
	margin-bottom: 20px;
}
.resources ul, .resource-list {
	list-style: none;
	padding:0;
	margin:0;
}
.resources ul li, .resource-list li {
	padding:15px 0;
	border-bottom: 1px solid #e0e0e0;
}
.resources ul li:last-child, .resource-list li:last-child {
	border:0;
}
.resources ul li .img, .resources ul li i, .resource-list li .img, .resource-list li i {
	display: block;
	width:60px;
	height:60px;
	line-height: 60px;
	background:#00AEDB;
	color:#202c39;
	text-align: center;
	font-size:32px;
	margin-bottom: 10px;
	border-radius: 5px;
}
.resources ul li .img, .resource-list li .img {
	background-size: cover;
	background-position: center center;
	overflow:hidden;
	position: relative;
}
.resources ul li h5, .resource-list li h5 {
	color:#202C39;
}
.resources ul li a:hover, .resource-list li a:hover {
	text-decoration: none;
}
.resources ul li .read-more, .resource-list li .read-more {
	font-weight:700;
	color:#00718E;
}
.resources .sub, .resource-list .sub {
	opacity:0.3;
}
@media only screen and (min-width: 768px) {
	.resources ul li .img:after, .resource-list li .img:after {
		content:'Download';
		display: none;
		font-size:0.9rem;
		line-height: 0.9rem;
		font-weight: 700;
		text-align: center;
		position: absolute;
		padding:10px;
		left:0;
		bottom: -1px;
		width:100%;
		height:25%;
		background: -webkit-linear-gradient(rgba(0,174,219,0) 0%, rgba(0,174,219,1) 100%);
		background: -o-linear-gradient(rgba(0,174,219,0) 0%, rgba(0,174,219,1) 100%);
		background: linear-gradient(rgba(0,174,219,0) 0%, rgba(0,174,219,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000aedb', endColorstr='#00aedb',GradientType=0 );
	}
	.resources ul li .img, .resources ul li i, .resource-list li .img, .resource-list li i {
		float:left;
		margin-right:15px;
		margin-bottom: 0;
	}
	.resource-list li .img, .resource-list li p {
		margin-bottom:0;
	}
}
/* RESOURCES & PUBLICATIONS BLOCK END */



/* MAP BLOCK */
/* MAP BLOCK END */



/* CONTACT BLOCK */
.contact {
	background:#FFF;
	border:1px solid #e0e0e0;
	padding:30px;
	margin:0 0 15px;
	border-radius:5px;
}
.contact h4 {
	margin-bottom:30px;
}
ul.contact-details {
	list-style:none;
	padding:0;
	margin:15px 0 15px;
}
ul.contact-details li {
	clear: both;
	border-bottom:1px solid #e0e0e0;
	padding:20px 0;
	font-weight:700;
}
ul.contact-details li:first-child {
	padding-top:0;
}
ul.contact-details li:last-child {
	padding-bottom:0;
	border:0;
}
ul.contact-details li span {
	display: inline-block;
	width:calc(100% - 60px);
	word-break: break-word;
}
ul.contact-details li span a {
	word-break: break-word;
}
ul.contact-details li p {
	font-weight:700;
	line-height: 1.2rem;
	margin-bottom: 0;
}
ul.contact-details li i {
	display: block;
	float:left;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius:50%;
	color:#202c39;
	background:#00AEDB;
	text-align: center;
	margin-right:15px;
	margin-top:-10px;
	float:left;
}
ul.contact-details li a {
	text-decoration: underline;
}
@media only screen and (min-width: 992px) {
	ul.contact-details {
		margin:15px 0 0;
	}
}
/* CONTACT BLOCK END */



/* MULTI FACTS BLOCK */
.single-fact {
	color:#202C39;
	display: flex;
	margin-bottom:30px;
	width: 100%;
}
.facts div .column:last-of-type .single-fact {
	margin-bottom:30px;
}
.single-fact .content {
	padding:15px;
	background:#00AEDB;
	border-radius:5px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight:700;
    position: relative;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
    width:100%;
}
.single-fact .content:after {
	content:'';
	display: block;
	position: absolute;
	bottom:-30px;
	left:0;
	width:100%;
	height:32px;
	background-image:url('../img/tear_blue.png');
	background-size:cover;
}
.single-fact .content .stat {
	display: block;
	padding:15px 0;
	font-size:2rem;
}
.facts div div:nth-child(2) .content {
	background:#FFF;
	color:#202C39;
}
.facts div div:nth-child(2) .content .stat {
	color:#202C39;
}
.facts div div:nth-child(2) .content:after {
	background-image:url('../img/tear_white.png');
}
.single-fact .content span {
	display: block;
	width:100%;
	font-weight:700;
}
@media only screen and (min-width: 992px) {
	.single-fact {
		margin-bottom:30px;
	}
	.single .single-fact .content {
		flex-direction:row;
		align-items: center;
		text-align:left;
		padding:30px 15px 10px;
	}
	.column .single-fact .content {
		flex-direction:column;
		text-align: center;
	}
	.single .single-fact .content .stat {
		padding-right:15px;
		margin:0;
		font-size:3rem;
	}
}
/* MULTI FACTS BLOCK END */



/* SPLIT CTA BLOCK */
.single-cta {
	position: relative;
	border-radius: 5px;
	min-height:400px;
	margin-bottom:15px;
	background-size:cover;
	background-position: center center;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}
.split-cta div:last-of-type .single-cta {
	margin-bottom:0;
}
.single-cta:before {
	content:'';
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	border-radius:6px;
}
.single-cta.cta-transparent {
	box-shadow:none;
	min-height:0;
}
.single-cta.cta-white {
	background-color:#FFF;
}
.single-cta.cta-blue {
	background-color:#00aedb;
}
.single-cta.cta-red {
	background-color:#d72726;
}
.single-cta.cta-white:before {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.87) 0%, rgba(255,255,255,0.87) 87%, rgba(255,255,255,1) 98%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.87) 0%,rgba(255,255,255,0.87) 87%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.87) 0%,rgba(255,255,255,0.87) 87%,rgba(255,255,255,1) 98%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deffffff', endColorstr='#ffffff',GradientType=0 );
}
.single-cta.cta-blue:before {
	background: -moz-linear-gradient(top, rgba(0,174,219,0.87) 0%, rgba(0,174,219,0.87) 87%, rgba(0,174,219,1) 98%, rgba(0,174,219,1) 100%);
	background: -webkit-linear-gradient(top, rgba(0,174,219,0.87) 0%,rgba(0,174,219,0.87) 87%,rgba(0,174,219,1) 98%,rgba(0,174,219,1) 100%);
	background: linear-gradient(to bottom, rgba(0,174,219,0.87) 0%,rgba(0,174,219,0.87) 87%,rgba(0,174,219,1) 98%,rgba(0,174,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de00aedb', endColorstr='#00aedb',GradientType=0 );
}
.single-cta.cta-red:before {
	background: -moz-linear-gradient(top, rgba(215,39,38,0.87) 0%, rgba(215,39,38,0.87) 87%, rgba(215,39,38,1) 98%, rgba(215,39,38,1) 100%);
	background: -webkit-linear-gradient(top, rgba(215,39,38,0.87) 0%,rgba(215,39,38,0.87) 87%,rgba(215,39,38,1) 98%,rgba(215,39,38,1) 100%);
	background: linear-gradient(to bottom, rgba(215,39,38,0.87) 0%,rgba(215,39,38,0.87) 87%,rgba(215,39,38,1) 98%,rgba(215,39,38,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded72726', endColorstr='#d72726',GradientType=0 );
}
.split-cta-tear-1 .single-cta {
	border-radius: 5px 5px 0 0;
	margin-bottom:45px;
}
.split-cta-tear-1 div:last-of-type .single-cta {
	margin-bottom:30px;
}
.split-cta-tear-1 .single-cta:before {
	border-radius:5px 5px 0 0;
}
.split-cta-tear-1 .single-cta:after {
	content:'';
	display: block;
	position: absolute;
	bottom:-30px;
	left:0;
	width:100%;
	height:32px;
	background-size:cover;
}
.split-cta-tear-1 .single-cta.cta-white:after {
	background-image:url('../img/tear_white.png');
}
.split-cta-tear-1 .single-cta.cta-blue:after {
	background-image:url('../img/tear_blue.png');
}
.split-cta-tear-1 .single-cta.cta-red:after {
	background-image:url('../img/tear_red.png');
}
.single-cta h3 {
	color:#0086a8;
	line-height:3rem;
	margin-bottom: 20px;
}
.single-cta.cta-blue h3 {
	color:#202C39;
}
.single-cta.cta-red h3 {
	color: #fff;
}
.single-cta .sub {
	margin-bottom: 20px;
	opacity:1;
}
.single-cta.cta-blue .sub {
	color:#202C39;
}
.single-cta.cta-red .sub {
	color:#ffffff;
}
.cta-white .sub {
	color: #007695;
	opacity: 1;
}
.single-cta .content {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	width: 100%;
	z-index:3;
	padding:15px;
	text-align: center;
}
.single-cta.cta-transparent .content {
	position: relative;
	transform: none;
	top:auto;
}
.single-cta .content p {
	font-weight:600;
}
.single-cta .button {
	padding:15px 30px;
	background:#00AEDB;
	color:#202C39;
}
.single-cta.cta-blue .button {
	background:none;
	color:#202C39;
	border:1px solid #202C39;
}
.single-cta.cta-red .button {
	background:none;
	color:#ffffff;
	border:1px solid #ffffff;
}
@media only screen and (min-width: 992px) {
	.single-cta.cta-transparent {
		min-height:400px;
	}
	.single-cta.cta-transparent .content {
		position: absolute;
		top:50%;
		transform: translateY(-50%);
	}
	.single-cta {
		margin-bottom:0;
	}
}
@media only screen and (min-width: 1170px) {
	.single-cta .content {
		padding:30px;
	}
}
/* SPLIT CTA BLOCK END */


/* RELATED CONTENT BLOCK */
.related {
	padding:75px 0;
	border-top:1px solid #CCCCCC;
	background:rgba(0,0,0,0.03);
}
.block-related .nav-link {
	border: 1px solid #e0e0e0;
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 5px;
    display: block;
    width: 50%;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	text-transform: capitalize;
}
.block-related .nav-link.active {
	background: #00AEDB;
	color:#202c39;
	border:1px solid #00AEDB;
}
.block-related .tab-pane {
	background:#FFF;
	border:1px solid #e0e0e0;
	padding:30px;
	border-radius:5px;
}
.related-list {
	list-style: none;
	padding:0;
	margin: 0;
}
.related-list li {
	padding:15px 0;
	border-bottom:1px solid #e0e0e0;
	clear:both;
	display: flex;
	flex-direction: column;
}
.related-list li:first-child {
	padding-top:0;
}
.related-list li:last-child {
	padding-bottom:0;
	border: 0;
}
.related-list h5, .related-list a {
	color:#006D8A;
	transition: all 0.2s ease-in-out;
}
.related-list h5:hover, .related-list a:hover {
	color:#00AEDB;
	text-decoration: none;
}
.related-list .link {
	color:#202C39;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}
.related-list .link:hover {
	color:#00AEDB;
}
.related-list .link i {
	margin-left: 10px;
}
.related-list li .img {
	background-size:cover;
	background-position: center center;
	width:100%;
	height:140px;
	border-radius:5px;
	margin-right:15px;
	float:left;
	margin-bottom:15px;
}
.related-list li .content {
	padding-top:10px;
}
.related-list li .content p {
	line-height: 1.5rem;
}
@media only screen and (min-width: 768px) {
	.block-related .heading {
		margin-bottom:30px;
	}
	.block-related .nav-link {
		width:100%;
		background:none;
		border: 1px solid transparent;
		padding:15px 5px;
	}
	.block-related .nav-link.active {
		background:#FFF;
		color:#202C39;
		border:1px solid #e0e0e0;
	}
	.related-list li {
		flex-direction: row;
		align-items: center;
		padding:30px 0;
	}
	.related-list li .img {
		width:230px;
		flex:0 0 230px;
		margin-bottom: 0;
	}
}
/* RELATED CONTENT BLOCK END */
.block-service-details h4 {
	margin-bottom:30px;
}
.block-service-details .accordion:last-of-type {
	margin-bottom:15px;
}
.block-service-details .single-cta {
	margin-bottom:30px;
}
/* SERVICE BLOCK */

/* SERVICE BLOCK END */
/* ========= CONTENT BLOCKS END ========= */



/* ========= ARCHIVE ========= */
.archive-list {
	list-style:none;
	padding:0;
	margin: 0;
}
.archive-list li {
	padding:15px 0;
	border-bottom:1px solid #e0e0e0;
}
.archive-list li:first-child {
	padding-top:0;
}
.archive-list li:last-child {
	padding-bottom:0;
	border: 0;
}
.archive-list .img {
	background-size:cover;
	background-position: center center;
	width:100%;
	padding-top:57.5%;
	border-radius:5px;
	margin:0 0 10px;
}
.archive-list a {
	color:#202C39;
}
.archive-list a:hover {
	color:#00AEDB;
	text-decoration: none;
}
.archive-list h5 {
	margin-bottom:5px;
}
.archive-list .copy p {
	line-height: 1.5rem;
	margin:0;
}
@media only screen and (min-width: 768px) {
	.archive-list li {
		clear:both;
	}
	.archive-list li .img {
		width: 230px;
		height:150px;
		margin:0 15px 0 0;
		padding:0;
		float:left;
	}
}
/* ========= ARCHIVE END ========= */



/* ========= ACCORDION ========= */
.accordion .card {
	margin-bottom: 5px;
	border:1px solid #e0e0e0;
	border-radius:5px;
	overflow:hidden;
}
.accordion .card .card-header {
	border:0;
	padding:0;
	background:#FFF;
}
.accordion .card .card-header .btn-link {
	font-family:'Poppins', sans-serif;
	font-weight:700;
	padding:10px 15px;
	margin:0;
	color:#202C39;
	display: block;
	width:100%;
	text-align: left;
    word-break: break-word;
    white-space: normal;
}
.accordion .card .card-header .btn-link:hover {
	text-decoration: none;
	color:#00AEDB;
}
.accordion .card .card-header .btn-link:focus-visible {
	color: #fff;
}
.accordion .card .card-header .btn-link:active {
	color: #202C39;
}
.accordion .card .card-header .btn-link:focus {
	text-decoration: none;
}
.accordion .card .contacts, .contacts {
	margin-bottom:30px;
	padding-bottom:30px;
}
.accordion .card .map, .map {
	width:100%;
	height:280px;
	background:#e0e0e0;
	border:2px solid #e0e0e0;
	border-radius:5px;
}
.accordion .card .drop-in-list, .drop-in-list {
	list-style:none;
	padding:0;
	margin:0;
}
.accordion .card .drop-in-list li, .drop-in-list li {
	background:#00AEDB;
	border-radius:5px;
	margin-bottom:5px;
	padding:15px 15px 10px;
	color:#202c39;
}
.accordion .card .drop-in-list li h6, .drop-in-list li h6 {
	display: block;
}
.accordion .card .drop-in-list li p, .drop-in-list li p {
	margin:0;
}
/* ========= ACCORDION END ========= */



/* ========= SERVICES ========= */
.referral-forms, .service-contacts {
	margin-top:50px;
	padding-top:50px;
	border-top:1px solid #e0e0e0;
}
.logos-wrapper {
	padding:30px 0;
	margin:30px 0 0;
	border-top:1px solid #e0e0e0;
}
.logo-carousel .img-wrapper {
	padding:15px;
	border-radius: 5px;
	margin:0 0 10px;
	background:#FFF;
}
.logo-carousel i {
	color:#00AEDB;
	position: relative;
}
.logo-carousel i .description {
	position: absolute;
	background:#202C39;
	padding:15px;
	font-size: 14px;
	top:15px;
	left:50%;
	transform: translateX(-50%);
}

.select-wrapper {
	position: relative;
}
.select-wrapper:after {
	display: block;
	content:'\f107';
	font-family: "Font Awesome 5 Free"; font-weight: 900;
	color:#00AEDB;
	font-size:24px;
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	right:15px;
	pointer-events: none;
}
.region-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	width:100%;
	border:2px solid #00AEDB;
	background:#FFF;
	padding:5px 15px;
	font-weight:700;
}
select.region-select::-ms-expand {
    display: none;
}
.select-wrapper {
	position: relative;
}
/* ========= SERVICES END ========= */



/* ========= ACTIVITIES ========= */
.activity-block {
	padding:5px 0;
}
.activity-block h5 {
	margin:0;
}
.simple-list {
	list-style:none;
	padding:0;
	margin: 0 0 15px;
}
.simple-list li {
	padding:5px 0;
}
/* ========= ACTIVITIES END ========= */



/* ========= MODALS ========= */
.modal {
	z-index:99999;
}
.modal-backdrop {
	background-color:#202C39;
}
.modal-backdrop.show {
	opacity:0.99;
}
.modal-content {
	border:0;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.3);
	border-radius:5px;
}
.modal-header {
	padding:30px 15px;
	position: relative;
}
.modal-header .title {
	margin:0;
	background:none;
	border:none;
	color:#222;
}
.modal-header .title:after {
	display: none;
}
.modal-header button.close {
	position: absolute;
	right:15px;
	top:50%;
	transform: translateY(-50%);
	font-size:24px;
	padding:0;
	margin:0;
}
.modal-body {
	padding:15px;
	background:#F5F7F7;
	border-top:1px solid #E3E6E8;
	border-radius:0 0 10px 10px;
}
@media only screen and (min-width: 768px) {
	.modal-header {
		padding:40px 30px;
	}
	.modal-header button.close {
		right:30px;
	}
	.modal-body {
		padding:30px;
	}
}
/* ========= MODALS END ========= */



/* ========= FOOTER ========= */
footer {
	background: #027391;
}
.footer-content {
	padding:40px 0 30px;
}
.footer-bottom {
	padding:30px 0;
	border-top: 1px solid rgba(255,255,255,0.1)
}
footer .copyright, footer .registration {
	font-size:14px;
	color:#FFF;
	display: block;
}
.footer-img {
	margin-bottom: 30px;
	max-width:50%;
	margin-right:15px;
}

.footer-links {
	list-style: none;
	padding:0;
}
.footer-links li {
	display: block;
	padding:5px 0;
}
.footer-links li a {
	color: #FFF;
}
.footer-links li a:hover {
	color: #FFF;
	opacity:0.4;
	text-decoration: none;
}

.footer-logos div {
	display: inline;
}

.footer-logos img {
	margin-bottom: 30px;
	margin-right: 15px;
	max-height: 42px;
}

.footer-newsletter {
	background-color:#00AEDB;
	padding:50px 0;
	background-size:cover;
	background-position: center center;
	position: relative;
}
.footer-newsletter:before {
	position: absolute;
	content:'';
	display: block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#00AEDB;
	opacity:0.92;
	z-index:1;
}
.footer-newsletter .content {
	z-index:2;
	position: relative;
}
.footer-newsletter .content h4 {
	margin:0 0 15px;
}
.footer-newsletter .content p, .footer-newsletter .content p a, .footer-newsletter .content label {
	color: #202C39;
}
.footer-newsletter .content p a {
	font-weight: bold;
}
.footer-newsletter input {
	border-radius:3px;
	border:0;
	height:48px;
	line-height: 48px;
	padding:0 15px;
	margin:0 10px 10px 0;
}
.footer-newsletter button,
.footer-newsletter .frm_button_submit,
.footer-newsletter .gform_button {
	height:48px;
	line-height: 46px;
	padding:0 30px;
	vertical-align: bottom;
	border:1px solid #202C39 !important;
	background:none;
	color:#202C39 !important;
}

.social-links {
	list-style:none;
	padding:0;
	margin:0;
}
.social-links li {
	margin:5px 0;
}
.social-links li a {
	color:#FFF;
}
.social-links li a:hover {
	opacity:0.6;
	text-decoration: none;
}
.social-links i {
	background: #FFF;
    display: inline-block;
    text-align: center;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    border-radius: 3px;
    line-height: 28px;
    font-size: 14px;
    color: #00AEDB;
}

@media only screen and (min-width: 768px) {
	footer .registration {
		text-align: right;
	}
	.footer-links li {
		width:50%;
		display: inline-block;
		margin-right:-4px;
		padding:5px 0;
	}
	.footer-img {
		margin-bottom: 0;
		max-width:100%;
	}
	.footer-newsletter {
		text-align: center;
	}

}

/* ========= FOOTER END ========= */


/* ========= CAREERS ========= */
.um {
	opacity:1 !important;
}
.career-form {
	margin-top:30px;
	background:#FFF;
	border-radius:5px;
	box-shadow:0 0 20px 0 rgba(0,0,0,0.1);
	padding:15px;
}
.career-form .um-locked-content {
	margin:0;
}
.career-form .um-locked-content a {
	font-weight: 700;
	text-decoration: underline;
}
.career-info, .activity-info {
	margin-top:0;
	padding:15px 30px;
	background:#00AEDB;
	border-radius:5px 5px 0 0;
	list-style: none;
	position: relative;
	margin-bottom:45px;
}
.career-info:after, .activity-info:after {
    background-image: url(../img/tear_blue.png);
    content: '';
    display: block;
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 32px;
    background-size: cover;
}
.career-info li, .activity-info li {
	padding:5px 0;
	margin:5px 0;
	color: #202c39;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.career-info li:last-child, .career-info li:nth-last-child(2) {
	border:0;
	margin-bottom:0;
	padding-bottom:0;
}
.activity-info li:last-child {
	border-bottom:0;
}
.activity-info li.push-top {
	margin-top:20px;
}
.career-info li:nth-last-child(2), .career-info li.last {
	margin-bottom: 30px;
	border:0;
	padding-bottom:0;
}
.career-info li a, .activity-info li a {
	text-decoration: underline;
	color: #202c39;
    word-break: break-all;
    display: inline-block;
}
.career-info li .button, .activity-info li .button {
	display: block;
	text-decoration: none;
	color:#202C39;
}
@media only screen and (min-width: 768px) {
	.career-info, .activity-info {
		margin-top:30px;
	}
	.career-form {
		padding:30px;
	}
	a.frm_save_draft {
		margin-left:15px;
	}
}
/* ========= CAREERS END ========= */




/* ========= MAKE A REFERRAL ========= */
.referral-content {
	margin-top:30px;
}
.referral-content .select-wrapper {
    margin-bottom:15px;
}
.referral-services.active {
	border-top:1px solid #e0e0e0;
	padding-top:30px;
	margin-top:30px;
	margin-bottom:30px;
}
.custom-select {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    border: 3px solid #00AEDB;
    background: #FFF;
    padding: 10px 15px;
    font-weight: 700;
    height: 50px;
}
.referral-service {
	display: none;
	visibility: hidden;
	opacity:0;
	transition: opacity 0.4s ease-in-out;
   	-moz-transition: opacity 0.4s ease-in-out;
   	-webkit-transition: opacity 0.4s ease-in-out;
}
.referral-service.active {
	opacity:1;
	visibility: visible;
	display: block;
}
@media only screen and (min-width: 768px) {
	.referral-content {
		margin-top:50px;
	}
	.referral-services.active {
		padding-top:50px;
		margin-top:50px;
		margin-bottom:50px;
	}
}
/* ========= MAKE A REFERRAL END ========= */


/* ========= COOKIES ========= */
#cookie-law-info-bar span {
	font-weight:400;
}
.cli-plugin-button {
    border-radius: 2px;
    font-weight: bold !important;
    text-decoration: none !important;
}
/* ========= COOKIES END ========= */





/* IE FIXES */
@media screen and (min-width:0\0) {

	/* NAVIGATION */
	#nav-main ul a {
		background:#000;
	}
	#nav-main ul .sub-wrapper {
		background:none;
	}
	#nav-main ul .sub-wrapper ul {
		position: relative;
		width:100%;
	}
	#nav-main ul .sub-wrapper ul li a {
		width:30%;
	}
	#nav-main ul .sub-wrapper ul li .sub-wrapper {
		width:70%;
		left:30%;
		top:0;
	}
	#nav-main ul .sub-wrapper ul li .sub-wrapper ul {
		top:0;
	}
	#nav-main ul .sub-wrapper ul li .sub-wrapper ul li .sub-wrapper {
		width:100%;
		left:0;
		position: relative;
	}

	/* HOMEPAGE */
	.archive-list li {
		display: block;

	}


	/* FOOTER */
	.footer-newsletter {
		clear:both;
	}
	#footer {
		clear:both;
	}


	/* IMAGES */
	.archive-list li .img {
		height:150px;
		padding:0;
	}
}

.block-cta .cta .content a.btn {
	padding:8px 20px;
	background:#00AEDB;
	border-color:#00AEDB;
	color:#202c39;
	font-weight:bold;
	align-self: flex-start;
}


/* Sharing */
.share-page {
	border-top:1px solid #ccc;
	padding-top:24px;
	margin-top:24px;
}
.share-page h4 {
	font-size:16px;
}
/* Sharing end */

figure {
	position: relative;
}

figure figcaption {
	position: absolute;
	bottom: 0.5rem;
	right: 0.5rem;
	background-color: rgba(0, 0, 0, 0.6);
	color: #ffff;
	padding: 0.3rem 0.5rem;
	border-radius: 5px;
	margin: 0 0 0 0.5rem;
	font-size: 0.8rem;
}

.wp-block-image figcaption {
	margin-bottom: 0 !important;
}

/* Random Content Generator */
.random-content {
	display: flex;
	flex-direction:column;
	border-radius:10px;
	overflow:hidden;
	background:#FFF;
	margin:30px 0 0;
}
.random-content figure {
	position: relative;
	padding-top:56.25%;
	flex-basis:100%;
	margin:0;
}
.random-content figure img {
	position: absolute;
	width:100%;
	height:100%;
	object-fit:cover;
	top:0;
	left:0;
}
.random-content .random-copy {
	padding:30px 16px 16px;
}
.random-content h1,
.random-content h2,
.random-content h3,
.random-content h4,
.random-content h5,
.random-content h6 {
	font-size:24px;
	line-height:32px;
	margin:0 0 16px;
}
.random-content .button {
	margin-top:24px;
	display: inline-block;
}
.random-copy p,
.random-copy div {
	margin-bottom:15px;
}
@media only screen and (min-width: 768px) {
	.random-content {
		flex-direction:row;
		margin:16px 0 50px;
	}
	.random-content figure {
		flex-basis:40%;
		padding-top:46.25%;
	}
	.random-content .random-copy {
		flex-basis:60%;
		padding:30px;
		display: flex;
		flex-direction:column;
		justify-content: center;
	}
	.random-content .button {
		align-self:baseline;
	}
}
/* Random Content Generator End */

/* Stretched Link */
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

/* Stretched Link End */

/* ========= OVERLAY HIDING ========= */

.search-open [inert] {
	display: none !important;
}

@media only screen and (max-width: 991px) {
	.menu-open > *:not(header) {
		display: none !important;
	}
}

[inert] {
    position: relative !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

[inert]::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* ========= ACCESSIBILITY ========= */

.visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	border: 0 !important;
	white-space: nowrap !important;
}

.anchor-block {
	position: relative;
}

.anchor-block a::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

button:not(.hamburger):focus-visible, .btn:focus-visible {
	outline: 0;
	border-color: #0b80a2;
	color: #0b0c0c;
	background-color: #0b80a2;
	box-shadow: 0 2px 0 #0b0c0c;
}

div.fsError {
	border-color: #912633 !important;
}

.fsRowBody input[type="text"].fsRequired,
.fsRowBody input[type="email"].fsRequired,
.fsRowBody input[type="number"].fsRequired,
.fsRowBody input[type="tel"].fsRequired,
.fsForm select.fsRequired,
.fsForm textarea.fsRequired {
	border-color: #0b0c0c !important;
}

#content .fsValidationError .fsLabel,
#content .fsValidationError .fsRequiredLabel,
#content .fsValidationError .fsRequiredMarker,
div.fsError {
	color: #912633 !important;
}

.fsSubmit input.fsSubmitButton:focus-visible {
	outline: 3px solid #000 !important;
}

#contact_form {
    background: #fff;
    font: 14px Helvetica,Arial,sans-serif;
    width: 100%;
    padding: 20px;
}

#contact_form .button {
    clear: both;
    background-color: #aaa;
    border: 0 none;
    border-radius: 4px;
    transition: all 0.23s ease-in-out 0s;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}

label.gform-field-label--type-inline {
    display: inline-block;
    padding-left: 15px;
}

#gfield_consent_description_2_8 {
    border: none;
    font-size: 1rem;
    overflow-y: unset;
    padding: 8px 0;
}

.frm_login_form .frm_form_fields fieldset p {
    display:none;
}

.grecaptcha-badge {
    visibility: hidden;
}

body.admin-bar header {
    margin-top: 32px;
}

#mc_embed_signup {
	width: auto !important;
	background: none !important;
}

