/*
Theme Name: newcastlehospitalscharity
Author: DigiPro
Author URI: https://www.digipromedia.co.uk
Version: 1.0
*/

/* 1.0 - Structure */

body {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 500;
    word-spacing: 1px;
    letter-spacing: -0.5px;
    background-color: #fff;
    color: #183554;
    margin: 0;
    background-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
}

.site-container {
    position: relative;
    background: #303030;
    max-width: 1400px;
    margin: 0 auto;
    display: block;
}

.container {
    margin: 0 auto;
    display: block;
    padding: 161px 0 0 0;
    overflow: hidden;
}

.bh-padding {
    padding-top: 160px;
}

.m-0auto {
    margin: 0 auto;
}

.m-hor-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

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

.main {
    display: block;
    position: relative;
    clear: both;
    overflow: hidden;
    max-width: 1200px;
    padding: 0 30px 0 30px;
    margin: 0 auto;
}

.constrain {
    max-width: 1600px;
}

.section {
    position: relative;
    display: block;
    clear: both;
}

.cta-section {
}

.section-container {
    padding: 75px 60px;
    margin: 0 auto;
    position: relative;
    display: block;
    clear: both;
    z-index: 3;
    row-gap: 40px !important;
}

.inner-container {
    width: 100%;
    box-sizing: border-box;
}

.narrow-container {
    max-width: 600px;
    width: 65%;
    margin: 0;
    box-sizing: border-box;
}

.full-container {
    margin: 0 auto;
    position: relative;
    display: block;
    clear: both;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 60px;
    column-gap: 60px;
    gap: 60px;
}

.gap-0 {
    grid-column-gap: 0;
    column-gap: 0;
    gap: 0;
}

.gap-60 {
    grid-column-gap: 60px;
    column-gap: 60px;
    gap: 60px;
}

.gap-40 {
    grid-column-gap: 40px;
    column-gap: 40px;
    gap: 40px;
}

.gap-45 {
    grid-column-gap: 45px;
    column-gap: 45px;
    gap: 45px;
}

.gap-30 {
    grid-column-gap: 30px;
    column-gap: 30px;
    gap: 30px;
}

.gap-20 {
    grid-column-gap: 20px;
    column-gap: 20px;
    gap: 20px;
}

.gap-10 {
    grid-column-gap: 10px;
    column-gap: 10px;
    gap: 10px;
}

.gap-0 {
    grid-column-gap: 0px;
    column-gap: 0px;
    gap: 0px;
}

.inner-flex-container {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    flex-direction: column;
    text-align: left;
}

.inner-flex-container *:last-child {
    margin-bottom: 0 !important;
}

.contain-image.image-container {
    background-size: contain !important;
}

.white-image-bg.image-container {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.align-center {
    justify-content: center;
}

.align-middle {
    align-items: center;
}

.no-wrap {
    flex-wrap: nowrap;
}

.image-container {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    min-height: 350px;
    align-self: stretch;
}

.image-text-section .half.image-container {
    align-self: stretch;
}

.box-image-container {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    min-height: 300px;
    align-self: stretch;
}

.banner-image-container {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    min-height: 450px;
    align-self: stretch;
    border-radius: 20px;
}

.image-text-alt-section .full-container {
    overflow: visible;
}

.image-text-alt-section .image-container {
    max-height: 0;
    padding-bottom: 50%;
    min-height: 0;
    border-radius: 20px;
}

.image-text-alt-section.image-right .image-container {
    background-position: 0% 50% !important;
}

.image-text-section .image-container {
    align-self: baseline;
}

.block80-image-container {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    padding-bottom: 80%;
    transition: all 0.4s ease;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
}

.block-image-container {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    padding-bottom: 100%;
    transition: all 0.4s ease;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
}

.block80-image-container {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    padding-bottom: 80%;
    transition: all 0.4s ease;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
}

.landscape-image-container {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    padding-bottom: 65%;
    transition: all 0.4s ease;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    position: relative;
}

.text-blocks li .landscape-image-container {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
}

.portrait-image-container {
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    padding-bottom: 140%;
    transition: all 0.4s ease;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative;
}

li:hover .block-image-container {
}

.text-container {
    padding: 60px;
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
    max-width: 720px;
}

.image-right .text-container {
    margin-left: auto;
}

.image-left .text-container {
    margin-right: auto;
}

.info-container {
    padding: 40px;
    overflow: hidden;
    box-sizing: border-box;
}

.seamless-boxes .info-container {
    padding: 40px 0;
}

.mw-600 {
    max-width: 600px;
}

.very-narrow {
    max-width: 740px;
}

.quite-narrow {
    max-width: 800px;
    margin: 0 auto;
}

.narrow {
    max-width: 960px;
    margin: 0 auto;
}

.book-narrow {
    max-width: 935px;
    margin: 0 auto;
}

.standard {
    max-width: 1220px;
}

.wide {
    max-width: 1370px;
    margin: 0 auto;
}

.extra-wide {
    max-width: 1800px;
    margin: 0 auto;
}

.middle {
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* 2.0 - Header */

.site-header {
    position: absolute;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    display: block;
    box-sizing: border-box;
    min-height: 62px;
}

.site-header:not(.block-header) {
    /*background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5)); 
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));*/
}

.block-header {
    background: #fff;
}

.block-header .site-header-container {
}

.header-right {
    margin-left: auto;
    align-items: center;
}

.header-active.site-header {
    background: rgba(34, 53, 76, 0.95);
    transition: all 0.4s ease;
    display: block;
    margin: 0 auto;
    left: 0;
}

.header-active.site-header .site-logo img {
    max-width: 150px !important;
    min-width: 150px;
}

.active.site-header .site-header-container {
    padding: 0 60px;
}

/*.block-header:not(.active) .site-logo img.logo {
  display: none;
}*/

.block-header .site-logo img.colour-logo,
.block-header.active .site-logo img.colour-logo,
.site-header.active .site-logo img.colour-logo {
    display: block;
}

.site-header-container {
    margin: 0 auto;
    padding: 0 60px;
    transition: all 0.4s ease;
    gap: 24px;
}

.site-logo {
    transition: all 0.4s ease;
    overflow: hidden;
    /*width: 325px;*/
}

.site-logo:hover img {
    opacity: 0.7;
}

.site-logo img,
.logo-dark {
    width: 100%;
    max-width: 250px;
    min-width: 250px;
    transition: all 0.4s ease;
    height: auto !important;
    display: block;
}

/* 3.0 - Navigation */

.navigation {
    margin-top: 0;
    background: #d5e8f8;
    text-align: center;
}

.navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.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 > div > ul > li:last-of-type {
    margin-right: 0;
}

.navigation ul li a {
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    color: #183554;
    font-size: 18px;
    font-weight: 700;
    padding: 17px 0 9px;
    transition: all 0.4s ease-in-out;
    display: block;
}

/*.block-header:not(.active) .navigation > div > ul > li > a {
color: #306BAC;
}*/

.block-header:not(.active) .navigation > div > ul > li.menu-cta > a,
.block-header:not(.active)
    .navigation
    > div
    > ul
    > li.menu-cta.current-menu-item
    > a {
}

.block-header:not(.active)
    .navigation
    ul.menu
    > li:not(.menu-cta):hover
    > a
    > span,
.block-header:not(.active) .navigation ul.menu > li:not(.menu-cta):hover > a {
    color: #306bac !important;
}

.block-header:not(.active)
    .navigation
    ul.menu
    > li:not(.menu-cta):hover
    > a::after {
    background: #306bac !important;
}

.navigation ul > li > a span {
    border-bottom: 0 solid transparent;
    padding: 0;
    transition: none !important;
}

.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 {
    color: #306bac;
}

.navigation ul.menu > li:not(.menu-cta) > a::after,
.navigation ul.menu > li.current-menu-item:not(.menu-cta) > a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: transparent;
    margin-top: 3px;
    transition: all 0.5s ease;
    border-radius: 1px;
}

.navigation ul.menu > li:not(.menu-cta):hover > a::after,
.navigation ul.menu > li.current-menu-item:not(.menu-cta) > a::after {
    width: 100%;
    background: #306bac;
}

.navigation ul li.menu-item-has-children:hover > a span {
    border-color: transparent !important;
}

.navigation ul li.menu-cta {
    margin: 0 15px;
    border-bottom: 0 !important;
    opacity: 1 !important;
}

.navigation ul li.menu-cta a {
    background: #fff;
    color: #306bac !important;
    border: 2px solid #fff !important;
    padding: 18px 28px;
    border-radius: 40px;
}

.navigation ul.menu > li.current-menu-item.menu-cta > a,
.navigation ul.menu > li.current-menu-item.menu-cta > a span {
    color: #306bac !important;
}

.navigation ul li.menu-cta span {
    transition: none !important;
    border-bottom: 0 !important;
}

.navigation ul li.menu-cta a:hover {
    background: transparent !important;
    border-color: #fff !important;
    color: #fff;
}

.menu-item-has-children a:hover + .sub-menu {
    height: auto !important;
    padding: 6px 0 !important;
}

.active.site-header .navigation,
.header-active.site-header .navigation {
    margin-top: 0;
}

.active.site-header .navigation ul.menu > li:not(.menu-cta) > a,
.header-active.site-header .navigation ul.menu > li:not(.menu-cta) > a {
    padding: 18px 0 10px !important;
}

.active .sub-menu,
.header-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;
}

#rmp-container-1867 {
    box-sizing: border-box;
    max-width: none;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

#rmp-menu-wrap-1867 .rmp-menu-item-link {
    box-sizing: border-box;
    padding-right: 0;
}

#rmp_menu_trigger-1867 {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    right: 40px !important;
}

#rmp-menu-wrap-1867 .rmp-menu-item-link {
    height: auto !important;
}

#rmp-menu-wrap-1867 .rmp-menu-subarrow .rmp-font-icon {
    line-height: 20px !important;
}

.responsive-menu-pro-inner,
.responsive-menu-pro-inner::before,
.responsive-menu-pro-inner::after {
    transition: all 0.4s ease !important;
}

/* 4.0 - Text & Body Elements */

::-moz-selection {
    color: #fff;
    background: #eb7133;
}

::selection {
    color: #fff;
    background: #eb7133;
}

/* 4.1 - Titles */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", "Montserrat", Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 1.15em;
    transition: all 0.4s ease;
    color: #306bac;
    font-weight: 700;
    position: relative;
    z-index: 1;
}

.page-id-5269 h1,
.page-id-5269 h2,
.page-id-5269 h3,
.page-id-5269 h4,
.page-id-5269 h5 {
    color: #082c65;
}

.page-id-5469 h1,
.page-id-5469 h2,
.page-id-5469 h3,
.page-id-5469 h4,
.page-id-5469 h5 {
    color: #6d297a;
}

.page-great-north-childrens-hospital-foundation h1,
.page-great-north-childrens-hospital-foundation h2:not(.banner-title),
.page-great-north-childrens-hospital-foundation h3,
.page-great-north-childrens-hospital-foundation h4,
.page-great-north-childrens-hospital-foundation h5 {
    color: #009e98;
}

.largest-title {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: -1.5px;
    color: #fff;
    margin-bottom: 40px;
}

h1,
.large-title {
    font-size: 44px;
    margin: 0 0 20px 0;
    letter-spacing: -0.5px;
}

h1 p,
h2 p,
h3 p,
h4 p,
h5 p {
    margin-bottom: 0 !important;
    line-height: inherit;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong {
    font-weight: inherit !important;
}

.highlight-bg h1 strong,
.highlight-bg h2 strong,
.highlight-bg h3 strong,
.highlight-bg h4 strong,
.highlight-bg h3,
.highlight-bg h4,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.maroon-bg h1,
.maroon-bg h2,
.maroon-bg h3,
.maroon-bg h4,
.maroon-bg p,
.maroon-bg ol,
.maroon-bg ul,
.maroon-bg h6,
.purple-bg h1,
.purple-bg h2,
.purple-bg h3,
.purple-bg h4,
.purple-bg p,
.purple-bg ul,
.purple-bg ol,
.purple-bg h6,
.blue-bg h1,
.blue-bg h2,
.blue-bg h3,
.blue-bg h4,
.blue-bg p,
.blue-bg h6,
.orange-bg h1,
.orange-bg h2,
.orange-bg h3,
.orange-bg h4,
.orange-bg p,
.orange-bg ul,
.orange-bg ol,
.orange-bg h6 {
    /*font-weight: inherit !important;*/
    color: #fff;
}

.maroon-bg h6,
.purple-bg h6 {
    opacity: 0.6;
}

.lightblue-bg h1 strong,
.lightblue-bg h2 strong,
.lightblue-bg h3 strong,
.lightblue-bg h4 strong,
.lightblue-bg h3,
.lightblue-bg h4 {
    /*font-weight: inherit !important;*/
    color: #fff;
}

.lightblue-bg h6 {
    color: #082c65;
}

.teal-bg p,
.teal-bg ul:not([class]) li,
.teal-bg h1,
.teal-bg h2,
.teal-bg h3,
.teal-bg h4,
.teal-bg ul,
.teal-bg ol {
    color: #fff;
}

.orange-bg ul:not([class]) li {
    color: #fff;
}

.highlight-bg h1,
.highlight-bg h2 {
    color: #fff;
}

.highlight-bg p,
.lightblue-bg p,
.highlight-bg ol,
body:not(.single-post) .highlight-bg ul:not([class]) {
    color: #fff !important;
}

.dark-bg h4,
.beige-bg .section-container .half .inner-container h4,
.beige-bg .section-container > h4 {
    color: #fff;
}

.dark-bg .accordion h4 {
    color: #fff;
}

.text-blocks.boxed li.dark-bg h4 {
    color: #fff !important;
}

.dark-bg .icon-blocks h4 {
    color: #fff;
}

.dark-bg .text-blocks:not(.boxed) li.dark-bg h4 {
    color: #eb7133;
}

.dark-bg .text-blocks.boxed li.dark-bg h4 {
    color: #fff;
}

.green-bg h4.highlight,
.green-bg .accordion-thumb:not(.hide-icons)::before {
    color: #fff !important;
}

.green-bg .accordion-control:after {
    color: #306bac !important;
}

.green-bg .accordion-control.active h4.accordion-thumb {
    color: #fff !important;
}

.dark-bg p,
.dark-bg ol,
body:not(.single-post) .highlight-bg.section ul:not([class]) {
    color: #fff;
}

.dark-bg .panel p,
.highlight-bg .panel p {
    color: #306bac;
}

h2,
.medium-title {
    font-size: 36px;
    margin: 0 0 25px 0;
    /* font-weight: 400; */
}

h3,
.small-title {
    font-size: 28px;
    /* letter-spacing: 0; */
    margin: 0 0 30px 0;
    /* font-weight: 400; */
}

h4 {
    font-size: 23px;
    margin: 0 0 15px 0;
}

.two-column h4 {
    font-size: 26px;
    line-height: 1.25em;
}

h5 {
    font-weight: 900;
    line-height: 1.15em;
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #eb7133;
    display: inline-block;
}

h5 i,
h5 p {
    display: inline-block;
}

h5 i {
    padding-right: 5px;
}

.highlight-bg h5 {
    color: #fff;
}

.dark-bg h5 {
    color: #fff;
}

h6 {
    font-family: "Roboto", "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #97b5d5;
}

/* 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;
}

section > div > p:last-child,
.padding > *:last-child {
    margin-bottom: 0 !important;
}

span {
    transition: all 0.4s ease;
    line-height: 1.5em;
}

/*.container ul {
overflow: hidden;
}*/

ul,
ol {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul li,
ol li {
    padding-bottom: 10px;
}

body:not(.single-post) .section ul:not([class]) {
    margin-top: 0;
    margin-left: 0;
    padding-left: 40px;
}

body:not(.single-post) section ul:not([class]) {
    margin-top: 0;
    margin-left: 0;
    padding-left: 40px;
}

body:not(.single-post) section ul:not([class]) {
    list-style: none;
}

body:not(.single-post) section .panel-full :not([class]) {
    list-style: disc;
}

body:not(.single-post) .section ul:not([class]) > li > ul {
    padding-top: 20px;
}

body:not(.single-post) .section ul:not([class]) li,
body:not(.single-post) .section ol:not([class]) li,
body:not(.single-post) section ul:not([class]) li {
    padding-bottom: 15px;
    line-height: 1.5em;
}

body:not(.single-post) .section ul:not([class]) li::before {
    content: "";
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/bullet.svg");
    background-size: contain;
    background-repeat: no-repeat !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-right: 15px;
    margin-top: 3px;
    position: absolute;
    margin-left: -40px;
}

body:not(.single-post) .section .panel-full ul {
    padding-top: 0;
    padding-bottom: 0;
}

body:not(.single-post) .section .panel-full ul:not([class]) li::before {
    content: none !important;
    display: none !important;
}

body.top-parent-pageid-5269:not(.single-post)
    .section
    ul:not([class])
    li::before {
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/sbrf-bullet.svg");
}

body.top-parent-pageid-5469:not(.single-post)
    .section
    ul:not([class])
    li::before {
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/gnchf-bullet.png");
    background-size: contain;
}

section ul:not([class]) li::before {
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/bullet.svg");
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-right: 15px;
    position: absolute;
    margin-left: -40px;
}

.section-navigation-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 40px;
}

.section-navigation-list li {
    padding-bottom: 20px;
}

.section-navigation-list li::before {
    content: "";
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/bullet.svg");
    background-size: contain;
    background-repeat: no-repeat !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-right: 15px;
    margin-top: 3px;
    position: absolute;
    margin-left: -40px;
}

body.top-parent-pageid-5269:not(.single-post)
    .section-navigation-list
    li::before {
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/sbrf-bullet.svg");
}

body.top-parent-pageid-5469:not(.single-post)
    .section-navigation-list
    li::before {
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/gnchf-bullet.png");
}

body:not(.single-post) .dark-bg.section ul:not([class]),
body:not(.single-post) section .dark-bg ul:not([class]),
body:not(.single-post) .lightblue-bg.section ul:not([class]) {
    color: #fff;
}

body:not(.single-post) .green-bg.section ul:not([class]) li::before,
body:not(.single-post) .section .green-bg ul:not([class]) li::before {
}

body:not(.single-post) .highlight-bg.section ul:not([class]) li::before,
body:not(.single-post) .section .highlight-bg ul:not([class]) li::before {
}

strong {
    font-weight: 700;
}

blockquote {
    font-family: "Roboto", "Montserrat", Arial, Helvetica, sans-serif;
    color: #0d6bb4;
    font-weight: 400;
    border-left: 0;
    margin: 0 0 1.5em 0;
    padding-left: 30px;
    border-left: 3px solid #eb7133;
}

blockquote p:last-of-type {
    margin-bottom: 0 !important;
    /*font-size: 125% !important;*/
}

.testimonial-text blockquote {
    font-size: 24px;
    font-weight: 700;

    padding-left: 0;
    border-left: 0 solid transparent;
}

hr {
    margin: 30px 0;
    border-top: 0;
    border-bottom: 1px solid #e0dee0;
}

img {
    transition: all 0.4s ease;
}

a:link,
a:visited {
    color: #306bac;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.4s ease;
}

a:hover {
    color: #183554;
}

.dark-bg a:not(.button),
.blue-bg a:not(.button),
.orange-bg a:not(.button),
.maroon-bg a:not(.button),
.purple-bg a:not(.button),
.teal-bg a:not(.button),
.lightblue-bg a:not(.button) {
    color: #fff !important;
    text-decoration: underline;
}

.yellow-bg a:not(.button) {
    color: #183554 !important;
    text-decoration: underline;
}

.yellow-bg a.text-button .dark-bg a.text-button,
.blue-bg a.text-button,
.orange-bg a.text-button,
.maroon-bg a.text-button,
.purple-bg a.text-button,
.teal-bg a.text-button,
.lightblue-bg a.text-button {
    text-decoration: none !important;
}

.dark-bg a:hover,
.blue-bg a:hover {
    color: #eb7133;
}

.purple-bg a:hover {
    color: #eac035;
}

.orange-bg a:not(.button):hover,
.teal-bg a:not(.button):hover,
.lightblue-bg a:not(.button):hover {
    color: #183554 !important;
}

.maroon-bg a:not(.button):hover {
    color: #fff;
    opacity: 0.7;
}

body:not(.single-post) .section.dark-bg ul:not([class]),
body:not(.single-post) .section.blue-bg ul:not([class]) {
    color: #fff;
}

.highlight-bg a:not(.button):hover {
    color: #fff !important;
}

.subtitle {
}

/* 4.3 - Styling Rules */

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

.subtext {
    font-size: 15px;
    margin-bottom: 0px !important;
}

.black-bg,
.navy-bg,
.dark-bg {
    background: #082c65;
    background-color: #082c65 !important;
    fill: #082c65 !important;
}

.st0.dark-bg {
    fill: #082c65;
}

.darkgrey-bg {
    background: #306bac;
}

.highlight-bg,
.orange-bg {
    background: #eb7133;
    background-color: #eb7133 !important;
    fill: #eb7133 !important;
}

.st0.highlight-bg {
    fill: #eb7133;
}

.st0.orange-bg,
.st1.orange-bg,
.st1.orange-squiggle {
    fill: #eb7133;
}

.st0.grey-bg,
.st1.grey-bg {
    fill: #d5e8f8;
}

.green-bg,
.teal-bg {
    background: #009e98;
    background-color: #009e98 !important;
    fill: #009e98 !important;
}

.st0.green-bg,
.st0.teal-bg,
.st1.green-bg,
.st1.teal-bg,
.st1.teal-squiggle,
.st1.green-squiggle {
    fill: #009e98;
}

.st0.purple-bg,
.st1.purple-bg,
.st1.purple-squiggle {
    fill: #6d297a;
}

.st0.yellow-bg,
.st1.yellow-bg,
.st1.yellow-squiggle {
    fill: #eac035;
}

.st0.lightblue-bg,
.st1.lightblue-bg,
.st1.lightblue-squiggle {
    fill: #159fd5;
}

.maroon-bg {
    background: #a4006e;
    background-color: #a4006e !important;
    fill: #a4006e !important;
}

.st0.maroon-bg,
.st1.maroon-bg,
.st1.maroon-squiggle {
    fill: #a4006e;
}

.purple-bg {
    background: #6d297a;
    background-color: #6d297a !important;
    fill: #6d297a !important;
}

.st0.purple-bg,
.st1.purple-bg,
.st1.purple-squiggle {
    fill: #6d297a;
}

.yellow-bg {
    background: #eac035;
    background-color: #eac035 !important;
    fill: #eac035 !important;
}

.blue-bg {
    background: #306bac;
    background-color: #306bac !important;
    fill: #306bac !important;
}

.lightblue-bg {
    background: #159fd5;
    background-color: #159fd5 !important;
    fill: #159fd5 !important;
}

.gold-bg {
    background: #c0a469;
    background-color: #c0a469 !important;
    fill: #c0a469 !important;
}

.white {
    color: #fff;
}

.dark-text {
    color: #306bac !important;
}

.dark {
    color: #306bac;
}

.highlight {
    color: #eb7133 !important;
}

.orange {
    color: #eb7133 !important;
}

.green,
.green i,
.plain-blocks .green i,
.teal {
    color: #009e98;
}

.purple {
    color: #6d297a;
}

.maroon {
    color: #a4006e;
}

.gold {
    color: #c0a469;
}

.st1.gold-squiggle {
    fill: #c0a469;
}

.yellow {
    color: #eac035;
}

.blue {
    color: #306bac;
}

/*

*/

.testimonial-text.quotemark-orange::before {
    background-color: #eb7133 !important;
}

.testimonial-text.quotemark-teal::before {
    background-color: #009e98;
}

.testimonial-text.quotemark-purple::before {
    background-color: #6d297a;
}

.testimonial-text.quotemark-maroon::before {
    background-color: #a4006e;
}

.testimonial-text.quotemark-gold::before {
    background-color: #c0a469;
}

.testimonial-text.quotemark-yellow::before {
    background-color: #eac035;
}

.testimonial-text.quotemark-blue::before {
    background-color: #306bac;
}

.testimonial-text.quotemark-lightblue::before {
    background-color: #306bac;
}

.testimonial-text.quotemark-navy::before {
    background-color: #306bac;
}

.testimonial-text.quotemark-white::before {
    background-color: #fff;
}

.lightgrey {
    color: #b3b3b3;
}

.greybg,
.grey-bg {
    background: #d5e8f8;
}

.dark-bg .grey-bg {
    background: rgba(255, 255, 255, 0.1);
}

.st0.greybg-bg {
    fill: #d5e8f8;
}

.white-bg {
    background: #ffffff;
}

.st0.white-bg {
    fill: #ffffff;
}

.offwhite-bg {
    background: #d5e8f8;
}

.st0.offwhite-bg {
    fill: #d5e8f8;
}

.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-30 {
    padding: 30px;
    margin: 0 auto;
}

.padding {
    padding: 60px;
    margin: 0 auto;
}

.padding-vertical {
    padding: 60px 0;
    margin: 0 auto;
}

.extra-padding {
    padding: 90px 60px;
}

.vertical-padding {
    padding: 75px 0;
}

.no-padding-bottom,
.no-space-bottom,
.no-space-bottom > .padding,
.no-space-bottom > .section-container,
.no-space-bottom > .vertical-padding,
.news-events-section .section-container {
    padding-bottom: 0 !important;
}

.extra-padding-bottom,
.extra-space-bottom {
    padding-bottom: 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: #eb7133 !important;
    line-height: 1.4em;
}

.clear {
    clear: both;
}

.large-space-bottom {
    margin-bottom: 60px !important;
}

.space-bottom {
    margin-bottom: 40px;
}

.bottom-30 {
    margin-bottom: 30px;
}

.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;
}

.no-mt,
.no-mt p {
    margin-top: 0 !important;
}

/* 4.4 - Buttons */

.button {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    transition: all 0.4s ease;
    display: inline-block;
    background: #eb7133;
    color: #fff;
    border: 2px solid #eb7133;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 19px;
    font-weight: 700;
    padding: 18px 22px;
    border-radius: 10px;
}

/*.button::after, .menu-cta span::after {
    content: " \f061";
    font-family: "Font Awesome 6 Pro";
    transition: padding 0.4s ease;
}*/

.button:hover::after,
.menu-cta:hover span::after {
    padding-left: 10px;
}

.button:hover {
    background: #306bac;
    border-color: #eb7133;
}
.large-button {
    font-size: 21px;
    font-weight: 700;
}
.text-button {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    transition: all 0.4s ease;
    display: inline-block;
    color: #eb7133 !important;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.25px;
    text-decoration: none !important;
}

.highlight-bg:not(.cta-section) .text-button {
    color: #306bac !important;
}
.highlight-bg:not(.cta-section) .text-button:hover {
    color: #306bac !important;
}

.highlight-bg:not(.cta-section) .text-button::before {
}

.green-bg .text-button {
    color: #306bac !important;
}

.green-bg .text-button:hover::after,
.highlight-bg:not(.cta-section) .text-button:hover::after {
    background: #306bac;
}

.text-button:hover,
.box-link:hover + .info-container .text-button:hover {
    opacity: 0.9;
}

.text-button::before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    padding-right: 10px;
    transition: all 0.4s ease;
    font-weight: 700;
}

.text-button:hover::before,
.box-link:hover + .info-container .text-button::before {
    padding-right: 15px;
}

.text-button::after {
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    transition: all 0.5s ease;
    background: transparent;
    margin-top: 6px;
}

.text-button:hover::after,
.box-link:hover + .info-container .text-button::after {
    width: 100%;
    background: #eb7133;
}

.yellow-bg .text-button {
    color: #183554;
}

.yellow-bg .text-button:after {
    background: #183554;
}

.teal-bg .text-button::after,
.orange-bg .text-button::after,
.maroon-bg .text-button::after,
.purple-bg .text-button::after,
.blue-bg .text-button::after,
.gold-bg .text-button::after {
    background: #fff;
}

.teal-bg .text-button:hover::after,
.orange-bg .text-button:hover::after,
.purple-bg .text-button:hover::after,
.blue-bg .text-button:hover::after,
.gold-bg .text-button:hover::after {
    background: #183554;
}

.maroon-bg .text-button:hover::after {
    background: #183554;
}

.cta-section .text-button:hover::after {
    display: none;
}

.text-button-alt {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.4em;
    transition: all 0.4s ease;
    font-size: 14px;
    margin: 0;
    color: #306bac;
    display: block;
}

.header-notice .text-button-alt {
    border-bottom: 2px solid #eb7133;
    margin-left: 10px;
}

.header-notice.dark-bg .text-button-alt:hover {
    border-bottom-color: #fff !important;
}

.header-notice .text-button-alt::before {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    padding-right: 12px;
    transition: none !important;
    font-weight: 700;
}

.text-button-alt:hover {
    color: #306bac !important;
}

.dark-bg .text-button-alt {
    color: #eb7133 !important;
}

.dark-bg .text-button-alt:hover {
    color: #fff !important;
}

.small-button {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 700;
    transition: all 0.4s ease;
    display: inline-block;
    color: #eb7133 !important;
    border: 2px solid #eb7133;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-size: 14px;
    padding: 13px 24px;
}

.center-button {
    margin: 0 auto;
    display: block;
    max-width: 150px;
    text-align: center;
}

.white-button {
    background: #fff;
    color: #306bac !important;
    border: 2px solid #fff;
}

.white-button:hover {
    background: transparent;
    color: #d5e8f8 !important;
    border-color: #d5e8f8 !important;
}

.blur-button {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff !important;
    border: 0 !important;
}

.blur-button:hover {
    background: rgba(255, 255, 255, 0.8);
    color: #306bac !important;
    border-color: 0 !important;
}

.video-banner .white-button:hover {
    background: #eb7133;
    color: #fff !important;
    border-color: #eb7133 !important;
}

.white-border-button {
    background: transparent;
    color: #fff !important;
    border: 2px solid #ffffff;
}

.white-border-button:hover {
    background: #fff;
    color: #306bac !important;
}

.highlight-button {
    background: transparent;
    color: #eb7133 !important;
    border: 2px solid #eb7133;
}

.highlight-button:hover {
    background: #eb7133;
    border-color: #eb7133;
    color: #ffffff !important;
}

.highlight-bg-button {
    background: #eb7133 !important;
    color: #fff !important;
    border: 2px solid #eb7133;
}

.highlight-bg-button:hover {
    background: #e25d1a !important;
    color: #fff !important;
    border-color: #e25d1a !important;
}

.orange-button,
.orange-bg-button {
    background: #eb7133 !important;
    color: #fff !important;
    border: 2px solid #eb7133;
}

.orange-button:hover,
.orange-bg-button:hover {
    background: #e25d1a !important;
    color: #fff !important;
    border-color: #e25d1a !important;
}

.gold-button,
.gold-bg-button {
    background: #c0a469 !important;
    color: #fff !important;
    border: 2px solid #c0a469;
}

.gold-button:hover,
.gold-bg-button:hover {
    background: #9a8354 !important;
    color: #fff !important;
    border-color: #9a8354 !important;
}

.teal-button,
.teal-bg-button {
    background: #009e98 !important;
    color: #fff !important;
    border: 2px solid #009e98;
}

.teal-button:hover,
.teal-bg-button:hover {
    background: #00857f !important;
    color: #fff !important;
    border-color: #00857f !important;
}

.lightblue-button,
.lightblue-bg-button {
    background: #159fd5 !important;
    color: #fff !important;
    border: 2px solid #159fd5;
}

.lightblue-button:hover,
.lightblue-bg-button:hover {
    background: #0c95cb !important;
    color: #fff !important;
    border-color: #0c95cb !important;
}

.green-button,
.green-bg-button,
.teal-button,
.teal-bg-button {
    background: #009e98 !important;
    color: #fff !important;
    border: 2px solid #009e98;
}

.green-button:hover,
.green-bg-button:hover {
    background: #00837e !important;
    color: #fff !important;
    border-color: #00837e !important;
}

.maroon-button,
.maroon-bg-button {
    background: #a4006e !important;
    color: #fff !important;
    border: 2px solid #a4006e;
}

.maroon-button:hover,
.maroon-bg-button:hover {
    background: #9f0662 !important;
    color: #fff !important;
    border-color: #9f0662 !important;
}

.purple-button,
.purple-bg-button {
    background: #6d297a !important;
    color: #fff !important;
    border: 2px solid #6d297a;
}

.purple-button:hover,
.purple-bg-button:hover {
    background: #5c2367 !important;
    color: #fff !important;
    border-color: #5c2367 !important;
}

.navy-button,
.navy-bg-button {
    background: #183554 !important;
    color: #fff !important;
    border: 2px solid #183554;
}

.navy-button:hover,
.navy-bg-button:hover {
    border-color: #183554 !important;
    opacity: 0.7;
}

.yellow-button,
.yellow-bg-button {
    background: #eac035 !important;
    color: #183554 !important;
    border: 2px solid #eac035;
}

.yellow-button:hover,
.yellow-bg-button:hover {
    background: #d3a303 !important;
    color: #183554 !important;
    border-color: #d3a303 !important;
}

/*.yellow-bg-button::before {
  content: '\f004';
  font-family: 'Font Awesome 6 Pro';
  padding-right: 10px;
}*/

.blue-bg-button {
    background: #306bac !important;
    color: #fff !important;
    border: 2px solid #306bac;
}

.blue-bg-button:hover {
    background: #114d8e !important;
    color: #fff !important;
    border-color: #114d8e !important;
}

.blue-button {
    background: #306bac !important;
    color: #fff !important;
    border: 2px solid #306bac;
}

.blue-button:hover {
    background: #114d8e !important;
    color: #fff !important;
    border-color: #114d8e !important;
}

.lightblue {
    color: #159fd5;
}

.green,
.green i,
.plain-blocks .green i,
.teal {
    color: #009e98;
}

.maroon {
    color: #a4006e;
}

.yellow {
    color: #eac035;
}

.blue {
    color: #306bac;
}

.grey-bg-button {
    background: #d5e8f8 !important;
    color: #183554 !important;
    border: 2px solid #d5e8f8;
}

.grey-bg-button:hover {
    background: #306bac !important;
    color: #fff !important;
    border-color: #306bac !important;
}

.green-bg-button {
    background: #96b879 !important;
    color: #306bac !important;
    border: 2px solid #96b879;
}

.green-bg-button:hover {
    background: transparent !important;
    color: #96b879 !important;
    border-color: #96b879 !important;
}

.dark-bg-button,
.dark-button {
    background: #183554 !important;
    color: #fff !important;
    border: 2px solid #183554;
}

.dark-bg-button:hover,
.dark-button:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #183554 !important;
}

.white-bg .dark-bg-button:hover,
.white-bg .dark-button:hover {
    background: #159fd5 !important;
    border-color: #159fd5 !important;
    color: #fff !important;
}

.spaced-button {
    max-width: 170px;
    display: block;
    position: relative;
    clear: both;
}

/* 5.0 - Sliders & Banners */

.video-banner {
    position: relative;
    max-height: 750px;
    max-height: 90vh;
    overflow: hidden;
    display: block;
    background-color: #306bac;
}

.banner-cont {
    position: relative;
    overflow: hidden;
    background-color: #306bac;
}

.banner-slider {
    position: relative;
    overflow: hidden;
    background-color: #306bac;
    border-bottom: 1px solid #eee;
}

.banner-slider .forty,
.banner .forty {
    width: 40%;
}

.banner-slider .sixty,
.banner .sixty {
    width: 60%;
}

.banner {
    position: relative;
    background-size: cover;
    background-color: #306bac;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 35%;
    transition: all 0.4s ease;
    overflow: hidden;
    min-height: 550px;
}

.text-banner {
    min-height: 275px;
}

.home .banner {
    /*min-height: 800px;*/
}

.banner::after,
.banner-slider::after,
.video-banner::after {
    display: none;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    padding-bottom: 2.5%;
    z-index: 4;
    width: 100%;
}

.banner-flex {
    width: 100%;
}

.banner.section-banner {
    height: 700px;
    padding-bottom: 0;
    background-attachment: fixed;
}

.banner-overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    top: 50%;
    transition: all 0.4s ease;
    transform: translateY(-50%);
    margin-top: 46px;
    z-index: 2;
}

.section-banner .banner-overlay {
    max-width: 750px;
    margin-top: 0;
    right: auto !important;
}

.home .bo-container {
    text-align: center;
    padding: 0 60px;
}

body:not(.home) .bo-container {
    margin: 0;
    padding: 0 0 0 60px;
}

.bo-inner {
    max-width: 1000px;
}

.page-template-template-optin .bo-container {
    text-align: right;
    padding-right: 45px;
}

.banner-title,
.banner-text {
    color: #ffffff;
}

.yellow-bg .banner-title {
    color: #6d297a;
}

.yellow-bg.banner .breadcrumbs a,
.yellow-bg .breadcrumbs span {
    color: #183554;
}

.yellow-bg .banner-text {
    color: #183554;
}

.banner-title {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.15em;
    padding-bottom: 0px;
    font-family: "Roboto", "Montserrat", Arial, Helvetica, sans-serif;
    color: #fff;
    margin-bottom: 15px;
}

.smaller-banner-title {
    font-size: 60px;
}

.banner-text {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 40px !important;
}

.banner-text:last-child {
    margin-bottom: 0 !important;
}

.banner-scroll {
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 50px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
    font-size: 40px;
    z-index: 80;
}

/* 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: calc(34% - 30px);
    display: block;
    transition: all 0.4s ease;
}

.forty {
    width: calc(40% - 30px);
    display: block;
    transition: all 0.4s ease;
    position: relative;
}

.half,
.fifty {
    position: relative;
    width: calc(50% - 30px);
    display: block;
    transition: all 0.4s ease;
}

.sixty {
    width: calc(60% - 30px);
    display: block;
    transition: all 0.4s ease;
    position: relative;
}

.twothirds {
    width: calc(66% - 30px);
    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 */

.one-column > li {
    width: 100%;
}

.one-column > li:not(:last-child) {
    margin-bottom: 30px;
}

.two-column {
    margin: 0 auto;
    display: block;
    padding: 0;
}

.two-column > li:nth-child(2n) {
    margin-right: 0;
}

.two-column > li {
    position: relative;
    float: left;
    width: 47.5%;
    margin-right: 5%;
    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;
    padding: 0;
}

.three-column.flex-container {
    display: flex;
}

.three-column > li:nth-child(3n) {
    margin-right: 0;
}

.three-column > li {
    position: relative;
    float: left;
    width: 31%;
    margin-right: 3.5%;
    list-style: none;
    transition: all 0.4s ease;
    padding-bottom: 0;
    margin-bottom: 3.5%;
}

.three-column.flex-container > li {
    width: calc(33.3334% - 40px);
    margin: 0;
}

/* 6.2 - Four Columns */

.four-column {
    padding: 0;
    margin: 0 auto;
    display: block;
}

.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%;
    margin-bottom: 2%;
    list-style: none;
    padding-bottom: 0;
    box-sizing: border-box;
}

.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;
}

.five-column > li {
    float: left;
    width: 18.4%;
    margin-right: 2%;
    list-style: none;
    padding-bottom: 0;
}

.five-column > li .subtext {
    color: #909296 !important;
}

.five-column > li:hover > h4 {
    color: #eb7133;
}

.five-column > li:hover > i {
    background: #eb7133;
    color: #fff;
    border-color: #eb7133;
}

.five-column > li:nth-of-type(5n) {
    margin-right: 0;
}

/* 7.0 - Blog */

.single-post .post,
.author .post,
.archive .post,
.category .post {
    max-width: 900px;
    display: block;
}

.blog-category {
    text-transform: uppercase;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
}

.blog .post,
.category .post,
.author .post,
.archive .post {
    width: 33.33334%;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 30px;
    flex: 0 0 calc((100% - 80px) / 3);
    position: relative;
    background: #d5e8f8;
}

.blog .post:nth-child(3n),
.category .post:nth-child(3n),
.author .post:nth-child(3n),
.archive .post:nth-child(3n) {
    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 {
    opacity: 0.7;
}

.post-highlight {
    font-size: 18px;
    margin: 0 0 1.5em 0;
    color: #eb7133;
    font-weight: 400;
    display: block;
}

.single-post .content h2 {
    font-family: "Montserrat", 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: "Montserrat", Helvetica, Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1.25px;
    text-transform: uppercase;
    padding: 8px 16px;
    color: #eb7133 !important;
    border: 1px solid #eb7133;
}

.blog-button:hover {
    background: #eb7133;
    color: #ffffff !important;
}

.blog-button i {
    color: #eb7133;
    transition: all 0.4s ease;
}

.blog-button:hover i {
    color: #ffffff !important;
}

.blog .post h1 {
    margin-top: 20px;
}

.blog .container,
.author .container {
}

.blog-main {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.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: "Montserrat", 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% 30% !important;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
}

.blog-date,
.event-date,
.date {
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
}

.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: #eb7133 !important;
}

.single .category-link:hover {
    color: #fff !important;
}

.single .author-bio {
    margin-bottom: 20px;
}

.single .post-author-name:hover {
    color: #fff !important;
}

.single .date {
}

.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: #eb7133 !important;
}

.post-author-name {
    display: inline-block;
}

.single-info .float-left:hover .post-author-name {
    color: #eb7133;
}

.single-info .float-left:hover .avatar {
    opacity: 0.7;
}

.single .post {
    margin: 0 auto;
}

.single .post p {
    margin-bottom: 1em;
}

.single .post p:last-child {
    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;
}

.single .banner-image {
    position: relative;
    display: block;
    clear: both;
    background: #306bac;
    overflow: hidden;
}

.single .banner-image img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-container {
}

.blog-filters {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.blog-filters::before {
    content: "Categories: ";
    padding-right: 10px;
    font-weight: 600;
    display: inline-block;
}

.blog-filters li {
    display: inline-block;
    margin-right: 6px;
}

.blog-filters li a {
    padding: 18px 24px;
    background: #306bac;
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
}

.blog-filters li:hover a,
.blog-filters li.is-active a {
    background: #114d8e;
}

.blog-filters li.cat-item-sir-bobby-robson-foundation a {
    background: #159fd5;
}

.blog-filters li.cat-item-sir-bobby-robson-foundation a:hover {
    background: #0c95cb;
}

.blog-filters li.cat-item-great-north-childrens-hospital a,
.blog-filters li.cat-item-great-north-childrens-hospital-foundation a {
    background: #6d297a;
}

.blog-filters li.cat-item-great-north-childrens-hospital a:hover,
.blog-filters li.cat-item-great-north-childrens-hospital-foundation a:hover {
    background: #5c2367;
}

.content {
    width: 70%;
    float: left;
}

.content-container {
    padding: 40px 30px 40px 30px;
}

.sidebar {
    box-sizing: border-box;
}

.sidebar-container {
    padding: 40px;
}

.sidebar a {
    color: #fff;
}

.sidebar a:hover {
    color: #eb7133 !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 .post {
    max-width: none;
    margin: 0 auto;
}

/* 8.0 - Form */

::-webkit-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
:-ms-input-placeholder {
    color: #aaa;
}

/* 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: 17px !important;
    font-weight: 500;
    padding: 20px !important;
    background: #fff !important;
    color: #306bac;
    border: 1px solid #bbb !important;
    border-radius: 8px !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    -webkit-appearance: none !important;
    outline: 0 !important;
    transition: all 0.4s ease;
    margin-bottom: 10px !important;
}

.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 {
    border-color: #202326 !important;
}

.gform_wrapper.gravity-theme textarea {
    max-height: 126px;
}

.gform_wrapper.gravity-theme .gform_footer button,
.gform_wrapper.gravity-theme .gform_footer input {
    background: #eb7133;
    color: #fff !important;
}

.gform_wrapper.gravity-theme .gform_footer button:hover,
.gform_wrapper.gravity-theme .gform_footer input:hover {
    background: #306bac;
    border-color: #306bac !important;
    cursor: pointer;
}

.gfield_checkbox .gchoice {
    display: inline-block;
    margin-right: 25px;
    width: calc(50% - 25px);
    margin-bottom: 10px;
}

.gform_wrapper.gravity-theme .gfield-choice-input + label {
    max-width: 100% !important;
    font-size: 16px !important;
}

.gfield_label {
    color: #306bac !important;
}

.gform_required_legend,
.gfield_required.gfield_required_asterisk {
    display: none !important;
}

.gfield_label.gfield_label_before_complex {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.gform_wrapper {
    width: 100%;
}

.contact-section .gform_wrapper.gravity-theme textarea {
    max-height: 100px;
}

.contact-section .gform_wrapper.gravity-theme input[type="color"],
.contact-section .gform_wrapper.gravity-theme input[type="date"],
.contact-section .gform_wrapper.gravity-theme input[type="datetime-local"],
.contact-section .gform_wrapper.gravity-theme input[type="datetime"],
.contact-section .gform_wrapper.gravity-theme input[type="email"],
.contact-section .gform_wrapper.gravity-theme input[type="month"],
.contact-section .gform_wrapper.gravity-theme input[type="number"],
.contact-section .gform_wrapper.gravity-theme input[type="password"],
.contact-section .gform_wrapper.gravity-theme input[type="search"],
.contact-section .gform_wrapper.gravity-theme input[type="tel"],
.contact-section .gform_wrapper.gravity-theme input[type="text"],
.contact-section .gform_wrapper.gravity-theme input[type="time"],
.contact-section .gform_wrapper.gravity-theme input[type="url"],
.contact-section .gform_wrapper.gravity-theme input[type="week"],
.contact-section .gform_wrapper.gravity-theme select,
.contact-section .gform_wrapper.gravity-theme textarea {
    padding: 18px 22px 14px !important;
}

.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="color"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="date"],
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="datetime-local"],
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="datetime"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="email"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="month"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="number"],
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="password"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="search"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="tel"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="text"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="time"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="url"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme input[type="week"],
.contact-section.highlight-bg .gform_wrapper.gravity-theme select,
.contact-section.highlight-bg .gform_wrapper.gravity-theme textarea {
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff;
}

.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="color"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="date"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="datetime-local"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="datetime"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="email"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="month"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="number"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="password"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="search"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="tel"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="text"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="time"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="url"]:focus,
.contact-section.highlight-bg
    .gform_wrapper.gravity-theme
    input[type="week"]:focus,
.contact-section.highlight-bg .gform_wrapper.gravity-theme select:focus,
.contact-section.highlight-bg .gform_wrapper.gravity-theme textarea:focus {
    background: rgba(255, 255, 255, 1) !important;
    border-color: #fff !important;
    color: #306bac !important;
}

.highlight-bg .gform_wrapper.gravity-theme .gfield label {
    color: #fff !important;
}

.sidebar .gform_wrapper.gravity-theme textarea {
    max-height: 100px;
}

.sidebar .gform_wrapper.gravity-theme input[type="color"],
.sidebar .gform_wrapper.gravity-theme input[type="date"],
.sidebar .gform_wrapper.gravity-theme input[type="datetime-local"],
.sidebar .gform_wrapper.gravity-theme input[type="datetime"],
.sidebar .gform_wrapper.gravity-theme input[type="email"],
.sidebar .gform_wrapper.gravity-theme input[type="month"],
.sidebar .gform_wrapper.gravity-theme input[type="number"],
.sidebar .gform_wrapper.gravity-theme input[type="password"],
.sidebar .gform_wrapper.gravity-theme input[type="search"],
.sidebar .gform_wrapper.gravity-theme input[type="tel"],
.sidebar .gform_wrapper.gravity-theme input[type="text"],
.sidebar .gform_wrapper.gravity-theme input[type="time"],
.sidebar .gform_wrapper.gravity-theme input[type="url"],
.sidebar .gform_wrapper.gravity-theme input[type="week"],
.sidebar .gform_wrapper.gravity-theme select,
.sidebar .gform_wrapper.gravity-theme textarea {
    padding: 18px 22px 14px !important;
    border: none !important;
}

.sidebar .gform_wrapper.gravity-theme input[type="color"],
.sidebar .gform_wrapper.gravity-theme input[type="date"],
.sidebar .gform_wrapper.gravity-theme input[type="datetime-local"],
.sidebar .gform_wrapper.gravity-theme input[type="datetime"],
.sidebar .gform_wrapper.gravity-theme input[type="email"],
.sidebar .gform_wrapper.gravity-theme input[type="month"],
.sidebar .gform_wrapper.gravity-theme input[type="number"],
.sidebar .gform_wrapper.gravity-theme input[type="password"],
.sidebar .gform_wrapper.gravity-theme input[type="search"],
.sidebar .gform_wrapper.gravity-theme input[type="tel"],
.sidebar .gform_wrapper.gravity-theme input[type="text"],
.sidebar .gform_wrapper.gravity-theme input[type="time"],
.sidebar .gform_wrapper.gravity-theme input[type="url"],
.sidebar .gform_wrapper.gravity-theme input[type="week"],
.sidebar .gform_wrapper.gravity-theme select,
.sidebar .gform_wrapper.gravity-theme textarea {
    background: #efe8e1 !important;
    color: #665c67;
}

.sidebar .gform_wrapper.gravity-theme input[type="color"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="date"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="datetime-local"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="datetime"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="email"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="month"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="number"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="password"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="search"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="tel"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="text"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="time"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="url"]:focus,
.sidebar .gform_wrapper.gravity-theme input[type="week"]:focus,
.sidebar .gform_wrapper.gravity-theme select:focus,
.sidebar .gform_wrapper.gravity-theme textarea:focus {
    background: #fff !important;
    color: #665c67 !important;
}

.sidebar .gform-button button {
    background: #eb7133;
    color: #fff;
}

.gform_wrapper.gravity-theme #field_submit .gform-button--width-full,
.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full {
    margin-top: 0;
    margin-bottom: 0;
    width: auto !important;
}

.contact-section .gform_wrapper .button {
    background: #eb7133 !important;
    border-color: #eb7133;
    color: #fff !important;
}

.contact-section .gform_wrapper .button:hover,
.contact-section .gform_wrapper.gravity-theme .gform_footer input:hover {
    background: #306bac !important;
    border-color: #306bac !important;
    color: #fff !important;
}

.contact-section ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #665c67;
}

.contact-section :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #665c67;
}

.contact-section ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #665c67;
}

.cta-section ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
}

.cta-section :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.cta-section ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.cta-section input:focus::placeholder,
.cta-section textarea:focus::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #665c67;
}

.cta-section input:focus:-ms-input-placeholder,
.cta-section textarea:focus:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #665c67;
}

.cta-section input:focus::-ms-input-placeholder,
.cta-section textarea:focus::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #665c67;
}

.gform_wrapper.gravity-theme .gfield label {
    transition: all 0.4s ease;
    font-size: 17px;
    font-weight: 700;
    font-family: "Roboto", "Montserrat", Arial, Helvetica, sans-serif;
}

/* END GravityForms */

/* 9.0 - Footer */

.site-footer {
    background: #306bac;
    overflow: hidden;
    position: relative;
    clear: both;
    font-size: 17px;
}

.site-footer-container {
    margin: 0 auto;
    display: block;
    overflow: hidden;
    padding: 0 60px 60px 60px;
}

.logo-vector {
    position: absolute;
    max-width: 480px;
}

.hero-vector {
    max-width: 650px;
}

.lv-left {
    left: -8%;
    bottom: -2%;
}

.lv-right {
    right: -8%;
    top: -2%;
    transform: rotate(180deg);
}

.company-description {
    font-size: 15px;
    max-width: 330px;
}

.site-footer p,
.site-footer a {
    color: #fff;
}

.bottom-footer a,
.bottom-footer {
    color: #c0d2e6;
}

.site-footer a:hover,
.site-footer .contact-links a:hover i {
    color: #c0d2e6;
    transition: all 0.4s ease;
}

.contact-links a:hover {
    text-decoration: underline;
}

.bottom-footer a:hover {
    color: #fff;
    transition: all 0.4s ease;
}

.site-footer h5 {
    color: #fff;
}

.footer-content {
    overflow: hidden;
    padding-top: 60px;
}

.fcol {
    display: inline-block;
    float: left;
    width: 16.66667%;
    margin-right: 5%;
    float: right;
}

.fcol a {
    clear: both;
    display: block;
    font-weight: 600;
}

.address p {
    line-height: 1.5em;
}

#fc1 {
    width: 35%;
    float: none;
}

#fc2 {
}

#fc3 {
    max-width: 200px;
}

#fc4 {
    margin-right: 0 !important;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul,
.contact-links a {
    line-height: 1.6em;
}

.contact-links a {
    padding-bottom: 10px;
    font-size: 110%;
}

.contact-links a i {
    color: #fff;
    padding-right: 5px;
}

.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: 15px 0 30px 0;
    padding: 1px 0 0 0;
    list-style: none;
}

.social-links li {
    float: left;
    margin-right: 12px;
    padding-bottom: 0;
}

.social-links a {
    clear: none !important;
    color: #306bac;
    background: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: all 0.4s ease;
}

.social-links a:hover {
    margin-top: -4px;
}

.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: #306bac;
}

.bottom-footer {
    padding: 45px 0 0 0;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
}

.bottom-footer-container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    overflow: hidden;
    display: inline-block;
    transition: all 0.4s ease;
}

.bf-container {
    float: left;
    max-width: 580px;
}

.copyright {
    text-align: left;
    display: inline-block;
    padding-bottom: 10px;
}

.registered-number {
    display: inline-block;
}

.footer-logo,
.footer-logos img {
    display: block;
    max-width: 180px;
    max-height: 90px;
    margin-bottom: 40px;
}

.dpm {
    text-align: left !important;
    display: block;
}

.dpm a {
    font-weight: 500;
}

.dpm:hover {
    color: #306bac !important;
}

/* 10.0 - Snippets & Miscellaneous */

.right-button-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.right-button-container .inner-container {
    width: auto;
}

.right-button {
    margin-left: auto;
}

.banner-gradient {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

.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;
    z-index: 1;
}

.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;
    z-index: 1;
}

.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(34, 53, 76, 0.75);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.orange-filter {
    background: rgba(67, 152, 237, 0.9);
}

.purple-filter {
    background: rgba(50, 52, 55, 0.9);
}

.grey-filter {
    background: rgba(250, 246, 242, 0.9);
    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%;
}

.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%;
}

.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: #eb7133;
}

.image-links li:hover .bg-overlay {
    opacity: 1;
}

.pagination {
    clear: both;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 auto;
}

ul.page-numbers {
    list-style: none;
}

.pagination ul.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.pagination a.page-numbers,
.pagination span.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 42px;
    margin: 0 3px;
    padding: 0 0;
    border-radius: 999px;
    background: #d5e8f8;
    color: #183554;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    font-size: 14px;
    padding: 0 20px;
}

.pagination a.page-numbers.current {
    background: #306bac;
    color: #fff;
}

.pagination .page-numbers.current,
.pagination .page-numbers:focus-visible {
    background: #306bac;
    color: #fff;
}

.pagination a.page-numbers:hover,
.pagination span.page-numbers:hover {
    transform: translateY(-1px);
}

.pagination .page-numbers:focus-visible {
    outline: 3px solid #ff7a3d;
    outline-offset: 3px;
}

/* Dots */
.pagination .page-numbers.dots {
    background: transparent;
    color: #143a63;
    min-width: auto;
    padding: 0 0.25rem;
    pointer-events: none;
}

/* Next button */
.pagination .next.page-numbers {
    width: auto;
    padding: 0 1.1rem;
}

.no-bullets {
    list-style: none;
    padding-left: 20px;
}

.no-bullets li {
    padding-bottom: 10px;
}

.boxes li {
    background: #306bac;
    color: #fff;
    box-sizing: border-box;
    padding: 25px;
    padding-bottom: 100%;
    margin-bottom: -100%;
}

.small-icon {
    font-size: 24px;
    line-height: 1.1em;
}

.small-icon i {
    font-weight: 700;
}

.large-icon {
    font-size: 70px;
    line-height: 1.1em;
}

.medium-icon {
    font-size: 50px;
    display: block;
}

#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: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 600;
    padding: 7px 14px !important;
}

#catapultCookie:hover {
    background: #fff !important;
    color: #306bac !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) {
    .image-credit {
        padding: 60px 15px 20px 15px !important;
        font-size: 13px !important;
        line-height: 1.3em;
    }
    .box-padding {
        padding: 30px;
    }
    .image-container {
        min-height: 275px;
    }
    .ctcc-left-side {
        font-size: 70% !important;
    }
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 30px;
}

.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: #eb7133;
    font-size: 50px;
    margin-bottom: 25px;
}

.icon-columns li h5 {
    color: #534d48;
}

.image-right .flex-container,
.video-right .flex-container,
.team-member:nth-of-type(2n) .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 0 0 60px;
}

.image-left-padding {
    padding: 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: #306bac;
    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;
}

.image-bg .full-container {
    padding: 60px 0;
}

.link-blocks {
    list-style: none;
    margin: 45px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.link-blocks li {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    padding-bottom: 31%;
    transition: all 0.4s ease;
    border-radius: 24px;
    overflow: hidden;
}

.link-blocks.five-column li {
    padding-bottom: 27%;
}

.overlay-container {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    padding: 30px;
    transition: all 0.4s ease;
    left: 0;
    padding-top: 50%;
}

.link-blocks li h6 {
    font-size: 27px;
    margin-bottom: 0 !important;
    text-align: center;
}

.box-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    /*
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 {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.link-blocks li:hover {
    transform: scale(1.02);
}

.link-blocks li:hover .overlay-container {
    padding-bottom: 40px;
}

.link-blocks li:hover .overlay-container h4 {
}

.link-blocks li:hover .overlay-container .text-button-alt {
}

.link-blocks li:nth-of-type(3n) {
}

/*.link-blocks li:nth-last-of-type(-n+3) {
margin-bottom: 0 !important;
}*/

.plain-blocks p {
}

.plain-blocks i {
    margin-bottom: 0px;
    font-size: 50px;
    margin-bottom: 15px;
    color: #306bac;
}

.plain-blocks.boxed i {
    font-size: 65px;
    margin-bottom: 30px;
}

.highlight-bg .plain-blocks i {
    color: #306bac;
}

.text-blocks {
    list-style: none;
    margin: 45px 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.text-blocks > li {
    padding-bottom: 0;
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    transition: all 0.4s ease;
}

.text-blocks > li h6 {
    font-size: 14px;
    margin-bottom: 20px !important;
    letter-spacing: 2px;
    font-weight: 700;
}

.text-blocks > li p {
}

.highlight-bg .text-blocks > li p {
    color: #fff;
}

.text-blocks > li:hover {
    transform: scale(1.03);
}

.text-blocks > li:hover .block80-image-container,
.text-blocks > li:hover .block-image-container,
.text-blocks > li:hover .portrait-image-container,
.text-blocks > li:hover .landscape-image-container {
    opacity: 0.8;
}

.text-blocks .block-image-container {
    margin-bottom: 30px;
}

.plain-blocks .info-container {
    /*padding-left: 0 !important;
padding-right: 0 !important;*/
}

.text-split .sixty:not(:first-of-type) .inner-container {
    padding: 0 0 0 45px;
}

.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: #eb7133;
    padding-right: 10px;
}

.contact-info li:hover::before {
    color: #306bac;
}

.sidebar h6 {
    color: #306bac;
}

.contact-info {
    list-style: none;
    padding: 1px 0 0 0;
    margin: 0;
}

.ci-address::before {
    color: #306bac;
    content: "\f3c5";
    font-family: "Font Awesome 6 Pro";
    padding-right: 15px;
    position: absolute;
    padding-top: 4px;
    transition: all 0.4s ease;
}

.ci-address p {
    padding-left: 30px;
    margin-bottom: 0 !important;
}

.ci-phone::before {
    color: #306bac;
    content: "\f095";
    font-family: "Font Awesome 6 Pro";
    padding-right: 15px;
    position: absolute;
    padding-top: 4px;
    transition: all 0.4s ease;
}

.ci-phone span,
.ci-email span {
    padding-left: 35px;
    margin-bottom: 0 !important;
}

.ci-email a {
    color: #183554;
}

.ci-email a:hover {
    color: #306bac;
}

.ci-email {
    word-wrap: break-word;
}

.ci-email::before {
    color: #eb7133;
    content: "\f0e0";
    font-family: "Font Awesome 6 Pro";
    padding-right: 15px;
    position: absolute;
    padding-top: 6px;
    transition: all 0.4s ease;
}

.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);
}

.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%;
}

.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;
}

.image-mosaic {
    margin: 45px 0 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.im-column-one {
    width: 49%;
    margin-right: 2%;
}

.im-column-two {
    width: 23.5%;
    margin-right: 2%;
}

.im-column-three {
    width: 23.5%;
}

.im-block {
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    float: left;
    position: relative;
    transition: all 0.4s ease;
}

.im-block:hover {
    opacity: 0.7;
}

.im-block:hover .h5 {
    margin-bottom: 20px;
}

.im-block.block-one h5 {
    font-size: 30px;
}

.im-block.block-two {
    margin-bottom: 8.5%;
}

.im-block.block-four {
    padding-bottom: 208.5%;
}

.highlight-bg a,
.highlight-bg .ci-phone::before,
.highlight-bg .ci-email::before,
.highlight-bg .ci-address::before {
    color: #fff;
}

.no-icon::before,
h1.center::before,
h2.center::before,
h3.center::before,
h4.center::before,
.banner-title::before {
    display: none !important;
}

.team-section {
    margin: 45px 0 0 0;
}

.container-space-top {
    padding-top: 95px;
}

.image-text-section .image-container {
    align-items: stretch !important;
}

.image-text-section
    .flex-container
    .half:not(.image-container):not(.half-image-slider) {
    display: flex;
    align-items: center;
}

.split-banner .flex-container {
    flex-direction: row-reverse !important;
}

/* Custom Bullets */

/*.section ul:not([class]) li::before {
content: '\f058';
font-family: 'Font Awesome 6 Pro';
color: #EB7133;
padding-right: 12px;
margin-left: -35px;
transition: all 0.4s ease;
}*/

.section.highlight-bg ul:not([class]) li::before,
.section .highlight-bg ul:not([class]) li::before,
.section .text-blocks > li:hover ul:not([class]) li::before {
    color: #fff;
}

/* END Custom Bullets */

/* Metaslider */

.metaslider {
    margin: 0 auto;
}

.metaslider .caption {
    padding: 0 !important;
}

.metaslider .caption-wrap {
    position: initial !important;
    background: none !important;
    opacity: 1 !important;
    width: auto !important;
}

/* END Metaslider */

/* Testimonial Slider */

.flexslider {
    margin-bottom: 0 !important;
    border: 0 !important;
    background: none !important;
    border-radius: 0 !important;
}

.testimonials-slider .flex-viewport {
    border-radius: 20px;
}

.slides {
    overflow: hidden;
    padding: 0;
    margin: 0 0 10px 0;
}

.image-right .half-image-slider {
    margin-right: -5px;
}

.image-left .half-image-slider {
    margin-left: -5px;
}

.half-image-slider .flex-direction-nav {
}

.flex-control-nav {
    width: 100% !important;
    position: relative !important;
    bottom: auto !important;
    text-align: center !important;
    display: inline-block;
    margin-top: 30px !important;
}

.flex-control-nav li {
    margin: 0 !important;
    padding: 0 !important;
}

.flex-control-paging li a:not(.flex-active) {
}

.flex-control-paging li a {
    color: #707070;
    font-size: 0;
    font-weight: 700;
    margin-right: 15px;
    width: auto !important;
    height: auto !important;
    text-indent: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    background: #dddede !important;
    width: 50px !important;
    height: 8px !important;
}

.flex-control-paging li a.flex-active {
    background: #306bac !important;
    width: 100px !important;
}

.flex-control-paging li a:hover {
    background: #306bac !important;
}

.banner-flexslider .flex-control-nav {
    z-index: 9999;
    position: absolute !important;
    bottom: 45px !important;
    text-align: right !important;
    padding-right: 60px !important;
    right: 0;
}

.banner-flexslider .flex-control-paging li a {
    background: #fff !important;
    opacity: 0.35;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
}

.banner-flexslider .flex-control-paging li a:hover,
.banner-flexslider .flex-control-paging li a.flex-active {
    opacity: 1;
    background: #fff !important;
}

.flex-slider-count,
.custom-controls-container {
    display: inline-block;
}

.flex-slider-count,
.custom-navigation a {
    color: #707070;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.flex-prev:hover,
.flex-next:hover {
    color: #fff;
}

.flex-prev {
    padding-right: 1px;
}

.flex-prev::before {
    content: "\f177";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    padding-right: 6px;
}

.flex-next {
    padding-left: 20px;
}

.flex-next::after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    padding-left: 6px;
}

.custom-navigation {
    width: auto;
    display: inline-block;
    font-size: 14px;
    margin-top: 20px;
    margin-left: 30px;
}

.testimonial {
    position: relative;
    box-sizing: border-box;
}

/*.flexslider blockquote::before {
content: "\f10d";
font-family: 'Font Awesome 6 Pro';
font-size: 200px;
font-weight: 700;
color: #EB7133;
position: absolute;
left: 0;
top: 0;
display: block;
opacity: 0.35;
z-index: -1;
}*/

.testimonial-image {
    width: 80px;
    height: 80px;
    background-size: cover !important;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.4s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-logo {
    max-width: 180px;
    max-height: 90px;
    margin: 0 auto;
}

/* END Testimonial Slider */

/* Half Width Image Slider */

.half-image-slider .flex-viewport,
.half-image-slider .flexslider > .slides > li,
.half-image-slider .image-container {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    overflow: hidden;
}

.half-image-slider .slides {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.half-image-slider .flex-viewport {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.half-image-slider .image-container {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    -moz-border-bottom-left-radius: 20px;
    position: relative;
    background-position: 0 0 !important;
    background-size: cover !important;
}

.slider-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(50, 52, 55, 0.65);
    color: #fff;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    z-index: 10;
}

.flex-direction-nav a {
    transform: translateY(-29px);
}

.flex-direction-nav a:before {
    color: rgba(255, 255, 255, 1) !important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
}

.testimonial-slider .flex-direction-nav a:before {
    font-family: "Font Awesome 6 Pro";
}

.testimonial-slider .flex-direction-nav a.flex-prev::before {
    content: "\f061";
}

.testimonial-slider .flex-direction-nav a.flex-next::after {
    content: "\f060";
}

.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1 !important;
}

.flex-direction-nav li {
    padding-bottom: 0;
}

.half-image-slider .flex-direction-nav a.flex-prev::before {
    content: "\f177" !important;
    font-family: "Font Awesome 6 Pro" !important;
}

.half-image-slider .flex-direction-nav a.flex-next::before {
    content: "\f178" !important;
    font-family: "Font Awesome 6 Pro" !important;
}

/* 11.0 - Custom */

.newsletter-container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.newsletter-title {
    float: left;
    margin-right: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

#mc_embed_signup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.newsletter-container .mc-field-group,
.newsletter-container .optionalParent {
    display: inline-block;
}

.newsletter-container #mc_embed_signup_scroll {
    text-align: right;
    display: flex;
    align-items: center;
}

.newsletter-container .button {
    font-size: 16px;
    padding: 15px 32px;
    margin: 0 3px !important;
    vertical-align: middle;
    cursor: pointer;
}

.newsletter-container .button:hover {
    background: #fff !important;
    border-color: #fff !important;
    color: #306bac !important;
}

.mc-field-group input[type="text"],
.mc-field-group input[type="email"] {
    font-size: 16px !important;
    padding: 18px 19px 14px !important;
    background: rgba(255, 255, 255, 0.2) !important;
    color: #fff;
    border: 1px solid transparent !important;
    border-radius: 0 !important;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    -webkit-appearance: none !important;
    outline: 0 !important;
    transition: all 0.4s ease;
    margin: 0 3px !important;
    vertical-align: middle;
    box-sizing: border-box;
}

.mc-field-group input[type="text"]:focus,
.mc-field-group input[type="email"]:focus {
    background: #fff !important;
    border-color: #fff !important;
    color: #306bac;
}

.square-container {
    position: relative;
    z-index: 10;
    padding: 45px;
}

.logo-mark {
    max-width: 115px;
    display: block;
    opacity: 0.3;
    margin: 0 auto;
    margin-bottom: 45px;
}

.image-bg-box {
    max-width: 700px;
}

.client-name {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    transition: all 0.4s ease;
    font-size: 21px;
    margin: 0 0 20px 0;
    color: #666666;
    display: block;
}

/* Info Boxes */

.info-boxes {
    list-style: none;
    margin: 60px 0 0 0;
    padding: 0 45px 45px 0;
    display: flex;
    flex-wrap: wrap;
}

.info-boxes > li {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 8%;
    position: relative;
    transition: all 0.4s ease;
    padding-bottom: 0;
}

.info-boxes > li:nth-of-type(2n) {
    margin-right: 0 !important;
}

.info-box-image {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    padding-bottom: 100%;
}

.info-box-text {
    background: #eb7133;
    color: #f7f4f2;
    width: 80%;
    position: absolute;
    bottom: -45px;
    right: -45px;
    font-size: 16px;
}

.info-box-text h3 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 35px;
}

.info-box-text a {
    color: #fff;
}

.info-box-text a:hover {
    color: #306bac;
}

/* END Info Boxes */

/* 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: #eb7133;
    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: #306bac;
}

/* END Focus Boxes */

/* ACCORDION START */

.accordion-control {
    -webkit-appearance: none;
    background: none;
    border: 0;
    padding: 0;
}

.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;
    border-top: 1px solid rgba(8, 40, 55, 0.15);
    color: #306bac;
}

.accordion-item:first-child .accordion-control {
    border-top: 0;
}

.accordion-control h5 {
    margin-bottom: 0;
}

.accordion-thumb,
.beige-bg .section-container .half .inner-container h4.accordion-thumb {
    color: #306bac;
}

.accordion-control.active .accordion-thumb,
.beige-bg
    .section-container
    .half
    .inner-container
    .accordion-control.active
    h4.accordion-thumb {
    /*color: #EB7133;*/
    opacity: 0.6;
}

.accordion-thumb:not(.hide-icons)::before {
    content: "";
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/bullet.svg");
    background-size: contain;
    background-repeat: no-repeat !important;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding-right: 15px;
    margin-top: 3px;
    position: absolute;
    margin-left: -40px;
}

body.top-parent-pageid-5269:not(.single-post)
    .accordion-thumb:not(.hide-icons)::before {
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/sbrf-bullet.svg");
}

body.top-parent-pageid-5469:not(.single-post)
    .accordion-thumb:not(.hide-icons)::before {
    background: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/gnchf-bullet.png");
}

.highlight-bg .accordion-thumb:not(.hide-icons)::before {
    color: #306bac;
}

.features-accordion .accordion-control {
    background-color: #f3f0f6;
    padding: 20px 40px;
    color: #3f4b49;
    border-bottom: 1px solid #fff;
}

.simple-accordion .accordion-control {
    padding: 24px 86px 24px 30px;
    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;
}

.accordion-control h4 {
    padding-left: 35px;
    padding-right: 25px;
}

.accordion-control:not(.active) h4 {
    margin-bottom: 0 !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: #306bac;
    font-size: 21px;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 25px;
    right: 0;
}

.highlight-bg .accordion-control::after,
.blue-bg .accordion-control::after,
.teal-bg .accordion-control::after,
.navy-bg .accordion-control::after,
.maroon-bg .accordion-control::after,
.purple-bg .accordion-control::after {
    color: #fff;
}

.features-accordion .accordion-control:after {
    top: 40px;
}

.simple-accordion .accordion-control:after {
    top: 24px;
    right: 24px;
    color: #159fd5;
}

.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;
}

.accordion-item.open .panel {
    padding-bottom: 20px;
}

.accordion-item.open .panel p:last-of-type {
    margin-bottom: 0 !important;
}

.feautures-accordion .panel {
    background: #3f4b49;
    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;
}

.dark-bg .accordion-control.active::after {
    color: #eb7133;
}

.dark-bg .simple-accordion .accordion-item,
.dark-bg .simple-accordion .accordion-item .accordion-control {
    background: #3c535f;
}

.dark-bg .simple-accordion .accordion-item h4 {
    color: #fff;
}

.dark-bg .simple-accordion .accordion-item.open,
.dark-bg .simple-accordion .accordion-item .accordion-control.active {
    background: #fff;
}

.dark-bg .simple-accordion .accordion-item.open h4 {
    color: #3c535f;
}

.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;
}

.screen-image .image-container {
    border-radius: 0 0 20px 20px !important;
    background-position: 0 0% !important;
    border: 1px solid #242457;
    border-top: 0;
}

.active-image {
    z-index: 10 !important;
}

.accordion-item.open,
.accordion-item.open .accordion-control {
    background: #fff;
}

.accordion-item.open .accordion-control h4,
.accordion-item.open .panel {
    color: #306bac;
    margin-bottom: 0;
}

.dark-bg .accordion-control,
.teal-bg .accordion-control,
.maroon-bg .accordion-control,
.purple-bg .accordion-control,
.orange-bg .accordion-control,
.gold-bg .accordion-control {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

.dark-bg .accordion-control h5,
.teal-bg .accordion-contro h5,
.maroon-bg .accordion-control h5,
.purple-bg .accordion-control h5 {
    color: #fff;
}

.dark-bg .accordion-control:after {
    color: #fff;
}

.accordion-item .panel * {
    opacity: 0;
    transition: opacity 0.4s ease;
}

.accordion-item .accordion-control.active + .panel * {
    opacity: 1;
}

.accordion-item .panel * {
    font-size: 17px;
}

.simple-accordion .accordion-item .panel * {
    opacity: 1;
}

.accordion-item.open .panel * {
    opacity: 1;
}

/* ACCORDION END */

.logos-section {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logos-section .ls-logo-container {
    width: calc(16.6667% - 60px);
}

.logos-section .ls-logo-padding {
    padding: 10px;
    max-width: 150px;
    max-height: 100px;
    display: flex;
    justify-content: center;
}

.logos-section .ls-logo-container:nth-of-type(6n) {
    margin-right: 0%;
}

.logos-section .ls-logo-container img {
    width: auto;
    height: auto;
    max-height: 70px;
    max-width: 100%;
}

.company-name {
    font-size: 17px;
}

.flex-direction-nav a {
    width: 40px !important;
    height: 40px !important;
    text-align: right !important;
    background: #fff;
    color: #949aa5;
    border-radius: 50%;
    padding: 17px 12px 7px;
    font-size: 0;
}

.flex-direction-nav a:before {
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 27px !important;
    font-weight: 400 !important;
    text-shadow: none !important;
    color: #949aa5 !important;
    text-align: center;
}

.flex-direction-nav a:hover::before {
    color: #306bac;
}

.flex-prev::before {
    content: "\f060" !important;
}

.flex-next::before {
    content: "\f061" !important;
}

.policy-menu {
    float: right;
}

.policy-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.policy-menu ul li {
    display: inline-block;
}

.policy-menu ul li::after {
    display: inline-block;
    content: "|";
    padding: 0 10px;
}

.policy-menu ul li:last-child::after {
    display: none;
    content: "";
}

.overflow-hidden {
    overflow: hidden;
}

.stretch {
    align-self: stretch;
}

.rounded {
    border-radius: 20px;
    overflow: hidden;
}

.rounded-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.pb-60 {
    padding-bottom: 60px;
}

.job-title {
    font-size: 18px;
}

.overlap-section {
    padding: 0 0 60px 0;
}

.overlap-section .image-container {
    margin-bottom: -200px;
}

.overlap-section + section {
    padding-top: 60px;
}

.hover-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
}

.team-blocks li:hover .hover-image {
    opacity: 1;
}

.image-text-overlap-section {
    /* margin-top: 60px;*/
}

.overlap-top {
    margin-top: -150px;
}

.overlap-bottom {
    margin-bottom: -150px;
}

.page-contact #rmp_menu_trigger-1867 .responsive-menu-pro-inner,
.page-contact#rmp_menu_trigger-1867 .responsive-menu-pro-inner::before,
.page-contact #rmp_menu_trigger-1867 .responsive-menu-pro-inner::after {
    background: #306bac;
}

.ic-field-cat a {
    color: #eb7133 !important;
}

.ic-field-cat a:hover {
    color: #306bac !important;
    opacity: 0.6;
}

.annual {
    display: block;
}

.pricing-blocks {
    font-size: 16px;
    color: #306bac;
}

.pricing-blocks .button {
    border-radius: 40px;
}

.price {
    display: block;
}

.includes {
    list-style: none;
    padding-left: 0px;
    padding-top: 30px;
}

.includes li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Pro";
    color: #eb7133;
    font-weight: 700;
    padding-right: 10px;
}

.cta-text-container {
    display: block;
    margin: 0 auto;
    z-index: 9999;
}

.icon-container {
    color: #fff;
    border-radius: 20px;
    font-size: 40px;
    /* padding: 20px 30px; */
    float: left;
    margin-right: 30px;
    text-align: center;
    width: 100px;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.stat-number {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-bottom: 0;
    display: block;
}

.dark-bg .stat-number {
    color: #fff;
}

.testimonials-slider .flex-container {
    gap: 0 !important;
    grid-column-gap: 0 !important;
    column-gap: 0 !important;
}

.testimonial-image,
.testimonial-text {
    width: 50%;
    border-radius: 20px;
}

.testimonial-image {
    min-height: 550px;
}

.testimonial-has-image .testimonial-text {
    margin-left: -60px;
    z-index: 99999;
    width: 54%;
}

.testimonial-no-image {
    padding-top: 30px !important;
}

.testimonial-no-image .testimonial-text {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.testimonial-text blockquote {
    margin: 0 0 30px 0;
}

.single-casestudies .site-header {
    background: #eb7133;
}

.single-casestudies .container {
    padding-top: 100px;
}

.single-casestudies .image-container {
    min-height: 450px;
}

.header-button {
    font-size: 17px;
    font-weight: 700;
    padding-left: 23px;
    padding-right: 23px;
}

.image-vector {
    position: absolute;
    max-width: 210px;
    bottom: 0;
    z-index: -1;
}

.image-left .image-vector {
    left: -2.5%;
}

.image-right .image-vector {
    right: -2.5%;
}

.hero-image-vector {
    position: absolute;
    right: -2.5%;
    /* top: 0; */
    max-width: 175px;
    bottom: 0;
    z-index: 99;
}

.hurrytimer-campaign {
    background: #42a7f5;
    border-radius: 30px;
    padding: 8px 30px !important;
    color: #152b38 !important;
    margin-bottom: 30px;
    display: inline-block !important;
}

.hurrytimer-headline {
    font-weight: 700;
    font-size: 18px;
}

.hurrytimer-timer-digit {
    font-weight: 700;
}

.hurrytimer-timer-block {
    padding: 0 3px;
    margin-bottom: 0 !important;
}

.worktype-list {
    list-style: none;
    text-align: center;
    margin: 0 auto;
}

.worktype-list li {
    font-weight: 700;
    line-height: 1.4em;
    font-size: 15px;
    margin: 0 0 20px 0;
    color: #eb7133;
    border-radius: 30px;
    padding: 14px 24px;
    display: inline-block;
    transition: all 0.4s ease;
}

.worktype-list li:hover {
    background: #eb7133;
    color: #fff;
}

.worktype-list li:hover a {
    color: #fff;
}

.stats-section li p {
    margin-bottom: 0 !important;
}

.stats li {
    width: calc(25% - 40px);
    margin: 0;
    font-size: 17px;
}

.single .section-container img {
    border-radius: 24px;
}

.partners-slider-wrapper {
    padding: 0;
}

.partners-slider {
    position: relative;
    overflow: hidden;
    min-height: 150px;
}

.partner-slide {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.7s ease-in-out,
        visibility 0s linear 0.7s;
}

.partner-slide.is-active {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.7s ease-in-out;
}

.partner-slide-title {
    font-size: 15px;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.partner-logo {
    margin: 0 !important;
    /*padding-bottom: 30px !important;*/
}

.partners-groups .partner-logo {
    margin: 0 !important;
    padding-bottom: 30px !important;
    height: 200px;
    align-content: center;
    gap: 0;
    overflow: hidden;
    border-radius: 12px;
}

.parnter-group .partner-logo {
    margin-top: 30px;
}

.partners-groups .four-column .partner-logo {
    width: calc(25% - 23px);
}

.partner-logo img {
    max-height: 100px;
    max-width: 200px;
    width: auto;
    display: block;
    /*filter: grayscale(100%);
  opacity: 0.85;*/
    transition:
        opacity 0.2s ease,
        filter 0.2s ease,
        transform 0.2s ease;
    margin: 0 auto;
    display: block;
}

.partner-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: translateY(-1px);
}

/* Basic responsive tweak */
@media (max-width: 640px) {
    .partner-logos {
        gap: 1.1rem;
    }
    .partner-logo img {
        max-height: 30px;
    }
}

.cta-section {
    /*margin-top: 4.5%;*/
}

.cta-section::before {
    content: "";
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 50%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 4;
}

.wave-border > svg {
    margin-top: -2.5%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 2.5%;
    z-index: 4;
    margin-top: -2.2%;
    width: 100%;
    display: block;
}

.image-container > svg {
    position: absolute;
    left: -2px;
    bottom: 0;
    max-width: 150px;
    max-height: 630px;
    top: 0;
}

.image-container > svg.mobile-cta-wave,
.image-container > svg.mobile-banner-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    max-height: none;
    top: auto;
}

.image-container .navy-branch svg {
    left: auto;
    bottom: auto;
    right: -60px;
    top: -30px;
    transform: rotate(180deg);
}

.has-accordion .image-container {
    align-self: flex-start !important;
}

.post-accordion-text {
    margin-top: 30px;
}

.spacer {
    padding: 0 8px;
}

.post-container {
}

.stretch-image {
    align-self: stretch;
    padding-bottom: 0;
}

.one-column .block-image-container,
.one-column .block80-image-container {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

li.rounded .block80-image-container {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 280px;
}

.post-excerpt {
    font-size: 15px;
}

.icon-item {
    /* break-inside: avoid;
  page-break-inside: avoid;
  margin: 0 0 20px 0;*/
}

.ii-icon {
    max-width: 80px;
    text-align: center;
}

.ii-text p {
    margin-bottom: 0 !important;
}

.two-columns {
    /*column-count: 2;
column-gap: 60px;*/
    row-gap: 30px;
}

.three-columns {
    column-count: 3;
    column-gap: 60px;
}

.text-columns .icon-item {
    width: calc(50% - 30px);
}

.tribe-common-l-container *,
#tribe-events-content * {
    font-family: "Montserrat", Arial, Helvetica, sans-serif !important;
}

.text-blocks:not(.boxed) .info-container {
    padding: 0 !important;
}

.banner-slider .slides li {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 35%;
}

.banner-slider,
.banner-slider .banner-flex,
.banner-slider .slides,
.banner-slider .slides li {
    height: 550px;
}

.event-card {
    position: relative;
}

.tribe-events-single-section,
.tribe-events-venue-map {
    width: 100% !important;
}

.tribe-events-event-image img {
    border-radius: 20px !important;
}

#sb_instagram .sbi_photo {
    border-radius: 12px;
    overflow: hidden;
}

.header-search,
 .header-accessibility,
.header-link {
    position: relative;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.4s ease;
}

.header-link button,
.header-link a {
    padding: 18.5px 20px;
}

.header-link {
    cursor: pointer;
}

.header-accessibility a {
    padding: 20px 16px;
}

.header-accessibility span {
    font-size: 13px;
}

.header-link a {
    color: #183554;
}

.header-link a {
    color: #183554;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-link a:hover,
.header-link a:hover i {
    color: #306bac;
}

.header-link:hover {
    background: #306bac;
    cursor: pointer;
}

.header-link:hover .search-toggle,
.header-link:hover i,
.header-link:hover span {
    color: #fff !important;
}

.search-toggle,
.header-link i {
    background: none;
    border: 0;
    font-size: 20px;
    cursor: pointer;
    color: #183554;
    transition: all 0.4s ease;
}

.search-panel {
    position: absolute;
    top: 140%;
    right: 0;
    max-width: 360px;
    padding: 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    display: none;
}

.search-panel input[type="search"] {
    width: 100%;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #ddd;
}

.blog-container article {
    width: calc(33.333% - 30px);
    position: relative;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
}

.blog-container article:hover {
    transform: scale(1.02);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.header-search input {
    -webkit-appearance: none;
    border: 1px solid transparent !important;
    padding: 14px;
    font-size: 16px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    outline: 0;
}

.header-search input[type="text"] {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.header-search input[type="text"]:focus {
    border-color: #306bac;
}

.header-search input[type="submit"] {
    background: #306bac;
    color: #fff;
    cursor: pointer;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    font-weight: 700;
}

.search-panel form div {
    display: flex;
}

.image-credit {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 60px 20px 20px 20px;
    font-size: 15px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.icon-blocks-section .icon-blocks:not(.boxed) {
    overflow: hidden;
}

.icon-blocks li {
    transition: all 0.4s ease;
}

.icon-blocks.boxed li:nth-child(4n-3) {
    background: #d1edec;
}

.icon-blocks.boxed li:nth-child(4n-3) i,
.icon-blocks.boxed li:nth-child(4n-3) h4,
.icon-blocks.boxed li:nth-child(4n-3) .text-button {
    color: #009d95;
}

.icon-blocks.boxed li:nth-child(4n-2) {
    background: #fce6db;
}

.icon-blocks.boxed li:nth-child(4n-2) i,
.icon-blocks.boxed li:nth-child(4n-2) h4,
.icon-blocks.boxed li:nth-child(4n-2) .text-button {
    color: #eb7133;
}

.icon-blocks.boxed li:nth-child(4n-1) {
    background: #d5eff9;
}

.icon-blocks.boxed li:nth-child(4n-1) i,
.icon-blocks.boxed li:nth-child(4n-1) h4,
.icon-blocks.boxed li:nth-child(4n-1) .text-button {
    color: #0d6bb4;
}

.icon-blocks.boxed li:nth-child(4n) {
    background: #efd1e5;
}

.icon-blocks.boxed li:nth-child(4n) i,
.icon-blocks.boxed li:nth-child(4n) h4,
.icon-blocks.boxed li:nth-child(4n) .text-button {
    color: #a4006e;
}

.fpnav {
    max-width: 650px;
    top: auto !important;
    bottom: 20px;
}

.text-blocks .highlight-bg .highlight {
    color: #306bac !important;
}

.text-blocks .green-bg .highlight {
    color: #fff !important;
}

.dark-bg .text-blocks.boxed > li,
.dark-bg .icon-blocks.boxed > li {
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
}

.dark-bg .text-blocks.boxed > li,
.dark-bg .icon-blocks.boxed > li:hover {
    background: rgba(255, 255, 255, 0.18);
}

.dark-bg .text-blocks li.dark-bg:hover,
.highlight-bg .text-blocks li.highlight-bg:hover {
    transform: none !important;
}

.three-column.boxed > li,
.four-column.boxed > li {
}

.return-link {
    font-size: 15px;
    flex: 0 0 100%;
    width: 100%;
    margin-top: -20px;
    font-weight: 600;
}

.return-link a {
    text-decoration: none !important;
}

.take-action-panel-content p {
    color: #fff !important;
}

.address p {
    line-height: 1.5em;
}

.header-logos {
    margin-right: 10px;
}

.header-logos a {
    display: inline-block;
    padding: 30px 20px;
    align-self: stretch;
}

.header-logos a:hover,
.parent-pageid-5469 .header-logos a.gnchf-logo,
.top-parent-pageid-5469 .header-logos a.gnchf-logo,
.parent-pageid-5269 .header-logos a.sbrf-logo,
.top-parent-pageid-5269 .header-logos a.sbrf-logo,
.page-great-north-childrens-hospital-fund a.gnchf-logo,
.page-sir-bobby-robson-foundaton a.sbrf-logo {
    /*background: #D5E8F8;*/
}

.top-parent-pageid-5269 .navigation,
.top-parent-pageid-5269 .sbrf-logo {
    background: #159fd5;
}

.top-parent-pageid-5469 .navigation,
.top-parent-pageid-5469 .gnchf-logo {
    background: rgba(109, 41, 122);
}

.top-parent-pageid-5269 .navigation ul li a,
.top-parent-pageid-5469 .navigation ul li a {
    color: #fff;
}

.top-parent-pageid-5269
    .navigation
    ul.menu
    > li:not(.menu-cta):hover
    > a
    > span,
.top-parent-pageid-5269 .navigation ul.menu > li:not(.menu-cta):hover > a,
.top-parent-pageid-5269 .navigation ul.menu > li.current-menu-item > a > span,
.top-parent-pageid-5269 .navigation ul.menu > li.current-menu-item > a {
    color: #fff;
}

.top-parent-pageid-5269
    .navigation
    ul.menu
    > li:not(.menu-cta):hover
    > a::after,
.top-parent-pageid-5269
    .navigation
    ul.menu
    > li.current-menu-item:not(.menu-cta)
    > a::after {
    background: #fff;
}

.top-parent-pageid-5269 .sbrf-logo img {
    filter: invert() brightness(3);
}

.top-parent-pageid-5469 .gnchf-logo img {
    filter: brightness(0) invert();
}

.top-parent-pageid-5269 .navigation ul.menu > li:not(.menu-cta):hover > a,
.top-parent-pageid-5269 .navigation ul.menu > li.current-menu-item > a > span,
.top-parent-pageid-5269 .navigation ul.menu > li.current-menu-item > a {
    color: #082c65;
}

.top-parent-pageid-5269
    .navigation
    ul.menu
    > li:not(.menu-cta):hover
    > a::after,
.top-parent-pageid-5269
    .navigation
    ul.menu
    > li.current-menu-item:not(.menu-cta)
    > a::after {
    background: #082c65;
}

.top-parent-pageid-5469
    .navigation
    ul.menu
    > li:not(.menu-cta):hover
    > a
    > span,
.top-parent-pageid-5469 .navigation ul.menu > li:not(.menu-cta):hover > a,
.top-parent-pageid-5469 .navigation ul.menu > li.current-menu-item > a > span,
.top-parent-pageid-5469 .navigation ul.menu > li.current-menu-item > a {
    color: #eac035;
}

.top-parent-pageid-5469
    .navigation
    ul.menu
    > li:not(.menu-cta):hover
    > a::after,
.top-parent-pageid-5469
    .navigation
    ul.menu
    > li.current-menu-item:not(.menu-cta)
    > a::after {
    background: #eac035;
}

.header-logo {
    width: 100%;
    max-height: 40px;
    max-width: 140px;
    min-width: 140px;
}

.header-logo:hover {
    opacity: 0.7;
    cursor: pointer;
}

.squiggle {
    position: absolute;
    bottom: 30px;
    left: -10%;
    width: 100%;
    height: auto;
}

.image-right .squiggle {
    left: auto;
    right: -10%;
    bottom: 60px;
}

h3.medium-title strong {
    background: #306bac;
    padding: 5px;
    color: #fff;
}

.highlighted {
    position: relative;
    display: inline;
    z-index: 0;
    padding: 0.12em 0.28em 0.18em;
    line-height: 1.12;
}

.highlighted::before {
    content: "";
    position: absolute;

    /* extend a bit past the letters */
    top: 0.1em;
    bottom: 0.06em;
    left: -0.22em;
    right: -0.22em;

    background: #fff;
    z-index: -1;

    /* rough pen edge mask (IMPORTANT: the shape is WHITE, not black) */
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 90'%3E%3Cdefs%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' seed='8'/%3E%3CfeDisplacementMap in='SourceGraphic' scale='14'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='8' y='14' width='304' height='62' rx='6' ry='6' fill='white' filter='url(%23r)'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 90'%3E%3Cdefs%3E%3Cfilter id='r'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.55' numOctaves='3' seed='8'/%3E%3CfeDisplacementMap in='SourceGraphic' scale='14'/%3E%3C/filter%3E%3C/defs%3E%3Crect x='8' y='14' width='304' height='62' rx='6' ry='6' fill='white' filter='url(%23r)'/%3E%3C/svg%3E");

    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.shape {
    align-self: center;
    align-items: center;
    align-content: center;
    visibility: visible;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transition:
        opacity 0.5s cubic-bezier(0.5, 0, 0, 1) 0.4s,
        transform 0.5s cubic-bezier(0.5, 0, 0, 1) 0.4s; /*height: 90vh;*/
    align-self: center;
    align-items: center;
    align-content: center;
}
.bg-cover {
    background-size: cover !important;
    padding: 0;
    min-height: 600px;
    max-width: 100%;
    margin: 0px auto;
    width: 100%;
    background-image: url("https://vallybb.github.io/images/unavitadavanti.jpg");
    animation: 7s ease-in-out infinite liquid;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    background-size: cover;
}
@keyframes liquid {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    50% {
        border-radius: 30% 60% 70% 40% / 50% 60% 30%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.bg-cover.testimonial-image {
    width: 50%;
}

.testimonial-text blockquote {
    padding-top: 15px;
}

.testimonial-text {
    position: relative;
}

.testimonial-text::before {
    content: "";
    /*background: url(https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/quotemarks.svg);*/
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50%;
    position: absolute;
    top: -30px;
    left: 60px;
    width: 120px;
    height: 90px;
    background-color: #a4006e;
    -webkit-mask: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/quotemarks.svg")
        no-repeat center / contain;
    mask: url("https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/quotemarks.svg")
        no-repeat center / contain;
}

.top-parent-pageid-5269 .testimonial-text blockquote::before {
    background: url(https://charity.newcastle-hospitals.nhs.uk/wp-content/uploads/quotemarks-lightblue.svg);
}

.testimonial-text h5 {
}

.top-parent-pageid-5269 .highlight,
.top-parent-pageid-5269 .highlight i {
    color: #159fd5 !important;
}

.top-parent-pageid-5269 .highlight-bg-button.header-button {
    background: #159fd5 !important;
    border-color: #159fd5 !important;
}

.top-parent-pageid-5469 .highlight,
.top-parent-pageid-5469 .highlight i {
    color: #6d297a !important;
}

.top-parent-pageid-5469 .highlight-bg-button.header-button {
    background: #eac035 !important;
    border-color: #eac035 !important;
    color: #6d297a !important;
}

.top-parent-pageid-5269 .highlight-bg-button.header-button:hover,
.top-parent-pageid-5469 .highlight-bg-button.header-button:hover {
    opacity: 0.7 !important;
}

.image-text-alt-section .image-container.bg-cover {
    padding-bottom: 70% !important;
}

.text-blocks li .padding-30 {
    margin: 0;
}

.news-events-section .text-blocks li {
    align-content: flex-start;
}

.box-padding {
    padding: 40px 20px 40px 0;
}

.text-link-blocks h4,
.text-link-blocks p,
.text-link-blocks .text-button {
    color: #fff !important;
}

.text-link-blocks li {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.text-link-blocks li:hover,
.icon-blocks.boxed li:hover {
    transform: scale(1.02);
}

.text-link-blocks p {
    font-size: 16px;
    font-weight: 500;
}

.text-link-blocks .yellow-bg h4,
.text-link-blocks .yellow-bg p {
    color: #082c65 !important;
}

.text-link-blocks .yellow-bg .text-button {
    color: #6d297a !important;
}

.fr-digital-badge {
    filter: brightness(0) invert(1);
}

.fr-digital-badge:hover {
    opacity: 0.7;
}

.h--timeline-navigation-container ul li:before {
    display: none !important;
}

.content-sidebar {
    align-self: flex-start;
}

.banner .breadcrumbs {
    font-size: 15px;
    margin-bottom: 10px;
}

.banner .breadcrumbs,
.banner .breadcrumbs a {
    color: #fff;
}

.banner .breadcrumbs a:hover {
    opacity: 0.4;
}

.breadcrumb-spacer {
    padding: 0 8px;
}

.accordion-item td {
    border: 0.5px solid #aaa;
    padding: 15px;
    box-sizing: border-box;
}

.top-parent-pageid-5469 .grey-bg {
    background: #e9dfeb;
}

.top-parent-pageid-5469 .grey-bg.header-search:hover {
    background: #6d297a;
}

.top-parent-pageid-5469 .grey-bg {
    background: #e9dfeb;
}

.top-parent-pageid-5469 .grey-bg h4 {
    color: #6d297a;
}

section.grey-bg .text-blocks > .grey-bg {
    background: #fff;
}

.banner-video-container {
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    min-height: 550px;
}

.banner-video-media {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%);
    border: 0;
    z-index: 0;
}

video.banner-video-media {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

iframe.banner-video-media {
    pointer-events: none;
}

.banner-video-toggle {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: #183554;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.banner-video-toggle:hover,
.banner-video-toggle:focus {
    background: #fff;
}

@media only screen and (max-width: 700px) {
    .banner-video-container {
        width: 100%;
        min-height: 300px;
    }
}

.dark-bg .blog-date {
    color: #fff;
}

.case-study-category {
    font-family: "Roboto", "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 13px;
    margin: 0 0 15px 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 10px;
}

li:not(.yellow-bg) .case-study-category {
    color: #fff;
}

li.yellow-bg .case-study-category,
li.yellow-bg .text-button {
    color: #6d297a;
}

li.yellow-bg .text-button::after {
    background: #6d297a;
}

.white-bg .partners-groups .four-column .partner-logo {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.take-action-block {
    overflow: hidden;
}

.take-action-block .cta-content {
    gap: 0;
    grid-column-gap: 0;
    column-gap: 0;
    align-items: stretch;
    min-height: 560px;
}

.take-action-block .text-half,
.take-action-block .image-container.half {
    width: 50%;
    box-sizing: border-box;
}

.take-action-block .text-half {
    display: flex;
    align-items: center;
    z-index: 2;
}

.take-action-block.no-cta-image .text-half {
    width: 100%;
}

.take-action-block.no-cta-image .cta-copy-padding {
    max-width: 900px;
}

.take-action-block .cta-copy-padding {
    width: 100%;
    max-width: 760px;
    margin: 0;
    padding: 90px 60px;
    box-sizing: border-box;
}

.take-action-block .cta-title {
    max-width: 730px;
    margin-bottom: 34px;
}

.take-action-block .cta-intro {
    max-width: 660px;
    margin-bottom: 34px;
}

.take-action-block .cta-intro p:last-child {
    margin-bottom: 0 !important;
}

.take-action-block .cta-pledges {
    display: flex;
    flex-wrap: wrap;
    gap: 44px 60px;
    grid-column-gap: 60px;
    column-gap: 60px;
    margin: 0 0 30px 0;
    padding: 0;
    max-width: 760px;
}

.take-action-block .cta-pledge {
    width: calc(50% - 30px);
    min-width: 220px;
    padding: 0;
}

.take-action-block .cta-pledge-top {
    display: flex;
    align-items: center;
    gap: 18px;
    grid-column-gap: 18px;
    column-gap: 18px;
    margin-bottom: 20px;
}

.take-action-block .cta-pledge-icon-wrap,
.take-action-block .cta-pledge-price-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.take-action-block .cta-pledge-icon-wrap {
    width: 82px;
    height: 72px;
}

.take-action-block .cta-pledge-price-wrap {
    min-width: 150px;
    min-height: 72px;
    padding: 0 18px;
    box-sizing: border-box;
}

.cta-pledge-icon-shape {
    -webkit-mask-image: url("/wp-content/uploads/icon-bg.svg");
    mask-image: url("/wp-content/uploads/icon-bg.svg");
}

.cta-pledge-price-shape {
    -webkit-mask-image: url("/wp-content/uploads/price-bg.svg");
    mask-image: url("/wp-content/uploads/price-bg.svg");
}

.cta-pledge-price-shape,
.cta-pledge-icon-shape {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}
.take-action-block .cta-pledge-icon-shape,
.take-action-block .cta-pledge-price-shape {
    position: absolute;
    inset: 0;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
}

.take-action-block .cta-pledge-icon,
.take-action-block .cta-pledge-price {
    position: relative;
    z-index: 2;
}

.take-action-block .cta-pledge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    line-height: 1;
}

.take-action-block .cta-pledge-icon svg {
    width: 34px;
    height: 34px;
    display: block;
}

.take-action-block .cta-pledge-price {
    display: inline-block;
    font-family: "Montserrat", "Roboto", Arial, Helvetica, sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -1.5px;
}

.take-action-block .cta-pledge-text {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0 !important;
    max-width: 315px;
}

.take-action-block .cta-buttons {
    gap: 20px;
    grid-column-gap: 20px;
    column-gap: 20px;
    margin-top: 4px;
}

.take-action-block .image-container.half {
    min-height: 560px;
    align-self: stretch;
    overflow: visible;
}

@media only screen and (max-width: 960px) {
    .cta-content {
        flex-direction: column-reverse;
    }
    .take-action-block .text-half,
    .take-action-block .image-container.half {
        width: 100%;
    }

    .take-action-block .cta-content {
        min-height: 0;
    }

    .take-action-block .cta-copy-padding {
        max-width: none;
        padding: 60px 40px;
    }

    .take-action-block .image-container > .cta-image-shape {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .take-action-block .cta-copy-padding {
        padding: 45px 30px;
    }

    .take-action-block .cta-pledges {
        display: block;
        margin-bottom: 38px;
    }

    .take-action-block .cta-pledge {
        width: 100%;
        margin-bottom: 34px;
    }

    .take-action-block .cta-pledge:last-child {
        margin-bottom: 0;
    }

    .take-action-block .cta-pledge-price {
        font-size: 46px;
    }

    .take-action-block .cta-pledge-price-wrap {
        min-width: 130px;
    }

    .take-action-block .image-container.half {
        min-height: 360px;
    }
}

.h--timeline-event-description {
    font-weight: 500;
}

/* 12.0 - Responsive */

@media only screen and (min-width: 2100px) {
    .banner {
        height: 550px !important;
        padding-bottom: 0 !important;
    }
    .text-banner {
        height: 275px !important;
    }
    .blog-banner-image {
        min-height: 925px;
    }
    .banner-cont {
        max-height: 900px !important;
    }
}

@media only screen and (min-width: 1865px) and (max-width: 2099px) {
    .banner {
        height: 550px !important;
        padding-bottom: 0 !important;
    }
    .text-banner {
        height: 275px !important;
    }
    .blog-banner-image {
        min-height: 750px;
    }
}

@media only screen and (min-width: 1865px) {
    .half-image {
        min-height: 650px !important;
    }
}

@media only screen and (min-width: 1801px) {
    .image-text-alt-section .section-container {
        max-width: 1800px;
    }
    .image-text-alt-section .section-container .image-container {
        /*background-size: contain !important;*/
    }
}

@media only screen and (min-width: 1601px) {
    .banner-cont {
        max-height: 750px;
    }
    /*.banner-title {
font-size: 4vw;
}
.smaller-banner-title {
font-size: 3.5vw;
}
.banner-text {
font-size: 24px;
}*/
    .split-banner .image-container {
        min-height: 700px;
    }
}

@media only screen and (min-width: 1501px) {
    .image-text-alt-section .full-container .image-container {
        padding-bottom: 40% !important;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .split-banner .image-container {
        min-height: 600px;
    }
}

@media only screen and (min-width: 1301px) {
    .site-header:not(.active).navigation,
    .site-header:not(.header-active).navigation {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1270px) {
}

@media only screen and (min-width: 1101px) and (max-width: 1480px) {
    .active.site-header .site-header-container,
    .header-active.site-header .site-header-container {
    }
    .active.site-header .site-logo,
    .header-active.site-header .site-logo {
    }
    .site-logo {
    }
    .site-header-container {
    }
    .site-logo img,
    .logo-dark {
        max-width: 195px !important;
        min-width: 195px;
    }
    .site-header:not(.active).navigation,
    .site-header:not(.header-active).navigation {
        margin-top: 20px;
    }
    .navigation ul li {
        margin-left: 13px;
        margin-right: 13px;
    }
    .navigation ul li a {
        font-size: 16px;
    }
    .active.site-header .site-logo img {
        max-width: 150px !important;
        min-width: 150px;
    }
    .active.site-header .header-logo {
        max-width: 100px;
        min-width: 100px;
    }
    .container-space-top {
        padding-top: 92px;
    }
}

@media only screen and (min-width: 1101px) and (max-width: 1250px) {
    .navigation ul li {
        margin-left: 11px;
        margin-right: 11px;
    }
    .navigation ul li a {
    }
    .active.site-header .site-logo img {
        max-width: 140px !important;
        min-width: 140px;
    }
    .active.site-header .header-logo {
        max-width: 100px;
        min-width: 100px;
    }
    .site-logo img,
    .logo-dark {
        max-width: 175px !important;
        max-width: 175px;
    }
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
    .site-logo img,
    .logo-dark {
        max-width: 150px !important;
        min-width: 150px;
    }
}

@media only screen and (max-width: 1200px) {
    .dashboard-main {
        padding-top: 60px !important;
    }
}

@media only screen and (max-width: 1100px) {
    .container {
        padding-top: 100px;
    }
    .header-logos a {
        padding: 18px 20px;
    }
    .nav-home,
    .header-search,
    .header-button {
        display: none;
    }
    .header-logo {
        max-width: 100px;
        min-width: 100px;
    }
    .navigation,
    .header-button {
        display: none;
    }
    .header-active.site-header {
        height: 95px;
    }
    .header-active.site-header .site-logo {
        left: 35px;
        top: 35px;
    }
    .header-active.site-header .site-logo img {
        max-width: 125px !important;
        min-width: 125px;
    }
}

@media only screen and (max-width: 1090px) {
    .video-side.middle {
        position: relative;
        top: 0 !important;
        transform: none !important;
    }
}

@media only screen and (max-width: 1068px) {
    .newsletter-container #mc_embed_signup_scroll {
        flex-wrap: wrap;
    }
    .newsletter-container #mc_embed_signup_scroll h3 {
        float: none;
        display: block;
        clear: both;
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1100px) {
    .site-header-container {
        padding: 15px 90px 15px 40px;
    }
    .site-logo {
    }
    .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) {
    .video_with_text_side .text-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1200px) {
    .info-box-text {
        width: 100%;
        position: relative;
        bottom: auto;
        right: -45px;
        top: -45px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 900px) {
    .info-boxes {
        padding-right: 0;
    }
    .info-boxes > li {
        width: 92%;
    }
    .info-box-image {
        padding-bottom: 56.25%;
    }
    .info-box-text {
        width: 100%;
        position: relative;
        bottom: auto;
        right: -45px;
        top: -45px;
    }
}

@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;
    }
    .info-boxes > li:nth-last-of-type(-n + 2) {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 600px) {
    .container {
        padding-top: 60px;
    }
    .header-logos {
        display: none;
    }
    .cta-section .button {
        margin-bottom: 10px;
    }
    .info-container {
        padding: 30px;
    }
    .seamless-boxes .info-container {
        padding: 30px 0;
    }
    h1::before {
        left: -20px;
        top: -10px;
        width: 80px;
        height: 61.8px;
    }
    h2::before {
        left: -20px;
        top: -10px;
    }
    .banner.section-banner {
        height: 500px;
        padding-bottom: 0 !important;
    }
    blockquote {
        position: relative;
        font-size: 16px;
        margin-top: 40px;
        margin-right: 0;
    }
    /*.flexslider blockquote::before {
    font-size: 100px;
    left: -30px;
    top: -30px;
}*/
    .orange-filter {
        background: rgba(34, 53, 76, 0.75);
    }
    .purple-filter {
        background: rgba(50, 52, 55, 0.75);
    }
    .im-column-one,
    .im-column-two,
    .im-column-three {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .im-block.block-two {
        width: 48%;
        padding-bottom: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .im-block.block-three {
        width: 48%;
        padding-bottom: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    .im-block.block-four {
        background-position: 50% 35%;
        padding-bottom: 48%;
    }
    .video-wrapper {
        padding-bottom: 130% !important;
        max-width: 234%;
        width: 234%;
        margin-left: -49%;
    }
    .info-boxes {
        padding-right: 0;
        padding-bottom: 0;
    }
    .info-boxes > li {
        width: 100%;
        margin-right: 0;
    }
    .info-box-image {
        padding-bottom: 80%;
        width: 100%;
    }
    .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: 1151px) and (max-width: 1400px) {
    .banner-title {
        font-size: 50px;
    }
}

@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) {
    .mobile-cta-wave {
        display: none;
    }
    .desktop-cta-wave {
        display: block;
    }
    .forty .padding {
        padding-right: 0 !important;
    }
    .cta-section .contact-text-container {
        padding-left: 30px;
    }
    .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 {
    }
    .empty-half {
        min-height: 640px;
    }
    .empty-half.image-container {
        background: none !important;
        min-height: 640px !important;
        display: none !important;
    }
    .image-container {
        min-height: 550px;
    }
    .half-image-slider .image-container {
        min-height: 692px;
    }
    .acf-map {
        min-height: 550px;
    }
    .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) {
    .banner.section-banner {
        height: 600px;
        padding-bottom: 0 !important;
    }
    .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) {
    .mobile-cta-wave {
        display: block;
    }
    .desktop-cta-wave {
        display: none;
    }
    .cta-section > .full-container > .flex-container {
        gap: 0 !important;
    }
    .five-column > li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .five-column > li:nth-child(3n) {
        margin-right: 0;
    }
    .map-section .third .padding {
        padding: 30px 0 0 0 !important;
    }
    .testimonial .flex-container {
        justify-content: left;
    }
    .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 {
        padding: 16px 24px !important;
    }
    .three-column > li {
        position: relative;
        float: left;
        width: 48.5%;
        margin-right: 3%;
        list-style: none;
        transition: all 0.4s ease;
        padding-bottom: 0;
    }
    .three-column > li:nth-child(2n) {
        margin-right: 0;
    }
    three-column > li:nth-last-child(n + 3) {
        margin-bottom: 3.5%;
    }
    .link-blocks,
    .info-boxes,
    .text-blocks,
    .team-section,
    .image-mosaic {
        margin-top: 15px;
    }
    .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 {
        background: none !important;
    }
    .image-bg .full-container {
        padding: 0;
    }
    .image-bg .flex-container {
        flex-direction: column-reverse;
    }
    .image-bg .empty-half {
        /*width: 0;*/
    }
    .image-bg .purple-filter {
        background: rgba(50, 52, 55, 1);
    }
    .image-bg .orange-filter {
        background: rgba(67, 152, 237, 1);
    }
    .image-bg .right-gradient {
        background: rgba(0, 0, 0, 0.35) !important;
    }
    .image-bg .left-gradient {
        background: rgba(0, 0, 0, 0.35) !important;
    }
    .section-container,
    .text-container {
        padding: 40px;
    }
    .section-container.sc-extra-padding {
        padding: 60px 35px;
    }
    .ilb-container {
        padding: 12px 20px 20px !important;
    }
    .ilb-container .text-button {
        font-size: 13px;
    }
    .ti-header {
        display: none !important;
    }
    .reviews-container {
        padding-bottom: 15px !important;
    }
    .button {
        font-size: 13px;
        padding: 14px 20px;
    }
    .newsletter-container .button {
        font-size: 16px;
        padding: 15px 20px;
    }
    .text-button {
        font-size: 17px;
    }
    /*.button:nth-of-type(-n+1) {
margin-bottom: 15px;
}*/
    .twothirds,
    .third {
        width: 100% !important;
    }
    .sidebar-container {
        overflow: hidden;
    }
    .main {
        padding: 0 !important;
    }
    .blog-container,
    .content-container {
        padding: 32px 32px 32px 32px;
    }
    .smalltitle,
    .bantitle {
        font-size: 23px !important;
        line-height: 26px !important;
    }
    .banner-overlay {
        margin-top: 30px;
        width: 100%;
        top: auto;
        bottom: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .site-header-container,
    .active.site-header .site-header-container {
        padding: 15px 80px 15px 30px;
    }
    #rmp_menu_trigger-1867 {
        right: 30px !important;
    }
    .site-footer-container {
        padding: 0 32px 40px;
    }
    .company-description {
        font-size: 14px;
    }
    .contact-links a {
        font-size: inherit;
    }
    .social-links {
        margin-top: 30px;
    }
    .bo-container {
        padding: 0 0 0 32px;
    }
    .banner-image-container {
        min-height: 200px;
    }
    .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;
    }
    .empty-half.image-container {
        min-height: 500px !important;
    }
    .cta-section .half {
        width: 100%;
        max-width: none !important;
    }
}

@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 !important;
        clear: both;
        overflow: hidden;
        transition: all 0.4s ease;
        margin: 0 0 0 0 !important;
        background-color: rgba(255, 255, 255, 1);
        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%;
        border-radius: 0 0 14px 14px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }

    .sub-menu li {
        text-align: left !important;
        float: none !important;
        display: block;
        clear: both;
    }

    .sub-menu a:hover,
    .sub-menu .current-menu-item a {
        color: #306bac !important;
    }

    .top-parent-pageid-5469 .sub-menu a:hover,
    .top-parent-pageid-5469 .sub-menu .current-menu-item a {
        color: #6d297a !important;
    }

    .sub-menu a {
        color: #183554 !important;
        margin: 0 auto !important;
        font-weight: 600 !important;
        padding: 6px 12px !important;
        border-top: 0 !important;
        font-size: 16px !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 #eb7133;
        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 only screen and (min-width: 1101px) {
    .active.site-header,
    .header-active.site-header {
        position: fixed !important;
        top: 0;
        right: 0;
        background: rgba(255, 255, 255, 1);
        transition: all 0.4s ease;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        display: block;
        margin: 0 auto;
        left: 0;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }
    .active.site-header .site-logo,
    .header-active.site-header .site-logo {
    }
    .active.site-header .site-logo img,
    .header-active.site-header .site-logo img {
        max-width: 200px;
        min-width: 200px;
    }
    .active.site-header .header-logo {
        max-width: 100px;
        min-width: 100px;
    }
}

@media screen and (min-width: 651px) and (max-width: 900px) {
    .logos-section.flex-container {
        grid-column-gap: 20px;
        column-gap: 20px;
        gap: 20px;
    }
    .logos-section .ls-logo-container {
        width: 18%;
    }
    .logos-section .ls-logo-container img {
        max-height: 60px;
    }
}

@media screen and (max-width: 900px) {
    .logos-section.flex-container {
        grid-column-gap: 20px;
        column-gap: 20px;
        gap: 20px;
    }
    .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;
    }
    .flex-container:not(.gap-0) {
        grid-column-gap: 32px;
        column-gap: 32px;
        gap: 32px;
    }
    .text-link-blocks li > .inner-container {
        grid-column-gap: 0;
        column-gap: 0;
        gap: 0;
    }
    .image-text-section .flex-container {
        /*flex-direction: column-reverse;*/
        padding: 32px !important;
        grid-column-gap: 20px;
        column-gap: 20px;
        gap: 20px;
    }
    .image-text-section.slider-and-text .flex-container {
        padding: 40px 0 !important;
    }
    .image-text-section.team-member .flex-container {
        flex-direction: row-reverse !important;
    }
    .image-text-section .forty {
        width: 90%;
    }
    .image-text-section .sixty {
        width: 100%;
    }
    .video-container {
        width: 100%;
        float: left;
        margin-right: 0;
    }
    .video-side {
        margin-bottom: 0;
        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;
    }
    .bottom-footer {
        padding-top: 40px;
    }
    .site-logo,
    .site-logo img,
    .logo-dark {
        max-width: 165px;
        min-width: 165px;
    }
}

@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;
    }
    .smaller-banner-title {
        font-size: 40px !important;
    }
}

@media only screen and (max-width: 840px) {
    .fcol {
        width: 100% !important;
        margin-bottom: 45px;
        margin-right: 0 !important;
        max-width: none !important;
    }
    .fcol:last-of-type {
        margin-bottom: 0;
    }
    .policy-menu {
        float: none;
        margin-top: 30px;
    }
    .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 {
        display: block !important;
        text-align: left !important;
        float: none !important;
        margin: 0 auto;
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding-top: 20px;
    }
}

@media only screen and (max-width: 830px) {
    .blog-filters li {
        display: block;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 801px) {
    .mobile-banner-wave {
        display: none;
    }
    .desktop-banner-wave {
        display: block;
    }
    .table-half {
        width: 48%;
        float: left;
    }
    .table-half.table-right {
        float: right;
    }
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
    .banner {
        min-height: 350px;
    }
}

@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) {
    .mobile-banner-wave {
        display: block;
    }
    .banner .half-text .padding,
    .banner-slider .half-text .padding,
    .cta-section .text-half .padding {
        padding-top: 15px !important;
    }
    .desktop-banner-wave {
        display: none;
    }
    .overlap-top {
        margin-top: -90px;
    }
    .title-text-section .flex-container {
        grid-column-gap: 0;
        column-gap: 0;
        gap: 0;
    }
    .padding {
        padding: 32px !important;
    }
    .image-right .half-image-slider {
        margin: 0 0 0 40px;
    }
    .image-right .flex-container {
        flex-direction: row-reverse;
    }
    .half {
        width: 100%;
    }
    .d-image {
        padding-bottom: calc(100% - 40px) !important;
        width: calc(100% - 40px);
        margin-right: 40px;
    }
    .overlap-section {
        margin-bottom: 0;
    }
    .overlap-section .image-container {
        margin-top: -40px;
    }
    .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 {
        letter-spacing: 0;
    }
    .accordion-item .panel p {
        font-size: 16px;
    }
    .testimonial {
    }
    .testimonial .inner-container.center {
        text-align: left !important;
    }
    .testimonial-logo {
        max-width: 120px;
        margin: 0;
    }
    .testimonial-text {
        width: 100%;
        margin-left: 0 !important;
    }
    .testimonial-image {
        width: 100%;
        min-height: 250px;
    }
    .testimonial h6 {
        font-size: 14px;
    }
    .testimonial .company-name {
        font-size: 12px;
    }
    .testimonial-text::before {
        top: -40px;
        left: 30px;
        width: 80px;
    }
    .testimonial-has-image .bg-cover.testimonial-image,
    .testimonial-has-image .testimonial-text {
        width: 100%;
    }
    .testimonial-has-image .testimonial-text {
        margin-top: -30px;
    }
    .testimonial-text blockquote {
        font-size: 20px;
    }
    .testimonials-slider,
    .testimonials-slider .slides,
    .testimonials-slider .slides li {
        max-height: none !important;
    }
    .teal-bg .testimonials-slider .flex-control-paging li a.flex-active,
    .teal-bg .testimonials-slider .flex-control-paging li a:hover {
        background: #fff !important;
    }
    .testimonials-slider .flex-control-nav {
        margin-bottom: 20px !important;
    }
    .right,
    .left {
        width: 100%;
    }
    .left {
        position: relative;
        top: 0 !important;
        display: block;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}

@media screen and (min-width: 783px) {
    .admin-bar .active.site-header {
        top: 32px !important;
    }
}

@media screen and (max-width: 782px) {
    .admin-bar .active.site-header {
        top: 46px !important;
    }
}

@media only screen and (min-width: 801px) {
    .half-left .middle {
        margin-right: 50%;
    }
}

@media only screen and (max-width: 800px) {
    .sixty,
    .forty,
    .banner-slider .sixty,
    .banner .sixty,
    .banner .forty,
    .banner-slider .forty {
        width: 100%;
    }
    /*.banner #Layer_1, .banner-slider #Layer_1, .cta-section .image-container #Layer_1 {
  display: none;
}*/
    .image-slide > .flex-container,
    .banner > .flex-container {
        flex-direction: column-reverse;
    }
    .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) {
    .single-casestudies .container,
    .bh-padding {
        padding-top: 63px;
    }
    .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%;
    }
    .text-split .forty h2 {
        margin-bottom: 0 !important;
    }
}

@media only screen and (max-width: 700px) {
    .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%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .four-column > li:nth-child(2n) {
        margin-right: 0;
    }
    .link-blocks li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 3%;
        padding-bottom: 60%;
    }
    .link-blocks.five-column li {
        padding-bottom: 54%;
    }
    .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;
    }
    .facilities .link-blocks li h6 {
        font-size: 14px;
    }
    .overlay-container {
        left: 0;
        bottom: 0;
        right: 0;
    }
    .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) {
    .plain-blocks.boxed i {
        font-size: 50px;
        margin-bottom: 18px;
    }
    .testimonial .testimonial-image {
        width: 50%;
        padding-bottom: 50%;
    }
    .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: 601px) and (max-width: 1150px) {
    .pricing-blocks.four-column > li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .pricing-blocks.four-column > li:nth-of-type(2n) {
        margin-right: 0;
    }
}

@media only screen and (min-width: 961px) and (max-width: 1150px) {
    h1,
    .large-title {
        font-size: 40px !important;
    }
    h2,
    .medium-title {
        font-size: 35px !important;
    }
    h3,
    .small-title {
        font-size: 30px !important;
    }
    h4 {
        font-size: 28px !important;
    }
}

@media only screen and (min-width: 651px) and (max-width: 960px) {
    h1,
    .large-title {
        font-size: 35px !important;
    }
    h2,
    .medium-title {
        font-size: 30px !important;
    }
    h3,
    .small-title {
        font-size: 28px !important;
    }
    h4 {
        font-size: 26px !important;
    }
}

@media only screen and (min-width: 651px) and (max-width: 768px) {
    .extra-padding {
        padding: 60px 30px;
    }
}

@media only screen and (max-width: 767px) {
    .container {
        padding-top: 84px;
    }
    .header-right {
        gap: 0 !important;
    }
    .header-logos a {
        padding: 10px 12px !important;
    }
    .site-header {
        box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.15);
    }
    .header-accessibility a {
        padding: 12px;
    }
    .header-accessibility span {
        display: none;
    }
    .header-button {
        display: none;
    }
    .newsletter-container .mc-field-group {
        width: 100%;
        display: block;
        margin-bottom: 15px;
    }
    .newsletter-container .mc-field-group input[type="text"],
    .newsletter-container .mc-field-group input[type="email"] {
        width: 100%;
    }
}

@media screen and (max-width: 650px) {
    .video-text-container p:last-child {
        margin-bottom: 0 !important;
    }
    .banner-slider {
        overflow: initial !important;
        margin-bottom: 50px !important;
    }
    .banner-flexslider .flex-control-nav {
        bottom: -40px !important;
        right: 0 !important;
        display: block !important;
        margin: 0 auto !important;
        padding: 0 !important;
        width: 100% !important;
        text-align: center !important;
        left: 0;
    }
    .banner-flexslider .flex-control-nav li a {
        background: #183554 !important;
    }
    .banner-flexslider .flex-control-nav li a.flex-active,
    .banner-flexslider .flex-control-paging li a:hover {
        background: #183554 !important;
    }
    .vertical-padding {
        padding: 60px 0;
    }
    .banner-overlay {
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 0.4)
        );
        padding-top: 50px;
    }
    .four-column > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .plain-blocks i {
        font-size: 35px;
    }
    .logos-section.flex-container {
        grid-column-gap: 20px;
        column-gap: 20px;
        gap: 20px;
    }
    .logos-section .ls-logo-container {
        width: 28%;
    }
    .logos-section .ls-logo-container img {
        max-height: 50px;
    }
    .logo-vector {
        max-width: 150px;
    }
    .hero-vector {
        max-width: 215px;
    }
    .lv-left {
        left: -15%;
    }
    .lv-right {
        right: -15%;
    }
    .empty-half.image-container {
        min-height: 300px !important;
    }
    .two-column > li {
        width: 100%;
        margin-right: 0;
        list-style: none;
        transition: all 0.4s ease;
        padding-bottom: 0;
    }
    .two-column > li:not(:last-child) {
        margin-bottom: 30px;
    }
    .m-two-column.three-column > li {
        width: calc(50% - 16px) !important;
        margin-bottom: 0 !important;
        margin-right: 0;
        list-style: none;
        transition: all 0.4s ease;
        padding-bottom: 0;
    }
    .m-two-column.three-column > li:not(:last-child) {
        margin-bottom: 30px;
    }
    .plain-blocks.boxed i {
        font-size: 40px;
        margin-bottom: 18px;
    }
    .box-image-container {
        min-height: 225px;
    }
    .box-padding {
        padding: 30px;
    }
    .box-padding h4.medium-title {
        margin-bottom: 15px !important;
    }
    .three-column > li,
    .three-column.flex-container > li {
        width: 100%;
        margin-right: 0;
    }
    .three-column > li:last-child,
    .three-column.flex-container > li:last-child {
        margin-bottom: 0 !important;
    }
    .ci-email {
        font-size: 14px;
    }
    .focus-box-image {
        padding-bottom: 80%;
    }
    h1,
    .large-title {
        font-size: 26px !important;
    }
    .large-title.price {
        font-size: 40px !important;
    }
    h2,
    .medium-title {
        font-size: 24px !important;
    }
    .largest-title {
        font-size: 38px !important;
        letter-spacing: -1px !important;
        text-shadow:
            -0.5px -0.5px 0 #fff,
            0.5px -0.5px 0 #fff,
            -0.5px 0.5px 0 #fff,
            0.5px 0.5px 0 #fff;
    }
    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-vertical {
        padding: 45px 0 !important;
    }
}

@media only screen and (min-width: 621px) and (max-width: 830px) {
    .banner-title {
        font-size: 45px;
        padding-bottom: 0;
    }
    .smaller-banner-title {
        font-size: 40px;
    }
    .banner-text {
        font-size: 16px;
    }
}

@media only screen and (max-width: 620px) {
    .banner-title {
        font-size: 32px;
        padding-bottom: 0;
    }
    .smaller-banner-title {
        font-size: 28px;
    }
    .banner-text {
        font-size: 14px;
        display: block;
        line-height: 1.4em;
        margin-top: 5px;
        margin-bottom: 1.5em !important;
    }
    .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) {
    .container {
        padding-top: 74px;
    }
    .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;
    }
    .race-title {
        font-size: 15px;
    }
    .small-spaced {
        font-size: 21px !important;
    }
    blockquote p {
        font-size: 16px !important;
    }
    .fifth {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }
    .page-template-template-optin .bo-container {
        text-align: right;
        padding-right: 20px;
    }
    .subtle-overlay {
        background: rgba(50, 50, 50, 0.75) !important;
    }
}

@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: 28px !important;
        letter-spacing: -1px;
        margin-bottom: 10px;
    }
    .smaller-banner-title {
        font-size: 28px !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: 754px) {
    h1,
    .single-events h1 {
        font-size: 23px;
    }
    .single h1 {
        font-size: 30px !important;
    }
    .single h3 {
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 500px) {
    .link-blocks li {
        width: calc(50% - 2%) !important;
        margin-right: 4% !important;
        margin-bottom: 4% !important;
        padding-bottom: 75% !important;
    }
    .link-blocks li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .link-blocks.five-column li {
        padding-bottom: 65% !important;
    }
    .link-blocks li h6 {
        font-size: 18px;
    }
    .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;
    }
    .banner-cont,
    .banner-slider,
    .metaslider,
    #metaslider_container_45,
    .flexslider,
    .slides,
    .slides li,
    .slides li img {
        max-height: 60vh;
    }
    .slides li img {
        width: auto !important;
        margin-left: -35%;
    }
    .site-logo {
    }
    .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: 150px !important;
        max-height: 60px;
    }
    .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: #eb7133 !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) {
    /*.slides li img {
margin-left: -15% !important;
}*/
    .site-logo img {
        max-width: 125px !important;
        min-width: 125px;
    }
}

@media only screen and (max-width: 736px) {
    .banner {
        min-height: 450px;
    }
    .text-banner {
        height: 240px !important;
    }
    .home .banner {
        height: 675px;
    }
    .single-casestudies .image-container {
        min-height: 300px;
    }
    .single-casestudies .cs-banner .text-container {
        padding: 0;
    }
    .banner .flex-control-nav {
        margin-top: 15px !important;
    }
    .image-link-blocks-section .three-column > li {
        text-align: center;
    }
    .hero-image-vector {
        max-width: 125px;
        right: -20%;
    }
    .image-right .image-vector {
        right: -20%;
        top: 20px;
        max-width: 160px;
    }
    .image-left .image-vector {
        left: -20%;
        top: 20px;
        max-width: 160px;
    }
    .banner .padding {
    }
    .flex-direction-nav {
        display: none;
    }
}

@media only screen and (max-width: 340px) {
    .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: 31px !important;
        letter-spacing: -1px;
    }
    .smaller-banner-title {
        font-size: 25px !important;
    }
    .largest-title {
        font-size: 40px !important;
    }
}

.blog .post:hover .post-image,
.archive .post:hover .post-image,
.author .post:hover .post-image {
    opacity: 0.7;
}

.post-image {
    max-height: 350px;
    overflow: hidden;
    padding-bottom: 56.25%;
    background-size: cover !important;
    background-position: 50%;
    background-repeat: no-repeat !important;
    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;
}

.footer-squiggle {
    position: absolute;
    right: -10%;
    width: 50%;
    bottom: -5%;
}

@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) {
    .team-float,
    .single-custom-post-image img {
        width: 100%;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
    }
}
