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

/* 1.0 - Structure */

body {
font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
font-size: 19px;
font-weight: 500;
word-spacing: 1px;
letter-spacing: -0.1px;
background-color: #fff;
color: #303030;
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: 110px 0 0 0;
overflow: hidden;
}

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

.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 {
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: 50% 25% !important;
}

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

.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;
border-radius: 20px;
}

.image-text-section .half.image-container {
  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;
}

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

.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: 100%;
  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: 745px;
}

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

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

.forest-plan-subpage .banner .very-narrow {
  max-width: 880px;
}

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

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

.medium-width {
max-width: 1050px;
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: transparent;
display: block;
box-sizing: border-box;
min-height: 62px;
background: #fff;
}

.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;
	box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

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

.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: 110px !important;
}

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

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

.site-header:not(.active) .colour-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: 20px 60px;
transition: all 0.4s ease;
gap: 32px
}

.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: 110px;
transition: all 0.4s ease;
height: auto !important;
display: block;
}


/* 3.0 - Navigation */

.navigation {
margin-right: auto;
margin-top: 0;
}

.navigation ul {
margin:0;
padding:0;
display: flex;
flex-wrap: wrap;
align-items: 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: "Instrument Sans", Helvetica, Arial, sans-serif;
font-weight: 600;
color: #303030;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.2px;
padding: 22px 0 14px;
transition: all 0.4s ease-in-out;
display: block;
}

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

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

.block-header:not(.active) .navigation ul.menu > li:not(.menu-cta):hover > a::after {
  background: #fff !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: #704199;
}

.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: 2px;
  background: transparent;
  margin-top: 8px;
  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: #704199;
  }

.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: #704199 !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: #704199 !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.current-menu-item a {
color: #303030 !important;
}

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

#rmp-container-1867 {
box-sizing: border-box;
}

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

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

::selection {
color: #fff;
background: #20B4E2;
}

/* 4.1 - Titles */

h1, h2, h3, h4, h5, h6 {
    font-family: "Instrument Serif", "Instrument Sans", Arial, Helvetica, sans-serif;
    font-style: normal;
    line-height: 1.4em;
    transition: all 0.4s ease;
    color: #704199;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

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

h1, .large-title {
font-size: 60px;
margin: 0 0 20px 0;
line-height: 1.25em;
}

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;
color: #20B4E2;
}

.highlight-bg h1 strong, .highlight-bg h2 strong, .highlight-bg h3 strong, .highlight-bg h4 strong, .highlight-bg h3, .highlight-bg > :not(.grey-bg) h4, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg > :not(.grey-bg) h4 {
/*font-weight: inherit !important;*/
color: #fff;
}

.highlight-bg .grey-bg > .info-container > h4, .dark-bg .grey-bg > .info-container > h4 {
    color: #704199
}

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

.highlight-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, .dark-bg h6 {
    color: #20B4E2;
}

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

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

h2, .medium-title {
    font-size: 50px;
    margin: 0 0 20px 0;
    /* font-weight: 400; */
    line-height: 1.25em;
}

h3, .small-title {
    font-size: 42px;
    /* letter-spacing: 0; */
    margin: 0 0 30px 0;
    /* font-weight: 400; */
    line-height: 1.25em;
}

h4 {
font-size: 34px;
margin: 0 0 15px 0;
line-height: 1.25em;
}

.two-column h4 {
  font-size: 28px; 
}

h5 {
  font-family: "Instrument Serif", "Instrument Sans", Arial, Helvetica, sans-serif;
font-weight: 400;
line-height: 1.4em;
font-size: 24px;
margin: 0 0 15px 0;
color: #20B4E2;
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: "Instrument Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
    font-weight: 700;
}

/* 4.2 - Body Elements */

p {
line-height: 1.5em;
margin-top: 0;
margin-bottom: 1.5em !important;
transition: all 0.4s ease;
}

p:empty {
display: none
}

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 li, ol li {
padding-bottom: 10px;
}

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

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 {
  padding-bottom: 15px;
  line-height: 1.5em;
}

body:not(.single-post) .section ul:not([class]) li::before {
content: url(https://necf.digiprodemo.com/wp-content/uploads/necf-bullet.svg);
width: 20px;
height: 20px;
display: inline-block;
padding-right: 15px;
position: absolute;
margin-left: -40px;
}

body:not(.single-post) .dark-bg.section ul:not([class]), body:not(.single-post) section .dark-bg 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 {
content: url(https://necf.digiprodemo.com/wp-content/uploads/necf-bullet-white.svg);
}

body:not(.single-post) .highlight-bg.section ul:not([class]) li::before, body:not(.single-post) .section .highlight-bg ul:not([class]) li::before {
content: url(https://necf.digiprodemo.com/wp-content/uploads/necf-bullet-white.svg);
}

strong {
font-weight: 700;
}

blockquote {
font-family: 'Lora', "Instrument Sans", Arial, Helvetica, sans-serif;
color: #202326;
font-weight: 400;
border-left: 0;
margin: 0 0 1.5em 0;
padding-left: 30px;
border-left: 3px solid #20B4E2;
}

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

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

img {
transition: all 0.4s ease;
}

a:link, a:visited {
color: #20B4E2;
text-decoration: none;
transition: all 0.4s ease;
}

a:hover {
color: #704199;
}

.dark-bg a:hover {
  color: #fff;
}

.highlight-bg a:not(.white-button):not(.white-bg-button):hover {
  color: #704199;
}

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

.st0.dark-bg {
  fill: #704199;
}

.darkgrey-bg {
background: #704199;
}

.purple-bg {
background: #704199;
}

.highlight-bg {
background: #20B4E2;
}

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

.green-bg {
background: #20B4E2;
}

.st0.green-bg {
  fill: #20B4E2;
}

.white {
color: #fff;
}

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

.dark {
color: #704199;
}

.highlight {
color: #20B4E2 !important;
}

.green, .green i, .plain-blocks .green i {
color: #96B879;
}

.lightgrey {
color: #b3b3b3;
}

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

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

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

.white-bg {
background: #ffffff;
}

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

.offwhite-bg {
background: #F1ECF5;
}

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

.mid-grey-bg {
background: #F1ECF5;
}

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

.padding-45 {
padding: 45px;
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: #20B4E2 !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: "Instrument Sans", Arial, Helvetica, sans-serif;
transition: all 0.4s ease;
display: inline-block;
background: #20B4E2;
color: #fff;
border: 2px solid #20B4E2;
border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
font-size: 19px;
font-weight: 700;
padding: 16px 24px;
}

/*.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: #704199;
border-color: #20B4E2;
}
.large-button {
  font-size: 21px;
  font-weight: 700;

}
.text-button {
font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
transition: all 0.4s ease;
display: inline-block;
color: #20B4E2 !important;
font-size: 19px;
font-weight: 700;
letter-spacing: -0.5px;
}

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

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

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

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

.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: 15px;
  transition: all 0.4s ease;
  font-weight: 700;
}

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

.text-button::after {
  content: "";
  display: block;
  height: 3px;
  width: 0;
  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: #20B4E2
}

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

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

.header-notice .text-button-alt {
border-bottom: 2px solid #20B4E2;
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: #704199 !important;
}

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

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

.small-button {
font-family: "Instrument Sans", Arial, Helvetica, sans-serif;
font-weight: 700;
transition: all 0.4s ease;
display: inline-block;
color: #20B4E2 !important;
border: 2px solid #20B4E2;
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, .white-bg-button {
background: #FAF9F7;
color: #704199 !important;
border: 2px solid #FAF9F7;
}

.white-button:hover, .white-bg-button:hover {
background: transparent;
color: #FAF9F7 !important;
border-color: #FAF9F7 !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: #704199 !important;
border-color: 0 !important;
}

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

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

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

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

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

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

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

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

.blue-bg-button:hover {
background: transparent !important;
color: #20B4E2 !important;
border-color: #20B4E2 !important;
}

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

.dark-bg-button:hover {
background: #fff !important;
border-color: #fff !important;
color: #704199 !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: #704199;
}

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

.banner-slider {
  position: relative;
overflow: hidden;
background-color: #704199;
}

.banner {
position: relative;
background-size: cover;
background-color: #704199;
-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;
}

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

.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%);
  z-index: 2;
}

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

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

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

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

.banner-title {
font-size: 80px;
font-weight: 400;
line-height: 1.2em;
padding-bottom: 0px;
font-family: "Instrument Serif", "Instrument Sans", Arial, Helvetica, sans-serif;
color: #fff;
margin-bottom: 15px;
}

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

.banner-text {
font-family: "Instrument Sans", 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;
}

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

.no-gap .forty {
width: 40%;
}

.no-gap .sixty {
width: 60%;
}

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

/* 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%;
margin-right: 2.6667%;
margin-bottom: 2.6667%;
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;
}

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

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

.fifth-column > li:hover > h4 {
color: #20B4E2;
}

.fifth-column > li:hover > i {
background: #20B4E2;
color: #fff;
border-color: #20B4E2
}


/* 7.0 - Blog */

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

.blog-category {
text-transform: uppercase;
font-family: "Instrument Sans", 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;
flex: 0 0 calc((100% - 80px) / 3);
position: relative;
}

.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, .post .result:hover .post-image {
opacity: 0.7;
}

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

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

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

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

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

.single-post .current_page_parent a, .blog .current_page_item {
color: #20B4E2 !important;
}

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

.blog .container, .author .container {
}

.blog-main {
margin: 0 auto;
position: relative;
max-width: 1400px;
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: "Instrument Sans", Helvetica, Arial, sans-serif;
margin-bottom: 12px !important;
margin-top: 5px;
}

.blog .post img, .author .post img, .archive .post img, .category .post img {
width:100%;
height: auto;
display: block;
}

.single .post-banner img {
margin-bottom: 0 !important;
width:100%;
height: auto;
display: block;
}

.single ol {
padding: 0 40px;
}

.single ol li {
padding-bottom: 30px;
}

.single ol li:last-child {
padding-bottom: 0 !important;
}

.single .content h3 {
color: #000;
}

.post-image {
max-height: 350px;
overflow: hidden;
padding-bottom: 56.25%;
background-size: cover;
background-position: 50%;
background-repeat: no-repeat;
transition: all 0.4s ease;
}

.blog-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: #20B4E2 !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: #20B4E2 !important;
}

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

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

.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: #704199;
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: #20B4E2;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

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

.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: #20B4E2 !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: #303030;
    border: 1px solid transparent !important;
    border-radius: 8px !important;
    font-family: "Instrument Sans", 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: #20B4E2;
color: #fff !important;
}

.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover {
background: #704199;
border-color: #704199 !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: #704199 !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: #704199 !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: #20B4E2;
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: #20B4E2 !important;
border-color: #20B4E2;
color: #fff !important;
}

.contact-section .gform_wrapper .button:hover, .contact-section .gform_wrapper.gravity-theme .gform_footer input:hover {
background: #704199 !important;
border-color: #704199 !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: 400;
}

/* END GravityForms */


/* 9.0 - Footer */

.site-footer {
background: #fff;
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: #303030
}

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

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

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

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

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

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

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

#fc2 {
  }

#fc3 {
max-width: 230px;
}

#fc4 {
  max-width: 200px;
  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: #20B4E2;
  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;
overflow: hidden;
}

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

.social-links a {
clear: none !important;
transition: none !important;
color: #704199;
}

.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 {
color: #20B4E2;
}

.bottom-footer {
padding: 45px 0 0 0;
font-size: 14px;
font-weight: 400;
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;
}

.registered-number {
display: block;
padding-top: 10px;
}

.footer-logo {
display: block;
max-width: 160px;
max-height: 80px;
margin-bottom: 40px;
}

.dpm {
text-align: right !important;
display: inline-block;
right: 0 !important;
float:right;
}

.dpm:hover{
color:#704199 !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 {
  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(112, 65, 153, 0.75);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

.blue-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: #20B4E2;
}

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

.pagination {
    clear: both;
    position: relative;
    text-align: center;
    font-weight: 600;
    width: 100%;

}

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

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

.boxes li {
background: #704199;
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: "Instrument Sans", Arial, Helvetica, sans-serif;
font-weight: 600;
padding: 7px 14px !important;
}

#catapultCookie:hover {
background: #fff !important;
color: #704199 !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) {
  .container {
    padding: 79px 0 0 0;
  }
  .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: #20B4E2;
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: #704199;
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;
}

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

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

.highlight-bg .plain-blocks i {
  color: #704199
}

.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 .block-image-container, .text-blocks > li:hover .portrait-image-container, .text-blocks > li:hover .landscape-image-container {
opacity: 0.8;
}

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

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

.sidebar h6 {
color: #704199;
}

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

.ci-address::before {
color: #20B4E2;
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: #20B4E2;
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-phone {
  color: #303030
}

.ci-email a {
word-wrap: break-word;
color: #303030
}

.ci-email::before {
color: #20B4E2;
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: #20B4E2;
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: #fff !important;
width: 100px !important;
}

.flex-control-paging li a:hover {
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: #20B4E2;
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: #704199 !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: "Instrument Sans", 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: #704199; 
    }

.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: "Instrument Sans", 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;
}

.single-horsesforsale .horse-price {
font-size: 16px
}

/* 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: #20B4E2;
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: #704199;
}

/* 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: #20B4E2;
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: #704199;
}

/* END Focus Boxes */

.single-clientresults blockquote {
font-size: 18px;
margin: 0;
}

.single-clientresults blockquote p {
font-size: 100% !important;
}

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

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

.accordion-control.active .accordion-thumb, .beige-bg .section-container .half .inner-container .accordion-control.active h4.accordion-thumb {
  color: #20B4E2;
}

.accordion-thumb:not(.hide-icons)::before {
    content: '\f400';
    font-family: "Font Awesome 6 Pro"; 
    padding-right: 18px;
    color: #20B4E2;
    font-weight: 400;
}

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

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

.simple-accordion .accordion-control {
padding: 30px 80px 30px 40px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}

.simple-accordion .accordion-control h5 {
color: #242457
}

.plain-accordion .accordion-control {
background-color: transparent;
padding: 20px 0;
}

.plain-accordion.accordion .panel, .plain-accordion .accordion-item.open, .plain-accordion .accordion-item.open .accordion-control {
background: transparent;
}

.plain-accordion .accordion-control.active, .plain-accordion .accordion-control:hover {
background: transparent;
}

.plain-accordion .accordion-item.open .accordion-control h4, .plain-accordion .accordion-item.open .panel {
color: inherit
}

.accordion-control:not(.active) h4 {
margin-bottom: 0 !important;
padding-right: 35px;
}

.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: #704199;
    font-size: 21px;
    font-weight: 700;
    float: right;
    margin-left: 5px;
    position: absolute;
    top: 25px;
    right: 0;
}

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

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

.simple-accordion .accordion-control:after {
top: 30px;
color: #20B4E2;
}

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

.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: #20B4E2
}

.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: #704199;
margin-bottom: 0;
}

.dark-bg .accordion-control {
  color: #fff;
  border-color: #515355 !important;
}

.dark-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 .panel p {
  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: #704199;
  }

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

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

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

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

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

.annual {
  display: block;
}

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

.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: #20B4E2;
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-text {
  margin-left: -60px;
z-index: 99999;
width: 54%;
}

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

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

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

.header-button {
  font-size: 15px;
  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: #20B4E2;
border-radius: 30px;
padding: 14px 24px;
display: inline-block;
transition: all 0.4s ease;
}

.worktype-list li:hover {
  background: #20B4E2;
  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 {
  justify-content: center;
}

.partner-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
    justify-content: center;
    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: -5%;
    right: -5%;
    top: 0;
    padding-bottom: 2.5%;
    z-index:4;
    margin-top: -2.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: -60px;
bottom: -30px;
width: 100%;
max-width: 240px;
display: block;
}

.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 {
  border-top-right-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: "Instrument Sans", 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, .image-half {
  height: 700px;
}

.event-card {
  position: relative;
}

.event-card .padding-30 {
  margin: 0;
}

.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 {
  position: relative;
}

.search-toggle {
  background: none;
  border: 0;
  font-size: 1.1rem;
  cursor: pointer;
  color: #fff;
  padding: 0;
}

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

.header-search input {
  -webkit-appearance: none;
  border: 1px solid transparent !important;
  padding: 14px;
  font-size: 16px;
  font-family: "Instrument Sans", 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: #704199;
}

.header-search input[type=submit] {
  background: #704199;
  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 {
  overflow: hidden;
}

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

.text-blocks .highlight-bg .highlight {
  color: #704199 !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 {

}

.forest-plan .container a:not(.button):not(.text-button):not(.fp-shortcuts__card), .forest-plan-subpage .container a:not(.button):not(.text-button):not(.fp-shortcuts__card) {
  color: inherit;
  text-decoration: underline;
}

.forest-plan .container a:not(.button):not(.text-button):not(.fp-shortcuts__card):hover, .forest-plan-subpage .container a:not(.button):not(.text-button):not(.fp-shortcuts__card):hover {
  color: #20B4E2;
  text-decoration: underline;
}

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

.csmap{width:100%}
.csmap__map{width:100%;min-width:0}
.flex-container > .csmap{flex:1 1 100%;min-width:0}

.csmap__controls{margin-top:0;background-color: #faf9f7;}
.forest-map-small .csmap__controls {padding: 12px;border-radius: 0 0 8px 8px;}
.forest-map-large .csmap__filters:first-of-type{margin-bottom: 20px;}
.forest-map-small .csmap__filters {display:flex;flex-wrap:wrap;gap:10px;justify-content: center;}
.forest-map-small .csmap__filter{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:14px 20px;
  border:1px solid #e5e7eb;
  border-radius:999px;
  background:#fff;
  cursor:pointer;
  font-size:15px;
  font-weight: 500;
  line-height:1;
}
.forest-map-large .csmap__filter{
  display:flex;
  align-items:center;
  gap:0;
  padding:0 0 15px 0px;
  border:0;
  border-radius:0;
  background:none !important;
  color: #704199 !important;
  cursor:pointer;
  font-size:16px;
  font-weight: 500;
  line-height:1;
  outline: 0;
}
.csmap__filter.is-active{border-color:#111827}
.csmap__dot{
  width:10px;
  height:10px;
  border-radius:999px;
  display: none;
  border:1px solid rgba(0,0,0,.15);
}
.csmap__meta{margin-top:10px;display:none;gap:12px;align-items:center;font-size:14px}
.csmap__clear{
  border:1px solid #e5e7eb;
  border-radius:10px;
  background:#fff;
  padding:6px 10px;
  cursor:pointer;
}

/* Hide map until ready so there is zero visible jump */
.csmap--loading .csmap__map{
  opacity: 0;
}
.csmap__map{
  opacity: 1;
  transition: opacity .18s ease;
}

.csmap{position:relative}
.csmap__loader{
  position:absolute;
  inset:0;
  border-radius:12px; 
  background: rgba(0,0,0,0.1);
  opacity: 1;
  pointer-events:none;
  overflow:hidden;
}

/* slow, subtle shimmer */
.csmap__loader::after{
  content:"";
  position:absolute;
  top:0;left:-60%;
  width:60%;
  height:100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.35), transparent);
  animation: csmapShimmer 4.5s ease-in-out infinite;
  opacity:.6;
}

@keyframes csmapShimmer{
  0%{transform: translateX(0)}
  100%{transform: translateX(220%)}
}

/* keep the map hidden until ready */
.csmap--loading .csmap__map{opacity:0}
.csmap__map{opacity:1;transition:opacity .2s ease}

/* once loaded, fade the loader out */
.csmap--ready .csmap__loader{opacity:0;transition:opacity .25s ease}

/* Marker drop-in */
.csmap-pin__wrap{
  transform: translateY(-14px);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
  will-change: transform, opacity;
}
.csmap-pin--in .csmap-pin__wrap{
  transform: translateY(0);
  opacity: 1;
}

.csmap__loader-text{
  position:absolute;
  bottom:14px;
  left:14px;
  font-size:13px;
  opacity:.7;
}

.csmap__sidebar-desc{
  font-size:14px;
  line-height:1.5;
  margin:0 0 20px;
}

.leaflet-container {
  border-radius: 8px 8px 0 0;
}

.leaflet-marker-icon {
  width: 40px !important;
  height: 40px !important;
}

.leaflet-marker-icon img {
  border: 2px solid #fff !important;
border-radius: 50% !important;
box-shadow: 0 0 5px rgba(0,0,0,0.3) !important;
}

.csmap{position:relative}

.csmap__panel{
  position:absolute;
  top:12px;
  left:12px;
  width:340px;
  max-width:calc(100% - 24px);
  background:#fff;
  border-radius:14px;
  box-shadow:0 16px 50px rgba(0,0,0,.18);
  overflow:hidden;
  opacity:0;
  transform: translateY(8px);
  pointer-events:none;
  transition: opacity .18s ease, transform .18s ease;
  z-index: 900;
}

.csmap__panel.is-open{
  opacity:1;
  transform: translateY(0);
  pointer-events:auto;
}

.csmap__panel-close{
  position:absolute;
  top:8px;
  right:10px;
  width:34px;
  height:34px;
  border:0;
  border-radius:10px;
  background: rgba(0,0,0,.06);
  cursor:pointer;
  font-size:22px;
  line-height:34px;
}

.csmap__panel-inner{padding:14px}
.csmap__panel-img{width:100%;height:170px;object-fit:cover;display:block}
.csmap__panel-title{margin:10px 0 6px;font-size:20px;line-height:1.15}
.csmap__panel-meta{font-size:13px;opacity:.75;margin-bottom:10px}
.csmap__panel-excerpt{font-size:14px;line-height:1.45;opacity:.9;margin:0 0 12px}

@media (max-width: 640px){
  .csmap__panel{left:12px;right:12px;width:auto;top:auto;bottom:12px}
  .csmap__panel-img{height:140px}
}

.forest-map-small .csmap__filter.is-active{
  outline: 2px solid rgba(17,24,39,.35);
  outline-offset: 2px;
}

.csmap__filter{
  display:inline-flex;
  align-items:center;
  gap:8px;
}

.csmap__icon{
  font-size:14px;
  line-height:1;
}

/* Map stage contains sidebar so it never overlaps the controls */
.csmap__stage{
  position:relative;
  overflow:hidden;
}

/* Optional: match corners on the map itself */
.forest-map-small .csmap__map{border-radius:14px}

/* Sidebar (slides in from left, contained within stage) */
.csmap__sidebar{
  position:absolute;
  top:20px;
  right:20px;
  bottom:auto;
  width:320px;
  max-width:calc(100% - 40px);
  background:#fff;
  border-radius:12px;
  box-shadow:0 16px 50px rgba(0,0,0,.18);
  overflow:hidden;
  transform: translateX(110%);
  opacity: 0;
  pointer-events:none;
  transition: transform .22s ease, opacity .22s ease;
  z-index: 900;
}

.csmap__sidebar.is-open{
  transform: translateX(0);
  opacity: 1;
  pointer-events:auto;
}


.csmap__sidebar-inner{padding:30px}

.csmap__sidebar-close{
  position:absolute;
  top:8px;
  right:10px;
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
background: rgba(255,255,255,0.9);
cursor: pointer;
font-size: 22px;
line-height: 22px;
font-weight: 500;
}

.csmap__sidebar-img{
  width:100%;
  height:170px;
  object-fit:cover;
  display:block;
}

.csmap__sidebar-title{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.15;
}

.csmap__sidebar-meta{
  font-size:13px;
  opacity:.75;
  margin-bottom:10px;
}

.csmap__sidebar-link{
  font-weight:600;
  font-size: 17px;
}

@media (max-width: 720px){
  .csmap__sidebar{
    top:auto;
    left:12px;
    right:12px;
    bottom:12px;
    width:auto;
    height:auto;
    transform: translateY(110%);
  }
  .csmap__sidebar.is-open{transform: translateY(0)}
  .csmap__sidebar-img{height:140px}
}

.csmap__filter {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f1f1f1;
  border: 0;
  padding: 10px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.csmap__filter {
  display: flex;
  align-items: center;
  gap: 10px;
}

.csmap__check {
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: #EBE5DD;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  transition: background .2s ease;
}

.csmap__filter.is-active .csmap__check {
  background: #20B4E2;
}

.csmap__filter.is-active .csmap__check::after {
  content: '\f00c';
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  color: #fff;
  font-weight: 900;
text-align: center;
left: 0;
right: 0;
font-size: 10px;
top: 0;
bottom: 0;
line-height: 1;
vertical-align: middle;
align-items: center;
display: flex;
justify-content: center;
}

.larger-font {
  font-size: 120%;
}

.work-types {
  list-style: none;
  margin: 0;
  padding: 0;
}

.work-types a {
color:#704199 !important;
font-weight: 600;
}

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

.page-numbers:not(.next):not(.prev) {
    display: inline-flex;
    width: 40px;
    height:40px;
    background: #20B4E2;
    color: #fff !important;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center 
}

.page-numbers.current {
  background: #704199 !important;
  color: #fff !important;
}

.page-numbers:hover {
  background: #704199 !important;
color: #fff !important;
}

.page-numbers.next {
  display: inline-flex;
  height: 40px;
  padding: 0 15px;
  border-radius: 30px;
  background: #20B4E2;
    color: #fff !important;
    text-align: center;
    align-items: center;
    justify-content: center 
}

.map-sidebar {
  width: 25%;
  box-sizing: border-box;
}

.map-content {
  width: 75%;
}

.map-sidebar-inner {
  overflow: scroll;
}

.image-half {
  background-size: cover;
  background-position: 50% 35%;
  background-repeat: no-repeat;
}

.image-text-banner .text-half, .image-slider .text-half {
  position: relative;
  align-self: stretch;
align-content: center;
}

.image-text-banner .text-half::after, .image-slider .text-half::after {
  content: "";
  background-image: url(https://reagle.digiprodemo.com/wp-content/uploads/reagle-hero-wave.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
	position: absolute;
	top: 0;
right: -120px;
width: 80px;
	height: 100%;
	z-index: 1;
}

.header-links a {
	color: #303030;
	font-weight: 600;
}

.header-links a:hover {
	color: #20B4E2
}

.rmp-container {
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
}

/* 12.0 - Responsive */

@media only screen and (min-width:2100px) {
.banner {
height: 720px !important;
padding-bottom: 0 !important;
}
.banner .image-half {
  height: 720px;
}
.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: 650px !important;
padding-bottom: 0 !important;
}
.banner .image-half {
  height: 650px;
}
.blog-banner-image {
min-height: 750px;
}
}

@media only screen and (min-width:751px) and (max-width:1864px) {
.banner .image-half {
min-height: 550px;
}
}

@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 (max-width:1422px) {
	.header-links {
		font-size: 15px;
	}
}

@media only screen and (max-width:1080px) {
.header-button {
display:none;
}
}



@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) {
.nav-home, .header-search {
display:none;
}
}

@media only screen and (min-width:1192px) 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: 110px !important;
}
.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: 80px !important;
}
.container-space-top {
padding-top: 92px;
}
	.header-links a.hl-phone {
		display: none
	}
}

@media only screen and (min-width:1192px) 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: 80px !important;
}
.site-logo img, .logo-dark {
max-width: 95px !important;
}
}

@media only screen and (min-width:900px) and (max-width:1191px) {
.site-logo img, .logo-dark {
max-width: 80px !important;
}
}

@media only screen and (max-width:1191px) {
.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: 80px !important;
}
}
@media only screen and (max-width:1200px) {
.dashboard-main {
padding-top: 60px !important;
}
}

@media only screen and (max-width:1090px) {
.video-side.middle {
position: relative;
top: 0 !important;
transform: none !important;
}
}

@media only screen and (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:1001px) and (max-width:1191px) {
.site-header-container {
}
.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) {
	.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: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) {
.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: 655px;
}
.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) {
.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;
}
.horse-description {
padding-top: 80px !important;
}
.ti-header {
display: none !important;
}
.reviews-container {
padding-bottom: 15px !important;
}
.button {
font-size: 16px;
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: 30px 30px 30px 30px;
}
.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: 20px 40px;
}
.site-footer-container {
  padding: 0 40px 40px;
}
.company-description {
  font-size: 14px;
}
.contact-links a {
  font-size: inherit;
}
.social-links {
  margin-top: 30px;
}
.bo-container {
  padding: 40px 40px 0 40px;
}
.banner .bo-container {
  padding: 40px;
}
.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(32, 180, 226, 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: 8px;
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{
color: #303030 !important;
}

.sub-menu a {
color: #fff !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 #20B4E2;
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:1192px) {
.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: 110px;
}
}

@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):not(.gap-30) {
  grid-column-gap: 40px;
  column-gap: 40px;
  gap: 40px;
}
.image-text-section .flex-container {
/*flex-direction: column-reverse;*/
padding: 40px !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: 45px;
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: 80px;
}
}

@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) {
.table-half {
width: 48%;
float: left;
}
.table-half.table-right {
float: right;
}
}

@media only screen and (min-width:801px) and (max-width:1200px) {
.two-images-section .image-half {
align-self: flex-start;
}
.two-images-section .image-half .section-img-large {
width: 80%;
}
.two-images-section .image-half .section-img-small {
width: 60%;
top: 80%;
}
}

@media only screen and (max-width:800px) {
  .overlap-top {
    margin-top: -90px;
  }
  .title-text-section .flex-container {
    grid-column-gap: 0;
    column-gap: 0;
    gap: 0;
  }
  .padding {
    padding: 40px !important;
    }
  .image-right .half-image-slider {
    margin: 0 0 0 40px;
  }
.image-right .flex-container {
flex-direction: row-reverse;
}
.horse-description .text-container {
padding-left: 0;
padding-right: 0;
}
.horses-for-sale li .box-container {
padding: 35px 0 0;
}
.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 {
font-size: 21px;
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;
  }
.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:751px) {
.half-left .middle {
margin-right: 50%;
}
.result:nth-of-type(3n+1) {
clear:left;
}
}

@media only screen and (max-width:750px) {
.half-image {
float: none;
margin: 0 auto;
width: 100% !important;
display: block;
min-height: 350px !important; 
background-position-y: 38%;
}
.half-text {
width: 100% !important;
display: block;
max-width: 800px;
padding-bottom: 0px;
margin: 0 auto !important;
float:none !important;
overflow: hidden;
}
.half .middle {
position: relative !important;
top: 0 !important;
display: block;
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
}

@media only screen and (max-width:736px) {
	.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;
}
}

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

@media only screen and (min-width:701px) {
  body:not(.home) .bo-container {
  padding: 0 0 0 60px;
}
  .home .bo-container {
  padding: 0 60px;
}
.enquiry-text {
max-width: 64%;
}
.text-split .forty h2 {
margin-bottom: 0 !important;
}
}

@media only screen and (max-width:700px) {
  .image-text-banner .text-half::after, .image-slider .text-half::after {
    background-image: url(https://reagle.digiprodemo.com/wp-content/uploads/reagle-hero-wave-mobile.svg) !important;
    right: 0 !important;
    left: 0 !important;
width: 100% !important;
    height: 50px;
    top: -25px !important
}
.bo-inner {
  margin-top: -10px;
}
  .banner .banner-flex {
    flex-direction: column-reverse;
    gap: 0 !important;
  }
.faq-boxes li {
width: 100%;
margin-right: 0;
margin-bottom: 30px;
}
.sixty, .forty {
width: 100%;
}
.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%;
}
.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) {
.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: 50px !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: 45px !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) {
  .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){
	.header-links {
		margin-left: auto;
padding-right: 38px;
	}
	.site-header-container {
		gap: 15px !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;
}
.three-column > li {
width: 100%;
margin-right: 0;
margin-bottom: 30px !important;
}
.three-column > li:last-child {
margin-bottom: 0 !important;
}
.ci-email {
font-size: 14px;
}
.focus-box-image {
padding-bottom: 80%;
}
h1, .large-title {
font-size: 38px !important;
letter-spacing: -0.25px;
}
.large-title.price {
  font-size: 40px !important;
}
h2, .medium-title {
font-size: 26px !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: 24px !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: 35px;
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) {
.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:512px) {
.social-links {
max-width: 210px !important;
}
.social-links li:nth-child(4n) {
margin-right: 0;
}
}

@media only screen and (min-width:511px) {
.single .banner-image {
min-height: 450px;
max-height: 750px;
}
}

@media only screen and (max-width:510px) {
#meet-the-team.image-links .dashboard-boxes.three-column > li {
width: 100% !important;
background-size: cover !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(1), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(2) {
padding-bottom: 80% !important;
}
#meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(3), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(4), #meet-the-team.image-links .dashboard-boxes.three-column > li:nth-of-type(5) {
padding-bottom: 50% !important;
}
.spaced-uppercase {
font-size: 13px !important;
}
.single .banner-image {
height: 0;
padding-bottom: 100%;
}
.single .banner-image img {
width: 250%;
margin-left: -50%
}
.post-overlay {
opacity: 0;
}
.intro p {
text-align: left !important;
}
.banner-title {
font-size: 35px !important;
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 (min-width:501px) and (max-width:750px) {
.result {
width: 48% !important;
margin-right:4% !important;
margin-bottom: 4% !important;
}
.result:nth-of-type(3n) {
margin-right: 4% !important;
}
.result:nth-of-type(2n) {
margin-right: 0 !important;
}
}

@media only screen and (max-width:500px) {
.link-blocks li {
width: 100% !important;
margin-right: 0 !important;
margin-bottom: 30px !important;
padding-bottom: 100% !important;
}
.link-blocks li h6 {
font-size: 18px;
}
.result, .other-event {
width: 100%;
margin-right: 0%;
margin-bottom: 30px;
}
.single .category-link {
font-size: 12px;
margin-bottom: 7px;
display: inline-block;
}
.single .date {
font-size: 14px !important;
display: block;
margin-top: 7px;
}
.team-float, .single-custom-post-image img {
width: 100%;
padding-right: 0 !important;
padding-bottom: 20px !important;
}
.banner-cont, .banner-slider, .metaslider, #metaslider_container_45, .flexslider, .slides, .slides li, .slides li img {
/*max-height: 60vh*/
height: 615px;
}
.image-container svg {
  left: -30px;
bottom: -15px;
max-width: 125px;
}
.image-half {
  max-height: 300px;
}
.banner-slider .flexslider .slides li .flex-container {
  gap: 0 !important;
  flex-direction: column-reverse;
}
.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-logos {
		justify-content: center;
		margin-bottom: 30px
	}
.footer-logo {
float:none !important;
display:block;
max-width: 180px !important;
max-height: 90px;
margin-bottom: 0;
}
.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: #20B4E2 !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: 70px !important;
}
}

@media only screen and (max-width:736px) {
.banner {
min-height: 450px;
}
.banner .image-half {
  height: 450px;
}
.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 {
  padding-top: 80px !important;
}
.flex-direction-nav {
  display: none;
}
}

@media only screen and (max-width:340px) {
	.header-links {
		font-size: 12px;
	}
.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;
}
.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;
}

/*.result a:hover .custom-post-image,*/ .other-event a:hover .custom-post-image {
opacity: 0.7 !important;
}

@media only screen and (max-width:600px) {
.single-events .single-custom-post-image {
overflow: hidden;
height: 0;
padding-bottom: 65%;
margin-bottom: 15px;
}
.single-events .single-custom-post-image img {
width: 100% !important;
clear: both;
padding-right: 0 !important;
position: relative;
max-width: none !important
}
}

@media only screen and (max-width:500px) {
.team-float, .single-custom-post-image img {
width: 100%;
padding-right: 0 !important;
padding-bottom: 20px !important;
}
}
