/*
Theme Name: marlowesrc
Author: DigiPro
Author URI: https://www.digipromedia.co.uk
Version: 1.0
*/

/* 1.0 - Structure */

body {
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
font-size: 19px;
background-color: #fff;
color: #65605C;
margin: 0;
background-size: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: none;
}

.site-container {
position: relative;
background: #293E57;
max-width: 1400px;
margin: 0 auto;
display: block;
}

.container {
margin: 0 auto;
display: block;
padding: 0;
}

.fixed-header + .container {
padding-top: 60px;
}

.main {
display: block;
position: relative;
clear: both;
overflow: hidden;
max-width: 1200px;
padding: 0 30px 0 30px;
margin: 0 auto;
}

.section {
position: relative;
display: block;
clear: both;
}

.section-container {
padding: 90px 60px;
margin: 0 auto;
position:relative;
display: block;
clear: both;
overflow: hidden
}

.blog .section-container {
overflow: hidden;
}

.narrow-container {
max-width: 600px;
width: 65%;
margin: 0;
box-sizing: border-box 
}

.full-container {
padding: 90px 0;
margin: 0 auto;
position:relative;
display: block;
clear: both;
overflow: hidden
}

.flex-container {
display: flex;
flex-wrap: wrap;
}

.align-middle {
align-items: center;
}

.align-center {
justify-content: center;
}

.image-container {
background-size: contain !important;
background-position: 100% 50% !important;
background-repeat: no-repeat !important;
min-height: 350px;
align-self: stretch;
}

.text-container {
padding: 60px;
margin: 0 auto;
position:relative;
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 800px;
}

.very-narrow {
max-width: 700px;
margin: 0 auto;
}

.narrow {
max-width: 925px;
margin: 0 auto;
}

.book-narrow {
max-width: 935px;
margin: 0 auto;
}

.standard {
max-width: 1220px;
}

.wide {
max-width: 1370px;
}

.middle {
position: absolute;
top: 50%;
display: inline-block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

.error404 .page-title {
padding-top: 90px;
}

.error404 .page-content {
max-width: 925px;
margin: 0 auto;
display: block;
padding: 30px;
}


/* 2.0 - Header */

.site-header {
position: absolute;
z-index: 9999;
width: 100%;
background: transparent;
display: block;
box-sizing: border-box;
min-height: 66px;
}

.site-header-container {
margin: 0 auto;
padding: 0 60px;
transition: all 0.4s ease;
}

.active.site-header, .fixed-header {
position: fixed !important;
right: 0;
background: rgba(41, 62, 87, 1);
transition: all 0.4s ease;
padding-top: 0 !important;
padding-bottom: 0 !important;
display: block;
margin: 0 auto;
left: 0;
top: 0;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.admin-bar .active.site-header, .admin-bar .fixed-header {
top: 32px;
}

.active.site-header .site-logo {
}

.active.site-header .site-logo img {
max-width: 190px
}

.error404 .site-header {
transition: all 0.4s ease;
background: #293E57;
}

.site-logo {
left: 60px;
padding: 30px 0 0;
transition: all 0.4s ease;
position: absolute;
overflow: hidden;
}

.site-logo:hover img {
opacity: 0.7;
}

.site-logo img, .logo-dark {
max-width: 240px;
transition: all 0.4s ease;
height: auto !important;
display: block;
}


/* 3.0 - Navigation */

.navigation {
float: right;
margin-top:0;
}

.navigation ul {
margin:0;
padding:0;
}

.site-header nav ul li a:link, .site-header nav ul li a:visited {
display: block;
}

.navigation ul:before, .site-nav ul:after {
content: "";
display: table;
}

.navigation ul:after {
clear:both;
}

.navigation ul li {
list-style: none;
float: left;
font-size: 16px;
margin: 0 16px;
padding-bottom: 0;
transition: all 0.4s ease-in-out;
}

.navigation ul li a {
font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
font-weight: 400;
color: #fff;
font-size: 16px;
padding: 38px 0 19px;
transition: all 0.4s ease-in-out;
display: block;
margin-right: -2px;
}

.navigation ul > li > a span {
border-bottom: 2px solid transparent;
padding: 8px 0;
}

.navigation ul.menu > li:not(.menu-cta):hover > a > span, .navigation ul.menu > li:not(.menu-cta):hover > a, .navigation ul.menu > li.current-menu-item > a > span, .navigation ul.menu > li.current-menu-item > a {
border-color: #fff;
opacity: 0.75;
}

.navigation ul li.menu-item-has-children:hover > a span {
border-color: transparent !important;
}

.navigation ul li.menu-cta {
margin: 18px 15px;
border-bottom: 0 !important;
opacity: 1 !important;
}

.navigation ul li.menu-cta a {
border: 2px solid #fff;
padding: 18px 20px;
}

.navigation ul li.menu-cta span {
transition: none !important;
border-bottom: 0 !important;
}

.navigation ul li.menu-cta a:hover {
background: #fff !important;
color: #293E57
}

.menu-item-has-children a:hover + .sub-menu {
height: auto !important;
padding: 6px 0 !important;
}

.active.site-header .navigation ul.menu > li:not(.menu-cta) > a, .fixed-header.site-header .navigation ul.menu > li:not(.menu-cta) > a {
padding: 38px 0 !important;
}

.active .sub-menu {
margin-top: 1px;
}

.navigation .sub-menu li {
margin: 0;
padding: 12px 20px !important;
border-bottom: 0 !important;
}

.navigation .sub-menu li a {
margin: 0;
padding: 0 !important;
border-bottom: 0 !important;
}

.navigation .sub-menu li a span {
border-bottom: 0 !important;
transition: none !important
}

#responsive-menu {
z-index: 10001 !important;
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
font-weight: 600;
}

#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
font-size: 15px !important;
}

#responsive-menu li a {
border: 0 !important;
padding: 5px 15px !important;
}

.responsive-menu-submenu li {
background: #239B86;
padding-left: 10px !important;
}

.responsive-menu-submenu li a {
background: none !important;
font-weight: 400 !important;
}

.responsive-menu-submenu li a:hover, .responsive-menu-submenu .current-menu-item a, .sub-menu .current-menu-item a {
color: #239B86 !important;
}

.responsive-menu-subarrow {
border: 0 !important;
padding: 5px 0 !important;
height: auto !important;
}

#responsive-menu-title {
font-size: 25px !important;
text-align: center !important;
margin: 0 auto;
display: none;
padding: 0 !important;
}

.single button#responsive-menu-button, .blog button#responsive-menu-button, .author button#responsive-menu-button, .archive button#responsive-menu-button {
height: 52px !important;
}

button#responsive-menu-button {
right: 20px !important
}

.single #responsive-menu-button {
top: 3px !important;
}

.responsive-menu-boring .responsive-menu-inner, .responsive-menu-boring .responsive-menu-inner::before, .responsive-menu-boring .responsive-menu-inner::after {
transition: all 0.4s ease !important;
}

.children-links {
display: none !important;
}


/* 4.0 - Text & Body Elements */

::-moz-selection {
color: #fff;
background: #239B86;
}

::selection {
color: #fff;
background: #239B86;
}

/* 4.1 - Titles */

h1, h2, h3, h4, h6 {
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
line-height: 1.25em;
transition: all 0.4s ease;
color: #546579
}

h1, .large-title {
font-size: 45px;
font-weight: 400;
margin: 0 0 30px 0;
}

h1 p, h2 p, h3 p, h4 p, h5 p {
margin-bottom: 0 !important;
line-height: inherit;
}

h2, .medium-title {
font-size: 40px;
margin: 0 0 30px 0;
font-weight: 500;
}

h3, .small-title {
font-size: 27px;
letter-spacing: 0;
margin: 0 0 30px 0;
font-weight: 500;
}

h4 {
font-size: 23px;
margin: 0 0 10px 0;
font-weight: 500;
color: #157DB5;
}

h5 {
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
line-height: 1.4em;
transition: all 0.4s ease;
font-size: 13px;
letter-spacing: 2px;
margin: 0 0 8px 0;
color: #239B86;
font-weight: 500;
text-transform: uppercase;
}

h6 {
font-size: 13px;
margin: 0 0 20px 0;
color: #fff;
font-weight: 700;
}

/* 4.2 - Body Elements */

p {
line-height: 1.5em;
margin-top: 0;
margin-bottom: 1.5em !important;
transition: all 0.4s ease;
}

p:empty {
display: none
}

span {
transition: all 0.4s ease;
}

/*.container ul {
overflow: hidden;
}*/

ul li, ol li {
padding-bottom: 10px;
}

strong {
font-weight: 500;
}

img {
transition: all 0.4s ease;
}

a:link, a:visited {
color: #239B86;
text-decoration: none;
transition: all 0.4s ease;
}

a:hover {
color: #293E57;
}

.subtitle {
}

/* 4.3 - Styling Rules */

.center {
text-align: center;
}

.subtext {
font-size: 15px;
margin-bottom: 0px !important
}

.black-bg {
background: #293E57;
}

.darkgrey-bg, .dark-bg {
background: #293E57;
}

.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg p {
color: #fff;
}

.popup .dark-bg p  {
color: #C9CFD5 !important
}

.highlight-bg, .green-bg {
background: #239B86;
}

.white {
color: #fff;
}

.dark-text {
color: #293E57 !important;
}

.dark {
color: #293E57;
}

.highlight {
color: #239B86 !important;
}

.lightgrey {
color: #b3b3b3;
}

.greybg, .grey-bg {
background: #F4F6F7;
}

.mid-grey-bg {
background: #DED5C8;
}

.post-overlay {
background: rgba(50, 55, 60, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.grey-overlay {
background: rgba(249, 249, 249, 0.92);
}

.dark-overlay {
background: rgba(0, 0, 0, 0.75);
}

.subtle-overlay {
background: rgba(50, 50, 50, 0.2);
}

.no-center {
margin: 0 !important;
}

.padding {
padding: 40px;
}

.extra-padding {
padding: 60px;
}

.light {
font-weight: 300;
}

.bold {
font-weight: 600;
}

.uppercase {
text-transform: uppercase;
}

.spaced-uppercase {
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
letter-spacing: 1px;
color: #239B86 !important;
line-height: 1.4em;
}

.clear {
clear:both;
}

.large-space-bottom {
margin-bottom: 40px !important;
}

.space-bottom {
padding-bottom: 120px;
}

.gap-bottom {
margin-bottom: 20px;
}

.twelve-bottom {
margin-bottom: 12px;
}

.fifteen-bottom {
margin-bottom: 15px;
}

.five-bottom {
margin-bottom: 5px;
}

.float-left {
float: left;
}

.float-right {
float: right;
}

.no-mb, .no-mb p {
margin-bottom: 0 !important;
}

/* 4.4 - Buttons */

.button {
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
font-weight: 500;
transition: all 0.4s ease;
display: inline-block;
color: #239B86 !important;
border: 2px solid #239B86;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
font-size: 16px;
padding: 19px 26px;
}

.small-button {
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
font-weight: 500;
transition: all 0.4s ease;
display: inline-block;
color: #239B86 !important;
text-transform: uppercase;
letter-spacing: 2px;
border: 2px solid #239B86;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
font-size: 11px;
padding: 13px 18px;
}

.center-button {
margin: 0 auto;
display: block;
max-width: 150px;
text-align: center;
}

.shadow-button {
box-shadow: 10px 10px 0 #293E57;
}

.shadow-button:hover {
box-shadow: 0 0 0 #293E57;
}

.white-button {
background: #ffffff;
color: #293E57 !important;
border: 2px solid #ffffff;
}

.white-button i {
color: #ffffff;
transition: all 0.4s ease;
}

.white-button:hover {
background: #293E57;
border-color: #293E57;
color: #fff !important;
}

.dark-bg .white-button:hover {
background: #239B86;
border-color: #239B86;
color: #fff !important;
}

.white-border-button {
background: transparent;
color: #fff !important;
border: 2px solid #ffffff;
}

.white-border-button i {
color: #ffffff;
transition: all 0.4s ease;
}

.white-border-button:hover {
background: #fff;
color: #293E57 !important;
}
.white-button:hover i {
color: #239B86 !important;
}

.highlight-button {
background: #239B86 !important;
color: #fff !important;
border: 2px solid #239B86;
}

.highlight-button:hover {
    background: #293E57 !important;
    border-color: #293E57 !important;
    color: #ffffff !important;
}

.dark-bg .highlight-button:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #239B86 !important;
}

.highlight-bg-button {
background: #239B86 !important;
color: #fff !important;
border: 2px solid #239B86;
}

.highlight-bg-button:hover {
background: transparent !important;
color: #239B86 !important;
}

.highlight-bg-button i {
color: #fff;
transition: all 0.4s ease;
}

.highlight-bg-button:hover i {
color: #239B86 !important;
}

.spaced-button {
max-width: 170px;
display: block;
position: relative;
clear: both;
}


/* 5.0 - Sliders & Banners */

.video-banner {
position: relative;
max-height: 800px;
max-height: 100vh;
overflow: hidden;
display: block;
background-color: #293E57;
}

.banner-cont {
position: relative;
overflow: hidden;
background-color: #293E57;
}

.banner {
position: relative;
background-size: cover;
background-color: #293E57;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat;
background-position: 50%;
height: 100vh;
transition: all 0.4s ease;
}

.banner-overlay {
position: absolute;
left:0;
max-width: 960px;
width: 80%;
margin: 0 auto;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 50px;
transition: all 0.4s ease;
}

/*.banner .banner-overlay{
bottom: 0;
top: auto;
transform: none;
-webkit-transform: none;
-ms-transform: none;
margin-top: 0;
max-width: none;
}*/

.bo-container {
padding: 60px;
text-align: left;
}


.page-template-template-optin .bo-container {
text-align: right;
padding-right: 45px;
}

.banner-title, .banner-text {
color: #ffffff;
}

.banner-title {
font-size: 55px;
font-weight: 500;
line-height: 1.2em;
padding-bottom: 0px;
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
color: #fff;
margin-bottom: 30px;
text-shadow: 0 2px 30px rgba(0,0,0,0.4);
letter-spacing: -1px;
}

.banner .banner-title {
margin-bottom: 20px;
}

.banner-text {
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif; 
font-size: 18px;
}

.metaslider {
margin: 0 auto;
}

.metaslider .caption {
padding: 0 !important
}

.metaslider .caption-wrap {
position: initial !important;
background: none !important;
opacity: 1 !important;
width: auto !important;
}

.flexslider {
margin-bottom: 0 !important;
}

.threecol-home i.fa.fa-angle-right {
color: #003d5b;
margin-top: 3px;
}

.slides {
overflow: hidden;
padding: 0;
margin: 0 0 10px 0;
}

.flex-direction-nav {
display:none;
}

.flex-control-nav {
position: absolute;
z-index: 99999 !important;
display: block;
padding: 0;
text-align: left !important;
width: 50% !important;
}

.flex-control-nav li {
display: inline-block;
margin-left: 10px;
padding-bottom: 0;
}

.flex-control-nav li:last-child {
margin-right: 0 !important
}

.flex-control-nav li a {
font-size: 1px;
color: transparent !important;
border: 1px solid #293E57;
border-radius: 100px;
-moz-border-radius: 100px;
-webkit-border-radius: 100px;
height:12px !important;
width: 12px !important;
display: block;
transition: all 0.4s ease;
background-color: transparent !important; 
border-color: #293E57 !important;
opacity: 0.3;
background: #293E57 !important;
}

.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
border-color: #293E57 !important;
background-color: #293E57 !important;
box-shadow: none !important;
opacity: 1;
}

.flex-control-nav li:first-child {
margin-left: 0 !important;
}


/* 6.0 - Columns */

/* Half Half */

.half-text {
width: 50%;
float: left;
display: block;
postion: relative;
transition: width 0.4s ease, min-height 0.4s ease;
}

.third {
width: 34%;
display: block;
transition: all 0.4s ease;
}

.forty {
width: 45%;
display: block;
transition: all 0.4s ease;
}

.half, .fifty {
position: relative;
width: 50%;
display: block;
transition: all 0.4s ease;
}


.sixty {
width: 55%;
display: block;
transition: all 0.4s ease;
}

.twothirds {
width: 66%;
display: block;
transition: all 0.4s ease;
}

.half-left {
width: 50%;
float: left;
display: block;
transition: width 0.4s ease, min-height 0.4s ease;
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}

.half-right {
width: 50%;
float: right;
display: block;
transition: width 0.4s;
postion: relative;
}

.half-image {
min-height: 500px;
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
background-repeat: no-repeat;
background-position: 50% 50%;
}

/* 6.01 - Two Columns */

.two-column {
margin: 0 auto;
display: block;
overflow: hidden;
padding: 0;
}

.two-column li:nth-child(2n) {
margin-right: 0;
}

.two-column li:nth-child(2n+1) {
clear: left;
}

.two-column li {
position: relative;
float: left;
width: 48.5%;
margin-right: 3%;
list-style: none;
transition: all 0.4s ease;
padding-bottom: 0;
}

.two-column li:nth-last-child(n+3) { 
margin-bottom: 3%;
}


/* 6.1 - Three Columns */

.three-column {
margin: 0 auto;
display: block;
overflow: hidden;
padding: 0;
}

.three-column li:nth-child(3n) {
margin-right: 0;
}

.three-column li:nth-child(3n+1) {
clear: left;
}

.three-column li {
position: relative;
float: left;
width: 31%;
margin-right: 3.5%;
list-style: none;
transition: all 0.4s ease;
padding-bottom: 0;
}

.three-column li:nth-last-child(n+4) { 
margin-bottom: 3.5%;
}

/* 6.2 - Four Columns */

.four-column {
padding: 0;
margin: 0 auto;
display: block;
overflow: hidden;
text-align: left;
}

.four-column-ul {
overflow: hidden;
padding: 0;
margin: 0 0 0 0;
}

.four-column li {
position: relative;
float: left;
width: 23.5%;
margin-right: 2%;
list-style: none;
padding-bottom: 0;
}

.four-column li:nth-child(4n) {
margin-right: 0;
}

/* 6.3 - Five Columns */

.fifth-column {
max-width: 1100px;
margin: 0 auto;
display: block;
overflow: hidden;
text-align: center;
}

.five-column-ul {
overflow: hidden;
padding: 0;
margin: 0 0 0 0;
}

.fifth-column li {
float: left;
width: 18.4%;
margin-right: 2%;
list-style: none;
padding-bottom: 0;
}

.fifth-column li .subtext {
color: #909296 !important;
}

.fifth-column li:hover > h4 {
color: #239B86;
}

.fifth-column li:hover > i {
background: #239B86;
color: #fff;
border-color: #239B86
}


/* 7.0 - Blog */

.single-post .main, .blog .container, .archive .main, .category .main {
background: #fff !important;
}

.single-post .post, .author .post, .archive .post, .category .post {
margin: 0 auto;
display: block;
}

.blog-category {
text-transform: uppercase;
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
font-size: 13px;
letter-spacing: 1px;
}

.blog .post, .category .post, .author .post, .archive .post {
float: left;
width: 31%;
margin-right: 3.5%;
box-sizing: border-box;
float: left;
display: inline-block;
clear: none;
margin-bottom: 3.5%;
background: #fff;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
}

.blog .post .info-box-text, .category .post .info-box-text, .author .post .info-box-text, .archive .post .info-box-text {
	box-shadow: none !important;
}

.blog .post:nth-child(3n+1), .category .post:nth-child(3n+1), .author .post:nth-child(3n+1), .archive .post:nth-child(3n+1) {
margin-right: 0 !important
}

/*.blog .post:nth-child(3n+1), .category .post:nth-child(3n+1), .author .post:nth-child(3n+1), .archive .post:nth-child(3n+1) {
clear:left;
}*/

.blog .post-container, .author .post-container, .archive .post-container, .category .post-container {
}

.blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image, .post .result:hover .post-image {
opacity: 0.7;
}

.post-highlight {
font-size: 18px;
margin: 0 0 1.5em 0;
color: #239B86;
font-weight: 400;
display: block;
}

.single-post .content h2 {
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
font-weight: 700;
font-size: 24px;
text-transform: none;
margin-top: 45px;
margin-bottom: 15px;
letter-spacing: 0px;
}

.single-post .content h3 {
font-size: 18px;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.4em;
}

.sub-post-text {
color: #999;
font-size: 14px;
display: block;
margin-bottom: 10px;
}

.blog .post h5 {
font-weight: 600;
}

.blog-button {
font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
font-size: 12px;
letter-spacing: 1.25px;
text-transform: uppercase;
padding: 8px 16px;
color: #239B86 !important;
border: 1px solid #239B86;
}

.blog-button:hover {
background: #239B86;
color: #ffffff !important;
}

.blog-button i {
color: #239B86;
transition: all 0.4s ease;
}

.blog-button:hover i {
color: #ffffff !important;
}

.single-post .current_page_parent a, .blog .current_page_item {
color: #239B86 !important;
}

.blog .post h1 {
margin-top: 20px;
}

.blog .container, .author .container {
}

.blog-main {
margin: 0 auto;
position: relative;
max-width: 1400px;
}

.blog .banner-container {
position: absolute;
bottom: 0;
left: 0;
right:0;
background-image: linear-gradient(rgba(30, 35, 40, 0), rgba(30, 35, 40, 1));
padding-top: 150px;
}

.blog .banner-post-container {
max-width: 750px;
padding: 45px;
}

.blog .post, .author .post, .archive .post {
}

.blog .post-info, .author .post-info, .archive .post-info {
font-size: 15px;
font-family: "Gotham A", "Gotham B", Helvetica, Arial, sans-serif;
margin-bottom: 12px !important;
margin-top: 5px;
}

.blog .post img, .author .post img, .archive .post img, .category .post img {
width:100%;
height: auto;
display: block;
}

.single .post-banner img {
margin-bottom: 0 !important;
width:100%;
height: auto;
display: block;
}

.single ol {
padding: 0 40px;
}

.single ol li {
padding-bottom: 30px;
}

.single ol li:last-child {
padding-bottom: 0 !important;
}

.single .content h3 {
color: #000;
}

.post-image {
max-height: 350px;
overflow: hidden;
padding-bottom: 56.25%;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition: all 0.4s ease;
}

.blog h2, .author h2, .archive h2 {
font-size: 27px !important;
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
font-weight: 500;
text-transform: none;
letter-spacing: 0px;
margin-bottom: 18px;
color: #000
}

.blog h2 a, .author h2 a, .archive h2 a {
color: #000
}

.blog .post:hover h2, .author .post:hover h2, .archive .post:hover h2, .category .post:hover h2 {
color: #239B86
}

.blog-date, .event-date {
text-transform: uppercase;
display: block;
font-weight: 500;
font-size: 13px;
margin-bottom: 12px;
letter-spacing: 1px;
color: #239B86 !important;
}

.blog .post-categories, .author .post-categories, .archive .post-categories {
display: block;
margin-bottom: 0 !important;
}

.blog .post-categories a, .author .post-categories a, .archive .post-categories a {
}

.single-info {
background: #f6f6f6;
}

.single-info-container {
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
padding: 10px 20px;
}

.single-info img {
border-radius: 30px;
max-width: 40px;
display: inline-block;
float: left;
transition: all 0.4s ease;
}

.single-info .float-right {
padding-top: 8px;
}

.single .category-link {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    color: #239B86 !important;
}

.single .category-link:hover {
color: #fff !important;
}

.single .author-bio {
margin-bottom: 20px;
}

.single .post-author-name:hover {
color: #fff !important;
}

.single .date {
color: #fff !important;
}

.single-info p {
margin-bottom: 0 !important;
}

.single-info a:link, .single-info .post-author-name, .category-link {
color: #000 !important;
}

.single-info a:hover {
color: #239B86 !important;
}

.post-author-name {
display: inline-block;
}

.single-info .float-left:hover .post-author-name {
color: #239B86;
} 

.single-info .float-left:hover .avatar {
opacity: 0.7;
} 

.single .post {
margin: 0 auto;
color: #404040;
}

.single .post p {
margin-bottom: 1em;
}

.single .post p:last-of-type {
margin-bottom: 0 !important;
}

.single .content p:last-child {
margin-bottom: 0 !important;
}

.single .post-info {
font-size: 16px;
margin-bottom: 14px;
}

.single .post-categories {
padding-top: 14px;
}

.post {
clear: both;
}

.blog-content {
width: 100%;
float:left;
position: relative;
box-sizing: border-box;
}

.single .banner-image {
position: relative;
display: block;
clear: both;
background: #293E57;
overflow: hidden;
}

.single .banner-image img {
width:100%;
height: auto;
display: block;
}

.blog-container {
padding: 40px 20px;
}

.content {
width: 70%;
float:left;
}

.content-container {
padding: 40px 30px 40px 30px;
}

.sidebar {
box-sizing: border-box;
background: #DED5C8;
}

.sidebar-container {
padding: 40px;
}

.sidebar a {
color: #65605C;
}

.sidebar a:hover {
color: #239B86 !important;
}

.post-banner {
width: 100%;
max-height: 600px;
overflow: hidden;
position: relative;
display: block
}

.post-info {
color: #999;
font-size: 15px;
}

.post-info i {
color: #999 !important;
}

.single-post .container {
padding-top: 0px;
}

.single-post .post {
margin: 0 auto;
}


/* 8.0 - Form */

/* Contact Section */

#left {
width: 49.6%;
text-align: left;
float:left;
}

#right {
width: 49.6%;
text-align: left;
float:right;
}

#top {
width: 100%;
overflow: hidden;
}

.topleft {
width: 49.5%;
float: left;
display: inline-block;
margin-right: 1%;
}

.topright {
width: 49.5%;
float: left;
display: inline-block;
}

#bottom {
width: 100%;
overflow: hidden;
}

.bottomleft {
width: 49.5%;
float: left;
display: inline-block;
margin-right: 1%;
}

.bottomright {
width: 49.5%;
float: left;
display: inline-block;
}

.message {
width: 100%;
}

#bottom p {
margin-bottom: 0 !important;
}

.br2 .ajax-loader, div.wpcf7 img.ajax-loader {
display:none !important;
}

input#file-upload.wpcf7-form-control.wpcf7-file {
background: none !important;
font-size: 11px;
}

.wpcf7 br {
display: none;
} 

.wpcf7 p {
margin-bottom: 0 !important;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=tel], .wpcf7 textarea {
font-size: 16px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
background: #f6f6f6;
box-shadow: 0 !important;
width: 100%;
padding: 6px;
border: 1px solid #e7e7e7;
margin-bottom: 2%;
outline:none;
color: #333333;
-webkit-appearance: none;
resize: none;
display: block;
}


::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
  color: #aaa;
}

.wpcf7 select {
font-family: "Gotham A", "Gotham B", "Proxima Nova", Arial, Helvetica, sans-serif;
font-size: 16px;
-webkit-appearance: none;
-moz-appearance: none;
padding: 10px;
border-radius: 0 !important;
-moz-border-radius: 0 !important;
-webkit-border-radius: 0 !important;
background: #f6f6f6;
border: 1px solid #e7e7e7;
color: #aaa;
outline:none;
margin: 0 0 2% 0;
width: 100%;
}

.dark-select {
color: #333 !important;
}

span.wpcf7-not-valid-tip {
background: #239B86 !important;
}

div.wpcf7-validation-errors {
background: none !important;
border: 2px solid #239B86;
color: #239B86 !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
}

input.wpcf7-form-control.wpcf7-submit {
font-family: "brandon-grotesque", "proxima-nova", Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 2.5px;
font-weight: 600;
padding: 13px 28px;
box-shadow: none !important;
background: #239B86;
color: #fff;
text-shadow: none !important;
font-size: 14px;
line-height: 18px;
margin-top: 5px;
border: 1px solid #239B86;
-webkit-appearance: none;
display: block;
width: auto;
margin-left: 0;
border-radius: 30px !important;
-webkit-border-radius: 30px !important;
-moz-border-radius: 30px !important;
}

.wpcf7 {
margin: 10px 0 0 0 !important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 10px;
	border-radius: 0;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #f6f6f6;
}
.wpcf7-submit{
	cursor: pointer;
	transition: all 0.4s ease;
}
.wpcf7-submit:hover{
	background: transparent !important;
	color: #239B86 !important
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
.highlight-bg div.wpcf7-mail-sent-ok{
color: #fff !important;
border-color: #fff !important;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 15px 20px;
	font-size: 14px;
	color: #239B86;
	margin: 0 auto;
	margin-top: 10px;
	border: 1px solid #239B86 !important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
max-height: 80px;
}

.wpcf7-form-control-wrap {
position: static !important;
}


/* 9.0 - Footer */

.site-footer {
background: #293E57;
overflow: hidden;
position: relative;
clear: both;
font-size: 17px;
}

.site-footer-container {
max-width: 1280px;
margin: 0 auto;
display: block;
overflow: hidden;
padding: 60px 45px;
}

.site-footer p, .site-footer a {
color: #fff
}

.bottom-footer a, .bottom-footer {
color: #A9B2BC;
}

.site-footer a:hover, .bottom-footer a:hover {
color: #fff;
transition: all 0.4s ease;
}

.site-footer h5 {
color: #fff;
}

.footer-content {
overflow: hidden;
}

.fcol {
display: inline-block;
float: left;
width: 18%;
margin-right: 3%;
}

#fc1 {
width: 24.5%;
}

#fc2 {
width: 30.5%;
}

.fcol a {
clear:both;
display: block;
}

.address {
margin: 0;
list-style: none;
padding-left: 0;
line-height: 1.7em;
}

#fc4 {
margin-right: 0;
}

.footer-menu ul {
list-style: none;
padding: 0;
margin: 0;
}

.footer-menu ul, .contact-links a {
line-height: 2.2em;
}

.footer-posts {
list-style: none;
padding-top: 4px;
padding: 0;
margin: 0;
}

.footer-posts li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #363636;
padding-bottom: 0;
}

.footer-posts li a {
display: block;
}

.footer-posts li:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
}

.social-links {
margin: 29px 0 0 0;
padding: 1px 0 0 0;
list-style: none;
overflow: hidden;
}

.social-links li {
float:left;
margin-right: 20px;
padding-bottom: 0;
}

.social-links a {
clear: none !important;
transition: none !important;
}

.social-links a:after {
display: none !important;
}

.social-links i {
font-size: 30px;
text-align: center;
border-radius: 0px;
transition: all 0.4s ease-in-out;
}

.site-footer .social-links a:hover i {
color: #239B86;
}

.bottom-footer {
padding: 0;
font-size: 15px;
font-weight: 400;
overflow: hidden;
text-align: center;
}

.bottom-footer-container {
margin: 0 auto;
max-width: 1280px;
padding: 0;
}

.copyright {
transition: all 0.4s ease;
display: inline-block;
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
}

.footer-logo {
display: block;
max-width: 200px;
}

.footer-menu {
display: inline-block;
}

.footer-menu li {
display: inline-block;
padding-bottom: 0;
}

.footer-menu li::after {
content: '•';
padding: 0 10px;
}

.dpm {
transition: all 0.4s ease;
display: inline-block;
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
}

.dpm:hover{
color:#239B86 !important;
}


/* 10.0 - Snippets & Miscellaneous */

.divide {
border-bottom: 2px solid #239B86;
margin-top: 20px;
margin-bottom: 20px;
display: block;
overflow: hidden;
max-width: 100px;
}

.divide-center {
border-bottom: 2px solid #239B86;
margin-top: 20px !important;
margin-bottom: 30px !important;
margin: 0 auto;
display: block;
overflow: hidden;
max-width: 100px;
}

.full-divide {
border-bottom: 1px solid #e7e7e7;
padding-bottom: 25px;
margin-bottom: 25px;
overflow: hidden;
}

.left-gradient {
background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); 
background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.right-gradient {
background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: -o-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)); 
background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.bottom-gradient {
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)); 
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.colour-overlay {
background: rgba(186, 168, 144, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.video-container {
}

.video-side {
}

.video-wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
position: absolute; 
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.fadeInBlock {
opacity:0;
}

/* Homepage Image Links */

.bg-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
opacity: 0.9;
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
transition: all 0.4s ease;
}

.image-links h3 {
position: absolute;
left: 20px;
bottom: 20px;
margin-bottom: 0;
text-transform: none;
letter-spacing: 0;
font-size: 21px;
font-weight: 700;
color: #fff;
}

.image-links li {
height: 0;
padding-bottom: 30%;
}

.image-links li:hover h3 {
color: #239B86;
}

.image-links li:hover .bg-overlay {
opacity: 1;
}

/* Affiliates */

#affiliates {
background: #ffffff;
width: 100%;
position: relative;
display: block;
clear:both;
overflow: hidden;
}

#affiliate-cont {
padding: 5px;
overflow:hidden;
}

#affiliate-imgs {
max-width: 800px;
margin: 0 auto;
display: block;
}

.al-img {
display: inline-block;
padding-right: 2%;
width: 18.4%;
overflow:hidden;
float: left;
}

#al-last {
padding-right: 0 }

#al-img4 {
padding-right: 0;
float: none !important;
}

.al-img img {
display: block;
max-width: 150px;
margin: 0 auto;
width: 100%;
height: auto;
}

.pioneer-ul {
overflow: hidden;
}

.team-float, .single-custom-post-image img {
float: left;
padding-bottom: 15px;
padding-right: 30px;
width: 50%;
max-width: 440px;
height: auto;
}

.single .blog-return {
float: left;
}

.single .post-social {
padding-top: 40px;
overflow: hidden;
}

.share-links {
float: left;
border-spacing: 10px 0px;
border-collapse: separate;
display: table;
}

.post-social-link {
border: 1px solid #909296;
color: #909296;
width: 47px;
display: table-cell;
text-align: center;
vertical-align: middle;
height: 47px;
border-radius: 50%;
font-size: 21px;
}

.share-twitter {
border-color: #00b6f1;
color: #00b6f1 !important;
}

.share-twitter:hover {
background: #00b6f1;
color: #fff !important;
}

.share-facebook {
border-color: #3b5998;
color: #3b5998 !important;
}

.share-facebook:hover {
background: #3b5998;
color: #fff !important;
}

.share-linkedin {
border-color: #007bb6;
color: #007bb6 !important;
}

.share-linkedin:hover {
background: #007bb6;
color: #fff !important;
}

.client-results .result h3 {
color: #fff;
}

.result {
float: left;
width: 32%;
margin-right: 2%;
margin-bottom: 2%;
display: block;
position: relative;
overflow: hidden;
}

.result:nth-of-type(3n) {
margin-right: 0 !important;
}

.result img {
width: 100%;
height: auto;
display: block 
}

.custom-post-image {
transition: all 0.4s ease;
}

/*.result a:hover .custom-post-image,*/ .other-event a:hover .custom-post-image {
opacity: 0.7 !important;
}

.result h3, .oc-video h3 {
margin-top: 15px;
color: #000;
text-transform: none;
letter-spacing: 0;
}

.result a:hover h3 {
color: #239B86 !important;
}

.results-headline {
color: #fff;
margin-bottom: 0 !important;
}

.results-main, .events-main {
padding-top: 100px;
transition: all 0.4s ease;
}

.dashboard-main {
padding-top: 78px;
transition: all 0.4s ease;
}

.dashboard-main .content, .single-videos .content {
float: right;
}

.single-results .site-header, .single-events .site-header, .page-dashboard .site-header, .parent-pageid-1341 .site-header, .single-videos .site-header, .tax-videocategory .site-header, .tax-resourcecategory .site-header {
background: #000;
}

.page-dashboard .newsletter-signup, .parent-pageid-1341 .newsletter-signup {
display: none !important;
}

.single-results .single-results-headline {
text-transform: uppercase;
font-weight: 600;
font-size: 15px;
letter-spacing: 1px;
color: #239B86 !important;
}

.single-results .post-social, .single-events .post-social {
padding-top: 20px !important;
}

.single-results .share-links, .single-events .share-links {
margin-left: -10px;
}

.single-results #menu-item-91 a {
color: #239B86 !important;
border-color: #239B86 !important;
}

.page-template-template-events h3 {
letter-spacing: 0 !important;
text-transform: none !important;
}

.event-image {
height: 0;
padding-bottom: 100%;
overflow: hidden;
background-size: cover;
background-position: 50% 25%;
background-repeat: no-repeat
}

.result-image {
height: 0;
padding-bottom: 100%;
overflow: hidden;
background-size: cover;
background-position: 50% 25%;
background-repeat: no-repeat
}

.single-events h1 { 
font-size: 30px;
}

.single-events .event-logo {
width: 100%;
height: auto;
max-width: 200px;
display: block;
margin-bottom: 15px;
}

.other-event {
float: left;
width: 32%;
margin-right: 2%;
overflow: hidden;
}

.other-event img {
width: 100%;
height: auto;
display: block;
}

.other-event:nth-of-type(3n) {
margin-right: 0 !important;
}

.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.footer-signup-box {
margin: 0;
overflow: hidden;
clear: both;
padding: 20px;
max-width: 720px;
margin: 0 auto;
text-align: center;
}

.footer-signup-box h3 {
text-align: center;
color: #fff !important;
margin-bottom: 5px !important;
}

.footer-signup-box span.text {
margin-bottom: 15px;
display: block;
text-align: center;
}

.site-footer #mc_embed_signup {
width: auto;
display: inline-block;
}

.footer-email-container {
float: left;
margin-right: 10px;
display: block;
}

.footer-submit-container {
clear: none !important;
display: inline-block !important
}

.footer-signup-email {
-webkit-appearance: none;
box-shadow: none;
border: 0;
width: 100%;
padding: 10px;
box-sizing: border-box;
border: 1px solid #272727;
background: #293E57;
font-size: 14px;
color: #fff;
text-align: left;
outline: none;
margin: 0;
}

.footer-signup-submit {
box-sizing: border-box;
padding: 13px 30px;
-webkit-appearance: none;
border: 0;
box-shadow: none;
font-size: 13px;
margin: 0;
background: #239B86;
color: #fff !important;
transition: all 0.4s ease;
cursor: pointer;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}

.footer-signup-submit:hover {
background: #fff;
color: #239B86 !important;
}

#mce-responses {
clear: none !important;
display: none;
}

.newsletter-signup {
border-bottom: 1px solid #363636;
position: relative;
display: block;
clear: both;
overflow: hidden;
}

.pagination {
clear: both;
position: relative;
text-align: center;
text-transform: uppercase;
letter-spacing: 1px;
}

.no-bullets {
list-style: none;
padding-left: 20px;
}

.no-bullets li {
padding-bottom: 10px;
}

.optin-sm-links {
margin: 0;
padding: 0;
list-style: none;
font-size: 20px;
}

.optin-sm-links li {
padding-bottom: 20px;
}

.optin-sm-links li:last-child {
padding-bottom: 0 !important;
}

.formula-section input[type=text], .formula-section input[type=email], .formula-section input[type=tel] {
display: inline-block !important;
float: left !important;
width: 48.5% !important;
margin-right: 3%;
clear: none !important;
box-sizing: border-box !important;
}

.formula-section .your-email input {
margin-right: 0 !important;
}

.formula-section input[type=text]:nth-of-type(2n), .formula-section input[type=email]:nth-of-type(2n), .formula-section input[type=tel]:nth-of-type(2n) {
margin-right: 0 !important;
}

.formula-section input.wpcf7-form-control.wpcf7-submit {
background: #000 !important;
color: #fff !important;
margin: 0 !important;
border-width: 0 !important;
}

.formula-section input.wpcf7-form-control.wpcf7-submit:hover {
background: #fff !important;
color: #000 !important;
}

.page-id-22 .cta-section {
display: none !important;
}

.boxes li {
background: #293E57;
color: #fff;
box-sizing: border-box;
padding: 25px;
padding-bottom: 100%;
margin-bottom: -100%;
}

.large-icon {
    height: 100px;
    width: 100px;
    background: #239B86;
    font-size: 45px;
    border-radius: 50%;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: -27%;
    margin-bottom: 30px;
    justify-items: stretch;
}

.accordion {
margin-bottom: 1.5em;
position: relative;
}

.accordion-title {
padding: 24px 30px;
margin-bottom: 0 !important;
outline: 0;
transition: all 0.5s ease;
border-top: 1px solid rgba(122, 122, 122, 0.25);
font-size: 16px !important;
}

.accordion-title:first-of-type {
border-top: 0 !important;
}

.accordion-title:hover, .accordion-title.open {
background: #000;
color: #239B86 !important;
}

.accordion h3.accordion-title::after {
font-family: "Font Awesome 5 Pro";
content: '\f107';
position: absolute;
right: 18px;
}

.accordion h3.accordion-title.open::after {
content: '\f106' !important;
}

.accordion-content {
padding: 30px
}

.accordion br {    
display: none;
}

.accordion-content img {
width: 100%;
height: auto;
display: block;
margin: 20px 0;
}

.column-container {
padding: 0;
display: block;
position: relative;
clear: both;
}

.icon-section {
padding: 50px 0 0 0;
}

.icon-container {
margin-bottom: 20px !important;
margin-top: -70px !important;
margin: 0 auto;
display: block;
max-width: 100px;
}

hr {
margin: 45px 0;
border-top: 0;
border-bottom: 1px solid #239B86;
}

#catapultCookie {
font-weight: 400;
border-radius: 30px !important;
-webkit-border-radius: 30px !important;
-moz-border-radius: 30px !important;
background: transparent !important;
border: 1px solid #fff !important;
letter-spacing: 1.5px;
text-transform: uppercase;
transition: all 0.4s ease;
font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
font-weight: 600;
padding: 7px 14px !important;
}

#catapultCookie:hover {
background: #fff !important;
color: #293E57 !important;
}

.has-cookie-bar #catapult-cookie-bar {
padding: 10px 15px !important;
}

.ctcc-left-side {
font-size: 85%;
font-weight: 300;
}

#cookies {
margin-bottom: 1.5em;
}

@media only screen and (max-width:650px) {
.ctcc-left-side {
font-size: 70% !important;
}
}

.highlight-bg .your-consent .wpcf7-list-item-label {
color: #fff;
}

.highlight-bg .your-consent .wpcf7-list-item {
margin-left: 0 !important;
}

.your-consent span.wpcf7-list-item-label::before {
padding-left: 10px;
}

.your-consent {
margin-bottom: 10px;
display: block;
}

.aligncenter {
margin: 0 auto;
display: block;
}

.content .embed-container {
margin-bottom: 1.5em;
}

.blog-filters {
margin: 0;
padding: 0;
list-style: none;
padding: 40px 30px 0;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 1px;
color: #000;
text-align: center
}

.blog-filters li {
display: inline-block;
padding-right: 20px;
color: #000;
transition: all 0.4s ease;
}

.blog-filters a {
color: #000;
}

.blog-filters li:hover, .blog-filters li:hover a, .blog-filters li.current-cat, .blog-filters li.current-cat a {
color: #239B86;
}

.blog-filters li:last-of-type {
padding-right: 0 !important;
}

.category .banner-title {
text-align: right !important;
}

.center-button-container {
text-align: center;
clear: both;
}

.center-button-container .button, .center-button-container a {
display: inline-block;
}

.single-results p img, .single .content img {
width: auto;
height: auto;
max-width: 100%;
margin-bottom: 1.5em;
}

.dashboard-main .sidebar h3 {
font-size: 18px;
}

.dashboard-main .sidebar a {
font-size: 18px;
color: #000;
}

.dashboard-boxes.three-column li {
background-size: 100%;
background-position: 50% 20%;
}

.dashboard-boxes.three-column li:hover {
background-size: 110%;
}

.dashboard-boxes.three-column li:nth-of-type(1), .dashboard-boxes.three-column li:nth-of-type(2) {
width: 48.5% !important;
}

.dashboard-boxes.three-column li:nth-of-type(1) {
margin-right: 3% !important;
}

.dashboard-boxes.three-column li:nth-of-type(2) {
margin-right: 0 !important;
}

.dashboard-boxes.three-column li:nth-of-type(3) {
margin-right: 2% !important;
clear: left;
}

.dashboard-boxes.three-column li:nth-of-type(4) {
clear: none !important;
}

.dashboard-boxes.three-column li:nth-of-type(5) {
margin-right: 0 !important;
}

#menu-online-coaching-menu li a::before {
font-family: "Font Awesome 5 Pro";
padding-right: 10px;
display: inline-block;
min-width: 20px;
}

.page-dashboard .menu-item-1349 a, #menu-online-coaching-menu .current-menu-item a, .single-videos .ocnav-videos a, .current-cat a {
color: #239B86 !important;
}

.dashboard-main .sidebar li {
padding-bottom: 8px;
}

.ocnav-dash a::before {
content: "\f0e4";
}

.ocnav-nutrition a::before {
content: "\f787";
}

.ocnav-videos a::before {
content: "\f04b";
}

.ocnav-resources a::before {
content: "\f15c";
}

.ocnav-account a::before {
content: "\f007";
}

.ocnav-logout a::before {
font-family: "Font Awesome 5 Pro";
content: "\f08b";
padding-right: 10px;
min-width: 20px;
display: inline-block;
}

.ocnav-fb a::before {
content: "\f082";
font-family: "Font Awesome 5 Brands";
padding-right: 10px;
min-width: 20px;
display: inline-block;
}

.cover-image {
padding-bottom: 140%;
}

.two-column li:hover .post-image {
opacity: 0.7;
}

.tg  {border-collapse:collapse;border-spacing:0;}

.content table {
margin-bottom: 1.5em;
color: #000;
width: 100%;
}

td {padding:16px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#bfbfbf;}

th{font-size:15px;font-weight: 600 !important;text-transform: uppercase; color:#fff;letter-spacing: 1.5px;font-weight: 700;font-weight:normal;padding:16px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;border-color:#bfbfbf;}

.tg .tg-0lax{text-align:left;vertical-align:middle}

tbody tr:nth-child(odd) {
background: #f6f6f6;
}

thead {
background: #000;
color: #fff;
}

tr th:nth-child(2n), tr td:nth-child(2n) {
text-align: center !important;
}

.nutrition-table tr th:nth-child(1) {
width: 65%;
}

blockquote {
color: #293E57;
font-weight: 400;
font-size: 24px;
margin-left: 0;
margin-right: 0;
padding-left: 0;
line-height: 1.5em;
}

blockquote p {
font-size: 125% !important;
}

.disclaimer {
color: #999;
margin-top: 20px;
display: block;
font-size: 15px;
}

.result-content {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 35px;
right: 35px;
color: #fff;
text-align: center;
opacity: 0;
transition: all 0.4s ease;
}

.image-overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
top: 0;
opacity: 0;
background: rgba(0, 0, 0, 0.8);
transition: all 0.4s ease;
}

.result:hover .image-overlay, .result:hover .result-content { 
opacity: 1;
}

.resource-cat {
display: inline-block !important;
}

table {
border-collapse: collapse;
width: 100%;
margin-bottom: 30px;
}

.grey-bg table tbody tr:nth-child(odd) {
background: #f9f9f9;
}

.grey-bg table tbody tr:nth-child(odd) {
background: #fff;
}

.section-builder h1::after {
content: '';
width: 100px;
height: 2px;
margin: 20px 0;
background: #239B86;
display: block;
}

.section-builder .black-bg, .section-builder .black-bg h1, .section-builder .black-bg h2, .section-builder .black-bg h3, .section-builder .black-bg h4, .section-builder .black-bg h5, .section-builder .black-bg h6, .section-builder .green-bg, .section-builder .green-bg h1, .section-builder .green-bg h2, .section-builder .green-bg h3, .section-builder .green-bg h4, .section-builder .green-bg h5, .section-builder .green-bg h6, .section-builder .darkgrey-bg, .section-builder .darkgrey-bg h1, .section-builder .darkgrey-bg h2, .section-builder .darkgrey-bg h3, .section-builder .darkgrey-bg h4, .section-builder .darkgrey-bg h5, .section-builder .darkgrey-bg h6 {
color: #fff;
}

.booking-link {
max-width: 200px;
padding-top: 40px;
}

.booking-link-container {
margin: 0 auto;
}

.booking-link-container iframe {
margin: 0 auto;
display: block;
}

.icon-inner-section {
margin-bottom: 60px;
}

.icon-columns {
list-style: none;
margin: 0;
padding: 3px 0 0 0;
text-align: center;
display: flex;
flex-wrap: wrap;
}

.icon-columns li {
width: 48.5%;
margin-right: 3%;
flex-grow: 1;
padding-bottom: 0;
}

.icon-columns li:nth-of-type(-n+3) {
margin-bottom: 50px
}

.icon-columns li:nth-of-type(2n) {
margin-right: 0
}

.icon-columns li i {
color: #239B86;
font-size: 50px;
margin-bottom: 25px;
}

.icon-columns li h5 {
color: #546579;
}

.image-right .flex-container, .video-right .flex-container {
flex-direction: row-reverse;
}

.image-bg-text-right .flex-container {
flex-direction: row-reverse;
}

.section-img-large {
width: 72%;
float: right;
}

.section-img-small {
width: 44.5%;
position: absolute;
bottom: -45px;
left: 0;
}

.image-right-padding {
padding: 0 60px 0 0;
}

.image-left-padding {
padding: 0 0 0 60px;
}

.two-images-section {
padding-top: 30px;
}

.two-images-section .image-half {
align-self: flex-end;
margin-bottom: 60px
}

.image-bg {
position: relative;
background-color: #293E57;
background-size: cover !important;
-webkit-background-size: cover;
-moz-background-size: cover;
background-repeat: no-repeat !important;
background-position: 35% 50% !important;
transition: all 0.4s ease;
}

.cta-section .flex-container {
justify-content: right;
align-content: center;
}

.cta-section p {
color: #fff;
}

.link-blocks {
list-style: none;
margin: 45px 0 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}

.link-blocks li {
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
position: relative;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% !important;
padding-bottom: 32%;
transition: all 0.4s ease;
height: 0;
}

.facilities .link-blocks li {
padding-bottom: 23.5%;
}

.overlay-container {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
color: #fff;
}

.link-blocks li h6 {
font-size: 27px;
margin-bottom: 0 !important;
}

.box-link {
position: absolute;
top: 0;
left:0;
right:0;
bottom: 0;
background: linear-gradient(to top, rgba(0,0,0,0.25), rgba(0,0,0,0));
background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0)); 
background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

.link-blocks li:hover {
opacity: 0.7;
}

.link-blocks i {
margin-bottom: 15px;
font-size: 35px;
color: #fff;
}

/*.text-split .sixty .inner-container {
padding: 0 0 0 45px;
}*/

.blog .info-boxes {
margin-top: 0
}

.info-boxes {
list-style: none;
margin: 100px 0 0 0;
padding: 0;
display: flex;
flex-wrap: wrap;
}

.info-boxes > li, .info-boxes > article {
width: 31%;
margin-right: 3.5%;
margin-bottom: 3.5%;
position: relative;
transition: all 0.4s ease;
padding-bottom: 0;
display: flex;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

body:not(.blog) .info-boxes > li:nth-of-type(3n), body:not(.blog) .info-boxes > article:nth-of-type(3n) {
margin-right: 0 !important;
}

/*.info-boxes > li:nth-of-type(n+4), .info-boxes > article:nth-of-type(n+4) {
margin-top: 3.5%;
}*/

.info-box-image {
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% !important;
padding-bottom: 30%;
width: 30%;
height: auto;
background-color: #fff;
margin-top: -27%;
margin-bottom: 30px;
}

.info-box-text {
box-shadow: 0 0 40px rgba(0,0,0,0.2);
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
background: #fff;
width: 100%;
font-size: 16px;
}

.blog .post .info-box-text, .single-post .post .info-box-text {
overflow: hidden;
}

.info-box-text h3 {
color: #293E57;
font-weight: 500;
margin-bottom: 18px;
}

.info-box-text a {
color: #239B86;
font-weight: 500;
border-bottom: 2px solid #239B86;
padding-bottom: 6px;
display: inline-block;
}

.info-box-text a:hover {
color: #293E57;
border-color: #293E57;
}

/* Focus Boxes */

.focus-box {
margin: 0 0 60px 0;
padding: 0;
position: relative;
}

.focus-box:nth-of-type(2n) .flex-container {
flex-direction: row-reverse;
}

.focus-box:nth-of-type(2n) .focus-box-text {
right: auto !important;
left: 0 !important;
}

.focus-box-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    align-self: stretch;
}

.focus-box-text:not(.forty) {
width: 50%;
}

.focus-box-text {
background: #239B86;
color: #fff;
}

.section:not(.map-section) .focus-box-text {
font-size: 16px;
}

.align-middle .focus-box-text {
top: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
z-index: 999;
}

.focus-box-text h3, .focus-box-text h5 {
color: #fff;
}

.focus-box-text a {
color: #fff;
}

.focus-box-text a:hover {
color: #293E57;
}

.apartment-info {
list-style: none;
margin: 0 0 20px 0;
padding: 0;
color: #293E57;
font-size: 15px;
line-height: 1.5em;
}

.apartment-info i {
margin-right: 8px;
}

.apartment-info span {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 11px;
font-weight: 500;
}

.apartment-info li {
display: inline-block;
margin-right: 18px;
padding-bottom: 0;
}

.apartment-info li:last-of-type {
margin-right: 0 !important;
}

/*.text-link::before {
content: '\f178';
font-family: 'Font Awesome 6 Pro';
padding-right: 10px;
}*/

.booking-reviews .ti-widget.ti-book .ti-header .ti-large-logo {
display: inline-block;
margin-top: 0;
margin-right: 15px;
margin-bottom: 0 !important;
}

.booking-reviews .ti-stars {
display: inline-block;
}

.booking-reviews .ti-widget.ti-book .ti-header .ti-rating-box {
height: 50px !important;
width: 50px !important;
display: none !important;
}

.booking-reviews .ti-widget:not([data-layout-id='27']):not([data-layout-id='29']):not([data-layout-id='32']):not([data-layout-id='35']) .ti-header .ti-rating-box {
font-size: 20px !important;
}

.booking-reviews .ti-widget.ti-book .ti-header .ti-rating-text span strong {
font-weight: 400 !important;
}

.booking-reviews .ti-widget.ti-book .ti-widget-container .ti-name {
text-transform: uppercase !important;
color: #293E57;
letter-spacing: 2px !important;
font-size: 13px !important;
font-weight: 500 !important;
}

.booking-reviews .ti-widget .source-Booking .ti-review-header:after {
display: none !important;
}

.booking-reviews .ti-widget.ti-book .ti-header .ti-rating-text strong {
font-weight: normal !important;
text-decoration: none !important;
}

.booking-reviews .ti-widget.ti-book .ti-header .ti-rating-text strong {
font-weight: normal !important;
text-decoration: none !important;
pointer-events: none !important;
}

.booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-review-item>.ti-inner {
background: #fff !important;
}

.booking-reviews .ti-widget .ti-review-item .ti-stars .ti-rating-box {
position: absolute !important;
top: 20px !important;
right: 30px !important;
font-size: 15px !important;
height: 35px !important;
width: 35px !important;
}

.booking-reviews .ti-widget.ti-book .ti-review-item>[class$=inner] {
padding: 20px !important;
}

.booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-header {
padding-left: 60px;
}

.booking-reviews .ti-widget .source-Booking .ti-large-logo img {
margin: 0 !important;
width: 120px !important;
height: 20px !important;
}

.booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-header .ti-stars {
position: absolute !important;
left: 0 !important;
top: 0 !important;
}

.booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-header .ti-stars .ti-rating-box {
padding: 23px !important;
}

.booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'][data-pid='37326fb821891081de591dfa93'] .ti-rating-text strong a {
text-decoration: none !important;
font-weight: 400 !important;
}

.booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'][data-pid='37326fb821891081de591dfa93'] .ti-widget-container .ti-rating-text {
text-align: left !important;
}

/* Hero Booking.com widget */

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header {
padding: 0 !important;
}

.hero-section .ti-widget .source-Booking .ti-rating-box {
background: rgba(255,255,255,0.25) !important;
border-radius: 0 !important;
color: #fff !important;
font-size: 15px !important;
padding: 10px 7px !important;
font-weight: 500 !important;
height: auto !important;
width: auto !important;
font-weight: 500 !important;
padding: 10px 7px !important;
text-align: center !important;
vertical-align: middle !important;
display: inline-block !important;
align-items: center !important;
margin-right: 15px !important;
box-shadow: 0 1px 10px rgba(0,0,0,0.2) !important;
-webkit-backdrop-filter: blur(5px) !important;
backdrop-filter: blur(5px) !important;
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-stars {
margin: 0;
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:first-of-type span {
color: #fff !important;
font-size: 15px !important;
font-weight: 500 !important;
text-transform: uppercase !important;
letter-spacing: 2px !important;
color: #fff !important;
display: block !important;
text-shadow: 0 1px 10px rgba(0,0,0,0.4) !important;
}


.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:first-of-type span strong {
font-size: 15px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 2px;
color: #fff;
display: block;
text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:last-of-type span {
color: #fff !important;
text-shadow: 0 1px 10px rgba(0,0,0,0.4) !important;
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:first-of-type .nowrap, .hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:last-of-type {
margin-left: 50px;
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:last-of-type .nowrap {
margin-left: 0;
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header .ti-mob-row:last-of-type span strong {
font-weight: 400 !important;
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-small-logo {
background-image: url('https://www.durhamriversideapartments.uk/wp-content/uploads/booking-logo-white.png');
display: block;
width: 83px;
height: 14px;
background-size: contain;
background-position: 50%;
background-repeat: no-repeat;
margin-left: 3px;
margin-top: 2px;
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-small-logo img {
display: none !important;
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header strong {
color: #fff !important;
}

.hero-section .ti-widget {
position: relative !important;
text-align: left !important;
}

.hero-section .ti-header {
padding: 0 !important;
flex-wrap: wrap !important;
}

.hero-section .ti-mob-row {
width: 100% !important;
}

.hero-section .ti-widget-container {
padding-left: 0px !important;
}

.hero-section .ti-stars {
position: absolute !important;
left: 0 !important;
}

.hero-section .ti-widget[data-layout-id='27'][data-set-id='light-minimal'] .ti-header:hover {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}

/* END - Hero Booking.com Widget */

.relative-container {
position: relative;
}

.banner-spacing {
margin-bottom: 75px;
}

.faq-boxes {
list-style: none;
padding: 0;
margin: 45px 0 0 0;
}

.faq-boxes li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
background: #DED5C8;
padding-bottom: 0;
}

.faq-boxes li:nth-of-type(2n) {
margin-right: 0;
}

.faq-boxes li:nth-last-of-type(-n+2) {
margin-bottom: 0;
}

.contact-info li {
padding-bottom: 20px;
}

.contact-info li:last-of-type {
padding-bottom: 0;
}

.contact-info li i {
color: #239B86;
padding-right: 10px;
}

.sidebar h6 {
color: #293E57;
}

.contact-info {
list-style: none;
padding: 1px 0 0 0;
margin: 0;
}

.ci-address::before {
color: #fff;
content: '\f3c5';
font-family: 'Font Awesome 6 Pro';
padding-right: 10px;
position: absolute;
padding-top: 3px;
}

.ci-address p {
padding-left: 30px;
margin-bottom: 0 !important;
}

.ci-phone::before {
color: #239B86;
content: '\f095';
font-family: 'Font Awesome 6 Pro';
padding-right: 10px;
position: absolute;
padding-top: 3px;
}

.ci-phone span, .ci-email span {
padding-left: 30px;
margin-bottom: 0 !important;
}

.ci-email {
word-wrap: break-word;
}

.ci-email::before {
color: #239B86;
content: '\f0e0';
font-family: 'Font Awesome 6 Pro';
padding-right: 10px;
position: absolute;
padding-top: 3px;
}

/* GravityForms */

body .gform_wrapper h2.gform_title {
    display: none !important;
}

.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    font-size: 18px !important;
    padding: 25px !important;
    background: #F4F6F7 !important;
    border: 1px solid transparent  !important;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    font-family: "Gotham A", "Gotham B", Arial, Helvetica, sans-serif;
    -webkit-appearance: none !important;
    outline: 0 !important;
    transition: all 0.4s ease;
}

.gform_wrapper.gravity-theme input[type=color]:focus, .gform_wrapper.gravity-theme input[type=date]:focus, .gform_wrapper.gravity-theme input[type=datetime-local]:focus, .gform_wrapper.gravity-theme input[type=datetime]:focus, .gform_wrapper.gravity-theme input[type=email]:focus, .gform_wrapper.gravity-theme input[type=month]:focus, .gform_wrapper.gravity-theme input[type=number]:focus, .gform_wrapper.gravity-theme input[type=password]:focus, .gform_wrapper.gravity-theme input[type=search]:focus, .gform_wrapper.gravity-theme input[type=tel]:focus, .gform_wrapper.gravity-theme input[type=text]:focus, .gform_wrapper.gravity-theme input[type=time]:focus, .gform_wrapper.gravity-theme input[type=url]:focus, .gform_wrapper.gravity-theme input[type=week]:focus, .gform_wrapper.gravity-theme select:focus, .gform_wrapper.gravity-theme textarea:focus {
    background: #fff !important;
    border-color: #293E57 !important
}

.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input {
background: #239B86;
color: #fff !important;
box-shadow: 10px 10px 0 #293E57;
}

.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover {
background: #293E57;
border-color: #293E57 !important;
cursor: pointer;
box-shadow: 0 0 0 #293E57;
}

/* END GravityForms */

.booking-score {
margin-bottom: 10px;
}

.score-box {
    font-size: 15px;
    font-weight: 500;
    background: rgba(255,255,255,0.25);
    padding: 10px 7px !important;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    align-items: center;
    margin-right: 15px;
    box-shadow: 0 1px 10px rgba(0,0,0,0.2);
	-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
}

.score-side {
    display: inline-block;
    padding: 0;
}

.score-subtitle {
font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    display: block;
    text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

.score-tally {
color: #fff;
font-size: 13px;
text-shadow: 0 1px 10px rgba(0,0,0,0.4);
}

.score-tally span {
    display: inline-block;
}

.score-tally img {
    max-height: 14px;
    display: inline-block;
    margin: 0 0 -3px 6px;
}

.banner-overlay .button {
box-shadow: 0 2px 30px rgba(0,0,0,0.4);
}

.full-width {
width: 100%;
}

.rmp-container {
box-shadow: 0 0 30px rgba(0,0,0,0.2);
box-sizing: border-box;
}

#rmp-menu-wrap-1867 .rmp-menu-item-link {
box-sizing: border-box;
padding-right: 0;
}

.responsive-menu-pro-inner, .responsive-menu-pro-inner::before, .responsive-menu-pro-inner::after {
transition: all 0.4s ease !important;
}

.acf-map {
margin: 0 !important;
}

.gallery-ul {
margin: 45px 0 0 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
}

.gallery-ul li {
padding-bottom: 0;
}

.gallery-ul li img {
width: 100%;
height: auto;
display: block;
}

.mfp-bg {
z-index: 99998 !important;
}

.mfp-wrap {
z-index: 99999 !important;
}

.mfp-title {
font-size: 16px;
padding: 15px 0 !important;
text-align: center !important;
}

.splash {
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: calc(100vh - 60px);
overflow: hidden;
background: #000000 none no-repeat scroll center center;
background-size: cover;
}

.splash::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
opacity: 0.4;
content: '';
pointer-events: none;
z-index: 2;
}

.splash__video {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
object-fit: cover;
pointer-events: none;
}

.banner-logos {
margin-bottom: 20px;
}

.banner-logos img {
max-height: 30px; 
margin-right: 30px;
}

.footer-illustration {
width: 100%;
display: block;
}


.company-logo {
max-width: 350px;
max-height: 65px;
float: right;
}

.testimonial-section .text-container {
max-width: none;
}

.stats-section {
margin-top: -7.5%;
margin-left: 20%;
border-top-left-radius: 40px;
-webkit-border-top-left-radius: 40px;
-moz-border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-bottom-left-radius: 40px;
}

.stat {
font-size: 60px;
font-weight: 500;
margin-bottom: 5px;
margin-left: -5px;
}

.stat-container {
padding-left: 5px;
}

.icon {
max-width: 50px;
max-height: 50px;
margin-bottom: 15px;
}

.stats {
margin-top: 60px;
}

.testimonial-slider {
border-radius: 36px;
-webkit-border-radius: 36px;
-moz-border-radius: 36px;
overflow: hidden;
}

.testimonial-slider .slides, .testimonial-slider .slides li {
margin-bottom: 0;
padding-bottom: 0;
}

.testimonial-slider .slides li:not(.clone) {
	border-radius: 20px !important;
overflow: hidden;
background: #f6f6f6;
}

.testimonial-image {
background-size: cover !important;
border-top-right-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-bottom-right-radius: 30px;
width: 50%;
margin: 0;
display: block;
}

.quote-image {
background-size: cover !important;
border-top-right-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
-webkit-border-bottom-right-radius: 30px;
-moz-border-bottom-right-radius: 30px;
width: 100%;
margin: 0;
display: block;
}

.testimonial-logo {
max-width: 120px;
}

.testimonial-author {
font-size: 19px;
color: #0B6C79;
margin-bottom: 10px;
}

.business-name {
color: #65605C;
font-size: 15px;
}

.button-overlay {
position: absolute;
bottom: 45px;
left: 0;
right: 0;
}

.button-container {
justify-content: center;
}

.flexslider.testimonial-slider {
background: #F4F6F7;
border: 0;
box-shadow: 0;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
overflow: hidden;
}

.quotes-slider .flexslider.testimonial-slider {
border-radius: 0 !important;
}

.mfp-bg {
background: rgba(255,255,255,0.8) !important;
opacity: 1 !important;
}

.mfp-content {
background: #293E57;
color: #fff;
max-width: 960px;
padding: 60px;
box-sizing: border-box;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
margin-top: 130px !important;
margin-bottom: 40px !important;
}

.mfp-content a:hover {
color: #fff !important;
}

.popup-content {
max-height: 550px;
overflow: scroll;
transition: all 0.4s ease;
padding-bottom: 30px;
}

.popup-logo {
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: 50% !important;
width: 150px;
height: 150px;
background-color: #fff;
margin-top: -135px;
margin-bottom: 30px;
}

.mfp-close-btn-in .mfp-close {
color: #fff !important;
font-size: 44px;
right: 15px;
top: 15px;
}

.banner-scroll {
display: block;
text-align: right;
font-size: 60px;
position: absolute;
bottom: 45px;
left: auto;
right: 60px;
animation-duration: 2s;
animation-iteration-count: infinite;
transform-origin: bottom;
color: #fff !important;
}

.testimonials-section:not(.quotes-slider) .section-container {
padding-bottom: 0 !important;
}

#brand-downloads .info-boxes li:nth-of-type(4n) {
width: 100%;
margin-right: 0 !important
}

.address-boxes {
    flex-gap: 3%;
	gap: 3%;
    text-align: center;
    margin-bottom: 30px;
    justify-content: center;
}

.address-box {
    width: 22.75%;
}

.address-box h5 {
font-size: 18px;
}

.address-box p {
    line-height: 1.8em;
}

.quotes-slider .flexslider.testimonial-slider {
    background: transparent;
}

.quotes-slider .flex-control-nav {
    margin-left: calc(34% + 50px);
}

.icon-blocks {
justify-content: center;
gap: 3.5%;
}

@media only screen and (min-width: 768px) {
.icon-block {
width: 31%;
margin-bottom: 60px
}
}

@media only screen and (max-width:767px) {
	.panel-full {
		line-height: 1.5em;
font-size: 15px;
	}
	.accordion {
		margin-top: 45px;
	}
.accordion-control h4 {
        margin-right: 5px;
    }
	.simple-accordion .accordion-control {
		padding: 30px 50px 30px 30px !important;
	}
	.accordion-control:after {
		right: 30px !important;
	}
	.accordion:not(.plain-accordion) .panel .panel-inner {
		padding: 0 30px 30px !important;
	}
}

@media only screen and (min-width: 651px) and (max-width:767px) {
.icon-block {
width: 48%;
margin-bottom: 60px
}
}

@media only screen and (max-width:650px) {
.large-icon {
font-size: 30px;
width: 70px;
height: 70px;
margin-bottom: 20px;   
}
.icon-block {
width: 100%;
margin-bottom: 45px
}
}

.blog .blog-content .post:first-of-type {
width: 100%;
margin-right: 0;
margin-bottom: 45px;
}

.blog .blog-content .post:first-of-type .post-image {
width: 100%;
padding-bottom: 40%;
}

.blog .blog-content .post:first-of-type .info-box-text {
display: flex;
/* flex-wrap: wrap; */
align-content: center;
align-items: center;
}

.single-post .image-left .text-container {
margin: 0;
}

.single-post .image-right .text-container {
margin: 0;
float: right;
}

.single-post .image-right .image-container {
background-position: 0% 50% !important;
}

.single-post blockquote {
font-size: inherit;
margin: 30px 0;
}

.single-post blockquote::before {
	content: "\f10d";
	font-family: 'Font Awesome 6 Pro';
	margin-bottom: 30px;
	display: block;
	font-size: 60px;
	font-weight: 700;
	color: #239B86;
}

.badge {
	max-height: 250px;
margin: 0 auto;
display: block;
	margin-bottom: 30px;
}

/* Accordion */

.accordion-control {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: all 0.4s ease;
    position: relative;
    background: #fff;
    color: #363636;
    font-size: inherit;
}

.features-accordion .accordion-control {
    background-color: #F3F0F6;
    padding: 28px 40px;
    color: #239B86;
    border-bottom: 1px solid #fff;
}

.simple-accordion .accordion-control {
padding: 30px 80px 30px 40px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

.simple-accordion .accordion-control h5 {
color: #242457
}

.plain-accordion .accordion-control {
background-color: transparent;
padding: 20px 0;
}

.plain-accordion.accordion .panel, .plain-accordion .accordion-item.open, .plain-accordion .accordion-item.open .accordion-control {
background: transparent;
}

.plain-accordion .accordion-control.active, .plain-accordion .accordion-control:hover {
background: transparent;
}

.plain-accordion .accordion-item.open .accordion-control h4, .plain-accordion .accordion-item.open .panel {
color: inherit;
}

.plain-accordion .accordion-item.open .accordion-control h4 {
    color: #239B86;
    }

.accordion-control:not(.active) h4 {
margin-bottom: 5px !important;
}

.features-accordion .accordion-control.active, .features-accordion .accordion-control:hover {
    background-color: #E6E1EE;
}

.accordion:not(.plain-accordion):not(.simple-accordion) .accordion-control.active {
padding-top: 40px;
padding-bottom: 0 !important;
border-bottom: 0 !important;
}

.accordion.simple-accordion .accordion-control.active {
padding-bottom: 20px;
}

.accordion-control:after {
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
    color: #239B86;
    font-size: 21px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 35px;
    right: 40px;
}

.features-accordion .accordion-control:after {
/*top: 40px;*/
}

.simple-accordion .accordion-control:after {
top: 30px;
color: #239B86;
}

.accordion:not(.plain-accordion):not(.simple-accordion) .accordion-control.active:after {
top: 40px;
color: #fff;
}

.accordion-control.active:after {
    content: "\f106";
}

/*.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-control {
border-top-left-radius: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-top-left-radius: 20px;
border-top-right-radius: 20px;
-webkit-border-top-right-radius: 20px;
-moz-border-top-right-radius: 20px;
}

.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-control {
border-bottom-left-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
-webkit-border-bottom-right-radius: 20px;
-moz-border-bottom-right-radius: 20px;
}*/

.accordion .panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.feautures-accordion .panel {
    background: #239B86;
    color: #fff;
}

.accordion:not(.plain-accordion) .panel .panel-inner {
padding: 0 40px 40px;
}

.simple-accordion .accordion-item {
background: #fff;
box-shadow: 0 0 30px rgba(0,0,0,0.2);
margin-bottom: 20px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

.accordion-item.open .panel {
}

.features-images {
position: relative;
overflow: hidden;
box-sizing: border-box;
}

.features-images .accordion-image {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 1;
}

.active-image {
z-index: 10 !important;
}

.features-accordion .accordion-item.open, .features-accordion .accordion-item.open .accordion-control {
background: #239B86;
}

.accordion-item.open .panel h4 {
    color: #fff;
}

.features-accordion .accordion-item.open .accordion-control h4, .features-accordion .accordion-item.open .panel, .features-accordion .accordion-item.open .accordion-control .under-title {
color: #fff;
}

.accordion-control h4 {
    font-size: 21px;
}

.accordion-item .panel * {
opacity: 0;
transition: opacity 0.4s ease;
}

.accordion-item .accordion-control + .panel * {
    opacity: 1 !important
}

.simple-accordion .accordion-item .panel * {
opacity: 1;
}

.accordion-item.open .panel * {
opacity: 1;
}

.accordion-icon {
	margin-right: 20px;
	font-size: 27px;
}

.panel-full {
	line-height: 1.5em;
}

/* END Accordion */

/* 11.0 - Responsive */

@media only screen and (min-width:2100px) {
.blog-banner-image {
min-height: 925px;
}
.banner-cont {
max-height: 900px !important;
}
}

@media only screen and (min-width:1865px) and (max-width:2099px) {
.blog-banner-image {
min-height: 750px;
}
}

@media only screen and (min-width:1865px) {
.banner-overlay {
max-width: 65% !important;
}
.half-image {
min-height: 650px !important;
}
}

@media only screen and (min-width:1601px) and (max-width:1864px) {
.banner-overlay {
max-width: 1048px;
}
}

@media only screen and (min-width:1601px) {
.banner-cont {
max-height: 750px;
}
.banner-title {
font-size: 3.5vw;
}
	.single-post .banner-title {
	font-size: 3vw;
	}
.banner-text {
font-size: 21px;
line-height: 1.4em
}
}

@media only screen and (min-width:1301px) {
.site-header:not(.active).navigation {
margin-top: 20px 
}
.active.site-header .site-header-container, .fixed-header .site-header-container {
position: relative;
max-width: 1370px;
}
}

@media only screen and (min-width:1341px) and (max-width:1450px) {
.site-header:not(.active) .site-logo img, .site-header:not(.active) .logo-dark {
max-width: 220px !important;
}
}

@media only screen and (min-width:1100px) and (max-width:1340px) {
.site-header:not(.active) .site-logo {
padding-top: 20px;
}
.active.site-header .site-header-container, .fixed-header .site-header-container {
padding: 0 30px;
}
.active.site-header .site-logo {
left: 30px;
}
.site-logo img, .logo-dark {
max-width: 120px !important;
}
.site-header:not(.active).navigation {
margin-top: 20px 
}
.navigation ul li {
margin-left: 13px;
margin-right: 13px;
}
}

@media only screen and (min-width:651px) and (max-width:1280px) {
.stats-section .three-column li {
width: 48.25% !important;
margin-bottom: 3.5% !important;
}
.stats-section .three-column li:nth-child(3n) {
margin-right: 3.5% !important;
}
.stats-section .three-column li:nth-child(2n) {
margin-right: 0 !important;
}
.stats-section .three-column li:nth-child(3n+1) {
clear: none !important;
}
}

@media only screen and (max-width:650px) {
	.banner-overlay {
	width: 100%;
	}
.stats-section .three-column li {
width: 100% !important;
margin-bottom: 30px !important;
margin-right: 0 !important;
}
}

@media only screen and (max-width:1100px) {
.navigation {
display:none;
}
}
@media only screen and (max-width:1200px) {
.dashboard-main {
padding-top: 60px !important;
}
}

@media only screen and (max-width:1090px) {
.video-side.middle {
position: relative;
top: 0 !important;
transform: none !important;
}
}

@media only screen and (min-width:1001px) and (max-width:1100px) {
.site-header-container {
padding: 0 30px;
}
.site-logo {
left: 30px;
}
.navigation ul li a {
font-size: 14px !important;
padding: 21.5px 12px;
}
.navigation ul li .sub-menu a {
padding: 6px 12px !important;
}
}

@media only screen and (max-width:1014px) {
.sub-menu a {
padding: 10px 10px !important;
font-size: 14px !important; 
}
}

@media only screen and (min-width:901px) and (max-width:1200px) {
.info-box-text {
width: 100%;
position: relative;
bottom: auto;
}
}

@media only screen and (min-width:901px) {
#brand-downloads .info-boxes li:nth-of-type(4n) .info-box-image {
width: 8%;
padding-bottom: 8%;
margin-top: -7.5%;
}
}

@media only screen and (min-width:601px) and (max-width:900px) {
.info-boxes {
padding-right: 0;
}
.info-boxes > li {
width: 100%;
margin-bottom: 90px;
}
.info-box-image {
margin-top: -19%;
width: 100px;
height: 100px;
padding-bottom: 0;
}
.info-box-text {
width: 100%;
position: relative;
bottom: auto;
}
}

@media only screen and (min-width:601px) and (max-width:900px) {
.video-wrapper {
padding-bottom: 80% !important;
max-width: 144%;
width: 144%;
margin-left: -30%;
}
}

@media only screen and (min-width:601px) {
body:not(.single) .icon-columns li {
width: 31%;
margin-right: 3.5%;
flex-grow: 1;
}
body:not(.single) .icon-columns li:nth-of-type(-n+3) {
margin-bottom: 50px
}
body:not(.single) .icon-columns li:nth-of-type(3n) {
margin-right: 0
}
}

@media only screen and (max-width:600px) {
.video-wrapper {
padding-bottom: 130% !important;
max-width: 234%;
width: 234%;
margin-left: -49%;
}
.info-boxes {
padding-right: 0;
padding-bottom: 0;
margin-top: 70px;
}
.info-boxes > li {
width: 100%;
margin-right: 0;
margin-bottom: 60px;
}
.info-box-image {
margin-top: -78px;
width: 100px;
height: 100px;
padding-bottom: 0;
margin-bottom: 25px;
}
.info-box-text {
width: 100%;
position: relative;
bottom: auto;
right: 0;
top: 0;
}
.info-boxes > li:nth-last-of-type(-n+1) {
margin-bottom: 0;
}
}

@media only screen and (min-width:961px) and (max-width:1150px) {
.site-footer .email-container, .site-footer .submit-container {
width: 100% !important;
}
.site-footer .email-container input, .site-footer .submit-container input {
border-radius: 0 !important;
text-align: center !important;
}
}

@media only screen and (max-width:973px) {
.footer-signup-box h3 {
padding-top: 0 !important;
}
}

@media only screen and (min-width:961px) {
.link-blocks li:nth-of-type(4n) {
margin-right: 0 !important;
}
.link-blocks li:nth-last-of-type(-n+4) {
margin-bottom: 0 !important;
}
.gallery-ul li {
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
}
.gallery-ul li:nth-of-type(4n) {
margin-right: 0;
}
.gallery-ul li:nth-last-of-type(-n+4) {
margin-bottom: 0;
}
.virtual-tour iframe {
height: 550px !important;
}
.button:nth-of-type(-n+1) {
margin-right: 10px;
}
/*section:nth-of-type(2n) .text-container:first-of-type {
padding-top: 10px;
}*/
.blog-filters {
padding: 40px 20px 0 !important;
}
.empty-half {
min-height: 700px;
}
.image-container {
min-height: 600px;
}
.acf-map {
min-height: 650px;
}
.booking-reviews .ti-header {
position: absolute !important;
top: 0 !important;
right: 25px !important;
}
.reviews-container {
padding: 0 25px 25px;
}
.focus-box-text, .focus-box-image {
flex: 1;
}
.focus-box-text {
margin: 45px 0 45px -45px;
}
}

@media only screen and (min-width:601px) and (max-width:960px) {
.gallery-ul {
margin: 15px 0 0 0;
}
.gallery-ul li {
width: 32%;
margin-right: 2%;
margin-bottom: 2%;
}
.gallery-ul li:nth-of-type(3n) {
margin-right: 0;
}
.gallery-ul li:nth-last-of-type(-n+3) {
margin-bottom: 0;
}
}

@media only screen and (max-width:600px) {
.gallery-ul {
margin: 15px 0 0 0;
}
.gallery-ul li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}
.gallery-ul li:nth-of-type(2n) {
margin-right: 0;
}
.gallery-ul li:nth-last-of-type(-n+2) {
margin-bottom: 0;
}
}

@media only screen and (max-width:960px) {
	.box-company.box-giant {
		width: 40vw;
		height: auto;
		max-height: none;
		padding-bottom: 15px;
	}
	.box-company.box-giant img {
		padding: 0 10px 10px;
	}
.mfp-content {
padding: 40px !important;
}
.cta-section .flex-container {
justify-content: left;
}
.quote-image {
max-width: 350px;
}
.stats-section {
margin-top: -20%;
margin-left: 40px;
}
.focus-box-text, .focus-box-image, .focus-box-text:not(.forty) {
width: 100%;
}
.focus-box-image {
padding-bottom: 56.25%;
}
.focus-box-text {
margin: 0;
}
.image-bg .half:not(.empty-half) {
width: 100%;
}
.image-bg .empty-half {
width: 0;
}
.image-bg .right-gradient {
background: rgba(0, 0, 0, 0.35) !important;;
}
.image-bg .left-gradient {
background: rgba(0, 0, 0, 0.35) !important;;
}
.full-container {
padding: 20px 0;
}
.section-container, .text-container {
padding: 60px 40px;
}
.animated-image-text-section .sixty .text-container {
padding-bottom: 40px;
}
.booking-reviews .ti-widget[data-layout-id='34'][data-set-id='light-minimal'] .ti-header {
position: relative !important;
}
.reviews-container {
padding-bottom: 15px !important;
}
.button {
font-size: 13px;
padding: 18px 24px
}
.button:nth-of-type(-n+1) {
margin-bottom: 15px;
}
.twothirds, .third {
width: 100% !important;
}
.testimonials-section .text-container {
padding: !important;
max-width: none;
}
	.testimonials-section.quotes-slider .text-container {
	padding: 40px 0 0 !important;
max-width: none;
	}
	.testimonials-section.quotes-slider.case-study-slider .text-container {
	padding: 30px !important;
max-width: none;
	}
	.testimonials-section.quotes-slider.case-study-slider .quote-image {
		border-radius: 0 !important;
	}
	.quotes-slider .flex-control-nav {
	margin-left: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	}
.testimonial-image {
border-top-right-radius: 30px;
-webkit-border-top-right-radius: 30px;
-moz-border-top-right-radius: 30px;
border-top-left-radius: 30px;
-webkit-border-top-left-radius: 30px;
-moz-border-top-left-radius: 30px;
border-bottom-left-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-bottom-right-radius: 0;
}
blockquote {
font-size: 18px;
}
.sidebar-container {
overflow: hidden;
}
.main {
padding: 0 !important;
}
.blog-container, .content-container {
padding: 30px 30px 30px 30px;
}
.smalltitle, .bantitle {
font-size: 23px !important;
line-height: 26px !important;
}
.bo-container {
padding: 40px;
}
.single-post .post p img {
width: 100%;
height: auto;
display: block;
}
#responsive-menu a::before {
padding-right: 15px !important;
clear: none !important;
display: inline-block !important;
padding-top: 6px !important;
text-align: left !important;
}
.main {
padding: 0 !important;
}
.empty-half {
min-height: 500px;
}
}

@media only screen and (min-width:931px) {
.formula-section h2 {
padding-top: 15px !important;
}
}

@media only screen and (min-width:911px) {
.sub-menu {
padding: 0 !important;
position: absolute;
display: block;
clear: both;
overflow:hidden;
transition: all 0.4s ease;
margin: 0 0 0 0 !important;
background-color:#293E57;
color: #fff !important;
float: none !important;
height:0 !important;
z-index: 11000;
transition: all 0.4s;
text-align: left !important;
width: auto;
max-width: 100%;
}

.sub-menu li {
text-align: left !important;
float: none !important;
display: block;
clear:both;
}

.sub-menu a:hover{
color: #239B86 !important;
}

.sub-menu a {
color: #fff !important;
margin: 0 auto !important;
font-weight: 400 !important;
padding: 6px 12px !important;
border-top: 0 !important;
}

.sub-menu a::after {
content: none !important;
}

.sub-menu:hover {
height: auto !important;
padding: 6px 0 !important;
}
}

@media only screen and (max-width:910px) {
.sub-menu {
border-left: 10px solid #239B86;
padding-left: 0;
}
.blog .post, .category .post, .author .post, .archive .post, .category .post {
width: 100% !important;
}
}


@media only screen and (min-width:901px) and (max-width:1200px) {
body:not(.single) .icon-columns h5 {
font-size: 11px;
letter-spacing: 2px;
}
}

@media screen and (max-width:900px) {
.address-box {
    width: 48.5%;
	margin-bottom: 20px
}
.mfp-container {
padding-left: 20px !important;
padding-right: 20px !important;
}
.video_with_text_side .flex-container {
flex-direction: column-reverse;
}
.video_with_text_side .text-container {
padding: 0;
}
.image-text-section.additional-icon-section .image-container {
margin-top: -105px;
z-index: 999;
}
.image-text-section.additional-icon-section .icon-inner-section {
padding-bottom: 75px;
}
.banner-spacing {
margin-bottom: 0;
}
.image-text-section .flex-container {
flex-direction: column-reverse;
}
.image-text-section .forty {
width: 90%;
}
.image-text-section .sixty {
width: 100%;
}
.video-container {
width: 100%;
float: left;
margin-right: 0;
}
.video-side {
margin-top: 30px;
width: 100%;
float: left;
}
.fcol {
width: 47% !important;
margin-right: 6% !important;
}
.fcol:last-of-type {
margin-bottom: 0;   
}
#footerleftcol, #footerrightcol {
clear: both;
float: left;
width: 100%;
padding-bottom: 30px;
}
.fcol:nth-child(2n) {
margin-right: 0 !important;
}
.site-logo, .site-logo img, .logo-dark {
max-width: 160px;
}
}

@media screen and (min-width:501px) and (max-width:900px) {
.fcol:nth-of-type(-n+2) {
margin-bottom: 45px;
}
}

@media only screen and (min-width:851px) {
.book-left {
width: 28%;
float: left;
}
.book-content {
width: 68%;
float: right;
}
}

@media only screen and (max-width:850px) {
.book-left {
float: none !important;
display: block;
margin: 0 auto;
max-width: 240px !important;
clear: both;
padding: 0 0 20px 0;
}
}

@media only screen and (min-width:831px) and (max-width:1027px) {
.banner-title {
font-size: 45px !important;
}
}

@media only screen and (max-width:840px) {
.copyright, .bf-container {
clear: both;
display: block;
position: relative;
width: 100%;
box-sizing: border-box;
float: none;
max-width: none;
line-height: 1.5em
}
.dpm {
}
}

@media only screen and (min-width:831px) {
.flex-control-nav {
left: 60px !important;
bottom: 60px !important;
}
}

@media only screen and (max-width:830px) {
.blog-filters li {
display: block;
padding-bottom: 10px;
}
}

@media only screen and (min-width:801px) {
.table-half {
width: 48%;
float: left;
}
.table-half.table-right {
float: right;
}
}

@media only screen and (min-width:801px) and (max-width:1200px) {
.two-images-section .image-half {
align-self: flex-start;
}
.two-images-section .image-half .section-img-large {
width: 80%;
}
.two-images-section .image-half .section-img-small {
width: 60%;
top: 80%;
}
}

@media only screen and (max-width:800px) {
.half {
width: 100%;
}
.testimonial .flex-container {
flex-direction: column-reverse;
}
.testimonial .flex-container .button {
display: inline-block;
width: auto;
max-width: 140px;
text-align: center;
margin: 0 auto;
}
.testimonial .text-container {
padding-bottom: 90px !important;
}
.two-images-section {
padding: 0;
}
.two-images-section .flex-container {
flex-direction: column-reverse;
}
.two-images-section .image-half {
margin-top: 30px;
margin-bottom: 45px;
}
.image-right-padding {
padding: 0;
}
h5 {
font-size: 12px;
letter-spacing: 2px;
}
.right, .left {
width: 100%;
}
.left {
position: relative;
top: 0 !important;
display: block;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
}

@media only screen and (min-width:751px) {
.half-left .middle {
margin-right: 50%;
}
.result:nth-of-type(3n+1) {
clear:left;
}
}

@media only screen and (max-width:750px) {
.half-image {
float: none;
margin: 0 auto;
width: 100% !important;
display: block;
min-height: 350px !important; 
background-position-y: 38%;
}
.half-text {
width: 100% !important;
display: block;
max-width: 800px;
padding-bottom: 0px;
margin: 0 auto !important;
float:none !important;
overflow: hidden;
}
.half .middle {
position: relative !important;
top: 0 !important;
display: block;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
}

@media only screen and (max-width:736px) {
.video-banner {
background-position: 70% !important;
background-size: cover !important;
background-repeat: no-repeat !important;
}
.video-banner iframe {
}
}

@media only screen and (min-width:721px) {
.text-right {
position: absolute;
top: 50%;
display: inline-block;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
padding-right: 30px;
padding-left: 50px
}
}

@media only screen and (min-width:701px) and (max-width:900px) {
.image-links li {
padding-bottom: 35%;
}
.dashboard-boxes.image-links li {
padding-bottom: 30% !important;
}
}

@media only screen and (min-width:701px) {
.enquiry-text {
max-width: 64%;
}
.right-button {
position: absolute;
right: 40px;
top: 50%;
transform: translateY(-50%);
}
.text-split .forty h2 {
margin-bottom: 0 !important;
}
}

@media only screen and (min-width:701px) and (max-width:960px) {
.home-links .link-blocks li:nth-of-type(4n) {
margin-right: 0 !important;
}
.home-links .link-blocks li:nth-last-of-type(-n+4) {
margin-bottom: 0 !important;
}
.home-links .link-blocks li h6 {
font-size: 18px;
}
.facilities .link-blocks li {
width: 31%;
margin-right: 3%;
margin-bottom: 3%;
padding-bottom: 45%;
}
.facilities .facilities .link-blocks li {
padding-bottom: 31%;
}
.facilities .link-blocks li:nth-of-type(3n) {
margin-right: 0;
}
.facilities .link-blocks li:nth-last-of-type(-n+3) {
margin-bottom: 0 !important;
}
.facilities .link-blocks li h6 {
font-size: 18px;
}

}

@media only screen and (max-width:700px) {
.three-col-section .text-split {
flex-direction: column-reverse;
}
.company-logo {
float: none;
margin-bottom: 30px;
max-width: 220px;
max-height: 45px;
}
.faq-boxes li {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.text-split .forty, .text-split .sixty {
width: 100%;
}
.text-split .sixty .inner-container {
padding: 0;
}
#meet-the-team .three-column li { 
width: 48.5% !important;
margin-right: 3% !important;
margin-bottom: 3% !important;
}
#meet-the-team .three-column li:nth-child(2n) {
margin-right: 0 !important; 
}
#meet-the-team .three-column li:nth-last-child(-n+2) {
margin-bottom: 0 !important; 
}
.enquiry-text {
margin-bottom: 20px !important;
display: block;
position: relative
}
.image-links li {
padding-bottom: 60%;
}
.image-links .dashboard-boxes li {
padding-bottom: 30% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column li {
width: 31.3334% !important;
padding-bottom:31.3334% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-child(4) {
margin-right: 2% !important; 
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-child(5) {
margin-right: 0 !important; 
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(1), #meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(2) {
width: 100% !important;
padding-bottom: 50% !important;
}
.four-column li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
}
.four-column li:nth-child(2n) {
margin-right: 0;
}
.link-blocks li {
width: 48.5%;
margin-right: 3%;
margin-bottom: 3%;
padding-bottom: 60%;
}
.facilities .link-blocks li {
padding-bottom: 48.5%;
}
.link-blocks li:nth-of-type(2n) {
margin-right: 0;
}
.link-blocks li h6 {
font-size: 18px;
}
.link-blocks li:nth-last-of-type(-n+2) {
margin-bottom: 0 !important;
}
.facilities .link-blocks li h6 {
font-size: 14px;
}
.overlay-container {
left: 20px;
bottom: 20px;
right: 20px;
}
.blog-container, .content-container {
padding: 30px 30px !important;
}
}

@media only screen and (min-width:685px) {
.site-footer .email {
width: 300px;
}
.fname, .lname {
max-width: 190px;
}
}

@media only screen and (max-width:684px) {
.site-footer .footer-email-container {
margin-right: 2%;
width: 49%;
margin-bottom: 2%;
}
.site-footer .footer-email-container:nth-of-type(2n) {
margin-right: 0 !important;
}
.site-footer .footer-submit-container {
width: 49% !important;
}
.site-footer .footer-signup-submit {
width: 100%;
}
.site-footer .footer-signup-box h3 {
width: 100%;
text-align: center;
padding-top: 0 !important
}
.site-footer .site-footer #mc_embed_signup {
width: 100%;
max-width: 400px !important;
margin: 0 auto;
display: block;
float: none !important;
min-width: 280px !important
}
}

@media only screen and (min-width:651px) and (max-width:960px) {
	.banner {
	height: 85vh;
	}
.icon-section li {
width: 48.5% !important;
margin-right: 3% !important;
}
.icon-section li:nth-of-type(3n) {
margin-right: 0 !important;
}
.icon-section li:first-of-type {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 70px !important;
padding-bottom: 25px !important;
}
}

@media only screen and (min-width:961px) and (max-width:1150px) {
h1, .large-title {
font-size: 45px !important;
}
h2, .medium-title {
font-size: 40px !important;
}
h3, .small-title {
font-size: 25px !important;
}
h4 {
font-size: 22px !important;
}
}

@media only screen and (min-width:651px) and (max-width:960px) {
h1, .large-title {
font-size: 40px !important;
}
h2, .medium-title {
font-size: 35px !important;
}
h3, .small-title {
font-size: 24px !important;
}
h4 {
font-size: 21px !important;
}
}

@media only screen and (min-width:651px) and (max-width:768px) {
.extra-padding {
padding: 60px 30px
}
}

@media screen and (max-width:650px){
	.three-column li {
		width: 100%;
		margin-bottom: 45px;
	}
.address-box {
    width: 100%;
}
.stat {
margin-bottom: 0;
font-size: 45px;
}
.job-title {
font-size: 15px;
}
.banner {
height: 65vh;
}
.ci-email {
font-size: 14px;
}
.focus-box-image {
padding-bottom: 80%;
}
h1, .large-title {
font-size: 35px !important;
}
h2, .medium-title {
font-size: 29px !important;
}
h3, .small-title {
font-size: 23px !important;
margin-bottom: 20px;
}
h4 {
font-size: 19px !important;
}
.icon-section li {
margin-bottom: 70px !important;
padding-bottom: 25px !important;
width: 100% !important;
margin-right: 0 !important;
}
.icon-section li:last-of-type {
margin-bottom: 0 !important;
}
.accordion-title {
padding: 20px 35px 20px 20px !important;
font-size: 14px !important;
}
.narrow-container {
width: 100% !important;
}
.extra-padding {
padding: 50px 25px !important;
}
.padding {
padding: 30px 30px !important;
}
}

@media only screen and (min-width:621px) and (max-width:830px) {
.banner-title {
font-size: 45px;
padding-bottom: 0;
}
.banner-text {
font-size: 16px;
}
}

@media only screen and (max-width:620px) {
.banner-title {
font-size: 32px;
padding-bottom: 0;
}
.banner-text {
font-size: 14px;
display: block;
line-height: 1.25em;
margin-top: 5px;
}
.banner-scroll {
padding-bottom: 5px !important;
}
}

@media only screen and (min-width:601px) and (max-width:1021px) {
.fifth {
width: 32%;
margin-bottom:30px;
}
}

@media only screen and (min-width:601px) and (max-width:960px) {
.sidelink {
width: 49%;
float: left;
margin-right: 2%;
}
.sidelink:nth-of-type(2n) {
margin-right: 0 !important
}
.sidelink:nth-of-type(2n+1) {
clear: left;
}
}

@media only screen and (max-width:600px) {
.formula-section input {
max-width: none !important;
width: 100% !important;
}
#fc3, #fc4 {
width: 100% !important;
margin-right: 0 !important;
}
#footerrightcol {
padding-bottom: 0 !important;
}
.single-events .single-custom-post-image {
overflow: hidden;
height: 0;
padding-bottom: 65%;
margin-bottom: 15px;
}
.single-events .single-custom-post-image img {
width: 100% !important;
clear: both;
padding-right: 0 !important;
position: relative;
max-width: none !important
}
.threecol-ul li {
width: 100% !important;
padding: 0 !important;
max-width: 400px;
margin: 0 auto !important;
float: none !important;
}
.tc-img {
margin-bottom: 10px !important;
}
.tcoverlay {
bottom:20px !important;
}
.single ol {
padding: 0 30px !important;
}
.threecol-ul-home li {
width: 100% !important;
padding: 0 !important;
max-width: 400px;
margin: 0 auto !important;
float: none;
}
.breadcrumbs {
font-size: 13px;
}
.wpcf7 input, .wpcf7 textarea, wpcf7 select {
font-size: 14px !important;
}
.wpcf7-submit {
margin-top: 10px !important;
}
body {
font-size: 17px;
}
.small-spaced {
font-size: 21px !important;
}
blockquote p {
font-size: 21px !important;
}
.fifth {
width: 48%;
margin-right:4%;
margin-bottom: 20px
}
.page-template-template-optin .bo-container {
text-align: right;
padding-right: 20px;
}
.banner .banner-title {
margin-bottom: 0;
}
.subtle-overlay {
background: rgba(50, 50, 50, 0.75) !important;
}
}

@media only screen and (min-width:512px) {
.social-links {
max-width: 210px !important;
}
.social-links li:nth-child(4n) {
margin-right: 0;
}
}

@media only screen and (min-width:511px) {
.single .banner-image {
min-height: 450px;
max-height: 750px;
}
}

@media only screen and (max-width:510px) {
#meet-the-team.image-links .dashboard-boxes.three-column li {
width: 100% !important;
background-size: cover !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(1), #meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(2) {
padding-bottom: 80% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(3), #meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(4), #meet-the-team.image-links .dashboard-boxes.three-column li:nth-of-type(5) {
padding-bottom: 50% !important;
}
.spaced-uppercase {
font-size: 13px !important;
}
.single .banner-image {
height: 0;
padding-bottom: 100%;
}
.single .banner-image img {
width: 250%;
margin-left: -50%
}
.post-overlay {
opacity: 0;
}
.intro p {
text-align: left !important;
}
.banner-title {
font-size: 29px !important;
}
#home-banner {
background-position: 25% 50%;
}
#about-banner {
background-position: 67% 50%;
}
.banner-scroll {
display: none;
}
}

@media only screen and (min-width:501px) and (max-width:830px) {
.flex-control-nav {
left: 30px !important;
bottom: 30px !important;
}
}

@media only screen and (min-width:501px) and (max-width:754px) {
h1, .single-events h1 {
font-size: 23px;
}
.single h1 {
font-size: 30px !important;
}
.single h3 {
font-size: 18px !important;
}
}

@media only screen and (min-width:501px) and (max-width:750px) {
.result {
width: 48% !important;
margin-right:4% !important;
margin-bottom: 4% !important;
}
.result:nth-of-type(3n) {
margin-right: 4% !important;
}
.result:nth-of-type(2n) {
margin-right: 0 !important;
}
}

@media only screen and (max-width:500px) {
.fcol {
width: 100% !important;
margin-bottom: 45px;
margin-right: 0 !important;
}
.fcol:last-of-type {
margin-bottom: 0;   
}
.result, .other-event {
width: 100%;
margin-right: 0%;
margin-bottom: 30px;
}
.single .category-link {
font-size: 12px;
margin-bottom: 7px;
display: inline-block;
}
.single .date {
font-size: 14px !important;
display: block;
margin-top: 7px;
}
.team-float, .single-custom-post-image img {
width: 100%;
padding-right: 0 !important;
padding-bottom: 20px !important;
}
.flex-control-nav {
left: 20px !important;
bottom: 20px !important;
}
.banner-cont, .banner-slider, .metaslider, #metaslider_container_45, .banner-cont .flexslider, .banner-cont .slides, .banner-cont .slides li, .banner-cont .slides li img, .banner-slider .flexslider, .banner-slider .slides, .banner-slider .slides li, .banner-slider .slides li img {
max-height: 60vh
}
.banner-cont .slides li img {
width: auto !important;
margin-left: -35%;
}
.site-logo {
padding-top: 25px;
left: 30px !important;
}
.single-info .date {
padding-left: 10px;
margin-left: 10px;
}
.single-info .float-right {
float: left !important;
padding-top: 10px;
clear:both;
font-size: 13px;
}
.half-image {
min-height: 200px !important;
background-size: 100% auto !important;
-webkit-background-size: 100% auto !important;
-moz-background-size: 100% auto !important;
}
}

@media screen and (max-width:460px) {
.bf-container {
text-align: center !important;
padding-top: 10px;
padding-bottom: 15px;
float: none !important;
margin: 0 auto;
width: 100%;
}
.footer-logo {
float:none !important;
display:block;
max-width: 160px !important;
}
.booking-link {
max-width: 120px;
padding-top: 30px;
}
}


@media only screen and (max-width:472px) {
.share-links {
margin-left: -10px;
margin-top: 15px;
}
}

@media only screen and (max-width:450px) {
.al-img {
max-width: 250px !important;
padding-right: 3% !important;
width: 47% !important;
}
#affiliate-cont {
padding: 15px 10px 5px 15px !important;
}
#al-last {
margin: 0 auto !important;
float: none !important;
display: block;
}
input.wpcf7-form-control.wpcf7-submit {
background: #239B86 !important;
color: #fff !important;
}
.formula-section input.wpcf7-form-control.wpcf7-submit {
background: #000 !important;
color: #fff !important;
margin: 0 !important;
border-width: 0 !important;
}
.tcoverlay {
font-size: 20px !important;
}
.fifth {
margin-right: 0;
width: 100% !important;
margin-bottom: 20px !important
}
.topleft, .topright, .bottomleft, .bottomright {
width: 100%;
margin-right: 0;
}
}

@media only screen and (max-width:420px) {
.site-footer .footer-email-container {
margin-right: 0 !important;
width: 100% !important;
margin-bottom: 7px !important
}
.site-footer .footer-submit-container {
width: 100% !important;
}
}

@media only screen and (max-width:400px) {
.banner-cont .slides li img, .banner-slider .slides li img {
margin-left: -15% !important;
}
.site-logo img, .logo-dark {
max-width: 140px !important;
}
.site-header-container {
padding: 0 10px !important;
}
}

@media only screen and (max-width:340px) {
.banner-logos img {
max-height: 14px !important;
margin-right: 10px !important;
}
.signup-submit, .footer-signup-submit {
padding: 13px 10px !important;
font-size: 11px !important;
letter-spacing: 1.5px !important;
}
.spaced-uppercase {
font-size: 11px !important;
}
.banner-title {
font-size: 24px !important;
}
}

.blog .post:hover .post-image, .archive .post:hover .post-image, .author .post:hover .post-image {
opacity: 0.7;
}

.blog .post-image {
max-height: 350px;
overflow: hidden;
padding-bottom: 56.25%;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition: all 0.4s ease;
}

.team-float, .single-custom-post-image img {
float: left;
padding-bottom: 15px;
padding-right: 30px;
width: 50%;
max-width: 440px;
height: auto;
}

.custom-post-image {
transition: all 0.4s ease;
}

/*.result a:hover .custom-post-image,*/ .other-event a:hover .custom-post-image {
opacity: 0.7 !important;
}

@media only screen and (max-width:600px) {
.single-events .single-custom-post-image {
overflow: hidden;
height: 0;
padding-bottom: 65%;
margin-bottom: 15px;
}
.single-events .single-custom-post-image img {
width: 100% !important;
clear: both;
padding-right: 0 !important;
position: relative;
max-width: none !important
}
}

@media only screen and (max-width:500px) {
.banner-logos img {
max-height: 18px;
margin-right: 12px;
display: inline-block;
}
.team-float, .single-custom-post-image img {
width: 100%;
padding-right: 0 !important;
padding-bottom: 20px !important;
}
}