@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Domine:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;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;
}

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: #0B444C;
  font-family: "Lato", sans-serif;
}

.border-right {
  border-right: 1px solid #0B444C;
}
@media screen and (max-width: 767px) {
  .border-right {
    border-right: none;
  }
}

.overlap-section {
  margin-bottom: -100px !important;
  z-index: 999;
}

.cta-padding {
  padding: 60px 40px 70px 40px;
}
@media screen and (max-width: 767px) {
  .cta-padding {
    padding: 40px 15px 50px 15px;
  }
}
@media screen and (max-width: 499px) {
  .cta-padding {
    padding: 40px 15px 80px 25px;
  }
}

.cta-half {
  max-width: 550px !important;
  padding: 80px 5px 80px 50px !important;
}
@media screen and (max-width: 767px) {
  .cta-half {
    padding: 60px 15px !important;
  }
}

.left-half {
  max-width: 575px !important;
  margin-left: auto;
  padding: 50px 50px 30px 50px !important;
}
@media screen and (max-width: 767px) {
  .left-half {
    padding: 40px 15px !important;
    margin-left: 0px;
  }
}

.right-half {
  max-width: 550px !important;
  padding: 50px 5px 30px 50px !important;
}
@media screen and (max-width: 767px) {
  .right-half {
    padding: 40px 15px !important;
  }
}

.profile-box-height {
  min-height: 25vw !important;
}

.contact-grey {
  background-color: #D0CBBF;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .contact-grey {
    height: 120px;
    width: 120px;
    bottom: -70px;
    right: 200px;
  }
}
@media screen and (max-width: 767px) {
  .contact-grey {
    height: 80px;
    width: 80px;
    bottom: -50px;
    right: 145px;
  }
}
@media screen and (max-width: 599px) {
  .contact-grey {
    height: 40px;
    width: 40px;
    bottom: -50px;
    right: 65px;
  }
}
@media screen and (max-width: 499px) {
  .contact-grey {
    bottom: -80px;
  }
}

.contact-light-grey {
  background-color: #E7E4DD;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .contact-light-grey {
    height: 120px;
    width: 120px;
    bottom: -70px;
    right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .contact-light-grey {
    height: 80px;
    width: 80px;
    bottom: -50px;
    right: 65px;
  }
}
@media screen and (max-width: 599px) {
  .contact-light-grey {
    height: 40px;
    width: 40px;
    bottom: -50px;
    right: 25px;
  }
}
@media screen and (max-width: 499px) {
  .contact-light-grey {
    bottom: -80px;
  }
}

.contact-white {
  background-color: white;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .contact-white {
    height: 120px;
    width: 120px;
    bottom: -70px;
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .contact-white {
    height: 80px;
    width: 80px;
    bottom: -50px;
    right: -15px;
  }
}
@media screen and (max-width: 599px) {
  .contact-white {
    height: 40px;
    width: 40px;
    bottom: -50px;
    right: -15px;
  }
}
@media screen and (max-width: 499px) {
  .contact-white {
    bottom: -80px;
  }
}

ul.line {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  padding-left: 1em !important;
  list-style: none !important;
}

ul.line li {
  padding-bottom: 10px;
}

ul.line li::before {
  content: "–";
  position: absolute;
  left: 1.5em;
}

.icon-corner {
  position: absolute;
  bottom: 0px;
  left: 2em;
}

.cv-download {
  background-color: #E7E4DD;
  padding: 20px;
  min-height: 95px;
  background-image: url("http://jeremyjohnson.wpengine.com/wp-content/uploads/2020/06/download-icon.png");
  background-repeat: no-repeat;
  background-position: 20px 50%;
}

.header-top {
  padding-top: 180px;
}
@media screen and (max-width: 767px) {
  .header-top {
    padding-top: 120px;
  }
}
@media screen and (max-width: 499px) {
  .header-top {
    padding-top: 80px;
  }
}

.header-blue {
  background-color: #0B444C;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .header-blue {
    height: 100px;
    width: 100px;
    bottom: 0px;
    left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .header-blue {
    height: 80px;
    width: 80px;
    bottom: 0px;
    left: 15px;
  }
}
@media screen and (max-width: 499px) {
  .header-blue {
    height: 40px;
    width: 40px;
    bottom: 0px;
    left: 15px;
  }
}

.header-grey {
  background-color: #D0CBBF;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .header-grey {
    height: 100px;
    width: 100px;
    bottom: 0px;
    left: 115px;
  }
}
@media screen and (max-width: 767px) {
  .header-grey {
    height: 80px;
    width: 80px;
    bottom: 0px;
    left: 95px;
  }
}
@media screen and (max-width: 499px) {
  .header-grey {
    height: 40px;
    width: 40px;
    bottom: 0px;
    left: 55px;
  }
}

.header-light-grey {
  background-color: #E7E4DD;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .header-light-grey {
    height: 100px;
    width: 100px;
    bottom: 0px;
    left: 215px;
  }
}
@media screen and (max-width: 767px) {
  .header-light-grey {
    height: 80px;
    width: 80px;
    bottom: 0px;
    left: 175px;
  }
}
@media screen and (max-width: 499px) {
  .header-light-grey {
    height: 40px;
    width: 40px;
    bottom: 0px;
    left: 95px;
  }
}

.header-white {
  background-color: white;
  position: absolute;
}
@media screen and (min-width: 769px) {
  .header-white {
    height: 100px;
    width: 100px;
    bottom: 0px;
    left: 315px;
  }
}
@media screen and (max-width: 767px) {
  .header-white {
    height: 80px;
    width: 80px;
    bottom: 0px;
    left: 255px;
  }
}
@media screen and (max-width: 499px) {
  .header-white {
    height: 40px;
    width: 40px;
    bottom: 0px;
    left: 135px;
  }
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel-heading {
  border-bottom: 1px solid #0B444C !important;
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
}

.wpb-js-composer .vc_tta.vc_general {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #0B444C !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
}

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

.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel:not(:last-child) .vc_tta-panel-heading {
  margin-bottom: 1px !important;
}

.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background-color: white !important;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-panel.vc_active .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 0px !important;
  background: #D0CBBF;
  padding: 20px;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  right: 0px !important;
  background: #0B444C;
  padding: 20px;
}

.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
  left: 15px !important;
  right: 15px !important;
  top: 15px !important;
  bottom: 15px !important;
  border-color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body {
  padding: 20px !important;
}

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

.button {
  display: inline-block;
  border: 0;
  color: white;
  text-decoration: none;
  padding: 1em 3em;
  border-radius: 0;
  transform: scale(1);
  transition: transform ease-out 150ms;
  font-weight: 700 !important;
  font-family: "Domine", serif;
  color: white !important;
}
.button.button--blue {
  background-color: #0B444C;
  border: 1px solid #0B444C;
}
.button.button--blue:hover {
  background-color: transparent;
  color: #0B444C !important;
}
.button.button--grey {
  background-color: #D0CBBF;
  border: 1px solid #D0CBBF;
}
.button.button--grey:hover {
  background-color: transparent;
  color: #D0CBBF !important;
}
.button.button--white {
  background-color: white;
  color: #0B444C !important;
  border: 1px solid white;
}
.button.button--white:hover {
  background-color: transparent;
  color: white !important;
}
.button.button--right {
  background-color: #0B444C;
  border: 1px solid #0B444C;
  float: right;
}
.button.button--right:hover {
  background-color: transparent;
  color: #0B444C !important;
}

hr {
  background-color: #E7E4DD;
  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: #0B444C;
}

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

.navbar--desktop {
  position: fixed;
  background-color: #D0CBBF;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  z-index: 9999;
  display: none;
}
@media screen and (min-width: 1000px) {
  .navbar--desktop {
    display: block;
  }
}
.navbar--desktop .header-logo-sticky {
  display: none;
}
.navbar--desktop .navbar {
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.25);
}
.navbar--desktop .navbar-inner {
  display: flex;
  position: relative;
  padding-top: 20px;
}
.navbar--desktop .navbar__logo {
  flex: 0 0 135px;
  padding-bottom: 20px;
}
.navbar--desktop .navbar__menu {
  display: flex;
  flex: 1;
  align-items: baseline;
  justify-content: flex-end;
  user-select: none;
}
.navbar--desktop .navbar__menu > div {
  text-align: right;
  border-bottom: 1px solid #0B444C;
}
.navbar--desktop ul#menu-desktop {
  list-style: none;
  text-align: right;
}
.navbar--desktop ul#menu-desktop > li {
  padding-bottom: 35px;
}
.navbar--desktop ul#menu-desktop li {
  font-family: "Domine", serif;
  display: inline-block;
  position: relative;
}
.navbar--desktop ul#menu-desktop li.current-menu-ancestor > a {
  color: #0B444C;
}
.navbar--desktop ul#menu-desktop li.current-menu-item > a {
  color: #0B444C;
}
.navbar--desktop ul#menu-desktop li:not(:last-child) {
  padding-right: 1.5em;
}
.navbar--desktop ul#menu-desktop li a {
  display: block;
  text-decoration: none;
  color: #0B444C;
}
.navbar--desktop ul#menu-desktop li a:hover {
  color: white;
}
.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: #0B444C;
  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;
}
.navbar--desktop ul#menu-desktop .sub-menu a:hover {
  transform: scale(1);
}

.navbar--desktop.stuck {
  position: fixed;
}
.navbar--desktop.stuck .become-a-member {
  display: none;
}
.navbar--desktop.stuck .header-social {
  display: none;
}
.navbar--desktop.stuck .navbar-inner {
  padding-top: 0;
}
.navbar--desktop.stuck .header-logo {
  display: none;
}
.navbar--desktop.stuck .navbar__logo {
  flex: 0 0 130px;
  padding-bottom: 0;
}
.navbar--desktop.stuck .header-logo-sticky {
  padding: 20px 0;
  display: flex;
}
.navbar--desktop.stuck .header-logo-sticky .logo-sticky a {
  display: block;
}
.navbar--desktop.stuck .header-logo-sticky .contact-sticky {
  position: absolute;
  right: 0;
}
.navbar--desktop.stuck .header-logo-sticky .contact-sticky a {
  display: block;
}
.navbar--desktop.stuck .navbar__menu {
  align-items: center;
}
.navbar--desktop.stuck #menu-desktop {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.navbar--desktop.stuck #menu-desktop > li {
  padding-bottom: 0;
}

.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 {
  background: #D0CBBF;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}
.navbar--mobile .navbar__logo {
  flex: 0 0 90px;
  padding: 10px 0;
}
.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: #0B444C;
  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: #D0CBBF;
  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: white;
  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;
}

@media screen and (max-width: 999px) {
  ul {
    padding-bottom: 20px;
  }
}

ul#menu-mobile ul {
  padding: 0;
}
ul#menu-mobile li {
  list-style: none;
}
ul#menu-mobile a,
ul#menu-mobile span {
  color: #0B444C;
  cursor: pointer;
  line-height: 36px;
  transition: ease 150ms #0B444C;
}
ul#menu-mobile a:hover,
ul#menu-mobile span:hover {
  color: #D0CBBF;
}
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 {
  display: none !important;
  display: none;
  border-bottom: 1px solid #0B444C;
  padding-bottom: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.drill-up.active {
  display: block;
}

.header-social {
  float: left;
  text-align: left;
  display: none;
}
@media screen and (min-width: 500px) {
  .header-social {
    display: flex;
    padding-top: 15px;
    padding-right: 20px;
  }
}
.header-social a {
  display: inline-block;
  margin-right: 10px;
}

.footer {
  background-color: white;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer__top {
  display: block;
  border-top: 1px solid #0B444C;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .footer__top {
    display: flex;
    padding-top: 45px;
    padding-bottom: 20px;
  }
}

.footer__location {
  flex: 0 0 30%;
  padding-bottom: 20px;
}
.footer__location p {
  font-size: 15px;
  line-height: 1.4em;
}
@media screen and (min-width: 1000px) {
  .footer__location {
    padding-bottom: 10px;
  }
}

.footer__contact {
  flex: 0 0 30%;
  padding-bottom: 25px;
}
.footer__contact p {
  font-size: 15px;
  line-height: 1.4em;
}
.footer__contact p strong {
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
  .footer__contact {
    padding-bottom: 10px;
  }
}

.footer__linkedin {
  flex: 0 0 80px;
  padding-bottom: 0px;
}
.footer__linkedin img {
  float: none;
}
@media screen and (min-width: 768px) {
  .footer__linkedin img {
    float: right;
  }
}
@media screen and (min-width: 1000px) {
  .footer__linkedin {
    padding-bottom: 10px;
  }
}

.footer__logo {
  flex: 0 0 200px;
  padding-bottom: 20px;
}
.footer__logo a {
  display: block;
  max-width: 160px;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    flex: 0 0 240px;
    max-width: 200px;
    padding-bottom: 0px;
  }
}

.footer__bottom {
  border-top: 1px solid #0B444C;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.footer__bottom .footer__bottom-left,
.footer__bottom .footer__bottom-right {
  flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .footer__bottom .footer__bottom-left,
.footer__bottom .footer__bottom-right {
    flex: 1;
  }
}

.footer__copyright {
  color: #0B444C;
  font-size: 12px;
}

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

.footer__cite {
  padding-left: 0.2em;
}

.footer__social {
  margin-left: 10px;
  padding-top: 2px;
  display: none;
}
@media screen and (min-width: 500px) {
  .footer__social {
    display: block;
  }
}
.footer__social a {
  display: inline-block;
  width: 20px;
  margin-left: 4px;
}

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

h1 {
  color: #0B444C;
  font-family: "Domine", serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: #0B444C;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #0B444C;
  font-family: "Domine", serif;
  border-bottom: 1px solid #0B444C;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 8px;
}
h2:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 26px;
  }
}
h2.just-grey {
  color: #D0CBBF;
  border-bottom: none;
}
h2.white {
  color: white;
  border-bottom: 1px solid white;
}
h2.just-white {
  color: white;
  margin-bottom: 0.2em;
}
h2.grey {
  color: #D0CBBF;
}

h3 {
  color: #0B444C;
  font-family: "Domine", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  padding-bottom: 8px;
  border-bottom: 1px solid #0B444C;
}
h3:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}
h3.white {
  color: white;
  border-bottom: 1px solid white;
}
h3.just-blue {
  color: #0B444C;
  border-bottom: none;
}
h3 a:hover {
  text-decoration: underline;
}

h4 {
  color: #0B444C;
  font-family: "Domine", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4em;
}
h4:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 18px;
  }
}
h4.grey {
  color: #D0CBBF;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
}
p.white {
  color: white;
}
p:not(:last-child) {
  margin-bottom: 1.25em;
}

a {
  color: #0B444C;
  text-decoration: none;
}

.wpb_content_element a {
  color: #0B444C;
  font-weight: 700;
}
.wpb_content_element.anchors--white a {
  color: white;
}

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

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

.gform_wrapper input[type=text], .gform_wrapper input[type=email] {
  display: block;
  height: 50px;
  border: 1px solid #0B444C;
  width: 100%;
  text-indent: 0.8em;
  font-family: "Lato", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #0B444C !important;
  border-radius: 0px !important;
}
.gform_wrapper input:focus {
  outline: 0;
}
.gform_wrapper textarea {
  display: block;
  border: 1px solid #0B444C;
  width: 100%;
  font-family: "Lato", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #0B444C !important;
  padding: 0.5em 0 !important;
  text-indent: 0.8em;
  border-radius: 0px !important;
}
.gform_wrapper textarea:focus {
  outline: 0;
}
.gform_wrapper input[type=submit] {
  cursor: pointer;
  display: inline-block;
  background-color: #0B444C;
  border: 1px solid #0B444C;
  color: white;
  border-radius: 0px !important;
  padding: 1em 3em;
  height: 50px;
  font-size: 16px;
  transform: scale(1);
  transition: transform ease-out 150ms;
}
.gform_wrapper input[type=submit]:hover {
  background-color: transparent;
  color: #0B444C !important;
}

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

.validation_message {
  border-radius: 4px;
  padding: 8px 16px !important;
  color: white !important;
  background-color: #ffa165;
  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: #0B444C !important;
}

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

.gfield_required {
  color: #ffa165 !important;
}

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

.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: #0B444C 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 {
  margin-top: 0px !important;
  padding-right: 0px !important;
}
@media screen and (min-width: 768px) {
  .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px !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 #ffa165 !important;
}

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

.gsection_title {
  color: #add952 !important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 0px !important;
}

.gform_wrapper form {
  text-align: center !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 #D0CBBF;
}

/* 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: 50px;
  background: white;
}
.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: #0B444C transparent transparent transparent;
  pointer-events: none;
}
.ginput_container_select select {
  text-indent: 0.8em;
  font-family: "Lato", sans-serif !important;
  font-weight: 300 !important;
  font-size: 16px !important;
  color: #0B444C !important;
  border: none;
  box-shadow: none;
  border-radius: 0px !important;
  background: transparent;
  height: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 35px;
  padding-left: 5px;
  border: 1px solid #0B444C;
  -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: #0B444C;
}

.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 #0B444C;
  border-radius: 0;
}
.gfield_checkbox label::after {
  content: "";
  display: none;
  position: absolute;
  left: 9px;
  top: 5px;
  width: 7px;
  height: 12px;
  border: solid #0B444C;
  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;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #0B444C;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #0B444C;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #0B444C;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #0B444C;
}

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

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

.cta {
  background-color: #ffa165;
  padding-bottom: 0;
  background-image: url("apple-icon.2122de2d.png");
  background-size: 320px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cta h2,
.cta p {
  color: white;
}
.cta hr {
  max-width: 180px;
}
.cta.cta-orange {
  background-color: #ffa165;
}
.cta.cta-blue {
  background-color: #0B444C;
}
.cta.cta-green {
  background-color: #add952;
}

@media screen and (min-width: 768px) {
  .cta-inner {
    display: flex;
    flex-direction: row-reverse;
  }
}

.cta__text {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cta__text {
    padding-right: 50px;
    flex: 1;
  }
}

.cta__image {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
.cta__image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta__image {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    flex: 1;
  }
}

.cta-what-we-do {
  position: relative;
}

.cta-what-we-do__background {
  background-color: #0B444C;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cta-what-we-do__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.cta-what-we-do__title {
  position: relative;
  padding-top: 80px;
}
.cta-what-we-do__title h2 {
  color: white;
}
.cta-what-we-do__title hr {
  max-width: 180px;
  margin-bottom: 2em !important;
}

.cta-what-we-do__panels {
  position: relative;
}
.cta-what-we-do__panels .panels {
  display: flex;
  flex-wrap: wrap;
}
.cta-what-we-do__panels .panels .panel {
  flex: 0 0 100%;
  padding: 40px 60px 120px 30px;
  border-radius: 0;
  color: white;
  font-weight: 700;
  position: relative;
  transition: transform ease 150ms;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .cta-what-we-do__panels .panels .panel {
    flex: 0 0 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .cta-what-we-do__panels .panels .panel {
    background-size: 150px;
    background-position: 100% -60%;
  }
}
.cta-what-we-do__panels .panels .panel:hover .panel-arrow {
  width: 36px;
}
.cta-what-we-do__panels .panels .panel h3 {
  color: #0B444C;
  font-family: "Domine", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 0px;
}
.cta-what-we-do__panels .panels .panel-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.cta-what-we-do.homepage {
  margin-top: -200px;
}
.cta-what-we-do.homepage .cta-what-we-do__panels {
  padding-bottom: 0;
}

.cta-join-fullwidth {
  background-color: #ffa165;
  padding-top: 60px;
  padding-bottom: 0;
  background-image: url("apple-icon.2122de2d.png");
  background-size: 320px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .cta-join-fullwidth {
    padding-bottom: 60px;
  }
}
.cta-join-fullwidth h2,
.cta-join-fullwidth p {
  color: white;
}
.cta-join-fullwidth hr {
  max-width: 180px;
}

@media screen and (min-width: 768px) {
  .cta-join-fullwidth__inner {
    display: flex;
  }
}

.cta-join-fullwidth__text {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .cta-join-fullwidth__text {
    padding-right: 50px;
    flex: 1;
  }
}

.cta-join-fullwidth__image {
  margin-left: -15px;
  margin-right: -15px;
}
.cta-join-fullwidth__image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-join-fullwidth__image {
    margin-left: 0;
    margin-right: 0;
    flex: 1;
  }
}

.cta-join-panel {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (min-width: 640px) {
  .cta-join-panel {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

.cta-join-panel__text {
  padding: 30px 40px;
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  .cta-join-panel__text {
    flex: 0 0 70%;
  }
}
@media screen and (min-width: 1000px) {
  .cta-join-panel__text {
    flex: 0 0 50%;
  }
}

.cta-join-panel__image {
  flex: 0 0 100%;
  position: relative;
  height: 200px;
}
@media screen and (min-width: 640px) {
  .cta-join-panel__image {
    flex: 0 0 30%;
    height: auto;
  }
}
@media screen and (min-width: 1000px) {
  .cta-join-panel__image {
    flex: 0 0 50%;
  }
}
.cta-join-panel__image > div {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: auto;
}
.cta-join-panel__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}

.cta-join-panel--blue {
  background-color: #0B444C;
}
.cta-join-panel--blue h2,
.cta-join-panel--blue p {
  color: white;
}

.cta-join-panel--green {
  background-color: #add952;
}
.cta-join-panel--green h2 {
  color: white;
}

.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: #0B444C;
  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: #0B444C;
  display: inherit;
  font-weight: 700;
}
.members .member:last-child .member__image {
  display: none;
}
.members .member:last-child .member__text_president h3 {
  color: #0B444C;
  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%;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding: 0;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date {
  color: #add952 !important;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
  background-color: #add952 !important;
}

.tribe-events .tribe-events-c-ical__link {
  border: 1px solid #add952 !important;
  color: #add952 !important;
}
.tribe-events .tribe-events-c-ical__link:before {
  display: none !important;
}
.tribe-events .tribe-events-c-ical__link:hover {
  color: white !important;
  background-color: #add952 !important;
}

.tribe-common h3 {
  color: #0B444C !important;
}
.tribe-common h3 a {
  color: #0B444C !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day:hover:after {
  background-color: #add952 !important;
}

body .tribe-events .tribe-events-calendar-month__day-cell--selected,
body .tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
body .tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: transparent !important;
}

.tribe-events * {
  font-family: "Poppins", sans-serif !important;
}

.tribe-events-header__events-bar {
  display: none !important;
}

.tribe-events-c-top-bar__datepicker-desktop {
  font-weight: 700;
  color: #0B444C !important;
}

.tribe-events-c-view-selector__list-item-text {
  font-weight: 700;
  color: #0B444C !important;
}

.tribe-events .tribe-events-calendar-month__day--past .tribe-events-calendar-month__day-date {
  opacity: 1 !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
  background-color: #0B444C !important;
}

.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum,
.tribe-events-pro .tribe-events-pro-week-grid__header-column--current .tribe-events-pro-week-grid__header-column-daynum-link {
  color: #add952 !important;
}

.tribe-events-pro .tribe-events-pro-map__event-card-wrapper--active .tribe-events-pro-map__event-card-button {
  border: 1px solid #add952 !important;
}

.tribe-common .tribe-common-cta--thin-alt {
  border-bottom: 1px solid #add952 !important;
}
.tribe-common .tribe-common-cta--thin-alt:hover {
  color: #add952 !important;
}

.tribe-events .tribe-events-calendar-month__day-cell--selected,
.tribe-events .tribe-events-calendar-month__day-cell--selected:focus,
.tribe-events .tribe-events-calendar-month__day-cell--selected:hover {
  background-color: #add952 !important;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  background-color: #add952 !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner {
  background-color: #add952 !important;
  color: #0B444C !important;
}
.tribe-events .tribe-events-calendar-month__multiday-event-bar-inner:hover {
  background-color: #add952 !important;
}

.tribe-events-nav-pagination a {
  font-weight: 400 !important;
}

.tribe-events-schedule h2 {
  font-size: 16px;
  font-weight: 400;
}

.tribe-events-back a {
  font-size: 16px;
  font-weight: 400;
}
.tribe-events-back a:hover {
  color: #0B444C !important;
}

.tribe-events-back {
  position: relative;
  padding: 40px 0 30px;
  margin-bottom: 0 !important;
}
.tribe-events-back a {
  position: relative;
}
.tribe-events-back:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  transform: translateX(-50%);
}
.tribe-events-back.make-green:before {
  background-color: #add952;
}

.single-tribe_events .tribe-events-single-event-title-wrap {
  position: relative;
}
.single-tribe_events .tribe-events-single-event-title-wrap h1.tribe-events-single-event-title {
  position: relative;
  color: white !important;
}
.single-tribe_events .tribe-events-single-event-title-wrap:before {
  content: "";
  display: block;
  background-color: #add952;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  transform: translateX(-50%);
}

.single-tribe_events .tribe-events-single-event-title {
  font-size: 36px !important;
  font-weight: 700;
  line-height: 1.25;
  color: #0B444C !important;
}
@media screen and (min-width: 768px) {
  .single-tribe_events .tribe-events-single-event-title {
    font-size: 65px !important;
  }
}

.tribe-events-single .tribe-events-schedule {
  position: relative;
  margin: 0 !important;
  padding-bottom: 40px;
  padding-top: 30px;
}
.tribe-events-single .tribe-events-schedule h2 {
  position: relative;
}
.tribe-events-single .tribe-events-schedule:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  transform: translateX(-50%);
}
.tribe-events-single .tribe-events-schedule.make-green:before {
  background-color: #add952;
}

.tribe-events-single-event-description {
  padding-top: 50px !important;
}

.tribe-events-single .tribe-events-notices {
  display: none;
  background: none;
  padding: 10px 0;
  position: relative;
  text-shadow: none;
  margin: 0;
  border-radius: 0;
  border: 0;
}
.tribe-events-single .tribe-events-notices ul {
  position: relative;
}
.tribe-events-single .tribe-events-notices ul li {
  color: #0B444C;
}
.tribe-events-single .tribe-events-notices:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  transform: translateX(-50%);
}
.tribe-events-single .tribe-events-notices.make-green:before {
  background-color: #add952;
}

.single-tribe_events .tribe-events-event-meta {
  border: 0 !important;
  margin: 0px 0 0 0;
}

#tribe-events-footer {
  display: none;
}

#tribe-events .tribe-events-button,
#tribe-events .tribe-events-button:hover,
#tribe_events_filters_wrapper input[type=submit],
.tribe-events-button,
.tribe-events-button.tribe-active:hover,
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-],
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
  background-color: #add952 !important;
}

.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link {
  color: #add952 !important;
}

.tribe-events .tribe-events-calendar-month__mobile-events-icon--event {
  background-color: #add952 !important;
}

.tribe-events-event-meta .tribe-events-single-section-title {
  font-weight: 500;
}

.tribe-events-meta-group {
  float: inherit;
  padding: 40px 0 0 0 !important;
}
.tribe-events-meta-group .tribe-events-meta-group-venue {
  padding-top: 0px !important;
}

.tribe-events-single-section {
  padding: 0px !important;
}

.tribe-events-meta-group .tribe-events-single-section-title {
  margin: 20px 0 20px;
}

.tribe-events-meta-group-details {
  padding-right: 40px !important;
}

.single-tribe_events #tribe-events-content a:hover {
  color: #add952;
}

.single-tribe_events .tribe-events-event-meta {
  margin-bottom: 0;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
  font-weight: 500;
  margin-bottom: 1em;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
  margin-bottom: 2.5em;
}

#tribe-events-content .tribe-events-abbr {
  text-decoration: none;
}

.tribe-events-event-meta {
  position: relative;
}
.tribe-events-event-meta:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  height: 100%;
  width: 100%;
  margin: auto;
  background-color: #fafafa;
}
.tribe-events-event-meta:after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  margin: auto;
  background-color: #fafafa;
}

#tribe-events-content {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0 !important;
  overflow: initial !important;
}

.tribe-events-view-loader__dots {
  display: none !important;
}

.tooltipster-base.tribe-events-tooltip-theme {
  border: 1px solid #add952 !important;
}

.tribe-events-meta-group-gmap {
  margin-bottom: 0 !important;
}

.single-tribe_events .tribe-events-schedule {
  border: 0 !important;
}

.single-tribe_events .tribe-events-venue-map {
  margin: 0px 0px 60px 0px;
}

.single-tribe_events .secondary .tribe-events-venue-map {
  width: 100%;
}

ul.tribe-events-c-top-bar__nav-list {
  list-style: none !important;
  padding: 0 !important;
}

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

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

a.file-download {
  display: flex;
  align-items: center;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  color: #0B444C;
}

.file-download__icon {
  flex: 0 0 60px;
}
.file-download__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;
}

.file-download__name {
  flex: 1;
  padding-left: 20px;
}

.homepage-slider .slides .banner {
  display: flex !important;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .homepage-slider .slides .banner {
    display: block !important;
    padding-bottom: 40px;
  }
}
.homepage-slider .banner__image {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .homepage-slider .banner__image {
    width: 100%;
    padding-top: 80px;
  }
}
.homepage-slider .banner__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  display: block;
}
.homepage-slider .banner__text {
  position: relative;
  width: 50%;
  align-items: center;
  padding-right: 35px;
}
@media screen and (max-width: 767px) {
  .homepage-slider .banner__text {
    width: 100%;
    padding-right: 5px;
  }
}
.homepage-slider .banner__text h1 {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  margin-bottom: 40px;
}
@media screen and (max-width: 1099px) {
  .homepage-slider .banner__text h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .homepage-slider .banner__text h1 {
    font-size: 36px;
  }
}
.homepage-slider .banner__text h1 strong {
  color: #0B444C;
}
.homepage-slider .banner__text h1 em {
  color: #0B444C;
  font-size: 32px;
  font-weight: 700;
  font-style: inherit;
}
.homepage-slider .slick-arrow {
  cursor: pointer;
  z-index: 1;
  height: 60px;
  width: 60px;
  display: none;
  background-color: #add952;
  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) {
  .homepage-slider .slick-arrow {
    display: block !important;
  }
}
.homepage-slider .slick-arrow:hover {
  transform: scale(1.05);
}
.homepage-slider .slick-arrow:focus {
  outline: 0;
}
.homepage-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;
}
.homepage-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;
}
.homepage-slider .slick-arrow.slick-prev {
  display: none !important;
  left: 50px;
}
.homepage-slider .slick-arrow.slick-prev::before {
  left: 19px;
  transform: rotate(225deg);
}
.homepage-slider .slick-arrow.slick-next {
  display: none !important;
  right: 50px;
}
.homepage-slider .slick-arrow.slick-next::before {
  right: 19px;
  transform: rotate(45deg);
}

.grey-box {
  background-color: #E7E4DD;
  position: absolute;
}
@media screen and (min-width: 901px) {
  .grey-box {
    height: 120px;
    width: 120px;
    bottom: 120px;
    left: -120px;
  }
}
@media screen and (max-width: 899px) {
  .grey-box {
    height: 80px;
    width: 80px;
    bottom: 80px;
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .grey-box {
    height: 40px;
    width: 40px;
    top: 0px;
    left: 40px;
  }
}

.white-box {
  background-color: white;
  position: absolute;
}
@media screen and (min-width: 901px) {
  .white-box {
    height: 120px;
    width: 120px;
    bottom: 0;
    left: -240px;
  }
}
@media screen and (max-width: 899px) {
  .white-box {
    height: 80px;
    width: 80px;
    bottom: 0px;
    left: -160px;
  }
}
@media screen and (max-width: 767px) {
  .white-box {
    height: 40px;
    width: 40px;
    top: 40px;
    left: 0px;
  }
}

.posts {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.posts .post {
  flex: 0 0 100%;
  padding: 0 10px 30px;
}
@media screen and (min-width: 768px) {
  .posts .post {
    flex: 0 0 33.333%;
  }
}
.posts .post .post__image {
  display: block;
  padding-top: 70%;
  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;
  margin-bottom: 0 !important;
}
.posts .post .post__meta .post__meta-date {
  color: #add952;
  display: block;
  padding-top: 0.5em;
}
.posts .post .post__meta a {
  font-weight: 400;
}

.news-listings__filter {
  padding: 30px 0;
}
.news-listings__filter span {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  color: #0B444C;
  margin-right: 20px;
  transition: color ease 150ms;
}
.news-listings__filter span.active, .news-listings__filter span:hover {
  color: #add952;
}

.news-post-header {
  padding: 40px 0;
  background-color: #add952;
}
.news-post-header h1 {
  color: white;
  font-size: 65px;
  font-weight: 700;
}

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

.featured-image {
  margin-bottom: 1em;
}

.newsletter-signup {
  background-color: #ffa165;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url("apple-icon.2122de2d.png");
  background-size: 300px;
  background-position: 100% 30%;
  background-repeat: no-repeat;
}
.newsletter-signup .newsletter-signu-text {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.newsletter-signup h2 {
  color: white;
}
.newsletter-signup p {
  color: white;
}

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

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

.whats-happening {
  background-color: #0B444C;
}

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

.become-a-member-select {
  margin-bottom: 1.5em !important;
}
.become-a-member-select .select-wrapper label {
  display: block;
}

.select-wrapper {
  position: relative;
  background: white;
}
.select-wrapper label {
  margin-bottom: 0.5em;
}
.select-wrapper #select-membership {
  height: 40px;
}
.select-wrapper:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 16px;
  margin: auto;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #add952 transparent transparent transparent;
  pointer-events: none;
}
.select-wrapper:before {
  width: 30px;
  position: absolute;
  bottom: 1px;
  right: 1px;
  bottom: 1px;
  background: whitesmoke;
  content: "";
  pointer-events: none;
}
.select-wrapper select {
  width: 100%;
  text-indent: 0.5em;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  cursor: pointer;
  outline: none;
  padding-right: 0.5em;
  padding-left: 0.5em;
  border: 1px solid #D0CBBF;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select-wrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select-wrapper select::-ms-expand {
  display: none;
}
.select-wrapper select:focus {
  border-color: #add952;
}

.panel {
  border-radius: 4px;
  padding: 30px;
}
.panel h3 {
  font-weight: 700;
}
.panel ul {
  list-style: disc;
  padding-left: 1em;
}
.panel.panel--green {
  background-color: #add952;
  color: white;
}

.hbfa-instagram-feed {
  background-color: #add952;
  padding: 60px 0;
}
.hbfa-instagram-feed h2 {
  color: white;
}
.hbfa-instagram-feed .hbfa-instagram-feed-header {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .hbfa-instagram-feed .hbfa-instagram-feed-header {
    display: flex;
    padding-bottom: 0;
  }
}
.hbfa-instagram-feed .hashtag a {
  color: white;
  font-weight: 400;
}
.hbfa-instagram-feed #sb_instagram {
  padding: 0 !important;
  margin-right: -10px;
  margin-left: -10px;
  width: auto !important;
}
.hbfa-instagram-feed #sb_instagram #sbi_images {
  padding: 0 !important;
}
@media screen and (max-width: 479px) {
  .hbfa-instagram-feed #sb_instagram #sbi_images .sbi_item {
    width: 50% !important;
  }
}
@media screen and (max-width: 249px) {
  .hbfa-instagram-feed #sb_instagram #sbi_images .sbi_item {
    width: 100% !important;
  }
}
.hbfa-instagram-feed #sb_instagram .sbi_photo_wrap {
  padding: 10px;
}

.newsletter-signup-form {
  max-width: 360px;
  margin: 0 auto;
}
.newsletter-signup-form form {
  display: flex;
  align-items: flex-end;
}
.newsletter-signup-form form .gform_body {
  flex: 1;
}
.newsletter-signup-form form .gform_body li {
  margin-bottom: 0;
}
.newsletter-signup-form form .gform_body label {
  display: none;
}
.newsletter-signup-form form .gform_body input {
  border: 0;
  border-radius: 4px 0 0 4px !important;
}
.newsletter-signup-form form .gform_footer {
  flex: 0;
}
.newsletter-signup-form form .gform_footer input[type=submit] {
  padding: 0 1em;
  border-radius: 0 4px 4px 0;
}

.newsletter-signup-form .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0 !important;
}

.newsletter-signup-form .gform_confirmation_message {
  color: white !important;
  text-align: center;
}

.newsletter-signup-form,
.footer__newsletter-signup {
  position: relative;
}
.newsletter-signup-form .gform_confirmation_message,
.footer__newsletter-signup .gform_confirmation_message {
  color: white !important;
}
.newsletter-signup-form .validation_error,
.footer__newsletter-signup .validation_error {
  display: none !important;
}
.newsletter-signup-form .validation_message,
.footer__newsletter-signup .validation_message {
  position: absolute;
  left: 0;
  top: 74px;
  font-size: 14px;
  width: 100%;
  color: white;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
.newsletter-signup-form .gform_wrapper .gfield_error .gfield_label,
.footer__newsletter-signup .gform_wrapper .gfield_error .gfield_label {
  color: white !important;
}
.newsletter-signup-form .gfield_required,
.footer__newsletter-signup .gfield_required {
  display: none;
}
.newsletter-signup-form .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.newsletter-signup-form .gform_wrapper li.gfield_error textarea,
.footer__newsletter-signup .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.footer__newsletter-signup .gform_wrapper li.gfield_error textarea {
  border: 0 !important;
}

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

.testimonial-slider .slides .slide {
  position: relative;
}
.testimonial-slider .slide__text {
  position: relative;
  padding: 0px;
  display: flex;
  align-items: center;
}
.testimonial-slider .slide__text .container {
  width: 100%;
  max-width: 800px;
}
.testimonial-slider .slide__text h2 {
  color: #0B444C;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25;
  max-width: 220px;
  margin: 0 auto;
  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: 20px;
  }
}
.testimonial-slider .slide__text p {
  color: #0B444C !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: 1000px) {
  .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: #0B444C;
}
.testimonial-slider .slick-arrow::before {
  height: 12px;
  width: 12px;
  border: 2px solid #0B444C;
  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);
}

.quote-slider .quote-slides {
  display: flex;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .quote-slider .quote-slides {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 999px) {
  .quote-slider .quote-slides {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.quote-slider .quote-slides .slide__text {
  position: relative;
  width: 100%;
  align-items: center;
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .quote-slider .quote-slides .slide__text {
    width: 100%;
    padding-right: 5px;
  }
}
@media screen and (max-width: 999px) {
  .quote-slider .quote-slides .slide__text {
    width: 100%;
    padding-right: 150px;
  }
}
.quote-slider .quote-slides .slide__text h3 {
  color: #0B444C;
  font-family: "Domine", serif;
  font-size: 16px !important;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 0 !important;
  padding-bottom: 3px !important;
  border-bottom: none !important;
}
@media screen and (min-width: 500px) {
  .quote-slider .quote-slides .slide__text h3 {
    font-size: 17px !important;
  }
}
@media screen and (min-width: 1000px) {
  .quote-slider .quote-slides .slide__text h3 {
    font-size: 18px !important;
  }
}
.quote-slider .quote-slides .slide__text p {
  color: #0B444C;
  font-family: "Domine", serif;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 500px) {
  .quote-slider .quote-slides .slide__text p {
    font-size: 14px !important;
  }
}
.quote-slider .slick-arrow {
  display: none;
  cursor: pointer;
  z-index: 1;
  height: 60px;
  width: 60px;
  background-color: #add952;
  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) {
  .quote-slider .slick-arrow {
    display: block !important;
  }
}
.quote-slider .slick-arrow:hover {
  transform: scale(1.05);
}
.quote-slider .slick-arrow:focus {
  outline: 0;
}
.quote-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;
}
.quote-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;
}
.quote-slider .slick-arrow.slick-prev {
  display: none !important;
  left: 50px;
}
.quote-slider .slick-arrow.slick-prev::before {
  left: 19px;
  transform: rotate(225deg);
}
.quote-slider .slick-arrow.slick-next {
  display: none !important;
  right: 50px;
}
.quote-slider .slick-arrow.slick-next::before {
  right: 19px;
  transform: rotate(45deg);
}

.areas-of-focus {
  position: relative;
}

.areas-of-focus__background {
  background-color: #0B444C;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.areas-of-focus__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.areas-of-focus__title {
  position: relative;
  padding-top: 80px;
}
.areas-of-focus__title h2 {
  color: white;
}
.areas-of-focus__title hr {
  max-width: 180px;
  margin-bottom: 2em !important;
}

.areas-of-focus__panels {
  position: relative;
}
.areas-of-focus__panels .panels {
  display: flex;
  flex-wrap: wrap;
}
.areas-of-focus__panels .panels .panel {
  flex: 0 0 100%;
  padding: 40px 30px 80px 30px;
  border-radius: 0;
  color: white;
  font-weight: 700;
  position: relative;
  transition: transform ease 150ms;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .areas-of-focus__panels .panels .panel {
    flex: 0 0 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .areas-of-focus__panels .panels .panel {
    background-size: 150px;
    background-position: 100% -60%;
  }
}
.areas-of-focus__panels .panels .panel:hover .panel-arrow {
  width: 36px;
}
.areas-of-focus__panels .panels .panel h3 {
  color: #0B444C;
  font-family: "Domine", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 40px;
}
.areas-of-focus__panels .panels .panel p {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4em;
  color: #0B444C;
}
.areas-of-focus__panels .panels .panel-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.areas-of-focus.homepage {
  margin-top: 0px;
}
.areas-of-focus.homepage .areas-of-focus_panels {
  padding-bottom: 0;
}

.documents {
  width: 100%;
}
.documents .document {
  display: block;
  padding: 20px 0;
  border-bottom: #0B444C solid 1px;
}
@media screen and (min-width: 500px) {
  .documents .document {
    display: flex;
  }
}
.documents .document .document-details {
  flex: 0 0 100%;
}
@media screen and (min-width: 500px) {
  .documents .document .document-details {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 768px) {
  .documents .document .document-details {
    flex: 0 0 66%;
  }
}
@media screen and (min-width: 1000px) {
  .documents .document .document-details {
    flex: 0 0 75%;
  }
}
.documents .document .document-details h3 {
  color: #0B444C;
  font-family: "Domine", serif;
  font-size: 17px !important;
  font-weight: 700;
  margin-bottom: 0 !important;
  padding-bottom: 3px !important;
  border-bottom: none !important;
}
@media screen and (min-width: 500px) {
  .documents .document .document-details h3 {
    font-size: 19px !important;
  }
}
@media screen and (min-width: 1000px) {
  .documents .document .document-details h3 {
    font-size: 21px !important;
  }
}
.documents .document .document-details p {
  color: #0B444C;
  font-family: "Domine", serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 500px) {
  .documents .document .document-details p {
    font-size: 16px !important;
  }
}
.documents .document .document-links {
  position: inherit;
  flex: 0 0 100%;
  padding-top: 20px;
}
@media screen and (min-width: 500px) {
  .documents .document .document-links {
    position: absolute;
    right: 0;
    flex: 0 0 50%;
    padding-top: 0px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .documents .document .document-links {
    position: absolute;
    right: 0;
    flex: 0 0 33%;
    padding-top: 0px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1000px) {
  .documents .document .document-links {
    position: absolute;
    right: 0;
    flex: 0 0 25%;
    padding-top: 0px;
    padding-right: 15px;
  }
}
.documents .document .document-links .no-mob {
  display: none;
}
@media screen and (min-width: 768px) {
  .documents .document .document-links .no-mob {
    display: inherit;
    padding-right: 15px;
  }
}

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