@charset "UTF-8";
.form {
  background-color: #fff;
}
@media only screen and (max-width : 767px) {
  .form {
    margin-top: 16px;
  }
}
.form .gform_wrapper {
  background-color: #fff;
}
.form .gform_wrapper .gform_heading h3 {
  font-size: 28px;
  font-weight: 700;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 42px;
  margin: 0;
}
.form .gform_wrapper .gform_body {
  margin-top: 30px;
}
.form .gform_wrapper .gform_body .gfield {
  margin-bottom: 26px;
}
.form .gform_wrapper .gform_body .gfield.gfield_error .ginput_container input {
  border: 1px solid red;
}
.form .gform_wrapper .gform_body .gfield.gfield_error .ginput_container textarea {
  border: 1px solid red;
}
.form .gform_wrapper .gform_body ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0px;
  padding-right: 40px;
}
@media only screen and (max-width : 767px) {
  .form .gform_wrapper .gform_body ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.form .gform_wrapper .gform_body ul #field_1_8 > label {
  display: none;
}
.form .gform_wrapper .gform_body ul li .gfield_label {
  font-size: 16px;
  margin-bottom: 10px;
  font-family: "GeorgiaPro", sans-serif;
}
.form .gform_wrapper .gform_body ul li .gfield_required {
  color: red;
}
.form .gform_wrapper .gform_body ul li input {
  background-color: #f1f1f1;
  font-family: "GeorgiaPro", sans-serif;
  color: #333;
}
.form .gform_wrapper .gform_body ul li .ginput_container {
  margin-top: 6px;
}
.form .gform_wrapper .gform_body ul li .ginput_container .medium {
  width: 100%;
  border-style: none;
  padding-left: 16px;
  height: 50px;
  font-size: 18px;
}
.form .gform_wrapper .gform_body ul li .ginput_container .gfield_checkbox {
  padding-left: 0;
}
.form .gform_wrapper .gform_body ul li .ginput_container .gfield_checkbox li {
  display: grid;
  grid-template-columns: 16px auto;
  gap: 8px;
}
.form .gform_wrapper .gform_body ul li .ginput_container .gfield_checkbox input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 18.4px;
  height: 18.4px;
  display: grid;
  place-content: center;
  background-color: #f1f1f1;
}
.form .gform_wrapper .gform_body ul li .ginput_container .gfield_checkbox label {
  font-size: 16px;
  font-weight: 300;
  margin-left: 6px;
  margin-bottom: 10px;
  font-family: "barlow-condensed", sans-serif;
}
.form .gform_wrapper .gform_body ul li .ginput_container .textarea {
  height: 124px;
  padding-top: 12px;
  background-color: #f1f1f1;
  font-family: "GeorgiaPro", sans-serif;
  color: #333;
}
.form .gform_wrapper .gform_body ul li .ginput_container select {
  height: 36px;
  line-height: 36px;
  border: none;
  -webkit-appearance: none;
  width: calc(100% - 16px);
  font-size: 12px;
  padding: 0 10px;
  background-image: url("../img/chevron-down-light.svg");
  background-size: 15px;
  background-position: 96% center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  font-family: "GeorgiaPro", sans-serif;
  color: #333;
}

.gform_footer {
  margin-top: -10px;
}
.gform_footer .gform_button {
  font-size: 16px;
  font-weight: 500;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 700;
  background-color: #F43907;
  color: white;
  border-radius: 0;
  text-transform: uppercase;
  width: 120px;
  height: 50px;
  border: none;
  margin-bottom: 34px;
}

.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.validation_error {
  padding-left: 40px;
  padding-left: 40px;
  margin-bottom: 26px;
}
@media only screen and (max-width : 767px) {
  .validation_error {
    padding-left: 30px;
    padding-right: 30px;
  }
}

input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em black;
  background-color: CanvasText;
  transform-origin: bottom left;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%);
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

.gform_validation_container, .gform_wrapper.gravity-theme .gform_validation_container, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container, body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container, body .gform_wrapper.gravity-theme .gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

.mm-menu {
  background-color: #153952;
  width: calc(100% - 60px) !important;
}
.mm-menu .mm-panels .parent-menu .top-menu {
  padding-left: 0px;
}
.mm-menu .mm-panels .parent-menu .top-menu ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.mm-menu .mm-panels .parent-menu .top-menu ul li {
  margin: 5px 0;
}
.mm-menu .mm-panels .parent-menu .top-menu ul li a {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  font-family: "barlow-condensed", sans-serif;
}
@media only screen and (max-width : 767px) {
  .mm-menu .mm-panels .parent-menu .top-menu ul li a {
    font-size: 24px;
  }
}
.mm-menu .mm-panels .parent-menu .bottom-menu {
  position: absolute;
  bottom: 20px;
  padding-left: 10px;
}
.mm-menu .mm-panels .parent-menu .bottom-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.mm-menu .mm-panels .parent-menu .bottom-menu ul li {
  margin: 5px 0;
}
.mm-menu .mm-panels .parent-menu .bottom-menu ul li label {
  display: block;
}
.mm-menu .mm-panels .parent-menu .bottom-menu ul li a {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
}

/* Hamburger */
.hamburger {
  padding: 0;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
  background-color: #216765;
  border-radius: 0;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after, .hamburger.is-active .hamburger-inner:before {
  background-color: #216765;
}

/* Twitter */
.tp_recent_tweets ul {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1440px;
  position: relative;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  margin-right: auto;
  margin-left: auto;
}

.grid-container {
  display: grid;
}

/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.667%;
  }

  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 62em) {
  .container {
    width: 61rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 8.333%;
  }

  .col-md-offset-2 {
    margin-left: 16.667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.333%;
  }

  .col-md-offset-5 {
    margin-left: 41.667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333%;
  }

  .col-md-offset-8 {
    margin-left: 66.667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.333%;
  }

  .col-md-offset-11 {
    margin-left: 91.667%;
  }

  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
@media only screen and (min-width: 85em) {
  .container {
    width: 81rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }

  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }

  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }

  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }

  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }

  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }

  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }

  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }

  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.667%;
  }

  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }

  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }

  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }

  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }

  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
header {
  height: 120px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
}
@media only screen and (max-width : 1024px) {
  header {
    position: fixed;
    background-color: #ffffff;
    z-index: 4;
    height: 60px;
  }
}
header .container {
  display: flex;
  justify-content: space-between;
  position: relative;
}
header .logo {
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
  height: 120px;
}
header .logo a:hover {
  text-decoration: none !important;
}
@media only screen and (max-width : 1024px) {
  header .logo {
    height: 60px;
  }
}
header .logo .logo-img {
  height: 70px;
}
@media only screen and (max-width : 1024px) {
  header .logo .logo-img {
    display: none;
  }
}
header .logo .mobile-logo-text {
  color: #153952;
  font-weight: 700;
  font-size: 42px;
  margin-left: 15px;
  font-family: "barlow-condensed", sans-serif;
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  header .logo .mobile-logo-text {
    font-size: 20px;
  }
}
@media only screen and (max-width : 1024px) {
  header .logo .mobile-logo-text {
    display: block;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
    font-size: 20px;
    font-family: "barlow-condensed", sans-serif;
    color: #153952;
    text-decoration: none;
    font-weight: 600;
    margin-left: 0;
  }
}
header .logo .mobile-logo-img {
  display: none;
}
@media only screen and (max-width : 1024px) {
  header .logo .mobile-logo-img {
    display: block;
    z-index: 2;
    position: relative;
    display: flex;
    align-items: center;
    height: 30px;
  }
}
header .center-logo {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 20px;
  left: 0;
  text-align: center;
}
@media only screen and (max-width : 1024px) {
  header .center-logo {
    display: none;
  }
}
@media only screen and (max-width: 1350px) {
  header .center-logo {
    display: none;
  }
}
header .center-logo img {
  height: 80px;
}
header .header-navigation {
  display: flex;
  align-items: center;
}
header .header-navigation nav {
  z-index: 2;
  position: relative;
}
@media only screen and (max-width : 1024px) {
  header .header-navigation nav {
    display: none;
  }
}
header .header-navigation nav ul {
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  font-weight: 600;
}
header .header-navigation nav ul li {
  margin: 0 0 0 1.5rem;
  padding: 0;
  list-style-type: none;
}
header .header-navigation nav ul li a {
  color: #153952;
  transition: all 200ms ease-out;
  font-size: 1.5rem;
  font-family: "barlow-condensed", sans-serif;
}
@media only screen and (min-width: 1025px) and (max-width: 1360px) {
  header .header-navigation nav ul li a {
    font-size: 16px;
  }
}
header .header-navigation nav ul li a:hover {
  text-decoration: none;
  color: #F43907;
  opacity: 1;
}
header .header-navigation nav ul li.active {
  border-bottom: 2px solid #000;
}
header .header-navigation nav ul li.menu-item-92 {
  display: none;
}
header .header-navigation #open-menu {
  display: none;
}
@media only screen and (max-width : 1024px) {
  header .header-navigation #open-menu {
    display: block;
    zoom: 0.7;
  }
}

@media only screen and (max-width : 1024px) {
  .page-template-frontpage header {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 100%);
    transition: background-color 300ms ease;
  }
}
@media only screen and (max-width : 1024px) {
  .page-template-frontpage header.scrolled {
    background-color: #ffffff;
    background-image: none;
  }
}
@media only screen and (max-width : 1024px) {
  .page-template-frontpage header.scrolled .mobile-logo-text {
    color: #153952 !important;
  }
}
@media only screen and (max-width : 1024px) {
  .page-template-frontpage header.scrolled .hamburger-inner,
.page-template-frontpage header.scrolled .hamburger-inner::before,
.page-template-frontpage header.scrolled .hamburger-inner::after {
    background-color: #153952 !important;
  }
}
.page-template-frontpage header .logo .mobile-logo-text {
  color: #ffffff;
  display: block;
}
@media only screen and (max-width : 1024px) {
  .page-template-frontpage header .logo .mobile-logo-text {
    color: #ffffff;
  }
}
@media only screen and (max-width : 1024px) {
  .page-template-frontpage header .hamburger-inner,
.page-template-frontpage header .hamburger-inner::before,
.page-template-frontpage header .hamburger-inner::after {
    background-color: #ffffff;
  }
}
.page-template-frontpage header nav ul li a {
  color: #ffffff;
  transition: all 200ms ease-out;
}
.page-template-frontpage header nav ul li a:hover {
  color: #F43907;
  opacity: 1;
}

footer {
  margin-top: 50px;
}
@media only screen and (max-width : 767px) {
  footer {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 767px) {
  footer .footer-icon {
    border-top: none;
    padding-top: 15px;
    justify-content: flex-start;
  }
}
footer .footer-icon img {
  height: 100px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  footer .footer-icon img {
    height: 50px;
  }
}
@media only screen and (max-width : 767px) {
  footer .footer-icon img {
    height: 60px;
  }
}
footer label {
  display: block;
  font-family: "barlow-condensed", sans-serif;
  font-size: 1rem;
  margin-bottom: 6px;
  margin-top: 30px;
}
@media only screen and (max-width : 1024px) {
  footer label {
    font-size: 0.6rem;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
footer .footer-contact {
  display: flex;
  border-top: 1px solid #153952;
  margin: 0 0 30px 0;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  footer .footer-contact {
    flex-wrap: wrap;
    border-top: none;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  footer .footer-contact {
    margin: 0 0 20px 0;
    flex-wrap: wrap;
  }
}
footer .footer-contact .footer-contact-item {
  margin-right: 85px;
}
@media only screen and (max-width : 767px) {
  footer .footer-contact .footer-contact-item {
    margin-right: 30px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  footer .footer-contact .footer-contact-item {
    margin-right: 30px;
    width: 100%;
  }
}
footer .footer-contact .footer-contact-item a {
  font-size: 1.6rem;
  color: #F43907;
  font-weight: 700;
  font-family: "barlow-condensed", sans-serif;
  border-bottom: 3px solid #F43907;
  line-height: 1.5;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  footer .footer-contact .footer-contact-item a {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width : 767px) {
  footer .footer-contact .footer-contact-item a {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 340px) {
  footer .footer-contact .footer-contact-item a {
    font-size: 0.9rem;
  }
}
footer .footer-social {
  display: flex;
  margin: 10px 0 50px 0;
}
@media only screen and (max-width : 1024px) {
  footer .footer-social {
    margin-top: 5px;
  }
}
footer .footer-social .some-icon {
  background-color: #F43907;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 40px;
  text-align: center;
  margin-right: 8px;
}
@media only screen and (max-width : 1024px) {
  footer .footer-social .some-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
  }
}
footer .footer-social .some-icon i {
  color: #ffffff;
  font-size: 24px;
  display: block;
  text-decoration: none !important;
}
@media only screen and (max-width : 1024px) {
  footer .footer-social .some-icon i {
    font-size: 18px;
  }
}

.menu-icon {
  margin-bottom: 20px;
}
.menu-icon img {
  height: 40px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .menu-icon img {
    height: 80px;
  }
}

.footer-legal {
  font-size: 1rem;
  margin-bottom: 10px;
  font-family: "barlow-condensed", sans-serif;
}

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

*:focus {
  outline: none;
}

html {
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

body {
  line-height: 1.4;
  background-color: #f8f8f8;
  color: #333;
  font-family: "GeorgiaPro", sans-serif;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "barlow-condensed", sans-serif;
  color: #153952;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

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

a:focus, a:hover {
  text-decoration: underline;
}

main {
  padding-top: 140px;
}
@media only screen and (max-width : 767px) {
  main {
    padding-top: 80px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  main {
    padding-top: 80px;
  }
}

.bg {
  background-size: cover;
  background-position: center center;
}

.divider {
  width: 20px;
  height: 5px;
  margin: 50px 0;
  background-color: #cccccc;
}

blockquote {
  margin: 40px 0;
}
blockquote p {
  color: #153952;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.7rem;
  line-height: 1.4;
  font-weight: 600;
}
@media only screen and (max-width : 767px) {
  blockquote p {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  blockquote p {
    font-size: 1.8rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-header {
  margin: 140px auto 120px auto;
  max-width: 640px;
  color: #153952;
  text-align: center;
  line-height: 1.25;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .page-header {
    margin: 60px auto 40px auto;
  }
}
@media only screen and (max-width : 767px) {
  .page-header {
    margin: 40px auto 60px auto;
    padding: 0 2rem;
  }
}
.page-header h1 {
  font-size: 4.5rem;
}
@media only screen and (max-width : 767px) {
  .page-header h1 {
    font-size: 3rem;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .page-header h1 {
    font-size: 3rem;
  }
}

.page-content {
  padding-top: 50px;
}
@media only screen and (max-width : 767px) {
  .page-content {
    padding-top: 0px;
  }
}

.lead-paragraph {
  font-size: 1.5rem;
  font-weight: 700;
  color: #153952;
  margin-bottom: 30px;
  line-height: 1.3;
  font-family: "barlow-condensed", sans-serif;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .lead-paragraph {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width : 767px) {
  .lead-paragraph {
    font-size: 2rem;
  }
}

.base-content {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 100px;
}
@media only screen and (max-width : 767px) {
  .base-content {
    margin-bottom: 50px;
    font-size: 1rem;
  }
}
.base-content.privacy-policy h2 {
  margin-top: 40px;
  font-size: 1.5rem;
}
.base-content h1, .base-content h2, .base-content h3, .base-content h4, .base-content h5, .base-content h6 {
  margin-top: 0;
  line-height: 1.4;
}
.base-content h1 {
  font-size: 2.25rem;
}
@media only screen and (max-width : 767px) {
  .base-content h1 {
    font-size: 2rem;
  }
}
.base-content h2 {
  font-size: 1.8rem;
}
@media only screen and (max-width : 767px) {
  .base-content h2 {
    font-size: 2rem;
  }
}
.base-content p {
  margin-top: 0;
}

.support-cta {
  background-color: #4d8987;
  display: flex;
  position: absolute;
  top: 100px;
  right: 1rem;
  font-size: 18px;
  align-items: center;
  padding: 0 20px;
  align-content: center;
  font-weight: 600;
  z-index: 99;
  color: #fff;
  text-decoration: none !important;
  height: 55px;
  display: none;
}
@media only screen and (max-width : 767px) {
  .support-cta {
    top: 60px;
    left: 0;
    right: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .support-cta {
    top: 60px;
  }
}
.support-cta img {
  margin-left: 15px;
  height: 20px;
}

.page-template-frontpage .support-cta {
  display: block;
}

.k-icon {
  z-index: 2;
  right: 40px;
  bottom: 120px;
  position: absolute;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .k-icon {
    top: 80px;
    transform: none;
  }
}
@media only screen and (max-width : 767px) {
  .k-icon {
    left: 50%;
    bottom: 20px;
    top: auto;
    transform: translateX(-50%);
    position: absolute;
    display: flex;
    justify-content: center;
  }
}
.k-icon img {
  height: 80px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .k-icon img {
    height: 60px;
  }
}
@media only screen and (max-width : 767px) {
  .k-icon img {
    height: 40px;
  }
}

.set-of-images {
  display: flex;
  margin: 80px 0;
  padding-bottom: 100px;
  position: relative;
  justify-content: flex-end;
}
@media only screen and (max-width : 767px) {
  .set-of-images {
    padding-bottom: 0;
    margin: 40px 0;
    display: block;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .set-of-images {
    padding-bottom: 100px;
    margin-top: 50px;
  }
}
.set-of-images .bio-image-1 {
  width: 80%;
  position: relative;
  top: 150px;
  left: -40%;
  position: absolute;
}
@media only screen and (max-width : 767px) {
  .set-of-images .bio-image-1 {
    position: static;
    width: 100%;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .set-of-images .bio-image-1 {
    position: static;
    margin-right: 1.8rem;
    min-width: 400px;
  }
}
.set-of-images .bio-image-1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 70%;
}
.set-of-images .bio-image-2 {
  width: 56%;
  position: relative;
}
@media only screen and (max-width : 767px) {
  .set-of-images .bio-image-2 {
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .set-of-images .bio-image-2 {
    width: 100%;
    top: 120px;
  }
}
.set-of-images .bio-image-2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 110%;
}

.sidebar ul {
  margin: 5px 0 0 0;
  padding: 0;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .sidebar ul {
    margin: 0 0 80px 0;
  }
}
@media only screen and (max-width : 767px) {
  .sidebar ul {
    margin: 0 0 40px 0;
  }
}
.sidebar ul li {
  list-style-type: none;
  margin: 0 150px 0 0;
  padding: 0 0 0 0;
  color: #153952;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .sidebar ul li {
    margin: 0 0 0 0;
    font-size: 1.4rem;
    text-align: center;
    padding: 0 50px;
  }
}
@media only screen and (max-width : 767px) {
  .sidebar ul li {
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1rem;
  }
}
.sidebar ul li .divider {
  height: 1px;
  width: 60%;
  margin: 20px 0;
}
@media only screen and (max-width : 767px) {
  .sidebar ul li .divider {
    margin: 15px 0;
    width: 100%;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .sidebar ul li .divider {
    margin: 15px 0;
    width: 100%;
  }
}
.sidebar ul li a {
  color: #153952;
  font-size: 1.5rem;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .sidebar ul li a {
    font-size: 1.4rem;
  }
}

.page-template-frontpage .center-logo {
  display: none;
}
.page-template-frontpage .k-white {
  display: block;
}

.k-white {
  display: none;
}

main.frontpage {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 0%;
  padding-top: 0;
}

#hero-section {
  height: 90vh;
  min-height: 640px;
  background-position: center 25%;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width : 767px) {
  #hero-section {
    min-height: 0;
    background-position: center;
    margin-top: 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #hero-section {
    height: 60vh;
    min-height: 480px;
  }
}
#hero-section .veil {
  background: black;
  background: linear-gradient(0, rgba(0, 0, 0, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
#hero-section .container {
  height: 100%;
}
#hero-section .container .kd-hero {
  position: absolute;
  top: 100px;
  right: 10px;
  height: 60px;
  display: block;
  display: none;
}
@media only screen and (max-width : 767px) {
  #hero-section .container .kd-hero {
    position: absolute;
    top: 80px;
    left: 1rem;
    right: auto;
    height: 40px;
    display: block;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #hero-section .container .kd-hero {
    position: absolute;
    top: 80px;
    left: 1rem;
    right: auto;
    height: 60px;
    display: block;
  }
}
#hero-section .container .hero-content {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  z-index: 2;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #hero-section .container .hero-content {
    bottom: 5%;
  }
}
@media only screen and (max-width : 767px) {
  #hero-section .container .hero-content {
    bottom: 12%;
  }
}
#hero-section .container .hero-content .hero-logo {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 400px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width : 767px) {
  #hero-section .container .hero-content .hero-logo {
    width: 90%;
    height: auto;
    margin-left: 5%;
    height: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
#hero-section .container .hero-content .hero-logo img {
  height: 200px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #hero-section .container .hero-content .hero-logo img {
    height: 175px;
  }
}
@media only screen and (max-width : 767px) {
  #hero-section .container .hero-content .hero-logo img {
    height: auto;
    width: 95%;
    position: absolute;
    bottom: 0px;
  }
}

.number {
  position: absolute;
  top: 100px;
  left: 20px;
}
@media only screen and (max-width : 767px) {
  .number {
    top: 60px;
    left: 15px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .number {
    top: 80px;
    left: 0px;
  }
}
.number img {
  width: 120px;
}
@media only screen and (max-width : 767px) {
  .number img {
    width: 80px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .number img {
    width: 80px;
  }
}

.number-2 {
  position: absolute;
  top: 130px;
  left: 120px;
}
@media only screen and (max-width : 767px) {
  .number-2 {
    top: 60px;
    right: 15px;
    left: auto;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .number-2 {
    top: 100px;
    left: 70px;
  }
}
.number-2 img {
  width: 120px;
}
@media only screen and (max-width : 767px) {
  .number-2 img {
    width: 80px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .number-2 img {
    width: 80px;
  }
}

.hero-social {
  display: flex;
  margin: 10px 0 10px 0;
  z-index: 2;
  justify-content: center;
}
@media only screen and (max-width : 1024px) {
  .hero-social {
    margin-top: 0px;
    padding: 0px 0 0px 0;
  }
}
.hero-social .some-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  line-height: 40px;
  text-align: center;
  margin: 0 15px;
  transition: all 200ms ease-out;
}
@media only screen and (max-width : 767px) {
  .hero-social .some-icon {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    line-height: 30px;
  }
}
.hero-social .some-icon:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
.hero-social .some-icon i {
  color: #ffffff;
  font-size: 32px;
  display: block;
  text-decoration: none !important;
}
@media only screen and (max-width : 1024px) {
  .hero-social .some-icon i {
    font-size: 24px;
  }
}

#lead-paragraph-section {
  padding: 100px 0 100px;
}
@media only screen and (max-width : 767px) {
  #lead-paragraph-section {
    padding: 40px 0 40px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #lead-paragraph-section {
    padding: 50px 0 60px;
  }
}
#lead-paragraph-section .lead-paragraph {
  max-width: 900px;
  font-size: 2.75rem;
  color: #153952;
  text-align: center;
  font-weight: 700;
  margin: 0 auto;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #lead-paragraph-section .lead-paragraph {
    font-size: 2.5rem;
    width: 90%;
  }
}
@media only screen and (max-width : 767px) {
  #lead-paragraph-section .lead-paragraph {
    font-size: 1.75rem;
  }
}

#video-section {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-size: cover;
  background-position: center 20%;
  margin-top: 60px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #video-section {
    margin-top: 20px;
  }
}
@media only screen and (max-width : 767px) {
  #video-section {
    margin-top: 20px;
  }
}
#video-section .video-image {
  height: 100%;
  display: flex;
  position: relative;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #video-section .video-image {
    height: 360px;
  }
}
@media only screen and (max-width : 767px) {
  #video-section .video-image {
    height: 240px;
  }
}
#video-section .video-stamp {
  position: absolute;
  top: 30px;
  left: 30px;
}
@media only screen and (max-width : 1024px) {
  #video-section .video-stamp {
    display: none;
  }
}
#video-section .video-stamp img {
  height: 80px;
}
#video-section .play-button {
  height: auto;
  width: auto;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width : 767px) {
  #video-section .play-button {
    height: auto;
    width: auto;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #video-section .play-button {
    height: auto;
    width: auto;
  }
}
#video-section .play-button i {
  font-size: 150px;
  color: #ffffff;
  opacity: 0.8;
  transition: all 200ms ease-out;
}
@media only screen and (max-width : 767px) {
  #video-section .play-button i {
    font-size: 90px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #video-section .play-button i {
    font-size: 90px;
  }
}
#video-section .play-button i:hover {
  opacity: 1;
}

#katriina-section {
  background-color: #fff;
  margin-top: 60px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #katriina-section {
    margin-top: 40px;
  }
}
@media only screen and (max-width : 767px) {
  #katriina-section {
    min-height: 0;
    margin-top: 20px;
  }
}
@media only screen and (max-width : 767px) {
  #katriina-section .row {
    flex-wrap: wrap;
  }
}
#katriina-section .katriina-image {
  background-position: center 20%;
  background-size: auto 130%;
  background-repeat: no-repeat;
}
@media only screen and (max-width : 767px) {
  #katriina-section .katriina-image {
    height: 360px;
  }
}
#katriina-section .katriina-bio {
  padding: 50px 50px 50px 0;
  background-color: #ffffff;
  min-height: 480px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #katriina-section .katriina-bio {
    padding: 50px 30px 50px 30px;
    min-height: 360px;
  }
}
@media only screen and (max-width : 767px) {
  #katriina-section .katriina-bio {
    min-height: 0;
    padding: 20px;
  }
}
#katriina-section .katriina-bio .katriina-heading {
  font-size: 2.5rem;
  margin-top: 0;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #katriina-section .katriina-bio .katriina-heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width : 767px) {
  #katriina-section .katriina-bio .katriina-heading {
    font-size: 1.5rem;
  }
}
#katriina-section .katriina-bio .katriina-excerpt {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-bottom: 50px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #katriina-section .katriina-bio .katriina-excerpt {
    font-size: 1rem;
  }
}
@media only screen and (max-width : 767px) {
  #katriina-section .katriina-bio .katriina-excerpt {
    font-size: 1rem;
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
#katriina-section .katriina-bio .katriina-link {
  position: absolute;
  bottom: 40px;
  text-decoration: none !important;
}
@media only screen and (max-width : 767px) {
  #katriina-section .katriina-bio .katriina-link {
    position: static;
  }
}
#katriina-section .katriina-bio .katriina-link a {
  font-size: 1.75rem;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 700;
  color: #F43907;
  border-bottom: 3px solid #F43907;
  line-height: 1.5;
  text-decoration: none !important;
}
@media only screen and (max-width : 767px) {
  #katriina-section .katriina-bio .katriina-link a {
    font-size: 1rem;
  }
}

#themes-section ul {
  margin: 0 0 0 0;
  padding: 0;
}
#themes-section ul li {
  background-color: #b8d8e9;
  list-style-type: none;
  margin: 0 0 20px 0;
  padding: 30px;
  font-size: 1.8rem;
  color: #153952;
  font-weight: 700;
  position: relative;
  transition: all 200ms ease-out;
  font-family: "barlow-condensed", sans-serif;
}
@media only screen and (max-width : 767px) {
  #themes-section ul li {
    margin: 0 0 20px 0;
    font-size: 1.5rem;
    padding: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #themes-section ul li {
    font-size: 1.75rem;
  }
}
#themes-section ul li:hover::after {
  transform: translateY(-50%) translateX(6px);
  opacity: 1;
}
#themes-section ul li .icon {
  position: absolute;
  left: 20px;
  top: 25px;
}
@media only screen and (max-width : 767px) {
  #themes-section ul li .icon {
    position: static;
    margin-bottom: 15px;
  }
}
#themes-section ul li .icon .theme-icon {
  height: 40px;
  display: none;
}
#themes-section ul li a {
  color: #153952;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#themes-section ul li::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("../img/arrow-right-sharp-regular-full.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.7;
  transition: transform 200ms ease-out, opacity 200ms ease-out;
}
@media only screen and (max-width : 767px) {
  #themes-section ul li::after {
    right: 20px;
    width: 22px;
    height: 22px;
  }
}

.calendar-section {
  padding-bottom: 60px;
}
@media only screen and (max-width : 767px) {
  .calendar-section {
    padding-bottom: 20px;
  }
}

.event-archive-link {
  margin: 40px 0 0 0;
  text-align: center;
}
@media only screen and (max-width : 767px) {
  .event-archive-link {
    margin: 20px 0;
  }
}
.event-archive-link a {
  display: inline-block;
  border-bottom: 3px solid #F43907;
  line-height: 1.5;
  font-family: "barlow-condensed", sans-serif;
  text-decoration: none;
  font-size: 1.75rem;
  font-weight: 600;
}
@media only screen and (max-width : 767px) {
  .event-archive-link a {
    font-size: 1rem;
  }
}

.vertical-divider {
  width: 1px;
  height: 10px;
  display: inline-block;
  margin: 0 10px;
  background-color: #b8d8e9;
}

.list-blog, .list-event {
  margin-bottom: 1rem;
}
.list-blog .list-item-interior, .list-event .list-item-interior {
  padding: 30px 30px 30px 30px;
  height: 100%;
  background-color: #b8d8e9;
  position: relative;
  line-height: 1.5;
  transition: box-shadow 200ms ease-out;
  overflow: hidden;
}
@media only screen and (max-width : 767px) {
  .list-blog .list-item-interior, .list-event .list-item-interior {
    padding: 20px 15px;
  }
}
.list-blog .list-item-interior h2, .list-event .list-item-interior h2 {
  font-size: 1.8rem;
  line-height: 1.25;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 1024px) and (max-width: 1380px) {
  .list-blog .list-item-interior h2, .list-event .list-item-interior h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width : 767px) {
  .list-blog .list-item-interior h2, .list-event .list-item-interior h2 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .list-blog .list-item-interior h2, .list-event .list-item-interior h2 {
    margin: 0 0 10px 0;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 340px) {
  .list-blog .list-item-interior h2, .list-event .list-item-interior h2 {
    font-size: 1.1rem;
  }
}
.list-blog .list-item-interior strong, .list-event .list-item-interior strong {
  color: #153952;
  display: block;
  font-size: 2.25rem;
  line-height: 1.1;
  font-family: "barlow-condensed", sans-serif;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .list-blog .list-item-interior strong, .list-event .list-item-interior strong {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width : 767px) {
  .list-blog .list-item-interior strong, .list-event .list-item-interior strong {
    font-size: 1.75rem;
  }
}
.list-blog .list-item-interior .event-date, .list-event .list-item-interior .event-date {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: "barlow-condensed", sans-serif;
}
.list-blog .list-item-interior .event-date a, .list-event .list-item-interior .event-date a {
  color: #153952;
}
@media only screen and (max-width : 767px) {
  .list-blog .list-item-interior .event-date, .list-event .list-item-interior .event-date {
    font-size: 1.5rem;
  }
}
.list-blog .list-item-interior .event-time, .list-event .list-item-interior .event-time {
  white-space: nowrap;
}
.list-blog .list-item-interior .divider, .list-event .list-item-interior .divider {
  margin: 20px 0 10px;
}
.list-blog .list-item-interior .event-data, .list-event .list-item-interior .event-data {
  font-size: 1.8rem;
  color: #153952;
  height: auto;
  display: flex;
  font-family: "barlow-condensed", sans-serif;
  line-height: 1.2;
}
@media only screen and (max-width : 767px) {
  .list-blog .list-item-interior .event-data, .list-event .list-item-interior .event-data {
    font-size: 1.5rem;
  }
}
.list-blog .list-item-interior .event-data .event-location, .list-event .list-item-interior .event-data .event-location {
  line-height: 1.2;
}
.list-blog .list-item-interior .event-data .vertical-divider, .list-event .list-item-interior .event-data .vertical-divider {
  position: relative;
  top: 7px;
}
.list-blog .list-item-interior .event-data a, .list-event .list-item-interior .event-data a {
  text-decoration: underline;
  color: #F43907;
}
.list-blog .list-item-interior .post-date, .list-event .list-item-interior .post-date {
  color: #153952;
  font-size: 1.25rem;
  font-family: "barlow-condensed", sans-serif;
}
@media only screen and (max-width : 767px) {
  .list-blog .list-item-interior .post-date, .list-event .list-item-interior .post-date {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .list-blog .list-item-interior .post-date, .list-event .list-item-interior .post-date {
    margin-bottom: 10px;
  }
}
.list-blog .list-item-interior .event-excerpt, .list-event .list-item-interior .event-excerpt {
  padding-bottom: 10px;
  padding-top: 0px;
  font-size: 1rem;
  padding-right: 30px;
  font-family: "barlow-condensed", sans-serif;
}
@media only screen and (max-width : 1024px) {
  .list-blog .list-item-interior .event-excerpt, .list-event .list-item-interior .event-excerpt {
    padding-right: 10px;
  }
}
@media only screen and (max-width : 767px) {
  .list-blog .list-item-interior .event-excerpt, .list-event .list-item-interior .event-excerpt {
    height: auto;
    padding-bottom: 10px;
  }
}
.list-blog .list-item-interior .post-excerpt, .list-event .list-item-interior .post-excerpt {
  margin: 10px 0;
  font-size: 1rem;
  padding-right: 30px;
}
@media only screen and (max-width : 767px) {
  .list-blog .list-item-interior .post-excerpt, .list-event .list-item-interior .post-excerpt {
    font-size: 0.8rem;
    padding-right: 10px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .list-blog .list-item-interior .post-excerpt, .list-event .list-item-interior .post-excerpt {
    display: none;
  }
}
.list-blog .list-item-interior a, .list-event .list-item-interior a {
  text-decoration: none;
  color: #F43907;
}

.section-title {
  margin-top: 60px;
}
@media only screen and (max-width : 767px) {
  .section-title {
    margin-top: 30px;
  }
}
.section-title h2 {
  font-family: "barlow-condensed", sans-serif;
  font-size: 2.5rem;
  color: #153952;
}
@media only screen and (max-width : 767px) {
  .section-title h2 {
    font-size: 1.5rem;
  }
}

.twitter-col {
  position: relative;
  min-height: 360px;
}

.twitter {
  background-color: #ffffff;
  padding: 0;
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 1rem;
}

.blog-listing-page {
  margin-top: 170px;
  margin-bottom: 100px;
}
@media only screen and (max-width : 767px) {
  .blog-listing-page {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .blog-listing-page {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .blog-listing-page .post-excerpt {
    display: block !important;
  }
}

.single-blog .blog-date {
  margin: 100px auto 0 auto;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 1px;
  font-family: "barlow-condensed", sans-serif;
}
@media only screen and (max-width : 767px) {
  .single-blog .blog-date {
    margin: 50px auto 0 auto;
    font-size: 1.25rem;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .single-blog .blog-date {
    margin: 50px auto 0 auto;
  }
}
.single-blog .blog-heading {
  font-size: 4rem;
  text-align: center;
  margin: 100px auto 60px auto;
  max-width: 720px;
  color: #153952;
  text-align: center;
  line-height: 1.15;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .single-blog .blog-heading {
    font-size: 3rem;
    margin-top: 50px;
    max-width: 480px;
  }
}
@media only screen and (max-width : 767px) {
  .single-blog .blog-heading {
    font-size: 2.5rem;
    margin-top: 50px;
  }
}
.single-blog .blog-content {
  max-width: 720px;
  margin: 0 auto;
  color: #333;
  line-height: 1.5;
  font-size: 1.2rem;
}
@media only screen and (max-width : 767px) {
  .single-blog .blog-content {
    font-size: 1rem;
  }
}
.single-blog .blog-content.event-content {
  text-align: center;
  margin-bottom: 100px;
}
@media only screen and (max-width : 767px) {
  .single-blog .blog-content.event-content {
    margin-bottom: 30px;
  }
}
.single-blog .blog-footer {
  padding: 100px 0;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .single-blog .blog-footer {
    padding: 50px 0;
  }
}
.single-blog .blog-footer .blog-navi-item {
  width: 50%;
}
.single-blog .blog-footer .nav-previous {
  padding-right: 20px;
}
.single-blog .blog-footer .nav-next {
  text-align: right;
  border-left: 1px solid #cccccc;
  justify-content: flex-end;
  padding-left: 20px;
}
@media only screen and (max-width : 767px) {
  .single-blog .blog-footer {
    padding: 40px 0;
  }
}
.single-blog .blog-footer .post-link-label {
  font-family: "barlow-condensed", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  letter-spacing: 1px;
}
@media only screen and (max-width : 1024px) {
  .single-blog .blog-footer .post-link-label {
    font-size: 0.65rem;
  }
}
.single-blog .blog-footer .post-link {
  font-size: 1.8rem;
  width: 100%;
}
@media only screen and (max-width : 767px) {
  .single-blog .blog-footer .post-link {
    font-size: 1rem;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    word-wrap: break-word;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .single-blog .blog-footer .post-link {
    font-size: 1.5rem;
  }
}
.single-blog .blog-footer .post-link a {
  max-width: 450px;
  display: inline-block;
}

.single-event-data {
  color: #153952;
  font-family: "barlow-condensed", sans-serif;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
  letter-spacing: 1px;
  flex-direction: column;
}
.single-event-data .single-event-date {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 5px;
  margin-top: -10px;
  font-weight: 700;
}
@media only screen and (max-width : 767px) {
  .single-event-data .single-event-date {
    font-size: 1.1rem;
  }
}
.single-event-data .single-event-date .vertical-divider {
  height: 14px;
  position: relative;
  top: -2px;
  background-color:   #cccccc;
}
.single-event-data .single-event-location {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: -20px;
}
@media only screen and (max-width : 767px) {
  .single-event-data .single-event-location {
    font-size: 1.1rem;
  }
}

.signature {
  margin: 80px 0;
  text-align: center;
}
@media only screen and (max-width : 1024px) {
  .signature {
    margin: 40px 0;
  }
}
.signature img {
  height: 140px;
  display: inline-block;
}
@media only screen and (max-width : 767px) {
  .signature img {
    height: 70px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .signature img {
    height: 100px;
  }
}

@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .positions-of-trust-section .sidebar ul {
    margin-bottom: 40px;
  }
}
.positions-of-trust-section .sidebar ul li.trust-heading {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 20px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .positions-of-trust-section .sidebar ul li {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width : 767px) {
  .positions-of-trust-section .sidebar ul li {
    font-size: 1.4rem;
  }
}

.positions-of-trust {
  margin: 0 0 100px 0;
  padding: 0;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .positions-of-trust {
    margin: 0 0 40px 0;
    text-align: center;
  }
}
@media only screen and (max-width : 767px) {
  .positions-of-trust {
    margin-bottom: 20px;
    text-align: center;
  }
}
.positions-of-trust li {
  list-style-type: none;
  color: #153952;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  font-size: 1.4rem;
  font-weight: 600;
}
@media only screen and (max-width : 767px) {
  .positions-of-trust li {
    font-size: 1rem;
    padding: 15px 10px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .positions-of-trust li {
    padding: 15px 50px;
  }
}

.theme-content {
  padding-bottom: 60px;
}
@media only screen and (max-width : 767px) {
  .theme-content {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .theme-content {
    padding-bottom: 0px;
  }
}
.theme-content .divider {
  width: 80%;
  height: 1px;
  margin: 80px 0 40px 0;
}
@media only screen and (max-width : 767px) {
  .theme-content .divider {
    margin: 40px 0 20px 0;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .theme-content .divider {
    margin: 60px 0 30px 0;
  }
}
#invite-katriina {
  background-color: #153952;
}
#invite-katriina .container {
  background-color: #153952;
  background-repeat: no-repeat;
  background-size: auto 250%;
  background-position: 90% center;
}
#invite-katriina .container .invite-content {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
  color: #fff;
  width: 75%;
  margin: 0 auto;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #invite-katriina .container .invite-content {
    width: 90%;
  }
}
@media only screen and (max-width : 767px) {
  #invite-katriina .container .invite-content {
    font-size: 1rem;
    padding: 30px 0;
    width: 100%;
  }
}
#invite-katriina .container .invite-content h2 {
  font-size: 2.5rem;
  color: #fff;
  margin-top: 0;
  line-height: 1.2;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  #invite-katriina .container .invite-content h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width : 767px) {
  #invite-katriina .container .invite-content h2 {
    font-size: 1.5rem;
  }
}
#invite-katriina .container .invite-content a {
  display: inline-block;
  margin-top: 40px;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  line-height: 1.5;
  font-family: "barlow-condensed", sans-serif;
  font-size: 1.75rem;
}
@media only screen and (max-width : 767px) {
  #invite-katriina .container .invite-content a {
    font-size: 1.25rem;
  }
}
#invite-katriina .container .invite-content a:hover {
  text-decoration: none;
}

.contact-section {
  padding-top: 50px;
}
@media only screen and (max-width : 767px) {
  .contact-section {
    padding-top: 20px;
  }
}
.contact-section h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 1.8rem;
  font-weight: 600;
  padding-right: 30px;
}
@media only screen and (max-width : 767px) {
  .contact-section h1 {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contact-section h1 {
    font-size: 1.4rem;
  }
}
.contact-section .contact-form .campaign-staff {
  padding: 50px 50px 50px 50px;
  background-color: #fff;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contact-section .contact-form .campaign-staff {
    padding: 40px 25px 40px 25px;
  }
}
@media only screen and (max-width : 767px) {
  .contact-section .contact-form .campaign-staff {
    padding: 40px 20px 20px 20px;
  }
}
.contact-section .contact-form .campaign-staff .staff-person {
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width : 767px) {
  .contact-section .contact-form .campaign-staff .staff-person {
    margin-top: 20px;
  }
}
.contact-section .contact-form .campaign-staff .staff-person .staff-image {
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin-bottom: 10px;
  background-position: center top;
}
@media only screen and (max-width : 767px) {
  .contact-section .contact-form .campaign-staff .staff-person .staff-image {
    height: 60px;
    width: 60px;
  }
}
.contact-section .contact-form .campaign-staff .staff-person .staff-name {
  color: #153952;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 3px;
}
.contact-section .contact-form .campaign-staff .staff-person .staff-title {
  margin-bottom: 3px;
}
.contact-section .contact-form .campaign-staff .staff-person .staff-contact {
  border-top: 1px solid #E0E0E0;
  margin-top: 10px;
  padding-top: 10px;
  max-width: 300px;
}
.contact-section .contact-form .campaign-staff .staff-person .staff-contact .contact-item {
  margin-bottom: 5px;
  position: relative;
}
.contact-section .contact-form .campaign-staff .staff-person .staff-contact .contact-item .staff-icon {
  position: absolute;
  color: #333;
  padding-top: 2px;
}
.contact-section .contact-form .campaign-staff .staff-person .staff-contact .contact-item .staff-icon.phone-icon {
  top: -1px;
}
.contact-section .contact-form .campaign-staff .staff-person .staff-contact .contact-item a {
  display: block;
  margin-left: 28px;
  font-family: "barlow-condensed", sans-serif;
  height: 25px;
}
.contact-section .contact-form .form {
  padding: 0px 50px 0px 0;
  background-color: #fff;
}
@media only screen and (max-width : 767px) {
  .contact-section .contact-form .form {
    padding: 0;
    margin-top: 50px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .contact-section .contact-form .form {
    padding: 0 0 0px 0;
  }
}

.support-section {
  margin-top: 30px;
}
@media only screen and (max-width : 1024px) {
  .support-section {
    margin-top: 1rem;
  }
}
.support-section .container .support-content {
  padding: 50px;
  background-color: #fff;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .support-section .container .support-content {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (max-width : 767px) {
  .support-section .container .support-content {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.support-section .container .support-content h1 {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .support-section .container .support-content h1 {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width : 767px) {
  .support-section .container .support-content h1 {
    font-size: 1.4rem;
  }
}
.support-section .container .support-content .support-description {
  margin-bottom: 30px;
  line-height: 1.5;
  padding-right: 60px;
}
@media only screen and (max-width : 1024px) {
  .support-section .container .support-content .support-description {
    padding-right: 0;
  }
}
.support-section .container .support-content label {
  font-family: "barlow-condensed", sans-serif;
  margin-top: 30px;
  margin-bottom: 5px;
}
.support-section .container .support-content .support-account {
  font-size: 1.8rem;
  color: #153952 !important;
  font-weight: 700;
  font-family: "barlow-condensed", sans-serif;
}
.support-section .container .support-content .support-account a {
  color: #153952 !important;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .support-section .container .support-content .support-account {
    font-size: 1.5rem;
  }
}

.return-home {
  font-size: 1.3rem;
  margin-top: 50px;
}
.return-home a {
  text-decoration: underline;
}
@media only screen and (max-width : 767px) {
  .return-home {
    font-size: 1rem;
  }
}

.thank-you, .page-not-found {
  margin-top: 100px;
  text-align: center;
}
.thank-you h1, .page-not-found h1 {
  font-weight: 600;
}
@media only screen and (max-width : 767px) {
  .thank-you, .page-not-found {
    margin-top: 50px;
  }
}
.thank-you img, .page-not-found img {
  height: 80px;
  margin-bottom: 20px;
}
@media only screen and (max-width : 767px) {
  .thank-you img, .page-not-found img {
    height: 60px;
  }
}

.videos {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width : 1024px) {
  .videos {
    margin-top: 16px;
  }
}
.videos a {
  color: #b8d8e9;
  text-decoration: none !important;
}
.videos a:hover, .videos a:focus, .videos a:active, .videos a:visited {
  text-decoration: none !important;
}
.videos a:last-child .video-interior {
  margin-bottom: 0;
}
.videos .video-interior {
  display: flex;
  padding: 0;
  margin: 0 0 16px 0;
  transition: all 200ms ease-out;
  background-color: #b8d8e9;
}
.videos .video-interior .video-icon {
  padding: 20px;
  display: flex;
  align-items: center;
}
.videos .video-interior .video-icon i {
  font-size: 42px;
  color: #153952;
}
@media only screen and (max-width : 767px) {
  .videos .video-interior .video-icon i {
    font-size: 24px;
  }
}
.videos .video-interior .video-description {
  font-size: 20px;
  padding: 20px 20px 20px 0;
  display: flex;
  align-items: center;
  color: #153952;
  font-weight: 700;
  font-family: "barlow-condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1.25;
}
@media only screen and (max-width : 767px) {
  .videos .video-interior .video-description {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .videos .video-interior .video-description {
    font-size: 1.8rem;
  }
}

.gallery-section {
  padding-top: 30px;
  margin-bottom: 30px;
}
.gallery-section .gallery-content {
  background-color: #fff;
  padding: 50px;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .gallery-section .gallery-content {
    padding: 40px 25px 40px 25px;
  }
}
@media only screen and (max-width : 767px) {
  .gallery-section .gallery-content {
    padding: 40px 20px 20px 20px;
  }
}
.gallery-section .gallery-content h1 {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: 600;
}
.gallery-section .grid {
  width: 100%;
}
.gallery-section .grid .grid-sizer, .gallery-section .grid .grid-item {
  width: 20%;
}
@media only screen and (max-width : 767px) {
  .gallery-section .grid .grid-sizer, .gallery-section .grid .grid-item {
    width: 50%;
  }
}
.gallery-section .grid .grid-item {
  padding: 10px;
  position: relative;
}
.gallery-section .grid .grid-item:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.gallery-section .grid .grid-item.large-item {
  width: 40%;
}
@media only screen and (max-width : 767px) {
  .gallery-section .grid .grid-item.large-item {
    width: 50%;
  }
}
.gallery-section .grid .grid-item .gallery-image {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.join-team {
  position: absolute;
  top: calc(50% - 70px);
  left: 20px;
  background-color: #153952;
  color: #Fff;
  border-radius: 50%;
  height: 140px;
  width: 140px;
  z-index: 3;
  padding: 10px;
}
@media only screen and (max-width : 767px) {
  .join-team {
    top: 50px;
    transform: none;
    left: auto;
    right: 20px;
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
  .join-team {
    top: 80px;
    transform: none;
    right: auto;
    left: 20px;
    height: 100px;
    width: 100px;
  }
}
.join-team a {
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 700;
  font-family: "barlow-condensed", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 32px;
  line-height: 1.1;
}
@media only screen and (max-width : 1024px) {
  .join-team a {
    font-size: 16px;
  }
}
.join-team a:hover {
  text-decoration: none;
}

.join-team-heading {
  font-size: 2.5rem;
  margin-top: 0;
  width: 80%;
  line-height: 1.15;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 700;
  color: #153952;
  display: block;
}
@media only screen and (max-width : 1024px) {
  .join-team-heading {
    font-size: 2rem;
  }
}

input[type=text],
input[type=search] {
  font-size: inherit;
  line-height: inherit;
}

::-moz-selection {
  background-color: #F43907;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #F43907;
  color: #fff;
  text-shadow: none;
}

/**
 * partials/wordpress
 * ---
 * Wordpess core classes
 */
/**
 * Alignment
 */
.alignnone {
  margin: 5px 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 5px 15px 15px 0;
}

/**
 * Gallery & images
 */
.wp-caption {
  background: #fff;
  border: thin solid #F0F0F0;
  max-width: 95%;
  padding: 5px 5px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  margin: 0;
  padding: 0 5px 5px;
  font-size: 140%;
  line-height: 1.5;
}

/**
 * partials/utils
 * ---
 * Utils classes
 */
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.reset-box {
  padding: 0;
  margin: 0;
}

/**
 * partials/wrapper
 * ---
 */
/**
 * partials/header
 * ---
 */
/**
 * partials/nav
 * ---
 * Menus
 */
/**
 * partials/sidebar
 * ---
 */
/**
 * partials/footer
 * ---
 */
/**
 * partials/print
 * ---
 * Print version
 * (from https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css)
 */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}

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