@charset "UTF-8";
.hide, .skip {
  position: absolute;
  top: -9999px;
  left: -9999px; }

.float-center, .outer {
  float: right;
  position: relative;
  left: -50%;
  text-align: left;
  margin-bottom: 40px; }

.floated, .inner {
  position: relative;
  left: 50%;
  height: auto; }

.section {
  float: left;
  width: 100%;
  position: relative; }

.flex-video.vimeo {
  padding-top: 0; }

.flex-video.widescreen {
  padding-bottom: 54.7%; }

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }

.flex-video {
  height: 0;
  margin-bottom: 0.88889rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.38889rem;
  position: relative; }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  font: inherit;
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 15px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: .15s;
  transition-property: opacity,filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent; }

.hamburger.is-active:hover, .hamburger:hover {
  opacity: .7; }

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #fff; }

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px; }

.hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #fff; }

.hamburger-inner:after, .hamburger-inner:before {
  display: block;
  content: ""; }

.hamburger-inner:before {
  top: -10px; }

.hamburger-inner:after {
  bottom: -10px; }

.hamburger--3dx .hamburger-box {
  perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx .hamburger-inner:after, .hamburger--3dx .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx.is-active .hamburger-inner {
  transform: rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r .hamburger-inner:after, .hamburger--3dx-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dx-r.is-active .hamburger-inner {
  transform: rotateY(-180deg);
  background-color: transparent !important; }

.hamburger--3dx-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy .hamburger-box {
  perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy .hamburger-inner:after, .hamburger--3dy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy.is-active .hamburger-inner {
  transform: rotateX(-180deg);
  background-color: transparent !important; }

.hamburger--3dy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r .hamburger-inner:after, .hamburger--3dy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dy-r.is-active .hamburger-inner {
  transform: rotateX(180deg);
  background-color: transparent !important; }

.hamburger--3dy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy .hamburger-inner:after, .hamburger--3dxy .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg);
  background-color: transparent !important; }

.hamburger--3dxy.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--3dxy-r .hamburger-box {
  perspective: 80px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r .hamburger-inner:after, .hamburger--3dxy-r .hamburger-inner:before {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s; }

.hamburger--3dxy-r.is-active .hamburger-inner {
  transform: rotateX(180deg) rotateY(180deg) rotate(-180deg);
  background-color: transparent !important; }

.hamburger--3dxy-r.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dxy-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--arrow.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrow.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrow-r.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowalt.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r .hamburger-inner:before {
  transition: top 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner:after {
  transition: bottom 0.1s ease 0.1s, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowalt-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease, transform 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn.is-active .hamburger-inner:before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--arrowturn.is-active .hamburger-inner:after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }

.hamburger--arrowturn-r.is-active .hamburger-inner:before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scaleX(0.7); }

.hamburger--arrowturn-r.is-active .hamburger-inner:after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scaleX(0.7); }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner:after, .hamburger--boring .hamburger-inner:before {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--collapse .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--collapse.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(-90deg); }

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: .13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--collapse-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner:before {
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(45deg); }

.hamburger--collapse-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
  opacity: 0; }

.hamburger--collapse-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
  transform: rotate(90deg); }

.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s; }

.hamburger--elastic .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s; }

.hamburger--elastic .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(135deg); }

.hamburger--elastic.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(-270deg); }

.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-duration: .275s; }

.hamburger--elastic-r .hamburger-inner:before {
  top: 10px;
  transition: opacity .125s ease .275s; }

.hamburger--elastic-r .hamburger-inner:after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transition-delay: 75ms;
  transform: translate3d(0, 10px, 0) rotate(-135deg); }

.hamburger--elastic-r.is-active .hamburger-inner:before {
  transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner:after {
  transition-delay: 75ms;
  transform: translate3d(0, -20px, 0) rotate(270deg); }

.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic.is-active .hamburger-inner:before {
  top: -80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, 80px, 0) rotate(45deg); }

.hamburger--emphatic.is-active .hamburger-inner:after {
  top: -80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg); }

.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color .125s ease-in .175s; }

.hamburger--emphatic-r .hamburger-inner:before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, left 0.125s ease-in 0.175s; }

.hamburger--emphatic-r .hamburger-inner:after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s linear 0.125s, right 0.125s ease-in 0.175s; }

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important; }

.hamburger--emphatic-r.is-active .hamburger-inner:before {
  top: 80px;
  left: -80px;
  transition: left 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(80px, -80px, 0) rotate(-45deg); }

.hamburger--emphatic-r.is-active .hamburger-inner:after {
  top: 80px;
  right: -80px;
  transition: right 0.125s ease-out, top 0.05s linear 0.125s, transform 0.125s cubic-bezier(0.075, 0.82, 0.165, 1) 0.175s;
  transform: translate3d(-80px, -80px, 0) rotate(45deg); }

.hamburger--minus .hamburger-inner:after, .hamburger--minus .hamburger-inner:before {
  transition: bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner:after, .hamburger--minus.is-active .hamburger-inner:before {
  transition: bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s;
  opacity: 0; }

.hamburger--minus.is-active .hamburger-inner:before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner:after {
  bottom: 0; }

.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger--slider .hamburger-inner:after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(-90deg); }

.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner:before {
  top: 10px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform,opacity; }

.hamburger--slider-r .hamburger-inner:after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner:before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner:after {
  transform: translate3d(0, -20px, 0) rotate(90deg); }

.hamburger--spin .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s; }

.hamburger--spin .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(225deg); }

.hamburger--spin.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--spin-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .22s; }

.hamburger--spin-r .hamburger-inner:before {
  transition: top .1s ease-in .25s,opacity .1s ease-in; }

.hamburger--spin-r .hamburger-inner:after {
  transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-225deg); }

.hamburger--spin-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top .1s ease-out,opacity .1s ease-out .12s;
  opacity: 0; }

.hamburger--spin-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(90deg); }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s linear .13s; }

.hamburger--spring .hamburger-inner:before {
  top: 10px;
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner:after {
  top: 20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: .22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: .13s; }

.hamburger--spring-r .hamburger-inner:after {
  top: -20px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0s linear; }

.hamburger--spring-r .hamburger-inner:before {
  transition: top 0.1s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, -10px, 0) rotate(-45deg); }

.hamburger--spring-r.is-active .hamburger-inner:after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s linear 0.22s;
  opacity: 0; }

.hamburger--spring-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.15s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.22s;
  transform: rotate(90deg); }

.hamburger--stand .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(90deg);
  background-color: transparent !important; }

.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--stand-r .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0.15s, background-color 0s linear 75ms; }

.hamburger--stand-r .hamburger-inner:before {
  transition: top 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r .hamburger-inner:after {
  transition: bottom 75ms ease-in 75ms, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s; }

.hamburger--stand-r.is-active .hamburger-inner {
  transition: transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0s, background-color 0s linear 0.15s;
  transform: rotate(-90deg);
  background-color: transparent !important; }

.hamburger--stand-r.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(-45deg); }

.hamburger--stand-r.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease-out 0.1s, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transform: rotate(45deg); }

.hamburger--squeeze .hamburger-inner {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-duration: 75ms; }

.hamburger--squeeze .hamburger-inner:before {
  transition: top 75ms ease .12s,opacity 75ms ease; }

.hamburger--squeeze .hamburger-inner:after {
  transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transition-delay: .12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(45deg); }

.hamburger--squeeze.is-active .hamburger-inner:before {
  top: 0;
  transition: top 75ms ease,opacity 75ms ease .12s;
  opacity: 0; }

.hamburger--squeeze.is-active .hamburger-inner:after {
  bottom: 0;
  transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transform: rotate(-90deg); }

.hamburger--vortex .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s; }

.hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex .hamburger-inner:before {
  transition-property: top,opacity; }

.hamburger--vortex .hamburger-inner:after {
  transition-property: bottom,transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(765deg); }

.hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(90deg); }

.hamburger--vortex-r .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: .2s; }

.hamburger--vortex-r .hamburger-inner:after, .hamburger--vortex-r .hamburger-inner:before {
  transition-delay: .1s;
  transition-timing-function: linear;
  transition-duration: 0s; }

.hamburger--vortex-r .hamburger-inner:before {
  transition-property: top,opacity; }

.hamburger--vortex-r .hamburger-inner:after {
  transition-property: bottom,transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(-765deg); }

.hamburger--vortex-r.is-active .hamburger-inner:after, .hamburger--vortex-r.is-active .hamburger-inner:before {
  transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner:before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(-90deg); }

.hamburger--header {
  margin-right: -5px;
  padding-right: 0;
  padding-left: 5px;
  cursor: default;
  vertical-align: middle; }

.hamburger--header .hamburger-inner, .hamburger--header .hamburger-inner:after, .hamburger--header .hamburger-inner:before, .hamburger--header.is-active .hamburger-inner, .hamburger--header.is-active .hamburger-inner:after, .hamburger--header.is-active .hamburger-inner:before {
  background-color: #222; }

.hamburger--header.hamburger--elastic .hamburger-inner, .hamburger--header.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--header:hover {
  opacity: 1; }

.hamburger-wrap {
  text-align: center; }

.hamburger--accessible {
  display: inline-block; }

.hamburger--accessible .hamburger-box {
  display: inline-block;
  vertical-align: middle; }

.hamburger--accessible .hamburger-inner, .hamburger--accessible .hamburger-inner:after, .hamburger--accessible .hamburger-inner:before, .hamburger--accessible.is-active .hamburger-inner, .hamburger--accessible.is-active .hamburger-inner:after, .hamburger--accessible.is-active .hamburger-inner:before {
  background-color: #222; }

.hamburger-label {
  font-weight: 600;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-transform: uppercase; }

.hamburger-label-hidden {
  display: none; }

.name {
  font-size: .8em;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25em;
  padding-top: 2em;
  color: #fff; }

.information-directions {
  font-size: 14px;
  width: 100%; }

.browsers, .types {
  padding-left: 0;
  list-style: none; }

.browsers li, .types li {
  margin-bottom: .25em; }

.browsers {
  padding-left: 1em;
  column-count: 2; }

.hint {
  display: none;
  margin-bottom: 1em; }

.hint.is-visible {
  display: block; }

@media only screen and (min-width: 320px) {
  .browsers {
    column-count: 2; } }
@media only screen and (min-width: 480px) {
  .types {
    column-count: 2; }

  .browsers {
    column-count: 3; } }
@media only screen and (min-width: 640px) {
  .information-directions {
    font-size: 15px; } }
#carbonads {
  padding-top: 20px;
  padding-bottom: 40px; }

#carbonads a {
  text-decoration: none; }

#carbonads > span {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto; }

.carbon-wrap {
  position: relative;
  display: table;
  width: 100%; }

.carbon-img, .carbon-text {
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

.carbon-img {
  background-color: #fff; }

.carbon-img img {
  display: block; }

.carbon-text {
  font-size: 12px;
  line-height: 1.2;
  padding-left: 15px; }

.carbon-poweredby {
  font-size: 11px;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 130px;
  text-align: center;
  color: #999; }

@media only screen and (min-width: 1280px) {
  #carbonads {
    position: absolute;
    top: 45px;
    right: 30px;
    padding-top: 0;
    padding-bottom: 0; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/icons/loading.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 10;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #333;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0;
  width: 54px;
  height: 128px;
  background: url(../images/icons/arrow.jpg) no-repeat 0 0;
  background-size: 100% 100%;
  /*left: -25px;
  [dir="rtl"] & {
      left: auto;
      right: -25px;
  }
  &:before {
      content: $slick-prev-character;
      [dir="rtl"] & {
          content: $slick-next-character;
      }
  }*/ }
  @media (max-width: 767px) {
    .slick-prev {
      width: 27px;
      height: 64px; } }

.slick-next {
  margin-top: -64px;
  right: 0;
  width: 54px;
  height: 128px;
  background: url(../images/icons/arrow.jpg) no-repeat 0 0;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  background-size: 100% 100%;
  /*
  right: -25px;
  [dir="rtl"] & {
      left: -25px;
      right: auto;
  }
  &:before {
      content: $slick-next-character;
      [dir="rtl"] & {
          content: $slick-prev-character;
      }
  }*/ }
  @media (max-width: 767px) {
    .slick-next {
      width: 27px;
      height: 64px;
      margin-top: -32px; } }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

body {
  font-family: "Lato", "Open Sans", sans-serif;
  font-size: 62.5%;
  color: #231F20;
  background: #fff;
  min-width: 320px; }
  body.top section.body,
  body.top section.footer,
  body.top section.copyright {
    position: relative;
    top: 100%;
    overflow: hidden; }
  body.top > form {
    position: absolute;
    width: 100%;
    height: 100%; }

* {
  padding: 0;
  margin: 0;
  font-weight: normal; }

a {
  color: #449233; }
  a:hover {
    text-decoration: underline; }
  a.no-cursor {
    text-decoration: none;
    cursor: default; }

ul {
  margin-left: 1.4rem; }

h1 {
  font-size: 5.5em;
  padding: 0 0 20px;
  color: #0B1B2E;
  font-weight: 400;
  line-height: 1.1em;
  font-style: italic; }
  h1 strong {
    font-weight: 900; }
  @media (max-width: 767px) {
    h1 {
      font-size: 2.8em; } }

h2 {
  font-size: 3.6em;
  padding: 0 0 20px;
  color: #0B1B2E;
  font-weight: 700;
  line-height: 1.3em; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.2em; } }

h3 {
  font-size: 2.7em;
  padding: 0 0 20px;
  color: #0B1B2E;
  font-weight: 700;
  line-height: 1.3em; }
  @media (max-width: 767px) {
    h3 {
      font-size: 2em; } }

h4 {
  font-size: 2em;
  padding: 0 0 20px;
  color: #233a74;
  font-weight: 700;
  line-height: 1.3em; }
  @media (max-width: 767px) {
    h4 {
      font-size: 1.6em; } }

h5 {
  font-size: 1.2em;
  padding: 0 0 20px;
  color: #0B1B2E;
  font-weight: 400;
  line-height: 1.3em; }

h6 {
  font-size: 1em;
  padding: 0 0 16px;
  color: #0B1B2E;
  font-weight: 400;
  line-height: 1.1em; }

p {
  padding: 0 0 22px;
  font-size: 1.6em;
  color: #0B1B2E;
  line-height: 1.5em;
  word-break: break-word;
  font-weight: 400; }
  @media (max-width: 767px) {
    p {
      font-size: 1.4em; } }

li {
  color: #0B1B2E; }

hr {
  width: 70%;
  margin: 20px auto;
  border-color: #444; }
  hr.full {
    width: 100%;
    border-color: #8FA3AF; }

blockquote {
  padding: 10px 30px;
  font-style: italic;
  font-size: 1.25em; }

.body-copy ul, .body-copy ol {
  font-size: 1.6em; }
.body-copy li {
  font-size: 1em;
  color: #0B1B2E;
  line-height: 1.5em;
  word-break: break-word;
  font-weight: 400;
  padding: 0 0 5px; }

.applicant-check {
  margin: 0 0 51px;
  float: left;
  width: 100%; }
  .applicant-check .passbase-surround {
    float: left;
    width: 100%; }
    .applicant-check .passbase-surround > div {
      float: left; }
    .applicant-check .passbase-surround > a {
      float: left;
      height: 50px;
      line-height: 29px; }

ul.arrows {
  list-style: none;
  margin-left: 0; }
  ul.arrows li {
    padding-left: 25px;
    position: relative; }
    ul.arrows li:before {
      position: absolute;
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      top: 4px;
      left: 0;
      font-size: 14px;
      color: #449233;
      font-weight: 700; }

ul.ticks {
  list-style: none;
  margin-left: 0; }
  ul.ticks li {
    padding-left: 25px;
    position: relative; }
    ul.ticks li:before {
      position: absolute;
      content: '\f061';
      font-family: "Font Awesome 5 Pro";
      top: 4px;
      left: 0;
      font-size: 12px; }

.cta, .content-area.multiple-cta-widget .cta-text ul li a, .content-area form input[type=submit], .poploc-filter ul li a {
  font-size: 16px;
  padding: 10px 34px;
  color: #10A733;
  background: #fff;
  border: 1px solid #C2C2C2;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.4s;
  font-weight: 600;
  line-height: 1.45em;
  font-family: "Lato", "Open Sans", sans-serif; }
  @media (max-width: 767px) {
    .cta, .content-area.multiple-cta-widget .cta-text ul li a, .content-area form input[type=submit], .poploc-filter ul li a {
      font-size: 14px;
      margin-bottom: 15px; } }
  .cta:hover, .content-area.multiple-cta-widget .cta-text ul li a:hover, .content-area form input[type=submit]:hover, .poploc-filter ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #10A733;
    border-color: #10A733;
    cursor: pointer; }
  .cta.cta2, .content-area.multiple-cta-widget .cta-text ul li a.cta2, .content-area.multiple-cta-widget .cta-text .poploc-filter ul li a.selected, .poploc-filter .content-area.multiple-cta-widget .cta-text ul li a.selected, .content-area form input[type=submit], .poploc-filter ul li a.cta2, .poploc-filter ul li a.selected {
    color: #fff;
    background: #10A733;
    border-color: #10A733; }
    .cta.cta2:hover, .content-area.multiple-cta-widget .cta-text ul li a.cta2:hover, .content-area form input[type=submit]:hover, .poploc-filter ul li a.cta2:hover, .poploc-filter ul li a.selected:hover {
      background: #004b35;
      border-color: #004b35; }
  .cta.cta3, .content-area.multiple-cta-widget .cta-text ul li a.cta3, .content-area form input.cta3[type=submit], .poploc-filter ul li a.cta3 {
    color: #fff;
    background: #BCCBD5;
    border-color: #BCCBD5; }
    .cta.cta3:hover, .content-area.multiple-cta-widget .cta-text ul li a.cta3:hover, .content-area form input.cta3[type=submit]:hover, .poploc-filter ul li a.cta3:hover {
      background: #BCCBD5;
      border-color: #BCCBD5; }
  .cta.cta4, .content-area.multiple-cta-widget .cta-text ul li a.cta4, .content-area form input.cta4[type=submit], .poploc-filter ul li a.cta4 {
    color: #fff;
    background: #850057;
    border-color: #850057; }
    .cta.cta4:hover, .content-area.multiple-cta-widget .cta-text ul li a.cta4:hover, .content-area form input.cta4[type=submit]:hover, .poploc-filter ul li a.cta4:hover {
      background: #0B1B2E;
      border-color: #0B1B2E; }
  .cta.cta5, .content-area.multiple-cta-widget .cta-text ul li a.cta5, .content-area form input.cta5[type=submit], .poploc-filter ul li a.cta5 {
    color: #0B1B2E;
    background: #F2F5F7;
    border-color: #F2F5F7;
    margin: 0 15px 0 0; }
    .cta.cta5:hover, .content-area.multiple-cta-widget .cta-text ul li a.cta5:hover, .content-area form input.cta5[type=submit]:hover, .poploc-filter ul li a.cta5:hover {
      color: #F2F5F7;
      background: #0B1B2E;
      border-color: #0B1B2E; }
  .cta.cta6, .content-area.multiple-cta-widget .cta-text ul li a.cta6, .content-area form input.cta6[type=submit], .poploc-filter ul li a.cta6 {
    color: #0B1B2E;
    background: #fff;
    border-color: #fff;
    margin: 0 15px 0 0; }
    .cta.cta6:hover, .content-area.multiple-cta-widget .cta-text ul li a.cta6:hover, .content-area form input.cta6[type=submit]:hover, .poploc-filter ul li a.cta6:hover {
      color: #F2F5F7;
      background: #0B1B2E;
      border-color: #0B1B2E; }
  .cta.cta7, .content-area.multiple-cta-widget .cta-text ul li a.cta7, .content-area form input.cta7[type=submit], .poploc-filter ul li a.cta7 {
    color: #fff;
    background: #0B1B2E;
    border-color: #0B1B2E;
    margin: 0 15px 0 0; }
    .cta.cta7:hover, .content-area.multiple-cta-widget .cta-text ul li a.cta7:hover, .content-area form input.cta7[type=submit]:hover, .poploc-filter ul li a.cta7:hover {
      color: #fff;
      background: #10A733;
      border-color: #10A733; }
  .cta.filter:after, .content-area.multiple-cta-widget .cta-text ul li a.filter:after, .content-area form input.filter[type=submit]:after, .poploc-filter ul li a.filter:after {
    content: '\f1de';
    font-family: "Font Awesome 5 Pro";
    padding: 0 0 0 6px;
    font-size: 12px; }
  .cta.arrow:after, .content-area.multiple-cta-widget .cta-text ul li a.arrow:after, .content-area form input.arrow[type=submit]:after, .poploc-filter ul li a.arrow:after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    padding: 0 0 0 6px;
    font-size: 12px; }
  .cta.back-arrow:before, .content-area.multiple-cta-widget .cta-text ul li a.back-arrow:before, .content-area form input.back-arrow[type=submit]:before, .poploc-filter ul li a.back-arrow:before {
    content: '\f053';
    font-family: "Font Awesome 5 Pro";
    padding: 0 6px 0 0;
    font-size: 12px; }
  .cta.full, .content-area.multiple-cta-widget .cta-text ul li a.full, .content-area form input.full[type=submit], .poploc-filter ul li a.full {
    display: block;
    text-align: center; }
  .cta.video:before, .content-area.multiple-cta-widget .cta-text ul li a.video:before, .content-area form input.video[type=submit]:before, .poploc-filter ul li a.video:before {
    content: '\f03d';
    font-family: "Font Awesome 5 Pro";
    padding: 0 10px 0 0;
    color: #8FA3AF;
    transition: all 0.4s; }
  .cta.video:hover:before, .content-area.multiple-cta-widget .cta-text ul li a.video:hover:before, .content-area form input.video[type=submit]:hover:before, .poploc-filter ul li a.video:hover:before {
    color: #fff; }
  .cta.tour:before, .content-area.multiple-cta-widget .cta-text ul li a.tour:before, .content-area form input.tour[type=submit]:before, .poploc-filter ul li a.tour:before {
    content: '\f729';
    font-family: "Font Awesome 5 Pro";
    padding: 0 10px 0 0;
    color: #8FA3AF;
    transition: all 0.4s; }
  .cta.tour:hover:before, .content-area.multiple-cta-widget .cta-text ul li a.tour:hover:before, .content-area form input.tour[type=submit]:hover:before, .poploc-filter ul li a.tour:hover:before {
    color: #fff; }
  .cta.equal, .content-area.multiple-cta-widget .cta-text ul li a.equal, .content-area form input.equal[type=submit], .poploc-filter ul li a.equal {
    width: 190px;
    text-align: center;
    margin: 0; }
    @media (max-width: 767px) {
      .cta.equal, .content-area.multiple-cta-widget .cta-text ul li a.equal, .content-area form input.equal[type=submit], .poploc-filter ul li a.equal {
        width: 45%;
        padding: 10px; } }
  .cta.download:after, .content-area.multiple-cta-widget .cta-text ul li a.download:after, .content-area form input.download[type=submit]:after, .poploc-filter ul li a.download:after {
    content: '\f56d';
    font-family: "Font Awesome 5 Pro";
    padding: 0 0 0 10px; }
  .cta.bin:before, .content-area.multiple-cta-widget .cta-text ul li a.bin:before, .content-area form input.bin[type=submit]:before, .poploc-filter ul li a.bin:before {
    content: '\f2ed';
    font-family: "Font Awesome 5 Pro";
    padding: 0 10px 0 0; }
  .cta:disabled, .content-area.multiple-cta-widget .cta-text ul li a:disabled, .content-area form input[type=submit]:disabled, .poploc-filter ul li a:disabled {
    cursor: default; }

.row {
  max-width: 1480px; }
  @media (min-width: 1025px) {
    .row {
      padding-right: 40px;
      padding-left: 40px; } }

section {
  float: left;
  width: 100%;
  overflow: hidden; }
  section.body {
    overflow: visible;
    margin-top: 92px; }
    @media (max-width: 1025px) {
      section.body {
        margin-top: 72px; } }
    section.body.overflow {
      overflow: hidden; }
  section.body-copy {
    padding: 50px 0; }
  section.grey-bg {
    background: #e6e6e6; }
  section.green-bg {
    background: #233a74; }
    section.green-bg * {
      color: #fff; }
  section.tabs {
    padding-top: 30px; }
  section.section-padding {
    padding: 50px 0; }
  section.section-padding-top {
    padding-top: 50px; }
  section.section-padding-bottom {
    padding-bottom: 50px; }

img {
  max-width: 100%; }
  img.full-width {
    width: 100%; }

.footer {
  background: #0B1B2E;
  color: #fff;
  padding: 64px 0 32px;
  color: #fff;
  position: relative;
  z-index: 2; }
  @media (max-width: 767px) {
    .footer {
      padding: 30px 0; } }
  .footer a {
    color: #fff; }
  .footer ul {
    font-size: 1.6em;
    margin: 0 0 20px;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .footer ul {
        font-size: 1.4em; } }
  .footer .kh-footer img {
    max-width: 130px;
    margin: 0 0 25px; }
  .footer p {
    color: #fff; }
  .footer .follow h4 {
    color: #fff;
    display: inline-block;
    font-size: 1.6em; }
  .footer .follow ul {
    display: inline-block;
    padding: 0 0 0 40px; }
    .footer .follow ul li {
      display: inline;
      margin: 0 8px; }
  .footer .accreditations {
    padding: 30px 0; }
    @media (max-width: 767px) {
      .footer .accreditations {
        padding: 10px 0 30px; } }
    .footer .accreditations img {
      max-width: 300px; }
  .footer .copyright {
    padding: 25px 0; }
    .footer .copyright p {
      font-size: 1.2em; }
  .footer .list-column p {
    padding: 0 0 4px; }
    .footer .list-column p a {
      font-weight: 700; }
  .footer .list-column a:after {
    content: '\f105';
    font-family: "Font Awesome 5 Pro";
    padding: 0;
    opacity: 0;
    transition: all 0.4s; }
  .footer .list-column a:hover {
    text-decoration: none; }
    .footer .list-column a:hover:after {
      opacity: 1;
      padding: 0 0 0 7px; }

.canvas-nav {
  position: fixed;
  top: 0;
  right: calc(-100vw/2);
  z-index: 125;
  width: 50%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  background: #233a74;
  padding: 116px 100px 60px 58px;
  transition: all 0.6s; }
  @media (max-width: 1023px) {
    .canvas-nav {
      width: 100%;
      right: -100%; } }
  @media (max-width: 767px) {
    .canvas-nav {
      padding: 70px 15px;
      font-size: 0.75em; } }
  .canvas-nav.open {
    right: 0px; }
  .canvas-nav h4 {
    font-size: 2.5em; }
    .canvas-nav h4 a {
      color: #8FA3AF;
      font-weight: 400;
      display: block;
      position: relative;
      transition: all 0.4s; }
      .canvas-nav h4 a:after {
        content: '\f054';
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        right: 0;
        transition: all 0.4s; }
      .canvas-nav h4 a:hover {
        color: #10A733;
        text-decoration: none; }
      .canvas-nav h4 a.open {
        color: #fff; }
        .canvas-nav h4 a.open:after {
          transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg); }
  .canvas-nav ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0 0 16px; }
    .canvas-nav ul li {
      font-size: 19px;
      padding: 0 0 8px; }
      .canvas-nav ul li a {
        color: #8FA3AF; }
        .canvas-nav ul li a:hover {
          color: #fff;
          text-decoration: none; }
        .canvas-nav ul li a:hover:after {
          content: '\f054';
          font-family: "Font Awesome 5 Pro";
          padding: 0 0 0 10px; }
  .canvas-nav .close-nav {
    position: absolute;
    top: 32px;
    right: 50px;
    color: #8FA3AF;
    font-size: 18px;
    padding: 0 44px 0 0;
    line-height: 30px; }
    @media (max-width: 1024px) {
      .canvas-nav .close-nav {
        right: 10px; } }
    @media (max-width: 767px) {
      .canvas-nav .close-nav {
        top: 20px;
        right: 17px; } }
    @media (min-width: 1480px) {
      .canvas-nav .close-nav {
        right: 0;
        margin-right: calc(100% - 674px); } }
    .canvas-nav .close-nav:hover {
      text-decoration: none;
      color: #fff; }
    .canvas-nav .close-nav i {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 30px; }

.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  left: 0;
  transition: padding 0.4s;
  padding: 27px 0 5px;
  transition: all 0.4s;
  height: 92px;
  min-width: 320px; }
  .header.opaque {
    opacity: 0.5; }
  @media (min-width: 768px) {
    .header {
      padding: 20px 0 16px; } }
  @media (max-width: 767px) {
    .header {
      height: 72px;
      padding: 10px 0 5px; } }
  .header button {
    float: right; }
    .header button em {
      color: #233a74;
      font-size: 18px;
      margin: 0;
      font-style: normal;
      line-height: 20px;
      display: inline-block;
      font-weight: 700;
      position: absolute;
      left: 0;
      top: 6px; }
  .header .hamburger-inner, .header .hamburger-inner:before, .header .hamburger-inner:after {
    width: 26px; }
  .header .hamburger-inner:before {
    top: 9px; }
  .header .hamburger-inner:after {
    top: 18px; }
  .header .hamburger {
    width: 106px;
    padding: 22px 0 2px;
    position: relative;
    float: right;
    margin: 10px 0 0; }
    .header .hamburger.hamburger.is-active em {
      color: #fff; }
    .header .hamburger:focus {
      outline: none; }
    @media (max-width: 767px) {
      .header .hamburger {
        padding: 10px 9px 2px;
        width: 40px;
        margin-right: 21px; }
        .header .hamburger em {
          display: none; } }
    @media (max-width: 400px) {
      .header .hamburger {
        margin-right: 0; } }
  .header .hamburger-box {
    top: 5px;
    right: 0;
    position: absolute;
    height: 23px; }
    @media (max-width: 767px) {
      .header .hamburger-box {
        width: 26px; } }
  .header .hamburger.is-active:hover, .header .hamburger:hover {
    opacity: 1; }
    .header .hamburger.is-active:hover em, .header .hamburger:hover em {
      color: #10A733; }
    .header .hamburger.is-active:hover .hamburger-inner, .header .hamburger.is-active:hover .hamburger-inner:before, .header .hamburger.is-active:hover .hamburger-inner:after, .header .hamburger:hover .hamburger-inner, .header .hamburger:hover .hamburger-inner:before, .header .hamburger:hover .hamburger-inner:after {
      background-color: #10A733; }
  .header img {
    width: 150px;
    max-width: 150px;
    top: 2px; }
  .header .head-logo {
    position: absolute;
    top: 0;
    left: 15px;
    transition: all 0.4s;
    opacity: 0; }
    .header .head-logo.is-active {
      opacity: 1; }
    @media (max-width: 767px) {
      .header .head-logo {
        top: 7px;
        max-width: 150px; } }
  .header .log {
    text-align: right;
    width: auto;
    text-align: right;
    float: right;
    position: relative;
    margin: 15px 25px; }
    .header .log > .log {
      margin: 0; }
    @media (max-width: 767px) {
      .header .log {
        width: 30px;
        position: absolute;
        top: 15px;
        margin: 0;
        right: 80px; } }
    @media (max-width: 400px) {
      .header .log {
        right: 58px; } }
    .header .log .login {
      font-size: 1.8em;
      color: #233a74;
      text-decoration: none;
      float: right;
      padding: 0 48px 0 0; }
      @media (max-width: 767px) {
        .header .log .login {
          width: 26px;
          height: 26px;
          padding: 0; }
          .header .log .login:before {
            content: '\f2bd';
            font-family: "Font Awesome 5 Pro";
            font-size: 30px;
            margin: -5px 0 0;
            float: right; }
          .header .log .login:hover:before {
            content: '\f2bd';
            color: #10A733; } }
      .header .log .login span {
        font-weight: 700;
        text-decoration: none; }
        @media (max-width: 767px) {
          .header .log .login span {
            display: none; } }
        .header .log .login span i {
          position: absolute;
          right: 0;
          top: -3px;
          bottom: 0;
          font-size: 30px; }
        .header .log .login span.register i {
          color: #8FA3AF; }
        .header .log .login span.user-name i {
          color: #10A733; }
      .header .log .login .user-name {
        display: none; }
      @media (min-width: 768px) {
        .header .log .login.show-name:hover .register {
          display: none; }
        .header .log .login.show-name:hover .user-name {
          display: block; } }
      .header .log .login:hover span {
        color: #10A733; }
        .header .log .login:hover span i {
          color: #10A733; }

.head-search {
  float: right;
  margin: 10px 0 0; }
  @media (max-width: 767px) {
    .head-search {
      display: none;
      position: fixed;
      z-index: 102;
      top: 72px;
      width: 100%;
      left: 0;
      padding: 10px 15px;
      background: #10A733;
      margin: 0; } }
  @media (max-width: 767px) {
    .head-search.m-open {
      display: block; } }
  .head-search input {
    border: none; }
  .head-search .txt-search {
    width: 160px;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 12px;
    font-family: "Lato", "Open Sans", sans-serif;
    color: #5d5d5d;
    font-size: 14px;
    outline: none;
    margin: 0 12px 0 0; }
    @media (max-width: 820px) {
      .head-search .txt-search {
        width: 140px; } }
    @media (max-width: 767px) {
      .head-search .txt-search {
        width: 100%;
        border: none;
        padding: 10px 0 6px 0;
        border-top: 1px solid #fff;
        color: #fff;
        background: none; } }
    @media (max-width: 767px) {
      .head-search .txt-search::placeholder {
        color: white;
        opacity: 1; } }
    .head-search .txt-search:focus {
      color: #233a74;
      border-color: #233a74; }
      @media (max-width: 767px) {
        .head-search .txt-search:focus {
          color: #fff;
          border-color: #fff; } }
  .head-search .btn-search {
    float: right;
    width: 30px;
    height: 30px;
    background: url(../img/search-icon.png) no-repeat 0 0;
    background-size: 100% 100%;
    cursor: pointer; }
    @media (max-width: 767px) {
      .head-search .btn-search {
        display: none; } }

.m-search {
  display: none; }
  @media (max-width: 767px) {
    .m-search {
      display: block;
      position: absolute;
      right: 128px;
      top: 10px; } }
  @media (max-width: 400px) {
    .m-search {
      right: 100px; } }
  .m-search a {
    float: left;
    width: 30px;
    height: 30px;
    background: url(../img/search-icon.png) no-repeat 0 0;
    background-size: 100% 100%; }

body.menu-open .header {
  display: none; }
  body.menu-open .header .head-logo.is-active {
    opacity: 0; }

body:not(.menu-open) .header {
  background: #fff; }
  @media (min-width: 768px) {
    body:not(.menu-open) .header {
      padding: 20px 0 16px; } }
  @media (min-width: 1025px) {
    body:not(.menu-open) .header {
      padding: 20px 0 16px; } }
  body:not(.menu-open) .header img {
    max-width: 180px;
    top: 8px; }
    @media (max-width: 767px) {
      body:not(.menu-open) .header img {
        max-width: 150px;
        top: 7px; } }
  body:not(.menu-open) .header .hamburger {
    padding: 22px 0 2px; }
    @media (max-width: 767px) {
      body:not(.menu-open) .header .hamburger {
        padding: 11px 0 15px; } }
@media (min-width: 768px) {
  body:not(.menu-open) .site-cta {
    top: 31px; } }

body.grey-menu .header button:not(.is-active) em, body:not(.menu-open).scroll .header button em {
  color: #233a74; }
body.grey-menu .header button:not(.is-active) .hamburger-inner, body.grey-menu .header button:not(.is-active) .hamburger-inner:before, body.grey-menu .header button:not(.is-active) .hamburger-inner:after, body:not(.menu-open).scroll .header button .hamburger-inner, body:not(.menu-open).scroll .header button .hamburger-inner:before, body:not(.menu-open).scroll .header button .hamburger-inner:after {
  background-color: #233a74; }

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  background-color: #233a74; }

body.menu-open {
    /*position: fixed;
	width: 100%;
	overflow-y: scroll;*/
  overflow: hidden; }
  @media (max-width: 767px) {
    body.menu-open {
      position: fixed;
      width: 100%;
      height: 100%; } }
  body.menu-open .megamenu {
    transition: top 0s, opacity 0.5s;
    top: 0;
    opacity: 1;
    min-width: 320px; }
    body.menu-open .megamenu .mm-img {
      height: 100%; }
  body.menu-open .header-search, body.menu-open .dev-phone {
    display: none; }

.center-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: -150px; }

@media (min-width: 1024px) {
  .vcenter {
    position: absolute;
    height: 56%; }
    .vcenter > div {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }
@media (max-width: 1024px) {
  .vcenter {
    padding-top: 25px;
    padding-bottom: 25px; } }

.announcement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px; }
  @media (max-width: 1024px) {
    .announcement {
      top: 20px;
      padding: 10px 15px; } }
  @media (max-width: 767px) {
    .announcement {
      top: 0;
      padding: 10px; } }
  .announcement i {
    margin-right: 6px; }
  .announcement.black {
    background: #000; }
    .announcement.black p {
      color: #a38d6f;
      font-size: 16px;
      padding: 0; }
      @media (max-width: 1024px) {
        .announcement.black p {
          font-size: 14px; } }
      @media (max-width: 767px) {
        .announcement.black p {
          font-size: 12px; } }

.find-home {
  background: url(../img/hero-banner-1.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
  overflow: visible;
  min-height: calc(100vh - 150px); }
  @media (max-width: 1280px) {
    .find-home {
      min-height: calc(100vw / 2); } }
  @media (max-width: 767px) {
    .find-home {
      min-height: calc(100vw * 1.25); } }
  @media (max-width: 767px) {
    .find-home .center-child {
      top: calc(100vw/1.55);
      width: 90%; } }
  @media (max-width: 500px) {
    .find-home .center-child {
      top: calc(100vw/2);
      width: 90%; } }
  .find-home p {
    font-size: 2em;
    color: #0B1B2E;
    font-weight: 500;
    padding: 0 0 10px; }
    @media (max-width: 1024px) {
      .find-home p {
        font-size: 1.4em; } }
  .find-home h1 {
    padding: 0 0 30px; }
    @media (max-width: 1024px) {
      .find-home h1 {
        font-size: 3.8em; } }
    @media (max-width: 767px) {
      .find-home h1 strong {
        display: block; } }
  .find-home .find-box {
    width: 650px;
    background: #fff;
    border: 1px solid #BCCBD5;
    border-radius: 3px;
    padding: 0;
    position: relative;
    box-shadow: 1px 6px 6px #dcdcdc; }
    @media (max-width: 1024px) {
      .find-home .find-box {
        width: 100%;
        max-width: 650px; } }
    .find-home .find-box .txt-find {
      font-family: "Lato", "Open Sans", sans-serif;
      width: 100%;
      height: 56px;
      border: none;
      font-size: 18px;
      color: #0B1B2E;
      font-style: italic;
      padding: 10px 15px;
      position: relative;
      z-index: 10;
      outline: none; }
      @media (max-width: 767px) {
        .find-home .find-box .txt-find {
          font-size: 16px; } }
    .find-home .find-box .btn-find {
      position: absolute;
      z-index: 12;
      top: -1px;
      right: -1px;
      height: 58px;
      width: 67px;
      border: none;
      border-radius: 0 3px 3px 0;
      cursor: pointer;
      transition: all 0.4s;
      background: url(../images/icons/search.png) no-repeat center center #10A733;
      background-size: 24px; }
      .find-home .find-box .btn-find:hover {
        background-color: #004b35; }
  .find-home .find-extra {
    margin: 30px 0 0; }
    .find-home .find-extra a {
      display: inline-block;
      background: #fff;
      color: #0B1B2E;
      font-size: 14px;
      border: 1px solid #BCCBD5;
      padding: 6px 30px 8px;
      margin: 0 12px;
      border-radius: 3px;
      transition: all 0.4s; }
      @media (max-width: 767px) {
        .find-home .find-extra a {
          float: left;
          width: 48%;
          margin: 0;
          font-size: 13px;
          padding: 6px; }
          .find-home .find-extra a:before, .find-home .find-extra a:after {
            display: none; } }
      @media (max-width: 767px) {
        .find-home .find-extra a:last-child {
          float: right;
          width: 48%; } }
      .find-home .find-extra a:hover {
        background: #10A733;
        color: #fff;
        border-color: #10A733;
        text-decoration: none; }
      .find-home .find-extra a.loc:before {
        content: '\f3c5';
        font-family: "Font Awesome 5 Pro";
        color: #0B1B2E;
        padding: 0 8px 0 0;
        transition: all 0.4s;
        font-weight: 700; }
      .find-home .find-extra a.loc:hover:before {
        color: #fff; }
      .find-home .find-extra a.arrow:after {
        content: '\f105';
        font-family: "Font Awesome 5 Pro";
        color: #0B1B2E;
        padding: 0 0 0 8px;
        transition: all 0.4s; }
      .find-home .find-extra a.arrow:hover:after {
        color: #fff; }
  .find-home.v3 .center-child {
    background: #233a74;
    box-shadow: 0px 2px 6px 5px rgba(0, 0, 0, 0.2);
    z-index: 22; }
    @media (max-width: 1024px) {
      .find-home.v3 .center-child {
        width: 600px; } }
    @media (max-width: 700px) {
      .find-home.v3 .center-child {
        width: calc(100% - 50px); } }
    @media (max-width: 500px) {
      .find-home.v3 .center-child {
        top: calc(150vw/2); } }
    .find-home.v3 .center-child > p {
      padding: 18px 0 0;
      color: #bdd531;
      font-size: 2.2em;
      font-weight: 300; }
      @media (max-width: 600px) {
        .find-home.v3 .center-child > p {
          font-size: 2em; } }
      @media (max-width: 450px) {
        .find-home.v3 .center-child > p {
          font-size: 1.6em; } }
  .find-home.v3 h1 {
    font-weight: bold;
    color: #fff;
    font-size: 3.5em;
    padding-bottom: 30px;
    line-height: .8em;
    font-style: normal; }
    @media (max-width: 600px) {
      .find-home.v3 h1 {
        font-size: 2.6em; } }
    @media (max-width: 450px) {
      .find-home.v3 h1 {
        font-size: 2.2em; } }
  .find-home.v3 .find-extra {
    margin: 0; }
    .find-home.v3 .find-extra .arrow {
      display: none; }
    .find-home.v3 .find-extra a.loc {
      position: absolute;
      z-index: 30;
      right: 67px;
      bottom: 0;
      width: 50px;
      padding: 0;
      height: 56px;
      border: none;
      margin: 0;
      border-radius: 0; }
      .find-home.v3 .find-extra a.loc span {
        display: none; }
      .find-home.v3 .find-extra a.loc:before {
        content: '\f05b';
        color: #777;
        font-size: 28px;
        font-weight: 500;
        line-height: 56px; }
      .find-home.v3 .find-extra a.loc:hover {
        background: #fff; }
        .find-home.v3 .find-extra a.loc:hover:before {
          color: #233a74; }
  .find-home.v3 .find-box {
    border-radius: 0;
    border: none;
    box-shadow: none; }
    .find-home.v3 .find-box .txt-find {
      outline: none;
      -webkit-appearance: none;
      border-radius: 0; }
    .find-home.v3 .find-box .btn-find {
      border-radius: 0;
      top: 0;
      right: 0;
      height: 56px; }
  .find-home.v3 .alert-container .alert {
    padding: 15px 25px;
    border-radius: 15px; }
    .find-home.v3 .alert-container .alert p {
      font-weight: 500;
      width: calc(100% - 90px); }
    .find-home.v3 .alert-container .alert i {
      margin: 0; }
    .find-home.v3 .alert-container .alert > i {
      transform: rotate(-33deg);
      -ms-transform: rotate(-33deg);
      -webkit-transform: rotate(-33deg); }
  .find-home.v3 .alert-container .medium-12 {
    text-align: center; }
    .find-home.v3 .alert-container .medium-12 .alert {
      width: 75%;
      margin: 0 auto; }
      @media (max-width: 700px) {
        .find-home.v3 .alert-container .medium-12 .alert {
          width: calc(100% - 50px); } }

.alert-container {
  position: absolute;
  z-index: 20;
  bottom: -22px;
  left: 0;
  width: 100%; }

.alert {
  width: 100%;
  background: #233a74;
  height: auto;
  text-align: left;
  padding: 10px 25px;
  border-radius: 3px; }
  @media (max-width: 767px) {
    .alert {
      padding: 10px; } }
  .alert p {
    font-size: 16px;
    color: #fff;
    padding: 0;
    font-weight: 700;
    display: inline-block;
    width: calc(100% - 120px);
    margin: 0 0 0 40px; }
    @media (max-width: 767px) {
      .alert p {
        font-size: 13px;
        font-weight: 400; } }
  .alert a {
    color: #fff;
    text-decoration: underline; }
  .alert i {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin: 0 16px 0 0; }
  .alert > i {
    position: absolute; }
  .alert .close-alert {
    float: right;
    font-size: 1.1em;
    margin: 4px 0 0;
    padding: 0 42px 0 0;
    position: relative;
    text-decoration: none; }
    .alert .close-alert i {
      position: absolute;
      right: 0;
      top: -1px;
      font-size: 16px;
      padding: 0 0 0 6px; }

.content-area.multiple-cta-widget {
  position: relative;
  overflow: hidden;
  padding: 0; }
  .content-area.multiple-cta-widget .cta-image {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%; }
    @media (max-width: 1024px) {
      .content-area.multiple-cta-widget .cta-image {
        width: 33.33%; } }
    @media (max-width: 767px) {
      .content-area.multiple-cta-widget .cta-image {
        width: 100%;
        position: relative; } }
    .content-area.multiple-cta-widget .cta-image img {
      display: none;
      width: 100%; }
      @media (max-width: 767px) {
        .content-area.multiple-cta-widget .cta-image img {
          display: block; } }
  .content-area.multiple-cta-widget .cta-text {
    padding: 35px 15px 35px 30px;
    text-align: center; }
    @media (max-width: 767px) {
      .content-area.multiple-cta-widget .cta-text {
        padding: 30px 15px; } }
    .content-area.multiple-cta-widget .cta-text h3 {
      position: relative;
      padding-bottom: 35px; }
      .content-area.multiple-cta-widget .cta-text h3:before {
        content: '';
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #ccc; }
        @media (max-width: 767px) {
          .content-area.multiple-cta-widget .cta-text h3:before {
            top: 15px; } }
      .content-area.multiple-cta-widget .cta-text h3 span {
        position: relative;
        background: #e5eeff;
        padding: 0 20px; }
    @media (max-width: 1200px) {
      .content-area.multiple-cta-widget .cta-text p {
        font-size: 14px; } }
    .content-area.multiple-cta-widget .cta-text ul {
      list-style: none;
      margin: 25px 0 0;
      padding: 0;
      text-align: left; }
      .content-area.multiple-cta-widget .cta-text ul li {
        padding: 0;
        display: inline-block;
        width: 48%;
        margin: 0 2% 15px 0; }
        .content-area.multiple-cta-widget .cta-text ul li:nth-child(2n) {
          margin: 0 0 15px 0; }
        .content-area.multiple-cta-widget .cta-text ul li a {
          display: block;
          width: 100%;
          text-align: center;
          padding: 10px;
          color: #233a74;
          font-size: 13px;
          font-weight: 500;
          border-radius: 8px;
          margin-bottom: 0; }
          .content-area.multiple-cta-widget .cta-text ul li a:after {
            content: '>';
            padding-left: 4px; }

.find-home-v2 {
  text-align: center;
  position: relative;
  z-index: 5;
  overflow: visible; }
  .find-home-v2 .sticker {
    position: absolute;
    top: -90px;
    left: 140px;
    width: 180px;
    height: 180px; }
    @media (max-width: 1300px) {
      .find-home-v2 .sticker {
        width: 160px;
        height: 160px;
        top: -80px;
        left: 70px; } }
    @media (max-width: 1130px) {
      .find-home-v2 .sticker {
        width: 120px;
        height: 120px;
        top: -60px;
        left: 30px; } }
    @media (max-width: 900px) {
      .find-home-v2 .sticker {
        width: 80px;
        height: 80px;
        top: -40px;
        left: 20px; } }
  .find-home-v2 .find-home-search {
    padding: 32px 140px;
    margin: -135px 0 0;
    position: relative;
    background: #233a74;
    border-radius: 20px; }
    @media (max-width: 1300px) {
      .find-home-v2 .find-home-search {
        padding: 32px 70px; } }
    @media (max-width: 1100px) {
      .find-home-v2 .find-home-search {
        padding: 32px 32px; } }
    @media (max-width: 900px) {
      .find-home-v2 .find-home-search {
        padding: 50px 15px 15px;
        border-radius: 20px; } }
  .find-home-v2 p {
    font-size: 1.6em;
    color: #bdd531;
    font-weight: 700;
    padding: 0 0 10px; }
    @media (max-width: 1024px) {
      .find-home-v2 p {
        font-size: 1.4em; } }
  .find-home-v2 h1 {
    color: #fff;
    padding: 0 0 30px;
    font-size: 3.8em; }
    @media (max-width: 1024px) {
      .find-home-v2 h1 {
        font-size: 3em; } }
    @media (max-width: 767px) {
      .find-home-v2 h1 strong {
        display: block; } }
  .find-home-v2 .ban-img {
    height: calc(35vh);
    min-height: 450px; }
    .find-home-v2 .ban-img img {
      display: none; }
    @media (max-width: 900px) {
      .find-home-v2 .ban-img {
        height: calc(30vh);
        min-height: 20px; } }
  .find-home-v2 .find-box {
    width: 100%;
    position: relative;
    text-align: left; }
    .find-home-v2 .find-box .txt-find {
      background: #fff;
      font-family: "Lato", "Open Sans", sans-serif;
      border-radius: 20px;
      width: 64%;
      height: 60px;
      border: none;
      font-size: 22px;
      color: #0B1B2E;
      font-style: italic;
      padding: 15px 25px;
      position: relative;
      z-index: 10;
      outline: none; }
      @media (max-width: 1300px) {
        .find-home-v2 .find-box .txt-find {
          font-size: 16px; } }
      @media (max-width: 900px) {
        .find-home-v2 .find-box .txt-find {
          width: 100%;
          border-radius: 5px;
          height: 50px;
          margin: 0 0 15px;
          padding: 15px 10px; } }
    .find-home-v2 .find-box .btn-find {
      position: absolute;
      z-index: 12;
      top: 0;
      right: 18%;
      height: 60px;
      width: calc(18% - 15px);
      border: none;
      border-radius: 20px;
      cursor: pointer;
      transition: background-color 0.4s;
      font-size: 20px;
      color: #fff;
      font-family: "Lato", "Open Sans", sans-serif;
      padding: 0 0 0 25px;
      background: url(../images/icons/search.png) no-repeat 22% center #10A733;
      background-size: 24px; }
      .find-home-v2 .find-box .btn-find:hover {
        background-color: #004b35; }
      @media (max-width: 1300px) {
        .find-home-v2 .find-box .btn-find {
          font-size: 16px; } }
      @media (max-width: 900px) {
        .find-home-v2 .find-box .btn-find {
          width: 100%;
          position: relative;
          right: auto;
          top: auto;
          height: 40px;
          border-radius: 5px;
          margin: 0 0 10px;
          background: url(../images/icons/search.png) no-repeat 33% center #10A733;
          background-size: 24px;
          padding: 0; } }
    .find-home-v2 .find-box .loc {
      position: absolute;
      text-align: center;
      z-index: 12;
      top: 0;
      right: 0;
      height: 60px;
      width: calc(18% - 15px);
      border: 2px solid #fff;
      border-radius: 20px;
      cursor: pointer;
      transition: background-color 0.4s, color 0.4s;
      font-size: 20px;
      color: #fff;
      font-family: "Lato", "Open Sans", sans-serif;
      padding: 0;
      background: #233a74;
      background-size: 24px;
      line-height: 56px; }
      .find-home-v2 .find-box .loc:hover {
        background-color: #fff;
        color: #233a74;
        text-decoration: none; }
      .find-home-v2 .find-box .loc:after {
        content: '\f105';
        font-family: "Font Awesome 5 Pro";
        margin: 0 0 0 5px; }
      @media (max-width: 1360px) {
        .find-home-v2 .find-box .loc {
          font-size: 16px; } }
      @media (max-width: 900px) {
        .find-home-v2 .find-box .loc {
          width: 100%;
          position: relative;
          right: auto;
          top: auto;
          height: 40px;
          line-height: 36px;
          display: block;
          border-radius: 5px; } }
  .find-home-v2 .find-extra {
    margin: 30px 0 0; }
    .find-home-v2 .find-extra a {
      display: inline-block;
      background: #fff;
      color: #0B1B2E;
      font-size: 14px;
      border: 1px solid #BCCBD5;
      padding: 6px 30px 8px;
      margin: 0 12px;
      border-radius: 3px;
      transition: all 0.4s; }
      @media (max-width: 767px) {
        .find-home-v2 .find-extra a {
          float: left;
          width: 48%;
          margin: 0;
          font-size: 13px;
          padding: 6px; }
          .find-home-v2 .find-extra a:before, .find-home-v2 .find-extra a:after {
            display: none; } }
      @media (max-width: 767px) {
        .find-home-v2 .find-extra a:last-child {
          float: right;
          width: 48%; } }
      .find-home-v2 .find-extra a:hover {
        background: #10A733;
        color: #fff;
        border-color: #10A733;
        text-decoration: none; }
      .find-home-v2 .find-extra a.loc:before {
        content: '\f3c5';
        font-family: "Font Awesome 5 Pro";
        color: #0B1B2E;
        padding: 0 8px 0 0;
        transition: all 0.4s;
        font-weight: 700; }
      .find-home-v2 .find-extra a.loc:hover:before {
        color: #fff; }
      .find-home-v2 .find-extra a.arrow:after {
        content: '\f105';
        font-family: "Font Awesome 5 Pro";
        color: #0B1B2E;
        padding: 0 0 0 8px;
        transition: all 0.4s; }
      .find-home-v2 .find-extra a.arrow:hover:after {
        color: #fff; }
  .find-home-v2 .auto-search {
    width: 56%;
    border: 1px solid #999;
    padding: 15px;
    background: #fff;
    text-align: left;
    position: absolute;
    border-radius: 20px;
    margin: 5px 0 0 0; }
    @media (max-width: 900px) {
      .find-home-v2 .auto-search {
        width: 100%;
        top: 50px;
        border-radius: 5px;
        z-index: 12; } }
    .find-home-v2 .auto-search p {
      color: #0B1B2E; }

.content-area.divider {
  position: relative;
  z-index: 3;
  padding: 40px 0;
  text-align: center; }
  .content-area.divider .div-title {
    position: relative; }
    .content-area.divider .div-title:after {
      content: '';
      position: absolute;
      z-index: 3;
      left: 0;
      top: 50%;
      width: 100%;
      height: 1px;
      background: #dcdcdc; }
  .content-area.divider h4 {
    display: inline-block;
    background: #fff;
    padding: 0 50px;
    position: relative;
    z-index: 4;
    font-weight: 700; }

.content-a {
  padding: 120px 0;
  text-align: center; }
  .content-a h4 {
    font-size: 1.6em;
    padding: 0 0 30px;
    color: #8FA3AF; }
  .content-a h2 {
    font-weight: 400;
    padding: 0 0 44px; }
  .content-a p {
    font-weight: 500; }

.promo-content {
  margin: 0 0 40px; }
  .promo-content img {
    max-width: 120px;
    margin: 0 auto 30px; }

.latest-news {
  padding: 70px 0; }
  .latest-news.blog-landing {
    padding: 120px 0 70px; }
    @media (max-width: 767px) {
      .latest-news.blog-landing {
        padding: 57px 0 20px; } }
    .latest-news.blog-landing .medium-3:nth-child(4n+1) {
      clear: both; }
    .latest-news.blog-landing .medium-3:last-child {
      float: left; }
  .latest-news .heading {
    text-align: center;
    padding: 0 0 34px; }
  .latest-news article {
    float: left;
    width: 100%;
    margin: 0 0 20px; }
    .latest-news article img {
      float: left;
      width: 100%; }
    .latest-news article a.thumb {
      margin: 0 0 30px;
      float: left;
      width: 100%;
      position: relative; }
      .latest-news article a.thumb:before {
        position: absolute;
        z-index: 12;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        content: '\f054';
        font-family: "Font Awesome 5 Pro";
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: center; }
      .latest-news article a.thumb:after {
        position: absolute;
        z-index: 11;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        content: '';
        border-top: 60px solid transparent;
        border-right: 60px solid #233a74;
        transition: all 0.4s; }
      .latest-news article a.thumb:hover:after {
        border-right: 60px solid #10A733; }
    .latest-news article span {
      font-size: 1.2em;
      color: #0B1B2E;
      text-transform: uppercase;
      padding: 0 0 22px;
      display: inline-block; }
    .latest-news article em {
      font-size: 1.2em;
      font-style: normal;
      text-align: right;
      float: right; }
    .latest-news article h2, .latest-news article h3 {
      padding: 0 0 28px; }
      .latest-news article h2 a, .latest-news article h3 a {
        font-weight: 700;
        color: #0B1B2E;
        transition: all 0.4s;
        line-height: 1.4em; }
        .latest-news article h2 a:hover, .latest-news article h3 a:hover {
          color: #10A733;
          text-decoration: none; }
    .latest-news article p {
      font-weight: 500; }
    .latest-news article.tile h3 {
      font-size: 1.6em;
      padding: 0 0 10px; }
  .latest-news .row .row {
    padding: 0; }
    .latest-news .row .row .medium-6:nth-child(2n+1) {
      clear: both; }

.promo-slider {
  padding: 144px 0 60px; }
  @media (max-width: 767px) {
    .promo-slider {
      padding: 65px 0 0; } }
  .promo-slider .text {
    float: left;
    width: 50%;
    padding: 50px 80px 50px 0; }
    @media (max-width: 767px) {
      .promo-slider .text {
        padding: 25px 0;
        width: 100%;
        text-align: center; } }
    .promo-slider .text h4 {
      font-size: 1.6em;
      color: #8FA3AF; }
    .promo-slider .text h2 {
      font-weight: 400;
      line-height: 1.33em;
      padding: 0 0 44px; }
  .promo-slider .media {
    float: right;
    width: 50%;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      .promo-slider .media {
        width: 100%; } }
    .promo-slider .media:after {
      content: '';
      position: absolute;
      z-index: 9;
      left: 50%;
      bottom: 0;
      border-bottom: 40px solid #fff;
      border-right: 40px solid transparent;
      border-left: 40px solid transparent;
      margin: 0 0 0 -40px; }
    .promo-slider .media img {
      position: relative;
      z-index: 8;
      float: left;
      width: 100%;
      height: auto;
      display: inline-block; }

.js-home-tile-list .slick-prev {
  background: #fff;
  width: 36px;
  height: 36px;
  border: 1px solid #8FA3AF;
  border-radius: 50%;
  left: -15px;
  text-align: center;
  line-height: 34px;
  color: #8FA3AF;
  transition: all 0.4s;
  margin-top: -20px; }
  .js-home-tile-list .slick-prev:after {
    content: '\f060';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px; }
  .js-home-tile-list .slick-prev:hover {
    background: #10A733;
    color: #fff;
    border-color: #10A733; }
.js-home-tile-list .slick-next {
  background: #fff;
  width: 36px;
  height: 36px;
  border: 1px solid #8FA3AF;
  border-radius: 50%;
  right: -15px;
  text-align: center;
  line-height: 34px;
  color: #8FA3AF;
  transition: all 0.4s;
  margin-top: -36px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg); }
  .js-home-tile-list .slick-next:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px; }
  .js-home-tile-list .slick-next:hover {
    background: #10A733;
    color: #fff;
    border-color: #10A733; }

.promo-slider .slick-slide, .sitemap-slider .slick-slide {
  padding: 0 20px; }
.promo-slider .slick-prev, .sitemap-slider .slick-prev {
  background: #fff;
  width: 54px;
  height: 54px;
  border: 1px solid #8FA3AF;
  border-radius: 50%;
  left: -100px;
  text-align: center;
  line-height: 52px;
  color: #8FA3AF;
  transition: all 0.4s;
  margin-top: -26px; }
  .promo-slider .slick-prev:after, .sitemap-slider .slick-prev:after {
    content: '\f060';
    font-family: "Font Awesome 5 Pro";
    font-size: 17px; }
  .promo-slider .slick-prev:hover, .sitemap-slider .slick-prev:hover {
    background: #10A733;
    color: #fff;
    border-color: #10A733; }
.promo-slider .slick-next, .sitemap-slider .slick-next {
  background: #fff;
  width: 54px;
  height: 54px;
  border: 1px solid #8FA3AF;
  border-radius: 50%;
  right: -100px;
  text-align: center;
  line-height: 52px;
  color: #8FA3AF;
  transition: all 0.4s;
  margin-top: -54px;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg); }
  .promo-slider .slick-next:after, .sitemap-slider .slick-next:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-size: 17px; }
  .promo-slider .slick-next:hover, .sitemap-slider .slick-next:hover {
    background: #10A733;
    color: #fff;
    border-color: #10A733; }

@media (max-width: 1600px) {
  .sitemap-slider .slick-prev {
    left: -40px; } }
@media (max-width: 1024px) {
  .sitemap-slider .slick-prev {
    left: 0; } }
@media (max-width: 600px) {
  .sitemap-slider .slick-prev {
    display: none; } }
@media (max-width: 1600px) {
  .sitemap-slider .slick-next {
    right: -40px; } }
@media (max-width: 1024px) {
  .sitemap-slider .slick-next {
    right: 0; } }
@media (max-width: 600px) {
  .sitemap-slider .slick-next {
    display: none; } }
.sitemap-slider .slick-dots {
  bottom: 0; }
.sitemap-slider .slick-dots li button:before {
  font-size: 50px; }

.wide-promo-slider {
  padding: 80px 0; }
  .wide-promo-slider .slick-list {
    overflow: visible; }
  .wide-promo-slider .text {
    float: left;
    width: 100%;
    padding: 50px 20px 20px 0;
    text-align: center; }
    .wide-promo-slider .text h4 {
      font-size: 1.6em;
      color: #8FA3AF; }
    .wide-promo-slider .text h2 {
      font-weight: 400;
      line-height: 1.33em;
      padding: 0 0 44px; }
      .wide-promo-slider .text h2 strong {
        font-style: italic; }
  .wide-promo-slider .media {
    float: left;
    width: 100%;
    text-align: center;
    position: relative; }
    .wide-promo-slider .media img {
      position: relative;
      z-index: 8;
      float: left;
      width: 100%;
      height: auto;
      display: inline-block; }
  .wide-promo-slider .slick-slide {
    opacity: 0.55;
    padding: 0 50px;
    transition: all 0.4s;
    transform: scale(0.8); }
    @media (max-width: 767px) {
      .wide-promo-slider .slick-slide {
        padding: 0 10px; } }
    .wide-promo-slider .slick-slide.slick-active {
      opacity: 1;
      transform: scale(1); }
  .wide-promo-slider .slick-prev {
    background: #fff;
    width: 54px;
    height: 54px;
    border: 1px solid #8FA3AF;
    border-radius: 50%;
    left: -100px;
    text-align: center;
    line-height: 52px;
    color: #8FA3AF;
    transition: all 0.4s;
    margin-top: -26px; }
    .wide-promo-slider .slick-prev:after {
      content: '\f060';
      font-family: "Font Awesome 5 Pro";
      font-size: 17px; }
    .wide-promo-slider .slick-prev:hover {
      background: #10A733;
      color: #fff;
      border-color: #10A733; }
  .wide-promo-slider .slick-next {
    background: #fff;
    width: 54px;
    height: 54px;
    border: 1px solid #8FA3AF;
    border-radius: 50%;
    right: -100px;
    text-align: center;
    line-height: 52px;
    color: #8FA3AF;
    transition: all 0.4s;
    margin-top: -54px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
    .wide-promo-slider .slick-next:after {
      content: '\f061';
      font-family: "Font Awesome 5 Pro";
      font-size: 17px; }
    .wide-promo-slider .slick-next:hover {
      background: #10A733;
      color: #fff;
      border-color: #10A733; }

.profile-slider {
  padding: 80px 0; }
  .profile-slider .slick-list {
    overflow: visible; }
  .profile-slider .text {
    float: left;
    width: 100%;
    padding: 50px 20px 20px 0;
    text-align: center; }
    .profile-slider .text h4 {
      font-size: 1.6em;
      color: #8FA3AF; }
    .profile-slider .text h2 {
      font-weight: 400;
      line-height: 1.33em;
      padding: 0 0 44px; }
      .profile-slider .text h2 strong {
        font-style: italic; }
  .profile-slider img {
    border-radius: 50%;
    margin: -98px 0 30px; }
  .profile-slider .profile-slide {
    float: left;
    width: 100%;
    background: #0B1B2E;
    padding: 0 60px 50px; }
    @media (max-width: 767px) {
      .profile-slider .profile-slide {
        padding: 0 15px 15px; } }
  .profile-slider .slick-slide {
    padding: 60px 15px 0; }
  .profile-slider .slick-prev {
    background: #fff;
    width: 54px;
    height: 54px;
    border: 1px solid #8FA3AF;
    border-radius: 50%;
    left: -100px;
    text-align: center;
    line-height: 52px;
    color: #8FA3AF;
    transition: all 0.4s;
    margin-top: -26px; }
    .profile-slider .slick-prev:after {
      content: '\f060';
      font-family: "Font Awesome 5 Pro";
      font-size: 17px;
      color: #233a74; }
    .profile-slider .slick-prev:hover {
      background: #10A733;
      color: #fff;
      border-color: #10A733; }
      .profile-slider .slick-prev:hover:after {
        color: #fff; }
  .profile-slider .slick-next {
    background: #fff;
    width: 54px;
    height: 54px;
    border: 1px solid #8FA3AF;
    border-radius: 50%;
    right: -100px;
    text-align: center;
    line-height: 52px;
    color: #8FA3AF;
    transition: all 0.4s;
    margin-top: -54px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
    .profile-slider .slick-next:after {
      content: '\f061';
      font-family: "Font Awesome 5 Pro";
      font-size: 17px;
      color: #233a74; }
    .profile-slider .slick-next:hover {
      background: #10A733;
      color: #fff;
      border-color: #10A733; }
      .profile-slider .slick-next:hover:after {
        color: #fff; }

.offset-slider {
  padding: 0 0 80px; }
  .offset-slider .surround {
    float: left;
    width: 100%;
    position: relative;
    background: url("/cdn-cgi/image/format=webp/img/offset-bg.jpg") no-repeat 0 0 #F2F5F7;
    background-size: 40% auto;
    padding: 50px 0 120px; }
    @media (max-width: 1360px) {
      .offset-slider .surround {
        background: url("/cdn-cgi/image/format=webp/img/offset-bg.jpg") no-repeat 0 0 #F2F5F7;
        background-size: auto 100%; } }
    @media (max-width: 1024px) {
      .offset-slider .surround {
        padding-top: 25px;
        background: url("/cdn-cgi/image/format=webp/img/offset-bg.jpg") no-repeat 0 100px #F2F5F7;
        background-size: 100% auto; } }
  .offset-slider h2 {
    display: block;
    width: 100%;
    padding-left: 33%;
    padding-bottom: 44px;
    text-align: center;
    font-weight: 400;
    font-style: italic; }
    @media (max-width: 1024px) {
      .offset-slider h2 {
        padding: 0 20px 140px; } }
  .offset-slider .slick-slide {
    padding: 0 10px; }
  .offset-slider .slider-2 {
    margin: 0 0 0 -100px; }
    @media (max-width: 1024px) {
      .offset-slider .slider-2 {
        margin: 0; } }
  .offset-slider .slick-prev {
    background: #fff;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    color: #8FA3AF;
    transition: all 0.4s;
    margin-top: -26px;
    top: auto;
    margin: 0;
    bottom: -110px;
    left: 62%; }
    @media (max-width: 1024px) {
      .offset-slider .slick-prev {
        left: 50%;
        margin-left: -74px; } }
    .offset-slider .slick-prev:after {
      content: '\f060';
      font-family: "Font Awesome 5 Pro";
      font-size: 17px; }
    .offset-slider .slick-prev:hover {
      background: #10A733;
      color: #fff;
      border-color: #10A733; }
  .offset-slider .slick-next {
    background: #fff;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    color: #8FA3AF;
    transition: all 0.4s;
    right: auto;
    left: 69%;
    top: auto;
    margin: 0;
    bottom: -83px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
    @media (max-width: 1024px) {
      .offset-slider .slick-next {
        left: 50%;
        margin-left: 20px; } }
    .offset-slider .slick-next:after {
      content: '\f061';
      font-family: "Font Awesome 5 Pro";
      font-size: 17px; }
    .offset-slider .slick-next:hover {
      background: #10A733;
      color: #fff;
      border-color: #10A733; }
  .offset-slider .review {
    float: left;
    width: 100%;
    height: 400px;
    background: #fff;
    position: relative;
    padding: 30px; }
    .offset-slider .review img {
      display: block;
      margin: 0 0 44px; }
    .offset-slider .review span {
      display: block;
      font-size: 1.2em;
      color: #8FA3AF;
      padding: 0 0 14px; }
    .offset-slider .review blockquote {
      padding: 0; }
      .offset-slider .review blockquote p {
        font-size: 1.6em;
        color: #0B1B2E;
        font-weight: 700;
        padding: 0 0 20px;
        font-style: normal; }
      .offset-slider .review blockquote cite {
        font-size: 12px;
        line-height: 20px;
        color: #8FA3AF;
        font-style: normal; }
    .offset-slider .review .read {
      position: absolute;
      bottom: 34px;
      font-size: 1.6em;
      font-weight: 700;
      color: #10A733; }
      .offset-slider .review .read:after {
        content: '\f105';
        font-family: "Font Awesome 5 Pro";
        padding: 0;
        opacity: 0;
        transition: all 0.4s; }
      .offset-slider .review .read:hover {
        text-decoration: none; }
        .offset-slider .review .read:hover:after {
          opacity: 1;
          padding: 0 0 0 7px; }
  .offset-slider .review-all {
    float: left;
    width: 300px;
    height: 400px;
    background: #fff;
    position: relative;
    padding: 30px;
    transition: all 0.4s;
    position: relative;
    text-align: center; }
    .offset-slider .review-all > i {
      color: #0B1B2E;
      font-size: 40px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -50px 0 0 -20px; }
    .offset-slider .review-all span {
      color: #0B1B2E;
      font-size: 1.6em;
      position: absolute;
      top: 53%;
      left: 0;
      right: 0; }
      .offset-slider .review-all span i {
        padding: 0 0 0 6px; }
    .offset-slider .review-all:hover {
      text-decoration: none;
      background: #10A733; }
      .offset-slider .review-all:hover i {
        color: #fff; }
      .offset-slider .review-all:hover span {
        color: #fff; }

.awards {
  padding: 40px 0 70px; }
  .awards .award {
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #8FA3AF; }
    .awards .award img {
      float: left;
      width: 80px;
      margin: 0 0 20px 0; }
    .awards .award span.tag {
      font-size: 1.1em;
      color: #fff;
      background: #eeaf2d;
      padding: 3px 22px;
      line-height: 1.1em;
      display: inline-block;
      margin: 0 0 22px; }
    .awards .award .more {
      color: #0B1B2E;
      font-size: 1.6em;
      position: absolute;
      right: 0;
      bottom: 30px; }
      .awards .award .more:after {
        content: '\f105';
        font-family: "Font Awesome 5 Pro";
        padding: 0 0 0 6px; }
      .awards .award .more:hover {
        color: #10A733;
        text-decoration: none; }
      @media (max-width: 1023px) {
        .awards .award .more {
          position: relative;
          display: inline-block; } }
    .awards .award p {
      padding: 0 0 12px; }
    .awards .award > div {
      float: right;
      width: calc(100% - 110px); }
  .awards.grey .award {
    padding: 40px 40px;
    border: none;
    background: #F2F5F7; }
    .awards.grey .award .more {
      color: #233a74;
      right: 40px; }
      @media (max-width: 1023px) {
        .awards.grey .award .more {
          right: auto;
          bottom: auto; } }

.home-wide-slider.slick-slider.slick-dotted {
  float: left;
  width: 100%;
  background: #fff;
  position: relative;
  margin-bottom: 0; }

@media (max-width: 1200px) {
  .home-wide-slider.slick-slider.slick-dotted {
    width: 150%;
    margin-left: -25%; } }
@media (max-width: 767px) {
  .home-wide-slider.slick-slider.slick-dotted {
    width: 220%;
    margin-left: -60%; } }
@media (max-width: 500px) {
  .home-wide-slider.slick-slider.slick-dotted {
    width: 300%;
    margin-left: -100%; } }
.home-wide-slider.slick-slider.slick-dotted img {
  width: 100%; }

.home-wide-slider.slick-slider.slick-dotted .slick-dots {
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 200px; }

.home-wide-slider.slick-slider.slick-dotted .slick-dots li {
  width: 30px;
  height: 30px;
  margin: 0;
  padding: 0; }

.home-wide-slider.slick-slider.slick-dotted .slick-dots li button {
  background: none;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 3px solid #fff; }

.home-wide-slider.slick-slider.slick-dotted .slick-dots li button:before {
  display: none; }

.home-wide-slider.slick-slider.slick-dotted .slick-dots li.slick-active button {
  background: white; }

.slider-1 .slick-dots {
  display: none; }
  @media (max-width: 767px) {
    .slider-1 .slick-dots {
      display: block; } }
  .slider-1 .slick-dots li button:before {
    font-size: 40px; }

.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden; }
  .hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    transition: margin-left 1s; }

section.search-results {
  padding: 30px 0 0;
  position: relative;
  z-index: 1; }
  @media (min-width: 1025px) {
    section.search-results {
      overflow: visible; } }

@media (min-width: 1025px) {
  .search-filters {
    	/*position: fixed;
        top: 122px;
        width: 13.66667%;*/ } }
@media (min-width: 1500px) {
  .search-filters {
    width: 195px; } }
@media (max-width: 767px) {
  .search-filters {
    display: none; } }
@media (max-width: 767px) {
  .search-filters.mobile-open {
    display: block; } }

.search-field {
  display: block;
  width: 100%;
  border: 1px solid #8FA3AF;
  border-radius: 3px;
  margin: 0 0 24px;
  padding: 10px 10px 16px;
  background: #fff; }
  @media (max-width: 1024px) {
    .search-field {
      width: 40%;
      margin: 0 1% 30px 0;
      display: inline-block; } }
  @media (max-width: 767px) {
    .search-field {
      width: 100%;
      margin: 0 0 10px; } }
  @media (max-width: 1024px) {
    .search-field:nth-child(3) {
      width: 36%; } }
  @media (max-width: 767px) {
    .search-field:nth-child(3) {
      width: 100%; } }
  .search-field label {
    font-size: 12px;
    color: #8FA3AF;
    font-style: italic;
    padding: 0 0 8px;
    display: inline-block; }
  .search-field input, .search-field select {
    border: none;
    padding: 0;
    margin: 0;
    font-family: "Lato", "Open Sans", sans-serif;
    color: #0B1B2E;
    font-size: 16px;
    outline: none;
    width: 100%; }
  .search-field.split > div {
    display: inline-block;
    width: 49%; }

.apply-filters {
  margin: 0 0 30px; }
  @media (max-width: 1024px) {
    .apply-filters {
      display: inline-block;
      float: right;
      width: 15%;
      margin: 0;
      height: 72px;
      line-height: 50px; }
      .apply-filters span {
        display: none; }
      .apply-filters:before {
        content: 'Filter'; } }
  @media (max-width: 767px) {
    .apply-filters {
      width: 100%;
      height: auto;
      line-height: 1em;
      margin: 0 0 20px; }
      .apply-filters:before {
        content: 'Apply filters'; } }

.mobile-filter {
  display: none;
  position: absolute;
  right: 0;
  bottom: 15px; }
  @media (max-width: 767px) {
    .mobile-filter {
      display: block; } }
  .mobile-filter .cta, .mobile-filter .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li .mobile-filter a, .mobile-filter .content-area form input[type=submit], .content-area form .mobile-filter input[type=submit], .mobile-filter .poploc-filter ul li a, .poploc-filter ul li .mobile-filter a {
    margin: 0;
    padding: 5px 18px; }

.search-heading {
  padding: 0 0 30px;
  position: relative; }
  .search-heading h2 {
    padding: 0;
    display: inline-block; }
    @media (max-width: 767px) {
      .search-heading h2 {
        display: block;
        padding: 0 0 12px; } }
  .search-heading > span {
    font-size: 1.6em;
    color: #8FA3AF;
    font-weight: 700;
    padding: 0 0 0 22px; }
    @media (max-width: 767px) {
      .search-heading > span {
        padding: 0 20px 0 0;
        font-size: 1.4em; } }
  .search-heading .map-view {
    margin: 20px 0 0;
    float: right;
    color: #0B1B2E;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.4s; }
    @media (max-width: 767px) {
      .search-heading .map-view {
        float: none; } }
    .search-heading .map-view i {
      font-size: 18px;
      padding: 0 6px 0 0; }
    .search-heading .map-view:hover {
      color: #10A733;
      text-decoration: none; }

.result-listing {
  font-size: 1em;
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 100%;
  padding: 60px;
  background: #F2F5F7;
  position: relative; }
  @media (max-width: 1024px) {
    .result-listing {
      padding: 40px 30px; } }
  @media (max-width: 767px) {
    .result-listing {
      padding: 15px 15px 83px; } }
  @media (max-width: 500px) {
    .result-listing {
      width: 110%;
      left: -5%; } }
  .result-listing:after {
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F2F5F7; }
    @media (max-width: 1024px) {
      .result-listing:after {
        display: none; } }
  .result-listing li {
    float: left;
    width: 100%;
    font-size: 1em;
    position: relative;
    margin: 0 0 45px; }
    @media (max-width: 767px) {
      .result-listing li {
        margin: 0 0 15px; } }
    .result-listing li .thumb {
      position: absolute;
      left: 0;
      top: 0;
      width: 50%;
      height: 100%; }
      @media (max-width: 767px) {
        .result-listing li .thumb {
          padding: 0;
          position: relative;
          left: auto;
          top: auto;
          width: 100%;
          height: auto;
          display: block; } }
      .result-listing li .thumb img {
        display: none;
        width: 100%; }
        @media (max-width: 767px) {
          .result-listing li .thumb img {
            display: block; } }
      .result-listing li .thumb:before {
        position: absolute;
        z-index: 12;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        content: '\f054';
        font-family: "Font Awesome 5 Pro";
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: center; }
      .result-listing li .thumb:after {
        position: absolute;
        z-index: 11;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        content: '';
        border-top: 60px solid transparent;
        border-right: 60px solid #233a74;
        transition: all 0.4s; }
      .result-listing li .thumb:hover:after {
        border-right: 80px solid #10A733;
        border-top: 80px solid transparent; }
    .result-listing li > div {
      float: right;
      width: 50%;
      padding: 30px;
      position: relative;
      min-height: 400px;
      background: #fff; }
      @media (max-width: 767px) {
        .result-listing li > div {
          width: 100%;
          padding: 15px;
          min-height: 1px; } }
      @media (max-width: 767px) {
        .result-listing li > div .details {
          margin-bottom: 15px; } }
      .result-listing li > div.dev-overview .details {
        padding: 0; }
        @media (max-width: 1260px) {
          .result-listing li > div.dev-overview .details {
            padding: 0; } }
      @media (max-width: 1336px) {
        .result-listing li > div.dev-overview .development {
          border-top: none; } }
      .result-listing li > div.dev-overview .development p {
        font-size: 1.4em; }
    .result-listing li.more {
      margin: 0 0;
      text-align: center; }

.result-loading {
  padding: 0 0 29px;
  float: left;
  width: 100%;
  text-align: center;
  margin: -73px 0 0;
  position: relative; }

.dev-overview .details {
  padding: 25px 0 0; }
.dev-overview .info {
  width: 100%;
  position: relative;
  padding: 0 0 20px; }
  .dev-overview .info span.tag {
    font-size: 1.1em;
    color: #fff;
    background: #8FA3AF;
    padding: 5px 12px;
    border-radius: 3px;
    display: inline-block; }
  .dev-overview .info p {
    display: block;
    color: #8FA3AF;
    padding: 5px 0 0; }
  .dev-overview .info .options {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    .dev-overview .info .options > form {
      position: absolute;
      top: 0;
      right: 0; }
    .dev-overview .info .options > a {
      position: absolute;
      top: 0;
      right: 50px; }
      .dev-overview .info .options > a:nth-child(2) {
        right: 0; }
      .dev-overview .info .options > a:nth-child(3) {
        right: 0; }
    .dev-overview .info .options > a, .dev-overview .info .options > form button {
      display: inline-block;
      color: #8FA3AF;
      border: none;
      background: none;
      text-align: center;
      margin: 0 0 0 16px;
      font-size: 11px;
      transition: all 0.4s; }
      @media (max-width: 767px) {
        .dev-overview .info .options > a, .dev-overview .info .options > form button {
          margin: 0 0 0 8px; } }
      .dev-overview .info .options > a:hover, .dev-overview .info .options > form button:hover {
        text-decoration: none;
        color: #10A733;
        cursor: pointer; }
      .dev-overview .info .options > a i, .dev-overview .info .options > form button i {
        font-size: 20px;
        display: block;
        margin: 0 0 3px; }
      .dev-overview .info .options > a.selected i, .dev-overview .info .options > form button.selected i {
        font-weight: 700;
        color: #850057; }
.dev-overview .trustpilot-widget {
  position: absolute !important;
  margin: 0 0 0 -9px;
  padding: 0; }
  @media (max-width: 1260px) {
    .dev-overview .trustpilot-widget {
      padding: 50px 0 0; } }
@media (max-width: 1260px) {
  .dev-overview .details {
    padding: 55px 0 0; } }
.dev-overview .details h3 {
  padding: 0 0 14px; }
  .dev-overview .details h3 a {
    color: #0B1B2E;
    font-weight: 700; }
    .dev-overview .details h3 a:hover {
      color: #10A733;
      text-decoration: none; }
.dev-overview .details p {
  color: #0B1B2E;
  font-weight: 700;
  padding: 0 0 5px; }
  .dev-overview .details p.offers {
    color: #233a74; }
    .dev-overview .details p.offers span {
      padding: 0 20px 0 0;
      font-weight: 700; }
    .dev-overview .details p.offers a {
      padding: 0 20px 0 0;
      font-weight: 700;
      display: block;
      color: #233a74; }
      .dev-overview .details p.offers a:after {
        content: '\f055';
        font-family: "Font Awesome 5 Pro";
        padding: 0 0 0 8px;
        color: #8FA3AF; }
      .dev-overview .details p.offers a:hover {
        text-decoration: none;
        color: #10A733; }
        .dev-overview .details p.offers a:hover:after {
          color: #10A733; }
  .dev-overview .details p.sold-out {
    color: #850057; }
.dev-overview .details .box p {
  color: #fff; }
.dev-overview .development {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 90%;
  padding: 20px 0 0;
  border-top: 1px solid #8FA3AF; }
  @media (max-width: 767px) {
    .dev-overview .development {
      position: relative;
      left: auto;
      width: 100%;
      bottom: auto; } }
  .dev-overview .development h3 {
    color: #0B1B2E;
    font-weight: 700;
    padding: 0 0 5px; }
  .dev-overview .development p {
    padding: 0;
    color: #0B1B2E; }
.dev-overview .about {
  padding: 30px 0; }
  .dev-overview .about p:last-child {
    padding: 0; }

.box {
  background: #233a74;
  border-radius: 3px;
  padding: 7px 20px;
  margin: 10px 0;
  max-width: 85%; }
  .box.amber {
    background: #eeaf2d; }
  .box p {
    color: #fff; }
    .box p:last-child {
      padding: 0; }
  @media (max-width: 767px) {
    .box:last-child {
      margin-bottom: 30px; } }

.highlight {
  margin: 12px 0 20px; }
  .highlight span {
    font-size: 1.1em;
    color: #fff;
    background: #8FA3AF;
    padding: 5px 12px;
    border-radius: 3px;
    display: inline-block;
    margin: 0 6px 0 0;
    text-transform: uppercase; }
    .highlight span.show {
      border: 1px solid #8FA3AF;
      background: #fff;
      color: #10A733; }
    .highlight span.incentive {
      background: #233a74; }

.features {
  padding: 0 0 30px 0; }
  .features ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .features ul li {
      position: relative;
      padding-left: 25px; }
      .features ul li:before {
        content: '\f00c';
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 0;
        top: 2px; }

.development-head {
  text-align: center;
  padding: 160px 0 50px; }
  @media (max-width: 767px) {
    .development-head {
      padding: 100px 0 30px; } }
  .development-head p {
    font-weight: bold;
    padding: 0 0 20px; }
    @media (max-width: 767px) {
      .development-head p {
        padding: 0 0 10px; } }
  .development-head h1 {
    font-style: normal;
    padding: 0;
    font-weight: 700; }

.development-intro {
  padding: 0 0 50px;
  overflow: visible; }

.lead-image, .lead-image-gallery {
  position: relative; }
  @media (max-width: 767px) {
    .lead-image, .lead-image-gallery {
      margin: 0 0 30px; } }
  .lead-image .slider:not(.slick-slider) > div, .lead-image-gallery .slider:not(.slick-slider) > div {
    position: absolute; }
  .lead-image span, .lead-image-gallery span {
    position: absolute;
    z-index: 40;
    left: 20px;
    top: 20px;
    background: rgba(255, 255, 255, 0.8);
    color: #233a74;
    padding: 8px 22px 10px;
    font-size: 1.6em;
    font-weight: 700;
    border-radius: 3px; }
    @media (max-width: 767px) {
      .lead-image span, .lead-image-gallery span {
        font-size: 1.4em;
        padding: 6px 12px 8px;
        top: 15px;
        left: 15px;
        width: 90%; } }
    .lead-image span.info:before, .lead-image-gallery span.info:before {
      content: '\f05a';
      font-family: "Font Awesome 5 Pro";
      font-size: 18px;
      padding: 0 10px 0 0; }

.lead-promo {
  float: left;
  width: 100%; }

p.disclaimer {
  float: left;
  width: 100%;
  font-size: 12px;
  margin: 10px 0 0;
  padding: 0 0 0 26px;
  position: relative; }
  p.disclaimer i {
    font-size: 17px;
    position: absolute;
    left: 0;
    top: 0; }

.call-to-actions a {
  margin: 0 25px 0 0; }
  @media (max-width: 767px) {
    .call-to-actions a {
      margin: 0 15px 15px 0; } }

.showhome {
  color: #fff;
  background: #233a74;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
  margin: 0 0 20px; }

.homesready {
  color: #233a74;
  background: #EEAF2D;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 13px;
  display: inline-block;
  margin: 0 0 22px; }

.home-styles {
  padding: 0 0 50px; }
  .home-styles h2 {
    text-align: center;
    padding: 0 0 60px; }
  .home-styles .columns:last-child {
    float: left; }
  .home-styles .row .medium-4:nth-child(3n+1) {
    clear: both; }
  .home-styles .home-style {
    float: left;
    width: 100%;
    box-shadow: 0px 3px 10px #dcdcdc;
    margin: 0 0 40px; }
    .home-styles .home-style img {
      width: 100%;
      opacity: 1;
      transition: 0.4s all ease-in-out; }
    .home-styles .home-style .thumb {
      position: relative;
      float: left;
      width: 100%;
      background: #000;
      overflow: hidden; }
      .home-styles .home-style .thumb:before {
        position: absolute;
        z-index: 12;
        right: 0;
        bottom: 0;
        width: 30px;
        height: 30px;
        content: '\f054';
        font-family: "Font Awesome 5 Pro";
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        text-align: center; }
      .home-styles .home-style .thumb:after {
        position: absolute;
        z-index: 11;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        content: '';
        border-top: 60px solid transparent;
        border-right: 60px solid #233a74;
        transition: all 0.4s; }
      .home-styles .home-style .thumb .showhome {
        position: absolute;
        top: 20px;
        left: 20px; }
      .home-styles .home-style .thumb .homesready {
        position: absolute;
        top: 20px;
        right: 20px; }
    .home-styles .home-style .text {
      float: left;
      width: 100%;
      padding: 26px 20px 52px;
      position: relative; }
      .home-styles .home-style .text h3 {
        padding: 0;
        display: inline-block; }
      .home-styles .home-style .text hr {
        width: 100%;
        border: none;
        border-top: 1px solid #8FA3AF;
        margin: 24px 0 16px 0; }
      .home-styles .home-style .text p {
        padding: 0 0 5px;
        font-weight: 700; }
        .home-styles .home-style .text p:last-child {
          padding: 0; }
      .home-styles .home-style .text span {
        float: right;
        font-size: 16px;
        font-weight: 700;
        margin: 10px 0 0;
        color: #0B1B2E; }
      .home-styles .home-style .text > span.cta {
        position: absolute;
        right: 20px;
        bottom: 20px;
        color: #449233; }
        .home-styles .home-style .text > span.cta:hover {
          color: #fff; }
      .home-styles .home-style .text h3, .home-styles .home-style .text p, .home-styles .home-style .text span {
        transition: color 0.4s; }
      .home-styles .home-style .text .promo-text {
        color: #fff;
        background: #233a74;
        padding: 6px 10px;
        border-radius: 4px;
        font-size: 13px;
        display: inline-block;
        margin: 0 0 20px;
        bottom: 0;
        right: auto;
        left: auto;
        position: relative;
        display: block;
        bottom: auto;
        margin: 0 0 -32px;
        font-weight: bold; }
    .home-styles .home-style:hover {
      text-decoration: none; }
      .home-styles .home-style:hover img {
        opacity: 1;
        transform: scale(1.1); }
      .home-styles .home-style:hover .thumb:after {
        border-right: 80px solid #10A733;
        border-top: 80px solid transparent; }
      .home-styles .home-style:hover .text p, .home-styles .home-style:hover .text h3, .home-styles .home-style:hover .text span {
        text-decoration: none;
        color: #10A733; }

@media (min-width: 768px) {
  .sticky-row {
    display: flex;
    /*justify-content: space-around;*/
    align-items: flex-start;
    height: auto; }
    .sticky-row .sticky-column {
      position: -webkit-sticky;
      position: sticky;
      top: 7rem; }

  .search-results .sticky-row {
    display: block; }
    .search-results .sticky-row .sticky-column {
      top: 0;
      position: relative;
      z-index: 10; } }
@media (min-width: 1025px) {
  .search-results .sticky-row {
    display: flex; }
    .search-results .sticky-row .sticky-column {
      top: 8rem;
      position: sticky; } }
.content-area {
  overflow: hidden;
  padding: 0 0 80px; }
  .content-area.sticky-section {
    overflow: visible; }
  @media (max-width: 767px) {
    .content-area {
      padding: 0 0 30px; } }
  .content-area #map {
    width: 100%;
    height: 400px; }
  .content-area.grey {
    background: #F2F5F7;
    margin: 0 0 50px;
    padding: 60px 0; }
  .content-area.green {
    background: #10A733;
    margin: 0;
    padding: 60px 0; }
    .content-area.green * {
      color: #fff; }
    .content-area.green .center-heading .section-heading h4, .content-area.green .center-heading .section-heading span {
      color: #fff; }
  .content-area.pale-blue {
    background: #e5eeff; }
  .content-area.blue {
    background: #233a74;
    margin: 0 0 60px;
    padding: 60px 0; }
    .content-area.blue h1, .content-area.blue h2, .content-area.blue h3, .content-area.blue h4, .content-area.blue p {
      color: #fff; }
    .content-area.blue .center-heading .section-heading h1, .content-area.blue .center-heading .section-heading h2, .content-area.blue .center-heading .section-heading h3, .content-area.blue .center-heading .section-heading h4, .content-area.blue .center-heading .section-heading span {
      color: #fff; }
  .content-area.dark-blue {
    background: #0B1B2E;
    margin: 0 0 60px;
    padding: 60px 0; }
    .content-area.dark-blue h1, .content-area.dark-blue h2, .content-area.dark-blue h3, .content-area.dark-blue h4, .content-area.dark-blue p {
      color: #fff; }
    .content-area.dark-blue .center-heading .section-heading h1, .content-area.dark-blue .center-heading .section-heading h2, .content-area.dark-blue .center-heading .section-heading h3, .content-area.dark-blue .center-heading .section-heading h4, .content-area.dark-blue .center-heading .section-heading span {
      color: #fff; }
  .content-area.dark-green {
    background: #004b35;
    margin: 0 0 60px;
    padding: 60px 0; }
    .content-area.dark-green h1, .content-area.dark-green h2, .content-area.dark-green h3, .content-area.dark-green h4, .content-area.dark-green p {
      color: #fff; }
    .content-area.dark-green .center-heading .section-heading h1, .content-area.dark-green .center-heading .section-heading h2, .content-area.dark-green .center-heading .section-heading h3, .content-area.dark-green .center-heading .section-heading h4, .content-area.dark-green .center-heading .section-heading span {
      color: #fff; }
  .content-area.amber {
    background: #eeaf2d;
    margin: 0 0 60px;
    padding: 100px 0; }
    .content-area.amber h1, .content-area.amber h2, .content-area.amber h3, .content-area.amber h4, .content-area.amber p {
      color: #fff; }
  .content-area.pale-grey {
    background: #8FA3AF;
    padding: 50px 0; }
    .content-area.pale-grey h1, .content-area.pale-grey h2, .content-area.pale-grey h3, .content-area.pale-grey h4, .content-area.pale-grey h5, .content-area.pale-grey p, .content-area.pale-grey li {
      color: #fff; }
    .content-area.pale-grey h2, .content-area.pale-grey h3 {
      font-weight: 400; }
    .content-area.pale-grey h2 {
      padding: 0 0 75px; }
  .content-area h4 {
    color: #0B1B2E; }
  .content-area.center-columns {
    text-align: center; }
    @media (min-width: 768px) {
      .content-area.center-columns .medium-6 p {
        max-width: 80%;
        margin: 0 auto; } }
  .content-area .medium-4[class*="column"] + [class*="column"]:last-child {
    float: left; }
  .content-area table {
    width: 100%;
    padding: 0 0 40px; }
    .content-area table tr td {
      padding: 14px 0 8px 0;
      font-size: 1.6em;
      color: #0B1B2E;
      border-bottom: 1px solid #BCCBD5; }
      .content-area table tr td:last-child {
        text-align: right; }
  .content-area.top-pad {
    padding-top: 100px; }

.img-over {
  position: relative;
  margin: 0 0 40px; }
  .img-over:after {
    content: '';
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: 0;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin: 0 0 0 -20px; }

.center-heading {
  text-align: center; }
  .center-heading h1, .center-heading h2, .center-heading h3, .center-heading h4 {
    padding: 0 0 50px;
    font-style: normal; }
  .center-heading.light h1, .center-heading.light h2, .center-heading.light h3, .center-heading.light h4 {
    font-weight: 300;
    font-style: normal; }
  .center-heading .section-heading {
    padding: 50px 0 10px; }
    .center-heading .section-heading.blog {
      padding: 50px 0 0; }
      .center-heading .section-heading.blog em {
        font-size: 15px;
        font-style: normal;
        padding: 0 0 30px;
        display: inline-block; }
    .center-heading .section-heading span {
      font-size: 15px;
      color: #233a74;
      display: block;
      padding: 0 0 20px; }
    .center-heading .section-heading h4 {
      font-weight: 700;
      color: #233a74; }

dl {
  float: left;
  width: 100%; }
  dl dt {
    float: left;
    clear: both;
    font-weight: 400;
    font-style: italic;
    margin: 0; }
  dl dd {
    float: right;
    margin: 0;
    font-weight: 400; }

i.grey {
  color: #8FA3AF;
  padding: 0 6px 0 0; }

.dev-bar {
  overflow: hidden;
  position: fixed;
  z-index: 50;
  top: 92px;
  left: 0;
  width: 100%;
  height: 0;
  background: #F2F5F7;
  padding: 0;
  opacity: 0;
  transition: opacity 0.2s;
  min-width: 320px; }
  .dev-bar.blog-bar {
    opacity: 1;
    height: auto;
    padding: 20px 0;
    top: 86px; }
  @media (max-width: 767px) {
    .dev-bar {
      top: 72px;
      padding: 15px 0; }
      .dev-bar .large-8 {
        display: none; } }
  .dev-bar .house-heading {
    float: left;
    margin: -10px 0 0; }
    @media (max-width: 767px) {
      .dev-bar .house-heading {
        display: none; } }
    .dev-bar .house-heading p {
      padding: 0;
      display: inline-block;
      float: none; }
    .dev-bar .house-heading h3 {
      padding: 0;
      float: none; }
  .dev-bar h3 {
    float: left;
    padding: 5px 0; }
  .dev-bar ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 6px 0; }
    @media (max-width: 1250px) {
      .dev-bar ul {
        display: none; } }
    @media (max-width: 767px) {
      .dev-bar ul {
        float: left;
        width: 100%;
        border-top: 1px solid #fff;
        display: none;
        column-count: 2;
        column-gap: 20px;
        margin: 10px 0 0; } }
    .dev-bar ul li {
      display: inline-block;
      margin: 0 10px; }
      @media (max-width: 767px) {
        .dev-bar ul li {
          display: block;
          margin: 0; } }
      .dev-bar ul li:first-child {
        margin-left: 0; }
      .dev-bar ul li:last-child {
        margin-right: 0; }
      .dev-bar ul li a {
        font-weight: 700;
        font-size: 16px;
        color: #233a74;
        padding: 0 0 8px;
        transition: all 0.4s;
        border-bottom: 3px solid transparent; }
        @media (max-width: 767px) {
          .dev-bar ul li a {
            font-size: 14px;
            padding: 0 0 2px; } }
        .dev-bar ul li a:hover, .dev-bar ul li a.active {
          text-decoration: none;
          color: #10A733;
          border-bottom: 3px solid #10A733; }
  .dev-bar .enquire {
    text-align: right; }
    @media (max-width: 767px) {
      .dev-bar .enquire {
        text-align: center; } }
    .dev-bar .enquire .cta, .dev-bar .enquire .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li .dev-bar .enquire a, .dev-bar .enquire .content-area form input[type=submit], .content-area form .dev-bar .enquire input[type=submit], .dev-bar .enquire .poploc-filter ul li a, .poploc-filter ul li .dev-bar .enquire a {
      margin: 0; }
      @media (max-width: 767px) {
        .dev-bar .enquire .cta, .dev-bar .enquire .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li .dev-bar .enquire a, .dev-bar .enquire .content-area form input[type=submit], .content-area form .dev-bar .enquire input[type=submit], .dev-bar .enquire .poploc-filter ul li a, .poploc-filter ul li .dev-bar .enquire a {
          padding: 7px 10px; } }
    .dev-bar .enquire .phone {
      font-size: 16px;
      color: #233a74;
      font-weight: 700;
      transition: color 0.4s;
      margin: 13px 44px 0 0;
      display: inline-block; }
      .dev-bar .enquire .phone span {
        font-weight: 700; }
      @media (max-width: 767px) {
        .dev-bar .enquire .phone {
          margin: 0 20px 0 0;
          font-size: 13px; } }
      .dev-bar .enquire .phone:before {
        content: '\f095';
        font-family: "Font Awesome 5 Pro";
        padding: 0 8px 0 0; }
      .dev-bar .enquire .phone:hover {
        color: #10A733;
        text-decoration: none; }

body.dev-nav .dev-bar {
  height: auto;
  opacity: 1;
  padding: 20px 0; }

.cta-bar {
  background: #F2F5F7;
  position: fixed;
  z-index: 120;
  width: 100%;
  top: 92px;
  transition: top 0.25s;
  min-width: 320px; }
  @media (max-width: 767px) {
    .cta-bar {
      top: 72px; } }
  @media (max-width: 767px) {
    .cta-bar .row .medium-12 {
      padding: 0; } }
  .cta-bar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    .cta-bar ul.nobook li {
      width: 33.33%; }
    .cta-bar ul li {
      display: inline-block;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 121;
      width: 25%; }
      .cta-bar ul li:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 74px;
        top: 6px;
        left: 0;
        background: #e4e8eb; }
        @media (max-width: 767px) {
          .cta-bar ul li:before {
            height: 52px;
            top: 3px; } }
      .cta-bar ul li:last-child:before {
        display: none; }
      .cta-bar ul li:last-child a {
        background: #10A733;
        color: #fff; }
        .cta-bar ul li:last-child a:hover {
          background: #004b35; }
      .cta-bar ul li a {
        background: none;
        display: block;
        height: 86px;
        transition: all 0.25s;
        padding: 17px 0;
        color: #0B1B2E; }
        @media (max-width: 767px) {
          .cta-bar ul li a {
            height: 58px;
            padding: 14px 0; } }
        .cta-bar ul li a:hover {
          position: relative;
          z-index: 122;
          background: #10A733;
          text-decoration: none;
          color: #fff; }
        .cta-bar ul li a i {
          display: block;
          font-size: 22px; }
          @media (max-width: 767px) {
            .cta-bar ul li a i {
              font-size: 14px; } }
        .cta-bar ul li a span {
          padding: 4px 0 0;
          display: block; }
          .cta-bar ul li a span span {
            display: inline; }
          @media (max-width: 767px) {
            .cta-bar ul li a span {
              display: none;
              padding: 0; } }
          .cta-bar ul li a span.m {
            display: none; }
            @media (max-width: 767px) {
              .cta-bar ul li a span.m {
                display: block;
                font-size: 12px; } }

body.dev-nav .cta-bar {
  top: 0; }
body.dev-nav .header {
  height: 86px; }
  @media (max-width: 767px) {
    body.dev-nav .header {
      height: 58px; } }
body.dev-nav #login-success {
  top: 66px; }
  @media (max-width: 767px) {
    body.dev-nav #login-success {
      top: 48px; } }

.blog-bar h1 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  padding: 10px 0; }
  @media (max-width: 767px) {
    .blog-bar h1 {
      display: none; } }
.blog-bar .blog-categories-m {
  display: none; }
  @media (max-width: 767px) {
    .blog-bar .blog-categories-m {
      display: block; } }
  .blog-bar .blog-categories-m a {
    font-size: 10px;
    color: #0B1B2E;
    text-transform: uppercase; }
    .blog-bar .blog-categories-m a:hover {
      text-decoration: none; }
    .blog-bar .blog-categories-m a:after {
      position: absolute;
      content: '\f0da';
      font-family: "Font Awesome 5 Pro";
      margin: 0 0 0 8px;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transition: all 0.4s; }
    .blog-bar .blog-categories-m a.open:after {
      transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }
@media (max-width: 767px) {
  .blog-bar ul.open {
    display: block; } }

.review {
  background: #fff;
  box-shadow: 0px 3px 6px #dcdcdc;
  padding: 55px 60px; }
  .review span {
    color: #8FA3AF;
    font-size: 1.2em;
    padding: 0 0 20px;
    display: block; }
  .review blockquote {
    padding: 0 0 40px;
    font-size: 1em; }
    .review blockquote p {
      font-size: 3.6em;
      padding: 0 0 30px;
      line-height: 1.2em; }
    .review blockquote cite {
      color: #8FA3AF;
      font-size: 1.2em;
      line-height: 2em; }
  .review a {
    font-size: 14px; }

.single-review {
  float: left;
  width: 100%;
  position: relative; }
  .single-review img {
    width: 75%;
    height: auto;
    position: relative;
    z-index: 20;
    max-width: 75%; }
    @media (max-width: 1024px) {
      .single-review img {
        width: 100%;
        max-width: 100%; } }
  .single-review .review {
    position: absolute;
    z-index: 21;
    right: 0;
    top: 50px;
    width: 33.33%; }
    @media (max-width: 1400px) {
      .single-review .review {
        width: 50%; }
        .single-review .review blockquote p {
          font-size: 2.8em; } }
    @media (max-width: 1024px) {
      .single-review .review {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        padding: 20px 15px 0; } }

.double-review {
  padding: 400px 0 50px; }
  .double-review .review blockquote {
    padding-right: 60px; }

.multi-review {
  padding: 400px 0 50px; }
  .multi-review.quad {
    padding: 50px 0;
    background: #F2F5F7; }
    .multi-review.quad .review-slider {
      margin: 0 0 60px; }
    .multi-review.quad h3 {
      padding-left: 10px; }
  @media (max-width: 1200px) {
    .multi-review {
      padding-top: 300px; } }
  @media (max-width: 1023px) {
    .multi-review {
      padding-top: 200px; } }
  @media (max-width: 767px) {
    .multi-review {
      padding-top: 60px; }
      .multi-review .review-slider {
        padding-bottom: 60px; } }
  .multi-review .review {
    padding: 20px;
    margin: 0 10px; }
    .multi-review .review blockquote {
      padding-right: 20px; }
      .multi-review .review blockquote p {
        font-size: 16px;
        min-height: 185px; }
  .multi-review .side-title {
    padding: 140px 0 0; }
    @media (max-width: 767px) {
      .multi-review .side-title {
        text-align: center; } }
  .multi-review .slick-prev {
    background: #fff;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    color: #8FA3AF;
    transition: all 0.4s;
    margin-top: -26px;
    top: auto;
    margin: 0;
    bottom: -30px;
    left: -320px; }
    .multi-review .slick-prev:after {
      content: '\f060';
      font-family: "Font Awesome 5 Pro";
      font-size: 17px; }
    .multi-review .slick-prev:hover {
      background: #10A733;
      color: #fff;
      border-color: #10A733; }
    @media (max-width: 1330px) {
      .multi-review .slick-prev {
        left: -160px; } }
    @media (max-width: 767px) {
      .multi-review .slick-prev {
        left: 50%;
        margin-left: -64px;
        bottom: -50px; } }
  .multi-review .slick-next {
    background: #fff;
    width: 54px;
    height: 54px;
    border: none;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    color: #8FA3AF;
    transition: all 0.4s;
    right: auto;
    left: -230px;
    top: auto;
    margin: 0;
    bottom: -4px;
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg); }
    .multi-review .slick-next:after {
      content: '\f061';
      font-family: "Font Awesome 5 Pro";
      font-size: 17px; }
    .multi-review .slick-next:hover {
      background: #10A733;
      color: #fff;
      border-color: #10A733; }
    @media (max-width: 1330px) {
      .multi-review .slick-next {
        left: -80px; } }
    @media (max-width: 767px) {
      .multi-review .slick-next {
        left: 50%;
        margin-left: 10px;
        bottom: -24px; } }
  .multi-review.quad .slick-prev {
    top: -40px;
    left: auto;
    bottom: auto;
    right: 60px;
    width: 40px;
    height: 40px;
    line-height: 40px; }
    .multi-review.quad .slick-prev:after {
      font-size: 15px; }
  .multi-review.quad .slick-next {
    top: -58px;
    left: auto;
    bottom: auto;
    right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px; }
    .multi-review.quad .slick-next:after {
      font-size: 15px; }

.breadcrumb {
  padding: 30px 0 30px;
  margin: 80px 0 0; }
  .breadcrumb.no-margin-top {
    margin-top: 0; }
  @media (max-width: 767px) {
    .breadcrumb.no-margin {
      display: none;
      margin: 58px 0 0;
      padding: 10px 34px 50px; } }
  .breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block; }
    @media (max-width: 767px) {
      .breadcrumb ul {
        display: none; } }
    .breadcrumb ul li {
      display: inline-block; }
      .breadcrumb ul li:after {
        content: '>';
        color: #8FA3AF;
        padding: 0 4px; }
      .breadcrumb ul li:last-child:after {
        display: none; }
      .breadcrumb ul li a, .breadcrumb ul li span {
        font-size: 16px;
        color: #8FA3AF;
        font-weight: 700; }
      .breadcrumb ul li a:hover {
        color: #10A733;
        text-decoration: none; }
  .breadcrumb .options {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right; }
    .breadcrumb .options > form {
      position: absolute;
      top: 0;
      right: 0; }
    .breadcrumb .options > a {
      position: absolute;
      top: 0;
      right: 50px; }
      .breadcrumb .options > a:nth-child(2) {
        right: 0; }
    .breadcrumb .options > a, .breadcrumb .options > form button {
      display: inline-block;
      color: #8FA3AF;
      border: none;
      background: none;
      text-align: center;
      margin: 0 0 0 16px;
      font-size: 11px;
      transition: all 0.4s; }
      @media (max-width: 767px) {
        .breadcrumb .options > a, .breadcrumb .options > form button {
          margin: 0 0 0 8px; } }
      .breadcrumb .options > a:hover, .breadcrumb .options > form button:hover {
        text-decoration: none;
        color: #10A733;
        cursor: pointer; }
      .breadcrumb .options > a i, .breadcrumb .options > form button i {
        font-size: 20px;
        display: block;
        margin: 0 0 3px; }
      .breadcrumb .options > a.selected i, .breadcrumb .options > form button.selected i {
        font-weight: 700;
        color: #850057; }

.house-type-head {
  background: #0B1B2E;
  padding: 40px 0;
  margin: 0 0 57px; }
  @media (max-width: 767px) {
    .house-type-head {
      padding: 20px 0;
      margin: 0 0 20px; } }
  .house-type-head p, .house-type-head h1, .house-type-head h2, .house-type-head h3, .house-type-head h4, .house-type-head a {
    color: #fff; }
  .house-type-head h1 {
    font-size: 4em;
    font-style: normal;
    font-weight: 700; }
    @media (max-width: 1200px) {
      .house-type-head h1 {
        font-size: 2.8em; } }
    @media (max-width: 767px) {
      .house-type-head h1 {
        font-size: 2.8em; } }
  .house-type-head .price {
    color: #bdd531;
    font-weight: 400; }
  .house-type-head .call-to-actions {
    margin: 30px 0 0; }
    @media (max-width: 767px) {
      .house-type-head .call-to-actions {
        margin: 0; } }
    .house-type-head .call-to-actions a {
      margin-bottom: 25px;
      background: none; }
      .house-type-head .call-to-actions a:before {
        color: #fff; }
      .house-type-head .call-to-actions a:hover {
        background: #10A733; }
  .house-type-head .medium-3 {
    position: relative;
    z-index: 20; }
    @media (min-width: 1500px) {
      .house-type-head .medium-3 {
        min-height: 680px; } }
  .house-type-head .medium-9 {
    position: relative;
    z-index: 10; }
  .house-type-head .img-slider:not(.slick-slider) {
    overflow: hidden; }
    .house-type-head .img-slider:not(.slick-slider) > div {
      position: absolute; }
      .house-type-head .img-slider:not(.slick-slider) > div:first-child {
        position: relative; }
  .house-type-head .slick-list, .house-type-head .slick-track {
    overflow: visible; }
  .house-type-head .img-slider:before {
    content: '';
    right: 100%;
    top: 0;
    width: 300%;
    height: 100%;
    background: #0B1B2E;
    position: absolute;
    z-index: 11; }
  .house-type-head .img-slider:after {
    content: '';
    left: 100%;
    top: 0;
    width: 300%;
    height: 100%;
    background: #0B1B2E;
    opacity: 0.7;
    position: absolute;
    z-index: 11; }

.row .row.plot {
  padding: 0; }

.plot .plot-head {
  border-top: 1px solid #8FA3AF;
  padding: 15px 0 5px;
  margin: 15px 0 20px; }
  .plot .plot-head p {
    display: inline-block;
    font-weight: 700;
    padding: 0; }
    .plot .plot-head p:before {
      content: '●';
      color: #10A733;
      padding: 0 8px 0 0;
      font-size: 22px; }
    .plot .plot-head p.sold:before {
      color: #850057; }
    .plot .plot-head p.reserved:before {
      color: #eeaf2d; }
    .plot .plot-head p.not-available:before {
      color: #8FA3AF; }
  .plot .plot-head .save {
    float: right;
    color: #8FA3AF;
    font-size: 16px; }
    .plot .plot-head .save:hover {
      color: #10A733;
      text-decoration: none; }
    .plot .plot-head .save.saved i {
      color: #850057; }
.plot .plot-info {
  font-size: 1.6em; }
  .plot .plot-info p, .plot .plot-info li, .plot .plot-info * {
    font-size: 1em; }
  .plot .plot-info h5 {
    font-size: 0.75em; }
.plot h3 {
  line-height: 1em;
  padding: 0 0 12px; }
.plot h5 {
  text-transform: uppercase; }
.plot .features ul li {
  font-weight: 700;
  line-height: 1.8em; }
  .plot .features ul li:before {
    color: #10A733; }
.plot p.offers {
  color: #233a74; }
  .plot p.offers span {
    padding: 0 20px 0 0;
    font-weight: 700;
    display: block; }
  .plot p.offers a {
    padding: 0 20px 0 0;
    font-weight: 700;
    display: block;
    color: #233a74;
    line-height: 1.75em; }
    .plot p.offers a:after {
      content: '\f055';
      font-family: "Font Awesome 5 Pro";
      padding: 0 0 0 8px;
      color: #8FA3AF; }
    .plot p.offers a:hover {
      text-decoration: none;
      color: #10A733; }
      .plot p.offers a:hover:after {
        color: #10A733; }
.plot ul.links {
  padding: 0;
  margin: 0;
  list-style: none; }
  .plot ul.links li {
    display: inline-block;
    margin: 0 0 0 10px; }
    .plot ul.links li a {
      color: #233a74;
      font-size: 16px;
      font-weight: bold; }
    .plot ul.links li.marker:before {
      font-family: "Font Awesome 5 Pro";
      content: '\f3c5';
      padding: 0 5px 0 0; }
    .plot ul.links li.arrow:before {
      font-family: "Font Awesome 5 Pro";
      content: '\f054';
      padding: 0 5px 0 0;
      font-size: 12px; }
.plot.not-available h3, .plot.not-available p {
  color: #8FA3AF; }

.align-right {
  text-align: right; }

.floorplan-section .medium-4 {
  position: relative;
  z-index: 12; }
  .floorplan-section .medium-4 .floorplan-text {
    padding-top: 110px;
    padding-left: 0; }
    @media (max-width: 767px) {
      .floorplan-section .medium-4 .floorplan-text {
        padding: 20px 0 30px;
        text-align: center; } }
    .floorplan-section .medium-4 .floorplan-text p {
      padding: 0 0 4px; }

@media (max-width: 767px) {
  .floorplan-slider {
    padding: 0 0 60px; } }
.floorplan-slider:before {
  content: '';
  position: absolute;
  z-index: 10;
  right: 100%;
  width: 200%;
  height: 100%;
  background: #F2F5F7; }
.floorplan-slider:not(.slick-slider) > div {
  position: absolute; }
  .floorplan-slider:not(.slick-slider) > div:first-child {
    position: relative; }
.floorplan-slider .slick-list {
  overflow: visible; }
.floorplan-slider .slick-slide {
  padding: 0 10px; }
.floorplan-slider .slick-prev {
  z-index: 30;
  background: #fff;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  color: #233a74;
  transition: all 0.4s;
  margin-top: -26px;
  top: 26px;
  margin: 0;
  bottom: auto;
  left: auto;
  right: 160%; }
  .floorplan-slider .slick-prev:after {
    content: '\f060';
    font-family: "Font Awesome 5 Pro";
    font-size: 17px; }
  .floorplan-slider .slick-prev:hover {
    background: #10A733;
    color: #fff;
    border-color: #10A733; }
  @media (max-width: 767px) {
    .floorplan-slider .slick-prev {
      left: 10px;
      right: auto;
      bottom: -46px;
      top: auto; } }
.floorplan-slider .slick-next {
  background: #fff;
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  z-index: 30;
  text-align: center;
  line-height: 55px;
  color: #233a74;
  transition: all 0.4s;
  right: auto;
  left: auto;
  right: 140%;
  top: 0;
  margin: 0;
  bottom: auto;
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg); }
  .floorplan-slider .slick-next:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-size: 17px; }
  .floorplan-slider .slick-next:hover {
    background: #10A733;
    color: #fff;
    border-color: #10A733; }
  @media (max-width: 767px) {
    .floorplan-slider .slick-next {
      right: 10px;
      left: auto;
      bottom: -20px;
      top: auto; } }

.accordion > h3 {
  display: block;
  color: #0B1B2E;
  border-bottom: 1px solid #BCCBD5;
  position: relative;
  margin: 0 0 20px;
  padding: 0; }
  .accordion > h3 a {
    padding: 12px 0 20px;
    display: block;
    font-weight: 700;
    color: #0B1B2E;
    transition: color 0.3s; }
    .accordion > h3 a:after {
      content: '\f0d7';
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      right: 15px;
      top: 15px;
      font-size: 16px;
      transition: all 0.3s; }
    .accordion > h3 a:hover {
      color: #10A733;
      text-decoration: none; }
  .accordion > h3.open a {
    color: #10A733; }
    .accordion > h3.open a:after {
      transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      -webkit-transform: rotate(-180deg); }
.accordion > div {
  display: none; }

.img-slider .slick-prev, .lead-image-gallery .slick-prev {
  background: rgba(242, 245, 247, 0.5);
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  color: #233a74;
  transition: all 0.4s;
  left: 30px;
  bottom: calc(50% - 54px);
  top: auto;
  right: auto; }
  .img-slider .slick-prev:after, .lead-image-gallery .slick-prev:after {
    content: '\f060';
    font-family: "Font Awesome 5 Pro";
    font-size: 17px; }
    @media (max-width: 767px) {
      .img-slider .slick-prev:after, .lead-image-gallery .slick-prev:after {
        font-size: 15px; } }
  .img-slider .slick-prev:hover, .lead-image-gallery .slick-prev:hover {
    background: #10A733;
    color: #fff;
    border-color: #10A733; }
  @media (max-width: 767px) {
    .img-slider .slick-prev, .lead-image-gallery .slick-prev {
      width: 36px;
      height: 36px;
      line-height: 36px;
      right: auto;
      left: 15px;
      bottom: calc(50% - 43px); } }
.img-slider .slick-next, .lead-image-gallery .slick-next {
  background: rgba(242, 245, 247, 0.5);
  width: 54px;
  height: 54px;
  border: none;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  color: #233a74;
  transition: all 0.4s;
  left: auto;
  right: 30px;
  top: auto;
  margin: 0;
  bottom: calc(50% - 27px);
  transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg); }
  .img-slider .slick-next:after, .lead-image-gallery .slick-next:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-size: 17px; }
    @media (max-width: 767px) {
      .img-slider .slick-next:after, .lead-image-gallery .slick-next:after {
        font-size: 15px; } }
  .img-slider .slick-next:hover, .lead-image-gallery .slick-next:hover {
    background: #10A733;
    color: #fff;
    border-color: #10A733; }
  @media (max-width: 767px) {
    .img-slider .slick-next, .lead-image-gallery .slick-next {
      width: 36px;
      height: 36px;
      line-height: 36px;
      right: 15px;
      bottom: calc(50% - 25px); } }

body.off-canvas-open {
  overflow: hidden; }
  body.off-canvas-open .off-canvas-overlay {
    width: 100%;
    opacity: 1; }

.off-canvas-overlay {
  overflow: hiddden;
  opacity: 0;
  position: fixed;
  z-index: 200;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(11, 27, 46, 0.3);
  transition: opacity 0.4s; }

.off-canvas-content {
  transition: left 0.5s;
  position: fixed;
  top: 0;
  left: 100%;
  width: 50%;
  height: 100%;
  z-index: 201;
  overflow-y: scroll;
  background: #0B1B2E; }
  @media (max-width: 1024px) {
    .off-canvas-content {
      width: 80%; } }
  .off-canvas-content.open {
    left: 50%; }
    @media (max-width: 1024px) {
      .off-canvas-content.open {
        left: 20%; } }
  .off-canvas-content .close-box {
    position: absolute;
    top: 0;
    right: 0;
    background: #0B1B2E;
    color: #fff;
    font-size: 18px;
    padding: 6px 44px 6px 6px;
    line-height: 30px;
    z-index: 30; }
    @media (max-width: 767px) {
      .off-canvas-content .close-box {
        right: 15px;
        top: 30px; } }
    .off-canvas-content .close-box:hover {
      text-decoration: none;
      color: #fff; }
    .off-canvas-content .close-box:after {
      content: '\f057';
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      right: 6px;
      font-size: 30px;
      top: 6px;
      font-weight: 600; }
  .off-canvas-content .area {
    overflow-x: hidden;
    float: right;
    width: 100%; }
    .off-canvas-content .area h1, .off-canvas-content .area h2, .off-canvas-content .area h3, .off-canvas-content .area h4, .off-canvas-content .area h5, .off-canvas-content .area li, .off-canvas-content .area p {
      color: #fff; }
    .off-canvas-content .area .head {
      width: 100%;
      position: relative; }
      .off-canvas-content .area .head > img {
        width: 100%; }
    .off-canvas-content .area .content {
      padding: 33px 44px; }
      @media (max-width: 1024px) {
        .off-canvas-content .area .content {
          padding: 20px; } }
    .off-canvas-content .area .cta, .off-canvas-content .area .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li .off-canvas-content .area a, .off-canvas-content .area .content-area form input[type=submit], .content-area form .off-canvas-content .area input[type=submit], .off-canvas-content .area .poploc-filter ul li a, .poploc-filter ul li .off-canvas-content .area a {
      color: #0B1B2E; }
      .off-canvas-content .area .cta:hover, .off-canvas-content .area .content-area.multiple-cta-widget .cta-text ul li a:hover, .content-area.multiple-cta-widget .cta-text ul li .off-canvas-content .area a:hover, .off-canvas-content .area .content-area form input[type=submit]:hover, .content-area form .off-canvas-content .area input[type=submit]:hover, .off-canvas-content .area .poploc-filter ul li a:hover, .poploc-filter ul li .off-canvas-content .area a:hover {
        color: #fff; }

.icon {
  position: absolute;
  top: 0;
  left: 44px;
  width: 150px;
  height: 126px;
  background: #0B1B2E; }
  .icon > img {
    position: absolute;
    width: 86px;
    height: 86px;
    left: 50%;
    margin: 16px 0 0 -43px; }
  .icon:after {
    content: '';
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: -20px;
    border-top: 20px solid #0B1B2E;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    margin: 0 0 0 -20px; }
  .icon.small {
    top: -15px;
    left: 30px;
    width: 110px;
    height: 90px; }
    .icon.small > img {
      width: 70px;
      height: 70px;
      margin: 8px 0 0 -35px; }
    .icon.small:after {
      bottom: -15px;
      border-top: 15px solid #0B1B2E;
      border-right: 15px solid transparent;
      border-left: 15px solid transparent;
      margin: 0 0 0 -15px; }

.wtb-promo .columns {
  margin-bottom: 30px; }
  .wtb-promo .columns:nth-child(3n+1) {
    clear: both; }

.lightbox {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000; }
  .lightbox.open {
    display: block; }
  .lightbox iframe {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 25%;
    margin: 0 0 0 -50%; }
  .lightbox .close {
    position: absolute;
    top: 44px;
    right: 65px;
    color: #fff;
    font-size: 18px;
    padding: 0 44px 0 0;
    line-height: 30px; }
    @media (max-width: 767px) {
      .lightbox .close {
        top: 20px;
        right: 17px; } }
    .lightbox .close:hover {
      text-decoration: none;
      color: #fff; }
    .lightbox .close i {
      position: absolute;
      right: 0;
      font-size: 30px; }

.wide-image {
  min-height: 400px;
  margin: 0 0 50px;
  position: relative; }
  @media (max-width: 1000px) {
    .wide-image {
      min-height: 300px; } }
  @media (max-width: 767px) {
    .wide-image {
      min-height: 200px; } }
  .wide-image div {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%; }
  .wide-image h1 {
    text-align: center;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    padding: 0; }
    .wide-image h1 strong {
      font-weight: 700; }

.calc-form .clear-field {
  background: none;
  border: none;
  outline: none; }
.calc-form label {
  float: left;
  width: 100%;
  padding: 0 0 15px;
  font-size: 15px;
  line-height: 35px; }
  .calc-form label input, .calc-form label select {
    float: right;
    width: 42%;
    font-size: 15px;
    font-family: "Calibri", "Open Sans", sans-serif;
    padding: 6px; }
.calc-form .input-wrap {
  float: left;
  width: 100%;
  border: 1px solid #8FA3AF;
  border-radius: 3px;
  padding: 28px 10px;
  margin: 0 0 15px; }
  .calc-form .input-wrap input, .calc-form .input-wrap select {
    background: none;
    border: none;
    width: 100%;
    color: #8FA3AF;
    font-size: 14px;
    outline: none;
    font-family: "Lato", "Open Sans", sans-serif; }
  .calc-form .input-wrap label {
    display: none; }
.calc-form .radio-group {
  float: left;
  width: 100%; }
  .calc-form .radio-group span {
    font-size: 15px; }
  .calc-form .radio-group > div {
    float: right;
    width: 42%;
    padding: 0 0 25px; }
    .calc-form .radio-group > div label {
      padding: 6px 0;
      line-height: 17px;
      font-size: 16px; }
      .calc-form .radio-group > div label input {
        float: left;
        width: auto;
        margin: 3px 10px 0 0; }
  .calc-form .radio-group.h2b img {
    max-width: 150px;
    float: left; }
  .calc-form .radio-group.h2b p {
    font-size: 16px; }
  .calc-form .radio-group.h2b > div {
    display: block;
    width: 100%;
    margin: -8px 0 0; }
  .calc-form .radio-group.h2b .cta, .calc-form .radio-group.h2b .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li .calc-form .radio-group.h2b a, .calc-form .radio-group.h2b .content-area form input[type=submit], .content-area form .calc-form .radio-group.h2b input[type=submit], .calc-form .radio-group.h2b .poploc-filter ul li a, .poploc-filter ul li .calc-form .radio-group.h2b a {
    display: block;
    margin: 10px 0 30px;
    cursor: pointer; }
.calc-form .htb-logos {
  position: absolute;
  right: 0;
  width: 120px;
  bottom: 60px;
  text-align: center; }
  .calc-form .htb-logos img {
    max-width: 100px;
    margin: 0 0 10px; }
    .calc-form .htb-logos img:first-child {
      max-width: 70px; }

.mnth-cost {
  float: left;
  width: 100%; }
  .mnth-cost label {
    float: left;
    width: 50%;
    font-size: 16px;
    color: #0B1B2E;
    font-weight: 700;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .mnth-cost label {
        width: 100%;
        margin: 0 0 12px; } }
    .mnth-cost label input {
      display: block;
      border: none;
      color: #8FA3AF;
      font-size: 27px;
      outline: none;
      font-family: "Lato", "Open Sans", sans-serif; }

#piechart_3d {
  width: 100%;
  height: 300px; }

.panWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
  cursor: move; }

.panWrapper * {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }

.panWrapper a.controls {
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 50%;
  z-index: 2;
  bottom: 30px;
  cursor: pointer; }

.panWrapper a.controls.in {
  margin-left: -30px; }

.panWrapper a.controls.out {
  margin-left: 30px; }

.panWrapper a.controls.close {
  left: auto;
  right: 30px;
  top: 30px; }

.panWrapper .loading {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block; }

.panWrapper img {
  max-width: unset !important; }

.section-nav {
  display: block;
  background: #F2F5F7;
  padding: 43px 30px 40px; }
  .section-nav ul {
    list-style: none;
    margin: 0; }
    .section-nav ul li {
      margin: 0 0 4px; }
      .section-nav ul li a {
        color: #233a74;
        font-weight: 700; }
        .section-nav ul li a:hover {
          color: #10A733; }
        .section-nav ul li a:after {
          color: #10A733;
          content: '\f105';
          font-family: "Font Awesome 5 Pro";
          padding: 0;
          opacity: 0;
          transition: all 0.4s; }
        .section-nav ul li a:hover {
          text-decoration: none; }
          .section-nav ul li a:hover:after {
            opacity: 1;
            padding: 0 0 0 7px; }
      .section-nav ul li.selected a {
        color: #10A733; }

.content-nav ul {
  list-style: none;
  margin: 0 0 60px;
  display: block;
  font-size: 1em;
  float: left;
  width: 100%;
  text-align: center; }
  .content-nav ul li {
    text-align: left;
    font-size: 1em;
    display: inline-block;
    width: 19%;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .content-nav ul li {
        width: 100%;
        padding: 0; } }
    .content-nav ul li a {
      display: block;
      float: left;
      width: 100%; }
      .content-nav ul li a em {
        display: block;
        font-size: 1.5em;
        color: #233a74;
        padding: 0 0 10px; }
        @media (max-width: 767px) {
          .content-nav ul li a em {
            display: inline;
            padding: 0 10px 0 0; } }
      .content-nav ul li a span {
        display: block;
        font-size: 2em;
        font-weight: 700;
        color: #233a74;
        padding: 0 0 20px;
        border-bottom: 1px solid #8FA3AF;
        min-height: 88px; }
        @media (max-width: 767px) {
          .content-nav ul li a span {
            min-height: 1px;
            font-size: 16px;
            border: none;
            display: inline; } }
      .content-nav ul li a:hover {
        text-decoration: none; }
        .content-nav ul li a:hover em {
          color: #10A733; }
        .content-nav ul li a:hover span {
          color: #10A733;
          border-color: #10A733; }

.item {
  float: left;
  width: 100%;
  margin: 0 0 70px; }
  .item .media {
    float: left;
    width: 90px; }
  .item .text {
    float: right;
    width: calc(100% - 110px); }

.bg-img {
  padding: 130px 0;
  margin: 0 0 60px; }
  .bg-img h1, .bg-img h2, .bg-img h3, .bg-img h4 {
    color: #fff; }

.bg-widget {
  padding: 50px;
  float: left;
  width: 100%; }
  .bg-widget .media {
    float: left;
    width: 100px; }
  .bg-widget .text {
    float: right;
    width: calc(100% - 120px); }
  .bg-widget p, .bg-widget h2, .bg-widget h3, .bg-widget h4 {
    color: #fff; }

.redirect-panel {
  background: #F2F5F7;
  margin: 0 0 44px; }
  @media (min-width: 1300px) {
    .redirect-panel .medium-3, .redirect-panel .large-3 {
      width: 19%; } }
  @media (min-width: 1300px) {
    .redirect-panel .medium-4, .redirect-panel .large-4 {
      width: 21.33%; } }

.double-promo {
  padding: 140px 0;
  margin: 0 0 60px;
  position: relative; }
  .double-promo:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 58, 116, 0.4); }
  .double-promo h1, .double-promo h2, .double-promo h3, .double-promo h4, .double-promo h5, .double-promo p {
    color: #fff; }
  .double-promo h3 {
    font-weight: 300; }

.cards {
  list-style: none;
  margin: 0;
  font-size: 1em; }
  .cards li {
    float: left;
    width: calc(50% - 10px); }
    .cards li:nth-child(even) {
      float: right; }
      @media (max-width: 767px) {
        .cards li:nth-child(even) {
          float: left; } }
    @media (max-width: 767px) {
      .cards li {
        width: 100%;
        margin: 0 0 15px; } }
  .cards .card {
    background: #fff; }
    .cards .card > div {
      padding: 30px; }

.card {
  background: #F2F5F7;
  float: left;
  width: 100%;
  overflow: hidden; }
  .card > img {
    float: left;
    width: 100%; }
  .card > div {
    float: left;
    width: 100%;
    padding: 50px; }

.promo-card {
  float: left;
  width: 100%;
  margin: 0 0 50px;
  background: #eeaf2d; }
  .promo-card h1, .promo-card h2, .promo-card h3, .promo-card h4, .promo-card p {
    color: #fff;
    font-weight: 300; }
  .promo-card > div {
    float: left;
    width: 50%;
    min-height: 260px; }
    @media (max-width: 767px) {
      .promo-card > div {
        width: 100%; } }
  .promo-card .text {
    padding: 50px 30px 10px; }
    @media (max-width: 767px) {
      .promo-card .text {
        min-height: 10px;
        padding: 20px; } }

.blog-footer {
  border-top: 1px solid #BCCBD5;
  padding: 36px 0 0; }
  .blog-footer .share {
    float: right; }
    .blog-footer .share p {
      display: inline-block;
      font-weight: 700; }
    .blog-footer .share ul {
      display: inline-block;
      list-style: none;
      margin: 0; }
      .blog-footer .share ul li {
        display: inline;
        font-size: 20px;
        margin: 0 0 0 12px; }
        .blog-footer .share ul li a {
          color: #233a74; }
          .blog-footer .share ul li a:hover {
            color: #10A733; }

.enquiry-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 27, 46, 0.3);
  display: none; }
  .enquiry-overlay.open {
    display: block; }

.enquiry-box {
  position: fixed;
  background: #fff;
  z-index: 2001;
  top: 0;
  padding: 60px 48px;
  left: 0;
  left: 80px;
  top: 80px;
  width: calc(100vw - 160px);
  height: calc(100vh - 160px);
  display: none;
  overflow-x: hidden;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    .enquiry-box {
      width: 100vw;
      height: 100vh;
      overflow-x: hidden;
      overflow-y: scroll;
      left: 0;
      top: 0;
      padding: 30px 15px 80px; } }
  .enquiry-box.open {
    display: block; }
  .enquiry-box .close-box {
    position: absolute;
    top: 32px;
    right: 50px;
    color: #0B1B2E;
    font-size: 18px;
    padding: 0 44px 0 0;
    line-height: 30px; }
    @media (max-width: 767px) {
      .enquiry-box .close-box {
        right: 15px;
        top: 30px; } }
    .enquiry-box .close-box:hover {
      text-decoration: none;
      color: #10A733; }
    .enquiry-box .close-box i {
      position: absolute;
      right: 0;
      font-size: 30px;
      top: 0; }
  .enquiry-box .enquiry-box-title {
    max-width: calc(100% - 130px); }
  .enquiry-box .enquiry-form-intro {
    display: none; }

.enquiry-tabs {
  display: none;
  list-style: none;
  margin: 0 0 40px;
  width: 100%;
  float: left; }
  .enquiry-tabs li {
    float: left;
    width: 33.33%;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .enquiry-tabs li {
        width: 50%;
        padding: 0; } }
    .enquiry-tabs li:first-child {
      padding-left: 0; }
    .enquiry-tabs li:last-child {
      padding-right: 0; }
    .enquiry-tabs li a {
      float: left;
      width: 100%;
      border-bottom: 1px solid #BCCBD5;
      text-align: center;
      font-size: 16px;
      color: #233a74;
      font-weight: bold;
      padding: 6px 0 10px; }
      @media (max-width: 767px) {
        .enquiry-tabs li a {
          font-size: 13px; } }
      .enquiry-tabs li a:before {
        color: #8FA3AF;
        padding: 0 12px 0 0;
        font-family: "Font Awesome 5 Pro"; }
      .enquiry-tabs li a:hover, .enquiry-tabs li a.open {
        text-decoration: none;
        color: #10A733; }
        .enquiry-tabs li a:hover:before, .enquiry-tabs li a.open:before {
          color: #10A733; }
    .enquiry-tabs li.phone a:before {
      content: '\f87b'; }
    .enquiry-tabs li.book a:before {
      content: '\f274'; }
    .enquiry-tabs li.enquiry a:before {
      content: '\f059'; }
    .enquiry-tabs li.brochure a:before {
      content: '\f518'; }

.enquiry-box2 {
  position: fixed;
  background: #233a74;
  z-index: 2001;
  top: 0;
  padding: 60px 120px;
  top: 0;
  width: 50%;
  height: 100vh;
  left: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: left 0.4s; }
  @media (max-width: 1200px) {
    .enquiry-box2 {
      padding: 60px 30px; } }
  @media (max-width: 767px) {
    .enquiry-box2 {
      width: 100%;
      padding: 15px 15px 80px; } }
  .enquiry-box2.open {
    left: 50%; }
    @media (max-width: 767px) {
      .enquiry-box2.open {
        left: 0; } }
  .enquiry-box2 .tab-content {
    max-width: 700px; }
  .enquiry-box2 p {
    color: #fff;
    padding: 0; }
    .enquiry-box2 p strong {
      font-weight: 500; }
  .enquiry-box2 h3 {
    color: #fff;
    font-size: 3.6em;
    font-weight: 300;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
    margin: 0 0 15px; }
  .enquiry-box2 .popout .row {
    padding: 0; }
    .enquiry-box2 .popout .row .columns {
      padding: 0;
      width: 100%; }
    .enquiry-box2 .popout .row .form-field {
      background: none;
      border: none; }
      .enquiry-box2 .popout .row .form-field.radios span {
        color: #fff;
        margin-left: 5px; }
  .enquiry-box2 .popout .form-section .form-field {
    margin: 0 0 10px; }
  .enquiry-box2 .form-section .form-field.textbox input[type="text"], .enquiry-box2 .form-section .form-field.textbox input[type="email"], .enquiry-box2 .form-section .form-field.textbox input[type="tel"], .enquiry-box2 .form-section .form-field.textbox select {
    padding: 27px 15px 22px;
    border-radius: 10px;
    max-width: 750px; }
  .enquiry-box2 .form-section .form-field.textbox textarea {
    padding: 15px;
    border-radius: 10px; }
  .enquiry-box2 .close-box {
    position: absolute;
    top: 32px;
    right: 50px;
    color: #fff;
    font-size: 18px;
    padding: 0 44px 0 0;
    line-height: 30px; }
    @media (max-width: 1200px) {
      .enquiry-box2 .close-box {
        right: 30px; } }
    @media (max-width: 767px) {
      .enquiry-box2 .close-box {
        right: 15px;
        top: 30px; } }
    .enquiry-box2 .close-box:hover {
      text-decoration: none;
      color: #10A733; }
    .enquiry-box2 .close-box i {
      position: absolute;
      right: 0;
      font-size: 30px;
      top: 0; }
  .enquiry-box2 .enquiry-box-title {
    max-width: calc(100% - 130px); }
  .enquiry-box2 .enquiry-form-intro p {
    padding: 0 0 15px; }

.enquiry-overlay2 {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.55);
  display: none; }
  .enquiry-overlay2.open {
    display: block; }

.account-welcome {
  padding: 60px 0;
  border-top: 1px solid #eee; }

.account-nav {
  margin: 30px auto;
  list-style: none;
  max-width: 100%;
  text-align: center; }
  .account-nav li {
    display: inline-block;
    width: 110px;
    vertical-align: top;
    padding: 0 10px; }
    @media (max-width: 767px) {
      .account-nav li {
        width: 33.33%;
        margin-bottom: 30px; }
        .account-nav li:nth-child(3n+1) {
          clear: both; } }
    .account-nav li a {
      text-align: center;
      display: block; }
      .account-nav li a:hover {
        text-decoration: none; }
        .account-nav li a:hover i {
          background: #233a74;
          color: #fff; }
    .account-nav li span {
      font-size: 16px;
      font-weight: 700;
      color: #233a74;
      display: block;
      line-height: 1em;
      padding: 0 0 20px; }
      @media (max-width: 767px) {
        .account-nav li span {
          padding: 0; } }
    .account-nav li i {
      width: 54px;
      height: 54px;
      background: #F2F5F7;
      border-radius: 50%;
      color: #233a74;
      text-align: center;
      line-height: 54px;
      font-size: 20px;
      margin: 0 0 10px; }

.account-section {
  background: #F2F5F7;
  padding: 50px 0;
  position: relative;
  margin: 0 0 50px; }

.tile-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  font-size: 1em; }
  .tile-list ul hr {
    margin: 2px 0 12px;
    border-color: #ddd;
    width: 100%; }
  .tile-list ul li {
    float: left;
    width: 33.33%;
    padding: 0 30px 0 0;
    margin: 0 0 35px;
    font-size: 1em; }
    @media (max-width: 767px) {
      .tile-list ul li {
        width: 100%;
        padding: 0;
        margin: 0 0 25px; } }
    .tile-list ul li p {
      padding: 0; }
    .tile-list ul li > div {
      box-shadow: 0px 3px 10px #00000029;
      float: left;
      width: 100%; }
      .tile-list ul li > div > a {
        float: left;
        width: 100%;
        position: relative;
        border-radius: 3px 3px 0 0; }
        .tile-list ul li > div > a:before {
          position: absolute;
          z-index: 12;
          right: 0;
          bottom: 0;
          width: 30px;
          height: 30px;
          content: '\f054';
          font-family: "Font Awesome 5 Pro";
          color: #fff;
          font-size: 16px;
          line-height: 20px;
          text-align: center; }
        .tile-list ul li > div > a:after {
          position: absolute;
          z-index: 11;
          right: 0;
          bottom: 0;
          width: 0;
          height: 0;
          content: '';
          border-top: 60px solid transparent;
          border-right: 60px solid #233a74;
          transition: all 0.4s; }
        .tile-list ul li > div > a:hover:after {
          border-right: 80px solid #10A733;
          border-top: 80px solid transparent; }
      .tile-list ul li > div > div {
        float: left;
        width: 100%;
        background: #fff;
        padding: 30px 25px 18px;
        position: relative;
        border-radius: 0 0 3px 3px; }
        .tile-list ul li > div > div div {
          padding: 0 0 12px; }
          .tile-list ul li > div > div div h3 {
            font-size: 16px;
            color: #0B1B2E;
            font-weight: 700;
            padding: 0; }
            .tile-list ul li > div > div div h3 span {
              padding-left: 12px; }
          .tile-list ul li > div > div div span {
            color: #8FA3AF; }
          .tile-list ul li > div > div div.development .cta, .tile-list .content-area.multiple-cta-widget .cta-text ul li > div > div div.development a, .content-area.multiple-cta-widget .cta-text .tile-list ul li > div > div div.development a, .tile-list ul li > div > div div.development .content-area form input[type=submit], .content-area form .tile-list ul li > div > div div.development input[type=submit], .tile-list .poploc-filter ul li > div > div div.development a, .poploc-filter .tile-list ul li > div > div div.development a {
            width: 100%;
            text-align: center; }
          .tile-list ul li > div > div div.development p {
            padding: 0 0 10px; }
          @media (max-width: 600px) {
            .tile-list ul li > div > div div.development {
              padding-left: 25px;
              padding-right: 25px; } }
.tile-list.double ul li {
  width: 50%; }
  @media (max-width: 767px) {
    .tile-list.double ul li {
      width: 100%; } }
  .tile-list.double ul li:nth-child(2n+1) {
    clear: both; }

.large-12 .tile-list ul li {
  width: 25%; }
  @media (max-width: 1024px) {
    .large-12 .tile-list ul li {
      width: 33.33%; } }
  @media (max-width: 767px) {
    .large-12 .tile-list ul li {
      width: 100%; } }

.top-right {
  position: absolute;
  right: 45px;
  top: 0; }
  @media (max-width: 767px) {
    .top-right {
      right: 15px; } }

.recent-searches {
  float: left;
  width: 100%;
  padding: 60px 0;
  border-top: 1px solid #8FA3AF;
  position: relative;
  margin: 60px 0 0; }
  .recent-searches .top-right {
    top: 60px; }

.tag-list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0; }
  .tag-list li {
    margin: 0 25px 25px 0;
    display: inline-block; }
    .tag-list li a {
      font-size: 16px;
      padding: 10px 34px;
      color: #10A733;
      background: #F2F5F7;
      border: 1px solid #C2C2C2;
      border-radius: 3px;
      display: inline-block;
      transition: all 0.4s;
      font-weight: 600;
      line-height: 1.45em; }
      @media (max-width: 767px) {
        .tag-list li a {
          font-size: 11px;
          padding: 8px 20px;
          margin-bottom: 15px; } }
      .tag-list li a:hover {
        text-decoration: none;
        color: #fff;
        background: #10A733;
        border-color: #10A733; }

.progress-bar {
  width: calc(100% - 70px);
  border-radius: 20px;
  height: 40px;
  float: left;
  border: 1px solid #8FA3AF;
  position: relative;
  overflow: hidden; }
  .progress-bar > div {
    transition: all 0.4s;
    display: block;
    height: 38px;
    background: #8FA3AF;
    width: 0;
    border-radius: 19px; }
  .progress-bar.amber > div {
    background: #eeaf2d; }
  .progress-bar.light-green > div {
    background: #bdd531; }
  .progress-bar.green > div {
    background: #10A733; }

.progress-current {
  float: right;
  width: 40px;
  height: 40px;
  background: #8FA3AF;
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  transition: all 0.4s; }
  .progress-current.amber {
    background: #eeaf2d; }
  .progress-current.light-green {
    background: #bdd531; }
  .progress-current.green {
    background: #10A733; }

.pref-form table.checkbox-ios {
  width: 100%; }
  .pref-form table.checkbox-ios input {
    float: right; }
  .pref-form table.checkbox-ios label {
    float: left;
    padding: 8px 20px 8px 0; }

.checkbox-ios input {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 30px;
  height: 20px;
  background-color: #ffffff;
  border: 2px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #ffffff;
  transition-duration: 200ms; }
  .checkbox-ios input:after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #D9DADC; }
  .checkbox-ios input:checked {
    border-color: #449233;
    box-shadow: inset 9px 0 0 0 #449233; }
  .checkbox-ios input:checked:after {
    left: 9px;
    box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
    border: none; }

.move-checklist {
  padding: 50px 0;
  float: left;
  width: 100%; }
  .move-checklist label {
    display: inline-block;
    font-size: 13px;
    padding: 0 0 3px 10px;
    max-width: 80%; }
  .move-checklist .medium-6 {
    margin: 0 0 50px; }

.keepmoat-form .form-field {
  min-height: 80px;
  margin: 0 0 28px; }
.keepmoat-form input[type=text],
.keepmoat-form input[type=password],
.keepmoat-form textarea,
.keepmoat-form select {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #BCCBD5;
  background: #fff;
  padding: 28px 15px;
  margin: 0px;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  font-size: 16px;
  width: 100%;
  border-radius: 3px;
  font-family: "Lato", "Open Sans", sans-serif; }
  @media (max-width: 767px) {
    .keepmoat-form input[type=text],
    .keepmoat-form input[type=password],
    .keepmoat-form textarea,
    .keepmoat-form select {
      padding: 20px 15px 15px; } }
.keepmoat-form input[type=text]:focus,
.keepmoat-form input[type=password]:focus,
.keepmoat-form select:focus {
  border-color: #555;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out; }
.keepmoat-form .error {
  background: #d78989 !important;
  -webkit-transition: all 0.30s ease-in-out !important;
  -moz-transition: all 0.30s ease-in-out !important;
  -ms-transition: all 0.30s ease-in-out !important;
  -o-transition: all 0.30s ease-in-out !important;
  color: #000 !important; }
.keepmoat-form input[type="text"][required]:focus {
  /*border-color: #00bafa;*/ }
.keepmoat-form input[type="text"][required]:focus + label[placeholder]:before {
  /*color: #00bafa;*/ }
.keepmoat-form input[type="text"][required]:focus + label[placeholder]:before,
.keepmoat-form input[type="password"][required]:focus + label[placeholder]:before,
.keepmoat-form input[type="text"][required]:valid + label[placeholder]:before,
.keepmoat-form input[type="password"][required]:valid + label[placeholder]:before {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transform: translate(8px, -15px);
  -ms-transform: translate(8px, -15px);
  transform: translate(8px, -15px);
  font-size: 13px;
  margin: 0 0 0 -2px; }
.keepmoat-form input[type="text"][required]:invalid + label[placeholder][alt]:before,
.keepmoat-form input[type="password"][required]:invalid + label[placeholder][alt]:before {
  content: attr(alt); }
.keepmoat-form input[type="text"][required] + label[placeholder],
.keepmoat-form input[type="password"][required] + label[placeholder] {
  display: block;
  pointer-events: none;
  line-height: 46px;
  margin-top: -66px;
  margin-left: 9px; }
  @media (max-width: 767px) {
    .keepmoat-form input[type="text"][required] + label[placeholder],
    .keepmoat-form input[type="password"][required] + label[placeholder] {
      margin-top: -54px;
      padding: 0 0 8px; } }
.keepmoat-form input[type="text"][required] + label[placeholder]:before,
.keepmoat-form input[type="password"][required] + label[placeholder]:before {
  content: attr(placeholder);
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  color: #999999;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 16px;
  font-family: "Lato", "Open Sans", sans-serif;
  font-style: italic; }

.side-form {
  background: #0B1B2E;
  padding: 37px 30px; }
  .side-form p, .side-form label {
    color: #fff; }
  .side-form .form-field {
    min-height: 80px;
    margin: 0 0 28px; }
    .side-form .form-field.checkbox-list label {
      display: block;
      margin: 0 0 6px;
      font-size: 16px; }
    .side-form .form-field.checkbox-list input {
      margin: 0 7px 0 0;
      border: 1px solid #fff; }
    .side-form .form-field.radio-buttons label {
      display: block;
      margin: 0 0 6px;
      font-size: 16px; }
    .side-form .form-field.radio-buttons input {
      margin: 0 7px 0 0;
      border: 1px solid #fff; }
  .side-form input[type=text],
  .side-form input[type=password],
  .side-form textarea,
  .side-form select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #fff;
    background: #0B1B2E;
    padding: 28px 15px;
    margin: 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    font-family: "Lato", "Open Sans", sans-serif;
    color: #fff; }
    @media (max-width: 767px) {
      .side-form input[type=text],
      .side-form input[type=password],
      .side-form textarea,
      .side-form select {
        padding: 20px 15px 15px; } }
  .side-form input[type=text]:focus,
  .side-form input[type=password]:focus,
  .side-form select:focus {
    border-color: #10A733;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; }
  .side-form .error {
    background: #d78989 !important;
    -webkit-transition: all 0.30s ease-in-out !important;
    -moz-transition: all 0.30s ease-in-out !important;
    -ms-transition: all 0.30s ease-in-out !important;
    -o-transition: all 0.30s ease-in-out !important;
    color: #fff !important; }
  .side-form input[type="text"][required]:focus {
    /*border-color: #00bafa;*/ }
  .side-form input[type="text"][required]:focus + label[placeholder]:before {
    /*color: #00bafa;*/ }
  .side-form input[type="text"][required]:focus + label[placeholder]:before,
  .side-form input[type="password"][required]:focus + label[placeholder]:before,
  .side-form input[type="text"][required]:valid + label[placeholder]:before,
  .side-form input[type="password"][required]:valid + label[placeholder]:before {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate(8px, -15px);
    -ms-transform: translate(8px, -15px);
    transform: translate(8px, -15px);
    font-size: 13px;
    margin: 0 0 0 -2px; }
  .side-form input[type="text"][required]:invalid + label[placeholder][alt]:before,
  .side-form input[type="password"][required]:invalid + label[placeholder][alt]:before {
    content: attr(alt); }
  .side-form input[type="text"][required] + label[placeholder],
  .side-form input[type="password"][required] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 46px;
    margin-top: -66px;
    margin-left: 9px; }
    @media (max-width: 767px) {
      .side-form input[type="text"][required] + label[placeholder],
      .side-form input[type="password"][required] + label[placeholder] {
        margin-top: -54px;
        padding: 0 0 8px; } }
  .side-form input[type="text"][required] + label[placeholder]:before,
  .side-form input[type="password"][required] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    color: #fff;
    white-space: nowrap;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-family: "Lato", "Open Sans", sans-serif;
    font-style: italic; }

.reserve {
  padding: 50px 0; }
  .reserve.grey {
    background: #F2F5F7; }
  .reserve.reserve-step3-3rd {
    padding-bottom: 0; }
  .reserve.reserve-step3-nav {
    padding-top: 0; }
  .reserve h1 {
    font-size: 2.7em;
    font-weight: 700;
    font-style: normal;
    padding: 0 0 44px; }
  .reserve .large-home-tile {
    float: left;
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0px 3px 10px #00000029;
    margin: 0 0 50px; }
    .reserve .large-home-tile > div {
      padding: 25px; }
      .reserve .large-home-tile > div h3 {
        padding: 0 0 5px; }
      .reserve .large-home-tile > div hr {
        width: 100%;
        margin: 15px 0;
        border-color: #F2F5F7; }
      .reserve .large-home-tile > div p {
        padding: 0 0 5px; }
      .reserve .large-home-tile > div span {
        color: #8FA3AF; }
  .reserve .confirm-select {
    background: #F2F5F7;
    padding: 9px 25px 10px;
    margin: 0 0 15px; }
    .reserve .confirm-select select {
      border: none;
      padding: 5px 10px 5px 20px;
      font-family: "Lato", "Open Sans", sans-serif;
      font-size: 16px;
      background: #F2F5F7;
      outline: none;
      font-weight: 700;
      color: #0B1B2E; }
  .reserve .confirm-checkbox {
    background: #F2F5F7;
    margin: 0 0 9px; }
    .reserve .confirm-checkbox label {
      padding: 15px 25px 16px 50px;
      position: relative;
      font-size: 16px;
      color: #0B1B2E;
      font-weight: 700;
      display: block; }
      .reserve .confirm-checkbox label:before {
        content: '\f0c8';
        font-family: "Font Awesome 5 Pro";
        font-size: 16px;
        left: 25px;
        top: 17px;
        position: absolute;
        font-weight: 400;
        cursor: pointer; }
    .reserve .confirm-checkbox.checked label:before {
      content: '\f00c';
      color: #10A733; }
    .reserve .confirm-checkbox input {
      margin: 0 10px 0 0;
      display: none; }

.reserve-step1 {
  overflow: visible; }

.reserve-step {
  display: block;
  border-bottom: 1px solid #8FA3AF;
  position: relative;
  padding-right: 25px; }
  @media (max-width: 767px) {
    .reserve-step {
      border: none; } }
  .reserve-step span {
    font-size: 400;
    font-size: 15px;
    color: #8FA3AF; }
    @media (max-width: 767px) {
      .reserve-step span {
        margin-right: 8px; } }
  .reserve-step h4 {
    padding-top: 10px;
    color: #8FA3AF;
    display: block; }
    @media (max-width: 767px) {
      .reserve-step h4 {
        display: inline-block;
        padding: 0 0 16px; } }
  .reserve-step.current {
    border-color: #0B1B2E; }
    .reserve-step.current span, .reserve-step.current h4 {
      color: #0B1B2E; }
  .reserve-step.complete {
    border-color: #10A733; }
    .reserve-step.complete span, .reserve-step.complete h4 {
      color: #10A733; }
    .reserve-step.complete:after {
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      color: #10A733;
      position: absolute;
      right: 0;
      bottom: 20px;
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .reserve-step.complete:after {
          position: relative;
          right: auto;
          bottom: auto;
          font-size: 20px;
          font-weight: 700;
          top: auto;
          margin: 0 0 0 10px; } }

.reserve-step1 .err-msg p {
  color: #850057;
  font-size: 15px;
  font-style: italic; }
  .reserve-step1 .err-msg p:before {
    content: '\f06a';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    margin-right: 5px;
    font-style: normal; }

.form-section hr {
  border-color: #BCCBD5;
  width: 100%;
  margin: 20px 0 50px; }
.form-section .form-field {
  background: #fff;
  padding: 22px 50px 22px 30px;
  border-radius: 3px;
  margin: 0 0 35px;
  position: relative;
  border: 1px solid #fff;
  transition: border-color 0.4s; }
  @media (max-width: 767px) {
    .form-section .form-field {
      padding: 15px 40px 15px 15px;
      margin: 0 0 30px; } }
  .form-section .form-field > em {
    display: block;
    font-size: 13px;
    color: #8FA3AF;
    padding: 0 0 12px; }
  .form-section .form-field.complete {
    border-color: #10A733; }
    .form-section .form-field.complete:after {
      content: '\f00c';
      font-family: "Font Awesome 5 Pro";
      color: #10A733;
      position: absolute;
      right: 26px;
      top: 50%;
      margin-top: -12px;
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .form-section .form-field.complete:after {
          right: 10px; } }
  .form-section .form-field.error {
    border-color: #850057; }
    .form-section .form-field.error:after {
      content: '\f00d';
      font-family: "Font Awesome 5 Pro";
      color: #850057;
      position: absolute;
      right: 26px;
      top: 50%;
      margin-top: -12px;
      font-size: 20px;
      font-weight: 700; }
      @media (max-width: 767px) {
        .form-section .form-field.error:after {
          right: 10px; } }
  .form-section .form-field p, .form-section .form-field > label {
    display: block;
    padding: 0 0 18px;
    font-size: 16px; }
    .form-section .form-field p span.tooltip, .form-section .form-field > label span.tooltip {
      color: #449233;
      margin: 0 0 0 5px; }
  .form-section .form-field span.tooltip {
    color: #449233;
    margin: 0 0 0 5px;
    font-size: 16px; }
  .form-section .form-field.radio-buttons input {
    display: inline;
    margin-right: 5px; }
  .form-section .form-field.radio-buttons label {
    display: inline;
    font-size: 16px;
    margin-right: 60px; }
    .form-section .form-field.radio-buttons label:last-child {
      margin-right: 0; }
    @media (max-width: 767px) {
      .form-section .form-field.radio-buttons label {
        display: block;
        padding: 0 0 5px;
        margin: 0; } }
  .form-section .form-field.upload input[type=file] {
    float: none; }
  .form-section .form-field.textbox input[type="text"],
  .form-section .form-field.textbox input[type="email"],
  .form-section .form-field.textbox input[type="tel"],
  .form-section .form-field.textbox textarea,
  .form-section .form-field.textbox select {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #8FA3AF;
    background: #fff;
    padding: 28px 15px;
    margin: 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    font-family: "Lato", "Open Sans", sans-serif;
    max-width: 600px; }
    @media (max-width: 767px) {
      .form-section .form-field.textbox input[type="text"],
      .form-section .form-field.textbox input[type="email"],
      .form-section .form-field.textbox input[type="tel"],
      .form-section .form-field.textbox textarea,
      .form-section .form-field.textbox select {
        padding: 20px 15px 15px; } }
  .form-section .form-field.textbox input[type="text"]:focus,
  .form-section .form-field.textbox input[type="email"]:focus,
  .form-section .form-field.textbox input[type="tel"]:focus,
  .form-section .form-field.textbox select:focus {
    border-color: #333;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; }
  .form-section .form-field.textbox .error {
    background: #d78989 !important;
    -webkit-transition: all 0.30s ease-in-out !important;
    -moz-transition: all 0.30s ease-in-out !important;
    -ms-transition: all 0.30s ease-in-out !important;
    -o-transition: all 0.30s ease-in-out !important;
    color: #fff !important; }
  .form-section .form-field.textbox input[type="text"]:focus + label[placeholder]:before,
  .form-section .form-field.textbox input[type="text"]:valid + label[placeholder]:before,
  .form-section .form-field.textbox input[type="email"]:focus + label[placeholder]:before,
  .form-section .form-field.textbox input[type="email"]:valid + label[placeholder]:before,
  .form-section .form-field.textbox input[type="tel"]:focus + label[placeholder]:before,
  .form-section .form-field.textbox input[type="tel"]:valid + label[placeholder]:before {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate(8px, -15px);
    -ms-transform: translate(8px, -15px);
    transform: translate(8px, -15px);
    font-size: 13px;
    margin: 0 0 0 -2px; }
  .form-section .form-field.textbox input[type="text"]:invalid + label[placeholder][alt]:before,
  .form-section .form-field.textbox input[type="email"]:invalid + label[placeholder][alt]:before,
  .form-section .form-field.textbox input[type="tel"]:invalid + label[placeholder][alt]:before {
    content: attr(alt); }
  .form-section .form-field.textbox input[type="text"] + label[placeholder],
  .form-section .form-field.textbox input[type="email"] + label[placeholder],
  .form-section .form-field.textbox input[type="tel"] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 46px;
    margin-top: -66px;
    margin-left: 9px; }
    @media (max-width: 767px) {
      .form-section .form-field.textbox input[type="text"] + label[placeholder],
      .form-section .form-field.textbox input[type="email"] + label[placeholder],
      .form-section .form-field.textbox input[type="tel"] + label[placeholder] {
        margin-top: -54px;
        padding: 0 0 8px; } }
  .form-section .form-field.textbox input[type="text"] + label[placeholder]:before,
  .form-section .form-field.textbox input[type="email"] + label[placeholder]:before,
  .form-section .form-field.textbox input[type="tel"] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    color: #8FA3AF;
    white-space: nowrap;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-family: "Lato", "Open Sans", sans-serif;
    font-style: italic; }
  .form-section .form-field.textbox .time {
    margin: 20px 0 0; }
    .form-section .form-field.textbox .time input[type=text] {
      width: 20%;
      margin: 0 10px 0 0; }
  .form-section .form-field.textbox.auto-field p {
    padding: 10px 0 0;
    display: block; }
  .form-section .form-field.textbox.multi-field > div {
    margin: 0 0 10px; }
    @media (min-width: 600px) {
      .form-section .form-field.textbox.multi-field > div {
        max-width: 295px;
        width: 50%;
        height: 67px;
        display: inline-block; }
        .form-section .form-field.textbox.multi-field > div:first-child {
          width: calc(50% - 10px);
          margin-right: 10px; } }
  .form-section .form-field.textbox.int-tel > select {
    width: 120px;
    padding: 27px 15px;
    position: absolute;
    top: 22px;
    left: 30px;
    border-radius: 3px 0 0 3px; }
    @media (max-width: 767px) {
      .form-section .form-field.textbox.int-tel > select {
        width: 90px;
        font-size: 14px;
        padding: 16px 5px;
        height: 56px;
        top: 15px;
        left: 15px; } }
  .form-section .form-field.textbox.int-tel > input[type=text] {
    padding-left: 137px; }
    @media (max-width: 767px) {
      .form-section .form-field.textbox.int-tel > input[type=text] {
        padding-left: 104px; } }
  .form-section .form-field.textbox.int-tel input[type="text"] + label[placeholder]:before,
  .form-section .form-field.textbox.int-tel input[type="email"] + label[placeholder]:before,
  .form-section .form-field.textbox.int-tel input[type="tel"] + label[placeholder]:before {
    margin-left: 122px; }
    @media (max-width: 767px) {
      .form-section .form-field.textbox.int-tel input[type="text"] + label[placeholder]:before,
      .form-section .form-field.textbox.int-tel input[type="email"] + label[placeholder]:before,
      .form-section .form-field.textbox.int-tel input[type="tel"] + label[placeholder]:before {
        margin-left: 92px; } }
  .form-section .form-field.textbox span.tooltip {
    position: absolute;
    left: 635px;
    top: 44%; }
    @media (max-width: 1100px) {
      .form-section .form-field.textbox span.tooltip {
        left: 580px; } }
    @media (max-width: 980px) {
      .form-section .form-field.textbox span.tooltip {
        left: auto;
        right: 90px; } }
    @media (max-width: 767px) {
      .form-section .form-field.textbox span.tooltip {
        left: auto;
        right: 70px;
        top: 38%; } }
    @media (max-width: 580px) {
      .form-section .form-field.textbox span.tooltip {
        left: auto;
        right: 62px;
        top: 38%; } }
  .form-section .form-field.multi-date select {
    max-width: 180px;
    margin-right: 20px; }
    .form-section .form-field.multi-date select:last-child {
      max-width: 200px;
      margin-right: 0; }
    @media (max-width: 767px) {
      .form-section .form-field.multi-date select {
        max-width: 100%;
        width: 100%;
        margin: 0 0 15px; }
        .form-section .form-field.multi-date select:last-child {
          max-width: 100%; } }
  .form-section .form-field.address-time input[type=text] {
    width: 40%; }
  .form-section .form-field.address-time input:nth-child(4) {
    width: 40%;
    position: absolute;
    left: 50%;
    top: 65px; }
  .form-section .form-field.address-time label:nth-child(5) {
    left: 50%;
    position: absolute; }
  .form-section .form-field.address-time .address-button {
    margin: 20px 0 0; }
  .form-section .form-field.address-form > input[type=text] {
    margin: 0 0 10px; }
  .form-section .form-field.address-history table td {
    font-size: 16px;
    padding: 0 20px 6px 0; }
.form-section .err-msg {
  display: block;
  margin: -30px 0 22px;
  text-align: right; }
  .form-section .err-msg p {
    color: #850057;
    font-size: 15px;
    font-style: italic; }
    .form-section .err-msg p:before {
      content: '\f06a';
      font-family: "Font Awesome 5 Pro";
      font-weight: 700;
      margin-right: 5px;
      font-style: normal; }
.form-section .form-field .err-msg {
  display: none; }
.form-section .form-field.error .err-msg {
  display: block;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: -45px; }
.form-section .form-nav {
  margin: 50px 0; }
  .form-section .form-nav .warning {
    display: block;
    padding: 22px 0;
    clear: both; }
    .form-section .form-nav .warning > div {
      float: right;
      width: auto;
      background: #850057;
      color: #fff;
      font-size: 16px;
      padding: 10px 15px;
      font-weight: 700;
      border-radius: 3px; }
      .form-section .form-nav .warning > div i {
        margin-right: 10px; }
      @media (max-width: 767px) {
        .form-section .form-nav .warning > div {
          float: none;
          width: 100%;
          display: block;
          font-size: 15px; } }

.reserve-step3-nav .form-section .form-nav {
  margin: 0; }

.confirm-message {
  display: block;
  padding: 22px 0;
  margin: 0 0 40px; }
  .confirm-message > div {
    float: left;
    width: auto;
    background: #449233;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 3px; }
    .confirm-message > div i {
      margin-right: 10px; }
    @media (max-width: 767px) {
      .confirm-message > div {
        float: none;
        width: 100%;
        display: block;
        font-size: 15px; } }

.popout {
  padding: 0 0 30px;
  height: auto; }
  @media (max-width: 767px) {
    .popout {
      padding: 0 0 100px; } }
  .popout .columns.grey {
    background: #F2F5F7;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .popout .form-section .form-field {
    margin: 0 0 20px;
    padding: 0 0 2px; }
    @media (max-width: 767px) {
      .popout .form-section .form-field {
        margin: 0 0 10px; } }
    .popout .form-section .form-field.textbox textarea {
      max-width: 100%; }
    @media (max-width: 767px) {
      .popout .form-section .form-field p {
        font-size: 13px; } }
  .popout .form-section .radios label {
    display: inline-block;
    margin: 0 30px 0 0; }
    @media (max-width: 767px) {
      .popout .form-section .radios label {
        width: 100px;
        font-size: 13px; } }
  .popout .icon-list {
    margin: 0;
    list-style: none;
    font-size: 1em;
    width: 100%; }
    .popout .icon-list li {
      display: block;
      width: 100%;
      padding: 0 0 20px 0;
      font-size: 1em; }
      .popout .icon-list li img {
        width: 80px;
        margin: 0 20px 0 0;
        display: inline; }
      .popout .icon-list li p {
        display: inline-block;
        width: calc(100% - 105px); }
      @media (max-width: 767px) {
        .popout .icon-list li {
          text-align: center;
          padding: 0; }
          .popout .icon-list li img {
            margin: 0 0 10px; }
          .popout .icon-list li p {
            width: 100%; } }

.error-404 {
  padding: 60px 0;
  text-align: center; }
  .error-404 p {
    font-size: 2em; }
  .error-404 h1 {
    padding: 0 0 50px; }

.none-available {
  background: #F2F5F7;
  text-align: center;
  width: 100%;
  max-width: 400px;
  padding: 60px 50px 38px 50px;
  margin: 0 auto 60px;
  box-shadow: 0px 3px 10px #dcdcdc; }
  .none-available i {
    font-size: 30px;
    color: #8FA3AF;
    margin: 0 0 20px; }

.sitemap-overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 27, 46, 0.5);
  display: none;
  padding: 50px; }
  .sitemap-overlay.open {
    display: block; }
  .sitemap-overlay img {
    width: 100%; }
  .sitemap-overlay .close {
    position: absolute;
    top: 66px;
    right: 65px;
    color: #0B1B2E;
    font-size: 18px;
    padding: 0 44px 0 0;
    line-height: 30px; }
    @media (max-width: 767px) {
      .sitemap-overlay .close {
        top: 20px;
        right: 17px; } }
    .sitemap-overlay .close:hover {
      text-decoration: none; }
    .sitemap-overlay .close i {
      position: absolute;
      right: 0;
      font-size: 30px; }

.ktc-section.ktc-border-root {
  float: left;
  width: 100%; }

.ktc-editable-area .content-area {
  overflow: visible; }

i.amber-icon {
  color: #eeaf2d;
  margin-right: 6px; }

.pac-item {
  border: none; }
  .pac-item:nth-child(4), .pac-item:nth-child(5) {
    display: none; }
  .pac-item .pac-icon-marker {
    background: none;
    height: 20px;
    width: 20px; }
    .pac-item .pac-icon-marker:before {
      content: '\f3c5';
      font-family: "Font Awesome 5 Pro";
      font-weight: 700;
      font-size: 16px;
      color: #233a74;
      position: absolute;
      margin: -5px 0 0; }
  .pac-item span {
    font-size: 13px;
    color: #233a74;
    font-weight: 700; }
  .pac-item > span:nth-child(3) {
    display: block;
    padding: 3px 0 0 28px;
    margin: -12px 0 0;
    color: #8FA3AF;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400; }
    @media (max-width: 767px) {
      .pac-item > span:nth-child(3) {
        display: none; } }
  .pac-item .pac-item-query, .pac-item .pac-item-query span {
    font-size: 16px;
    color: #233a74;
    font-weight: 700; }
    @media (max-width: 767px) {
      .pac-item .pac-item-query, .pac-item .pac-item-query span {
        font-size: 13px; } }
  .pac-item .pac-matched {
    font-weight: 500; }
  .pac-item:hover {
    text-decoration: none;
    cursor: pointer;
    background: none; }
    .pac-item:hover span {
      color: #449233; }
    .pac-item:hover .pac-icon-marker:before {
      color: #449233; }
    .pac-item:hover .pac-item-query, .pac-item:hover .pac-item-query span {
      color: #449233; }

.pac-container {
  display: none !important; }

.address-search .pac-container {
  display: block !important; }
  .address-search .pac-container.pac-logo {
    box-shadow: none;
    border: none; }
    .address-search .pac-container.pac-logo:after {
      display: none; }

.auto-search {
  float: left;
  width: 100%;
  border-top: 1px solid #BCCBD5;
  padding: 15px;
  background: #fff;
  text-align: left;
  position: absolute; }
  @media (max-width: 767px) {
    .auto-search {
      padding: 10px 10px 5px;
      position: absolute; } }
  .auto-search > div {
    float: left;
    width: 50%; }
    .auto-search > div p {
      font-size: 1.3em;
      font-style: italic; }
  .auto-search .js-dev-result-names a {
    display: block;
    font-size: 16px;
    color: #233a74;
    font-weight: 700;
    margin: 0 0 15px; }
    @media (max-width: 767px) {
      .auto-search .js-dev-result-names a {
        font-size: 13px;
        margin: 0 0 4px; } }
    .auto-search .js-dev-result-names a:hover {
      color: #449233;
      text-decoration: none; }

.head-search .auto-search {
  box-shadow: 0px 3px 10px #00000029;
  width: 200px;
  border: none; }
  @media (max-width: 767px) {
    .head-search .auto-search {
      width: calc(100% - 30px); } }
  .head-search .auto-search > div {
    width: 100%; }
    .head-search .auto-search > div p {
      padding: 0 0 8px; }
  .head-search .auto-search .js-dev-result-names a {
    font-size: 14px; }
    @media (max-width: 767px) {
      .head-search .auto-search .js-dev-result-names a {
        margin: 0 0 10px; } }

.search-filters .auto-search {
  float: left;
  width: calc(100% - 30px);
  border: 1px solid #BCCBD5;
  padding: 15px;
  background: #fff;
  text-align: left;
  position: absolute;
  left: 15px;
  top: 69px; }
  .search-filters .auto-search > div {
    width: 100%; }

.regions {
  text-align: center;
  padding: 0 0 80px; }
  @media (max-width: 767px) {
    .regions {
      padding: 0 0 40px; } }
  .regions .city-tile {
    display: inline-block;
    width: 33%;
    padding: 0 15px;
    margin: 15px 0 30px; }
    @media (max-width: 1024px) {
      .regions .city-tile {
        width: 49.4%; } }
    @media (max-width: 767px) {
      .regions .city-tile {
        width: 100%;
        margin: 0 0 15px;
        padding: 0; } }
    .regions .city-tile a {
      overflow: hidden;
      background: #000;
      display: block;
      width: 100%;
      text-align: left; }
      .regions .city-tile a img {
        width: 100%;
        transition: 0.4s all ease-in-out;
        position: relative;
        z-index: 18;
        opacity: 0.85; }
      .regions .city-tile a h3 {
        position: relative;
        z-index: 20;
        color: #fff;
        font-weight: 700;
        display: block;
        padding: 25px 35px;
        background: #0B1B2E;
        transition: all 0.4s; }
        @media (max-width: 1200px) {
          .regions .city-tile a h3 {
            padding: 25px;
            font-size: 22px; } }
        .regions .city-tile a h3 span {
          color: #fff;
          font-weight: 700;
          font-size: 16px;
          float: right; }
          @media (max-width: 1200px) {
            .regions .city-tile a h3 span {
              font-size: 14px; } }
      .regions .city-tile a:hover {
        text-decoration: none; }
        .regions .city-tile a:hover h3 {
          background: #10A733; }
        .regions .city-tile a:hover img {
          transform: scale(1.1);
          opacity: 1; }
  .regions.even .city-tile {
    width: 33.34%; }
    @media (max-width: 1024px) {
      .regions.even .city-tile {
        width: 49.4%; } }
    @media (max-width: 767px) {
      .regions.even .city-tile {
        width: 100%; } }

.vacancy {
  float: left;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0px 3px 10px #00000029;
  padding: 26px;
  margin: 0 0 30px; }
  @media (max-width: 767px) {
    .vacancy {
      padding: 15px 5px; } }
  .vacancy > div {
    float: left;
    width: 15%;
    padding: 0 10px; }
    @media (max-width: 1024px) {
      .vacancy > div {
        width: 33.33%;
        padding: 10px; } }
    @media (max-width: 767px) {
      .vacancy > div {
        width: 50%; } }
    .vacancy > div:last-child {
      width: 19%; }
      @media (max-width: 1024px) {
        .vacancy > div:last-child {
          width: 100%;
          padding-bottom: 0; } }
    .vacancy > div.role {
      width: 36%; }
      @media (max-width: 1024px) {
        .vacancy > div.role {
          padding-top: 0;
          width: 100%; } }
    .vacancy > div h3 {
      padding: 0;
      font-weight: 700; }
      .vacancy > div h3 span {
        font-size: 16px;
        font-weight: 400;
        color: #8FA3AF;
        display: inline; }
    .vacancy > div span {
      display: block;
      text-transform: uppercase;
      font-size: 1.2em;
      padding: 0 0 10px; }
    .vacancy > div p {
      font-weight: 700;
      padding: 0; }
    .vacancy > div .cta, .vacancy > div .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li .vacancy > div a, .vacancy > div .content-area form input[type=submit], .content-area form .vacancy > div input[type=submit], .vacancy > div .poploc-filter ul li a, .poploc-filter ul li .vacancy > div a {
      padding: 10px 5px;
      width: 100%;
      text-align: center; }
      @media (max-width: 1024px) {
        .vacancy > div .cta, .vacancy > div .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li .vacancy > div a, .vacancy > div .content-area form input[type=submit], .content-area form .vacancy > div input[type=submit], .vacancy > div .poploc-filter ul li a, .poploc-filter ul li .vacancy > div a {
          width: auto;
          padding: 10px 34px; } }

.vacancy-filter {
  margin: 0 0 30px; }
  .vacancy-filter p {
    font-weight: 700;
    display: inline;
    padding: 0 20px 0 0; }
  .vacancy-filter ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline; }
    .vacancy-filter ul li {
      display: inline;
      padding: 0 20px; }
      @media (max-width: 1024px) {
        .vacancy-filter ul li {
          display: block;
          padding: 0; } }
      .vacancy-filter ul li a {
        color: #233a74; }
        .vacancy-filter ul li a span {
          display: inline-block;
          width: 23px;
          height: 23px;
          text-align: center;
          line-height: 24px;
          color: #233a74;
          border-radius: 100%;
          margin: 0 0 0 14px; }
        .vacancy-filter ul li a.selected {
          color: #10A733;
          font-weight: 700; }
          .vacancy-filter ul li a.selected span {
            background: #10A733;
            color: #fff;
            font-size: 12px; }
        .vacancy-filter ul li a:hover {
          text-decoration: none;
          color: #10A733; }

.content-area form .ktc-default-section {
  max-width: 800px;
  margin: 30px auto; }
  .content-area form .ktc-default-section .form-field {
    display: block;
    margin: 0 0 20px; }
    @media (max-width: 767px) {
      .content-area form .ktc-default-section .form-field {
        margin: 0 0 15px; } }
    .content-area form .ktc-default-section .form-field > label {
      font-size: 16px;
      display: inline-block;
      width: 25%;
      vertical-align: top;
      font-weight: bold; }
      @media (max-width: 767px) {
        .content-area form .ktc-default-section .form-field > label {
          width: 100%;
          padding: 0 0 5px; } }
    .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control {
      display: inline-block;
      width: calc(75% - 20px);
      margin-left: 16px; }
      @media (max-width: 767px) {
        .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control {
          width: 100%;
          margin-left: 0; } }
      .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control > input, .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control select, .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control textarea {
        padding: 12px;
        width: 100%;
        font-family: "Lato", "Open Sans", sans-serif;
        font-size: 16px;
        border: 1px solid #8FA3AF;
        border-radius: 3px; }
        .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control > input:focus, .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control > input:focus-visible, .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control select:focus, .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control select:focus-visible, .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control textarea:focus, .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control textarea:focus-visible {
          border-color: #555;
          outline: none; }
      .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control textarea {
        min-height: 100px; }
      .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control .ktc-checkbox-list label {
        font-size: 16px;
        padding: 0 0 0 6px;
        margin: 0 20px 0 0; }
      .content-area form .ktc-default-section .form-field > div.editing-form-control-nested-control .ktc-checkbox label p {
        display: inline;
        padding: 0 0 0 5px; }
    .content-area form .ktc-default-section .form-field .field-validation-error {
      font-size: 16px;
      color: red; }
.content-area form input[type=submit] {
  margin: 0 auto 50px;
  display: inherit; }

.share-pop {
  position: absolute;
  width: 150px;
  top: 50px;
  right: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #8FA3AF;
  border-radius: 5px;
  padding: 5px 10px;
  text-align: center; }
  .share-pop a {
    display: inline-block;
    color: #8FA3AF;
    padding: 0;
    margin: 0 7px; }
    .share-pop a i {
      display: inline;
      font-size: 20px; }
    .share-pop a:hover {
      text-decoration: none;
      color: #10A733; }
    .share-pop a i.custom-logo-x {
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url(../images/icons/X.png) no-repeat 0 0;
      background-size: 100% 200%;
      margin: 0 0 -3px 0; }
      .share-pop a i.custom-logo-x:hover {
        background-position: 0 100%; }

.sitemap-zoom {
  height: 700px;
  width: 100%;
  background: #fff !important;
  position: relative;
  z-index: 10; }
  @media (max-width: 767px) {
    .sitemap-zoom {
      height: 450px; } }

#login-success {
  transition: top 0.4s;
  position: absolute;
  right: 125px;
  top: 72px;
  background: #fff;
  padding: 25px 30px 23px;
  width: 450px;
  z-index: 80;
  box-shadow: 0px 10px 10px #00000029; }
  #login-success:after {
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 7px;
    background: #fff;
    width: 100%; }
  @media (max-width: 767px) {
    #login-success {
      top: 62px;
      right: 0;
      width: 320px;
      padding: 20px 20px 5px; } }
  #login-success .form-field {
    margin: 0 0 15px; }
    #login-success .form-field label {
      font-size: 14px;
      padding: 0 0 3px;
      display: block; }
    #login-success .form-field.textbox {
      margin: 0 0 35px; }
      @media (max-width: 767px) {
        #login-success .form-field.textbox {
          margin: 0 0 20px; } }
      #login-success .form-field.textbox input {
        width: 100%;
        padding: 6px;
        border: 1px solid #bbb;
        border-radius: 3px;
        font-size: 13px;
        font-family: "Lato", "Open Sans", sans-serif; }
    #login-success .form-field.divider {
      text-align: center;
      position: relative; }
      #login-success .form-field.divider:before {
        content: '';
        position: absolute;
        left: 0;
        top: 19px;
        width: 100%;
        height: 1px;
        background: #c2c2c2; }
      #login-success .form-field.divider span {
        display: inline-block;
        padding: 10px;
        background: #fff;
        font-size: 13px;
        color: #8FA3AF;
        position: relative; }
    #login-success .form-field.password-options p {
      padding: 0 0 11px; }
      #login-success .form-field.password-options p a {
        color: #8FA3AF;
        font-style: italic;
        font-size: 16px; }
    #login-success .form-field.password-options input {
      margin: 0 10px 0 0; }
    #login-success .form-field.password-options label {
      font-size: 16px;
      color: #0B1B2E; }
    #login-success .form-field.login-register {
      text-align: center;
      margin: 20px 0 2px; }
      #login-success .form-field.login-register p {
        padding: 0;
        font-size: 1.8em; }
        @media (max-width: 767px) {
          #login-success .form-field.login-register p {
            font-size: 1.5em; } }
        #login-success .form-field.login-register p a {
          margin: 0 0 0 5px;
          font-weight: bold; }
          #login-success .form-field.login-register p a:after {
            content: '>';
            margin: 0 0 0 4px; }
          #login-success .form-field.login-register p a:hover:after {
            text-decoration: none; }
    #login-success .form-field input[type=text],
    #login-success .form-field input[type=password] {
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      border: 1px solid #c2c2c2;
      background: #fff;
      padding: 28px 15px;
      margin: 0px;
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out;
      outline: none;
      font-size: 16px;
      width: 100%;
      border-radius: 3px;
      font-family: "Lato", "Open Sans", sans-serif;
      color: #0B1B2E; }
      @media (max-width: 767px) {
        #login-success .form-field input[type=text],
        #login-success .form-field input[type=password] {
          padding: 20px 15px 15px; } }
    #login-success .form-field input[type=text]:focus,
    #login-success .form-field input[type=password]:focus {
      border-color: #8FA3AF;
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      -o-transition: all 0.30s ease-in-out; }
    #login-success .form-field .error {
      background: #d78989 !important;
      -webkit-transition: all 0.30s ease-in-out !important;
      -moz-transition: all 0.30s ease-in-out !important;
      -ms-transition: all 0.30s ease-in-out !important;
      -o-transition: all 0.30s ease-in-out !important;
      color: #0B1B2E !important; }
    #login-success .form-field input[type="text"][required]:focus {
      /*border-color: #00bafa;*/ }
    #login-success .form-field input[type="text"][required]:focus + label[placeholder]:before {
      /*color: #00bafa;*/ }
    #login-success .form-field input[type="text"][required]:focus + label[placeholder]:before,
    #login-success .form-field input[type="password"][required]:focus + label[placeholder]:before,
    #login-success .form-field input[type="text"][required]:valid + label[placeholder]:before,
    #login-success .form-field input[type="password"][required]:valid + label[placeholder]:before {
      -webkit-transition-duration: .2s;
      transition-duration: .2s;
      -webkit-transform: translate(8px, -15px);
      -ms-transform: translate(8px, -15px);
      transform: translate(8px, -15px);
      font-size: 13px;
      margin: 0 0 0 -2px; }
    #login-success .form-field input[type="text"][required]:invalid + label[placeholder][alt]:before,
    #login-success .form-field input[type="password"][required]:invalid + label[placeholder][alt]:before {
      content: attr(alt); }
    #login-success .form-field input[type="text"][required] + label[placeholder],
    #login-success .form-field input[type="password"][required] + label[placeholder] {
      display: block;
      pointer-events: none;
      line-height: 46px;
      margin-top: -66px;
      margin-left: 9px; }
      @media (max-width: 767px) {
        #login-success .form-field input[type="text"][required] + label[placeholder],
        #login-success .form-field input[type="password"][required] + label[placeholder] {
          margin-top: -54px;
          padding: 0 0 8px; } }
    #login-success .form-field input[type="text"][required] + label[placeholder]:before,
    #login-success .form-field input[type="password"][required] + label[placeholder]:before {
      content: attr(placeholder);
      display: inline-block;
      margin: 0 10px;
      padding: 0;
      color: #aaa;
      white-space: nowrap;
      -webkit-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
      font-size: 16px;
      font-family: "Lato", "Open Sans", sans-serif;
      font-style: italic; }
  #login-success .cta, #login-success .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li #login-success a, #login-success .content-area form input[type=submit], .content-area form #login-success input[type=submit], #login-success .poploc-filter ul li a, .poploc-filter ul li #login-success a {
    width: 100%;
    float: none; }
    @media (max-width: 767px) {
      #login-success .cta, #login-success .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li #login-success a, #login-success .content-area form input[type=submit], .content-area form #login-success input[type=submit], #login-success .poploc-filter ul li a, .poploc-filter ul li #login-success a {
        margin: 0; } }

.register-overlay {
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.75); }

.register-form {
  position: fixed;
  z-index: 2001;
  height: 80vh;
  width: 100%;
  max-width: 980px;
  top: 10%;
  left: 50%;
  margin: 0 0 0 -490px;
  background: #fff;
  box-shadow: 0px 3px 10px #00000029;
  padding: 70px 20px 50px; }
  @media (max-width: 1023px) {
    .register-form {
      width: calc(100% - 50px);
      left: 25px;
      top: 25px;
      margin: 0;
      height: calc(100% - 50px);
      padding: 60px 20px;
      overflow-x: hidden;
      overflow-y: scroll; } }
  @media (max-width: 767px) {
    .register-form {
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; } }
  .register-form .row {
    padding-right: 15px;
    padding-left: 15px; }
  .register-form .register-info ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0; }
    .register-form .register-info ul li {
      padding: 0 0 10px 34px;
      position: relative;
      color: #0B1B2E; }
      .register-form .register-info ul li:before {
        content: '\f00c';
        font-family: "Font Awesome 5 Pro";
        color: #449233;
        position: absolute;
        left: 0;
        top: -2px;
        font-weight: 700;
        font-size: 20px; }
  @media (max-width: 767px) {
    .register-form .register-info {
      display: none; } }
  .register-form .form-field {
    margin: 0 0 40px; }
    @media (max-width: 767px) {
      .register-form .form-field {
        margin: 0 0 15px; } }
    .register-form .form-field.checkbox-list {
      margin: 0 0 20px; }
      .register-form .form-field.checkbox-list label {
        display: inline-block;
        margin: 0 20px 6px 0;
        font-size: 16px; }
      .register-form .form-field.checkbox-list input {
        margin: 0 7px 0 0;
        border: 1px solid #fff; }
    .register-form .form-field .cta, .register-form .form-field .content-area.multiple-cta-widget .cta-text ul li a, .content-area.multiple-cta-widget .cta-text ul li .register-form .form-field a, .register-form .form-field .content-area form input[type=submit], .content-area form .register-form .form-field input[type=submit], .register-form .form-field .poploc-filter ul li a, .poploc-filter ul li .register-form .form-field a {
      width: 100%; }
    .register-form .form-field.login-register {
      text-align: center;
      margin: -20px 0 0; }
      .register-form .form-field.login-register p {
        padding: 0;
        font-size: 1.8em; }
        @media (max-width: 767px) {
          .register-form .form-field.login-register p {
            font-size: 1.5em; } }
        .register-form .form-field.login-register p a {
          margin: 0 0 0 5px;
          font-weight: bold; }
          .register-form .form-field.login-register p a:after {
            content: '>';
            margin: 0 0 0 4px; }
          .register-form .form-field.login-register p a:hover:after {
            text-decoration: none; }
    .register-form .form-field.pass-strength {
      margin: -4px 0 0 0; }
      .register-form .form-field.pass-strength p {
        padding: 0; }
      .register-form .form-field.pass-strength ul {
        padding: 0;
        margin: 0 0 20px;
        list-style: none; }
        .register-form .form-field.pass-strength ul li {
          padding: 0 0 0 15px;
          position: relative; }
          .register-form .form-field.pass-strength ul li:before {
            content: '-';
            position: absolute;
            left: 0; }
    .register-form .form-field.password {
      position: relative; }
      .register-form .form-field.password > a {
        position: absolute;
        right: 20px;
        top: 27px;
        font-size: 16px; }
        @media (max-width: 767px) {
          .register-form .form-field.password > a {
            top: 17px; } }
      .register-form .form-field.password input[type=text], .register-form .form-field.password input[type=password] {
        padding-right: 80px; }
  .register-form input[type=text],
  .register-form input[type=password] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #c2c2c2;
    background: #fff;
    padding: 28px 15px;
    margin: 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    font-size: 16px;
    width: 100%;
    border-radius: 3px;
    font-family: "Lato", "Open Sans", sans-serif;
    color: #0B1B2E; }
    @media (max-width: 767px) {
      .register-form input[type=text],
      .register-form input[type=password] {
        padding: 20px 15px 15px; } }
  .register-form input[type=text]:focus,
  .register-form input[type=password]:focus {
    border-color: #8FA3AF;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out; }
  .register-form .error {
    background: #d78989 !important;
    -webkit-transition: all 0.30s ease-in-out !important;
    -moz-transition: all 0.30s ease-in-out !important;
    -ms-transition: all 0.30s ease-in-out !important;
    -o-transition: all 0.30s ease-in-out !important;
    color: #0B1B2E !important; }
  .register-form input[type="text"][required]:focus {
    /*border-color: #00bafa;*/ }
  .register-form input[type="text"][required]:focus + label[placeholder]:before {
    /*color: #00bafa;*/ }
  .register-form input[type="text"][required]:focus + label[placeholder]:before,
  .register-form input[type="password"][required]:focus + label[placeholder]:before,
  .register-form input[type="text"][required]:valid + label[placeholder]:before,
  .register-form input[type="password"][required]:valid + label[placeholder]:before {
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transform: translate(8px, -15px);
    -ms-transform: translate(8px, -15px);
    transform: translate(8px, -15px);
    font-size: 13px;
    margin: 0 0 0 -2px; }
  .register-form input[type="text"][required]:invalid + label[placeholder][alt]:before,
  .register-form input[type="password"][required]:invalid + label[placeholder][alt]:before {
    content: attr(alt); }
  .register-form input[type="text"][required] + label[placeholder],
  .register-form input[type="password"][required] + label[placeholder] {
    display: block;
    pointer-events: none;
    line-height: 46px;
    margin-top: -66px;
    margin-left: 9px; }
    @media (max-width: 767px) {
      .register-form input[type="text"][required] + label[placeholder],
      .register-form input[type="password"][required] + label[placeholder] {
        margin-top: -54px;
        padding: 0 0 8px; } }
  .register-form input[type="text"][required] + label[placeholder]:before,
  .register-form input[type="password"][required] + label[placeholder]:before {
    content: attr(placeholder);
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    color: #aaa;
    white-space: nowrap;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
    font-family: "Lato", "Open Sans", sans-serif;
    font-style: italic; }
  .register-form .close-box {
    position: absolute;
    z-index: 2003;
    top: 32px;
    right: 25px;
    color: #0B1B2E;
    font-size: 18px;
    padding: 0 44px 0 0;
    line-height: 30px; }
    @media (max-width: 767px) {
      .register-form .close-box {
        right: 15px;
        top: 25px; } }
    .register-form .close-box:hover {
      text-decoration: none;
      color: #10A733; }
    .register-form .close-box i {
      position: absolute;
      right: 0;
      font-size: 30px;
      top: 0; }
  .register-form form {
    margin: 5px 0 0; }

.grecaptcha-badge {
  z-index: 4; }

.review-section form {
  display: inline; }

.review-data {
  margin: 30px 0;
  width: 100%;
  display: block;
  padding: 40px;
  background: #F2F5F7;
  min-height: 140px; }
  .review-data dl {
    float: none;
    width: 50%;
    clear: both;
    margin: 0 0 30px;
    padding: 0 0 0 33px;
    display: none; }
    .review-data dl dt {
      float: none;
      font-size: 14px;
      font-style: normal;
      line-height: 1em; }
    .review-data dl dd {
      float: none;
      font-weight: 700;
      margin: 0 0 10px; }
  .review-data h3 {
    color: #0B1B2E;
    font-size: 2em; }
    .review-data h3 a {
      font-weight: 700;
      color: #0B1B2E;
      text-decoration: none;
      position: relative;
      padding-left: 30px; }
      .review-data h3 a:before {
        content: '\f054';
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        left: 0;
        top: 2;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transition: all 0.4s; }
      .review-data h3 a.open:before {
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg); }

#registerError, #loginError {
  font-size: 14px;
  line-height: 1.4em;
  padding: 0 0 10px;
  color: #ff0000; }

.notification {
  display: block;
  padding: 22px 0;
  margin: 0 0 20px; }
  .notification > div {
    float: left;
    width: auto;
    background: #449233;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 3px; }
    .notification > div i {
      margin-right: 10px; }
    @media (max-width: 767px) {
      .notification > div {
        float: none;
        width: 100%;
        display: block;
        font-size: 15px; } }
  .notification.warning > div {
    background: #850057; }

.reserve.popout .form-section .form-field.textbox input[type="email"] + label[placeholder]:before {
  position: relative;
  top: -17px; }
.reserve.popout .form-section .form-field.textbox input[type="email"]:focus + label[placeholder]:before,
.reserve.popout .form-section .form-field.textbox input[type="email"]:valid + label[placeholder]:before {
  position: relative;
  top: 0; }
.reserve.popout .form-section .form-field.complete {
  border: none; }
  .reserve.popout .form-section .form-field.complete input[type="text"], .reserve.popout .form-section .form-field.complete input[type="email"], .reserve.popout .form-section .form-field.complete input[type="tel"] {
    border-color: #10A733; }
.reserve.popout .form-section .form-field.error {
  border: none; }
  .reserve.popout .form-section .form-field.error input[type="text"], .reserve.popout .form-section .form-field.error input[type="email"], .reserve.popout .form-section .form-field.error input[type="tel"] {
    border-color: #850057; }
.reserve.popout .form-section .form-field.textbox input[type="text"] {
  max-width: 100%; }

.cw-strap {
  background: #14404d;
  width: 100%;
  float: left;
  text-align: center;
  padding: 15px; }
  .cw-strap img {
    display: inline;
    max-height: 125px; }

.slider-wrap {
  position: relative;
  float: left;
  width: 100%;
  height: auto; }

body > .g-recaptcha {
  display: none; }

.header {
  z-index: 125; }

body.dev-nav .cta-bar {
  z-index: 126; }

body.dev-nav .canvas-nav {
  z-index: 128; }

.useful-info .columns > img {
  float: right;
  width: 75%;
  height: auto;
  position: relative;
  z-index: 20;
  max-width: 75%; }
  @media (max-width: 950px) {
    .useful-info .columns > img {
      width: 100%;
      max-width: 100%;
      float: none; } }
.useful-info .columns .info-over {
  position: absolute;
  width: 34%;
  z-index: 22;
  background: #fff;
  top: 60px;
  left: 15px;
  padding: 30px 40px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px #00000029; }
  @media (max-width: 1250px) {
    .useful-info .columns .info-over {
      top: 25px; } }
  @media (max-width: 1160px) {
    .useful-info .columns .info-over {
      width: 50%; } }
  @media (max-width: 950px) {
    .useful-info .columns .info-over {
      width: 100%;
      position: relative;
      box-shadow: none;
      padding: 30px 0;
      top: auto;
      left: auto;
      border-radius: 0; } }
  .useful-info .columns .info-over dl {
    margin: 0; }

.document-list {
  display: block;
  background: #F2F5F7;
  padding: 40px 40px 20px; }
  .document-list ul {
    margin: 0;
    list-style: none;
    margin: 0;
    padding: 0; }
    .document-list ul li {
      margin: 0 0 30px; }
      .document-list ul li a {
        position: relative;
        padding: 10px 0 10px 60px;
        color: #0B1B2E; }
        .document-list ul li a:before {
          position: absolute;
          left: 0;
          top: 0;
          width: 40px;
          height: 40px;
          background: #fff;
          border-radius: 50%;
          content: '\f15c';
          font-family: "Font Awesome 5 Pro";
          text-align: center;
          line-height: 40px;
          font-weight: bold; }

.js-poploc-search {
  background: #eee;
  padding: 25px;
  width: 100%;
  display: block;
  margin: 0 0 60px; }
  .js-poploc-search .pop-field {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    z-index: 38; }
    .js-poploc-search .pop-field:nth-child(2) {
      z-index: 39; }
    @media (max-width: 767px) {
      .js-poploc-search .pop-field {
        width: 100%;
        margin: 0 10px 10px 0; } }
    .js-poploc-search .pop-field input[type=text], .js-poploc-search .pop-field select {
      height: 47px;
      border: 1px solid #ccc;
      padding: 15px;
      font-family: "Lato", "Open Sans", sans-serif;
      border-radius: 5px;
      outline: none;
      position: relative;
      z-index: 41;
      background: #fff;
      min-width: 400px; }
      @media (max-width: 1200px) {
        .js-poploc-search .pop-field input[type=text], .js-poploc-search .pop-field select {
          min-width: 220px; } }
      @media (max-width: 767px) {
        .js-poploc-search .pop-field input[type=text], .js-poploc-search .pop-field select {
          width: 100%; } }
  .js-poploc-search .js-pop-location-drop {
    position: absolute;
    background: white;
    z-index: 40;
    width: 100%;
    border: 1px solid #ccc;
    border-top: none;
    margin: -2px 0 0;
    padding: 0 0 0 6px;
    border-radius: 0 0 5px 5px; }

@media (max-width: 500px) {
  .condensed-mobile-form h3 {
    font-size: 2.2em; }
  .condensed-mobile-form .enquiry-form-intro {
    display: none; }
  .condensed-mobile-form .form-section .form-field.textbox {
    margin: 0 0 8px; }
    .condensed-mobile-form .form-section .form-field.textbox input[type="text"] + label[placeholder],
    .condensed-mobile-form .form-section .form-field.textbox input[type="tel"] + label[placeholder] {
      display: none; }
    .condensed-mobile-form .form-section .form-field.textbox input[type="text"], .condensed-mobile-form .form-section .form-field.textbox input[type="tel"], .condensed-mobile-form .form-section .form-field.textbox textarea {
      padding: 8px 15px 8px;
      font-size: 14px; }
  .condensed-mobile-form .form-section .form-field.radios {
    margin: 0; }
  .condensed-mobile-form .form-section .form-field p {
    font-size: 12px;
    line-height: 1.3em;
    padding: 0 0 10px; }
  .condensed-mobile-form .form-section .form-field > label {
    padding: 0 0 5px; } }
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline; }

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #fff;
  color: #449233;
  text-align: center;
  padding: 5px 5px;
  border-radius: 6px;
  font-size: 12px;
  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -100px;
  line-height: 1.35em;
  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  border: 1px solid #449233; }

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #449233 transparent transparent transparent; }

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1; }

/****** SEASON ******/
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 4px #000; }

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }
@-webkit-keyframes snowflakes-shake {
  0%,100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); } }
@keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }
@keyframes snowflakes-shake {
  0%,100% {
    transform: translateX(0); }
  50% {
    transform: translateX(80px); } }
.snowflake {
  position: absolute;
  top: -200px;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall,snowflakes-shake;
  -webkit-animation-duration: 5s,3s;
  -webkit-animation-timing-function: linear,ease-in-out;
  -webkit-animation-iteration-count: infinite,infinite;
  -webkit-animation-play-state: running,running;
  animation-name: snowflakes-fall,snowflakes-shake;
  animation-duration: 5s,3s;
  animation-timing-function: linear,ease-in-out;
  animation-iteration-count: infinite,infinite;
  animation-play-state: running, running; }

.snowflake:nth-of-type(0) {
  left: 15%;
  -webkit-animation-delay: 0s,0s;
  animation-delay: 0s, 0s; }

.snowflake:nth-of-type(1) {
  left: 25%;
  -webkit-animation-delay: 1s,1s;
  animation-delay: 1s, 1s; }

.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 3s,.5s;
  animation-delay: 3s, 0.5s; }

.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s,2s;
  animation-delay: 4s, 2s; }

.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s,2s;
  animation-delay: 2s, 2s; }

.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 4s,3s;
  animation-delay: 4s, 3s; }

.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 3s,2s;
  animation-delay: 3s, 2s; }

.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s,1s;
  animation-delay: 2.5s, 1s; }

.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s,0s;
  animation-delay: 1s, 0s; }

.snowflake:nth-of-type(9) {
  left: 85%;
  -webkit-animation-delay: 3s,1.5s;
  animation-delay: 3s, 1.5s; }

.snowflake:nth-of-type(10) {
  left: 25%;
  -webkit-animation-delay: 2s,0s;
  animation-delay: 2s, 0s; }

.snowflake:nth-of-type(11) {
  left: 65%;
  -webkit-animation-delay: 4s,2.5s;
  animation-delay: 4s, 2.5s; }

.snowflake:nth-of-type(12) {
  left: 12%;
  -webkit-animation-delay: 4s,2.5s;
  animation-delay: 4s, 2.5s; }

.poploc-filter {
  background: #F2F5F7;
  margin: 0 0 30px;
  padding: 30px 30px 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .poploc-filter {
      background: none;
      padding: 0;
      margin: 0 0 10px; } }
  .poploc-filter ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .poploc-filter ul li {
      margin: 0 3px 10px;
      padding: 0;
      display: inline-block; }
      @media (max-width: 767px) {
        .poploc-filter ul li {
          margin-bottom: 0; } }
      .poploc-filter ul li a {
        padding: 10px 15px; }
        .poploc-filter ul li a.selected {
          padding: 10px 15px; }

.poploc-cities {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em; }
  .poploc-cities li {
    width: calc(33.1% - 20px);
    font-size: 1em;
    display: inline-block;
    margin: 0 10px 20px; }
    @media (max-width: 900px) {
      .poploc-cities li {
        width: calc(49% - 20px);
        font-size: 0.85em; } }
    @media (max-width: 767px) {
      .poploc-cities li {
        width: 100%;
        margin: 0 0 15px; } }

.poploc-cities .city-tile {
  width: 100%;
  margin: 0;
  padding: 0; }
  .poploc-cities .city-tile a {
    position: relative; }
    .poploc-cities .city-tile a > span {
      position: absolute;
      z-index: 19;
      top: 10px;
      left: 10px;
      padding: 3px 7px;
      border-radius: 4px;
      font-size: 12px;
      color: #fff;
      background: #233a74; }

.regions.even .poploc-cities .city-tile {
  width: 100%; }

.sitemap-text {
  margin: 30px 0 0; }
  .sitemap-text p {
    font-size: 14px; }
