/**
	This file does note generate code.  It is imported by other sass files to include
	variables, mixins, and functions.
	*/
/* Settings
   -------------------------------------------------------------------------- */
/* Filter Colors
   -------------------------------------------------------------------------- */
/* Tools
   -------------------------------------------------------------------------- */
.email-subs-modal {
  background: rgba(255, 255, 255, 0.5);
}

.email-subscribe-page {
  margin: 0;
  padding: 40px 0;
  background-size: cover;
}
@media (min-width: 768px) {
  .email-subscribe-page {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .email-subscribe-page {
    padding: 120px 0 80px;
  }
}
@media (min-width: 992px) {
  .email-subscribe-page--redesign {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  .email-subscribe-page .newsletter-full-form__heading {
    padding: 0 50px;
    margin-bottom: 80px;
  }
}

.newsletter-full-form__heading {
  padding: 0 24px;
  margin-bottom: 50px;
}
.newsletter-full-form__heading h3 {
  color: #FFFFFF;
  font-weight: 400;
  font-size: 32px;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .newsletter-full-form__heading h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .newsletter-full-form__heading h3 {
    font-size: 48px;
  }
}
.newsletter-full-form__heading p {
  color: #FFFFFF;
  margin: 0 0 50px;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 19px;
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 992px) {
  .newsletter-full-form__heading p {
    font-size: 28px !important;
  }
}
.newsletter-full-form__heading p:last-of-type {
  margin: 0;
}
.newsletter-full-form__privacy, .newsletter-full-form__language-disclaimer {
  margin-bottom: 40px;
}
.newsletter-full-form__privacy p, .newsletter-full-form__language-disclaimer p {
  font-size: 12px;
  color: #3E3E3E;
  line-height: 1.5;
}
.newsletter-full-form__privacy p:last-of-type, .newsletter-full-form__language-disclaimer p:last-of-type {
  margin: 0;
}
@media (min-width: 992px) {
  .newsletter-full-form__privacy p, .newsletter-full-form__language-disclaimer p {
    font-size: 15px;
  }
}
.newsletter-full-form__language-disclaimer {
  margin-bottom: 24px;
}
.newsletter-full-form__disclaimer {
  margin-top: 40px;
  padding: 0 20px;
}
.newsletter-full-form__disclaimer p {
  font-size: 10px;
  color: #FFFFFF;
  line-height: 1.5;
}
.newsletter-full-form__disclaimer p:last-of-type {
  margin: 0;
}
@media (min-width: 992px) {
  .newsletter-full-form__disclaimer p {
    font-size: 14px;
  }
}
.newsletter-full-form__disclaimer a {
  color: #b2b2b2;
}
.newsletter-full-form__disclaimer a:hover, .newsletter-full-form__disclaimer a:focus {
  color: #fff;
}
@media (max-width: 413px) {
  .newsletter-full-form .gform_footer .g-recaptcha > div > div > iframe {
    transform: scale(0.9);
    transform-origin: left;
  }
}
@media (max-width: 375px) {
  .newsletter-full-form .gform_footer .g-recaptcha > div > div > iframe {
    transform: scale(0.7);
    transform-origin: left;
  }
}

.gform_wrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.gform_wrapper form {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.gform_wrapper .gform_body,
.gform_wrapper .gform_fields,
.gform_wrapper .gform_footer {
  display: inline-block;
  font-size: 0;
  vertical-align: top;
  width: 100%;
}
.gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_hidden {
  position: absolute;
  left: -9999px;
}
.gform_wrapper .gform_fields {
  margin: 0;
  padding: 0;
  list-style: none;
}
.gform_wrapper .gform_fields li {
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields li {
    margin: 0 0 28px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
.gform_wrapper .gform_fields#gform_fields_sub_pop input[type=text],
.gform_wrapper .gform_fields#gform_fields_sub_pop select {
  line-height: 1.2;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields#gform_fields_sub_pop input[type=text],
.gform_wrapper .gform_fields#gform_fields_sub_pop select {
    max-width: 100%;
  }
}
.gform_wrapper .gform_fields#gform_fields_sub_pop li, .gform_wrapper .gform_fields#gform_fields_sub_pop li#field_00N6A0000089XkY, .gform_wrapper .gform_fields#gform_fields_sub_pop li#field_00N0A000000Nklc {
  max-width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
@media (min-width: 768px) {
  .gform_wrapper .gform_fields#gform_fields_sub_pop li {
    max-width: 48%;
  }
}

#gform_wrapper_2 {
  background: rgba(255, 255, 255, 0.85);
  padding: 10px 20px 30px 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (min-width: 768px) {
  #gform_wrapper_2 {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  #gform_wrapper_2 {
    padding: 60px 36px;
  }
}
#gform_wrapper_2 .gform_body label {
  margin: 0 0 5px;
  font-size: 17px;
  font-weight: 500;
}
#gform_wrapper_2 .gform_body label.error {
  font-size: 14px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  #gform_wrapper_2 .gform_body label {
    font-size: 21px;
  }
}
#gform_wrapper_2 .gform_body input[type=text], #gform_wrapper_2 .gform_body select, #gform_wrapper_2 .gform_body textarea {
  border: solid #D3D3D3 2px;
  border-radius: 5px;
  font-size: 17px;
  padding: 8px 15px;
}
@media (min-width: 992px) {
  #gform_wrapper_2 .gform_body input[type=text], #gform_wrapper_2 .gform_body select, #gform_wrapper_2 .gform_body textarea {
    font-size: 18px;
  }
}

input[type=text], select, textarea {
  border: 2px solid #f3f1f2;
  border-radius: 8px;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: #fff;
  color: #747474;
  padding: 11px 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: left;
  font-family: "open-sans", sans-serif;
}
input[type=text]:focus, select:focus, textarea:focus {
  color: #333;
  border: 2px solid #bad5d0;
}
select {
  background-image: url("../png/select-arrow-down.png");
  background-size: 30px auto;
  background-position: right center;
  background-repeat: no-repeat;
  cursor: pointer;
  padding-right: 45px;
}
select:focus {
  background-image: url("../png/select-arrow-up.png");
}

.email-sub-form {
  position: relative;
  min-height: 482px;
}
@media (min-width: 992px) {
  .email-sub-form {
    min-height: 340px;
    margin-top: 120px;
    margin-bottom: 0;
  }
}
.email-sub-form__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991.98px) {
  .email-sub-form__background.bg-paddleboards img {
    object-position: bottom 20% left 50% !important;
  }
}
@media (max-width: 991.98px) {
  .email-sub-form__background.bg-winter-2022 img {
    object-position: bottom 64% left 50% !important;
  }
}
.email-sub-form__above {
  max-width: 500px;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.35), 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.email-sub-form__content {
  position: relative;
  z-index: 1;
  padding: 40px 50px 40px 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .email-sub-form__content {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.email-sub-form__content .email-sub-form__heading {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  margin-bottom: 6px;
}
@media (min-width: 992px) {
  .email-sub-form__content .email-sub-form__heading {
    margin-left: 100px;
  }
}
.email-sub-form__content .email-sub-form__body {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  margin-bottom: 32px;
}
.email-sub-form__content .email-sub-form__body p {
  line-height: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .email-sub-form__content .email-sub-form__body {
    margin-left: 100px;
  }
}
.email-sub-form__content .gform_wrapper {
  position: relative;
  background-color: #D6DFDE;
  border-radius: 19px;
  padding: 110px 35px 35px 35px;
  max-width: 343px;
}
@media (min-width: 992px) {
  .email-sub-form__content .gform_wrapper {
    top: -120px;
  }
}
.email-sub-form__content .gform_wrapper.colour-scheme--rainforest-to-rockies {
  background-color: #b0bd36;
}
.email-sub-form__content .gform_wrapper.colour-scheme--rainforest-to-rockies:before {
  background-color: #00392f;
}
.email-sub-form__content .gform_wrapper.colour-scheme--rainforest-to-rockies form li label {
  color: #00392f;
}
.email-sub-form__content .gform_wrapper.colour-scheme--rainforest-to-rockies .gform_footer .gform_button {
  background-color: #00392f;
}
.email-sub-form__content .gform_wrapper.colour-scheme--the-great-wilderness {
  background-color: #A9BDC4;
}
.email-sub-form__content .gform_wrapper.colour-scheme--the-great-wilderness:before {
  background-color: #183B2A;
}
.email-sub-form__content .gform_wrapper.colour-scheme--the-great-wilderness form li label {
  color: #183B2A;
}
.email-sub-form__content .gform_wrapper.colour-scheme--the-great-wilderness .gform_footer .gform_button {
  background-color: #183B2A;
}
.email-sub-form__content .gform_wrapper:before {
  background-image: url(../svg/icon-email-v2.svg);
  background-repeat: no-repeat;
  background-size: 46px 40px;
  background-color: #5B7E7A;
  background-position: center;
  content: "";
  position: absolute;
  width: 69px;
  height: 77px;
  left: 35px;
  top: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.email-sub-form__content .gform_wrapper form {
  position: relative;
}
.email-sub-form__content .gform_wrapper form li {
  margin: 0;
}
.email-sub-form__content .gform_wrapper form li label {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  color: #5B7E7A;
  line-height: 1;
  font-weight: 500;
  max-width: 235px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 0;
  text-transform: none;
}
.email-sub-form__content .gform_wrapper form li label .gfield_required {
  display: none;
}
.email-sub-form__content .gform_wrapper form li .ginput_container_email input[type=text] {
  height: 60px;
  padding-right: 70px;
  max-width: none;
}
.email-sub-form__content .gform_wrapper .gform_footer {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
}
.email-sub-form__content .gform_wrapper .gform_footer .gform_button {
  background-color: #5B7E7A;
  width: 100%;
  height: 100%;
  background-image: url(../svg/icon-submit-arrow.svg);
  background-repeat: no-repeat;
  background-size: 45px 30px;
  background-position: center;
  border: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background-color 0.3s ease;
}
.email-sub-form__content .gform_wrapper .gform_footer .gform_button:hover {
  background-color: #506f6c;
}
.email-sub-form .modal .modal-dialog {
  max-width: 640px;
}
.email-sub-form .modal .modal-dialog .modal-content {
  background-size: cover;
}
.email-sub-form .modal .modal-header {
  display: block;
  background: transparent;
  padding: 50px 40px 25px 40px;
}
.email-sub-form .modal .modal-header .close {
  font-weight: 400;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 0 15px;
}
.email-sub-form .modal .modal-header .close:focus {
  outline: solid #FFFFFF 2px;
  outline-offset: 2px;
}
.email-sub-form .modal .modal-body {
  padding: 0 20px 20px 20px;
}
@media (min-width: 992px) {
  .email-sub-form .modal .modal-body {
    padding: 0 20px 25px 20px;
  }
}
.email-sub-form .modal .modal-body .email-sub-form__modal-body {
  margin: 0 0 30px;
  border-bottom: 1px solid #e3e3e3;
}
.email-sub-form .modal .modal-body .email-sub-form__modal-body p {
  margin: 0 0 20px 0;
}
.email-sub-form .modal .modal-body .legal {
  font-size: 12px;
}
.email-sub-form .modal .modal-body .gform_footer .g-recaptcha {
  margin-bottom: 18px;
}
.email-sub-form .modal .modal-body .email-sub-form__modal-disclaimer {
  margin: 24px 0 0;
  padding: 0 30px;
}
.email-sub-form .modal .modal-body .email-sub-form__modal-disclaimer p {
  font-size: 15px;
  margin: 0;
  color: #D3D3D3;
  line-height: 1.4;
}
.email-sub-form--redesign {
  min-height: 480px;
}
@media (min-width: 992px) {
  .email-sub-form--redesign {
    min-height: 500px;
    margin-top: 100px;
  }
}
.email-sub-form--redesign .email-sub-form__content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: inherit;
  padding: 48px;
}
.email-sub-form--redesign .email-sub-form__content .btn:disabled {
  transition: unset;
  background-color: rgba(66, 129, 122, 0.5);
  pointer-events: none;
}
.email-sub-form--redesign .email-sub-form__above {
  max-width: 850px;
}
.email-sub-form--redesign .email-sub-form__heading {
  margin-bottom: 12px;
  text-align: center;
  text-transform: unset;
  font-family: "open-sans", sans-serif;
  font-size: 36px;
  line-height: 1.1;
}
@media (min-width: 992px) {
  .email-sub-form--redesign .email-sub-form__heading {
    font-size: 48px;
    margin-bottom: 16px;
    margin-left: 0;
  }
}
.email-sub-form--redesign .email-sub-form__body {
  font-family: "Open-Sans", sans-serif;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  line-height: 1.5;
  color: white;
}
@media (min-width: 992px) {
  .email-sub-form--redesign .email-sub-form__body {
    font-size: 18px;
    margin-bottom: 36px;
    margin-left: 0;
  }
}
.email-sub-form--redesign .modal {
  border-radius: 0;
  overflow: visible;
}
.email-sub-form--redesign .modal__inner {
  margin: 0;
  height: 100%;
}
@media (min-width: 576px) {
  .email-sub-form--redesign .modal__inner {
    max-height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
    padding: 0 30px;
  }
}
.email-sub-form--redesign .modal .modal-dialog {
  margin: 0;
  height: 100%;
}
@media (min-width: 576px) {
  .email-sub-form--redesign .modal .modal-dialog {
    height: auto;
    border-radius: 5px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    padding: 0;
    max-height: calc(100vh - 60px);
  }
}
@media (min-width: 1200px) {
  .email-sub-form--redesign .modal .modal-dialog--has-image {
    display: flex;
    max-width: 1080px;
  }
}
@media (min-width: 1200px) {
  .email-sub-form--redesign .modal .modal-dialog--has-image .modal-content {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.email-sub-form--redesign .modal__image {
  display: none;
}
@media (min-width: 1200px) {
  .email-sub-form--redesign .modal__image {
    position: relative;
    display: block;
    flex: 1 0 480px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: auto;
    background-color: #eee;
    pointer-events: all;
  }
}
@media (min-width: 1200px) {
  .email-sub-form--redesign .modal__image picture {
    width: 100%;
  }
}
.email-sub-form--redesign .modal .modal-content {
  border-radius: inherit;
  box-shadow: none;
  margin: 0;
  height: 100%;
  overflow: auto;
}
@media (min-width: 576px) {
  .email-sub-form--redesign .modal .modal-content {
    height: auto;
    max-height: inherit;
  }
}
@media (min-width: 1200px) {
  .email-sub-form--redesign .modal .modal-content {
    flex: 1 0 600px;
  }
}
.email-sub-form--redesign .modal .modal-header {
  position: absolute;
  width: 100%;
  padding: 0;
}
@media (min-width: 1200px) {
  .email-sub-form--redesign .modal .modal-header {
    height: 54px;
  }
}
.email-sub-form--redesign .modal .modal-header .close {
  z-index: 4;
  right: 0;
  top: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border-top-right-radius: inherit;
  width: 36px;
  height: 36px;
  background-color: #d6dfde;
  font-size: 18px;
  line-height: 1;
  font-family: "open-sans", sans-serif;
  font-weight: 600;
  color: black;
}
.email-sub-form--redesign .modal .modal-header .close .v-icon__svg {
  width: 12px;
  height: 12px;
  color: inherit;
}
@media (min-width: 576px) {
  .email-sub-form--redesign .modal .modal-header .close {
    width: 42px;
    height: 42px;
  }
  .email-sub-form--redesign .modal .modal-header .close .v-icon__svg {
    width: 14px;
    height: 14px;
  }
}
.email-sub-form--redesign .modal .modal-header .close:hover, .email-sub-form--redesign .modal .modal-header .close:focus {
  background-color: #bbb !important;
}
.email-sub-form--redesign .modal .modal-header .close span {
  margin: 0;
}
.email-sub-form--redesign .modal .modal-body {
  display: flex;
  padding: 0;
}

.page-subscribe .disclaimer {
  margin: 24px 0 0;
}
.page-subscribe .disclaimer p {
  font-size: 12px;
  margin: 0;
}

.page-subscribe .g-recaptcha {
  margin-bottom: 18px;
}

.page-iconics-form .g-recaptcha {
  margin-bottom: 18px;
}

.subscribe-modal p {
  color: #333;
  line-height: 1.8;
}
.subscribe-modal p a {
  color: #064952;
  text-decoration: underline;
}
.subscribe-modal p a:hover {
  color: #064952;
  text-decoration: none;
}
.subscribe-modal .modal-body.sub-padding, .subscribe-modal .modal-content .modal-header.sub-padding {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  .subscribe-modal .modal-body.sub-padding, .subscribe-modal .modal-content .modal-header.sub-padding {
    padding: 20px;
  }
}
@media (min-width: 992px) {
  .subscribe-modal .modal-body.sub-padding, .subscribe-modal .modal-content .modal-header.sub-padding {
    padding: 25px 40px;
  }
}
.subscribe-modal .modal-body.sub-padding .legal, .subscribe-modal .modal-content .modal-header.sub-padding .legal {
  font-size: 12px;
  padding: 0 0 18px 0;
}
.subscribe-modal .modal-dialog {
  max-width: 900px !important;
}
.subscribe-modal .email-sub-form__modal-body {
  margin: 0 0 30px;
  border-bottom: 1px solid #e3e3e3;
}
.subscribe-modal .email-sub-form__modal-body p {
  margin: 0 0 20px 0;
}
.subscribe-modal .email-sub-form__modal-disclaimer {
  margin: 24px 0 0;
}
.subscribe-modal .email-sub-form__modal-disclaimer p {
  font-size: 12px !important;
  margin: 0;
}

/*# sourceMappingURL=email-subscribe-form.css.map */