@import url(https://fonts.googleapis.com/css2?family=Cutive+Mono&display=swap);@import url(https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap);@charset "UTF-8";
@-webkit-keyframes slideInDown {
  0% {
    transform: translate3d(0px, -100%, 0px);
    visibility: visible;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0px, -100%, 0px);
    visibility: visible;
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

.accordion-main {
  padding: 0;
}

.accordion-main .accordion-item {
  margin: 0px;
  background: #ffffff;
  border-bottom: 1px solid #979797;
  padding-bottom: 5px;
}

.accordion-main .accordion-item .accordion-title {
  width: 100%;
  display: block;
  position: relative;
  color: #42423b;
  padding: 20px 15px 20px 0px;
  transition: .3s ease;
  cursor: pointer;
}

.accordion-main .accordion-item .accordion-title .fa-plus {
  float: right;
  position: absolute;
  right: 0px;
  top: 22px;
  font-size: 16px;
  color: #333;
  margin-top: 4px;
  transition: all 0.2s ease-in-out;
}

.accordion-main .accordion-item .accordion-title:hover {
  color: #F26E56 !important;
}

.accordion-main .accordion-item .accordion-title:hover a {
  color: #F26E56 !important;
}

.accordion-main .accordion-item .accordion-title:hover .fa-plus {
  color: #F26E56;
}

.accordion-main .accordion-item .open-acc a {
  color: #F26E56 !important;
}

.accordion-main .accordion-item .open-acc .fa-plus {
  color: #F26E56;
  transform: rotate(135deg);
}

.accordion-main .accordion-item .inner {
  overflow: hidden;
  display: none;
  padding: 0px 0px 10px 0px;
}

@media screen and (max-width: 640px) {
  .accordion-main .accordion-item .accordion-title {
    padding: 12px 25px 12px 0px;
  }
  .accordion-main .accordion-item .accordion-title .fa-plus {
    top: 9px;
  }
}

button,
.button,
.btn-brand,
.btn-default,
[type="button"],
[type="reset"],
[type="submit"] {
  color: #ffffff;
  background-color: #42423b;
  font-family: "Didact Gothic";
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 0.80em 1.45em 0.8em 1.45em;
  -webkit-font-smoothing: antialiased;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

button:hover, button:focus,
.button:hover,
.button:focus,
.btn-brand:hover,
.btn-brand:focus,
.btn-default:hover,
.btn-default:focus,
[type="button"]:hover,
[type="button"]:focus,
[type="reset"]:hover,
[type="reset"]:focus,
[type="submit"]:hover,
[type="submit"]:focus {
  background-color: #1a1a17;
  outline: inherit;
  outline-color: transparent;
  color: #fff;
  text-decoration: none;
}

button:disabled,
.button:disabled,
.btn-brand:disabled,
.btn-default:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.btn-white {
  background-color: #ffffff;
  color: #42423b;
}

.btn-brand {
  background-color: #42423b;
  color: #ffffff;
}

.btn-brand:hover {
  background-color: #D6E27C;
  color: #42423b;
}

.btn-brand-alt {
  background-color: #D6E27C;
  color: #42423b;
}

.btn-brand-alt:hover {
  background-color: #42423b;
  color: #ffffff;
}

.btn-brand-pink {
  background-color: #ec1a76;
  color: #ffffff;
}

.btn-brand-pink:hover {
  background-color: #42423b;
  color: #ffffff;
}

.btn-group .btn, .btn-group .button {
  display: block;
  margin: 0px 10px 10px 10px;
}

@media (min-width: 768px) {
  .btn-group .btn, .btn-group .button {
    display: inline-block;
  }
}

@media screen and (max-width: 960px) {
  button,
  .button,
  .btn-brand,
  .btn-default,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  button,
  .button,
  .btn-brand,
  .btn-default,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    font-size: 17px;
    padding: 0.45em 1.4em 0.60em 1.4em;
  }
}

fieldset {
  background-color: #e6e5e5;
  border: 1px solid #edebe6;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label,
select {
  display: block;
  font-family: "Courier Prime", monospace;
  font-size: 1em;
}

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  height: 42px;
  background-image: url("../../src/images/triangle-arrow.svg");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 14px);
  background-position-y: center;
  padding-right: 40px !important;
  background-size: 10px;
}

label, .gfield_label {
  font-size: 17px !important;
  font-weight: 400;
  margin-bottom: 0.375em;
}

label.required::after, .gfield_label.required::after {
  content: "*";
}

label abbr, .gfield_label abbr {
  display: none;
}

[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="email"],
[type="file"],
[type="time"],
[type="url"],
[type="week"],
input:not([type]),
select,
select[multiple=multiple],
textarea {
  background-color: #fff;
  color: #42423b;
  border: 1px solid #42423b;
  border-radius: 8px;
  box-sizing: border-box !important;
  font-family: "Didact Gothic" !important;
  font-size: 16px !important;
  margin-bottom: 0.75em;
  padding: 10px 15px;
  width: 100%;
  box-shadow: none !important;
}

[type="color"]:hover,
[type="date"]:hover,
[type="datetime"]:hover,
[type="datetime-local"]:hover,
[type="email"]:hover,
[type="month"]:hover,
[type="number"]:hover,
[type="password"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="text"]:hover,
[type="email"]:hover,
[type="file"]:hover,
[type="time"]:hover,
[type="url"]:hover,
[type="week"]:hover,
input:not([type]):hover,
select:hover,
select[multiple=multiple]:hover,
textarea:hover {
  border-color: #b3b2b2;
}

[type="color"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="file"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
input:not([type]):focus,
select:focus,
select[multiple=multiple]:focus,
textarea:focus {
  border-color: #b3b2b2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2), 0 0 5px rgba(53, 53, 47, 0.2);
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em;
  height: auto !important;
}

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #42423b;
}

::-moz-placeholder {
  color: #42423b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #42423b;
}

::-ms-input-placeholder {
  color: #42423b;
}

::placeholder {
  color: #42423b;
}

.gform_wrapper {
  margin: 20px auto;
}

.validation_error {
  color: #ff0200;
  background: #ffe6e6;
  padding: 20px;
  margin: 20px auto;
}

.gfield_description.validation_message {
  float: right;
  color: red;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: bold;
}

/* gravity form css */
.gravity-main {
  margin-top: 20px;
}

.gravity-main .gform_wrapper {
  margin: 0px;
}

.gravity-main .gform_wrapper form {
  position: relative;
}

.gravity-main .gform_wrapper .gform_heading {
  margin-bottom: 30px;
}

.gravity-main .gform_wrapper .gform_heading .gform_description {
  text-align: center;
  max-width: 400px;
  margin: auto;
}

.gravity-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.gravity-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0;
  font-family: "Didact Gothic";
}

.gravity-main .gform_wrapper div.validation_error {
  display: none;
}

.gravity-main .gform_wrapper .gform_footer {
  margin-top: 0px;
  padding-top: 0;
}

.gravity-main .gform_wrapper form li,
.gravity-main .gform_wrapper li {
  background: none repeat scroll 0 0;
  padding-left: 0;
}

.gravity-main .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-family: inherit;
}

.gravity-main .gform_wrapper .top_label .gfield_error input.large,
.gravity-main .gform_wrapper .gform_wrapper .top_label .gfield_error select.large,
.gravity-main .gform_wrapper .gform_wrapper .top_label .gfield_error textarea.textarea {
  width: 100%;
}

.gravity-main .gform_wrapper label.gfield_label {
  font-family: "Didact Gothic";
  font-weight: 500;
  color: #42423b;
}

.gravity-main .gform_wrapper .hide_label label.gfield_label {
  display: none;
}

.gravity-main .gform_wrapper ul li.gfield {
  margin-top: 0px;
  margin-bottom: 8px !important;
}

.gravity-main .gform_wrapper ul li.gfield .ginput_container {
  margin-top: 0px !important;
}

.gravity-main .gform_wrapper ul li.gfield .has_street.has_city label {
  display: none;
}

.gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_left input, .gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_left select, .gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_left textarea, .gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_right input, .gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_right select, .gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_right textarea {
  margin-bottom: 0px;
}

.gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_right select {
  margin-top: 0px;
}

.gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_left.address_city {
  width: 40%;
  padding-right: 1%;
  margin-right: 1%;
}

.gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_right.address_state {
  width: 30%;
  padding-right: 1%;
  margin-right: 1%;
}

.gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_left.address_zip {
  width: 28%;
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.gravity-main .gform_wrapper ul li.custom-email-width {
  width: 39% !important;
}

.gravity-main .gform_wrapper ul li.radio-field {
  margin-top: 10px;
  margin-bottom: 10px !important;
}

.gravity-main .gform_wrapper ul li.radio-field .gfield_label {
  font-weight: 600;
}

.gravity-main .gform_wrapper ul li.switch-checkbox {
  width: 59% !important;
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li {
  margin-left: 10px !important;
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li label {
  font-family: "Didact Gothic";
  padding-left: 38px;
  line-height: normal;
  white-space: nowrap;
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li label:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 18px;
  top: 3px;
  left: 0px;
  border-radius: 30px;
  background: #ffffff;
  border: 2px solid #42423b;
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 2px solid #42423b;
  border-radius: 30px;
  transition: 0.2s;
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li input:checked + label:before {
  background: #42423b;
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li input:checked + label:after {
  left: calc(23px - 5px);
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li label:active:after {
  width: 16px;
}

.gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li:first-child {
  margin-left: 0px !important;
}

.gravity-main .gform_wrapper ul li.gfield input,
.gravity-main .gform_wrapper ul li.gfield select,
.gravity-main .gform_wrapper ul li.gfield textarea {
  border: 1px solid #979797;
  text-align: left;
  height: 42px;
  color: #42423b;
  background-color: #ffffff;
  font-weight: normal;
  font-family: "Didact Gothic" !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  padding: 5px 15px 7px 15px !important;
  box-shadow: none;
  margin-top: 0px !important;
}

.gravity-main .gform_wrapper ul li.gfield select {
  padding-right: 20px !important;
}

.gravity-main .gform_wrapper .gfield_radio li {
  margin: 0 0 0px 0;
}

.gravity-main .gform_wrapper ul li.gfield input[type="radio"], .gravity-main .gform_wrapper ul li.gfield input[type="checkbox"] {
  height: auto;
  margin-top: 0px;
}

.gravity-main .gform_wrapper ul li.gfield input[type="radio"]:checked + label, .gravity-main .gform_wrapper ul li.gfield input[type="checkbox"]:checked + label {
  font-weight: 400;
}

.gravity-main .gform_wrapper ul li.gfield input[type="radio"] {
  visibility: hidden;
}

.gravity-main .gform_wrapper ul li.gfield input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0px;
  margin: 0 5px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  border: 1px solid #333;
  background-color: #ffffff;
}

.gravity-main .gform_wrapper ul li.gfield input[type="radio"]:checked + label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0px;
  margin: 0 5px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 30px;
  border: 1px solid #333;
}

.gravity-main .gform_wrapper ul li.gfield input[type="radio"]:checked + label:after {
  border-radius: 11px;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 8px;
  left: 0px;
  content: " ";
  display: block;
  background-color: #42423b;
}

.gravity-main .gform_wrapper ul li.gfield textarea {
  min-height: 118px;
}

.gravity-main .gform_wrapper ul li.gfield input:focus,
.gravity-main .gform_wrapper ul li.gfield select:focus,
.gravity-main .gform_wrapper ul li.gfield textarea:focus {
  opacity: 1;
}

.gravity-main .gform_wrapper .gform_footer {
  text-align: left;
}

.gravity-main .gform_wrapper .gform_footer img {
  display: block;
  margin: 1em auto 0;
}

.gravity-main .gform_wrapper .gform_footer .button {
  min-width: 140px;
  margin-right: 0px;
  font-family: "Didact Gothic";
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 16px;
  color: #42423b;
  background-color: #D6E27C;
}

.gravity-main .gform_wrapper .gform_footer .button:hover {
  color: #ffffff;
  background-color: #42423b;
}

.gravity-main .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
  padding-top: 0 !important;
}

.gravity-main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error {
  max-width: calc(100% - 0px) !important;
}

.gravity-main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error :not(.gf_left_half):not(.gf_right_half) {
  max-width: 100%;
  max-width: calc(100% - 0px) !important;
}

.gravity-main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']), .gravity-main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error .gform_wrapper li.gfield_error textarea {
  border: 1px solid #F26E56;
}

.gravity-main .gform_wrapper div.ginput_container_name span {
  padding-right: 0;
}

.gravity-main .gform_wrapper li.gfield.gfield_error,
.gravity-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none;
  margin: 0px;
  border: none;
  padding: 0px;
}

.gravity-main .gform_wrapper ul.gform_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.gravity-main .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin-bottom: 8px !important;
  width: 49%;
}

.gravity-main .upload_file_label {
  text-align: right;
  width: calc(100% - 175px) !important;
}

.gravity-main .upload_file_label .gfield_label {
  border-radius: 8px;
  background-color: #ffffff;
  border: 2px solid #edebe6;
  padding: 16px 25px;
  cursor: pointer;
}

.gravity-main .upload_file_label .gfield_label:hover {
  border: 2px solid #42423b;
  color: #42423b;
}

.gravity-main .upload_file_label .ginput_container_fileupload input[type="file"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  font-size: 100px;
  visibility: hidden;
  filter: alpha(opacity=0);
  cursor: pointer;
}

.gravity-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  padding-top: 5px;
  text-align: left;
  padding-right: 0;
  color: #42423b;
}

.gravity-main .top_label div.ginput_complex.ginput_container.gf_name_has_1,
.gravity-main .top_label div.ginput_complex.ginput_container.gf_name_has_2,
.gravity-main .top_label div.ginput_complex.ginput_container.gf_name_has_3 {
  width: 100% !important;
}

.gravity-main .ginput_container_phone .validation_message {
  display: none;
}

.gravity-main .gform_confirmation_message {
  text-align: left;
  font-size: 15px;
  text-transform: capitalize;
  max-width: 100%;
  margin: 5% auto;
  color: #000000;
  font-family: "Courier Prime", monospace;
}

.interaction-form-container h3 {
  font-size: 26px;
}

.interaction-form-container .field .label {
  display: none;
}

.donation-success h2 {
  font-size: 20px;
}

.gravity-fullwidth-form .gform_wrapper h3 {
  font-weight: bold;
}

.gravity-fullwidth-form .gform_wrapper div.gform_body ul.gform_fields li.gfield {
  width: 100%;
}

.gravity-fullwidth-form .gform_wrapper .upload_file_label {
  width: 100% !important;
}

.gravity-fullwidth-form .gform_wrapper .upload_file_label label.gfield_label {
  position: relative;
  padding-right: 40px;
  width: 100%;
  text-align: left;
  font-weight: 400;
  text-transform: uppercase;
}

.gravity-fullwidth-form .gform_wrapper .upload_file_label label.gfield_label:before {
  position: absolute;
  content: "\F574";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  right: 20px;
}

.gravity-fullwidth-form .gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: calc(100% - 0px) !important;
  min-width: 100% !important;
}

@media screen and (min-width: 641px) {
  .gravity-fullwidth-form li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 16px) !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .gravity-main .gform_wrapper ul.gform_fields li.gfield {
    margin-bottom: 3px !important;
  }
  .gravity-main .gform_wrapper .gform_footer .button {
    line-height: normal !important;
    padding: 10px 20px 11px 20px !important;
    height: 42px;
    border-radius: 8px;
  }
}

html {
  background-color: #fff;
  box-sizing: border-box;
}

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

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.container.container-has-content {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 960px) {
  .container.container-two-col {
    display: flex;
  }
}

.container.container-two-col .col {
  flex: 1 0 calc(100% - 1.5rem);
  margin: 0 0 1.5rem 1.5rem;
}

@media (min-width: 960px) {
  .container.container-two-col .col {
    flex: 1 0 calc(50% - 1.5rem);
  }
}

.site-header {
  position: absolute;
}

.site-header .header-top {
  background-color: transparent;
  padding: 20px 0px 0px 0px;
  margin-bottom: -10px;
}

.site-header .header-top .header-top-menu .header-top-nav {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0px;
  font-family: "Didact Gothic";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.site-header .header-top .header-top-menu .header-top-nav li {
  margin-left: 12px;
  padding-left: 12px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  border-left: 1px solid #42423b;
  line-height: 17px;
}

.site-header .header-top .header-top-menu .header-top-nav li a {
  color: #42423b;
  font-family: "Didact Gothic";
  position: relative;
  display: block;
  text-decoration: none;
}

.site-header .header-top .header-top-menu .header-top-nav li:hover a {
  text-decoration: none;
  color: #42423b;
}

.site-header .header-top .header-top-menu .header-top-nav li:first-child {
  margin-left: 0px;
  border-left: 0px solid #42423b;
}

.wrapper-navbar {
  width: 100%;
  z-index: 10;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 0.875em;
  font-family: "Didact Gothic";
}

.wrapper-navbar .navbar-toggler {
  display: none;
}

.wrapper-navbar .navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  z-index: 2;
  width: 100%;
  background-color: transparent;
}

.wrapper-navbar .navbar .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.wrapper-navbar .navbar .container .header-logo {
  max-width: 170px;
  width: 100%;
  position: relative;
  z-index: 3;
}

.wrapper-navbar .navbar .container .header-logo .navbar-brand {
  margin: 12px 0px;
  width: 100%;
}

.wrapper-navbar .navbar .container .header-logo .navbar-brand img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav {
  font-size: 18px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li {
  margin-left: 40px;
  font-weight: 500;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li a {
  color: #42423b;
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li > a:after {
  width: 0%;
  height: 2px;
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #42423b;
  transition: all 0.2s ease-in-out;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li:first-child {
  margin-left: 0px;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li ul {
  display: none;
  position: absolute;
  width: 305px;
  padding: 15px 0px;
  left: 0px;
  top: 34px;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  transition: opacity 1s ease;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li ul li {
  margin: 0px;
  padding-left: 22px;
  padding-right: 22px;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li ul li a {
  color: #42423b;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li ul li a:last-child {
  background: none;
  padding: 5px 0px;
  color: #42423b;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li ul li a:last-child:hover {
  background: none;
  padding: 5px 0px;
  color: #000000;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li ul li a:after {
  content: none;
  width: 0px !important;
  height: 0px !important;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li ul li ul.sub-menu {
  display: none;
  left: 100%;
  top: 9px;
  margin-left: 0px;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li ul li:hover ul.sub-menu {
  display: block;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li:hover a {
  text-decoration: none;
  color: #000000;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li:hover ul {
  display: block;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav li:hover:before {
  color: #000000 !important;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:hover a:after {
  width: 100%;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:last-child a,
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:nth-last-child(2) a {
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid #42423b;
  padding: 5px 20px 7px 20px;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:last-child a:hover,
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:nth-last-child(2) a:hover {
  color: #42423b;
  border-color: #D6E27C;
  background-color: #D6E27C;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:last-child a:after,
.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:nth-last-child(2) a:after {
  content: none;
  width: 0px !important;
  height: 0px !important;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav > li:last-child {
  margin-left: 15px;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children {
  padding-right: 14px;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children:before {
  content: "\F0D7";
  position: absolute;
  right: 0px;
  color: #42423b;
  top: 9px;
  font-family: 'Font Awesome 5 Free';
  font-size: 14px;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in-out;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children:hover:before {
  transform: rotate(-180deg);
  color: #42423b;
  font-size: 14px;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children ul li:before {
  top: 4px;
  right: 12px;
}

.wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children ul li ul {
  display: block;
  top: -15px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.sticky-header {
  position: fixed;
  top: 0px;
  z-index: 3;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  transition: all 0.2s ease-in-out 0s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
          animation-name: slideInDown;
  background: #ffffff;
}

.sticky-header .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}

.sticky-header .navbar .container .header-logo {
  width: 130px;
}

.sticky-header .navbar .container .main-menu .navbar-nav li:last-child a:hover {
  color: #000000;
  background-color: #D6E27C;
}

.sticky-header .navbar .container .main-menu .navbar-nav li.menu-item-has-children li:last-child, .sticky-header .navbar .container .main-menu .navbar-nav li.menu-item-has-children li:nth-last-child(2) {
  color: #42423b;
  background-color: transparent !important;
}

.sticky-header .navbar .container .main-menu .navbar-nav li.menu-item-has-children li:last-child a:hover, .sticky-header .navbar .container .main-menu .navbar-nav li.menu-item-has-children li:nth-last-child(2) a:hover {
  background-color: transparent !important;
}

.light-header .site-header .header-top .header-top-menu .header-top-nav li {
  border-color: #ffffff;
}

.light-header .site-header .header-top .header-top-menu .header-top-nav li a {
  color: #ffffff;
}

.light-header .wrapper-navbar .navbar .container .header-logo .navbar-brand .st0 {
  fill: #edebe6;
}

.light-header .wrapper-navbar .navbar .container .header-logo .navbar-brand .st1 {
  fill: none;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav li a {
  color: #edebe6;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav li:after {
  background-color: #edebe6;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav li:hover:before {
  color: #edebe6 !important;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav li:last-child a:hover {
  color: #42423b;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav > li:last-child a,
.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav > li:nth-last-child(2) a {
  border-color: #ffffff;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav > li:last-child a:hover,
.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav > li:nth-last-child(2) a:hover {
  border-color: #D6E27C;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children:before {
  color: #edebe6;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children li a {
  color: #42423b;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children li a:after {
  background-color: #42423b;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children li:last-child a {
  color: #42423b;
  background-color: transparent !important;
}

.light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav .menu-item-has-children li:last-child a:hover {
  color: #000000;
}

.light-header .sticky-header .header-top .header-top-menu .header-top-nav li {
  border-color: #42423b;
}

.light-header .sticky-header .header-top .header-top-menu .header-top-nav li a {
  color: #42423b;
}

.light-header .sticky-header .header-top .header-top-menu .header-top-nav li a:hover {
  color: #000000;
}

.light-header .sticky-header .navbar .container .header-logo .navbar-brand .st0 {
  fill: #42423b;
}

.light-header .sticky-header .navbar .container .header-logo .navbar-brand .st1 {
  fill: none;
}

.light-header .sticky-header .navbar .container .header-logo .navbar-brand img {
  -webkit-filter: invert(0.8);
          filter: invert(0.8);
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav li a {
  color: #42423b;
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav li:after {
  background-color: #42423b;
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav li:hover:before {
  color: #000000 !important;
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav li:hover a:after {
  background-color: #42423b;
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav li:last-child a, .light-header .sticky-header .navbar .container .main-menu .navbar-nav li:nth-last-child(2) a {
  color: #42423b;
  border-color: #42423b;
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav li:last-child a:hover, .light-header .sticky-header .navbar .container .main-menu .navbar-nav li:nth-last-child(2) a:hover {
  color: #000000;
  background-color: #D6E27C;
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav .menu-item-has-children:before {
  color: #42423b;
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav .menu-item-has-children li a {
  color: #42423b;
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav .menu-item-has-children li:last-child a, .light-header .sticky-header .navbar .container .main-menu .navbar-nav .menu-item-has-children li:nth-last-child(2) a {
  color: #42423b;
  background-color: transparent !important;
}

.light-header .sticky-header .navbar .container .main-menu .navbar-nav .menu-item-has-children li:last-child a:hover, .light-header .sticky-header .navbar .container .main-menu .navbar-nav .menu-item-has-children li:nth-last-child(2) a:hover {
  color: #000000;
}

.default-header .site-header {
  position: relative;
}

.default-header .sticky-header {
  position: fixed;
}

.header-search-section {
  background: linear-gradient(45deg, #FFC546, #F26E56);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  transition: all .3s ease-in-out;
  z-index: 10;
  position: fixed;
  height: 100%;
  left: 0px;
  top: 0px;
}

.header-search-section .header-search-section-in {
  height: 100%;
}

.header-search-section .header-search-section-in .btn-brand-alt {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  padding: 0px;
  border-radius: 50px;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2) !important;
}

.header-search-section .header-search-section-in .search-logo {
  margin-bottom: 30px;
}

.header-search-section .header-search-section-in .header-search-form {
  max-width: 736px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.header-search-section .header-search-section-in .header-search-form label {
  width: 100px;
  margin-right: 10px;
}

.header-search-section .header-search-section-in .header-search-form input[type="text"] {
  border: 0px;
  height: 52px;
  font-size: 18px;
}

.header-search-section .header-search-section-in .header-search-form input[type="submit"] {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 52px;
  min-width: 120px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.dot-triggle {
  display: none;
}

.social-media-menu-mobile {
  display: none !important;
  position: fixed;
  bottom: 30px;
  left: 0px;
  padding-left: 2em;
  padding-right: 2em;
  z-index: 2;
}

.social-media-menu-mobile ul li {
  color: #42423b !important;
  font-size: 30px !important;
  margin-left: 25px !important;
}

.social-media-menu-mobile ul li:first-child {
  margin-left: 0px !important;
}

@media screen and (max-width: 1280px) {
  .testimonials-section .owl-nav .owl-prev {
    left: -20%;
  }
  .testimonials-section .owl-nav .owl-next {
    right: -20%;
  }
}

@media screen and (max-width: 980px) {
  .wrapper-navbar .navbar .container .main-menu .navbar-nav li {
    margin-left: 30px;
  }
  .wrapper-navbar .navbar-open .container .social-media-menu-mobile {
    display: block !important;
  }
}

@media screen and (min-width: 901px) {
  .wrapper-navbar .navbar .container .main-menu .navbar-nav li.desktop-hide {
    display: none;
  }
  .light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav > li a:after {
    background-color: #edebe6;
  }
}

@media screen and (max-width: 900px) {
  .site-header .header-top {
    display: none;
  }
  /*--menu--*/
  .wrapper-navbar {
    z-index: 10;
  }
  .wrapper-navbar .navbar-toggler {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 20px;
    cursor: pointer;
  }
  .wrapper-navbar .navbar-toggler span {
    display: block;
    float: left;
    clear: both;
    height: 2px;
    width: 35px;
    background-color: #42423b;
    position: absolute;
    right: 0;
    top: 12px;
    overflow: hidden;
    transition: all .4s ease;
    left: 0;
    margin: 0 auto;
  }
  .wrapper-navbar .navbar-toggler span.top {
    top: 10px;
  }
  .wrapper-navbar .navbar-toggler span.middle {
    top: 22px;
  }
  .wrapper-navbar .navbar-toggler span.bottom {
    top: 34px;
  }
  .wrapper-navbar .navbar-toggler {
    border: 0;
    border-radius: 0;
    display: block;
    width: 45px;
    height: 45px;
    position: relative;
    z-index: 10;
  }
  .wrapper-navbar .navbar-toggler.active span {
    background-color: #42423b;
  }
  .wrapper-navbar .navbar-toggler.active span.bottom {
    margin-top: 20px;
  }
  .wrapper-navbar .navbar-toggler.active span.middle {
    display: none;
  }
  .wrapper-navbar .navbar-toggler.active span.middle {
    margin-top: 10px;
  }
  .wrapper-navbar .navbar-toggler.active span.top,
  .wrapper-navbar .navbar-toggler.active span.bottom {
    z-index: 100;
    transform: rotate(45deg);
  }
  .wrapper-navbar .navbar-toggler.active span.top {
    transform: rotate(45deg) translateY(7px) translateX(7px);
  }
  .wrapper-navbar .navbar-toggler.active span.bottom {
    top: 12px;
    transform: rotate(-45deg) translateY(-8px) translateX(9px);
  }
  .wrapper-navbar .main-menu {
    background: #edebe6;
    padding: 1em 2em;
    position: absolute;
    display: none;
    width: 100%;
    height: 0%;
    left: 0;
    top: 0;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .wrapper-navbar .navbar .header-logo {
    max-width: 140px;
  }
  .wrapper-navbar .navbar .header-logo .navbar-brand {
    margin: 12px 0px;
  }
  .wrapper-navbar .navbar .container .main-menu.open {
    display: inline-table;
    position: fixed;
    z-index: 2;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100vh;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav {
    width: 100%;
    height: 72vh;
    margin-top: 100px;
    display: block;
    flex-direction: column;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    font-family: "Didact Gothic";
    font-size: 28px;
    letter-spacing: 1px;
    position: relative;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li a:hover {
    text-decoration: none;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul.sub-menu {
    display: none;
    left: 0px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul.sub-menu .dot-triggle {
    position: absolute;
    top: 0;
    margin-top: 2px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li .sub-menu.menu-active-mobile {
    display: block;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul {
    position: relative;
    width: 100% !important;
    background-color: transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
    top: 8px;
    left: 20px;
    margin-bottom: 15px;
    padding: 0px;
    order: 2;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul:before {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul li {
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: "Didact Gothic";
    font-size: 19px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul li a {
    padding: 2px 0px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul li a:hover {
    color: #000000 !important;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul li .dot-triggle {
    font-size: 18px;
    top: 2px !important;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul li.mobile-hide {
    display: none;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li ul .current_page_item a {
    color: #000000 !important;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li .dot-triggle {
    display: inline-block;
    right: 0px;
    top: 8px;
    transition: 0.4s;
    order: 1;
    font-size: 22px;
    margin-top: 6px;
    margin-left: 10px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li .dot-triggle .fa-caret-down {
    color: #42423b;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li .dot-triggle.dot-active-mobile {
    transform: rotate(180deg);
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li:after {
    top: 48px;
    height: 3px;
    background-color: #edebe6;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li:last-child,
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li:nth-last-child(2) {
    font-size: 22px;
    margin-top: 15px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li:last-child a,
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav > li:nth-last-child(2) a {
    max-width: 194px;
    width: 100%;
    display: block;
    text-align: center;
  }
  .wrapper-navbar .navbar .container .main-menu.open .menu-item-has-children:before {
    transform: rotate(-90deg);
    font-size: 22px;
    color: #edebe6 !important;
    display: none;
  }
  .wrapper-navbar .navbar .container .main-menu.open .menu-item-has-children:hover:before {
    transform: rotate(-180deg);
    font-size: 22px;
    color: #ffffff !important;
  }
  .wrapper-navbar .navbar .container .main-menu.open .menu-item-has-children ul.sub-menu li ul.sub-menu {
    display: none;
    top: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .wrapper-navbar .navbar .container .main-menu.open .menu-item-has-children.dropdown {
    padding-right: 0px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .menu-item-has-children.dropdown:before {
    color: #ffffff;
  }
  .wrapper-navbar .navbar-expand.navbar-open {
    top: 0px;
  }
  .wrapper-navbar .navbar-expand.navbar-open .navbar-toggler {
    margin-top: -10px;
    margin-right: 0;
    position: fixed;
    right: 10px;
  }
  .navbar-open .container {
    padding-left: 2em;
    padding-right: 2em;
  }
  .sticky-header {
    margin-top: 0px !important;
  }
  .sticky-header .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sticky-header .navbar .container .header-logo {
    max-width: 190px;
    width: 170px;
  }
  .sticky-header .navbar .container .header-logo .navbar-brand {
    margin: 8px 0px;
  }
  .sticky-header .navbar-toggler span {
    background-color: #42423b;
  }
  .light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav li a {
    color: #42423b;
  }
  .light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav > li:last-child a,
  .light-header .wrapper-navbar .navbar .container .main-menu .navbar-nav > li:nth-last-child(2) a {
    border: 1px solid #42423b;
  }
  .light-header .wrapper-navbar .navbar-toggler span {
    background-color: #edebe6;
  }
  .light-header .wrapper-navbar .navbar-toggler.active span {
    background-color: #42423b;
  }
  .light-header .wrapper-navbar .navbar-open .container .header-logo .navbar-brand img {
    filter: invert(1) brightness(3);
    -webkit-filter: invert(1) brightness(3);
  }
  .light-header .sticky-header .navbar-toggler span {
    background-color: #42423b;
  }
  .light-header .sticky-header .navbar-toggler.active span {
    background-color: #edebe6 !important;
  }
  .overflow-hidden-mobile {
    overflow: hidden !important;
  }
  .overflow-hidden-mobile .sticky-header {
    -webkit-animation: none !important;
            animation: none !important;
  }
}

@media screen and (max-width: 736px) {
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav {
    height: 64vh !important;
  }
}

@media screen and (max-width: 575px) {
  .site-header .header-top {
    padding-top: 10px;
    padding-bottom: 12px;
  }
  .site-header .header-top .header-top-menu .header-top-nav {
    font-size: 14px !important;
  }
  .site-header .header-top .header-top-menu .header-top-nav li {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .wrapper-navbar .navbar .container .header-logo {
    max-width: 114px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav {
    margin-top: 80px;
    height: 64vh !important;
  }
}

@media screen and (max-width: 480px) {
  .header-search-section .header-search-section-in .header-search-form .header-search-form-in {
    flex-wrap: wrap;
  }
  .header-search-section .header-search-section-in .header-search-form .header-search-form-in label {
    width: 100%;
    text-align: center;
  }
  .header-search-section .header-search-section-in .header-search-form .header-search-form-in input[type=text] {
    height: 42px;
  }
  .header-search-section .header-search-section-in .header-search-form .header-search-form-in input[type=submit] {
    height: 42px;
    top: 32px;
  }
}

@media screen and (max-width: 375px) {
  .header-top .header-top-menu .header-top-nav {
    font-size: 13px !important;
  }
  .header-top .header-top-menu .header-top-nav li {
    line-height: 15px !important;
    margin-left: 6px !important;
    padding-left: 6px !important;
  }
  .header-top .header-top-menu .header-top-nav li:first-child {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
  .wrapper-navbar .navbar .container .main-menu .navbar-nav {
    height: 64vh !important;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }
  .wrapper-navbar .navbar .container .main-menu .navbar-nav li {
    font-size: 24px !important;
  }
  .wrapper-navbar .navbar .container .main-menu .navbar-nav li ul li {
    font-size: 17px !important;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav {
    height: 66vh !important;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .wrapper-navbar .navbar .container .main-menu.open .navbar-nav li > a {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.invisible {
  visibility: hidden;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

.single-program-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #edebe6;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

/* 1. Ensure this sits above everything when visible */
.modal {
  position: absolute;
  z-index: 10000;
  /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal.is-visible {
  position: fixed;
  visibility: visible;
  background-color: rgba(66, 66, 59, 0.93);
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: auto;
  right: 0%;
  bottom: auto;
  left: 0%;
  max-width: 1080px;
  width: 90%;
  margin: auto;
  background-color: #ffffff;
  box-shadow: 0 0 1.5em rgba(66, 66, 59, 0.35);
}

.modal-wrapper-lg {
  max-width: 1280px;
}

.modal-transition {
  transition: all 0.3s 0.12s;
  opacity: 0;
}

.modal.is-visible .modal-transition {
  opacity: 1;
}

.modal-header,
.modal-content {
  padding: 1.5%;
}

.modal-header {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid #42423b;
}

.modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  color: #42423b;
  border: 0;
  min-width: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 3px;
  z-index: 1;
}

.modal-close .fa-times-circle {
  font-size: 30px;
}

.modal-close-cross {
  top: 4px;
  right: 5px;
  background-color: transparent;
  padding: 3px;
  font-size: 26px;
}

.modal-close-cross .fa-times-circle {
  font-size: 30px;
}

.modal-close:hover {
  background-color: #ffffff;
  color: #ec1a76;
}

.modal-content > *:first-child {
  margin-top: 0;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

.footer-newslatter {
  margin-top: 20px;
  max-width: 400px;
}

.footer-newslatter .gravity-main {
  margin-top: 15px;
}

.footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
  margin-bottom: 0px !important;
}

.footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield input[type="text"] {
  font-size: 14px;
  background-color: #edebe6;
  border: 1px solid #979797;
  color: #42423b;
  margin-bottom: 0px;
}

.footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield ::-webkit-input-placeholder {
  color: #42423b;
}

.footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield ::-moz-placeholder {
  color: #42423b;
  opacity: 1;
}

.footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield :-ms-input-placeholder {
  color: #42423b;
}

.footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield ::-ms-input-placeholder {
  color: #42423b;
}

.footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield ::placeholder {
  color: #42423b !important;
}

.footer-newslatter .gravity-main .gform_wrapper .gform_footer {
  position: absolute;
  right: 0px;
  top: 0px;
  margin-top: 0px;
  left: auto;
  width: auto;
  margin-left: auto;
  margin-right: 0px;
}

.footer-newslatter .gravity-main .gform_wrapper .gform_footer .button {
  min-width: auto;
  margin-right: 0px;
  font-family: "Didact Gothic";
  background-color: #D6E27C;
  color: #42423b;
  font-size: 14px;
  padding: 13px 20px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 16px;
}

.footer-newslatter .gravity-main .gform_wrapper .gform_footer .button:hover {
  color: #42423b;
  background: #F26E56;
  background: -webkit-gradient(to right, #F26E56, #FFC546);
  background: linear-gradient(to right, #F26E56, #FFC546);
}

.footer-newslatter .gravity-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  color: #F26E56;
}

.footer-newslatter .gravity-main .gform_confirmation_wrapper .gform_confirmation_message {
  font-size: 11px;
  text-align: left;
  max-width: 200px;
  margin-left: 0;
  margin-right: auto;
}

.page-newslatter .gravity-main .gform_confirmation_wrapper .gform_confirmation_message {
  max-width: 420px;
  color: #000000;
  font-size: 14px;
  text-align: center;
}

.page-newslatter .gravity-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  text-align: center;
}

.social-media-menu {
  margin-top: 5px;
  display: inline-block;
  width: 100%;
}

.social-media-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

.social-media-menu ul li {
  position: relative;
  color: #edebe6;
  font-size: 20px;
  margin-left: 15px;
}

.social-media-menu ul li a {
  position: absolute;
  font-size: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.social-media-menu ul li:hover {
  color: #edebe6;
}

.social-media-menu ul li:first-child {
  margin-left: 0px;
}

.stay-up-to-date {
  text-align: center;
}

.stay-up-to-date .stay-up-to-date-in {
  max-width: 640px;
}

.site-footer {
  background-color: #42423b !important;
  padding: 40px 0px 30px 0px;
  color: #ffffff;
}

.site-footer .footer-wrapper-in {
  font-size: 14px;
}

.site-footer .footer-wrapper-in .footer-top-col {
  width: 18%;
  margin: 2% 0% 2% 2.5%;
}

.site-footer .footer-wrapper-in .footer-top-col h6 {
  font-family: "Didact Gothic";
  margin-bottom: 20px;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-menu {
  font-family: "Didact Gothic";
}

.site-footer .footer-wrapper-in .footer-top-col .footer-menu ul li {
  margin-top: 12px;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-menu ul li a {
  color: #ffffff;
  text-decoration: none;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-menu ul li a:hover {
  text-decoration: underline;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-menu ul li:first-child {
  margin-top: 0px;
}

.site-footer .footer-wrapper-in .footer-top-col:first-child {
  margin-left: 0%;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-logo {
  margin-bottom: 25px;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-logo img {
  max-width: 110px;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-contact-details {
  max-width: 186px;
  font-family: "Didact Gothic";
}

.site-footer .footer-wrapper-in .footer-top-col .footer-contact-details a {
  font-family: "Didact Gothic";
  color: #ffffff;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-contact-details a:hover {
  text-decoration: underline;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-newslatter {
  margin-top: 40px;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield input[type=text] {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff !important;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield ::-webkit-input-placeholder {
  color: #ffffff !important;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield ::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield :-ms-input-placeholder {
  color: #ffffff !important;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield ::-ms-input-placeholder {
  color: #ffffff !important;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-newslatter .gravity-main .gform_wrapper ul.gform_fields li.gfield ::placeholder {
  color: #ffffff !important;
}

.site-footer .footer-wrapper-in .footer-top-col .footer-newslatter .gravity-main .gform_wrapper .gform_footer .button {
  background-color: #ffffff;
  color: #42423b;
}

.site-footer .footer-wrapper-in .footer-top-col .social-media-menu {
  margin-top: 15px;
}

.site-footer .footer-wrapper-in .footer-top-col .copyright-text {
  font-family: "Didact Gothic";
  margin-top: 15px;
}

.site-footer .footer-wrapper-in .footer-top-col1 {
  width: 24%;
}

.site-footer .footer-wrapper-in .footer-top-col2 {
  width: 12%;
}

.site-footer .footer-wrapper-in .footer-top-col3 {
  width: 20%;
}

.site-footer .footer-wrapper-in .footer-top-col4 {
  width: 15%;
}

.site-footer .footer-wrapper-in .footer-top-col5 {
  width: 15%;
}

@media screen and (max-width: 960px) {
  .site-footer .footer-wrapper-in {
    justify-content: start;
  }
  .site-footer .footer-wrapper-in .footer-top-col {
    margin: 2% 2% 2% 0%;
  }
  .site-footer .footer-wrapper-in .footer-top-col1 {
    width: 38%;
  }
  .site-footer .footer-wrapper-in .footer-top-col2 {
    width: 28%;
  }
  .site-footer .footer-wrapper-in .footer-top-col3 {
    width: 28%;
  }
  .site-footer .footer-wrapper-in .footer-top-col4 {
    width: 46%;
  }
  .site-footer .footer-wrapper-in .footer-top-col5 {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .site-footer .footer-wrapper-in {
    justify-content: start;
  }
  .site-footer .footer-wrapper-in .footer-top-col1 {
    width: 46%;
  }
  .site-footer .footer-wrapper-in .footer-top-col2 {
    width: 46%;
  }
  .site-footer .footer-wrapper-in .footer-top-col3 {
    width: 46%;
  }
  .site-footer .footer-wrapper-in .footer-top-col4 {
    width: 46%;
  }
  .site-footer .footer-wrapper-in .footer-top-col5 {
    width: 46%;
  }
}

@media screen and (max-width: 640px) {
  .site-footer .footer-wrapper-in .footer-top-col {
    width: 100%;
    text-align: center;
  }
  .site-footer .footer-wrapper-in .footer-top-col h6 {
    margin-top: 7px;
    margin-bottom: 10px;
  }
  .site-footer .footer-wrapper-in .footer-top-col .footer-logo {
    margin-bottom: 10px;
  }
  .site-footer .footer-wrapper-in .footer-top-col .social-media-menu {
    margin-top: 5px;
  }
  .site-footer .footer-wrapper-in .footer-top-col .social-media-menu ul {
    justify-content: center;
  }
  .site-footer .footer-wrapper-in .footer-top-col .footer-contact-details {
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .footer-wrapper-in .footer-top-col .footer-newslatter {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-footer .footer-wrapper-in .footer-top-col .footer-newslatter h6 {
    text-align: left;
  }
  .site-footer .footer-wrapper-in .footer-top-col .footer-menu ul li {
    margin-top: 5px;
  }
  .site-footer .footer-wrapper-in .footer-top-col2, .site-footer .footer-wrapper-in .footer-top-col3, .site-footer .footer-wrapper-in .footer-top-col4, .site-footer .footer-wrapper-in .footer-top-col5 {
    display: none;
  }
}

@media screen and (max-width: 574px) {
  .site-footer {
    padding: 35px 0px 35px 0px;
  }
}

@font-face {
  font-family: "bornready";
  src: url("../fonts/bornready.eot?8j9rc");
  src: url("../fonts/bornready.eot?8j9rc#iefix") format("embedded-opentype"), url("../fonts/bornready.ttf?8j9rc") format("truetype"), url("../fonts/bornready.woff?8j9rc") format("woff"), url("../fonts/bornready.svg?8j9rc#bornready") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "bornready" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-long-arrow-down:before {
  content: "\F175";
}

.icon-play-circle-o:before {
  content: "\E900";
}

.icon-close:before {
  content: "\E90E";
}

.icon-chevron-down:before {
  content: "\E901";
}

.icon-chevron-up:before {
  content: "\E902";
}

.icon-long-arrow-right:before {
  content: "\E903";
}

.icon-arrow-left:before {
  content: "\E904";
}

.icon-arrow-right:before {
  content: "\E905";
}

.icon-thumbs-up:before {
  content: "\E906";
}

.icon-envelope-o:before {
  content: "\E907";
}

.icon-envelope:before {
  content: "\E90C";
}

.icon-pinterest-p:before {
  content: "\E908";
}

.icon-pinterest:before {
  content: "\E90D";
}

.icon-instagram:before {
  content: "\E909";
}

.icon-twitter:before {
  content: "\E90A";
}

.icon-facebook:before {
  content: "\E90B";
}

.icon-facebook-f:before {
  content: "\E90B";
}

.icon-download:before {
  content: "\E90F";
}

html {
  color: #42423b;
  font-family: "Courier Prime", monospace;
  font-size: 100%;
  line-height: 1.5;
}

* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: #42423b;
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CabernetJFPro";
  font-weight: 500;
  line-height: 1.2;
  margin: 0 auto 0.5em auto;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}

h1, .h1 {
  font-size: 3em;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 54px;
  }
}

@media (min-width: 960px) {
  h1, .h1 {
    font-size: 72px;
  }
}

h2, .h2 {
  font-size: 2.3em;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 45px;
  }
}

@media (min-width: 960px) {
  h2, .h2 {
    font-size: 60px;
  }
}

h3, .h3 {
  font-size: 2em;
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 33.75px;
  }
}

@media (min-width: 960px) {
  h3, .h3 {
    font-size: 45px;
  }
}

h4, .h4 {
  font-size: 1.7em;
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 27px;
  }
}

@media (min-width: 960px) {
  h4, .h4 {
    font-size: 36px;
  }
}

h5, .h5 {
  font-size: 1.4em;
}

@media (min-width: 768px) {
  h5, .h5 {
    font-size: 18px;
  }
}

@media (min-width: 960px) {
  h5, .h5 {
    font-size: 24px;
  }
}

h6, .h6 {
  font-size: 1.2em;
}

@media (min-width: 768px) {
  h6, .h6 {
    font-size: 15px;
  }
}

@media (min-width: 960px) {
  h6, .h6 {
    font-size: 20px;
  }
}

p {
  margin: 0 0 0.75em;
  line-height: 1.6;
}

.text-center {
  text-align: center;
}

.small-text {
  font-size: 12px;
}

.medium-text {
  font-size: 15px;
}

.large-text {
  font-size: 18px;
}

.fs-10 {
  font-size: 10px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-bold {
  font-weight: bold;
}

.font-default {
  font-family: "Courier Prime", monospace;
}

.font-heading {
  font-family: "CabernetJFPro";
}

.font-didact {
  font-family: "Didact Gothic";
}

a {
  color: #42423b;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  transition: color 150ms ease;
  text-decoration: none;
}

a.none {
  text-decoration: none;
}

a:hover {
  color: shade(#42423b, 25%);
}

a:focus {
  outline: none;
}

a:link {
  text-decoration: underline;
}

hr {
  border-bottom: 1px solid #edebe6;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}

.clear:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

p {
  font-size: 14px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #42423b;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #42423b;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #42423b;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #42423b;
  opacity: 1;
}

.p-0 {
  padding: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pt-1 {
  padding-top: 1em;
}

.pb-1 {
  padding-bottom: 1em;
}

.pr-1 {
  padding-right: 1em !important;
}

.pt-2 {
  padding-top: 2em;
}

.pb-2 {
  padding-bottom: 2em;
}

.pr-2 {
  padding-right: 2em !important;
}

.pt-3 {
  padding-top: 3.5em !important;
}

.pb-3 {
  padding-bottom: 3.5em !important;
}

.m-0 {
  margin: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-05 {
  margin-top: 0.5em !important;
}

.mb-05 {
  margin-bottom: 0.5em !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

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

.ml-2 {
  margin-left: 2em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mt-3 {
  margin-top: 3.5em !important;
}

.mb-3 {
  margin-bottom: 3.5em !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.img-v-align img {
  vertical-align: middle;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-brand {
  color: #42423b;
}

.text-brand-alt {
  color: #D6E27C;
}

.text-light-gray {
  color: #edebe6;
}

.text-medium-gray {
  color: #979797;
}

.text-dark-gray {
  color: #333;
}

.text-brand-pink {
  color: #ec1a76;
}

.text-brand-orange {
  color: #FFA031;
}

.text-brand-purple {
  color: #7C3097;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff !important;
}

.text-gradiunt {
  background: linear-gradient(to right, #e31c78 0%, #5c3d97 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-decoration-none {
  text-decoration: none !important;
}

.bg-brand {
  background-color: #42423b;
}

.bg-brand-alt {
  background-color: #D6E27C;
}

.bg-light-gray {
  background-color: #edebe6;
}

.bg-medium-gray {
  background-color: #979797;
}

.bg-dark-gray {
  background-color: #333;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: inline-flex;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.align-items-center {
  align-items: center;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.align-items-stretch {
  align-items: stretch;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-between {
  justify-content: space-between;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-fill {
  flex: auto !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.border-top-0 {
  border-top: none !important;
}

.border-bottom-0 {
  border-bottom: none !important;
}

.border-left-0 {
  border-left: none !important;
}

.border-right-0 {
  border-right: none !important;
}

.border-medium-gray {
  border-color: #979797;
}

.h-100 {
  height: 100vh;
}

.min-h-100 {
  min-height: 100vh !important;
}

.line-height-normal {
  line-height: normal !important;
}

.full-width {
  width: 100% !important;
}

.width-auto {
  width: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.container {
  max-width: 1280px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-lg {
  max-width: 1160px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-md {
  max-width: 960px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-sm {
  max-width: 840px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-xsm {
  max-width: 720px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-xlsm {
  max-width: 575px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  display: grid;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

/*Columns*/
.col-30 {
  width: 30%;
}

.col-44 {
  width: 44%;
}

.col-50 {
  width: 50%;
}

.col-64 {
  width: 64%;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

.far {
  font-family: 'Font Awesome 5 Free';
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
}

.theme-gradient-bg {
  background: linear-gradient(45deg, #5A3D97, #00B2CB, #D6E27C, #FFC546, #F26E56, #EC1A76, #5A3D97);
  background-size: 400% 400%;
  -webkit-animation: gradient 25s ease infinite;
  animation: gradient 15s ease infinite;
}

.image-hero-bg {
  background-color: #edebe6 !important;
  background-position: center top !important;
  background-size: cover !important;
}

.noimage-hero-bg {
  background-color: #edebe6 !important;
  background-position: center top !important;
  background-size: cover !important;
}

.noimage-hero-bg .hero-header-in {
  min-height: 500px;
}

.search-result-title span {
  display: block;
}

.responsive-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.responsive-video iframe,
.responsive-video Video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#interaction-form-container .interaction-form label.error {
  color: #F26E56;
  font-size: 15px !important;
  padding: 0;
}

#interaction-form-container .interaction-form h3 {
  margin-top: 30px;
}

#interaction-form-container .interaction-form input, #interaction-form-container .interaction-form select, #interaction-form-container .interaction-form textarea {
  padding: 10px 22px;
  max-width: 100%;
  width: 100%;
}

#interaction-form-container .interaction-form .field.text.last-name, #interaction-form-container .interaction-form .field.text.CustomAccountField_171011, #interaction-form-container .interaction-form .field.number.zip-code {
  width: 50%;
  display: inline-block;
  padding-left: 10px;
  vertical-align: top;
}

#interaction-form-container .interaction-form .field.text.first-name, #interaction-form-container .interaction-form .field.text.CustomAccountField_171010, #interaction-form-container .interaction-form .field.state {
  width: 50%;
  display: inline-block;
  padding-right: 15px;
  vertical-align: top;
}

#interaction-form-container .interaction-form .field .checkboxes {
  max-width: 100%;
}

#interaction-form-container .interaction-form .btn-group .btn-submit {
  margin: 0 auto;
  padding: 15px 24px;
  width: auto;
  display: block;
  background-color: #D6E27C;
  transition: 0.3s;
  color: #42423b;
}

#interaction-form-container .interaction-form .btn-group .btn-submit:hover {
  background: linear-gradient(to right, #F26E56, #FFC546);
}

.load-more-btn {
  padding: 15px;
  border-top: 1px solid #edebe6;
  border-bottom: 1px solid #edebe6;
}

.ios-only {
  display: none;
}

.m0 {
  margin: 0px;
}

@media (min-width: 960px) {
  .m0 {
    margin: 0px;
  }
}

.mb0 {
  margin-bottom: 0px;
}

@media (min-width: 960px) {
  .mb0 {
    margin-bottom: 0px;
  }
}

.mt0 {
  margin-top: 0px;
}

@media (min-width: 960px) {
  .mt0 {
    margin-top: 0px;
  }
}

.mv0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (min-width: 960px) {
  .mv0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.p0 {
  padding: 0px;
}

@media (min-width: 960px) {
  .p0 {
    padding: 0px;
  }
}

.pb0 {
  padding-bottom: 0px;
}

@media (min-width: 960px) {
  .pb0 {
    padding-bottom: 0px;
  }
}

.pt0 {
  padding-top: 0px;
}

@media (min-width: 960px) {
  .pt0 {
    padding-top: 0px;
  }
}

.pv0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 960px) {
  .pv0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.m10 {
  margin: 5px;
}

@media (min-width: 960px) {
  .m10 {
    margin: 10px;
  }
}

.mb10 {
  margin-bottom: 5px;
}

@media (min-width: 960px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mt10 {
  margin-top: 5px;
}

@media (min-width: 960px) {
  .mt10 {
    margin-top: 10px;
  }
}

.mv10 {
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 960px) {
  .mv10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.p10 {
  padding: 5px;
}

@media (min-width: 960px) {
  .p10 {
    padding: 10px;
  }
}

.pb10 {
  padding-bottom: 5px;
}

@media (min-width: 960px) {
  .pb10 {
    padding-bottom: 10px;
  }
}

.pt10 {
  padding-top: 5px;
}

@media (min-width: 960px) {
  .pt10 {
    padding-top: 10px;
  }
}

.pv10 {
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 960px) {
  .pv10 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.m20 {
  margin: 10px;
}

@media (min-width: 960px) {
  .m20 {
    margin: 20px;
  }
}

.mb20 {
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .mb20 {
    margin-bottom: 20px;
  }
}

.mt20 {
  margin-top: 10px;
}

@media (min-width: 960px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mv20 {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 960px) {
  .mv20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.p20 {
  padding: 10px;
}

@media (min-width: 960px) {
  .p20 {
    padding: 20px;
  }
}

.pb20 {
  padding-bottom: 10px;
}

@media (min-width: 960px) {
  .pb20 {
    padding-bottom: 20px;
  }
}

.pt20 {
  padding-top: 10px;
}

@media (min-width: 960px) {
  .pt20 {
    padding-top: 20px;
  }
}

.pv20 {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 960px) {
  .pv20 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.m30 {
  margin: 15px;
}

@media (min-width: 960px) {
  .m30 {
    margin: 30px;
  }
}

.mb30 {
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .mb30 {
    margin-bottom: 30px;
  }
}

.mt30 {
  margin-top: 15px;
}

@media (min-width: 960px) {
  .mt30 {
    margin-top: 30px;
  }
}

.mv30 {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 960px) {
  .mv30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.p30 {
  padding: 15px;
}

@media (min-width: 960px) {
  .p30 {
    padding: 30px;
  }
}

.pb30 {
  padding-bottom: 15px;
}

@media (min-width: 960px) {
  .pb30 {
    padding-bottom: 30px;
  }
}

.pt30 {
  padding-top: 15px;
}

@media (min-width: 960px) {
  .pt30 {
    padding-top: 30px;
  }
}

.pv30 {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 960px) {
  .pv30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.m40 {
  margin: 20px;
}

@media (min-width: 960px) {
  .m40 {
    margin: 40px;
  }
}

.mb40 {
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .mb40 {
    margin-bottom: 40px;
  }
}

.mt40 {
  margin-top: 20px;
}

@media (min-width: 960px) {
  .mt40 {
    margin-top: 40px;
  }
}

.mv40 {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 960px) {
  .mv40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.p40 {
  padding: 20px;
}

@media (min-width: 960px) {
  .p40 {
    padding: 40px;
  }
}

.pb40 {
  padding-bottom: 20px;
}

@media (min-width: 960px) {
  .pb40 {
    padding-bottom: 40px;
  }
}

.pt40 {
  padding-top: 20px;
}

@media (min-width: 960px) {
  .pt40 {
    padding-top: 40px;
  }
}

.pv40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 960px) {
  .pv40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.m50 {
  margin: 25px;
}

@media (min-width: 960px) {
  .m50 {
    margin: 50px;
  }
}

.mb50 {
  margin-bottom: 25px;
}

@media (min-width: 960px) {
  .mb50 {
    margin-bottom: 50px;
  }
}

.mt50 {
  margin-top: 25px;
}

@media (min-width: 960px) {
  .mt50 {
    margin-top: 50px;
  }
}

.mv50 {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 960px) {
  .mv50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.p50 {
  padding: 25px;
}

@media (min-width: 960px) {
  .p50 {
    padding: 50px;
  }
}

.pb50 {
  padding-bottom: 25px;
}

@media (min-width: 960px) {
  .pb50 {
    padding-bottom: 50px;
  }
}

.pt50 {
  padding-top: 25px;
}

@media (min-width: 960px) {
  .pt50 {
    padding-top: 50px;
  }
}

.pv50 {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 960px) {
  .pv50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.m60 {
  margin: 30px;
}

@media (min-width: 960px) {
  .m60 {
    margin: 60px;
  }
}

.mb60 {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .mb60 {
    margin-bottom: 60px;
  }
}

.mt60 {
  margin-top: 30px;
}

@media (min-width: 960px) {
  .mt60 {
    margin-top: 60px;
  }
}

.mv60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .mv60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.p60 {
  padding: 30px;
}

@media (min-width: 960px) {
  .p60 {
    padding: 60px;
  }
}

.pb60 {
  padding-bottom: 30px;
}

@media (min-width: 960px) {
  .pb60 {
    padding-bottom: 60px;
  }
}

.pt60 {
  padding-top: 30px;
}

@media (min-width: 960px) {
  .pt60 {
    padding-top: 60px;
  }
}

.pv60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 960px) {
  .pv60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.m70 {
  margin: 35px;
}

@media (min-width: 960px) {
  .m70 {
    margin: 70px;
  }
}

.mb70 {
  margin-bottom: 35px;
}

@media (min-width: 960px) {
  .mb70 {
    margin-bottom: 70px;
  }
}

.mt70 {
  margin-top: 35px;
}

@media (min-width: 960px) {
  .mt70 {
    margin-top: 70px;
  }
}

.mv70 {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (min-width: 960px) {
  .mv70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

.p70 {
  padding: 35px;
}

@media (min-width: 960px) {
  .p70 {
    padding: 70px;
  }
}

.pb70 {
  padding-bottom: 35px;
}

@media (min-width: 960px) {
  .pb70 {
    padding-bottom: 70px;
  }
}

.pt70 {
  padding-top: 35px;
}

@media (min-width: 960px) {
  .pt70 {
    padding-top: 70px;
  }
}

.pv70 {
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 960px) {
  .pv70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.m80 {
  margin: 40px;
}

@media (min-width: 960px) {
  .m80 {
    margin: 80px;
  }
}

.mb80 {
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .mb80 {
    margin-bottom: 80px;
  }
}

.mt80 {
  margin-top: 40px;
}

@media (min-width: 960px) {
  .mt80 {
    margin-top: 80px;
  }
}

.mv80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 960px) {
  .mv80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.p80 {
  padding: 40px;
}

@media (min-width: 960px) {
  .p80 {
    padding: 80px;
  }
}

.pb80 {
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  .pb80 {
    padding-bottom: 80px;
  }
}

.pt80 {
  padding-top: 40px;
}

@media (min-width: 960px) {
  .pt80 {
    padding-top: 80px;
  }
}

.pv80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 960px) {
  .pv80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.m90 {
  margin: 45px;
}

@media (min-width: 960px) {
  .m90 {
    margin: 90px;
  }
}

.mb90 {
  margin-bottom: 45px;
}

@media (min-width: 960px) {
  .mb90 {
    margin-bottom: 90px;
  }
}

.mt90 {
  margin-top: 45px;
}

@media (min-width: 960px) {
  .mt90 {
    margin-top: 90px;
  }
}

.mv90 {
  margin-top: 45px;
  margin-bottom: 45px;
}

@media (min-width: 960px) {
  .mv90 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}

.p90 {
  padding: 45px;
}

@media (min-width: 960px) {
  .p90 {
    padding: 90px;
  }
}

.pb90 {
  padding-bottom: 45px;
}

@media (min-width: 960px) {
  .pb90 {
    padding-bottom: 90px;
  }
}

.pt90 {
  padding-top: 45px;
}

@media (min-width: 960px) {
  .pt90 {
    padding-top: 90px;
  }
}

.pv90 {
  padding-top: 45px;
  padding-bottom: 45px;
}

@media (min-width: 960px) {
  .pv90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.m100 {
  margin: 50px;
}

@media (min-width: 960px) {
  .m100 {
    margin: 100px;
  }
}

.mb100 {
  margin-bottom: 50px;
}

@media (min-width: 960px) {
  .mb100 {
    margin-bottom: 100px;
  }
}

.mt100 {
  margin-top: 50px;
}

@media (min-width: 960px) {
  .mt100 {
    margin-top: 100px;
  }
}

.mv100 {
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 960px) {
  .mv100 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

.p100 {
  padding: 50px;
}

@media (min-width: 960px) {
  .p100 {
    padding: 100px;
  }
}

.pb100 {
  padding-bottom: 50px;
}

@media (min-width: 960px) {
  .pb100 {
    padding-bottom: 100px;
  }
}

.pt100 {
  padding-top: 50px;
}

@media (min-width: 960px) {
  .pt100 {
    padding-top: 100px;
  }
}

.pv100 {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 960px) {
  .pv100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 280px) {
  section {
    padding: 40px 0px;
  }
}

@media screen and (min-width: 575px) {
  section {
    padding: 50px 0px;
  }
  .alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 12px;
  }
  .alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 860px) {
  section {
    padding: 60px 0px;
  }
}

@media screen and (min-width: 1080px) {
  section {
    padding: 70px 0px;
  }
}

@media screen and (min-width: 1280px) {
  section {
    padding: 90px 0px;
  }
}

@media screen and (min-width: 1700px) {
  body {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
  .container {
    max-width: 1470px;
    width: 100%;
  }
  .container-lg {
    max-width: 1266px;
    width: 100%;
  }
  .container-md {
    max-width: 1100px;
    width: 100%;
  }
  .container-sm {
    max-width: 1024px;
    width: 100%;
  }
  .container-xsm {
    max-width: 960px;
    width: 100%;
  }
  .container-xlsm {
    max-width: 767px;
    width: 100%;
  }
}

@media screen and (min-width: 1900px) {
  .container {
    max-width: 1670px;
    width: 100%;
  }
  .container-lg {
    max-width: 1466px;
    width: 100%;
  }
  .container-md {
    max-width: 1280px;
    width: 100%;
  }
  .container-sm {
    max-width: 1124px;
    width: 100%;
  }
  .container-xsm {
    max-width: 980px;
    width: 100%;
  }
  .container-xlsm {
    max-width: 860px;
    width: 100%;
  }
}

@media screen and (min-width: 2500px) {
  .container {
    max-width: 1970px;
    width: 100%;
  }
  .container-lg {
    max-width: 1666px;
    width: 100%;
  }
  .container-md {
    max-width: 1470px;
    width: 100%;
  }
  .container-sm {
    max-width: 1240px;
    width: 100%;
  }
  .container-xsm {
    max-width: 1100px;
    width: 100%;
  }
  .container-xlsm {
    max-width: 980px;
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .col-30 {
    width: 34%;
  }
  .col-64 {
    width: 60%;
  }
}

@media screen and (max-width: 1080px) {
  .col-30 {
    width: 38%;
  }
  .col-64 {
    width: 56%;
  }
}

@media screen and (max-width: 960px) {
  .mt-1 {
    margin-top: 0.8em;
  }
  .mb-1 {
    margin-bottom: 0.8em;
  }
  .mt-2 {
    margin-top: 1.5em;
  }
  .mb-2 {
    margin-bottom: 1.5em;
  }
  .col-30 {
    width: 42%;
  }
  .col-64 {
    width: 52%;
  }
}

@media screen and (max-width: 900px) {
  body, p {
    font-size: 14px;
  }
  .inner-hero-header {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.4;
  }
  .hide-mobile {
    display: none !important;
  }
  .inner-hero-header .inner-hero-img {
    max-width: 72%;
  }
  .justify-content-center-mobile {
    justify-content: center;
  }
  #interaction-form-container .interaction-form .field.text.last-name, #interaction-form-container .interaction-form .field.text.CustomAccountField_171011, #interaction-form-container .interaction-form .field.number.zip-code {
    width: 100%;
    padding-left: 0px;
  }
  #interaction-form-container .interaction-form .field.text.first-name, #interaction-form-container .interaction-form .field.text.CustomAccountField_171010, #interaction-form-container .interaction-form .field.state {
    width: 100%;
    padding-right: 0px;
  }
}

@media screen and (max-width: 736px) {
  .col-30 {
    width: 100%;
  }
  .col-64 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .col-44 {
    width: 100%;
  }
  .col-50 {
    width: 100%;
  }
  .image-hero-bg {
    background: none !important;
    background-color: #ffffff !important;
    min-height: 100px !important;
  }
  .image-hero-bg .hero-header-in .hero-header-container .hero-header-text-in h1, .image-hero-bg .hero-header-in .hero-header-container .hero-header-text-in p {
    color: #42423b !important;
  }
  .image-hero-bg .hero-header-in .hero-header-container .hero-header-text-in .btn-default {
    background-color: #D6E27C !important;
    color: #42423b !important;
  }
  .image-hero-bg .hero-header-in .hero-header-container .hero-header-text-in .btn-default:hover {
    background-color: #42423b !important;
    color: #ffffff !important;
  }
  .noimage-hero-bg {
    min-height: 100px !important;
  }
  .noimage-hero-bg .hero-header-in {
    min-height: 300px;
  }
  .mobile-hide {
    display: none;
  }
}

@media screen and (max-width: 574px) {
  .alignright {
    width: 100%;
  }
  .alignleft {
    width: 100%;
  }
}

.hero-header-section {
  overflow: hidden;
}

.hero-header-section .hero-header-in {
  padding-top: 100px;
  height: 100%;
  max-height: 1200px;
}

.hero-header-section .hero-header-in .hero-header-img {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-items: flex-end;
}

.hero-header-section .hero-header-in .hero-header-img .animated-layers {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer1 {
  left: 0px;
  width: auto;
  text-align: left;
  margin-top: -30vh;
}

.hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer1 img {
  margin-left: -20px;
}

.hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer2 {
  width: auto;
  text-align: right;
  right: 5%;
  margin-top: -35%;
}

.hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer2 img {
  margin-right: -15px;
}

.hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer3 {
  width: auto;
  text-align: left;
  left: 0px;
  margin-top: -22%;
}

.hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer4 {
  width: auto;
  text-align: right;
  right: 45px;
  margin-right: 0px;
  margin-top: 10vh;
}

.hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer5 {
  width: auto;
  left: -0px;
  margin-bottom: -190px;
  z-index: 1;
}

.hero-header-section .hero-header-in .hero-header-img .hero-lady-img {
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto 0px auto;
  width: 100%;
}

.hero-header-section .hero-header-in .hero-header-container {
  width: 52%;
}

.hero-header-section .hero-header-in .hero-header-container .btn-brand-alt, .hero-header-section .hero-header-in .hero-header-container .btn-brand-pink {
  margin-top: 15px;
}

.hero-header-section .hero-header-carousel .owl-item {
  height: calc(100vh - 100px);
  cursor: pointer;
}

.hero-header-section .hero-header-carousel .hero-header-carousel-img {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.hero-header-section .hero-header-carousel .hero-header-carousel-img .hero-header-carousel-containt {
  bottom: 100px;
}

.hero-header-section .hero-header-carousel .hero-header-carousel-img .hero-header-carousel-containt h2 {
  margin-bottom: 5px;
}

.hero-header-section .hero-header-carousel .hero-header-carousel-img .hero-header-carousel-containt .h4 {
  margin-bottom: 0px;
  font-size: 2em;
}

.hero-header-section .hero-header-carousel .hero-header-carousel-img .hero-header-carousel-containt .btn-default {
  min-width: 156px;
}

.hero-header-section .hero-header-carousel .hero-header-carousel-img img {
  opacity: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-header-section .hero-header-carousel .hero-header-carousel-video {
  background-position: center top !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  overflow: hidden;
}

.hero-header-section .hero-header-carousel .hero-header-carousel-video video {
  opacity: 1;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-header-section .hero-header-carousel .owl-dots {
  position: absolute;
  width: auto;
  bottom: 30px;
  text-align: center;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}

.hero-header-section .hero-header-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  border: 1px solid #ffffff;
  background-color: transparent;
  margin: 3px 6px;
}

.hero-header-section .hero-header-carousel .owl-dots .owl-dot.active {
  background-color: #ffffff;
}

.thinkers-wanted-section .thinkers-wanted-items {
  margin-top: 70px;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item {
  width: 31%;
  margin-left: 3.5%;
  padding: 35px;
  min-height: 465px;
  text-align: left;
  background-position: center top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item .overlay-link {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item h3, .thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item p {
  color: #ffffff;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item h3 {
  margin-bottom: 15px;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:first-child {
  margin-left: 0%;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:first-child:before {
  background: -webkit-gradient(180deg, rgba(235, 26, 118, 0) 0%, #410A79 100%);
  background: linear-gradient(180deg, rgba(235, 26, 118, 0) 0%, #410A79 100%);
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item .thinkers-wanted-item-in .btn-default {
  background-color: #ffffff;
  color: #42423b;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item .thinkers-wanted-item-in .btn-default:hover {
  background-color: #42423b;
  color: #ffffff;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:nth-child(2):before {
  background: -webkit-gradient(180deg, rgba(255, 195, 71, 0) 0%, #F26E57 100%);
  background: linear-gradient(180deg, rgba(255, 195, 71, 0) 0%, #F26E57 100%);
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:nth-child(2) .thinkers-wanted-item-in h3, .thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:nth-child(2) .thinkers-wanted-item-in p {
  color: #42423b;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:nth-child(2) .thinkers-wanted-item-in .btn-default {
  background-color: #42423b;
  color: #ffffff;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:nth-child(2) .thinkers-wanted-item-in .btn-default:hover {
  background-color: #ffffff;
  color: #42423b;
}

.thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:last-child:before {
  background: -webkit-gradient(180deg, rgba(1, 178, 204, 0) 0%, #482396 100%);
  background: linear-gradient(180deg, rgba(1, 178, 204, 0) 0%, #482396 100%);
}

.relief-programs-section .relief-programs-in .relief-programs-img {
  width: 30%;
}

.relief-programs-section .relief-programs-in .relief-programs-containt {
  width: 66%;
}

.moments-section {
  margin-bottom: 0px;
}

.moments-section .moments-in .moments-img, .moments-section .moments-in .moments-containt {
  width: 47%;
}

.moments-slider-section .moments-slider-carousel .owl-stage-outer {
  margin-bottom: 50px;
  padding-bottom: 15px;
}

.moments-slider-section .moments-slider-carousel .owl-stage-outer .moments-slider-in .moments-slider-img {
  order: 1;
  width: 47%;
  padding-right: 15px;
}

.moments-slider-section .moments-slider-carousel .owl-stage-outer .moments-slider-in .moments-slider-img img {
  box-shadow: 15px 15px 0px 0px #d6e27c;
}

.moments-slider-section .moments-slider-carousel .owl-stage-outer .moments-slider-in .moments-slider-img:before {
  position: absolute;
  width: 100%;
}

.moments-slider-section .moments-slider-carousel .owl-stage-outer .moments-slider-in .moments-slider-containt {
  order: 0;
  width: 47%;
}

.moments-slider-section .moments-slider-carousel .owl-stage-outer .moments-slider-in .moments-slider-containt .aha-moments-logo {
  border-bottom: 1px solid #D6E27C;
  margin-bottom: 18px;
  padding-bottom: 20px;
}

.moments-slider-section .moments-slider-carousel .owl-stage-outer .moments-slider-in .moments-slider-containt .aha-moments-logo img {
  max-width: 332px;
}

.moments-slider-section .moments-slider-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 38%;
  margin-top: auto;
  margin-bottom: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 1;
}

.moments-slider-section .moments-slider-carousel .owl-nav .owl-prev, .moments-slider-section .moments-slider-carousel .owl-nav .owl-next {
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  border: 1px solid #ffffff;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2) !important;
  border-radius: 60px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}

.moments-slider-section .moments-slider-carousel .owl-nav .owl-prev img, .moments-slider-section .moments-slider-carousel .owl-nav .owl-next img {
  width: 24px;
}

.moments-slider-section .moments-slider-carousel .owl-nav .owl-prev i, .moments-slider-section .moments-slider-carousel .owl-nav .owl-next i {
  color: #ffffff;
}

.moments-slider-section .moments-slider-carousel .owl-nav .owl-prev:hover, .moments-slider-section .moments-slider-carousel .owl-nav .owl-next:hover {
  background-color: #42423b !important;
  border: 1px solid #42423b;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.moments-slider-section .moments-slider-carousel .owl-nav .owl-prev {
  left: 20px;
}

.moments-slider-section .moments-slider-carousel .owl-nav .owl-next {
  right: 20px;
}

.moments-slider-section .moments-slider-carousel .owl-dots {
  text-align: center;
}

.moments-slider-section .moments-slider-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  border: 1px solid #42423b;
  background-color: #ffffff;
  margin: 3px 6px;
}

.moments-slider-section .moments-slider-carousel .owl-dots .owl-dot.active {
  background-color: #42423b;
}

.search-not-found form.search-form {
  position: relative;
}

.search-not-found form.search-form label {
  margin-bottom: 0px;
}

.search-not-found form.search-form label .screen-reader-text {
  display: none;
}

.search-not-found form.search-form label .search-field {
  padding-right: 110px;
}

.search-not-found form.search-form .search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 43px;
}

@media screen and (max-width: 1080px) {
  .thinkers-wanted-section .thinkers-wanted-items {
    margin-top: 60px;
  }
}

@media screen and (max-width: 900px) {
  .hero-header-section .hero-header-in {
    padding-top: 90px;
    min-height: 100vh;
  }
}

@media screen and (max-width: 860px) {
  .thinkers-wanted-section .thinkers-wanted-items {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hero-header-section .hero-header-carousel .hero-header-carousel-img .hero-header-carousel-containt h2 {
    margin-bottom: 15px;
  }
  .hero-header-section .hero-header-carousel .hero-header-carousel-img .hero-header-carousel-containt .h4 {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .hero-header-section .hero-header-in .hero-header-img {
    width: 100%;
    order: 1;
  }
  .hero-header-section .hero-header-in .hero-header-container {
    width: 100%;
    order: 0;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .image-hero-bg {
    min-height: 100px !important;
  }
  .image-hero-bg .hero-header-in {
    min-height: auto;
  }
  .noimage-hero-bg {
    min-height: 100px !important;
  }
  .noimage-hero-bg .hero-header-in {
    min-height: auto;
  }
  .relief-programs-section .relief-programs-in .relief-programs-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .relief-programs-section .relief-programs-in .relief-programs-containt {
    width: 100%;
  }
  .moments-section .moments-in .moments-img, .moments-section .moments-in .moments-containt {
    width: 100%;
  }
  .moments-section .moments-in .moments-img {
    max-width: 380px;
    margin: 0px auto 20px auto;
    margin-left: auto;
    margin-right: auto;
  }
  .moments-section .moments-in .moments-containt p {
    margin-bottom: 0px;
  }
  .moments-slider-section .moments-slider-carousel .owl-stage-outer {
    margin-bottom: 0px;
  }
  .moments-slider-section .moments-slider-carousel .owl-stage-outer .moments-slider-in .moments-slider-img {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .moments-slider-section .moments-slider-carousel .owl-stage-outer .moments-slider-in .moments-slider-img img {
    box-shadow: 0px 0px 0px 0px #d6e27c;
  }
  .moments-slider-section .moments-slider-carousel .owl-stage-outer .moments-slider-in .moments-slider-containt {
    order: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .moments-slider-section .moments-slider-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 2px 5px;
  }
  .thinkers-wanted-section .container-sm {
    text-align: left;
  }
  .thinkers-wanted-section .thinkers-wanted-items {
    margin-top: 40px;
  }
  .thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item {
    width: 100%;
    margin-top: 15px;
    margin-left: 0px;
    min-height: 400px;
  }
  .thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item:first-child {
    margin-top: 0px;
  }
}

@media screen and (max-width: 480px) {
  .thinkers-wanted-section .thinkers-wanted-items .thinkers-wanted-item {
    min-height: 350px;
  }
}

@media screen and (max-width: 414px) {
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer1 {
    margin-top: -45%;
    margin-left: 12%;
  }
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer2 {
    right: 6%;
    margin-top: -12%;
  }
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer3 {
    margin-top: -5%;
  }
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer4 {
    right: 0px;
    margin-top: 14%;
  }
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer5 {
    margin-top: 15%;
  }
  .hero-header-section .hero-header-in .hero-header-img .hero-lady-img {
    margin-top: 12%;
  }
}

@media screen and (max-width: 360px) {
  .hero-header-section .hero-header-in .hero-header-img .animated-layers {
    display: inline-grid;
  }
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer1 {
    margin-top: -88%;
  }
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer2 {
    margin-top: -15%;
  }
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer3 {
    margin-top: 8%;
  }
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer4 {
    margin-top: 33%;
  }
  .hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer5 {
    margin-top: 3%;
  }
}

.get-involved-bg {
  max-height: 800px;
  background: linear-gradient(45deg, #EC1A76, #5A3D97);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  min-height: 500px;
  overflow-x: hidden;
}

.get-involved-bg .hero-header-in .hero-header-img {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
}

.get-involved-bg .hero-header-in .get-involved-header-container {
  width: 42%;
}

.get-involved-bg .involved-animated-layers {
  width: 52%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: -6%;
  height: 100%;
}

.get-involved-bg .involved-animated-layers .involved-animated-layer1 {
  left: -20%;
  width: 100%;
  height: auto;
  text-align: left;
}

.get-involved-bg .involved-animated-layers .involved-animated-layer1 img {
  width: 100%;
  height: auto;
}

.get-involved-bg .involved-animated-layers .involved-animated-layer2 {
  left: -6%;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left;
}

.get-involved-bg .involved-animated-layers .involved-animated-layer2 img {
  width: 100%;
  height: auto;
}

.get-involved-bg .man-playing-trumpet-img {
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto 0px auto;
  width: auto !important;
  z-index: 1;
}

.events-listing-section .events-listing-items .events-listing-item {
  padding-top: 9.5%;
}

.events-listing-section .events-listing-items .events-listing-item .events-listing-img {
  width: 44%;
}

.events-listing-section .events-listing-items .events-listing-item .events-listing-containt {
  width: 52%;
}

.events-listing-section .events-listing-items .events-listing-item .events-listing-containt .btn-brand-alt {
  margin-top: 10px;
}

.events-listing-section .events-listing-items .events-listing-item:first-child {
  padding-top: 0px;
}

.events-listing-section .events-listing-items .resource-listing-item {
  padding-top: 20px !important;
  margin-top: 20px;
  border-top: 1px solid #edebe6 !important;
  width: 48%;
}

.events-listing-section .events-listing-items .resource-listing-item .events-listing-containt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.events-listing-section .events-listing-items .resource-listing-item .events-listing-containt h5 {
  text-align: left;
  margin-left: 0;
  margin-bottom: 5px;
  margin-right: auto;
  width: calc(100% - 150px);
}

@media screen and (max-width: 640px) {
  .get-involved-bg .hero-header-in .hero-header-img {
    width: 100%;
    order: 1;
  }
  .get-involved-bg .hero-header-in .hero-header-container {
    width: 100%;
    order: 0;
  }
  .get-involved-bg .involved-animated-layers {
    width: 100%;
    height: 56%;
    bottom: 0%;
  }
  .events-listing-section .events-listing-items .resource-listing-item {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .events-listing-section .events-listing-items .events-listing-item .events-listing-img, .events-listing-section .events-listing-items .events-listing-item .events-listing-containt {
    width: 100%;
  }
  .events-listing-section .events-listing-items .events-listing-item .events-listing-img {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .events-listing-section .events-listing-items .events-listing-item {
    padding-top: 26%;
  }
  .events-listing-section .events-listing-items .events-listing-item .events-listing-img {
    padding-bottom: 10px;
  }
  .events-listing-section .events-listing-items .events-listing-item:first-child {
    margin-top: 0px;
  }
  .events-listing-section .events-listing-items .resource-listing-item .events-listing-containt h5 {
    width: 100%;
    margin-bottom: 15px;
  }
}

.programs-hero-bg {
  max-height: 800px;
  background: linear-gradient(45deg, #FFC546, #F26E56);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  min-height: 500px;
  overflow-x: hidden;
}

.programs-hero-bg .hero-header-in .hero-header-img {
  width: 56%;
  display: flex;
  flex-wrap: wrap;
}

.programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers {
  position: absolute;
  width: 100%;
  height: 100%;
}

.programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer1 {
  width: 58%;
  bottom: 0px;
  left: -30%;
  text-align: left;
}

.programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer1 img {
  width: 100%;
  vertical-align: bottom;
}

.programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer2 {
  width: 48%;
  bottom: 0px;
  right: -35%;
  text-align: right;
}

.programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer2 img {
  width: 100%;
  vertical-align: bottom;
}

.programs-hero-bg .hero-header-in .hero-header-img .programs-lady-img {
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto 0px auto;
  width: 48%;
}

.programs-hero-bg .hero-header-in .hero-header-container {
  width: 42%;
}

.select-event-dropdown {
  max-width: 520px;
  margin-bottom: 0px;
}

.select-event-dropdown select {
  border: 1px solid #979797;
}

.episode-items .cfm-episode-wrap {
  padding: 15px 0px;
}

.episode-items .cfm-episode-wrap .cfm-episode-title h2 {
  font-size: 20px;
}

.episode-items .cfm-episodes-pagination {
  padding: 10px 15px 0px 15px;
}

.episode-items .cfm-episodes-pagination .pagination h2.screen-reader-text {
  font-size: 20px;
  margin-bottom: 15px;
}

.episode-items .cfm-episodes-pagination .pagination .nav-links {
  margin-top: 5px;
  display: inline-block;
}

.episode-items .cfm-episodes-pagination .pagination .nav-links a {
  background-color: #42423b;
  border-radius: 8px;
  color: #ffffff;
  padding: 6px 11px;
  text-decoration: none;
}

.episode-items .cfm-episodes-pagination .pagination .nav-links a:hover {
  background-color: #D6E27C;
  color: #42423b;
}

.episode-items .cfm-episodes-pagination .pagination .nav-links span.current {
  background: linear-gradient(to right, #F26E56, #FFC546);
  border-radius: 8px;
  color: #42423b;
  font-weight: 600;
  padding: 6px 11px;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .programs-hero-bg .hero-header-in .hero-header-img {
    width: 100%;
    order: 1;
  }
  .programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer1 {
    left: -122%;
  }
  .programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer2 {
    right: -112%;
  }
  .programs-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
    order: 0;
  }
}

@media screen and (max-width: 480px) {
  .programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer1 {
    left: -18%;
  }
  .programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer2 {
    right: -18%;
  }
}

@media screen and (max-width: 414px) {
  .programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer1 {
    left: 57%;
  }
  .programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer2 {
    right: 66%;
  }
}

@media screen and (max-width: 375px) {
  .programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers {
    display: inline-grid;
  }
  .programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer1 {
    left: 32%;
  }
  .programs-hero-bg .hero-header-in .hero-header-img .programs-animated-layers .programs-animated-layer2 {
    right: 36%;
  }
}

.grants-hero-bg {
  max-height: 800px;
  background: linear-gradient(45deg, #00B2CB, #5A3D97);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  display: flex;
  flex-wrap: wrap;
}

.grants-hero-bg .hero-header-in .hero-header-text-in {
  z-index: 2;
}

.grants-hero-bg .hero-header-in .hero-header-img {
  width: 56%;
}

.grants-hero-bg .hero-header-in .hero-header-container {
  width: 42%;
}

.grants-hero-bg .grants-animated-layers {
  width: 52%;
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0;
  height: 100%;
  margin-top: auto;
  margin-bottom: 0px;
}

.grants-hero-bg .grants-animated-layers .grants-animated-layer0 {
  left: -26%;
  height: auto;
  width: 94%;
  max-width: 1080px;
  bottom: 0%;
  top: auto;
  text-align: left;
  z-index: 4;
}

.grants-hero-bg .grants-animated-layers .grants-animated-layer0 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.grants-hero-bg .grants-animated-layers .grants-animated-layer1 {
  right: -20%;
  width: 40%;
  height: auto;
  top: auto;
  text-align: left;
  z-index: 3;
}

.grants-hero-bg .grants-animated-layers .grants-animated-layer1 img {
  width: 100%;
  height: auto;
}

.grants-hero-bg .grants-animated-layers .grants-animated-layer2 {
  width: 66vw;
  height: auto;
  bottom: 0%;
  left: -48%;
  top: auto;
  margin-top: auto;
  margin-bottom: 0px;
  text-align: left;
  z-index: 2;
}

.grants-hero-bg .grants-animated-layers .grants-animated-layer2 img {
  vertical-align: bottom;
}

.grants-hero-bg .grants-animated-layers .grants-animated-layer3 {
  left: 0%;
  right: 0%;
  top: -15%;
  bottom: 0%;
  min-width: 100%;
  height: 100%;
  height: auto;
  vertical-align: bottom;
  z-index: 1;
}

.grants-hero-bg .grants-animated-layers .grants-animated-layer3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  vertical-align: top;
  width: auto;
  min-height: 100%;
  max-width: none;
}

.select-event-dropdown {
  max-width: 520px;
  margin-bottom: 60px;
}

.select-event-dropdown select {
  border: 1px solid #979797;
}

.our-grants-section .our-grants-go {
  flex-wrap: wrap;
}

.our-grants-section .our-grants-go .our-grants-map {
  width: 35%;
}

.our-grants-section .our-grants-go .our-grants-items {
  width: 60%;
}

.our-grants-section .our-grants-go .our-grants-items .select-event-dropdown {
  max-width: 400px;
}

.our-grants-section .our-grants-go .our-grants-items h4 {
  margin-top: 20px;
}

.our-grants-section .our-grants-go .our-grants-items .our-grants-item p {
  margin-bottom: 5px;
}

.our-grants-section .our-grants-go .our-grants-items .our-grants-item p .grant-first-last-name, .our-grants-section .our-grants-go .our-grants-items .our-grants-item p .grant-name {
  width: 48%;
}

.application-process-item {
  padding-top: 6% !important;
}

.application-process-item:first-child {
  padding-top: 1% !important;
}

.individual-grant-header {
  background-blend-mode: soft-light;
  background-color: #ffc546 !important;
}

.individual-grant-header:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 197, 70, 0.1);
}

.about-the-scholarship .grant-content {
  width: 60%;
}

.about-the-scholarship .grant-pdf {
  width: 26%;
}

.application-process-section .application-process-containt .application-process-img {
  width: 45%;
  margin-top: 5px;
  margin-right: 5%;
  float: left;
}

@media screen and (max-width: 900px) {
  .grants-hero-bg .hero-header-in {
    padding-top: 90px;
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .about-the-scholarship .grant-pdf {
    width: 33%;
  }
  .select-event-dropdown {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 736px) {
  .about-the-scholarship .grant-content {
    width: 100%;
  }
  .about-the-scholarship .grant-pdf {
    max-width: 375px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .grants-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
  }
  .grants-hero-bg .grants-animated-layers {
    width: 100%;
    position: relative;
    min-height: 500px;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer0 {
    width: 640px;
    left: -50%;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer1 {
    right: -32%;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer2 {
    left: -34%;
    width: 700px;
  }
}

@media screen and (max-width: 575px) {
  .our-grants-section .our-grants-go .our-grants-map, .our-grants-section .our-grants-go .our-grants-items {
    width: 100%;
  }
  .our-grants-section .our-grants-go .our-grants-map {
    order: 1;
    margin-bottom: 0px;
  }
  .our-grants-section .our-grants-go .our-grants-map .location-map {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .our-grants-section .our-grants-go .our-grants-items {
    order: 0;
    margin-bottom: 20px;
  }
  .our-grants-section .our-grants-go .our-grants-items .select-event-dropdown {
    max-width: 100%;
  }
  .select-event-dropdown {
    margin-bottom: 30px;
  }
  .application-process-section .application-process-containt .application-process-img {
    width: 100%;
    margin-top: 15px;
    margin-right: 0%;
    margin-bottom: 15px;
    float: none;
  }
  .application-process-item {
    padding-top: 9% !important;
  }
  .application-process-item:first-child {
    padding-top: 2% !important;
  }
}

@media screen and (max-width: 480px) {
  .grants-hero-bg .grants-animated-layers {
    min-height: 405px;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer0 {
    left: -56%;
    width: 550px;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer1 {
    right: -34%;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer2 {
    left: -20%;
    width: 538px;
  }
}

@media screen and (max-width: 414px) {
  .grants-hero-bg .grants-animated-layers {
    min-height: 300px;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer0 {
    left: -17%;
    width: 414px;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer1 {
    right: 15%;
    margin-bottom: 40px;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer2 {
    left: -32%;
    width: 490px;
  }
}

@media screen and (max-width: 360px) {
  .grants-hero-bg .grants-animated-layers {
    display: inline-grid;
  }
  .grants-hero-bg .grants-animated-layers .grants-animated-layer1 {
    right: 10%;
    margin-bottom: 70px;
  }
}

.about-hero-bg {
  max-height: 800px;
  background: linear-gradient(45deg, #D6E27C, #00B2CB);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  min-height: 500px;
  overflow-x: hidden;
}

.about-hero-bg .hero-header-in .hero-header-img {
  margin-left: 5%;
  display: flex;
  flex-wrap: wrap;
  max-height: 100%;
}

.about-hero-bg .hero-header-in .hero-header-img .about-animated-layers {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer1 {
  margin-top: -50%;
  left: 0px;
  width: auto;
  max-width: 20%;
  text-align: left;
}

.about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer2 {
  width: auto;
  max-width: 45%;
  text-align: right;
  right: -5%;
  margin-top: -30%;
}

.about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer3 {
  width: auto;
  max-width: 24%;
  text-align: left;
  left: 20px;
  margin-top: -5%;
  z-index: 1;
}

.about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer4 {
  width: auto;
  max-width: 25%;
  text-align: right;
  right: 6%;
  margin-right: 0px;
  margin-top: 15%;
  z-index: 1;
}

.about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer5 {
  width: auto;
  left: 40px;
  bottom: 8%;
  z-index: 1;
  max-width: 20%;
}

.about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer1 img, .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer2 img, .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer3 img, .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer4 img, .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer5 img {
  max-width: none;
  width: 100%;
  transition: all 0.1s ease-in-out;
}

.about-hero-bg .hero-header-in .hero-header-img .man-on-phone-img {
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto 0px auto;
  width: 86%;
}

.about-hero-bg .hero-header-in .about-header-container {
  width: 38%;
}

.who-we-are-section .buttons-group .btn-brand-alt {
  margin: 5px 10px;
}

@media screen and (max-width: 640px) {
  .about-hero-bg .hero-header-in .hero-header-img {
    width: 90%;
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }
  .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer2 {
    right: 0%;
    margin-top: -46%;
  }
  .about-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
    order: 0;
  }
  .who-we-are-section {
    padding-top: 20px;
  }
  .who-we-are-section .buttons-group {
    margin-top: 10px !important;
  }
  .what-we-do-section .container-lg {
    padding-top: 0px;
  }
}

@media screen and (max-width: 414px) {
  .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer1 {
    margin-top: -40%;
  }
  .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer2 {
    margin-top: -24%;
  }
}

@media screen and (max-width: 360px) {
  .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers {
    display: inline-grid;
  }
  .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer1 {
    margin-top: -68%;
  }
  .about-hero-bg .hero-header-in .hero-header-img .about-animated-layers .about-animated-layer2 {
    margin-top: -45%;
  }
}

.contact-us-section {
  margin-top: 100px;
}

.contact-us-section .contact-us-form, .contact-us-section .aha-alumni-form {
  width: 48%;
}

@media screen and (max-width: 640px) {
  .contact-us-section {
    margin-top: 90px;
  }
  .contact-us-section .contact-us-form, .contact-us-section .aha-alumni-form {
    width: 100%;
  }
  .contact-us-section .aha-alumni-form {
    margin-top: 10px;
  }
}

.board-director-section .board-director-items .board-director-item {
  padding: 112px 0px 0px 0px;
}

.board-director-section .board-director-items .board-director-item .board-director-img {
  width: 20%;
  height: 300px;
  background-size: cover !important;
  background-position: center top !important;
}

.board-director-section .board-director-items .board-director-item .board-director-item-left {
  width: 20%;
}

.board-director-section .board-director-items .board-director-item .board-director-item-right {
  width: 76%;
}

.board-director-section .board-director-items .board-director-item .board-director-item-right p:last-child {
  margin-bottom: 0px;
}

.board-director-section .board-director-items .board-director-item .board-director-item-right ul.board-director-phone-email {
  margin-top: 15px;
}

.board-director-section .board-director-items .board-director-item .board-director-item-right ul.board-director-phone-email li {
  width: 100%;
  background-color: #edebe6;
  padding: 7px 15px;
  border: 1px solid #edebe6;
  margin-top: 10px;
  font-weight: 600;
  position: relative;
  line-height: normal;
}

.board-director-section .board-director-items .board-director-item .board-director-item-right ul.board-director-phone-email li:hover {
  color: #42423b;
  border: 1px solid #979797;
}

.board-director-section .board-director-items .board-director-item:first-child {
  margin-top: 0px;
}

.board-director-section .board-director-items .yp-board-item .board-director-img {
  height: 200px;
}

.board-nominations-section p {
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .board-director-section .board-director-items .board-director-item .board-director-img {
    width: 25%;
  }
  .board-director-section .board-director-items .board-director-item .board-director-item-right {
    width: 71%;
  }
  .board-director-section .board-director-items .yp-board-item .board-director-img {
    height: 250px;
  }
}

@media screen and (max-width: 860px) {
  .board-director-section .board-director-items .board-director-item .board-director-img {
    width: 30%;
  }
  .board-director-section .board-director-items .board-director-item .board-director-item-left {
    width: 30%;
  }
  .board-director-section .board-director-items .board-director-item .board-director-item-right {
    width: 66%;
  }
}

@media screen and (min-width: 769px) {
  .board-director-section .board-director-items .board-director-item .board-director-item-right h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .board-director-section .board-director-items .board-director-item {
    margin-top: 40px;
  }
  .board-director-section .board-director-items .yp-board-item .board-director-img {
    height: 250px;
  }
}

@media screen and (max-width: 640px) {
  .board-director-section .board-director-items .board-director-item {
    margin-top: 30px;
  }
  .board-director-section .board-director-items .board-director-item .board-director-img {
    width: 36%;
  }
  .board-director-section .board-director-items .board-director-item .board-director-item-left {
    width: 36%;
  }
  .board-director-section .board-director-items .board-director-item .board-director-item-right {
    width: 60%;
  }
  .board-nominations-section p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .board-director-section .board-director-items .board-director-item {
    margin-top: 40px;
  }
  .board-director-section .board-director-items .board-director-item .board-director-img, .board-director-section .board-director-items .board-director-item .board-director-item-left, .board-director-section .board-director-items .board-director-item .board-director-item-right {
    width: 100%;
  }
  .board-director-section .board-director-items .board-director-item .board-director-img {
    height: 400px;
    background-position: center center !important;
    margin-bottom: 20px;
  }
  .board-director-section .board-director-items .yp-board-item .board-director-img {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .board-director-section .board-director-items .board-director-item {
    margin-top: 20px;
  }
  .board-director-section .board-director-items .board-director-item .board-director-img {
    margin-bottom: 20px;
  }
  .board-director-section .board-director-items .board-director-item .board-director-item-right {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .board-director-section .board-director-items .board-director-item .board-director-img {
    height: 350px;
  }
}

@media screen and (max-width: 360px) {
  .board-director-section .board-director-items .board-director-item .board-director-img {
    height: 320px;
  }
}

@media screen and (max-width: 320px) {
  .board-director-section .board-director-items .board-director-item .board-director-img {
    height: 300px;
  }
}

.grants-panel-section .grants-panel-items .grants-panel-item {
  padding: 112px 0px 0px 0px;
}

.grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img {
  width: 20%;
  height: 350px;
  background-size: cover !important;
  background-position: center !important;
}

.grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-left {
  width: 20%;
}

.grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right {
  width: 76%;
}

.grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right p:last-child {
  margin-bottom: 0px;
}

.grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right ul.grants-panel-phone-email {
  margin-top: 15px;
}

.grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right ul.grants-panel-phone-email li {
  width: 100%;
  background-color: #edebe6;
  padding: 7px 15px;
  border: 1px solid #edebe6;
  margin-top: 10px;
  font-weight: 600;
  position: relative;
  line-height: normal;
}

.grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right ul.grants-panel-phone-email li:hover {
  color: #42423b;
  border: 1px solid #979797;
}

.grants-panel-section .grants-panel-items .grants-panel-item:first-child {
  margin-top: 0px;
}

.grants-panel-section .grants-panel-items .yp-board-item .grants-panel-img {
  height: 200px;
}

.board-nominations-section p {
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img {
    width: 25%;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right {
    width: 71%;
  }
  .grants-panel-section .grants-panel-items .yp-board-item .grants-panel-img {
    height: 250px;
  }
}

@media screen and (max-width: 860px) {
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img {
    width: 30%;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-left {
    width: 30%;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right {
    width: 66%;
  }
}

@media screen and (min-width: 769px) {
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right h4 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .grants-panel-section .grants-panel-items .grants-panel-item {
    margin-top: 40px;
  }
  .grants-panel-section .grants-panel-items .yp-board-item .grants-panel-img {
    height: 250px;
  }
}

@media screen and (max-width: 640px) {
  .grants-panel-section .grants-panel-items .grants-panel-item {
    margin-top: 30px;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img {
    width: 36%;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-left {
    width: 36%;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right {
    width: 60%;
  }
  .board-nominations-section p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 575px) {
  .grants-panel-section .grants-panel-items .grants-panel-item {
    margin-top: 40px;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img, .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-left, .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right {
    width: 100%;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img {
    height: 400px;
    background-position: center center !important;
    margin-bottom: 20px;
  }
  .grants-panel-section .grants-panel-items .yp-board-item .grants-panel-img {
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  .grants-panel-section .grants-panel-items .grants-panel-item {
    margin-top: 20px;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img {
    margin-bottom: 20px;
  }
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-item-right {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img {
    height: 350px;
  }
}

@media screen and (max-width: 360px) {
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img {
    height: 320px;
  }
}

@media screen and (max-width: 320px) {
  .grants-panel-section .grants-panel-items .grants-panel-item .grants-panel-img {
    height: 300px;
  }
}

.mosaic-magazine-header .hero-header-in .hero-header-container {
  max-width: 33%;
}

.mosaic-delivery-section .mosaic-delivery-form {
  width: 60%;
}

.mosaic-delivery-section .past-issues {
  width: 26%;
}

.mosaic-delivery-section .past-issues .magazine-view-download {
  margin-bottom: 25px;
}

.mosaic-delivery-section .past-issues .magazine-view-download .btn-brand-alt {
  margin: 5px 0px;
}

.default-header .hero-header-section .hero-header-in {
  padding-top: 0px;
}

@media screen and (min-width: 641px) {
  .mobile-hero-header-img {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .mosaic-magazine-header .hero-header-in .hero-header-container {
    max-width: 50%;
  }
  .mosaic-magazine-header .hero-header-in .hero-header-container .hero-header-text-in {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .mosaic-delivery-section .mosaic-delivery-form .gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li {
    margin-left: 0px !important;
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  .mosaic-delivery-section .past-issues {
    width: 33%;
  }
}

@media screen and (max-width: 736px) {
  .mosaic-delivery-section .mosaic-delivery-form {
    width: 100%;
    margin-bottom: 20px;
  }
  .mosaic-delivery-section .mosaic-delivery-form .gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li {
    margin-left: 10px !important;
  }
  .mosaic-delivery-section .mosaic-delivery-form .gravity-main .gform_wrapper ul li.switch-checkbox ul.gfield_checkbox li:first-child {
    margin-left: 0px !important;
  }
  .mosaic-delivery-section .mosaic-delivery-form .gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_left.address_city, .mosaic-delivery-section .mosaic-delivery-form .gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_right.address_state, .mosaic-delivery-section .mosaic-delivery-form .gravity-main .gform_wrapper ul li.gfield .has_street.has_city .ginput_left.address_zip {
    width: 100%;
    padding-right: 0px !important;
  }
  .mosaic-delivery-section .mosaic-delivery-form .gravity-main .gform_wrapper ul .custom-email-width {
    width: 100% !important;
  }
  .mosaic-delivery-section .past-issues {
    max-width: 375px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 640px) {
  .mosaic-magazine-header .hero-header-in .hero-header-container {
    max-width: 100%;
    width: 100%;
  }
  .mosaic-magazine-header .hero-header-in .hero-header-container .hero-header-text-in {
    width: 100%;
  }
}

.scholarship-hero-bg {
  background: linear-gradient(60deg, #00bdc0, #a7dc80);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  min-height: 500px;
  max-height: 800px;
  overflow-x: hidden;
}

.scholarship-hero-bg .hero-header-in .hero-header-img {
  order: 1;
  width: 47%;
  padding-right: 15px;
}

.scholarship-hero-bg .hero-header-in .hero-header-img img {
  box-shadow: 15px 15px 0px 0px #42423b;
}

.scholarship-hero-bg .hero-header-in .hero-header-container {
  order: 0;
  width: 47%;
}

.scholarship-hero-bg .hero-header-in .hero-header-container .h3 {
  margin-bottom: 15px;
}

.powerful-impact-section .award-ceremony {
  width: 40%;
  margin-right: 5%;
}

.powerful-impact-section .award-ceremony p {
  line-height: normal;
}

.powerful-impact-section .award-ceremony-containt {
  width: 50%;
}

.past-winners-section .past-winners-items .past-winners-item {
  width: 60%;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .powerful-impact-section .award-ceremony {
    width: 45%;
  }
  .powerful-impact-section .award-ceremony-containt {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .scholarship-hero-bg .hero-header-in .hero-header-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .scholarship-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
  }
  .powerful-impact-section .award-ceremony {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .powerful-impact-section .award-ceremony-containt {
    width: 100%;
  }
}

.events-hero-bg {
  max-height: inherit;
}

.events-hero-bg .hero-header-in {
  padding-top: 50px;
}

.events-hero-bg .hero-header-in .hero-header-img {
  order: 1;
  width: 40%;
  padding-right: 15px;
}

.events-hero-bg .hero-header-in .hero-header-img img {
  box-shadow: 15px 15px 0px 0px #D6E27C;
}

.events-hero-bg .hero-header-in .hero-header-container {
  order: 0;
  width: 40%;
}

.events-hero-bg .hero-header-in .hero-header-container .h2 {
  margin-bottom: 15px;
  margin-top: 40px;
}

.loading-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  justify-content: center;
  text-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}

.loading-overlay .fa-spinner {
  font-size: 40px;
  color: #ffffff;
  margin-top: 20%;
}

.events-containts-section .extra-top-padding {
  padding-top: 8%;
}

.events-containts-section .events-containts .events-calender {
  width: 68%;
}

.events-containts-section .events-containts .events-calender .table thead tr {
  border-bottom: 0px solid #979797;
}

.events-containts-section .events-containts .events-calender .table thead tr th {
  padding: 10px 10px 30px 10px;
  font-family: "Didact Gothic";
  color: #42423b;
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.events-containts-section .events-containts .events-calender .table tbody tr {
  border-bottom: 1px solid #979797;
}

.events-containts-section .events-containts .events-calender .table tbody tr th, .events-containts-section .events-containts .events-calender .table tbody tr td {
  border-left: 1px solid #979797;
  padding: 10px;
  font-family: "Didact Gothic";
  color: #42423b;
  font-size: 15px;
  height: 98px;
}

.events-containts-section .events-containts .events-calender .table tbody tr th:first-child, .events-containts-section .events-containts .events-calender .table tbody tr td:first-child {
  border-left: 0px solid #979797;
}

.events-containts-section .events-containts .events-calender .table tbody tr th .highlighted-events, .events-containts-section .events-containts .events-calender .table tbody tr td .highlighted-events {
  background-color: #ec1a76;
  padding: 8px 8px;
  margin: 5px 0px;
  display: block;
  width: 10%;
  border-radius: 20px;
  position: relative;
}

.events-containts-section .events-containts .events-calender .table tbody tr th .highlighted-events.connected, .events-containts-section .events-containts .events-calender .table tbody tr td .highlighted-events.connected {
  width: 137%;
}

.events-containts-section .events-containts .events-calender .table tbody tr th .calender-date, .events-containts-section .events-containts .events-calender .table tbody tr td .calender-date {
  display: block;
}

.events-containts-section .events-containts .events-calender .table tbody tr td.bg-info {
  background-color: #edebe6;
}

.events-containts-section .events-containts .events-calender .table tbody tr td:last-child .highlighted-events.connected {
  width: 100%;
}

.events-containts-section .events-containts .events-calender .table tbody tr:last-child {
  border-bottom: 0px solid #979797 !important;
}

.events-containts-section .events-containts .events-calender .table tbody tr td.end-event .highlighted-events.connected {
  width: 100% !important;
}

.events-containts-section .events-containts .events-of-the-month {
  width: 27%;
}

.events-containts-section .events-containts .events-of-the-month .month-events-items .month-events-item {
  margin-top: 40px;
  bottom: 10px;
}

.events-containts-section .events-containts .events-of-the-month .month-events-items .month-events-item .btn-brand-alt {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 12px;
}

.events-containts-section .events-containts .events-of-the-month .month-events-items .month-events-item p {
  line-height: 1.43;
}

.events-containts-section .events-containts .events-of-the-month .month-events-items .month-events-item:first-child {
  margin-top: 5px;
}

.calendar-of-events label {
  margin-right: 5px;
}

.calendar-of-events select {
  width: auto;
  min-width: 110px;
  margin-bottom: 0.375em;
  margin-left: 10px;
}

.calendar-of-events select:first-child {
  margin-left: 0px;
}

.addeventatc {
  background-color: #D6E27C !important;
  color: #42423b !important;
  font-family: "Didact Gothic" !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 1;
  text-align: center;
  padding: 0.80em 1.45em 0.8em 1.45em;
  -webkit-font-smoothing: antialiased;
  border-radius: 8px !important;
  box-shadow: none !important;
  border: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  position: relative;
  z-index: 1 !important;
}

.addeventatc:hover, .addeventatc:focus {
  background-color: #D6E27C !important;
  color: #42423b !important;
}

.individual-event-containts .back-link {
  margin-top: 30px;
  margin-bottom: 30px;
}

.individual-event-containts .individual-event-details {
  width: 100%;
  margin-bottom: 50px;
  display: inline-block;
}

.individual-event-containts .individual-event-details .event-date-time {
  max-width: 600px;
  width: 100%;
}

.individual-event-containts .individual-event-details .event-date-time ul li {
  margin: 5px 0px;
}

.individual-event-containts .individual-event-details .event-date-time ul li label {
  min-width: 80px;
  margin-right: 15px;
}

.individual-event-containts .individual-event-details .event-date-time .button-group {
  max-width: 195px;
}

.individual-event-containts .individual-event-details .event-date-time .button-group .btn-brand-alt {
  margin: 6px 0px;
}

.individual-event-containts .individual-event-text img {
  float: right;
  margin-left: 40px;
  margin-bottom: 15px;
  max-width: 33%;
}

@media screen and (max-width: 1024px) {
  .events-containts-section .events-containts .events-calender .table tbody tr th .highlighted-events.connected, .events-containts-section .events-containts .events-calender .table tbody tr td .highlighted-events.connected {
    width: 148%;
  }
}

@media screen and (max-width: 768px) {
  .events-containts-section .events-containts .events-calender .table tbody tr th .highlighted-events.connected, .events-containts-section .events-containts .events-calender .table tbody tr td .highlighted-events.connected {
    width: 163%;
  }
}

@media screen and (max-width: 767px) {
  .individual-event-containts .individual-event-text img {
    max-width: 40%;
  }
}

@media screen and (max-width: 667px) {
  .events-containts-section .events-containts .events-calender .table tbody tr th .highlighted-events.connected, .events-containts-section .events-containts .events-calender .table tbody tr td .highlighted-events.connected {
    width: 100%;
  }
  .events-containts-section .events-containts .events-calender .table tbody tr td:last-child .highlighted-events.connected {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .events-hero-bg .hero-header-in .hero-header-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .events-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
  }
  .events-containts-section .events-containts .events-calender {
    width: 100%;
  }
  .events-containts-section .events-containts .events-calender .table thead tr {
    border-bottom: 0px solid #979797;
  }
  .events-containts-section .events-containts .events-calender .table tbody tr {
    border-bottom: 0px solid #979797;
  }
  .events-containts-section .events-containts .events-calender .table tbody tr th, .events-containts-section .events-containts .events-calender .table tbody tr td {
    border-left: 0px solid #979797;
    padding: 7px;
    height: 54px;
    border-radius: 8px;
    text-align: center;
  }
  .events-containts-section .events-containts .events-calender .table tbody tr th .highlighted-events, .events-containts-section .events-containts .events-calender .table tbody tr td .highlighted-events {
    background-color: #ec1a76;
    padding: 0px;
    margin: 5px 0px;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
  }
  .events-containts-section .events-containts .events-calender .table tbody tr th .highlighted-events.connected, .events-containts-section .events-containts .events-calender .table tbody tr td .highlighted-events.connected {
    width: 160%;
  }
  .events-containts-section .events-containts .events-calender .table tbody tr th .calender-date, .events-containts-section .events-containts .events-calender .table tbody tr td .calender-date {
    text-align: center;
  }
  .events-containts-section .events-containts .events-calender .table tbody tr td:last-child .highlighted-events.connected {
    width: 160%;
  }
  .events-containts-section .events-containts .events-calender .table tbody tr td.end-event .highlighted-events.connected {
    width: 160% !important;
  }
  .events-containts-section .events-containts .events-of-the-month {
    width: 100%;
    margin-top: 30px;
  }
  .calendar-of-events label {
    margin-right: 2px;
  }
  .calendar-of-events select {
    margin-left: 7px;
  }
}

@media screen and (max-width: 480px) {
  .events-containts-section {
    padding: 100px 0;
  }
  .individual-event-containts .back-link {
    margin-bottom: 5px;
  }
  .individual-event-containts .individual-event-details {
    margin-bottom: 30px;
  }
  .individual-event-containts .individual-event-details .event-date-time ul {
    width: 100%;
  }
  .individual-event-containts .individual-event-details .event-date-time .button-group {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
  }
  .individual-event-containts .individual-event-details .event-date-time .button-group .btn-brand-alt {
    width: auto !important;
    padding: 0.45em 1.2em 0.6em 1.2em;
  }
  .individual-event-containts .individual-event-details .event-date-time .button-group .btn-brand-alt:first-child {
    margin-right: 5px;
  }
  .individual-event-containts .individual-event-text img {
    float: none;
    max-width: 100%;
    margin-left: 0px;
    margin-bottom: 20px;
  }
  .calendar-of-events select#filterby {
    width: 80%;
  }
  .calendar-of-events label {
    width: 100%;
    text-align: center;
  }
}

.speaker-hero-bg .hero-header-in .hero-header-img {
  order: 1;
  width: 47%;
  padding-right: 15px;
}

.speaker-hero-bg .hero-header-in .hero-header-img img {
  box-shadow: 15px 15px 0px 0px #D6E27C;
}

.speaker-hero-bg .hero-header-in .hero-header-container {
  order: 0;
  width: 47%;
}

.speaker-hero-bg .hero-header-in .hero-header-container .h2 {
  margin-bottom: 15px;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item {
  margin-top: 5%;
  padding-top: 112px;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img {
  width: 20%;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img .speaker-listing-img-bg {
  width: 100%;
  height: 300px;
  background-size: cover !important;
  background-position: center top !important;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt {
  width: 76%;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt .speaker-presentation-items {
  margin-top: 15px;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt .speaker-presentation-items li {
  width: 100%;
  background-color: #edebe6;
  padding: 7px 15px 7px 32px;
  border: 1px solid #edebe6;
  margin-top: 10px;
  font-weight: 600;
  position: relative;
  line-height: normal;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt .speaker-presentation-items li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333;
  top: 15px;
  left: 15px;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt .speaker-presentation-items li:hover {
  color: #42423b;
  border: 1px solid #979797;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt .btn-brand-alt {
  margin-top: 10px;
}

.speaker-listing-section .speaker-listing-items .speaker-listing-item:first-child {
  margin-top: 0px;
}

@media screen and (max-width: 1024px) {
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img {
    width: 25%;
  }
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt {
    width: 71%;
  }
}

@media screen and (max-width: 860px) {
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img {
    width: 30%;
  }
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt {
    width: 66%;
  }
}

@media screen and (max-width: 640px) {
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img {
    width: 36%;
  }
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt {
    width: 60%;
  }
}

@media screen and (max-width: 575px) {
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img, .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-containt {
    width: 100%;
  }
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img {
    margin-bottom: 20px;
  }
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img .speaker-listing-img-bg {
    height: 400px;
    background-position: center center !important;
  }
}

@media screen and (max-width: 480px) {
  .speaker-listing-section .speaker-listing-items .speaker-listing-item {
    margin-top: 30px;
  }
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img {
    margin-bottom: 10px;
  }
  .speaker-listing-section .speaker-listing-items .speaker-listing-item:first-child {
    margin-top: 0px;
  }
  .speaker-listing-section .speaker-listing-items .resource-listing-item .speaker-listing-containt h5 {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 375px) {
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img .speaker-listing-img-bg {
    height: 350px;
  }
}

@media screen and (max-width: 360px) {
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img .speaker-listing-img-bg {
    height: 320px;
  }
}

@media screen and (max-width: 320px) {
  .speaker-listing-section .speaker-listing-items .speaker-listing-item .speaker-listing-img .speaker-listing-img-bg {
    height: 300px;
  }
}

.single-presentation .single-presentation-in {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.single-presentation .single-presentation-in .single-presentation-img {
  width: 47%;
  padding-right: 15px;
}

.single-presentation .single-presentation-in .single-presentation-img img {
  box-shadow: 15px 15px 0px 0px #42423b;
}

.single-presentation .single-presentation-in .single-presentation-description {
  width: 47%;
}

.single-presentation .single-presentation-in .single-presentation-description .h3 {
  margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
  .single-presentation .single-presentation-in .single-presentation-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-presentation .single-presentation-in .single-presentation-description {
    width: 100%;
  }
}

.topics-section {
  padding: 0;
}

.page-template-brand {
  background-color: #edebe6;
}

.page-template-brand .site-header.site-header-nobg.sticky-header {
  display: none;
  background: #edebe6;
  box-shadow: none !important;
}

.page-template-brand .scrollcontainer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-color: #edebe6;
}

.page-template-brand .scrollcontainer .panel {
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 20px;
  background-color: #edebe6;
  counter-increment: number;
}

.page-template-brand .scrollcontainer .panel.nobg {
  background-color: transparent;
}

.page-template-brand .mw550 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.page-template-brand .panel-nine {
  background: linear-gradient(130deg, #5A3D97, #00B2CB, #D6E27C, #FFC546, #F26E56, #EC1A76, #5A3);
  background-size: 400% 400%;
  -webkit-animation: gradient 10s ease infinite;
          animation: gradient 10s ease infinite;
}

.page-template-brand .brain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-template-brand .brain .textoverlay {
  position: absolute;
}

.page-template-brand .bars {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: center;
  max-width: 1060px;
  margin: 0 auto;
}

.page-template-brand .bars .bar {
  margin: 0 0 0 8px;
}

.page-template-brand .type-cols {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  text-align: center;
  margin-top: 20px;
}

.page-template-brand .type-cols .typehead {
  display: block;
  width: 100%;
  line-height: 100%;
  margin: 0 auto 20px auto;
  padding-bottom: 15px;
  border-bottom: 2px solid #42423b;
}

.page-template-brand .type-cols .alphabet {
  line-height: 150%;
  font-size: 1.25vw;
}

.font-serif {
  font-family: "CabernetJFPro" !important;
}

.font-sans {
  font-family: "Didact Gothic" !important;
}

.font-mono {
  font-family: "Courier Prime", monospace !important;
}

.donation-hero-header {
  max-height: 800px;
  background-blend-mode: multiply;
  background-color: #eb1a76 !important;
}

.donation-hero-header:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(235, 26, 118, 0.8);
}

.donate-by-check-section .donation-address {
  padding: 15px;
  border: 1px solid #edebe6;
  background-color: #F26E56;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  max-width: 400px;
  width: 100%;
  margin: 20px auto;
  line-height: normal;
}

.donate-by-check-section .donation-items {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #edebe6;
  background-color: #FFC546;
  -webkit-animation: gradient 25s ease infinite;
  animation: gradient 15s ease infinite;
  max-width: 400px;
  width: 100%;
  margin: auto;
}

.donate-by-check-section .donation-items .h6 {
  margin-bottom: 15px;
}

.donate-by-check-section .donation-items ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 3px 0px;
}

.donate-by-check-section .donation-items ul li label {
  width: 200px;
  text-align: right;
  margin-right: 1%;
  margin-bottom: 0px;
}

.donate-by-check-section .donation-items ul li span {
  width: 160px;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  margin-top: 2px;
}

.donation-form {
  max-width: 700px;
  margin: 15px auto;
}

@media screen and (max-width: 640px) {
  .donation-hero-header {
    background-blend-mode: normal;
    background-color: white !important;
  }
  .donation-hero-header:before {
    content: none;
  }
  .donation-mobile-hero-header-img {
    background-blend-mode: multiply;
    background-color: #eb1a76 !important;
  }
  .donation-mobile-hero-header-img img {
    vertical-align: middle;
  }
  .donation-mobile-hero-header-img:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(235, 26, 118, 0.8);
  }
}

@media screen and (max-width: 480px) {
  .donate-by-check-section .donation-items ul li {
    justify-content: flex-start;
  }
  .donate-by-check-section .donation-items ul li label {
    width: 190px;
  }
  .donate-by-check-section .donation-items ul li span {
    width: 90px;
  }
}

.ahh-hero-bg {
  background: linear-gradient(60deg, #5C3D97, #E31C78);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  min-height: 500px;
  max-height: 800px;
  overflow-x: hidden;
}

.ahh-hero-bg .hero-header-in .hero-header-img {
  order: 1;
  width: 47%;
  padding-right: 15px;
}

.ahh-hero-bg .hero-header-in .hero-header-img img {
  box-shadow: 15px 15px 0px 0px #42423b;
}

.ahh-hero-bg .hero-header-in .hero-header-container {
  order: 0;
  width: 47%;
}

.ahh-hero-bg .hero-header-in .hero-header-container .h3 {
  margin-bottom: 15px;
}

.ahh-containt-section .ahh-containt-in .ahh-containt-col {
  width: 100%;
}

.ahh-containt-section .ahh-containt-in .ahh-containt-col ul {
  -moz-column-count: 2;
       column-count: 2;
}

.ahh-containt-section .ahh-containt-in .ahh-containt-col ul li {
  width: 96%;
}

@media screen and (max-width: 640px) {
  .ahh-hero-bg .hero-header-in .hero-header-img {
    width: 100%;
    margin-bottom: 15px;
  }
  .ahh-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
  }
  .ahh-containt-section .ahh-containt-in .ahh-containt-col {
    width: 100%;
  }
  .ahh-containt-section .ahh-containt-in .ahh-containt-col ul {
    -moz-column-count: auto;
         column-count: auto;
  }
  .ahh-containt-section .ahh-containt-in .ahh-containt-col ul li {
    width: 100%;
  }
}

.captivate-podcast {
  padding-top: 150px;
}

.newsroom-hero-bg {
  max-height: 800px;
  background: linear-gradient(45deg, #FFC546, #F26E56);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  min-height: 500px;
  overflow-x: hidden;
  max-height: 800px;
  background-blend-mode: multiply;
}

.newsroom-hero-bg:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.newsroom-hero-bg .hero-header-in .hero-header-img {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
}

.newsroom-hero-bg .hero-header-in .hero-header-img .newsroom-guy-img {
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto 0px auto;
  width: 100%;
}

.newsroom-hero-bg .hero-header-in .hero-header-container {
  width: 52%;
}

.select-event-dropdown {
  max-width: 520px;
  margin-bottom: 0px;
}

.select-event-dropdown select {
  border: 1px solid #979797;
}

.newsroom-listing-section .events-listing-items .line-btw-title-news {
  border-bottom: 1px solid #42423b;
}

.newsroom-listing-section .events-listing-items .events-listing-item {
  padding: 20px;
}

.newsroom-listing-section .events-listing-items .events-listing-item .events-listing-img {
  width: 25%;
}

.newsroom-listing-section .events-listing-items .events-listing-item .events-listing-containt {
  width: 71%;
}

.newsroom-listing-section .events-listing-items .events-listing-item .events-listing-containt .newsroom-title {
  align-items: start;
}

.newsroom-listing-section .events-listing-items .events-listing-item .events-listing-containt .newsroom-title .cat-filter-btn:last-child {
  margin-right: 0 !important;
}

.newsroom-listing-section .events-listing-items .events-listing-item .events-listing-containt .text-deco-none {
  text-decoration: none !important;
}

.newsroom-listing-section .events-listing-items .events-listing-item .events-listing-containt .btn-brand-alt {
  margin-top: 10px;
}

.newsroom-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-location, .newsroom-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-date, .newsroom-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-slug {
  font-family: "Didact Gothic";
}

.newsroom-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-slug {
  white-space: nowrap;
}

.newsroom-listing-section .events-listing-items .events-listing-item:first-child {
  padding-top: 0px;
}

.newsroom-listing-section .events-listing-items .resource-listing-item {
  padding-top: 20px !important;
  margin-top: 20px;
  border-top: 1px solid #edebe6 !important;
  width: 48%;
}

.newsroom-listing-section .events-listing-items .resource-listing-item .events-listing-containt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.newsroom-listing-section .events-listing-items .resource-listing-item .events-listing-containt h5 {
  text-align: left;
  margin-left: 0;
  margin-bottom: 5px;
  margin-right: auto;
  width: calc(100% - 150px);
}

.episode-items .cfm-episode-wrap {
  padding: 15px 0px;
}

.episode-items .cfm-episode-wrap .cfm-episode-title h2 {
  font-size: 20px;
}

.episode-items .cfm-episodes-pagination {
  padding: 10px 15px 0px 15px;
}

.episode-items .cfm-episodes-pagination .pagination h2.screen-reader-text {
  font-size: 20px;
  margin-bottom: 15px;
}

.episode-items .cfm-episodes-pagination .pagination .nav-links {
  margin-top: 5px;
  display: inline-block;
}

.episode-items .cfm-episodes-pagination .pagination .nav-links a {
  background-color: #42423b;
  border-radius: 8px;
  color: #ffffff;
  padding: 6px 11px;
  text-decoration: none;
}

.episode-items .cfm-episodes-pagination .pagination .nav-links a:hover {
  background-color: #D6E27C;
  color: #42423b;
}

.episode-items .cfm-episodes-pagination .pagination .nav-links span.current {
  background: linear-gradient(to right, #F26E56, #FFC546);
  border-radius: 8px;
  color: #42423b;
  font-weight: 600;
  padding: 6px 11px;
  text-decoration: none;
}

#loading-image .h-screen {
  height: 100vh;
}

#loading-image .w-full {
  width: 100%;
}

#loading-image .flex {
  display: flex;
}

#loading-image .items-center {
  align-items: center;
}

#loading-image .justify-center {
  justify-content: center;
}

#loading-image .loading-overlay {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #ffffff;
  font-size: 2.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .newsroom-hero-header {
    background-blend-mode: multiply;
    background: linear-gradient(45deg, #FFC546, #F26E56);
  }
  .newsroom-hero-header:before {
    content: none;
  }
  .newsroom-mobile-hero-header-img {
    background-blend-mode: multiply;
    background: linear-gradient(45deg, #FFC546, #F26E56);
  }
  .newsroom-mobile-hero-header-img img {
    vertical-align: middle;
    width: 100%;
  }
  .newsroom-mobile-hero-header-img:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .newsroom-hero-bg .hero-header-in .hero-header-img {
    width: 100%;
    order: 1;
  }
  .newsroom-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
    order: 0;
  }
  .newsroom-listing-section .events-listing-items .line-btw-title-news {
    border-bottom: 1px solid #42423b;
  }
  .newsroom-listing-section .events-listing-items .events-listing-item {
    padding: 20px;
  }
  .newsroom-listing-section .events-listing-items .events-listing-item .events-listing-img {
    width: 100%;
    padding-bottom: 10px;
  }
  .newsroom-listing-section .events-listing-items .events-listing-containt {
    width: 100% !important;
  }
  .newsroom-listing-section .events-listing-items .events-listing-containt .newsroom-title {
    align-items: start;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .newsroom-listing-section .events-listing-items .events-listing-containt .newsroom-title .cat-filter-btn {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .newsroom-listing-section .events-listing-items .events-listing-containt a.text-deco-none {
    text-decoration: none !important;
    width: 100% !important;
  }
  .newsroom-listing-section .events-listing-items .events-listing-containt .btn-brand-alt {
    margin-top: 10px;
  }
  .newsroom-listing-section .events-listing-items .events-listing-containt .news-location, .newsroom-listing-section .events-listing-items .events-listing-containt .news-date, .newsroom-listing-section .events-listing-items .events-listing-containt .news-slug {
    font-family: "Didact Gothic";
  }
  .newsroom-listing-section .events-listing-items .events-listing-containt .news-location, .newsroom-listing-section .events-listing-items .events-listing-containt .news-date {
    width: 45% !important;
  }
  .newsroom-listing-section .events-listing-items .events-listing-containt .news-slug {
    white-space: nowrap;
  }
}

.single-news-hero-header-section {
  min-height: 570px;
  overflow: hidden;
}

.single-news-hero-header-section .hero-header-in {
  padding-top: 100px;
  height: 100%;
  max-height: 1200px;
}

.single-news-hero-header-section .hero-header-in .hero-header-img {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-items: flex-end;
}

.single-news-hero-header-section .hero-header-in .hero-header-img .animated-layers {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.single-news-hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer1 {
  left: 0px;
  width: auto;
  text-align: left;
  margin-top: -30vh;
}

.single-news-hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer1 img {
  margin-left: -20px;
}

.single-news-hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer2 {
  width: auto;
  text-align: right;
  right: 5%;
  margin-top: -35%;
}

.single-news-hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer2 img {
  margin-right: -15px;
}

.single-news-hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer3 {
  width: auto;
  text-align: left;
  left: 0px;
  margin-top: -22%;
}

.single-news-hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer4 {
  width: auto;
  text-align: right;
  right: 45px;
  margin-right: 0px;
  margin-top: 10vh;
}

.single-news-hero-header-section .hero-header-in .hero-header-img .animated-layers .hero-animated-layer5 {
  width: auto;
  left: -0px;
  margin-bottom: -190px;
  z-index: 1;
}

.single-news-hero-header-section .hero-header-in .hero-header-img .hero-lady-img {
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto 0px auto;
  width: 100%;
}

.single-news-hero-header-section .hero-header-in .hero-header-container {
  width: 52%;
}

.single-news-hero-header-section .hero-header-in .hero-header-container .btn-brand-alt, .single-news-hero-header-section .hero-header-in .hero-header-container .btn-brand-pink {
  margin-top: 15px;
}

.single-newsroom-post .hero-header-in .hero-header-text-in.width-eighty {
  width: 80%;
}

.single-newsroom-post .hero-header-in .hero-header-text-in.width-eighty .news-location, .single-newsroom-post .hero-header-in .hero-header-text-in.width-eighty .news-date, .single-newsroom-post .hero-header-in .hero-header-text-in.width-eighty .news-slug {
  font-family: "Didact Gothic";
}

.single-newsroom-post .hero-header-in .hero-header-text-in.width-eighty .news-slug {
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}

.single-newsroom-post .hero-header-in .hero-header-text-in.width-eighty .news-sub-heading {
  font-weight: bold;
  font-size: 20px;
}

.single-news-item-section .container-md .news-image {
  margin-top: -8rem;
  max-width: 70%;
}

.single-news-item-section .container-md .single-news-content ul, .single-news-item-section .container-md .single-news-content ol {
  list-style-type: inherit;
  padding-left: 3.5%;
  margin: 1em 0 1em 0;
}

.recommended-articles-section .container-md .line-btw-title-news {
  border-bottom: 1px solid #42423b;
}

.recommended-articles-section .container-md .grid.gap-x-35 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

.recommended-articles-section .container-md .grid.gap-x-35 .single-recommend {
  padding: 15px;
}

.recommended-articles-section .container-md .grid.gap-x-35 .single-recommend a {
  text-decoration: none !important;
}

.recommended-articles-section .container-md .grid.gap-x-35 .single-recommend .news-location {
  font-family: "Didact Gothic";
  font-size: 20px;
}

.recommended-articles-section .container-md .grid.gap-x-35 .single-recommend .news-date {
  font-family: "Didact Gothic";
  color: #979797;
}

@media screen and (max-width: 767px) {
  .single-news-item-section .container-md .news-image {
    margin-top: -5rem;
    max-width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .individual-event-containts .individual-event-text .buttons-section a:first-child {
    margin-bottom: 1em;
  }
  .individual-event-containts .individual-event-details .event-date-time .button-group .addeventatc {
    width: 50% !important;
  }
  .individual-event-containts .individual-event-details .event-date-time .button-group a {
    margin-left: 10px !important;
    width: 50% !important;
    padding: 0.8em 1.45em !important;
  }
}

.healing-history-hero-bg {
  max-height: 800px;
  background: linear-gradient(45deg, #FFC546, #F26E56);
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  min-height: 500px;
  overflow-x: hidden;
  max-height: 800px;
  background-blend-mode: multiply;
}

.healing-history-hero-bg:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.healing-history-hero-bg .hero-header-in .hero-header-img {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
}

.healing-history-hero-bg .hero-header-in .hero-header-img .newsroom-guy-img {
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto 0px auto;
  width: 100%;
}

.healing-history-hero-bg .hero-header-in .hero-header-container {
  width: 488px;
}

.healing-history-hero-bg .container {
  max-width: 1670px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.healing-history-testimonials {
  border-left: 5px solid #ec1a76;
  margin: 0;
  padding-left: 25px;
}

.partner-spotlight .partner-spotlight-video {
  width: 40%;
  margin-right: 4%;
}

.partner-spotlight .partner-spotlight-video .responsive-video {
  padding-top: 58.25%;
}

.partner-spotlight .partner-spotlight-video p {
  line-height: normal;
}

.partner-spotlight .partner-spotlight-containt {
  width: 50%;
}

.wallace-house-partner {
  max-width: 684px;
  margin-left: 10px;
  -moz-column-gap: 6%;
       column-gap: 6%;
  row-gap: 1px;
}

.wallace-house-partner li:nth-child(odd) {
  max-width: 350px;
  width: 100%;
}

.wallace-house-partner li:nth-child(even) {
  max-width: 260px;
  width: 100%;
}

.founding-partners-section .founding-partners-items .founding-partners-item {
  width: 33.3333%;
  padding: 2%;
}

.founding-partners-section .founding-partners-items .founding-partners-item img {
  max-height: 148px;
  max-width: 74%;
  margin: auto;
}

@media screen and (min-width: 1700px) {
  .wallace-house-partner {
    max-width: 736px;
  }
  .wallace-house-partner li:nth-child(odd) {
    max-width: 350px;
    width: 100%;
  }
  .wallace-house-partner li:nth-child(even) {
    max-width: 260px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .healing-history-testimonials {
    padding-left: 15px;
  }
  .partner-spotlight .partner-spotlight-video {
    width: 45%;
  }
  .partner-spotlight .partner-spotlight-containt {
    width: 45%;
  }
  .wallace-house-partner li:nth-child(odd) {
    grid-column: span 10 / span 10;
  }
  .wallace-house-partner li:nth-child(even) {
    grid-column: span 10 / span 10;
  }
  .intrigued-join-us .col-44 {
    width: 48%;
  }
  .founding-partners-section .founding-partners-items .founding-partners-item img {
    max-height: 120px;
    max-width: 88%;
  }
}

@media screen and (max-width: 640px) {
  .partner-spotlight .partner-spotlight-video {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .partner-spotlight .partner-spotlight-containt {
    width: 100%;
  }
  .intrigued-join-us {
    text-align: center;
  }
  .intrigued-join-us .col-44 {
    width: 100%;
    margin-top: 3%;
  }
  .intrigued-join-us .col-44:first-child {
    margin-top: 0px;
  }
  .additional-resources {
    text-align: center;
  }
  .founding-partners-section .founding-partners-items .founding-partners-item img {
    max-height: 100px;
  }
  .healing-history-hero-bg .hero-header-in .hero-header-img {
    width: 100%;
    order: 1;
  }
  .healing-history-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
    order: 0;
  }
  .healing-history-hero-header {
    background-blend-mode: multiply;
    background: linear-gradient(45deg, #FFC546, #F26E56);
  }
  .healing-history-hero-header:before {
    content: none;
  }
  .healing-history-mobile-hero-header-img {
    background-blend-mode: multiply;
    background: linear-gradient(45deg, #FFC546, #F26E56);
  }
  .healing-history-mobile-hero-header-img img {
    vertical-align: middle;
  }
  .healing-history-mobile-hero-header-img:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .founding-partners-section .founding-partners-items .founding-partners-item {
    width: 50%;
    padding: 2% 4%;
  }
  .founding-partners-section .founding-partners-items .founding-partners-item img {
    max-height: 90px;
    max-width: 88%;
  }
  .before-footer-logo {
    max-width: 80%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 375px) {
  .founding-partners-section .founding-partners-items .founding-partners-item {
    width: 50%;
    padding: 2% 4%;
  }
  .founding-partners-section .founding-partners-items .founding-partners-item img {
    max-height: 70px;
    max-width: 88%;
  }
}

.about-encyclopedia .encyclopedia-count {
  display: block;
}

.about-encyclopedia .encyclopedia-count h2 {
  margin-bottom: 10px;
}

.encyclopedia-buttons {
  text-align: center;
}

.encyclopedia-buttons .btn-default {
  min-width: 150px;
  margin-left: 0.2em;
  margin-right: 0.2em;
}

@media screen and (min-width: 480px) {
  .encyclopedia-buttons {
    text-align: center;
  }
  .encyclopedia-buttons .btn-default {
    min-width: 162px;
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
}

@media screen and (min-width: 641px) {
  .encyclopedia-header {
    max-height: 800px;
  }
  .about-encyclopedia {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .about-encyclopedia .encyclopedia-count {
    width: 30%;
  }
  .encyclopedia-buttons {
    text-align: left;
  }
  .encyclopedia-buttons .btn-default {
    min-width: 182px;
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 640px) {
  .encyclopedia-header .hero-header-container {
    margin-bottom: 0px !important;
  }
  .EoA-logo {
    text-align: center;
  }
}

.myStory-hero-bg {
  background: linear-gradient(45deg, #FFC546, #F26E56);
  background-size: cover !important;
  -webkit-animation: none;
  animation: none;
  min-height: 500px;
  overflow-x: hidden;
  max-height: 100vh;
  background-blend-mode: multiply;
}

.myStory-hero-bg:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.myStory-hero-bg .hero-header-in .hero-header-img {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
}

.myStory-hero-bg .hero-header-in .hero-header-img .newsroom-guy-img {
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto 0px auto;
  width: 100%;
}

.myStory-hero-bg .hero-header-in .hero-header-container {
  width: 46%;
}

.select-event-dropdown {
  max-width: 520px;
  margin-bottom: 0px;
}

.select-event-dropdown select {
  border: 1px solid #979797;
}

.myStory-listing-section .events-listing-items .line-btw-title-news {
  border-bottom: 1px solid #42423b;
}

.myStory-listing-section .events-listing-items .events-listing-item {
  padding: 20px;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-img {
  width: 28%;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-img img {
  vertical-align: middle;
  position: relative;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: -10px;
  bottom: -10px;
  background: var(--Gradient, linear-gradient(225deg, #ec1a76 -15.59%, #7C3097 120.2%));
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt {
  width: 68%;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .myStory-title {
  align-items: start;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .myStory-title h4 {
  font-size: 1.88rem;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .myStory-title .stories-filter-btn {
  border: 1px solid #42423b;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .myStory-title .stories-filter-btn:last-child {
  margin-right: 0 !important;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt p.h6 {
  font-size: 20px;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .text-deco-none {
  text-decoration: none !important;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .btn-brand-alt {
  margin-top: 10px;
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-location, .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-date, .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-slug {
  font-family: "Didact Gothic";
}

.myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-slug {
  white-space: nowrap;
}

.myStory-listing-section .events-listing-items .events-listing-item:first-child {
  padding-top: 0px;
}

.myStory-listing-section .events-listing-items .resource-listing-item {
  padding-top: 20px !important;
  margin-top: 20px;
  border-top: 1px solid #edebe6 !important;
  width: 48%;
}

.myStory-listing-section .events-listing-items .resource-listing-item .events-listing-containt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.myStory-listing-section .events-listing-items .resource-listing-item .events-listing-containt h5 {
  text-align: left;
  margin-left: 0;
  margin-bottom: 5px;
  margin-right: auto;
  width: calc(100% - 150px);
}

.story-sort-by label {
  min-width: 90px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .myStory-title {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .page-template-my-alabama-story .wrapper-navbar .navbar .container .header-logo .navbar-brand img {
    -webkit-filter: invert(0.8);
            filter: invert(0.8);
  }
  .page-template-my-alabama-story .wrapper-navbar .navbar-toggler span {
    background-color: #42423b;
  }
  .myStory-hero-bg {
    background-blend-mode: multiply;
    background: linear-gradient(45deg, #FFC546, #F26E56);
    min-height: 50px;
    height: auto;
  }
  .myStory-hero-bg:before {
    content: none;
  }
  .myStory-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
    order: 0;
  }
  .myStory-hero-bg .hero-header-in .hero-header-img {
    width: 100%;
    order: 1;
    display: none;
  }
  .myStory-mobile-hero-header-img {
    background-blend-mode: multiply;
    background: linear-gradient(45deg, #FFC546, #F26E56);
  }
  .myStory-mobile-hero-header-img img {
    vertical-align: middle;
  }
  .myStory-mobile-hero-header-img:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .myStory-listing-section .myStory-listing-header {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .myStory-listing-section .myStory-listing-header h4 {
    width: 100%;
    order: 1;
    margin-bottom: 5px;
  }
  .myStory-listing-section .myStory-listing-header .story-sort-by {
    order: 0;
    width: 100%;
    margin-bottom: 25px;
  }
  .myStory-listing-section .events-listing-items .line-btw-title-news {
    border-bottom: 1px solid #42423b;
  }
  .myStory-listing-section .events-listing-items .events-listing-item {
    padding: 0px;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-img {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-img:before {
    content: none;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt {
    width: 100% !important;
    padding: 20px;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .myStory-title {
    align-items: start;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 5px;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .myStory-title h4 {
    font-size: 1.5rem;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .myStory-title .stories-filter-btn {
    display: none;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt a.text-deco-none {
    text-decoration: none !important;
    width: 100% !important;
    padding-bottom: 10px;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .btn-brand-alt {
    margin-top: 10px;
    padding: 0.65em 1.4em 0.80em 1.4em;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-location, .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-date, .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-slug {
    font-family: "Didact Gothic";
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-location, .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-date {
    width: 45% !important;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt .news-slug {
    white-space: nowrap;
  }
}

@media screen and (max-width: 640px) {
  .myStory-hero-bg {
    padding-bottom: 20px !important;
  }
  .myStory-listing-section .events-listing-items .events-listing-item .events-listing-containt p.h6 {
    font-size: 18px;
  }
}

.aha-50-hero-bg {
  background: linear-gradient(45deg, #FFC546, #F26E56);
  background-size: cover !important;
  -webkit-animation: none;
  animation: none;
  min-height: 500px;
  overflow-x: hidden;
  max-height: 100vh;
  background-blend-mode: multiply;
}

.aha-50-hero-bg:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.aha-50-hero-bg .hero-header-in .hero-header-img {
  width: 42%;
  display: flex;
  flex-wrap: wrap;
}

.aha-50-hero-bg .hero-header-in .hero-header-img .newsroom-guy-img {
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto auto 0px auto;
  width: 100%;
}

.aha-50-hero-bg .hero-header-in .hero-header-container {
  width: 46%;
}

.for-50-years {
  padding: 1.9rem;
  background: var(--Gradient, linear-gradient(225deg, #E31C78 -15.59%, #5C3D97 120.2%));
}

.for-50-years p {
  margin-bottom: 20px;
  font-size: 20px;
}

.for-50-years p:last-child {
  margin-bottom: 0px;
}

.at50-spotlight-section {
  margin-bottom: 2px;
}

.at50-spotlight-section .at50-spotlight {
  -moz-column-gap: 5%;
       column-gap: 5%;
}

.at50-spotlight-section .at50-spotlight .at50-spotlight-video {
  width: 47.5%;
}

.at50-spotlight-section .at50-spotlight .at50-spotlight-video .responsive-video {
  padding-top: 58.25%;
}

.at50-spotlight-section .at50-spotlight .at50-spotlight-video p {
  line-height: normal;
}

.at50-spotlight-section .at50-spotlight .at50-spotlight-containt {
  width: 47.5%;
}

.funding-next-50-years-section .funding-next-50-years {
  -moz-column-gap: 8%;
       column-gap: 8%;
}

.funding-next-50-years-section .funding-next-50-years .funding-next-50-years-containt {
  width: 50%;
}

.funding-next-50-years-section .funding-next-50-years .funding-next-50-years-progress {
  width: 45%;
  padding-left: 1%;
  padding-right: 4%;
}

#thermometer {
  position: relative;
}

#thermometer .track {
  height: 100%;
  top: 0px;
  width: 100%;
  margin: 0 auto;
}

#thermometer .start-price {
  position: absolute;
  left: 0px;
  bottom: -20px;
}

#thermometer .start-price .amount {
  display: inline-block;
  width: 100%;
  padding: 0px;
  color: #333;
  text-align: left;
  font-family: "Didact Gothic";
  z-index: 1;
  margin-left: -45%;
}

#thermometer .progress {
  height: 99%;
  width: 100%;
  position: absolute;
  bottom: 6px;
  left: 0px;
  display: flex;
  align-items: flex-end;
  background-size: auto 100% !important;
  z-index: 1;
}

#thermometer .goal {
  position: absolute;
  bottom: -20px;
  width: auto;
  display: flex;
  height: 100%;
  align-items: flex-end;
  z-index: 1;
  right: 0px;
}

#thermometer .amount {
  display: inline-block;
  width: 100%;
  padding: 0px;
  color: #333;
  text-align: right;
}

#thermometer .goal .amount {
  margin-left: 43%;
}

#thermometer .progress .amount {
  padding: 0px;
  position: absolute;
  color: #000000;
  font-size: 1.2rem;
  right: -2.5rem;
  width: auto;
  font-family: "CabernetJFPro";
  margin-bottom: -55px;
}

#thermometer .progress:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 65px;
  background-color: #42423b;
  right: 0px;
  bottom: -6px;
  opacity: 0.3;
}

.champions-humanities-carousel .owl-stage-outer {
  padding-top: 8px;
  padding-bottom: 8px;
}

.champions-humanities-carousel .owl-stage-outer .owl-stage {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.champions-humanities-carousel .owl-stage-outer .owl-item {
  padding-left: 8px;
  padding-right: 8px;
}

.champions-humanities-carousel .owl-stage-outer .owl-item .item {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.champions-humanities-carousel .owl-stage-outer .owl-item .item a,
.champions-humanities-carousel .owl-stage-outer .owl-item .item span {
  padding: 0;
  display: flex;
  align-items: center;
  height: 100%;
}

.champions-humanities-carousel .owl-stage-outer .owl-item .item a img,
.champions-humanities-carousel .owl-stage-outer .owl-item .item span img {
  max-width: 100%;
  width: auto;
  max-height: 60px;
  margin-left: auto;
  margin-right: auto;
}

.joini-celebration-section {
  -moz-column-gap: 12%;
       column-gap: 12%;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-containt {
  width: 38%;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-slider {
  width: 50%;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-stage-outer .owl-item {
  position: relative;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-stage-outer .owl-item .item {
  position: relative;
  padding-bottom: 15px;
  padding-right: 15px;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-stage-outer .owl-item .item img {
  position: relative;
  z-index: 1;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-stage-outer .owl-item .item:before {
  position: absolute;
  content: "";
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  right: 0px;
  bottom: 0px;
  background: var(--Gradient, linear-gradient(225deg, #ec1a76 -15.59%, #7C3097 120.2%));
  z-index: 0;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-stage-outer .owl-item .item .joini-celebration-item-text {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 11px;
  font-style: italic;
  padding: 6px 12px 5px 12px;
  color: #ffffff;
  background-color: #42423b;
  z-index: 1;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  border: 1px solid #42423b;
  background-color: #ffffff;
  margin: 3px 6px;
}

.joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-dots .owl-dot.active {
  background-color: #42423b;
}

.my-alabama-story-section .my-alabama-story-row {
  padding-bottom: 15px;
  padding-right: 15px;
  position: relative;
}

.my-alabama-story-section .my-alabama-story-row:before {
  position: absolute;
  content: "";
  width: calc(100% - 15px);
  height: calc(100% - 15px);
  right: 0px;
  bottom: 0px;
  background: var(--Gradient, linear-gradient(225deg, #ec1a76 -15.59%, #7C3097 120.2%));
  z-index: 0;
}

.my-alabama-story-section .my-alabama-story-row .my-alabama-story-row-in {
  -moz-column-gap: 0%;
       column-gap: 0%;
  position: relative;
}

.my-alabama-story-section .my-alabama-story-row .my-alabama-story-row-in .my-alabama-story-img {
  width: 48%;
  padding: 2%;
  padding-right: 1%;
}

.my-alabama-story-section .my-alabama-story-row .my-alabama-story-row-in .my-alabama-story-img img {
  vertical-align: middle;
}

.my-alabama-story-section .my-alabama-story-row .my-alabama-story-row-in .my-alabama-story-containt {
  width: 52%;
  padding: 2%;
}

.ppf-section:before {
  position: absolute;
  content: "";
  background-color: #979797;
  width: 100%;
  max-width: 1250px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.ppf-section .ppf-row {
  -moz-column-gap: 14%;
       column-gap: 14%;
}

.ppf-section .ppf-row .ppf-item {
  position: relative;
}

.ppf-section .ppf-row .ppf-item:before {
  position: absolute;
  content: "";
  background-image: url("../../src/images/polygon-arrow.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 7.8% 6.6%;
  background-size: cover;
  left: -34%;
  top: 8%;
}

.ppf-section .ppf-row .ppf-item:first-child:before {
  content: none;
}

.get-social-section {
  -moz-column-gap: 8%;
       column-gap: 8%;
}

.get-social-section .get-social-row .get-social-containt {
  width: 41%;
}

.get-social-section .get-social-row .get-social-containt .get-social-links ul {
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
}

.get-social-section .get-social-row .get-social-containt .get-social-links ul li {
  font-size: 2.2rem;
  color: #42423b;
  margin-left: 0px;
}

.get-social-section .get-social-row .get-social-containt .get-social-links ul li:hover {
  color: #000000;
}

.get-social-section .get-social-row .get-social-gallery {
  width: 50%;
}

.get-social-section .get-social-row .get-social-gallery .get-social-photo-grid {
  display: grid;
  -moz-column-gap: 1.4em;
       column-gap: 1.4em;
  row-gap: 1.4em;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.get-social-section .get-social-row .get-social-gallery .get-social-photo-grid .get-social-photo-item {
  background-repeat: no-repeat !important;
  background-position: center top !important;
  background-size: cover !important;
  padding-top: 70%;
}

.get-social-section .get-social-row .get-social-gallery .get-social-photo-grid .get-social-photo-item img {
  vertical-align: middle;
}

@media screen and (min-width: 280px) {
  .funding-next-50-years-section {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 575px) {
  .funding-next-50-years-section {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 1281px) {
  .funding-next-50-years-section {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 1699px) {
  .ppf-section .ppf-row {
    -moz-column-gap: 7%;
         column-gap: 7%;
  }
  .ppf-section .ppf-row .ppf-item:before {
    padding: 6.8% 5.6%;
    left: -16%;
    top: 13%;
  }
}

@media screen and (max-width: 1280px) {
  .ppf-section:before {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 1024px) {
  .joini-celebration-section .joini-celebration-row .joini-celebration-containt {
    width: 50%;
  }
  .joini-celebration-section .joini-celebration-row .joini-celebration-slider {
    width: 47%;
  }
  .funding-next-50-years-section .funding-next-50-years .funding-next-50-years-progress {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .aha-50-hero-bg {
    max-height: none;
    height: auto;
    background-size: cover !important;
    background-position: 82% top !important;
    display: flex;
    align-items: flex-end;
    min-height: 620px;
  }
  .aha-50-hero-bg .hero-header-in {
    min-height: auto;
  }
  .aha-50-hero-bg .hero-header-in .hero-header-container {
    width: 100%;
    margin-bottom: 10px !important;
    margin-top: 0px !important;
  }
  .aha-50-hero-bg .hero-header-in .hero-header-img {
    width: 100%;
  }
  .at50-spotlight-section .at50-spotlight .at50-spotlight-video {
    width: 45%;
  }
  .at50-spotlight-section .at50-spotlight .at50-spotlight-containt {
    width: 45%;
  }
  #thermometer .progress .amount {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 640px) {
  .at50-spotlight-section .at50-spotlight .at50-spotlight-video {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .at50-spotlight-section .at50-spotlight .at50-spotlight-containt {
    width: 100%;
  }
  .for-50-years {
    padding: 1.4rem;
  }
  .for-50-years p {
    font-size: 18px;
  }
  .funding-next-50-years-section .funding-next-50-years {
    flex-wrap: wrap;
    row-gap: 2.5rem;
  }
  .funding-next-50-years-section .funding-next-50-years .funding-next-50-years-containt,
  .funding-next-50-years-section .funding-next-50-years .funding-next-50-years-progress {
    width: 100%;
  }
  .funding-next-50-years-section .funding-next-50-years .funding-next-50-years-progress {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
  .funding-next-50-years-section .funding-next-50-years .funding-next-50-years-containt {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  .funding-next-50-years-section .funding-next-50-years .funding-next-50-years-containt h3 {
    max-width: 250px;
  }
  .funding-next-50-years-section .funding-next-50-years .funding-next-50-years-containt div.mt-1 {
    max-width: 240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
  }
  .funding-next-50-years-section .funding-next-50-years .funding-next-50-years-containt div.mt-1 a.btn-brand-alt {
    margin-top: 15px !important;
  }
  .joini-celebration-section .container-md {
    padding-left: 0px;
    padding-right: 0px;
  }
  .joini-celebration-section .joini-celebration-row {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
  .joini-celebration-section .joini-celebration-row .joini-celebration-containt {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .joini-celebration-section .joini-celebration-row .joini-celebration-slider {
    width: 100%;
  }
  .joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-stage-outer .owl-item .item {
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-stage-outer .owl-item .item:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-stage-outer .owl-item .item .joini-celebration-item-text {
    right: 10px;
    bottom: 10px;
  }
  .joini-celebration-section .joini-celebration-row .joini-celebration-slider .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin: 2px 5px;
  }
  .my-alabama-story-section .my-alabama-story-row {
    padding-bottom: 10px;
    padding-right: 10px;
  }
  .my-alabama-story-section .my-alabama-story-row:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .my-alabama-story-section .my-alabama-story-row .my-alabama-story-row-in {
    flex-wrap: wrap;
  }
  .my-alabama-story-section .my-alabama-story-row .my-alabama-story-row-in .my-alabama-story-img {
    width: 100%;
    padding: 0px;
  }
  .my-alabama-story-section .my-alabama-story-row .my-alabama-story-row-in .my-alabama-story-containt {
    width: 100%;
    padding: 20px;
  }
  .ppf-section .ppf-row {
    display: block;
    padding-bottom: 15px;
  }
  .ppf-section .ppf-row .ppf-item {
    max-width: 240px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6%;
  }
  .ppf-section .ppf-row .ppf-item h3 {
    margin-bottom: 5px;
  }
  .ppf-section .ppf-row .ppf-item:before {
    content: none;
  }
  .ppf-section .ppf-row .ppf-item:first-child {
    margin-top: 0%;
  }
  .get-social-section .get-social-row {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .get-social-section .get-social-row .get-social-containt,
  .get-social-section .get-social-row .get-social-gallery {
    width: 100%;
  }
  .get-social-section .get-social-row .get-social-containt .get-social-photo-grid,
  .get-social-section .get-social-row .get-social-gallery .get-social-photo-grid {
    -moz-column-gap: 1em;
         column-gap: 1em;
    row-gap: 1em;
  }
  .get-social-section .get-social-row .get-social-containt {
    text-align: center;
  }
  .get-social-section .get-social-row .get-social-containt .get-social-links ul {
    justify-content: center;
  }
  .get-social-section .get-social-row .get-social-containt .get-social-links ul li {
    font-size: 2rem;
  }
  #thermometer .progress .amount {
    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .ppf-section .ppf-row .ppf-item {
    margin-top: 8%;
  }
}

@media screen and (max-width: 360px) {
  .ppf-section .ppf-row .ppf-item {
    margin-top: 10%;
  }
}
