@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700&display=swap");
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

img,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
td:not([align]),
th:not([align]) {
  text-align: left;
}

.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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
  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;
}

.wpb_content_element {
  margin-bottom: 0 !important;
}

.vc_col-has-fill > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill > .vc_column_container > .vc_column-inner {
  padding-top: 0 !important;
}

.wpb_single_image {
  margin-bottom: 2em !important;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  color: black;
  font-family: "Mulish", sans-serif;
}

@media screen and (max-width: 1249px) {
  .mobile-padding {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

@media screen and (max-width: 1249px) {
  .big-mobile-padding {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
}

.no-inner-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

::-webkit-input-placeholder {
  color: black;
}

:-ms-input-placeholder {
  color: black;
}

::placeholder {
  color: black;
}

.gform_wrapper div.validation_error {
  display: none;
}

.gform_wrapper .field_description_below .gfield_description {
  position: absolute;
}

.header-height {
  background-position: top;
  height: calc(100vh - 160px);
}

@media (max-width: 768px) {
  .header-height {
    height: 0px;
  }
}
.vl-top {
  border-left: 1px solid white;
  height: 10vw;
  position: absolute;
  left: 50%;
  top: 0;
}

.vl-bottom {
  border-left: 1px solid white;
  height: 10vw;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.white-box {
  background: #FFF;
  padding: 40px !important;
  min-height: 600px !important;
}
.white-box p:not(:last-child) {
  margin-bottom: 0.5em;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
@media screen and (max-width: 767px) {
  .white-box {
    min-height: 0px !important;
    padding: 40px 30px 55px 30px !important;
  }
}

.wallace.wpb_single_image img {
  height: auto;
  max-width: 70%;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.button {
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  padding: 10px 25px;
  background-color: transparent;
  color: black;
  border: 1px solid black;
  font-weight: 600 !important;
  transition: transform ease-out 150ms;
}
.button:hover {
  background-color: black;
  color: white;
}
.button.button--teal {
  color: #078C8C;
  background-color: transparent;
  border: 1px solid #078C8C;
  margin-top: 40px;
}
.button.button--teal:hover {
  background-color: #078C8C;
  color: white;
}

.display-desktop {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  .display-desktop {
    display: none !important;
  }
}

.display-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .display-mobile {
    display: inline-block !important;
  }
}

hr {
  background-color: #F8F7F5;
  height: 3px;
  position: relative;
  border: 0;
  margin-bottom: 1.5em !important;
}
hr::before {
  background-color: #add952;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80px;
}
hr.hr--blue::before {
  background-color: #024856;
}

.navbar-spacer--desktop {
  display: none;
}
@media screen and (min-width: 1000px) {
  .navbar-spacer--desktop {
    display: block;
  }
}

.navbar--desktop {
  position: relative;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 2;
  display: none;
}
@media screen and (min-width: 1000px) {
  .navbar--desktop {
    display: block;
  }
}
.navbar--desktop .header-logo-sticky {
  display: none;
}
.navbar--desktop .navbar-inner {
  display: flex;
  padding: 30px 0 25px 0;
}
.navbar--desktop .navbar__menu {
  display: block;
  flex: 1;
  align-items: flex-end;
  justify-content: flex-end;
  user-select: none;
}
.navbar--desktop .navbar__menu > div {
  text-align: right;
}
.navbar--desktop ul#menu-desktop {
  display: block;
  position: relative;
  text-align: right;
}
.navbar--desktop ul#menu-desktop > li {
  margin-left: 40px;
}
.navbar--desktop ul#menu-desktop li {
  display: inline-block;
  position: relative;
}
.navbar--desktop ul#menu-desktop li.menu-item-has-children > a:after {
  content: " +";
}
.navbar--desktop ul#menu-desktop li.current-menu-ancestor > a {
  color: black;
}
.navbar--desktop ul#menu-desktop li.current-menu-item > a {
  font-size: 16px;
  text-transform: uppercase;
}
.navbar--desktop ul#menu-desktop li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
}
.navbar--desktop ul#menu-desktop li a:hover {
  color: #078C8C;
}
.navbar--desktop ul#menu-desktop li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.navbar--desktop ul#menu-desktop .sub-menu {
  border-radius: 4px;
  padding: 1em 1.5em;
  top: 35px;
  position: absolute;
  text-align: left;
  background-color: black;
  z-index: 1;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  transition: all ease 150ms;
  transform: translateY(8px);
}
.navbar--desktop ul#menu-desktop .sub-menu li {
  display: block;
  padding: 3px 0;
}
.navbar--desktop ul#menu-desktop .sub-menu a {
  color: white;
  white-space: nowrap;
  transform: scale(0.965);
  transition: all ease 150ms;
}

li.mega {
  position: static !important;
}
li.mega .sub-menu {
  left: 0;
  top: 75px !important;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
li.mega .sub-menu li {
  flex: 0 0 100%;
}
@media screen and (min-width: 1024px) {
  li.mega .sub-menu li {
    flex: 0 0 25%;
  }
}

.admin-bar .navbar--desktop.stuck {
  top: 32px;
}

.navbar--mobile {
  display: block;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media screen and (min-width: 1000px) {
  .navbar--mobile {
    display: none;
  }
}

.navbar__top * {
  user-select: none;
}

.navbar--mobile .navbar__top {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.navbar--mobile .navbar__logo {
  padding: 20px 0;
}
.navbar--mobile .navbar__logo a img {
  height: 45px !important;
}
.navbar--mobile .navbar__logo .header-logo {
  display: block;
}
.navbar--mobile .navbar__logo .header-logo-sticky {
  display: none;
}
.navbar--mobile .navbar__trigger {
  cursor: pointer;
  flex: 0 0 60px;
  display: flex;
  align-items: center;
}
.navbar--mobile .navbar__trigger .trigger {
  background-color: transparent;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  position: relative;
  transform: scale(1);
  transition: transform ease 150ms;
}
.navbar--mobile .navbar__trigger .trigger:hover {
  transform: scale(1.05);
}
.navbar--mobile .navbar__trigger .trigger.active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.navbar--mobile .navbar__trigger .trigger.active span:nth-child(2) {
  transform: translateY(0) rotate(-45deg);
}
.navbar--mobile .navbar__trigger .trigger.active span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.navbar--mobile .navbar__trigger .trigger span {
  height: 3px;
  width: 24px;
  display: block;
  background-color: black;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: transform ease 150ms;
}
.navbar--mobile .navbar__trigger .trigger span:nth-child(1) {
  transform: translateY(-6px) rotate(0);
}
.navbar--mobile .navbar__trigger .trigger span:nth-child(2) {
  transform: translateY(0) rotate(0);
}
.navbar--mobile .navbar__trigger .trigger span:nth-child(3) {
  transform: translateY(6px) rotate(0);
}
.navbar--mobile .navbar__menu {
  background-color: #F8F7F5;
  padding: 30px 15px;
  display: none;
  user-select: none;
}
.navbar--mobile .navbar__menu.active {
  display: block;
}
.navbar--mobile .navbar__menu .menu-header-container {
  margin-bottom: 20px;
}
.navbar--mobile .navbar__menu a {
  color: white;
}

.menu-mobile ul.sub-menu > li > a,
.menu-mobile ul.sub-menu > li > span {
  display: none;
}
.menu-mobile ul.sub-menu.active > li > a,
.menu-mobile ul.sub-menu.active > li > span {
  display: inline-block;
}

ul#menu-mobile ul {
  padding: 0;
}
ul#menu-mobile li {
  list-style: none;
}
ul#menu-mobile a,
ul#menu-mobile span {
  color: black;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 36px;
  transition: ease 150ms black;
}
ul#menu-mobile a:hover,
ul#menu-mobile span:hover {
  color: #078C8C;
}
ul#menu-mobile > li > a,
ul#menu-mobile > li > span.drill-down {
  display: none;
}
ul#menu-mobile > li > span.drill-down {
  padding: 0 12px;
  font-size: 24px;
  vertical-align: bottom;
}
ul#menu-mobile.active > li > a,
ul#menu-mobile.active > li > span.drill-down {
  display: inline-block;
}

.drill-up {
  color: black;
  display: none;
  border-bottom: 1px solid white;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.drill-up.active {
  display: block;
}

.header-logo-wrapper {
  float: left;
  text-align: left;
  display: none;
}
@media screen and (min-width: 500px) {
  .header-logo-wrapper {
    display: inline-block;
  }
}
.header-logo-wrapper a {
  display: inline-block;
  width: 100%;
}
.header-logo-wrapper a img {
  height: 45px !important;
}

.navbar--desktop ul#menu-desktop li#menu-item-31 a {
  color: #078C8C;
  font-weight: 700;
  background: transparent;
  border: 2px solid #078C8C;
  padding: 10px 25px;
  transition: all ease 150ms;
}
.navbar--desktop ul#menu-desktop li#menu-item-31 a:hover {
  color: white;
  background: #078C8C;
  border: 2px solid #078C8C;
}

@media (max-width: 1000px) {
  .btn-nav {
    background: transparent;
    border: 2px solid #078C8C;
    font-weight: 700;
    padding: 5px 20px;
    max-width: 180px;
    text-align: center;
    margin-top: 15px;
    transition: all ease 150ms;
  }
  .btn-nav:hover {
    background: #078C8C;
    border: 2px solid #078C8C;
  }
}
ul#menu-mobile li.btn-nav a {
  text-transform: uppercase;
  color: #078C8C !important;
}
ul#menu-mobile li.btn-nav a:hover {
  color: white !important;
}

.footer {
  background-color: black;
  padding: 30px 25px;
}

.footer__top {
  display: block;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .footer__top {
    display: flex;
  }
}

.footer__logo {
  padding-bottom: 20px;
}
.footer__logo a {
  display: block;
  max-width: 100%;
}

.footer__address {
  color: white;
  font-size: 12px;
  line-height: 1.4em;
  flex: 0 0 200px;
  padding-bottom: 20px;
  padding-left: 0px;
}
@media screen and (min-width: 1000px) {
  .footer__address {
    padding-left: 80px;
  }
}

.footer__bottom {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.footer__bottom .footer__bottom-left {
  display: block;
  text-align: left;
  flex: 0 0 100%;
}
@media screen and (min-width: 1000px) {
  .footer__bottom .footer__bottom-left {
    flex: 1;
    display: flex;
  }
}
.footer__bottom .footer__bottom-right {
  display: block;
  text-align: left;
  flex: 0 0 100%;
}
@media screen and (min-width: 1000px) {
  .footer__bottom .footer__bottom-right {
    flex: 1;
    text-align: right;
  }
}

.footer__copyright {
  flex: 0 0 180px;
  color: white;
  font-size: 12px;
  padding-top: 25px;
}
@media screen and (max-width: 998px) {
  .footer__copyright {
    flex: 0 0 100%;
    display: block;
  }
}

.companies {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 998px) {
  .companies {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .companies {
    display: block;
  }
}

.footer__companies-1 {
  flex: 0 0 60px;
  padding-left: 0px;
}
@media screen and (max-width: 998px) {
  .footer__companies-1 {
    display: block;
  }
}
.footer__companies-1 img {
  height: 60px;
}

.footer__companies-2 {
  flex: 0 0 240px;
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 998px) {
  .footer__companies-2 {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .footer__companies-2 {
    flex: 0 0 200px;
    padding: 20px 0 0 0;
  }
}
.footer__companies-2 img {
  height: 60px;
}

.footer__bottom-right {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
}
@media screen and (min-width: 1000px) {
  .footer__bottom-right {
    padding-top: 0;
    justify-content: flex-end;
  }
}
.footer__bottom-right a {
  color: white;
  font-size: 12px;
  text-decoration: none;
  transition: color ease 150ms;
}
.footer__bottom-right a:hover {
  color: #078C8C;
}

.page-header {
  position: relative;
  overflow: hidden;
}
.page-header.apple-icon .page-header__background-color {
  background-image: url("apple-icon.2122de2d.png");
  background-size: 320px;
  background-position: 100% 40%;
  background-repeat: no-repeat;
}
.page-header .page-header__background-color {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-header .page-header__background-image {
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-header .page-header__scrim {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .page-header .page-header__scrim {
    display: none;
  }
}
.page-header h1 {
  font-size: 36px;
  color: white;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .page-header h1 {
    font-size: 65px;
  }
}
.page-header h3 {
  font-size: 16px;
  font-weight: 500;
  color: white;
}
.page-header picture {
  width: 100%;
}
.page-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.page-header__text {
  text-align: center;
  height: 280px;
  position: relative;
  align-items: center;
  display: grid;
}

@font-face {
  font-family: "Ivar Nostalgi Stencil";
  src: url("IvarNostalgi-Stencil.ea22dc40.woff2") format("woff2"), url("IvarNostalgi-Stencil.75c6f8a4.woff") format("woff");
}
h1 {
  font-family: "Ivar Nostalgi Stencil";
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
}
h1:not(:last-child) {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-family: "Ivar Nostalgi Stencil";
  font-size: 72px;
  color: white;
  line-height: 1.2;
}
h2:not(:last-child) {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 34px;
  }
}

h2.amenities {
  color: #D8D8D8;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: absolute;
  font-size: 66px;
  left: -35px;
  bottom: 1em;
  line-height: 0;
  margin-bottom: 0 !important;
  width: 140px !important;
}
@media screen and (max-width: 767px) {
  h2.amenities {
    left: -30px;
    font-size: 52px;
  }
}

.amenities-pad {
  margin-left: 85px;
}

h3 {
  color: black;
  font-family: "Ivar Nostalgi Stencil";
  font-size: 52px;
  font-weight: 100;
}
h3:not(:last-child) {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  text-transform: uppercase;
}
h4:not(:last-child) {
  margin-bottom: 1.25em;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

p {
  font-weight: 400;
  line-height: 1.5em;
}
p:not(:last-child) {
  margin-bottom: 1.25em;
}

p.white {
  color: white;
}

p.teal {
  color: #078C8C;
  text-transform: uppercase;
}

p.big {
  text-align: center;
  padding: 0 20px;
  font-size: 22px;
  color: white;
}
@media screen and (max-width: 999px) {
  p.big {
    font-size: 19px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  p.big {
    font-size: 16px;
  }
}

a {
  color: #fdcd00;
  text-decoration: none;
}

.wpb_content_element a {
  color: #fdcd00;
  font-weight: 500;
}
.wpb_content_element.anchors--white a {
  color: white;
}

.wpb_text_column ul {
  list-style: disc;
  padding-left: 1.3em;
}
.wpb_text_column ul:not(:last-child) {
  margin-bottom: 1.5em;
}

/* ACCORDION */
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
  font-family: "Ivar Nostalgi Stencil";
  color: #078C8C !important;
  font-size: 52px;
  text-transform: capitalize;
  letter-spacing: 2px;
  padding: 20px 0px;
}
@media screen and (max-width: 1249px) {
  .wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    font-size: 40px;
    padding: 25px 20px;
  }
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  background-color: transparent !important;
  margin: 40px 0;
}
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: transparent !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
  padding: 0 10px !important;
}
@media screen and (max-width: 1249px) {
  .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
    padding: 0px 25px !important;
  }
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title > a {
  padding: 0;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon {
  height: 40px !important;
  width: 40px !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::before {
  border-color: #078C8C !important;
  border-width: 3px 0 0 0 !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  right: -1px;
  top: 49%;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-controls-icon::after {
  border-color: #078C8C !important;
  border-width: 0 0 0 3px !important;
  box-shadow: 0 0 0 3px #fff;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after {
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  border-width: 0 0 0 3px !important;
  box-shadow: 0 0 0 3px #fff;
  display: block !important;
}

/* HIGHLIGHTS */
.grey-background-half {
  background-color: #F8F7F5 !important;
  z-index: -999;
  height: 620px;
  margin-top: -620px;
}

@media (max-width: 768px) {
  .grey-background-half {
    background-color: #F8F7F5 !important;
    z-index: -999;
    height: 1100px;
    margin-top: -1100px;
  }
}
p.hightlight {
  margin-bottom: 10px;
  font-size: 15px;
  margin-left: 25px;
}
p.hightlight:before {
  content: "⤫" !important;
  width: 10px;
  height: 10px;
  margin-left: -25px;
  padding-right: 10px;
  color: #078C8C !important;
}

.wpb_text_column ul {
  position: relative;
  list-style-position: inside;
  padding-left: 0;
  list-style: none;
}

.wpb_text_column ul li {
  line-height: 1.5em;
  text-indent: -1em;
  padding-left: 2em;
  padding-bottom: 10px;
}
.wpb_text_column ul li:before {
  content: "⤫" !important;
  color: #078C8C !important;
  margin-left: -0.8em;
  padding-right: 0.8em;
}

.marker {
  color: white;
  background: black;
  padding: 3px 8px;
  margin-right: 10px;
}

.marker-2digits {
  color: white;
  background: black;
  padding: 3px;
  margin-right: 10px;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gform_wrapper input[type=text], .gform_wrapper input[type=email] {
  display: block;
  height: 45px;
  border: 1px solid black;
  background: transparent;
  width: 100%;
  font-size: 14px !important;
  color: black !important;
  padding: 1em !important;
}
.gform_wrapper input:focus {
  outline: 0;
}
.gform_wrapper textarea {
  display: block;
  border: 1px solid black;
  background: transparent;
  width: 100%;
  font-size: 14px !important;
  color: black !important;
  padding: 1em !important;
}
.gform_wrapper textarea:focus {
  outline: 0;
}
.gform_wrapper input[type=submit] {
  cursor: pointer;
  display: block !important;
  background-color: #078C8C;
  border: 1px solid #078C8C;
  color: white;
  padding: 10px 25px;
  border: 0;
  height: 45px;
  min-width: 180px;
  line-height: 0;
  font-size: 16px;
  transition: transform ease-out 150ms;
}
.gform_wrapper input[type=submit]:hover {
  background-color: transparent;
  border: 1px solid #078C8C;
  color: #078C8C;
}
.gform_wrapper .gfield_label {
  display: none !important;
}
.gform_wrapper .gform_footer {
  margin: 0px !important;
  padding: 15px 0px !important;
}

.validation_error {
  border-radius: 4px;
  padding: 16px;
  color: black !important;
  background-color: #fdcd00;
  margin-bottom: 1em;
  border: 0 !important;
}

.validation_message {
  border-radius: 4px;
  padding: 8px 16px !important;
  color: black !important;
  background-color: #fdcd00;
  margin-top: 0.25em !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(255, 161, 101, 0);
  border: 0 !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio {
  color: #024856 !important;
}

.gform_body .gfield_label {
  font-weight: 400 !important;
}

.gfield_required {
  color: #078C8C !important;
}

.gform_body li {
  margin-bottom: 0.7em;
}

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 8px;
}

ul.gform_fields {
  display: flex !important;
  flex-wrap: wrap;
}

ul.gform_fields li {
  flex: 0 0 100%;
}

ul.gform_fields li.half {
  flex: 0 0 50%;
}
@media screen and (max-width: 767px) {
  ul.gform_fields li.half {
    flex: 0 0 100%;
  }
}

ul.gform_fields li.third {
  flex: 0 0 33.333333%;
}

.gfield_description,
.ginput_counter {
  font-size: 13px;
  color: #808080;
}

.screen-reader-text {
  display: none;
}

.gform_wrapper .gsection {
  border-top: #add952 1px solid !important;
  border-bottom: 0 !important;
  padding-top: 12px !important;
  padding-bottom: 0 !important;
}
.gform_wrapper .gsection.section--small {
  margin-top: 1em;
}
.gform_wrapper .gsection.section--small h2 {
  font-size: 22px !important;
}

.gform_wrapper ul.gform_fields li.gfield {
  padding-right: 16px !important;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
  }
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid black !important;
}

.gform_wrapper .gfield_error .gfield_label {
  color: #024856 !important;
}

.gsection_title {
  color: #add952 !important;
}

/* The container */
ul.gfield_checkbox li {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  user-select: none;
}

/* Hide the browser's default checkbox */
ul.gfield_checkbox li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  background-color: #eee;
  border: 1px solid #c9c9c9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.gform_wrapper ul.gfield_checkbox li label {
  padding-left: 40px;
  line-height: 25px;
  position: relative;
}

.ginput_container_select {
  position: relative;
  height: 45px;
  background: transparent;
}
.ginput_container_select:after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: black transparent transparent transparent;
  pointer-events: none;
}
.ginput_container_select select {
  font-size: 14px !important;
  color: black !important;
  border: none;
  box-shadow: none;
  padding: 1em !important;
  background: transparent;
  height: 100%;
  cursor: pointer;
  outline: none;
  border: 1px solid black;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.ginput_container_select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.ginput_container_select select::-ms-expand {
  display: none;
}
.ginput_container_select select:focus {
  border-color: black;
}

.gform_footer {
  padding-top: 20px;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}

#active-grower-membership-application,
#associate-membership-application,
#school-membership-application,
#student-membership-application {
  display: none;
}
#active-grower-membership-application.active,
#associate-membership-application.active,
#school-membership-application.active,
#student-membership-application.active {
  display: block;
}

.gfield_checkbox {
  padding-top: 10px !important;
}
.gfield_checkbox li {
  padding-left: 0 !important;
}
.gfield_checkbox label {
  position: relative;
  display: block;
  padding-top: 0.3em;
  line-height: 1.35 !important;
}
.gfield_checkbox label::before {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
}
.gfield_checkbox label::after {
  content: "";
  display: none;
  position: absolute;
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gfield_checkbox input:checked ~ label::after {
  display: block;
}
.gfield_checkbox input:checked ~ label {
  font-weight: 400 !important;
}

#gform_confirmation_message_1.gform_confirmation_message {
  color: #078C8C;
}

a.form-button {
  display: flex;
  align-items: center;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  color: #024856;
}

.form-button__icon {
  flex: 0 0 60px;
}
.form-button__icon span {
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  background-color: #ffa165;
  background-image: url("pdf-icon.4f146915.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}

.form-button__name {
  flex: 1;
  padding-left: 20px;
}

.members {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.members .member {
  flex: 0 0 100%;
  padding: 10px 10px 40px;
}
@media screen and (min-width: 300px) {
  .members .member {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .members .member {
    flex: 0 0 33%;
  }
}
@media screen and (min-width: 1000px) {
  .members .member {
    flex: 0 0 25%;
  }
}
.members .member .member__image {
  margin-bottom: 1em;
}
.members .member .member__image img {
  width: 100%;
}
.members .member .member__text h3 {
  color: #024856;
  margin-bottom: 0 !important;
  font-weight: 700;
}
.members .member .member__text span {
  color: #add952;
  font-size: 14px;
}
.members .member .member__text a {
  color: #add952;
  font-weight: 400;
  font-size: 14px;
}
.members .member:last-child .member__text h3 {
  margin-bottom: 15px !important;
}
.members .member:last-child .member__text span {
  color: #024856;
  display: inherit;
  font-weight: 700;
}
.members .member:last-child .member__image {
  display: none;
}
.members .member:last-child .member__text_president h3 {
  color: #024856;
  margin-bottom: 0 !important;
  font-weight: 700;
  text-align: center;
}
.members .member:last-child .member__text_president span {
  color: #add952;
  font-size: 14px;
  font-weight: 400;
  display: block;
  text-align: center;
}
.members .member:last-child .member__image_president {
  margin-bottom: 1em;
}
.members .member:last-child .member__image_president img {
  width: 100%;
}

.big-button {
  border-radius: 4px;
  display: block;
  margin-bottom: 30px;
  padding: 40px 30px 30px 30px;
  transform: translateY(0);
  transition: all ease 150ms;
  box-shadow: 0;
  background-image: url("apple-icon.2122de2d.png");
  background-size: 40%;
  background-position: 100% 20%;
  background-repeat: no-repeat;
}
.big-button:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 8px 32px rgba(0, 0, 0, 0.1);
}
.big-button:hover .big-button__arrow {
  width: 36px;
}
.big-button.big-button--green {
  background-color: #add952;
}
.big-button.big-button--blue {
  background-color: #024856;
}

.big-button__text {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  color: white;
}

.big-button__arrow {
  display: inline-block;
  height: 24px;
  width: 24px;
  position: relative;
  transition: width ease 150ms;
}
.big-button__arrow::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  background-color: white;
}
.big-button__arrow::before {
  height: 16px;
  width: 16px;
  border: 2px solid white;
  border-bottom: 0;
  border-left: 0;
  content: "";
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 0;
  top: 4px;
}

.testimonial-slider {
  background-color: black;
}
.testimonial-slider .slides .slide {
  position: relative;
}
.testimonial-slider .slide__text {
  position: relative;
  padding: 60px 0px;
  display: flex;
  align-items: center;
}
.testimonial-slider .slide__text .container {
  width: 100%;
  max-width: 800px;
}
.testimonial-slider .slide__text h2 {
  color: white;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}
.testimonial-slider .slide__text h2:not(:last-child) {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .testimonial-slider .slide__text h2 {
    font-size: 26px;
  }
}
.testimonial-slider .slide__text p {
  color: white !important;
  text-align: center;
}
.testimonial-slider .slick-arrow {
  cursor: pointer;
  z-index: 1;
  height: 60px;
  width: 60px;
  display: none;
  background-color: transparent;
  border-radius: 30px;
  border: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto !important;
  transform: scale(1);
  transition: all ease 150ms;
  text-indent: -999px;
  overflow: hidden;
  display: none !important;
}
@media screen and (min-width: 1440px) {
  .testimonial-slider .slick-arrow {
    display: block !important;
  }
}
.testimonial-slider .slick-arrow:hover {
  transform: scale(1.05);
}
.testimonial-slider .slick-arrow:focus {
  outline: 0;
}
.testimonial-slider .slick-arrow::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  right: 0;
  left: 0;
  background-color: white;
}
.testimonial-slider .slick-arrow::before {
  height: 12px;
  width: 12px;
  border: 2px solid white;
  border-bottom: 0;
  border-left: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.testimonial-slider .slick-arrow.slick-prev {
  left: 60px;
}
.testimonial-slider .slick-arrow.slick-prev::before {
  left: 19px;
  transform: rotate(225deg);
}
.testimonial-slider .slick-arrow.slick-next {
  right: 60px;
}
.testimonial-slider .slick-arrow.slick-next::before {
  right: 19px;
  transform: rotate(45deg);
}

.posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.posts .post {
  flex: 0 0 100%;
  padding: 0 10px 60px;
}
@media screen and (min-width: 768px) {
  .posts .post {
    flex: 0 0 33.333%;
  }
}
.posts .post .post__image {
  display: block;
  padding-top: 60%;
  position: relative;
  margin-bottom: 2em;
}
.posts .post .post__image .post__image-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.posts .post .post__image .post__image-inner img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.posts .post .post__meta h3 {
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0 !important;
}
.posts .post .post__meta .post__meta-date {
  color: #000;
  display: block;
  padding-top: 0.5em;
}
.posts .post .post__meta a {
  font-weight: 400;
}

.news-listings__filter {
  background: #FDCD01;
  padding: 20px 0;
  margin-bottom: 60px;
  text-align: center;
}
.news-listings__filter span {
  font-size: 18px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
  color: #000;
  margin-right: 0;
  transition: color ease 150ms;
}
@media screen and (min-width: 768px) {
  .news-listings__filter span {
    display: inline-block;
    margin-right: 35px;
    margin-bottom: 0;
  }
}
.news-listings__filter span.active {
  font-weight: 700;
}

.news-post-header {
  margin: 60px auto;
  max-width: 800px;
  text-align: center;
}
.news-post-header h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  margin: 15px 0;
}

.news-post-body {
  padding: 0 0 60px 0;
  max-width: 800px;
  margin: 0 auto;
}

.featured-image {
  margin-bottom: 60px;
}

.load-more {
  cursor: pointer;
  display: block;
  font-size: 16px;
  width: 160px;
  margin: 0 auto;
}
.load-more:focus {
  outline: 0;
}
.load-more.loading .load-more-animation {
  display: inline-block;
}
.load-more.loading .load-more-text {
  display: none;
}

.load-more-text {
  line-height: 24px;
}

.load-more-animation {
  display: none;
  position: relative;
  width: 80px;
  height: 21px;
}

.load-more-animation div {
  position: absolute;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.load-more-animation div:nth-child(1) {
  left: 8px;
  animation: load-more-animation1 0.6s infinite;
}

.load-more-animation div:nth-child(2) {
  left: 8px;
  animation: load-more-animation2 0.6s infinite;
}

.load-more-animation div:nth-child(3) {
  left: 32px;
  animation: load-more-animation2 0.6s infinite;
}

.load-more-animation div:nth-child(4) {
  left: 56px;
  animation: load-more-animation3 0.6s infinite;
}

@keyframes load-more-animation1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes load-more-animation3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes load-more-animation2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
div.heateor_sss_sharing_title {
  margin: 40px 0 10px 0 !important;
}

.latest-news__intro {
  display: flex;
  margin-bottom: 20px !important;
}

.latest-news__intro-title {
  flex: 0 0 50%;
}
@media screen and (min-width: 768px) {
  .latest-news__intro-title {
    flex: 0 0 33.3333%;
  }
}

.latest-news__intro-button {
  flex: 1;
}

.latest-news__intro-button {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.latest-news__intro-button .button {
  margin-bottom: 24px !important;
}
@media screen and (max-width: 499px) {
  .latest-news__intro-button .button {
    display: none;
  }
}

.single-post .latest-news {
  padding: 80px 0 20px 0;
  background: #F4F4F4;
}

.latest-news .post__meta h3 {
  margin-bottom: 0 !important;
}
.latest-news .post__meta a {
  color: #add952;
  transition: color ease 150ms;
}
.latest-news .post__meta a:hover {
  color: #024856;
}

.whats-happening {
  background-color: #024856;
}

.whats-happening-inner {
  display: block;
}
@media screen and (min-width: 1000px) {
  .whats-happening-inner {
    display: flex;
  }
}

.whats-happening__events {
  flex: 0 0 70%;
  padding: 70px 0 60px 0;
}
@media screen and (min-width: 1000px) {
  .whats-happening__events {
    padding: 70px 50px 60px 0;
  }
}
.whats-happening__events h2 {
  color: white;
  margin-bottom: 0.1em;
}
.whats-happening__events p {
  color: white;
  font-size: 18px;
}
.whats-happening__events .view-all-events {
  font-weight: 400;
}
.whats-happening__events .events {
  margin-bottom: 20px;
}
.whats-happening__events .events .event {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15px 0;
  display: flex;
}
.whats-happening__events .events .event h3.event-title {
  color: white;
  transition: all ease 150ms;
}
.whats-happening__events .events .event:hover .event-date {
  transform: scale(1.05);
}
.whats-happening__events .events .event:hover h3.event-title {
  color: #add952;
}
.whats-happening__events .events .event .event-date {
  flex: 0 0 80px;
  transform: scale(1);
  transition: transform ease 150ms;
}
@media screen and (min-width: 768px) {
  .whats-happening__events .events .event .event-date {
    flex: 0 0 120px;
  }
}
.whats-happening__events .events .event .event-date .date {
  height: 80px;
  display: flex;
  align-items: center;
  width: 80px;
  border-radius: 60px;
  background-color: #ffa165;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.15;
}
@media screen and (min-width: 768px) {
  .whats-happening__events .events .event .event-date .date {
    flex: 0 0 120px;
  }
}
.whats-happening__events .events .event .event-date .date > div {
  text-align: center;
  width: 100%;
}
.whats-happening__events .events .event .event-date .date .date-day {
  color: white;
}
.whats-happening__events .events .event .event-date .date .date-month {
  color: white;
}
.whats-happening__events .events .event .event-text {
  padding-left: 20px;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .whats-happening__events .events .event .event-text {
    padding-left: 50px;
  }
}
.whats-happening__events .events .event .event-text .event-title {
  line-height: 1.4;
  font-weight: 700;
  color: white;
  opacity: 1;
  transition: opacity ease 150ms;
}
.whats-happening__events .events .event .event-text .event-title:not(:last-child) {
  margin-bottom: 0.5em;
}
.whats-happening__events .events .event .event-text .event-title a {
  color: white;
}
.whats-happening__events .events .event .event-text .event-venue {
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.whats-happening__image {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .whats-happening__image {
    flex: 0 0 calc((100vw / 2));
  }
}
.whats-happening__image .whats-happening__image-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.whats-happening__image .whats-happening__image-inner img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.panel {
  border-radius: 4px;
  padding: 30px;
  background-image: url("apple-icon.2122de2d.png");
  background-size: 220px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
.panel h3 {
  font-weight: 700;
}
.panel ul {
  list-style: disc;
  padding-left: 1em;
}
.panel.panel--green {
  background-color: #add952;
  color: white;
}

.newsletter-signup {
  background-color: #fdcd00;
  padding-top: 30px;
  padding-bottom: 30px;
}

.newsletter-signup-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.newsletter-signup-text {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .newsletter-signup-text {
    flex: 0 0 50%;
  }
}

.newsletter-signup-form {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .newsletter-signup-form {
    flex: 0 0 50%;
  }
}

.error-404 {
  padding: 100px 0;
  text-align: center;
}
.error-404 h1 {
  font-weight: 700;
  font-size: 65px;
  color: #078C8C;
}
.error-404 p {
  font-size: 22px;
  font-weight: 500;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.card {
  flex: 0 0 25%;
  position: relative;
  display: block;
  padding: 0 15px 60px;
}
@media (max-width: 1000px) {
  .card {
    flex: 0 0 33%;
  }
}
@media (max-width: 768px) {
  .card {
    flex: 0 0 50%;
  }
}
@media (max-width: 400px) {
  .card {
    flex: 0 0 100%;
  }
}
.card a.category-title {
  text-align: center;
  color: black;
  font-size: 14px;
  margin-bottom: 0px;
}
.card h4 {
  text-align: center;
  line-height: 1.1;
}
.card div.center-button a {
  display: table;
  margin: 20px auto 0 auto;
}
.card a.button--yellow {
  color: black;
  background-color: #fdcd00;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  padding: 0.6em 1.2em;
  border-radius: 0.3em;
  transform: scale(1);
  transition: transform ease-out 150ms;
  font-weight: 400 !important;
}
.card a.button--yellow:hover {
  transform: scale(1.033);
}
.card img {
  width: 100%;
  display: block;
}
.card .social-links {
  display: flex;
  justify-content: center;
}

.made-in-nz-overlay {
  background-image: url("NZ-Made-reversed.9068005f.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  height: 70px;
  width: 70px;
  bottom: 6px;
  right: 10px;
  margin: auto;
}

.badge-new {
  position: absolute;
  background-color: #fdcd00;
  height: 32px;
  width: 70px;
  text-align: center;
  line-height: 34px;
  text-transform: uppercase;
  top: 16px;
  left: 16px;
  color: black;
}

.business-categories .categories .category .category-content {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
}
.business-categories .categories .category .category-background-image {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.business-categories .categories .category .category-icon {
  height: 60px;
  width: 60px;
  background-size: 50px;
  background-position: 50% 50%;
  position: absolute;
  bottom: 25px;
  left: 25px;
  background-repeat: no-repeat;
}
.business-categories .categories .category .category-name {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  color: white;
}
.business-categories .categories .category.ratio-1-1 .category-inner {
  padding-top: 50%;
}
@media screen and (min-width: 768px) {
  .business-categories .categories .category.ratio-1-1 .category-inner {
    padding-top: 100%;
  }
}
.business-categories .categories .category.ratio-2-1 .category-inner {
  padding-top: 50%;
}
@media screen and (min-width: 768px) {
  .business-categories .categories .category.ratio-2-1 .category-inner {
    padding-top: 50%;
  }
}
.business-categories .categories .category.width-1-2 {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .business-categories .categories .category.width-1-2 {
    width: 50%;
  }
}
.business-categories .categories .category.width-1-4 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .business-categories .categories .category.width-1-4 {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .business-categories .categories .category.width-1-4 {
    width: 25%;
  }
}

.businesses-filter {
  margin-top: 50px;
  background-color: #fdcd00;
  padding: 25px;
  margin-bottom: 50px;
  border-radius: 4px;
  /* The container */
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.businesses-filter ::placeholder {
  color: #808080;
}
.businesses-filter input[type=text] {
  font-family: "Baloo 2";
}
.businesses-filter input[type=text]:focus {
  outline: 0;
}
.businesses-filter .filter-by h3 {
  margin-bottom: 10px;
}
.businesses-filter .filters {
  display: flex;
  flex-wrap: wrap;
}
.businesses-filter label {
  height: 40px;
}
.businesses-filter label:nth-child(1) {
  flex: 0 0 140px;
}
.businesses-filter label:nth-child(2) {
  flex: 0 0 170px;
}
.businesses-filter label:nth-child(2) input[type=checkbox] {
  margin-bottom: 0;
}
.businesses-filter label:nth-child(3) {
  flex: 0 0 100%;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .businesses-filter label:nth-child(3) {
    margin-top: 0;
    flex: 1;
  }
}
.businesses-filter label:nth-child(3) input {
  width: 100%;
  height: 40px;
  border: 0;
  line-height: 40px;
  font-size: 18px;
  text-indent: 0.5em;
  border-radius: 4px;
}
.businesses-filter label .checkmark {
  border: 1px solid transparent;
}
.businesses-filter .checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 50px;
  padding-top: 6px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.businesses-filter .checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.businesses-filter .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  background-color: white;
}
.businesses-filter .checkbox-wrap:hover input ~ .checkmark {
  background-color: white;
}
.businesses-filter .checkbox-wrap input:checked ~ .checkmark {
  background-color: black;
}
.businesses-filter .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.businesses-filter .checkbox-wrap:hover .checkmark:after,
.businesses-filter .checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
}
.businesses-filter .checkbox-wrap .checkmark:after {
  left: 14px;
  top: 9px;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.businesses-filter button {
  cursor: pointer;
  border-radius: 4px;
  background-color: black;
  color: white;
  border: 0;
  height: 40px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  font-size: 16px;
}

.businesses.filtered .card {
  display: none;
}
.businesses.filtered .card.show {
  display: block;
}

.businesses-video-model {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
}
.businesses-video-model.show {
  display: flex;
}
.businesses-video-model .video-wrapper {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  padding: 25px;
  position: relative;
}
.businesses-video-model .video-wrapper:before {
  content: "";
  cursor: pointer;
  height: 40px;
  width: 40px;
  border-radius: 40px;
  display: block;
  position: absolute;
  top: -40px;
  right: 20px;
  background: white;
  background-image: url("iconmonstr-x-mark-1-96-black.5186bfa0.png");
  background-size: 40%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1024px) {
  .businesses-video-model .video-wrapper:before {
    top: -20px;
    right: -20px;
  }
}

.add-your-business {
  padding-top: 80px;
  padding-bottom: 50px;
}

/*# sourceMappingURL=index.css.map */