/* 
Branding colours to search and replace:

Primary colour - #93aed4
Secondary colour - #b6d5b7
Tertiary colour - #6CB6E3
*/ 


@font-face {
font-family: 'Gotham';
font-style: normal;
font-weight: 400;
font-display: block;
src: url('/wp-content/themes/school-theme/assets/fonts/gotham/GothamBook.otf') format('opentype');
}

@font-face {
font-family: 'Gotham';
font-style: normal;
font-weight: 500;
font-display: block;
src: url('/wp-content/themes/school-theme/assets/fonts/gotham/GothamMedium.otf') format('opentype');
}

@font-face {
font-family: 'Gotham';
font-style: normal;
font-weight: 700;
font-display: block;
src: url('/wp-content/themes/school-theme/assets/fonts/gotham/GothamBold.otf') format('opentype');
}

@font-face {
font-family: 'Gotham';
font-style: normal;
font-weight: 800;
font-display: block;
src: url('/wp-content/themes/school-theme/assets/fonts/gotham/GothamBlack.otf') format('opentype');
}
 
html{
	scroll-padding-top: 80px;
	height: -webkit-fill-available;
}

body {
    font-family: 'Gotham', 'Open Sans', sans-serif;
    font-size: 16px;
    color: #93aed4;
    font-weight: 400;
    line-height: normal;
    padding-top: 139px;
	min-height: 100%;
	min-height: -webkit-fill-available;
}
.clearfix:after {
 	content: ".";
 	display: block;
 	clear: both;
 	visibility: hidden;
 	line-height: 0;
	height: 0;
}
 
a {
	color:#666666;
}
 
a:hover, .intro-content .image-container.with-video:hover, .close-modal:hover {
	cursor:pointer;
}

a:focus, button:focus {
	outline:none !important;
}

a:active {
	outline:none !important;
}

.fal {
	font-weight:normal;
}

.fab {
	font-weight:normal;
}

::-ms-clear {
  display: none;
}

ul, ul li, ol, ol li {
	padding:0 0 0 0;
}

img {
    max-width: 100%;
}

button, html input[type=button], input[type=reset], input[type=submit]{
	border:0;
}

/* Chrome */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration { 
	display: none; 
}

h1, h2, h3, h4, h5, h6, .title {
	font-family: 'Gotham', 'Open Sans', sans-serif;
}
 
/* apply a natural box layout model to all elements */
*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
  
a, button, input, select, textarea, a *, a *:before, a *:after, button *, button *:before, button *:after, a:before, a:after {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}

a:hover, button:hover, input:hover, select:hover, textarea:hover, a:hover *, a:hover *:before, a:hover *:after, button:hover *, button:hover *:before, button:hover *:after, a:hover:before, a:hover:after {
 	-webkit-transition: all 0.2s ease-in-out;
 	-moz-transition: all 0.2s ease-in-out;
 	-ms-transition: all 0.2s ease-in-out;
 	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out; 
}
  
::-moz-selection {
    color: #ffffff;
    background:#93aed4;
}

::selection {
    color: #ffffff;
    background:#93aed4;
}

::-ms-clear {
	display: none;
}
  
p {
	margin: 0 0 22px;
	line-height: 19px;
}

li:last-of-type {
	margin:0 0 0 0 !important;
}
 
:focus, :active, :visited {
	outline:none;
	text-decoration:none;
}

/* 	FLOATS	*/
.element {
 	float:left;
 	width:100%;
 	height:auto;
	display:block;
}

/*Aligns*/
.vertical {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.horizontal {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vhboth {
	position: relative;
	top:50%;
	left: 50%;
	-webkit-transform: translateY(-50%)translateX(-50%);
	-ms-transform: translateY(-50%)translateX(-50%);
	transform: translateY(-50%)translateX(-50%);
}
 
.fab:before, .fab:after {
	font-family:"Font Awesome 5 Brands";
	font-style:normal;
	font-weight:normal;
}

.fal:before, .fal:after {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
}

.fas:before, .fas:after {
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.container-fluid {
    margin: 0 0 65px 0;
    float: left;
    width: 100%;
    clear: both;
}

.no-padding {
	padding:0 0 0 0 !important;
}

.no-margin {
	margin:0 0 0 0 !important;
}

:hover, :active, :focus {
	text-decoration:none !important;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sticky:before,
.sticky:after {
	content: '';
	display: table;
}

.slick-initialized .slick-slide, .slick-slider .slick-list, .slick-slider .slick-track, .slick-slider {
	-webkit-transition: none;
	-moz-transition:   none;
	-ms-transition:  none;
	-o-transition:  none;
	transition:  none;
}

.slick-slider button.fal.general {
    position: absolute;
    z-index: 3;
    background: white;
    color: #b6d5b7;
    width: 35px;
    height: 35px;
    padding: 0;
    border-radius: 0px;
    border: 1px solid #b6d5b7;
    bottom: -17px;
}

.slick-slider button.fal.general:hover {
	background: #b6d5b7;
	color: #ffffff;
}

.slick-slider button.fal.general.previous {
    right: -2px;
}

.slick-slider button.fal.general.next {
	right: 42px;
}

.slick-slider ul.slick-dots {
    width: auto;
    display: block;
    position:relative;
	float:left;
    list-style-type: none;
    margin: 0 0 0 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.slick-slider ul.slick-dots li {
    float: left;
    width: auto;
    height: auto;
    display: block;
    margin: 0 2px !important;
}

.slick-slider ul.slick-dots li button {
    width: 15px;
    height: 15px;
    padding: 0px;
    text-indent: -9999px;
    border-radius: 50%;
    border: 2px solid #cccccc;
    background: none;
}

.slick-slider ul.slick-dots li button:hover {
    border-color: #1b1b1b;
}

.slick-slider ul.slick-dots li.slick-active button {
	background:#93aed4;
	border-color:#93aed4;
	pointer-events: none;
	cursor: default;
}

.slick-slider ul.slick-dots li.slick-active button:hover {
   pointer-events: none;
   cursor: default;
}


h1 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #93aed4;
    line-height: 31px;
    padding: 0 0 0 0;
    margin: 0 0 30px 0;
}

h2 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1b1b1b;
    line-height: 23px;
    padding: 0 0 0 0;
    margin: 0 0 25px 0;
}

h3 {
    margin: 0 0 25px 0;
    padding: 0 0 0 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #93aed4;
    font-size: 17px;
    line-height: 23px;
}

h4 {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    line-height: 20px;
    margin: 0 0 24px 0;
    padding: 0 0 0 0;
}

h5, 
h6, 
h7 {
	font-size:16px;
	font-weight:100;
	color:#999999;
	padding:0 0 0 0;
	line-height:normal;
	margin:0 0 25px 0;
}

.standard-post .no-sidebar {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.content img, 
.content img.alignleft {
    float: left;
    width: auto;
    height: auto;
    margin: 0 30px 30px 0;
    display: block;
}

.content img.alignright {
    float: right;
    width: auto;
    height: auto;
    margin: 0 0px 30px 30px;
    display: block;
}

blockquote {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
    border-left: 5px solid #6CB6E3;
    font-size: 17px;
    padding: 20px 0 20px 37px;
}

blockquote p {
    margin: 0 0 0 0;
    line-height: 30px;
}

hr {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 24px 0;
    background: none;
    border-bottom: 1px dashed #cccccc;
}

ol, ul {
    margin: 0 0 30px 0;
    list-style-type: none;
}

.content ol, .content ul {
	display:table;
	padding:0 0 0 30px;
}

ol li {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
    counter-increment: step-counter;
}

ol li:before {
    content: counter(step-counter);
    margin-right: 5px;
    font-size: 80%;
    background-color: #93aed4;
    color: white;
    font-weight: bold;
    border-radius: 50%;
    font-family: 'Gotham', 'Open Sans', sans-serif;
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    padding: 1px;
    text-align: center;
}

ul li {
    float: left;
    height: auto;
    display: block;
}

.content ul li {
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
    position: relative;
    line-height: 24px;
    width: 100%;
}

.content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #93aed4;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 100%;
}

.content a {
    box-shadow: inset 0 -0.1rem 0 0 #93aed4;
    transition: box-shadow 0.2s;
    color: #93aed4;
    font-weight: 700;
}

.content a:hover {
	box-shadow: inset 0 -0.1rem 0 0 #b6d5b7;
	color: #b6d5b7;
}

.header { 
    position: fixed;
    top: 0px;
    left: 0px;
    height: 139px;
    margin: 0;
    padding: 0;
    background: #ffffff;
    z-index: 20;
	float: left;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
    -ms-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
}

.header.fixed {
	top: -139px;
}

.header a#burgerMenu {
    float: right;
    width: 100%;
    height: 90px;
    text-align: center;
    border: none;
    color: #ffffff;
    position: relative;
    padding: 5px;
    display: block;
}

.header a#burgerMenu b {
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: white;
    transform: rotate(-90deg);
    margin: 8px 0 0 -2px;
}

.header a#burgerMenu span {
    position: absolute;
    width: 20px;
    height: 2px;
    display: block;
    background: #ffffff;
    left: 50%;
    margin-left: -10px;
    border-radius: 30px;
}

.header a#burgerMenu span:nth-of-type(1) {
    bottom: 26px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.header a#burgerMenu span:nth-of-type(2) {
    bottom: 21px;
    opacity: 1;
}
  
.header a#burgerMenu span:nth-of-type(3) {
    bottom: 16px;
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.header a#burgerMenu.active span:nth-of-type(1) {
    bottom: 18px;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header a#burgerMenu.active span:nth-of-type(2) {
    top: 19px;
    opacity: 0;
}

.header a#burgerMenu.active  span:nth-of-type(3) {
    bottom: 18px;
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.header a#burgerMenu.active {
}

.header a#logo-main {
    float: left;
    width: 100%;
    display: block;
    height: 75px;
}

.header a#logo-main img {
    float: left;
    width: auto;
    height: 100%;
    display: block;
}

.header .menu-main-menu-container {
    float: left;
    width: 100%;
    margin: 0;
    max-height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.header .menu-main-menu-container::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.header .menu-main-menu-container::-webkit-scrollbar-thumb {
    background: #13102b;
	border-radius: 10px;
}

.header .menu-main-menu-container::-webkit-scrollbar-track {
    background: none;
}

.header .menu-main-menu-container ul {
    float: left;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
}

.header .menu-main-menu-container ul li {
    float: left;
    display: block;
    height: auto;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
    padding: 0;
    line-height: 1;
}

.header .menu-main-menu-container ul li:last-of-type {
	margin:0 0 0 0 !important;
}

.header .menu-main-menu-container ul li a, .header .menu-main-menu-container ul.sub-menu li a {
    float: left;
    width: auto;
    display: block;
    height: auto;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
    color: white;
    font-family: 'Gotham', 'Open Sans', sans-serif;
    opacity: 1;
}

.header .menu-main-menu-container ul li > ul.sub-menu {
    display: none;
    margin: 13px 0 15px;
}

.header .menu-main-menu-container ul li > ul.sub-menu li {
    float: left;
    width: 100%;
    display: block;

    height: auto;
	margin:0 0 0 0;
}

.header .menu-main-menu-container ul li > ul.sub-menu li a {
    margin: 0 0 12px;
}

.header .menu-main-menu-container ul li > ul.sub-menu li a:hover {
	background:#93aed4;
	color:#ffffff;
}

.header .menu-main-menu-container ul li > ul.sub-menu li.current-menu-item a {
    color: #b6d5b7;
}

.header .menu-main-menu-container ul li.menu-item-has-children {
    /* padding-bottom: 34px; */
}

.header .menu-main-menu-container ul li.menu-item-has-children > a:after {
    content: "\f067";
    position: relative;
    display: block;
    font-size: 11px;
    float: right;
    margin: 7px 0 0 11px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 700;
}

.mega-menu-container {
    width: 100%;
    position: fixed;
    margin: 0 0 0 0;
    top: 80px;
    display: none;
    z-index: 21;
}

.mega-menu-container .mega-menu-inner {
	width:100%;
	height:auto;
	display:block;
	padding:30px;
	background:#ffffff;
}




.header .search-form .dgwt-wcas-search-wrapp {
    float: left;
    width: 100%;
    min-width: 0;
	position:relative;
}

.header .search-form .dgwt-wcas-search-wrapp .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    background-color: #fff;
    opacity: 1;
    border: solid 1px rgba(46, 35, 21, 0.7);
    border-left: none;
}

.header .search-form .dgwt-wcas-search-wrapp:before {
    content: '\f002';
    display: block;
    position: absolute;
    right: 15px;
    top: 13px;
    width: auto;
    height: auto;
    z-index: 1;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 18px;
    color: #1a1a18;
}

.header .search-form .dgwt-wcas-search-wrapp.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    right: 15px;
    position: absolute;
    left: auto;
    display: none;
}

.header .search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    float: left;
    width: 100%;
    display: block;
    padding: 5px 50px 7px 15px;
    border-radius: 0px;
    height: 40px;
    border: solid 1px rgb(70 70 62 / 0.65);
    font-size: 16px;
    line-height: 1;
}

.header .search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-style:normal;
}
.header .search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder { /* Firefox 19+ */
	font-style:normal;
}
.header .search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder { /* IE 10+ */
	font-style:normal;
}
.header .search-form .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder { /* Firefox 18- */
	font-style:normal;
}

.slider-main {
    float: left;
    width: 100%;
    height: 588px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    z-index: 6;
}

.slider-main .slick-list, 
.slider-main .slick-track {
    height: auto;
    float: left;
    width: 100%;
    display: block;
}

.slider-main .slides {
	position:relative;
	float:left;
	width:100%;
	height:600px;
}

.slider-main .slides .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}

.slider-main button.fal {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    padding: 0 0 0 0;
    font-size: 40px;
    color: #ffffff;
    opacity: 0.2;
}

.slider-main button.fal:hover {
	opacity:1;
}

.slider-main button.fal.previous {
	left:50px;
}

.slider-main button.fal.next {
	right:50px;
}

.slider-main ul.slick-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0 0 00;
    margin: 0 0 0 0;
    list-style-type: none;
}

.slider-main ul.slick-dots li {
    float: left;
    margin: 0 4px;
}

.slider-main ul.slick-dots li button {
    padding: 0 0 0 0;
    text-indent: -9999px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: none;
}

.slider-main ul.slick-dots li button:hover {
	border-color: 2px solid rgba(255, 255, 255, 1);
}

.slider-main ul.slick-dots li.slick-active button {
	background:#ffffff;
	border-color:#ffffff;
}

.wpcf7 {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.wpcf7 br {
	display:none;
}

form {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

form .fields, form .form-row, form#commentform p {
    float: left;
    display: block;
    height: auto;
    margin: 0 0 15px 0;
}

form .fields.half, form .form-row.form-row-first, form .form-row.form-row-last {
	width:49%;
}

form .fields.right {
	float:right;
}

form .fields.full, form .form-row.form-row-wide, form#commentform p  {
	width:100%;
}

form .fields.submit {
    width: 100%;
    display: block;
    margin: 0 0 0 0;
}

form .fields label {
    float: left;
    width: 100%;
}

form .fields b, form .form-row label, div.summary table.variations tr td label, form#commentform p label {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 800;
    color: #1b1b1b;
}

form .fields b:hover, form .form-row label:hover, form#commentform p label:hover {
	cursor:pointer;
	color:#93aed4;
}

form .fields input.wpcf7-text, 
form .fields textarea,
form .form-row input:not([type=checkbox]):not([type=radio]),
form .form-row textarea,
.quantity input,
form#commentform p:not(.form-submit) input:not([type=checkbox]):not([type=radio]),
form#commentform p textarea {
    float: left;
    width: 100%;
    display: block;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #1b1b1b;
    border-radius: 5px;
    -webkit-appearance: none;
}

form .fields .selectize-input, 
form .form-row .selectize-input,
div.summary table.variations tr td .selectize-input {
    float: left;
    width: 100%;
    display: block;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 10px 15px;
    text-transform: none;
    font-size: 13px;
    font-weight: 400;
    color: #1b1b1b;
    border-radius: 5px;
    -webkit-appearance: none;
}

.wpcf7 form .fields textarea,
form .form-row textarea,
form#commentform p textarea {
	height:150px;
   resize: none;
}

.wpcf7 form .fields input.wpcf7-text:hover, 
.wpcf7 form .fields textarea:hover,
form .form-row input:hover,
form .form-row textarea:hover,
form#commentform p input:hover,
form#commentform p textarea:hover {
	cursor:pointer;
}

.wpcf7 form .fields input.wpcf7-text:focus, 
.wpcf7 form .fields textarea:focus,
form .form-row input:focus,
form .form-row textarea:focus,
form#commentform p input:focus,
form#commentform p textarea:focus {
	border-color:#93aed4;
	cursor:default;
}

form#commentform p input[type=checkbox], form#commentform p input[type=radio] {
    float: left;
    margin: 6px 10px 0 0;
}

form#commentform p.comment-form-cookies-consent label {
    width: auto;
    margin: 0;
}

input::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #999999;
	font-family: 'Gotham', 'Open Sans', sans-serif;
}
input::-moz-placeholder, 
textarea::-moz-placeholder { /* Firefox 19+ */
	color: #999999;
	font-family: 'Gotham', 'Open Sans', sans-serif;
}
input:-ms-input-placeholder, 
textarea:-ms-input-placeholder { /* IE 10+ */
	color: #999999;
	font-family: 'Gotham', 'Open Sans', sans-serif;
}
input:-moz-placeholder, 
textarea:-moz-placeholder { /* Firefox 18- */
	color: #999999;
	font-family: 'Gotham', 'Open Sans', sans-serif;
}

.wpcf7 form .fields .wpcf7-checkbox, .wpcf7 form .fields .wpcf7-radio {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  {
    margin: 7px 0 7px 0;
    float: left;
    width: 33%;
    height: auto;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item label {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
    position: relative;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-weight: 400;
    color: #666666;
    font-size: 13px;
    padding: 0 0 0 20px;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:before, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    border: 2px solid #cccccc;
    left: 0px;
    top: 4px;
}

.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:before {
	border-radius:50%;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label:before, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  label input:checked ~ span.wpcf7-list-item-label:before {
	border-color:#93aed4;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input:checked ~ span.wpcf7-list-item-label, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item span.wpcf7-list-item-label {
	color:#1b1b1b;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item span.wpcf7-list-item-label:hover, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  span.wpcf7-list-item-label:hover {
	cursor:pointer;
}

.wpcf7 form .fields .wpcf7-checkbox .wpcf7-list-item label input, 
.wpcf7 form .fields .wpcf7-radio .wpcf7-list-item  label input {
	display:none;
}

.wpcf7-response-output {
    clear: both;
    float: left;
    width: 100%;
    display: none;
    border: none !important;
    padding: 0 0 0 0 !important;
    margin: 20px 0 0 0 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output {
    color: red;
}

.wpcf7 form.sent .wpcf7-response-output {
	color: #35c40e;
}

div.wpcf7-validation-errors {
	color:red;
}

.wpcf7 form .fields span.wpcf7-not-valid-tip {
    float: left;
    clear: both;
    font-size: 10px;
    margin: 5px 0 0 0;
}

.wpcf7 form .fields input.wpcf7-text.wpcf7-not-valid {
    border-color: red;
}

.wpcf7 form .fields .wpcf7-checkbox.wpcf7-not-valid label span.wpcf7-list-item-label {
    color: red;
}



.form-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgba(255, 255, 255, 0.8);
	visibility:hidden;
	top:0;
	left:0;
}

.lds-ring {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #93aed4;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #93aed4 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    float: left;
    width: auto;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.cta-button, .wpcf7 form .fields.submit .wpcf7-submit.cta-button {
    padding: 8px 20px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    background: transparent;
    color: #93aed4;
    float: left;
    line-height: 1;
    height: 33px;
    border: 1px solid #93aed4;
}

.cta-button:hover, .wpcf7 form .fields.submit .wpcf7-submit.cta-button:hover {
	background: #6CB6E3;
	color:#ffffff;
	border-color: #6CB6E3;
}

.standard-hero {
    padding-top: 30px;
}

.standard-hero h1 {
    float: left;
    width: 100%;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700;
    color: #1b1b1b;
    line-height: 44px;
    margin: 0 0 20px 0;
    text-align: left;
}
 
.standard-hero p#breadcrumbs {
    float: left;
    width: auto;
    display: block;
    position: relative;
    margin: 0 0 0 0;
    font-size: 13px;
    line-height: 12px;
}

.standard-hero p#breadcrumbs a {
    float: left;
    width: auto;
    display: block;
    height: auto;
    font-weight: 400;
    color: #666;
}

.standard-hero p#breadcrumbs a:hover{
    color: #1b1b1b;
}

.standard-hero p#breadcrumbs b {
    float: left;
    width: auto;
    display: block;
    margin: 0 10px;
    color: #666;
}

.standard-hero p#breadcrumbs strong {
    color: #1b1b1b;
    font-weight: 800;
}

.post-list .news-post {
    float: left;
    width: 100%;
    display: block;
    height: 100%;
}

.post-list .news-post a.post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 100%;
    padding:30px;
    padding-bottom: 90px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    position: relative;
}

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer {
    float: left;
    width: 100%;
    height: 150px;
    display: block;
	margin:0 0 20px 0;
	overflow:hidden;
}

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer .missing-img {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    padding: 0 30px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #727272;
}

.post-list .news-post a.post-thumbnail-outer .post-thumbnail-outer img {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.post-list .news-post .post-content {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.post-list .news-post .post-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    height: auto;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    font-size: 17px;
    color: #1b1b1b;
}

.post-list .news-post a.post-thumbnail-outer:hover .post-content h3 {
	color:#93aed4;
}

.post-list .news-post .post-content .content-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
	color:#666;
}

.post-list .news-post .post-content .content-inner p {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 0 0 !important;
}

.post-list .news-post a.post-thumbnail-outer span.cta-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.post-list article{
	margin:0 0 30px 0;
}
	

.post-list-slider, .dates-slider {
	float:left;
	width:100%;
	display:block;
	height:auto;
}

body.error404 {
    padding-top: 0px;
}

.error404 .error-404 {
    min-height: 100%;
	min-height: -webkit-fill-available;
    overflow: hidden;
	height: 100vh;
	background: #6CB6E3;
}

.error404 .error-404 .error-404-inner {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    background: rgba(255, 255, 255, 0.87);
    padding: 30px;
}

.error404 .error-404 .error-404-inner h1 {
    font-size: 150px;
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 800;
    letter-spacing: 3px;
    color: #93aed4;
    line-height: 1;
    margin: 0;
}

.error404 .error-404 .error-404-inner b.title {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 30px 0;
    text-transform: none;
    text-align: center;
    font-size: 25px;
    line-height: 18px;
    color: #93aed4;
}

.error404 .error-404 .error-404-inner span.main {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.error404 .error-404 .error-404-inner p {
    text-align: center;
    margin: 0 0 30px 0;
}

.error404 .error-404 .error-404-inner p a {
	font-weight:700;
    color: #93aed4;
}

.error404 .error-404 .error-404-inner p a:hover {
	color: #6CB6E3;
}

.error404 .error-404 .error-404-inner span.main p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px 0;
}

.search-form-main {
    width: 100%;
    height: auto;
    display: block;
    float: left;
}

.search-form-main form.search-form {
    width: 100%;
    height: 35px;
    display: block;
    float: left;
    position: relative;
    border-radius: 0;
    overflow: hidden;
}

.search-form-main form.search-form input.search-field {
    float: left;
    width: 100%;
    display: block;
    border: none;
    padding: 11px 60px 11px 18px;
    font-size: 13px;
    border-radius: 0px;
    height: 100%;
}

.search-form-main form.search-form button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    background: #93aed4;
    border-radius: 0;
    text-align: center;
}

.search-form-main form.search-form button.search-submit:hover {
    background: #6cb6e3;
}

.search-form-main form.search-form button.search-submit i.fa {
    float: left;
    width: 100%;
    display: block;

    margin: -3px 0 0 0;
    font-size: 16px;
}

.no-results-block {
    float: left;
    width: 100%;
    height: auto;
    display: block;
}

.no-results-block h2 {
    float: left;
    width: 100%;
    display: block;
    font-weight: 700;
    color: #1b1b1b;
    font-size: 20px;
    line-height: 22px;
}

.no-results-block p {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
}

.footer-bottom {
    height: 80px;
    background: #1b1b1b;
}

.footer-bottom p {
    float: left;
    width: 100%;
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    color: #afafaf;
    margin: 0px 0 0;
}

.footer-bottom p span {
    display: inline-block;
    padding: 0 10px;
}

.footer-bottom p a {
    color: #afafaf;
}

.footer-bottom p a:hover {
	color:#ffffff;
}

.footer-bottom p a.identify {
    font-weight: 700;
    color: #ffffff;
}

.footer-bottom p a.identify:hover {
	color:#93aed4;
}

.standard-post-content {
    float: left;
    width: 100%;
    height: auto;
    display: block;
	font-size:16px;
}

.standard-post-content.with-sidebar {
    padding: 0 0 0 30px;
}

.sidebar-section {
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 40px 0;
}

.sidebar-section span.title {
    float: left;
    width: 100%;
    display: block;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin: 0 0 15px 0;
}

.contact-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.contact-meta a {
    float: left;
    width: 100%;
    height: 35px;
    display: block;
    margin: 0 0 4px 0;
}

.contact-meta a i.fa {
    float: left;
    height: 100%;
    width: 35px;
    margin: 0 10px 0 0;
    background: #93aed4;
    color: #ffffff;
    text-align: center;
    padding: 10px 0 0 0;
}

.contact-meta a span {
    float: left;
    width: 76%;
    display: block;
    height: auto;
    line-height: 12px;
    font-weight: 400;
    color: #666666;
}

.contact-meta a span.address {
    line-height: 21px;
    margin: -3px 0 0 0;
}

.contact-meta a:hover i.fal {
	background:#1b1b1b;
}

.contact-meta a span p {
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 0 0;
}

.contact-meta a.address span p {
    line-height: normal;
    margin: 1px 0 0 0;
}

.contact-meta ul.social-media {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 20px 0 0 0;
    padding: 20px 0 0 0;
    border-top: 1px dashed #cccccc;
}

.contact-meta ul.social-media li {
    padding: 0 0 0 0;
    margin: 0 10px 0 0;
    width: auto;
}

.contact-meta ul.social-media li:before {
	display:none;
}

.contact-meta ul.social-media li a {
    margin: 0 0 0 0;
    height: auto;
}

.contact-meta ul.social-media li a .fab {
    height: auto;
    width: 10px;
    padding: 0 0 0 0;
    background: none;
    color: #cccccc;
    font-size: 22px;
}

.contact-meta ul.social-media li a:hover .fab {
	color:#93aed4;
}

footer {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    position: relative;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    z-index: 101;
    background: #93aed4;
    top: 0;
    height: 100%;
    height: -webkit-fill-available;
    padding: 115px 30px;
    right: 0;
    width: 40%;
    transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mobile-menu-container.active {
    transform: translateX(0%);
}

.mobile-menu-container .menu-mobile-menu-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    float: left;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 0 0;
    list-style-type: none;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li, 
.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li {
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    display: block;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > a, 
.mobile-menu-container .menu-mobile-menu-container ul.menu > li > ul.sub-menu > li > a {
    width: 100%;
    height: auto;
    display: block;
	float:left;
}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li > a:hover {

}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.current-menu-item > a {

}

.mobile-menu-container .menu-mobile-menu-container ul.menu > li.menu-item-has-children > a {
	position:relative;
}

.development-notice {
    position: fixed;
    bottom: 0px;
    height: auto;
    width: 100%;
    background: rgba(27, 27, 27, 0.9);
    z-index: 999999;
    padding: 30px;
}

.development-notice .development-notice-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.development-notice .development-notice-inner b.title {
    float: left;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
    line-height: 1;
}

.development-notice .development-notice-inner p {
    text-align: center;
    color: #ffffff;
    margin: 0 0 0 0;
    font-size: 18px;
    padding: 0 15px;
}

.footer {
    background: #93aed4;
    padding-top: 57px;
    padding-bottom: 90px;
}

.footer .footer-section {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.footer .footer-section span.title {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    line-height: 17px;
    margin: 0 0 20px 0;
}

.footer .footer-section .footer-meta {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.footer .footer-section .footer-meta p {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    color: #9d9c9c;
    margin: 0 0 0 0;
}

.footer .footer-section ul.menu {
    float: left;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer .footer-section ul.menu li {
    float: left;
    width: calc(100% - 105px);
    display: block;
    margin: 0 0 14px;
    position: relative;
    line-height: 1;
    text-align: center;
}

.footer .footer-section ul.menu li a {
    color: white;
    float: left;
    width: 100%;
    font-size: 14px;
}

.footer .footer-section ul.menu li a:hover {
	color: #b6d5b7;
}

.footer .footer-section .meta-inner {
    clear: both;
    float: left;
    width: 100%;
    display: block;
    margin: 0 0 27px 0;
}

.footer .footer-section .meta-inner i.fal {
    float: left;
    height: auto;
    display: block;
    color: #ffffff;
    margin: 4px 12px 0 0;
    width: 14px;
	text-align:left;
}

.footer .footer-section .meta-inner a {
    float: left;
    width: auto;
    display: block;
    color: white;
    line-height: 17px;
    max-width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding-left: 26px;
}

.footer .footer-section .meta-inner a p {
    float: left;
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: white;
}

.footer .footer-section .meta-inner a:hover {
	color: #b6d5b7;
}

.footer .footer-section .meta-inner i.fal.fa-envelope {
    font-size: 12px;
    margin: 6px 12px 0 0;
}

.footer .footer-section ul.social-media {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    list-style-type: none;
    padding: 0 0 0 0;
    margin: 15px 0 0 0;
}

.footer .footer-section ul.social-media li {
    float: left;
    display: block;
    height: auto;
    margin: 0 14px 0 0;
}

.footer .footer-section ul.social-media li:last-of-type {
	margin:0 0 0 0;
}

.footer .footer-section ul.social-media li a {
    float: left;
    width: auto;
    display: block;
    height: auto;
    font-size: 24px;
    color: #4a4a4a;
}

.footer .footer-section ul.social-media li a:hover {
	color: #93aed4;
}

.accreditation-list .accredications-list-inner {
    float: left;
    width: 100%;
    display: block;
    height: auto;
}

.accreditation-list .accredications-list-inner a.accred-logo-contain {
    float: left;
    width: 100%;
    height: 100px;
    display: block;
}

.accreditation-list .accredications-list-inner a.accred-logo-contain img {
    float: left;
    width: auto;
    display: block;
}

.container-fluid.flexible-row-block {
    margin-bottom: 75px;
}

.accordion-section {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    margin: 0 0 7px 0;
}

.accordion-section .acc-section {
    float: left;
    width: 100%;
    padding: 0;
    background: #E6E6E6;
    display:none;
}

.accordion-section .acc-title, .downloads a, .external-links a {
    float: left;
    width: 100%;
    display: block;
    height: auto;
    padding: 8px 45px 8px 15px;
    text-transform: none;
    font-weight: 700;
    background: #93aed4;
    color: #ffffff;
    position: relative;
    margin: 0;
    text-align: center;
    line-height: 1.6;
}

.accordion-section .acc-title.active, 
.accordion-section .acc-title.active:hover {
    background: #93aed4;
}

.accordion-section .acc-title:hover, .downloads a:hover, .external-links a:hover {
	background: #b6d5b7;
	cursor:pointer;
}

.grid-gallery-image, .block-gallery-image {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.block-gallery-image{
	margin-bottom:0;
}

.grid-gallery-image a, .block-gallery-image a {
    float: left;
    width: 100%;
}

.grid-gallery-image a img, .block-gallery-image a img {
    float: left;
    width: 100%;
}

.column-content-text {
    float: left;
    width: 100%;
    font-size: 18px;
}

.content-image-container{
	float: left;
    width: 100%;
}

.content-image-container img {
    float: left;
    width: 100%;
}

.flexible-row-block.blockquote {
    background: #f6f6f6;
    padding-top: 60px;
    padding-bottom: 60px;
}

.blockquote .blockquote-text {
    font-size: 24px;
    float: left;
    width: 100%;
    height: auto;
    color: #000;
    text-align: center;
    padding-top: 45px;
    position: relative;
}

.blockquote .blockquote-text:before{
	position:absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content:'\f10d';
	float:left;
	top:0;
	font-family: "Font Awesome 5 Pro";
    font-weight: 900;
}

.blockquote .blockquote-text > *{
	line-height:36px;
}

.blockquote .blockquote-text > :last-child{
	margin:0;
}

.row.title-row {
    margin-bottom: 30px;
    text-align: center;
}

.row.title-row .title {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1b1b1b;
    margin: 0;
    font-weight: 700;
}

.full-width-image .image-container {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.full-width-image .image-container img {
    float: left;
    width: 100%;
    height: auto;
}

.youtube-responsive-container {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 100%;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

form.filterable_search span#load_more {
    float: left;
    cursor: pointer;
}

div#filterable_search_results p.no-results {
    float: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    width: 100%;
    margin: 0;
}

form.filterable_search {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}

.flexible-article-fields {
    float: left;
    width: 100%;
    position: relative;
}

.flexible-article-fields.has-sidebar {
    padding-left: 50px;
}

.flexible-article-fields.has-sidebar .full-width-image .col.no-padding {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.flexible-article-fields.has-sidebar .blockquote .blockquote-text {
    background: #f6f6f6;
    padding: 60px;
    padding-top: 105px;
}

.flexible-article-fields.has-sidebar .flexible-row-block.blockquote {
    background: none;
    padding-top:0px;
    padding-bottom:0px;
}

.flexible-article-fields.has-sidebar .container-fluid.flexible-row-block {
    margin-bottom: 40px;
	padding:0;
}

.flexible-article-fields.has-sidebar .container-fluid.flexible-row-block .container{
	padding:0;
}

.flexible-article-fields.has-sidebar > .container-fluid:last-of-type {
    margin-bottom: 40px;
}

.container-fluid.sign-up-form {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f4f4f4;
}

.signup-section {
    float: left;
    width: 100%;
    position: relative;
}

.signup-section .form {
    float: left;
    width: 100%;
    position: relative;
}

.signup-section .form form {
    float: left;
    width: 100%;
    position: relative;
}

.signup-section .form form .fields, .accordion-section .acc-section table {
    margin: 0;
}

.signup-section .form form .fields.email-sign-up {
    width: 70%;
}

.signup-section .form form .fields.sign-up-submit {
    width: 28%;
    float: right;
}

.signup-section .form form .fields.sign-up-submit input.cta-button {
    width: 100%;
}

.header-top {
    height: 31px;
    background: #E6E6E6;
    margin: 0;
}

.header-main {
    height: 108px;
    background: #93aed4;
    margin: 0;
}

.header-top a {
    float: left;
    margin: 0 30px 0 0;
    font-size: 11px;
    line-height: 1.2;
    padding: 9px 0;
    color: #93aed4;
    font-weight: 700;
}

.header-top a:hover {
    color: #b6d5b7;
}

.menu-header-menu-container, .menu-header-menu-container ul {
    float: right;
    margin: 0;
}

.menu-header-menu-container ul li:last-of-type a {
    margin: 0;
}

.side-menu {
    float: left;
    width: 50px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #93aed4;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.side-menu.active {
    right: 40%;
}

header .cta-button {
    background: white;
    color: #93aed4;
    font-size: 16px;
    line-height: 1;
    text-transform: none;
    width: 128px;
    height: 35px;
    border-radius: 0;
    float: right;
    text-align: center;
    padding: 9px 0;
    font-weight: 400;
    border: 1px solid white;
}

.search-container {
    float: right;
}

.search-container .search-form-main.active {
    width: 400px;
    opacity: 1;
}

.search-container .search-form-main {
    width: 0;
    opacity: 0;
    float: left;
    margin: 0 10px 0 0;
}

.search-toggle {
    float: right;
    width: 35px;
    height: 35px;
    border: 1px solid white;
    text-align: center;
    line-height: 34px;
    color: white;
    margin: 0 10px 0 0;
}

header .cta-button:hover {
    background: transparent;
    color: white;
    border-color: white;
}

.search-toggle:hover {
    background: white;
    color: #93aed4;
    cursor: pointer;
}

.search-toggle.active i:before {
    content: "\f00d";
}

.search-container .search-form-main .search-form {
    border-radius: 0;
    height: 35px;
}

.search-container .search-form-main .search-form input, .search-container .search-form-main .search-form button {
    height: 100% !important;
}

.search-container .search-form-main .search-form button {
    border: 1px solid white;
    color: white;
}

.buttons-container {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.buttons-container .twitter-toggle, .buttons-container .notification-toggle {
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 20px;
}

.notification-toggle.active i:before, .twitter-toggle.active i:before {
    content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.buttons-container .twitter-toggle {
    background: #6CB6E3;
}

.buttons-container .notification-toggle {
    background: #b6d5b7;
}

.buttons-container .twitter-toggle:hover, .buttons-container .notification-toggle:hover {
    cursor: pointer;
}

.header .menu-main-menu-container ul li.menu-item-has-children > a, .header .menu-main-menu-container ul li a {
    font-size: 25px;
    font-family: 'Gotham', 'Open Sans', sans-serif;
    opacity: 0.35;
}

.header .menu-main-menu-container ul li.menu-item-has-children > a:hover, .header .menu-main-menu-container ul li.menu-item-has-children > a.active, .header .menu-main-menu-container ul li a:hover {
    opacity: 1;
}

.header .menu-main-menu-container ul li.menu-item-has-children > a.active:after {content: "\f068";}

.header .menu-main-menu-container ul li > ul.sub-menu li:last-of-type a {
    margin: 0;
}

.notification-container {
    float: left;
    width: 375px;
    position: absolute;
    bottom: 0;
    right: 50px;
    background: #b6d5b7;
    padding: 40px 30px 42px;
    display: none;
    opacity: 0;
}

.notification-container.active {
    display: block;
    opacity: 1;
}

.notification-container h3 {
    font-weight: 500;
    font-family: 'Laca Bold', 'Open Medium', sans-serif;
    text-transform: none;
    font-size: 30px;
    margin: 0 0 8px;
    line-height: 1.2;
}

.notification-container p {
    float: left;
	width: 100%;
    margin: 0 0 24px;
}

.notification-container .cta-button {
    float: left;
    background: transparent;
    border-color: #93aed4;
}

.notification-container .cta-button:hover {
    background: #93aed4;
    color: #b6d5b7;
    border-color: #93aed4;
}

.twitter-container {
    float: left;
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: 0;
    right: 50px;
    background: #6cb6e3;
    transform: translateX(115%);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.twitter-container.active {
    transform: translateX(0%);
}

.slider-main .container, .slider-main .row, .slider-main .col-12 {
    height: 100%;
}

.slider-main .slides:before {
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, #93aed4 100%);
    background: -webkit-linear-gradient(top,  #00000000 0%,#93aed4 100%);
    background: linear-gradient(to bottom,  #00000000 0%,#93aed4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#93aed4',GradientType=0 );
    opacity: 0.7;
}

.slider-main h1 {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 104px;
    color: white;
    line-height: 62px;
    font-family: 'Gotham', 'Open Sans', sans-serif;
    text-transform: none;
    margin: 0;
    font-size: 52px;
}

.site-intro {
    padding: 66px 0 0;
    margin: 0 0 76px;
    position: relative;
}

.site-intro:before {content: "";float: left;width: 58px;height: 58px;background: white;position: absolute;top: -29px;left: 50%;margin-left: -29px;transform: rotate(45deg);z-index: 6;}

.site-intro:after {
    content: "";
    float: left;
    width: 44%;
    height: 78%;
    background: #93aed4;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.site-intro h2 {
    float: left;
    width: 100%;
    font-size: 46px;
    text-transform: none;
    font-family: 'Gotham', 'Open Sans', sans-serif;
    line-height: 55px;
    color: #b6d5b7;
    margin: -5px 0 26px;
}

.intro-content p:last-of-type {
    margin: 0 0 30px;
}

.intro-content .image-container {
    float: left;
    width: 100%;
    height: 274px;
    overflow: hidden;
    position: relative;
}

.intro-content .image-container.with-video:before, .video .video-container:before {content: "\f04b";position: absolute;top: 50%;left: 50%;color: white;font-family: 'Font Awesome 5 Pro';font-size: 23px;margin: -11px 0 0 -7px;font-weight: 700;z-index: 1;}

.intro-content {
    margin: 0 -15px 109px;
}

.links-container {
    float: left;
    width: 100%;
    display: flex;
    height: auto;
    /*flex-wrap: wrap;*/
    justify-content: space-evenly;
}

.quick-link {
    float: left;
    width: auto;
    height: 215px;
    background: #6CB6E3;
    flex: 1;
    padding: 15px;
    margin: 0 15px;
	text-align: center;
}

.quick-link:hover, .row.link-blocks a:hover {
    transform: scale(1.1);
}

.quick-link h5 {
    float: left;
    width: 100%;
    font-size: 38px;
    color: white;
    line-height: 45px;
    margin: 0;
}

.modal {
    background: #1b1b1b9e;
}

.modal-inner {
    background: white;
    margin: 50px 0 0;
	padding: 30px 15px 10px
}

.close-modal {
    float: left;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -15px;
    right: -15px;
    background: #b6d5b7;
    text-align: center;
    line-height: 29px;
}

.full-width-quote {
    height: 580px;
    background: #93aed4;
	position: relative;
}

.home .full-width-quote {
    margin: 0;
}

.full-width-quote p {
    float: left;
    width: 100%;
    color: white;
    font-size: 46px;
    line-height: 1;
	font-family: 'Gotham', 'Open Sans', sans-serif;
	padding: 0 40px;
}

.full-width-quote p:last-of-type {
	margin: 0 0 32px;
}

.full-width-quote small {
    float: left;
    width: 100%;
    color: white;
    line-height: 1;
    font-size: 16px;
}

.full-width-quote.with-image:before {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #93aed4;
    opacity: 0.7;
}

.colour-block {
    height: 486px;
    margin: 0 0 -76px;
    background: #b6d5b7;
}

.colour-block h2 {
    float: left;
    width: 100%;
    font-size: 46px;
    line-height: 55px;
    text-transform: none;
    color: #93aed4;
    margin: -6px 0 28px;
}

.colour-block p:last-of-type {
    margin: 0 0 37px;
}

.date-card {
    float: left;
    width: 100%;
    height: 351px;
    background: #93aed4;
    padding: 15px 27px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 50px;
    justify-content: flex-end;
}

.date-card .date {
    font-size: 38px;
    line-height: 1;
    float: left;
    width: 100%;
    color: white;
    font-family: 'Gotham', 'Open Sans', sans-serif;
    /* position: absolute; */
    /* left: 27px; */
    /* bottom: 95px; */
    /* margin: 0; */
}

.date-card .event-name {
    float: left;
    width: 100%;
    color: white;
    /* position: absolute; */
    /* bottom: 77px; */
    /* left: 27px; */
    opacity: 0.5;
}

.term-dates {
    margin: 0 0 158px;
    overflow-y: hidden;
}

.slider-container {
    float: left;
    width: 100%;
    position: relative;
    height: 368px;
	padding-bottom: 17px;
}

.slider-container .dates-slider {
    position: absolute;
    bottom: 17px;
    right: 0;
    width: 145%;
}

.slider-container:after {content: "";width: 98px;height: 55px;background: white;position: absolute;bottom: -9px;right: -11px;}

.term-dates h2 {
    float: left;
    width: 100%;
    font-size: 46px;
    line-height: 55px;
    text-transform: none;
    color: #b6d5b7;
    margin: 20px 0 26px;
}

.term-dates p {
    float: left;
    width: 100%;
    margin: -2px 0 48px;
	padding-left: 50%;
}

a#scrollToTheTop {
    float: left;
    width: 35px;
    height: 35px;
    background: #b6d5b7;
    color: white;
    position: absolute;
    right: 60px;
    text-align: center;
    line-height: 34px;
    top: -58px;
}

#footer-logo {
    float: left;
    width: 100%;
    margin: 0 0 30px;
    height: 67px;
}

#footer-logo img {
    float: left;
    height: 100%;
}

footer .right a {
    float: left;
    width: auto;
    font-size: 14px;
    color: white;
    margin: 0 11px 15px 0;
}

footer .right a:hover {
    color: #b6d5b7;
}

footer .right span {
    float: left;
    padding: 0 11px 0 0;
    color: white;
    font-size: 14px;
}

.standard-hero {
    height: 269px;
	margin: 0;
	position: relative;
	overflow: hidden;
}

.standard-hero:before {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    background: #6CB6E3;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .7;
}

p#breadcrumbs {
    float: left;
    width: 100%;
    margin: 22px 0 66px;
    font-size: 12px;
    color: #cccccc;
    line-height: 1;
}

p#breadcrumbs b {
    float: left;
    padding: 0 6px;
}

p#breadcrumbs span span span a {
    color: #cccccc;
}

p#breadcrumbs a {
    color: #93aed4;
	float: left;
}

.sub-menu h2 {
    float: left;
    width: 100%;
    font-size: 34px;
    line-height: 42px;
    text-transform: none;
    color: #93aed4;
    border-bottom: 1.5px solid #E6E6E6;
    margin: 0 0 37px;
}

.sub-menu ul, .sub-menu ul li {
    float: left;
    width: 100%;
}

.sub-menu ul.sub-menu {
    padding-left: 22px;
}

.sub-menu ul li a {
    float: left;
    width: 100%;
    line-height: 19px;
    margin: -3px 0 30px;
    color: #cccccc;
}

.sub-menu ul li a.active, .sub-menu ul li a:hover {
    color: #93aed4;
}

.video .video-container {
    float: left;
    width: 100%;
    height: 565px;
    overflow: hidden;
    margin: -85px 0 0;
	position: relative;
	cursor: pointer;
}

.video-container img {
    float: left;
    width: 100%;
    max-height: none;
    height: auto;
}

.container-fluid.video {
    padding: 0 0 135px;
    border-top: 85px solid white;
    background: #E6E6E6;
	margin: 0;
}

.video .video-container iframe {
    position: relative;
    z-index: 2;
	height: 100%;
}

.content h1 {
    font-size: 46px;
    line-height: 55px;
    text-align: left;
    color: #b6d5b7;
    float: left;
    width: 100%;
    margin: 0 0 26px;
	text-transform: none;
}

.content h2 {
    font-size: 38px;
    line-height: 55px;
    text-align: left;
    color: #b6d5b7;
    float: left;
    width: 100%;
    margin: 0 0 20px;
	text-transform: none;
}

.content .col-12 *:last-child {
    margin: 0;
}

.row.content {
    margin-bottom: 65px;
}

.meet-the-team h2 {
    font-size: 38px;
    line-height: 45px;
    color: #6CB6E3;
    text-transform: none;
    float: left;
    width: 100%;
    margin: -3px 0 36px;
}

.meet-the-team {
    margin-bottom: 42px;
}

.meet-the-team .col-md-4 {
    margin-bottom: 32px;
}

.meet-the-team .image-container {
    float: left;
    width: 100%;
    height: 269px;
    overflow: hidden;
    margin: 0 0 20px;
}

.meet-the-team .image-container img {
    float: left;
    width: auto;
    max-width: none;
    height: 100%;
}

.accordion-section .acc-title:after {content: "\f078";font-family: "Font Awesome 5 Pro";float: right;font-weight: 100;position: absolute;top: 10px;right: 20px;}

.accordion-section .acc-title:hover:after, .accordion-section .acc-title.active:after {
    transform: rotate(180deg);
}

.accordion-section .acc-section tr, .accordion-section .acc-section tr td, .accordion-section .acc-section tr th {
    border-bottom: 1px solid white !important;
}

.accordion-section .acc-section tr td, .accordion-section .acc-section tr th {
    padding: 12px 32px;
    line-height: 1.6;
}

.row.accordions {
    margin-bottom: 50px;
}

.content-container {
    float: left;
    width: 100%;
    padding: 35px;
}

.content-container *:last-child {
    margin: 0;
}

.accordion-section .acc-section tr td {
    padding: 12px 32px;
    line-height: 1.6;
    color: #93aed4;
}

.accordion-section .acc-section tr td:first-child {
    font-weight: 700;
}

.flexible-article-fields.has-sidebar .row.quote {
    margin-bottom: 78px;
}

.flexible-article-fields.has-sidebar .row.quote p {
    font-size: 46px;
    line-height: 1;
	font-family: 'Gotham', 'Open Sans', sans-serif;
}

.flexible-article-fields.has-sidebar .row.quote p:last-of-type {
    margin: 0 0 24px;
}

.flexible-article-fields.has-sidebar .row.quote p:first-of-type:before {
	content: '"';
	margin-left: -15px;
	float: left;
}

.flexible-article-fields.has-sidebar .row.quote p:last-of-type:after {
	content: '"';
}

.row.downloads {
    margin-bottom: 66px;
}

.row.downloads h2 {
    font-size: 38px;
    line-height: 45px;
    text-transform: none;
    color: #6CB6E3;
    float: left;
    width: 100%;
    margin: -3px 0 10px;
}

.downloads a, .external-links a {
    margin: 0 0 8px;
}

.downloads a img, .external-links a i {
    position: absolute;
    top: 10px;
    right: 20px;
}

.row.featured-download {
    margin-bottom: 55px;
	position: relative;
}

.featured-download .image-container {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 258px;
    position: relative;
}

.featured-download .image-container img {
    float: left;
    width: 100%;
    height: auto;
    max-height: none;
}

.row.featured-download:after {
    content: "";
    float: left;
    width: 100vw;
    height: 86%;
    position: absolute;
    top: 50%;
    left: 15px;
    background: #E6E6E6;
    margin-top: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.container-fluid.standard-post {
    overflow-x: hidden;
}

.featured-download h5 {
    font-size: 22px;
    font-weight: 700;
    float: left;
    width: 100%;
    color: #b6d5b7;
    margin: -7px 0 21px;
    font-family: 'Gotham', 'Open Sans', sans-serif;
}

.featured-download p {
    float: left;
    width: 100%;
    margin: 0 0 29px;
}

.row.external-links {
    margin-bottom: 66px;
}

.external-links a i {
    top: 14px;
}

.row.link-blocks {
    margin-bottom: 93px;
}

.row.link-blocks a, .row.link-blocks .col-12 div {
    float: left;
    width: 100%;
    height: 163px;
    margin: 0 0 15px;
    overflow: hidden;
    background: #93aed4;
    position: relative;
}

.row.link-blocks a:after, .row.link-blocks .col-12 div:after {
    content: "";
    float: left;
    width: 100%;
    height: 100%;
    background: #93aed4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.8;
}

.row.link-blocks a h4, .row.link-blocks .col-12 div h4 {
    float: left;
    width: 100%;
    position: absolute;
    bottom: 22px;
    left: 22px;
    z-index: 2;
    color: white;
    font-size: 38px;
    margin: 0;
    line-height: 45px;
}

.flexible-article-fields.has-sidebar .quick-links a {
    height: 154px;
	background: #93aed4;
}

.flexible-article-fields.has-sidebar .quick-links a h5 {
    font-size: 24px;
}

.flexible-article-fields.has-sidebar .quick-links {
    margin-bottom: 65px;
}

.term-date-container {
    float: left;
    width: 100%;
    height: 122px;
    margin: 0 0 8px;
    background: #93aed4;
    position: relative;
}

.term-date-container .date {
    float: left;
    width: 100%;
    font-size: 38px;
    color: white;
    line-height: 45px;
    font-family: 'Gotham', 'Open Sans', sans-serif;
    position: absolute;
    bottom: 48px;
    left: 28px;
}

.term-date-container .event-name {
    float: left;
    width: 100%;
    color: white;
    position: absolute;
    bottom: 24px;
    left: 28px;
}

.term-dates-container {
    float: left;
    width: 100%;
    margin: 0 0 114px;
}

.page-template-contact-page .image-container {
    float: right;
    width: calc(100% - 70px);
    height: 400px;
    overflow: hidden;
}

.page-template-contact-page .contact-details, .page-template-contact-page .contact-details a, .page-template-contact-page .text-container {
    float: left;
    width: 100%;
}

.page-template-contact-page .contact-details a {
    margin-bottom: 25px;
}

.page-template-contact-page .contact-details a:hover, .page-template-contact-page .contact-details a:hover p {
    color: #b6d5b7;
}

.page-template-contact-page .contact-details a p {
    margin-bottom: 22px;
}

.page-template-contact-page .contact-details a, .page-template-contact-page .contact-details a p {
	    color: #93aed4;
}

.page-template-contact-page .text-container p {
    margin: 35px 0 0;
	font-style: italic;
}

.page-template-contact-page .text-container {
    width: calc(100% - 50px);
}

.page-template-contact-page h1 {
    float: left;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-size: 46px;
    color: #b6d5b7;
    line-height: 55px;
    margin: -4px 0 27px;
}

.row.full-with-image {
    margin-bottom: 76px;
}

.full-with-image .image-container {
    float: left;
    width: 100%;
    overflow: hidden;
    height: 475px;
} 

.sk-cube-grid {
  width: 50px;
  height: 50px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #b6d5b7;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
	background: #93aed4;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
	background: #b6d5b7;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
	background: #6CB6E3;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
	background: #6CB6E3;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
	background: #93aed4;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
	background: #b6d5b7;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
	background: #b6d5b7;
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
	background: #6CB6E3;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
	background: #93aed4;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated span.cookieconsent-level-button-icon, .cookieconsent-popup .cookieconsent-button-wrap button:last-of-type, .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon {
    background: #93aed4 !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all.activated span.cookieconsent-level-button-icon, .cookieconsent-popup .cookieconsent-button-wrap button:last-of-type, .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon {
    border-color: #93aed4 !important;
}

.cookieconsent-edit-settings .cookieconsent-cookie-policy-link:hover, .cookieconsent-popup .cookieconsent-button-wrap button:first-of-type span.ui-button-text, .cookieconsent-popup a.cookieconsent-cookie-policy-link, .cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:hover, .cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all span.cookieconsent-level-button-icon {
    color: #93aed4 !important;
}

.cookieconsent-popup .cookieconsent-button-wrap button:last-of-type:hover {
    background: #fff !important;
}

.cookieconsent-dialog-content .cookieconsent-level-changer-wrap .cookieconsent-level-changer a.ui-corner-all:after {
    color: #fff !important;
}

.side-menu .search-form-main {
	display: none;
}

.slides.with-video iframe {
    height: 111vh;
	position: relative;
	z-index: -1;
}

.header .menu-main-menu-container ul li>ul.sub-menu li a:hover {
    padding-left: 5px;
}

.ctf-item {
    border: 2px solid white !important;
    padding: 10px 15px 15px !important;
}

#ctf {	
    padding: 50px 0 0;
	height: 95vh;
}

#ctf .ctf-tweet-items {
	height: 100% !important;
}

.twitter-feed-container {
    overflow-y: scroll;
}

.ctf-item {
    border: 2px solid white !important;
    padding: 10px 15px 15px !important;
}

#ctf p.ctf-tweet-text {
    color: white;
    font-size: 15px;
    font-weight: 400;
}

#ctf .ctf-author-name {
    color: white !important;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

#ctf .ctf-tweet-actions {
    width: 100%;
    margin: 10px 0 0;
}

#ctf .ctf-tweet-actions a {
    color: white !important;
    margin: 0 5px 0 0 !important;
    background: #93aed4;
    padding: 5px 5px 0;
    text-align: center;
    width: 30px;
    height: 30px;
}

#ctf .ctf-twitterlink, #ctf .ctf-action-count
 {
    display: none;
}

#ctf p.ctf-tweet-text a {
    color: white;
    text-decoration: underline;
}
.header .menu-main-menu-container ul li > ul.sub-menu li.current-menu-item a {
    color: #b6d5b7;
}
a.ctf-tweet-date {color: #93aed4 !important;padding: 5px 0 0;float: left;}

.ctf-tweet-meta {
    float: right;
}

.ctf-author-box-link, .ctf-author-box {
    float: left;
    width: 100%;
}

#ctf .ctf-item.ctf-transition {
    opacity: 1;
}

.acf-map {
    height: 575px;
}

#footer-logo img:hover {
    opacity: 0.6;
}

.home .full-width-quote:hover:before {
    opacity: 0.6;
}

.featured-download.vacancy {
    margin-bottom: 10px;
}

.featured-download.vacancy .image-container {
    height: 100%;
    max-height: 275px;
    min-height: 220px;
}

.slider-with-twitter-feed {
    float: left;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

.slider-with-twitter-feed .twitter-feed-hero {
    position: absolute;
    z-index: 10;
    width: 400px;
    right: 75px;
    padding: 25px;
    background: #ffffff;
    top: 25px;
    box-shadow: 0px 0px 25px rgb(41 35 92 / 12%);
    height: calc(100% - 50px);
    max-height: 538px;
  display: none;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf {
    height: 100%;
    padding: 0px;
}




.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-stage-outer {
    height: calc(100% - 30px);
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-stage-outer .ctf-owl-stage {
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-item {
    padding: 0px;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-item .ctf-item {
    padding: 0px !important;
    margin: 0px !important;
    border: none !important;
}


.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box {
    width: 100%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    min-height: 0px;
    align-items: center;
    align-content: center;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box .ctf-author-box-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box .ctf-author-box-link .ctf-tweet-meta {
    color: #93aed4;
    font-size: 13px;
    margin: 0px;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box .ctf-author-box-link .ctf-tweet-meta a.ctf-tweet-date {
    padding: 0px;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box .ctf-author-box-link a {
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box .ctf-author-box-link a.ctf-author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box .ctf-author-box-link a.ctf-author-avatar {
    margin: 0px;
    min-width: 40px;
    height: 40px;
    border-radius: 0px;
    margin-right: 15px;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box .ctf-author-box-link a.ctf-author-screenname {
    display: none !important;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box .ctf-author-box-link a.ctf-author-name {
    color: #93aed4 !important;
    font-size: 14px;
    margin-right: auto;
    max-width: 164px;
    line-height: 1.4;
}


.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-tweet-content {
    margin: 0px !important;
    padding: 0px;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-tweet-content p.ctf-tweet-text {
    color: #93aed4;
    font-size: 14px;
    line-height: 24px;
    margin: -7px 0 -7px 0 !important;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-tweet-content .ctf-tweet-media {
    margin: 25px 0 0 0 !important;
    height: 210px;
    overflow: hidden;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-tweet-content .ctf-tweet-media a {
    display: none;
    margin: 0px !important;
    border-radius: 0px !important;
    border: 1px solid rgb(41 35 92 / 12%);
    background: none !important;
    width: 100%;
    height: 100%;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-tweet-content .ctf-tweet-media a:first-of-type {
	display:block;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-tweet-content .ctf-tweet-media .ctf-photo-hover {
    transition: none;
    background: rgb(41 35 92 / 30%);
    backdrop-filter: grayscale(1);
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-tweet-content .ctf-tweet-media a img {
    float: left;
    width: 100% !important;
    height: 100%;
    opacity: 1;
    object-fit: cover;
    object-position: center;
    border-radius: 0px;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-item .ctf-item .ctf-tweet-actions {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 20px;
    justify-content: start;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-item .ctf-item .ctf-tweet-actions a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #93aed4;
    padding: 9px;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-item .ctf-item .ctf-tweet-actions a.ctf-twitterlink {
    display: none;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-item .ctf-item .ctf-tweet-actions a svg {
    fill: #ffffff;
    width: 100%;
    height: auto;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-item .ctf-item .ctf-tweet-actions a:hover {
	background:#b6d5b7;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-item .ctf-item .ctf-tweet-actions a:hover svg {
	fill:#93aed4;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-dots {
    margin-top: 20px;
    padding: 0px;
    display: flex;
    justify-content: center;
}


.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-dots .ctf-owl-dot {
    height: 10px;
    width: 10px;
    background: rgb(41 35 92 / 21%);
    border-radius: 50%;
    margin: 0 3px;
	cursor:pointer;
}
.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-dots .ctf-owl-dot:hover {
    background: rgb(41 35 92 / 100%);
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-dots .ctf-owl-dot.active {
    background: #b6d5b7;
    cursor: default;
    pointer-events: none;
}
.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-owl-dots .ctf-owl-dot span {
	display:none;
} 

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-author-box .ctf-corner-logo {
    display: none;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-owl-nav.onhover {
    display: none !important;
}

.slider-with-twitter-feed .twitter-feed-hero #ctf .ctf-tweet-items .ctf-tweet-content p.ctf-tweet-text a {
    color: #93aed4;
    font-weight: 700;
}

.slider-with-twitter-feed.logged-in-twitter:before {
    background: #93aed4;
    position: absolute;
    z-index: 9;
    top: 0px;
    right: 50px;
    height: 100%;
    content: "";
    width: 0;
}

.homepage-vimeo {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.slider-main h1 {
	text-align:left !important;
}

/* hidden elements*/
.element, .wpcf7 form .fields.submit span.ajax-loader, body.error404 .header, body.error404 .footer, body.error404 .footer-bottom, .page .standard-post .standard-post-meta, .page .post-navigation, .contact-meta a span p br, .single-testimonials .standard-post .standard-post-meta, .testimonials-template-default .social-feed, .grecaptcha-badge, .error404 a#scrollToTheTop, a.cookieconsent-cookie-policy-link {
	display:none !important;
	visibility:none !important;
}

/* no transitions */
div#cookie-law-info-bar .header .menu-main-menu-container ul li > ul.sub-menu, .header .menu-main-menu-container ul li.menu-item-has-children > a:after, .mega-menu-container, .header .menu-main-menu-container ul li > ul.sub-menu, .lightboxOverlay, .lightbox, .lightbox *, .accordion-section .acc-section, .tabbed-container .tabbed-content-contain .tabbed-inner, .container-fluid, .container, .row, .h1, h2, h3, h4, h5, h6, .col-12, .col-0 {
	-webkit-transition: none;
	-moz-transition:  none;
	-ms-transition:  none;
	-o-transition:  none;
	transition:  none;
}

#ctf.ctf-super-narrow .ctf-author-box {
    width: 100% !important;
}

body .twitter-container .ctf-item {
    background-color: transparent !important;
}