/* Sub Menu */
#nav {
  display: none;
}
#nav li {
  position: relative;
  display: inline-block;
}
#nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: 180px;
}
#nav .sub-menu a {
  color: #FFFFFF;
  display: block;
  padding: 10px;
}
#nav .sub-menu a:hover {
  background: none repeat scroll 0 0 #b2b2b2;
  color: #000000;
  text-decoration: none;
}
#nav .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
}
#nav li:hover > .sub-menu {
  display: block;
}
#nav .sub-menu li {
  position: relative;
}
.nav li {
  position: relative;
  display: inline-block;
}
.nav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: 210px;
  text-align: center;
}
.nav .sub-menu a {
  color: #fff;
  padding: 10px;
  background: rgba(1, 64, 70, .8);
  line-height: 1.4;
}
.nav .sub-menu a:hover {
  background: rgba(255, 255, 255, .8);
  color: #014046;
  text-decoration: none;
}
.nav .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
}
.nav li:hover > .sub-menu {
  display: block;
}
.nav .sub-menu li {
  position: relative;
  display: block;
  margin: 1px 0 0;
}
.nav .sub-menu li:first-child {
  margin: 0 0 0;
}
/*******************************************************
 *
 * 2. Custom CSS
 *
 *******************************************************/
/* Global */
body {
  font-family: 'Spartan', sans-serif;
  font-size: 15px;
  background: #FFF;
  color: #000000;
  margin: 0;
  /* Remove the comment from line 85 to 86 if the font issue in safari occurs */
  /* -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
}
body.popup-active {
  overflow: hidden;
}
.media-nav, a, a:hover, a:focus, input, input:hover, input:focus, textarea, textarea:focus, textarea:hover, select:hover, select:focus, select, button, button:focus, button:hover, .btn-group.bootstrap-select.show-tick.qs-select, .bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  outline: 0px !important;
}
div#main-wrapper {
  overflow: hidden;
}
.font-term {
  font-family: "termina", sans-serif;
}
.font-spar {
  font-family: 'Spartan', sans-serif;
}
.font-mont {
  font-family: 'Montserrat', sans-serif;
}
.font-rob {
  font-family: 'Roboto', sans-serif;
}
/********CSS Post Launch********/
img {
  /*max-width: 100%;*/
  height: auto;
}
a, a:hover, a:focus, input, input:hover, input:focus, textarea, textarea:focus, textarea:hover, select:hover, select:focus, select, button, button:focus, button:hover, .btn-group.bootstrap-select.show-tick.qs-select, .bootstrap-select .dropdown-toggle, .bootstrap-select .dropdown-toggle:focus {
  /*outline: 0px !important;*/
  /*    outline: none!important;*/
}
*:focus {
  outline: 1px solid #014046 !important;
}
a.skiptobtn {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  z-index: -1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.5);
  color: #000;
}
a.skiptobtn:focus {
  opacity: 1;
  z-index: 9;
  display: block;
}
#content div.wpcf7-response-output, div.wpcf7-response-output {
  text-align: center;
}
html.name-Microsoft_Edge .ai-default-cf7wrap input[type="submit"], html.name-Microsoft_Edge .ai-default-cf7wrap input.wpcf7-submit {
  margin: 6px 0 0;
}
#hero .quick-search form select[name="propertyType"] {
  margin-left: 2%;
}
.grecaptcha-badge {
  z-index: 10001;
}

/* Adjust line height of page elements */
#content h4, aside h4, #content p, aside p, #content blockquote, aside blockquote, #content ul, aside ul, #content fieldset, aside fieldset, #content form, aside form, #content ol, aside ol, #content dl, aside dl, #content dir, aside dir, #content menu, aside menu {
  line-height: 1.7
}
.custom-container {
  width: calc(100% - 30px);
  max-width: 1468px;
  margin: 0 auto;
}
.header {
  position: absolute;
  z-index: 1035;
  top: 0;
  left: 0;
  width: 100%;
}
.main-header {
  padding: 22px 0 0;
  position: relative;
  z-index: 0;
}
.mh-wrapper {
  /*margin: 0 -86px;*/
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: center;
  position: relative;
  pointer-events: none;
}
/* New Header SMI */
.mh-smi {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    pointer-events: auto;
}
.mh-smi-inner {
    padding: 5px 0;
    margin-right: calc( ((((100vw - 1170px)/2) - 65px) * -1) );
}
.mh-smi-inner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.mh-smi-inner ul li {
    padding: 0 5px;
}
.mh-smi-inner ul li.fixed-instagram {
    position: relative;
    cursor: pointer;
}
.mh-smi-inner ul li.fixed-instagram ul {
    list-style: none outside none;
    margin: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 148px;
    right: 0;
    padding-top: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: block;
}
.mh-smi-inner ul li.fixed-instagram:hover ul {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.mh-smi-inner ul li a, .mh-smi-inner ul li > span {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    color: #fff;
}
.mh-smi-inner ul li a::before, .mh-smi-inner ul li a::after, .mh-smi-inner ul li > span::before, .mh-smi-inner ul li > span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f5bbb3;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mh-smi-inner ul li a em, .mh-smi-inner ul li > span em {
    position: relative;
    z-index: 3;
    font-size: 23px;
}
.mh-smi-inner ul li a::before, .mh-smi-inner ul li > span::before {
    z-index: 1;
}
.mh-smi-inner ul li a::after, .mh-smi-inner ul li > span::after {
    z-index: 2;
    background-image: url(../images/site-smi-icon-bg.jpg);
    background-position: center;
    background-size: 150%;
    opacity: 1;
}
.mh-smi-inner ul li a:hover::after, .mh-smi-inner ul li.fixed-instagram:hover > span::after {
    opacity: 0;
}
.mh-smi-inner ul li a:hover::before, .mh-smi-inner ul li.fixed-instagram:hover > span::before {
    opacity: 1;
}
.mh-smi-inner ul li a:hover,
.mh-smi-inner ul li.fixed-instagram:hover > span{
    color: #014046;
}
.mh-smi-inner ul li.fixed-instagram ul li {
    margin: 2px 0;
}
.mh-smi-inner ul li.fixed-instagram ul li a {
    border: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    width: 100%;
    border-radius: 0;
    height: auto;
    padding: 5px;
    background: #fff;
    color: #014046;
    font-size: 14px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mh-smi-inner ul li.fixed-instagram ul li a::before, .mh-smi-inner ul li.fixed-instagram ul li a::after {
    display: none;
}
.mh-smi-inner ul li.fixed-instagram ul li a em {
    position: relative;
    top: -2px;
}
.mh-smi-inner ul li.fixed-instagram ul li a:hover {
    background: #014046;
    color: #fff;
}
/* New Header SMI*/
.mh-navs {
    pointer-events: auto;
}
.mh-wrapper .logo {
  max-width: 189px;
  margin: 0 75px;
}
.mh-wrapper > .logo {
  margin: 0 auto;
}
.mh-wrapper .menu-main-navigation-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.mh-wrapper .menu-relocate-me-menu-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
.nav {
  font-size: 0;
}
.nav a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.100em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  position: relative;
}
.nav > li {
  /*margin: 0 0 0 46px;*/
  margin: 0 0 0 33px;
}
.nav > li:first-child {
  margin: 0 0 0 0;
}
.nav > li > a {
  padding: 0 0 0;
}
.nav > li > a:focus, .nav > li > a:hover {
  background: none;
}
.nav > li > a:after {
  content: '';
  display: block;
  height: 1px;
  width: 0%;
  background: #fff;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -6px;
  opacity: 0;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.nav > li:hover > a:after {
  width: 100%;
  opacity: 1;
}
.nav > li > .sub-menu {
  left: -150%;
  right: -150%;
  margin: 0 auto;
  padding: 18px 0 0;
}
.mh-contact {
  border-left: 1px solid #fff;
  /*padding: 0 0 0 56px;*/
  padding: 0 0 0 66px;
}
.mh-contact .contact-list {
  font-size: 0;
}
.mh-contact .contact-list li {
  color: #fff;
  margin: 0 0 0 20px;
  display: inline-block;
  position: relative;
}
.mh-contact .contact-list li:first-child {
  margin: 0 0 0 0;
}
.mh-contact .contact-list > li > span {
  font-size: 16px;
  cursor: pointer;
}
.mh-contact .contact-list li > a {
  font-size: 13px;
}
/*.mh-contact .contact-list > li:hover > a,
.mh-contact .contact-list > li:hover > span{
    color:#fff !important;
        text-shadow: 0px 0px 5px #fff;
}*/
.mh-contact .contact-list > li > ul {
  display: none;
  min-width: 165px;
  width: 100%;
  position: absolute;
  text-align: center;
  left: -70px;
  padding: 23px 0 0;
}
/* .mh-contact .contact-list > li > ul.email-list {
 left: auto;
        right: 0;
} */
.mh-contact .contact-list > li:hover > ul {
  display: block;
}
.mh-contact .contact-list ul li {
  display: block;
  margin: 1px 0 0;
}
.mh-contact .contact-list ul li:first-child {
  margin: 0 0 0;
}
.mh-contact .contact-list ul a {
  color: #014046;
  background: rgba(255, 255, 255, .8);
  display: block;
  letter-spacing: 0.050em;
  font-weight: 300;
  font-size: 14px;
  padding: 13px 5px;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.mh-contact .contact-list ul span {
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.150em;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.mh-contact .contact-list ul a:hover {
  background: rgba(1, 64, 70, .8);
  color: #fff;
}
.header-sm {
  position: fixed;
  z-index: 1;
  top: 170px;
  right: 20px;
  height: calc(100vh - 200px);
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
}
.header-sm .sm-list > li {
  font-size: 19px;
  /*margin: 45px 0 0;*/
  margin: 25px 0 0;
  position: relative;
  /*text-shadow: 0px 0px 0px #fff;*/
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
  color: #fff;
}
.header-sm .sm-list > li:hover {
  z-index: 1;
}
.header-sm.blend .sm-list > li {
  /*text-shadow: 0px 0px 5px #fff;*/
}
.header-sm .sm-list > li:first-child {
  margin: 0 0 0;
}
.header-sm .sm-list > li > a {
  /*color:#fff;
    opacity: 1;*/
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.header-sm.blend .sm-list > li > a {
  color: #014046;
}
.header-sm.blend-white .sm-list > li > a, .header-sm.blend-white .sm-list > li > span {
  color: #fff;
  opacity: 1;
}
.header-sm.blend-green .sm-list > li > a, .header-sm.blend-green .sm-list > li > span {
  color: #014046;
  opacity: 1;
  /*  text-shadow: 0px 0px 8px #fff;*/
}
.header-sm .sm-list > li ul {
  position: absolute;
  min-width: 200px;
  right: -200px;
  top: 0;
  opacity: 0;
  transition: all ease .8s;
  -moz-transition: all ease .8s;
  -webkit-transition: all ease .8s;
}
.header-sm .sm-list > li:hover ul {
  right: 0;
  opacity: 1;
}
.header-sm .sm-list ul li {
  margin: 1px 0 0;
}
.header-sm .sm-list ul:first-child {
  margin: 0 0 0;
}
.header-sm .sm-list ul a {
  background: rgba(255, 255, 255, .8);
  color: #014046;
  font-size: 13px;
  display: block;
  padding: 12px 5px 10px 30px;
  transition: all ease .8s;
  -moz-transition: all ease .8s;
  -webkit-transition: all ease .8s;
  position: relative;
}
.header-sm .sm-list ul a em {
  font-size: 19px;
  position: absolute;
  top: 7px;
  left: 5px;
}
.header-sm .sm-list ul a:hover {
  background: rgba(1, 64, 70, .8);
  color: #fff;
}
.header-sm .sm-list > li > a:hover {
  opacity: .6;
}
.header-sm .sm-list > li > span {
  color: #fff;
  position: relative;
  left: 0;
  transition: all ease .8s;
  -moz-transition: all ease .8s;
  -webkit-transition: all ease .8s;
}
.header-sm .sm-list > li:hover > span {
  left: -210px;
  opacity: 0;
}
#fl-wrap .fl-top-l, #fl-wrap .fl-top-r {
  opacity: 1 !important;
}
.header-sm.blend .sm-list > li > span {
  color: #014046;
}
.fixed-header {
  position: fixed;
  z-index: 2;
  top: -100px;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  background: url(../images/fh-bg.jpg) center center no-repeat #014046;
  background-size: cover;
  padding: 10px 0;
  /*max-height: 100px;*/
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.fixed-header.active {
  top: 0;
  opacity: 1;
  pointer-events: auto;
}
.fh-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 20px);
  margin: 0 auto;
  max-width: 1468px;
}
.fh-wrapper .fh-logo {
  /*max-width: 79px;*/
  max-width: 76px;
}
#fixednav {
  font-size: 0;
}
#fixednav a {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.100em;
  color: #fff;
  text-transform: uppercase;
  display: block;
  position: relative;
}
#fixednav > li {
  margin: 0 0 0 55px;
}
#fixednav > li:first-child {
  margin: 0 0 0 0;
}
#fixednav > li > a {
  padding: 0 0 0;
}
#fixednav > li > a:focus, #fixednav > li > a:hover {
  background: none;
}
#fixednav > li > a:after {
  content: '';
  display: block;
  height: 1px;
  width: 0%;
  background: #fff;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: -6px;
  opacity: 0;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
#fixednav > li:hover > a:after {
  width: 100%;
  opacity: 1;
}
#fixednav > li > .sub-menu {
  left: -150%;
  right: -150%;
  margin: 0 auto;
  padding: 42px 0 0;
}
#fixednav li {
  position: relative;
  display: inline-block;
}
#fixednav .sub-menu {
  list-style: none outside none;
  margin: 0;
  display: none;
  padding: 0;
  position: absolute;
  width: 100%;
  min-width: 210px;
  text-align: center;
}
#fixednav .sub-menu a {
  padding: 10px;
  color: #fff;
  background: rgba(1, 64, 70, .8);
  line-height: 1.4;
}
#fixednav .sub-menu a:hover {
  background: rgba(255, 255, 255, .8);
  color: #014046;
  text-decoration: none;
}
#fixednav .sub-menu .sub-menu {
  margin-left: 100%;
  top: 0;
}
#fixednav li:hover > .sub-menu {
  display: block;
}
#fixednav .sub-menu li {
  position: relative;
  display: block;
  margin: 1px 0 0;
}
#fixednav .sub-menu li:first-child {
  margin: 0 0 0;
}
/* New Fixed Header SMI*/
.fh-smi-inner ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 -15px;
}
.fh-smi-inner ul li {
     padding: 0 15px;
}
.fh-smi-inner ul li.fixed-instagram{
    position: relative;
    cursor: pointer;
}
.fh-smi-inner ul li.fixed-instagram ul{
    list-style: none outside none;
    margin: 0;
    background: transparent;
    padding: 0;
    position: absolute;
    width: 100%;
    min-width: 148px;
    right: 15px;
    padding-top: 5px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    display: block;
}
.fh-smi-inner ul li.fixed-instagram:hover ul{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.fh-smi-inner ul li a, 
.fh-smi-inner ul li > span {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fh-smi-inner ul li a:hover, 
.fh-smi-inner ul li.fixed-instagram:hover > span{
    color: #f5bbb3;
}
.fh-smi-inner ul li.fixed-instagram li {
    padding: 0;
    margin: 2px 0;
}
.fh-smi-inner ul li.fixed-instagram li a {
    padding: 5px 15px;
    font-size: 13px;
    display: flex;
    width: 100%;
    background: #fff;
    color: #014046;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.fh-smi-inner ul li.fixed-instagram li a:hover {
    background: #014046;
    color: #fff;
}
.fh-smi-inner ul li.fixed-instagram li a em {
    position: relative;
    top: -1px;
}
/* New Fixed Header SMI*/
.fh-contact {
  display: none;
}
.fh-contact ul {
  font-size: 0;
}
.fh-contact li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 40px;
}
.fh-contact li:first-child {
  border-right: 1px solid rgba(255, 255, 255, .25);
  padding: 0 40px 0 0;
}
.fh-contact li:last-child {
  display: none;
}
.fh-contact li .nav-trigger {
  background: #014046;
  border: 1px solid #014046;
  padding: 20px 15px;
  cursor: pointer;
}
.fh-contact li .nav-trigger:hover {
  background: #fff;
}
.fh-contact li .nav-trigger span {
  margin: 5px 0 0;
  display: block;
  height: 2px;
  width: 26px;
  background: #fff;
}
.fh-contact li .nav-trigger:hover span {
  background: #014046;
}
.fh-contact li div span:first-child {
  margin: 0 0 0;
}
.fh-contact a {
  color: #fff;
  display: block;
  letter-spacing: 0.050em;
  font-weight: 300;
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.fh-contact a:hover {
  color: #777;
}
.fh-contact a span {
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.150em;
  text-transform: uppercase;
  display: block;
  margin: 0 0 5px;
}
.ip-mob-logo {
  display: none;
  background: #014046;
  padding: 100px 0 20px;
}
.ip-mob-logo .logo {
  width: 100%;
  max-width: 170px;
  margin: 0 auto;
}
.mobile-nav {
  display: none;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  background: url(../images/mobnav-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow-y: scroll;
  padding: 80px 0 30px;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.mobile-nav.active {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
.nav-wrapper {
  width: 100%;
}
#mobnav {
  text-align: center;
}
#mobnav a {
  font-size: 26px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: 0.100em;
  text-transform: uppercase;
  color: #fff;
  display: block;
}
#mobnav li:hover > a {
  background: #fff;
  color: #014046;
}
#mobnav li .sub-menu {
  display: none;
  pointer-events: none;
}
#mobnav li:hover .sub-menu {
  display: block;
}
#mobnav li.active .sub-menu {
  pointer-events: auto;
  display: block;
}
#mobnav li .sub-menu a {
  font-size: 15px;
  line-height: 2;
}
.mobnav-close {
  cursor: pointer;
  background: #014046;
  color: #fff;
  width: 55px;
  height: 55px;
  font-size: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 12px;
  right: 12px;
}

.footer .copyright a {
    outline: none;
    color: #bfbfbf;
}

.footer-git {
  position: relative;
  padding: 165px 0 110px;
}
.footer-git canvas.site-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 1;
    filter: grayscale(1);
}
.footer-git:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  opacity: .85;
}
.git-wrapper {
  position: relative;
  z-index: 3;
}
.git-wrapper .git-top {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.git-wrapper .git-title h2 {
  overflow: hidden;
  text-align: right;
}
.git-wrapper .git-title h2 strong {
  display: block;
  font-size: 55px;
  font-weight: 400;
  color: #014046;
  text-transform: uppercase;
  padding: 0 0 0 98px;
  background: url(../images/palms-2.png) left center no-repeat;
  background-size: 88px auto;
}
.git-wrapper .git-title h2 span {
  font-size: 28px;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.150em;
  color: #014046;
  display: inline-block;
  margin: 10px 0 0;
  position: relative;
}
.git-wrapper .git-title h2 span:after {
  content: '';
  display: block;
  height: 3px;
  width: 100vw;
  position: absolute;
  right: 105%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #f7c1b9;
}
.git-desc {
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.025em;
  margin: 50px 0 0;
}
.git-fields {
  margin: 30px auto 0;
  width: 100%;
  max-width: 720px;
}
.git-form .wpcf7-form-control-wrap {
  display: block;
}
.git-form .git-dual-field {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.git-form .git-dual-field > div {
  width: calc(50% - 4px);
  max-width: 338px;
}
.git-form .git-dual-field input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #0f0f0f;
  border: 0px;
  border-bottom: 1px solid #b5b5b5;
  background: none;
  height: 72px;
  outline: 0;
  line-height: 1.5;
  padding: 0 0;
}
.git-form .git-field {
  margin: 40px 0 0;
}
.git-form .git-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #0f0f0f;
  border: 0px;
  border-bottom: 1px solid #b5b5b5;
  background: none;
  resize: none;
  outline: 0;
  padding: 0 0 0;
  height: 66px;
  line-height: 1.2;
}
.git-form .git-submit {
  text-align: center;
  margin: 32px 0 0;
}
.git-form .git-submit input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 160px;
  width: 100%;
  height: 62px;
  border: 2px solid rgba(245, 188, 180, 0);
  color: #014046;
  font-family: "termina", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  background: url(../images/palm-2-hp.png) 25px center no-repeat;
  background-size: 18px auto;
  padding: 7px 0 7px 22px;
  outline: 0;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.git-form .git-submit input:hover {
  border: 2px solid rgba(245, 188, 180, 1);
}
.git-form::-webkit-input-placeholder {
  text-transform: uppercase;
}
.git-form:-ms-input-placeholder {
  text-transform: uppercase;
}
.git-form::placeholder {
  text-transform: uppercase;
}
.footer-content {
  position: relative;
  background-size: cover !important;
  background-attachment: fixed !important;
  padding: 0 0 65px;
}
.footer-content:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #014046;
  opacity: .9;
}
.footer-content .footer-wrapper {
  position: relative;
  z-index: 1;
}
.footer-bottom {
  padding: 115px 0 126px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.footer-bottom .footer-logos ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
}
.footer-bottom .footer-logos li {
  width: calc(50% - 10px);
  max-width: 296px;
}
.footer-bottom .footer-logos li:first-child {
  max-width: 189px;
}
.footer-bottom .footer-logos li img {
  max-width: 85%;
  display: block;
  margin: 0 auto;
  max-height: 162px;
}
.footer-info {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  padding: 0 0 18px;
}
.footer-info ul {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
  margin: 0 -60px 0 0;
}
.footer-info li {
  font-weight: 300;
  line-height: 22px;
  letter-spacing: 0.050em;
}
.footer-info li strong {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.100em;
  text-transform: uppercase;
}
.footer-info li a:hover {
  color: #f5bbb3;
}
.footer-sm {
  padding: 22px 0 0;
}
.footer-sm .sm-list {
  font-size: 0;
}
.footer-sm .sm-list > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 34px;
  position: relative;
}
.footer-sm .sm-list > li:first-child {
  margin: 0 0 0 0;
}
.footer-sm .sm-list > li > span, .footer-sm .sm-list > li > a {
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  opacity: 1;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.footer-sm .sm-list > li > span:hover, .footer-sm .sm-list > li > a:hover {
  color: #f5bbb3;
}
.footer-sm .sm-list li ul {
  display: none;
  position: absolute;
  min-width: 200px;
  left: 0;
  top: 0;
  margin-left: 100%;
  padding: 0 0 0 10px;
}
.footer-sm .sm-list li:hover ul {
  display: block;
}
.footer-sm .sm-list li ul a {
  color: #fff;
  font-size: 15px;
  background: #014046;
  text-align: center;
  display: block;
  padding: 10px 5px;
}
.footer-sm .sm-list li ul a:hover {
  background: #fff;
  color: #014046;
}
.footer-copyright {
  position: relative;
  padding: 47px 0 0;
}
.footer-container {
  width: calc(100% - 30px);
  margin: 0 auto;
  max-width: 1312px;
}
.copyright-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.copyright {
  font-size: 12px;
  color: #bfbfbf;
  font-weight: 300;
  letter-spacing: 0.025em;
  width: 100%;
  text-align: center;
}
.copyright a[target] {
  font-weight: 700;
  text-decoration: underline;
}
.copyright a:hover {
  color: #fff;
}
.re-logos {
  display: flex;
  align-items: center;
  color: #0b838e;
  margin: 20px 0 0;
  width: 100%;
  justify-content: center;
}
.re-logos span {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
}
.re-logos .agentimage-logo {
  margin-left: 45px;
}
.cb-copyright {
  font-size: 10px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.020em;
  color: #bfbfbf;
  text-align: justify;
  text-align-last: center;
  margin: 23px 0 0;
}
/****Side Navigation****/
#scroll-down {
  position: fixed;
  top: 50vh;
  left: 0;
  z-index: 1003;
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  color: #888888;
  counter-reset: section;
  padding: 0 0 0 20px;
  pointer-events: none;
  opacity: 0;
}
#scroll-down ul {
  display: block;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  position: relative;
  padding: 30px 0 0;
  min-width: 280px;
  left: -125px;
}
#scroll-down ul li {
  flex-flow: row wrap;
  align-items: center;
  color: rgba(136, 149, 150, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.300em;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
#scroll-down ul li.longline {
  color: #fff;
}
#scroll-down ul li.longline::before {
  content: '';
  width: 125px;
  height: 1px;
  background: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -3px;
  right: 15px;
}
#scroll-down ul li span.scroll-section-number {
  font-weight: 800;
  color: #fff;
}
/*colors*/
#scroll-down ul li.aios-scroll-id-hp-qs span.scroll-section-number, #scroll-down ul li.aios-scroll-id-hp-wwwu span.scroll-section-number, #scroll-down ul li.aios-scroll-id-hp-testi span.scroll-section-number, #scroll-down ul li.aios-scroll-id-hp-media span.scroll-section-number, #scroll-down ul li.aios-scroll-id-hp-cta span.scroll-section-number, #scroll-down ul li.aios-scroll-id-hp-ig span.scroll-section-number, #scroll-down ul li.aios-scroll-id-footergit span.scroll-section-number {
  color: #37696b;
}
#scroll-down ul li.nav-active-section {
  opacity: 1;
}
#scroll-down ul li .scroll-section-title {
  position: relative;
  top: 0;
  right: 0;
  text-transform: uppercase;
  white-space: nowrap;
  transition: visibility 0.3s, opacity 0.3s ease-in-out, top 0.3s;
}
#scroll-down ul li:hover .scroll-section-title, #scroll-down ul li.nav-active-section .scroll-section-title {
  visibility: visible;
  opacity: 1;
}
#scroll-down ul li a {
  position: relative;
  border: solid 1px transparent;
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out, top 0.3s;
  cursor: pointer;
}
#scroll-down ul li.nav-active-section a, #scroll-down ul li a:hover, #scroll-down:not(.vertical-nav-active) ul li:first-child a {
  border: solid 1px #888888;
}
#scroll-down ul li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  background: #888888;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
#scroll-down ul li.nav-active-section a::before {
  background: #582c4e;
}
#scroll-down:not(.vertical-nav-active) ul li:first-child a::before {
  background: #FFF;
}
#scroll-down .scroll-down-text {
  display: block;
  margin-top: 13px;
  font-size: 11px;
  letter-spacing: 0.1em;
}
.footer-accessibility {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.020em;
  color: #bfbfbf;
  text-align: left;
  margin: 23px 0 0;
}
.footer-accessibility a {
  color: #bfbfbf;
  text-decoration: none;
}
.footer-accessibility a:hover {
  color: #FFF;
  text-decoration: none;
}
/****Side Navigation End****/


/*breadcrumbs*/
p#breadcrumbs a:hover {
  color: #ddd;
}

/*Join our network popup css*/
.aiosp-wrap .aiosp-container[class^="aiosp-container aiosp-inline-holder aiosp-ref-#join-network-wrapper"] .aios-popup-body, .aiosp-wrap .aiosp-ref-join-network-wrapper.aiosp-container .aios-popup-body {
  min-height: unset;
  width: auto;
  padding: 70px 40px;
}
.aiosp-bg {
  background-color: #014046;
}
.join-network-text {
  text-align: center;
}
.join-network-text span.join-network-heading {
  font-weight: 600;
  display: inline-block;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #014046;
  line-height: 1.2;
}
span.join-network-heading {
  padding-bottom: 40px;
  position: relative;
}
.join-network-text span.join-network-heading::after {
  content: '';
  width: 80%;
  height: 3px;
  background: #f7c1b9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
span.join-network-verbiage {
  display: block;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #6b6b6b;
  font-size: 15px;
  font-weight: 600;
  max-width: 550px;
  line-height: 1.7;
}
.aiosp-ref-join-network-wrapper button.aiosp-close {
  font-weight: 100;
  font-size: 80px;
  font-family: 'Spartan', sans-serif;
  top: 30px;
  right: 40px;
}
.join-network-form input[type="text"], .join-network-form input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 550px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.025em;
  color: #0f0f0f;
  border: 0px;
  border-bottom: 1px solid #b5b5b5;
  background: none;
  height: 72px;
  outline: 0;
  line-height: 1.2;
}
.join-network-submit {
  padding-top: 40px;
}
.join-network-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 160px;
  width: 100%;
  height: 62px;
  border: 2px solid #014046;
  color: #014046;
  font-family: "termina", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  background: url(../images/palm-2-hp.png) 25px center no-repeat;
  background-size: 18px auto;
  padding: 7px 0 7px 22px;
  outline: 0;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.join-network-form input[type="submit"]:hover {
  border: 2px solid rgba(245, 188, 180, 1);
}
/*Join our network popup css*/
.error-page-content-wrapper .error-forms input[type=tel] {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0;
  border: 1px solid #969696;
  border-radius: 0;
  outline: none;
  color: inherit;
  font-size: 13px;
  font-family: "Open Sans";
  padding: 3px 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.join-network-form .use-floating-validation-tip .wpcf7-not-valid-tip {
  min-width: 200px;
  text-align: center;
  top: 15px;
  left: 50px;
  padding: 10px 0;
}
/*Safari Remove background-attachment: fixed;*/
.safari-true #hp-wwwu, .safari-true #hp-testi, .safari-true #hp-tpn, .safari-true #hp-vid:before, .safari-true .footer-content {
  background-attachment: scroll;
}

.mobile-only {
  display: none !important;
}


.wpcf7-spinner {
  position: absolute;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: auto;
  bottom: 0;
  width: auto;
}
#wpcf7-f74845-o1 .wpcf7-form-control-wrap {
  display: block;
}
#wpcf7-f74845-o1 .use-floating-validation-tip .wpcf7-not-valid-tip {
  left: 5%;
  width: auto;
}
#wpcf7-f74845-o1 .wpcf7-response-output {
  color: #ffffff;
}


#hp-popup {
  position: fixed;
  z-index: 1010;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
  height: 100vh;
  opacity: 0;
  pointer-events: none;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
#hp-popup.active {
  z-index: 1040;
  opacity: 1;
  pointer-events: auto;
}
.popup-content {
  padding: 30px 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.popup-bd {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
}
.popup-container {
  width: 570px;
  max-width: calc(100% - 30px);
  position: relative;
  z-index: 1;
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
#hp-popup.active .popup-container {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
}
.popup-close {
  font-size: 18px;
  color: #fff;
  position: absolute;
  cursor: pointer;
  left: calc(100% + 22px);
  top: 8px;
}
.popup-close:hover {
  color: #ffd8cd;
}
.popup-wrap {
  position: relative;
  background: #0d494f;
}
.popup-inner {
  display: flex;
  flex-flow: row-reverse wrap;
  justify-content: center;
}
.popup-logo.main {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 0 0;
  pointer-events: none;
}
.popup-logo-inner {
  position: relative;
  max-width: 149px;
  padding: 29px 32px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
}
.popup-logo-inner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #014046;
  opacity: 0.95;
}
.popup-logo-inner img {
  position: relative;
  z-index: 1;
}
.popup-col.photo {
  width: 50.088%;
  position: relative;
  z-index: 0;
}
.popup-img {
  position: relative;
}
.popup-img:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 1px solid #ffd8cd;
}
.popup-img canvas {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: auto;
}
.popup-img img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.popup-col.det {
  width: 100%;
  position: relative;
  z-index: 1;
}
.popup-inner:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/popup-bg.jpg) left center no-repeat;
  background-size: cover;
}
.popup-det {
  padding: 199px 65px 30px 65px;
  position: relative;
  z-index: 1;
}
.popup-thousand {
  max-width: 275px;
}
.popup-desc {
  color: #fff;
  font-family: "termina", sans-serif;
  text-transform: uppercase;
}
.popup-desc_00 span {
  display: block;
  font-size: 14px;
  text-align: center;
}
.popup-desc_01 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 7px 0 0;
}
.popup-desc_01 em {
  font-style: normal;
  font-size: 80px;
}
.popup-desc_01 span {
  display: block;
  font-size: 19px;
  line-height: normal;
  margin: -6px 0 0;
  font-weight: 600;
  text-align: center;
}
.popup-desc_02 {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-top: 3px solid #ffd8cd;
  border-bottom: 3px solid #ffd8cd;
  padding: 14px 0 15px;
  margin: 14px 0 21px;
}
.popup-desc_02 em {
  font-style: normal;
  font-size: 80px;
}
.popup-desc_02 em sup {
  font-size: 60%;
}
.popup-desc_02 span {
  display: block;
  font-size: 19px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  margin: -6px 0 0;
}
.popup-desc_02 span:last-child {
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 1px 0 0;
}
.popup-desc_03 {
  font-size: 14px;
  line-height: 1.571;
  margin: 16px 0 0;
  text-align: center;
}
.popup-logos {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.popup-logos span {
  display: block;
  font-size: 14px;
  text-align: center;
}
.popup-logos img:first-of-type {
  margin: 16px 0 0
}
.popup-logos img:last-of-type {
  margin: 14px 0 0
}
.popup-desc_01 em span {
  display: inline-block;
  font-size: 44px;
}
.popup-desc_02 em sup {
  font-size: 44px;
}
.popup-form-widget, .popup-form-widget form, .popup-form-title, .popup-form-caption, .popup-form, .popup-form-field {
  display: block;
  position: relative;
}
.popup-form-title {
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.popup-form-title h2 {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.popup-form-title:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 242px;
  max-width: 100%;
  height: 3px;
  background-color: #f7c1b9;
  pointer-events: none;
}
.popup-form-caption {
  margin-bottom: 5px;
}
.popup-form-caption p {
  font-size: 15px;
  line-height: 25px;
  color: #a3b1b2;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.popup-form-field input:not([type=submit]) {
  width: 100%;
  height: 75px;
  background-color: transparent;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, .80) !important;
  font-size: 14px;
  line-height: normal;
  color: #8e8e8e;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0;
  outline: none !important;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Roboto", sans-serif;
}
.popup-form-field.form-submit input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  margin: 0 auto;
  text-align: center;
  max-width: 160px;
  width: 100%;
  height: 62px;
  border: 2px solid rgba(245, 188, 180, 0);
  color: #fff;
  font-family: "termina", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  background: url(../images/palm-1-hp.png) 12px center no-repeat;
  background-size: 18px auto;
  padding: 7px 0 7px 22px;
  outline: 0;
  transition: all ease .4s;
  -moz-transition: all ease .4s;
  -webkit-transition: all ease .4s;
}
.popup-form-field.form-submit input[type=submit]:hover {
  border: 2px solid rgba(245, 188, 180, 1);
}
.popup-form-field.form-submit {
  margin-top: 40px;
}
.popup-form-widget .wpcf7 form .wpcf7-response-output {
  bottom: -40px;
  left: 0;
  width: 100%;
  max-width: 100%;
  color: #fff;
  font-size: 11px;
  margin: 0 auto;
  padding: 3px;
}
.popup-form-widget .use-floating-validation-tip .wpcf7-not-valid-tip {
  top: 20%;
  left: 20%;
  bottom: auto;
  font-size: 12px;
}
.popup-form-widget .wpcf7-spinner {
  position: absolute;
  bottom: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.popup-form .captcha-image {
  color: #a3b1b2;
}
.popup-form .captcha-image label svg {
  color: #a3b1b2;
}


.wpcf7-form-control-wrap.kc_captcha {
  margin: 30px auto;
  display: block;
  width: fit-content;
  color: #014046 !important;
  text-align: center;
}
.wpcf7-form-control-wrap.kc_captcha label {
  color: #014046 !important;
}
.wpcf7-form-control-wrap.kc_captcha .cf7ic_instructions {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
.contact-form-wrap .wpcf7-form-control-wrap.kc_captcha, .contact-form-wrap .wpcf7-form-control-wrap.kc_captcha label, .agtd-form .wpcf7-form-control-wrap.kc_captcha label, .agtd-form .wpcf7-form-control-wrap.kc_captcha {
  color: #fff !important;
}
#form-errors {
  color: #a94442;
  font-size: 16px;
  background-color: white;
  border: 1px solid #a94442;
  padding: 16px;
  display: block;
  margin: auto;
  width: fit-content;
}

.star_rating_display img:nth-child(n+6) {    display: none;}
.aios-slider.aios-slider-template-default .aios-slider-splide .aios-slider-tagline {
  padding: 1rem 5rem 3%!important;
  background: transparent!important;
}

/* Floating Form */
.floating-button {
    position: fixed;
    bottom: 13px;
    left: 80px;
    z-index: 99991;
    transform: translateY(500px);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
}
.floating-button.active{
    transform: translateY(0);
}
.floating-button-trigger button{
    display: block;
    margin: 0 0;
    max-width: 220px;
    text-align: center;
    width: 100%;
    border: 2px solid #f5bbb3;
    color: #014046;
    font-family: "termina", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    padding: 15px;
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    border-radius: 50px;
    animation: shadowPulse 2s infinite;
}
.floating-button-trigger button:hover{
    background: #f5bbb3;
}
.floating-button-trigger button span{
    display: inline-block;
    vertical-align: middle;
    background: url(../images/palm-2-hp.png) left center no-repeat;
    background-size: 18px auto;
    padding: 7px 0 7px 27px;
}
.floating-button-popup{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(-200%) scale(0.7);
    transition: all ease .4s;
    -moz-transition: all ease .4s;
    -webkit-transition: all ease .4s;
    min-width: 800px;
    background: url('../images/ip-contact-form-bg.jpg');
    background-size: cover;
    background-position: center;
    padding: 40px;
    transform-origin: left bottom;
}
.floating-button-popup.active{
    transform: translateX(0) scale(0.7);
}
.floating-form-wrap {
    position: relative;
    margin-top: 32px;
    font-size: 0;
    margin: 32px -10px 0;
}
.floating-button-popup-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding: 15px;
}
.floating-button-popup-close button {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 23px;
    transition: all ease 0.4s;
}
.floating-button-popup-close button:hover {
    opacity: 0.7;
}
.floating-button-popup-body-title h2 {
    font-size: 35px;
    font-weight: 300;
    line-height: 80px;
    text-transform: uppercase;
    color: #fff;
}
.floating-form-wrap span.wpcf7-not-valid-tip {
    font-size: 12px;
    width: 170px;
    margin: 24px 0;
}
.floating-form-wrap .wpcf7-response-output {
    width: 100%;
    margin: 0 !important;
    font-size: 12px;
    color: #fff;
    text-align: center;
    padding: 7px !important;
    top: 100%;
}
.floating-form-field-submit .wpcf7-spinner {
    margin: 0;
    top: calc(100% + 10px);
}
.floating-form-field-input-container {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 27px;
    padding: 0 10px;
}
.floating-form-wrap span.captcha-image {
    filter: brightness(0) invert(1);
}
.floating-form-field-input-container.floating-form-field-access,
.floating-form-field-input-container.floating-form-field-email,
.floating-form-field-input-container.floating-form-field-message {
    width: 100%;
}
.floating-form-field-input-container input {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-family: 'Spartan';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 1.5;
    border-bottom: 1px solid #b5b5b5;
    background-color: transparent;
    line-height: normal;
}
.floating-form-field-input-container select,
.floating-form-field-input-container textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border: none;
    font-family: 'Spartan';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    display: block;
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #b5b5b5;
    background-color: transparent;
    line-height: normal;
}
.floating-form-field-input-container input::placeholder,
.floating-form-field-input-container select,
.floating-form-field-input-container textarea::placeholder {
    text-transform: uppercase;
}
.floating-form-field-input-container label[data-acsb-hidden="true"]{
  display: none;
}
.floating-form-field-input-container select option {
    color: #000;
}
.floating-form-field-input-container textarea {
    resize: none;
    height: 80px;
}
.floating-form-field-checkbox-container.floating-form-field-subscribe,
.floating-form-field-checkbox-container.floating-form-field-agree {
    margin-top: 3px;
    padding: 0 10px;
}
.floating-form-field-checkbox-container.floating-form-field-subscribe input,
.floating-form-field-checkbox-container.floating-form-field-agree input {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    width: 28px;
    height: 28px;
    margin-top: 0;
    margin-right: 18px;
    cursor: pointer;
}
.floating-form-field-checkbox-container.floating-form-field-subscribe .wpcf7-list-item-label,
.floating-form-field-checkbox-container.floating-form-field-agree .wpcf7-list-item-label {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Spartan';
    font-size: 12px;
    font-weight: 300;
    color: #e3e3e3;
}
.floating-form-field-checkbox-container.floating-form-field-subscribe .wpcf7-list-item.last,
.floating-form-field-checkbox-container.floating-form-field-agree .wpcf7-list-item.last{
    display: none;
}
.floating-form-field-checkbox-container.floating-form-field-agree .wpcf7-list-item-label a:hover {
    color: #fff;
}
.floating-form-field-checkbox-container.floating-form-field-agree {
    margin: 25px 0 0;
}
    .floating-form-field-checkbox-container.floating-form-field-agree label {
        display: flex;
        flex-flow: row wrap;
    }
    .floating-form-field-checkbox-container.floating-form-field-agree .wpcf7-list-item-label {
        width: calc(100% - 50px);
        line-height: 1.5;
    }
.floating-form-field-submit {
    margin: 15px auto;
    position: relative;
    display: block;
    text-align: center;
    height: 50px;
}
.floating-form-field-submit input:hover {
    border: 2px solid #f5bbb3;
}
.floating-form-field-submit input {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.025em;
    color: #fff;
    text-transform: uppercase;
    border: 0 none;
    display: inline-block;
    padding: 22px 10px 22px 40px;
    background: url(../images/ip-contact-submit-icon.png) 10px center no-repeat;
    font-family: 'Termina';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.floating-form-field-submit input:hover {
    opacity: .7;
}