@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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

.row {
  -webkit-box-sizing: border-box;
  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: -1rem;
  margin-left: -1rem;
}

.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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -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: 30em) {
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    -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: 45em) {
  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-md {
    -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: 75em) {
  .container {
    width: 71rem;
  }

  .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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    -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;
  }
}
.transition, .button, .header .menu-navigation > li:last-child a {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.gform_hidden {
  display: none;
}

.gform_fields {
  list-style: none;
  margin: 0;
}
.gform_fields .gfield {
  margin-bottom: 1rem;
}
@media (min-width: 45em) {
  .gform_fields .gfield.gf_left_half {
    width: calc(50% - 0.5rem);
    float: left;
  }
  .gform_fields .gfield.gf_right_half {
    float: right;
    width: calc(50% - 0.5rem);
  }
  .gform_fields .gfield:not(.gf_left_half):before, .gform_fields .gfield:not(.gf_left_half):after, .gform_fields .gfield:not(.gf_right_half):before, .gform_fields .gfield:not(.gf_right_half):after {
    clear: both;
    display: block;
    content: "";
  }
}
.gform_fields .gfield.gfield_error input, .gform_fields .gfield.gfield_error select, .gform_fields .gfield.gfield_error textarea {
  background-color: #adf1ff !important;
}
.gform_fields .gfield.gfield_error .gfield_description,
.gform_fields .gfield.gfield_error .validation_message,
.gform_fields .gfield.gfield_error .instruction {
  display: none;
}

.gform_footer {
  position: relative;
}
.gform_footer img.gform_ajax_spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}
.gform_footer .button, .gform_footer .header .menu-navigation > li:last-child a, .header .menu-navigation > li:last-child .gform_footer a {
  margin-bottom: 0;
}

.validation_error {
  border: none;
  background: #00BAE0;
  padding: 1rem;
  text-align: center;
  font-size: 0.666666rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 auto;
  max-width: 400px;
  color: #FFFFFF;
}

.gform_confirmation_message {
  border: none;
  margin: 0 auto;
  background: transparent;
  padding: 1rem;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  max-width: 400px;
  color: #FFFFFF;
}
@media only screen and (min-width: 62em) {
  .gform_confirmation_message {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.75px;
    font-weight: 400;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

::-moz-selection {
  background: #00BAE0;
  color: #FFFFFF;
}

::selection {
  background: #00BAE0;
  color: #FFFFFF;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  color: #4A4A4A;
  line-height: 1.55;
  font-size: 100%;
  font-family: "Barlow", sans-serif;
}
body * {
  font-family: "Barlow", sans-serif;
}

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

p, ul, ol {
  margin-bottom: 1.5rem;
  font-size: 16px;
}
@media (min-width: 45em) {
  p, ul, ol {
    font-size: 18px;
  }
}

ul, ol {
  margin-left: 1.5rem;
}

a:not(.button) {
  cursor: pointer;
  color: #00BAE0;
  text-decoration: none;
}
[type=submit] {
  cursor: pointer;
}

strong, b {
  font-weight: 700;
}

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

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

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

.button, .header .menu-navigation > li:last-child a {
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  border: none;
  font-size: 12px;
  border: 0 solid transparent;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 2px;
  -webkit-appearance: none;
  display: inline-block;
  padding: 1.35em 1em;
  min-width: 10rem;
  vertical-align: middle;
  line-height: 1;
  margin: 0 0 1.5rem;
  text-align: center;
  background-color: #00BAE0;
  text-transform: uppercase;
  color: #FFFFFF;
}
.button svg, .header .menu-navigation > li:last-child a svg {
  vertical-align: bottom;
}
@media (min-width: 45em) {
  .button, .header .menu-navigation > li:last-child a {
    font-size: 15px;
    border-width: 3px;
    min-width: 17rem;
    padding: 1.75em 1em;
  }
}
.button:hover, .header .menu-navigation > li:last-child a:hover, .button:focus, .header .menu-navigation > li:last-child a:focus {
  background-color: #009ABA;
}
.button.charcoal, .header .menu-navigation > li:last-child a.charcoal {
  background-color: #414042;
}
.button.charcoal:hover, .header .menu-navigation > li:last-child a.charcoal:hover, .button.charcoal:focus, .header .menu-navigation > li:last-child a.charcoal:focus {
  background-color: #00BAE0;
}
.button.architects, .header .menu-navigation > li:last-child a.architects {
  background-color: #DD6731;
}
.button.architects:hover, .header .menu-navigation > li:last-child a.architects:hover, .button.architects:focus, .header .menu-navigation > li:last-child a.architects:focus {
  background-color: #BA5527;
}
.button.neighborhood, .header .menu-navigation > li:last-child a.neighborhood {
  background-color: #008087;
}
.button.neighborhood:hover, .header .menu-navigation > li:last-child a.neighborhood:hover, .button.neighborhood:focus, .header .menu-navigation > li:last-child a.neighborhood:focus {
  background-color: #006368;
}
.button.builders, .header .menu-navigation > li:last-child a.builders {
  background-color: #205061;
}
.button.builders:hover, .header .menu-navigation > li:last-child a.builders:hover, .button.builders:focus, .header .menu-navigation > li:last-child a.builders:focus {
  background-color: #173946;
}
.button.secondary, .header .menu-navigation > li:last-child a.secondary {
  background-color: #FFFFFF;
  border: 2px solid #00BAE0;
  color: #4A4A4A;
  font-weight: 600;
}
.button.tertiary, .header .menu-navigation > li:last-child a.tertiary {
  background-color: transparent;
  border: 2px solid #00BAE0;
  color: #4A4A4A;
  border-radius: 40px;
  font-weight: 600;
  min-width: auto;
  padding: 1em 1.75em;
}
.button.tertiary:hover, .header .menu-navigation > li:last-child a.tertiary:hover {
  background-color: #00BAE0;
  color: #FFFFFF;
}
.button.tertiary-inverted, .header .menu-navigation > li:last-child a.tertiary-inverted {
  background-color: transparent;
  border: 2px solid #00BAE0;
  color: #FFFFFF;
  border-radius: 40px;
  font-weight: 600;
  min-width: auto;
  padding: 1em 1.75em;
}
.button.tertiary-inverted:hover, .header .menu-navigation > li:last-child a.tertiary-inverted:hover {
  background-color: #00BAE0;
  color: #FFFFFF;
}
.button.tertiary-white, .header .menu-navigation > li:last-child a.tertiary-white {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
  border-radius: 40px;
  font-weight: 600;
  min-width: auto;
  padding: 1em 1.75em;
  text-decoration: none;
  margin-bottom: 0;
}
.button.tertiary-white:hover, .header .menu-navigation > li:last-child a.tertiary-white:hover {
  background-color: #FFFFFF;
  color: #029dbd;
}

.button-group {
  margin-left: -15px;
  margin-right: -15px;
}
.button-group .button, .button-group .header .menu-navigation > li:last-child a, .header .menu-navigation > li:last-child .button-group a {
  margin-left: 15px;
  margin-right: 15px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: 600;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 36px;
}
@media (min-width: 45em) {
  h1 {
    font-size: 56px;
  }
}

h2 {
  font-size: 24px;
  letter-spacing: 0.67px;
}
h2.big {
  font-size: 36px;
}
@media (min-width: 45em) {
  h2 {
    font-size: 42px;
  }
  h2.big {
    font-size: 42px;
  }
}
h2.new-story-blue {
  color: #00BAE0;
}
h2.white {
  color: #FFFFFF;
}
h2.gray {
  color: #4A4A4A;
}
h2.architects {
  color: #DD6731;
}
h2.neighborhood {
  color: #008087;
}
h2.builders {
  color: #205061;
}

h3 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}
@media (min-width: 75em) {
  h3 {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 2.8px;
  }
}

.lead,
h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 62em) {
  .lead,
h4 {
    color: #9B9B9B;
  }
}
@media only screen and (min-width: 62em) {
  .lead,
h4 {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.75px;
    font-weight: 400;
  }
}

h5 {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  font-weight: 700;
  color: #6C6C6C;
}

pre {
  background: black;
  color: lime;
  padding: 1rem;
  text-align: left;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: 100;
}
.video-modal [data-close-video] {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 101;
}
.video-modal [data-close-video] svg path {
  stroke: #00BAE0;
}
.video-modal iframe {
  width: calc(100vw - 6rem);
  height: calc(100vh - 6rem);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.number-grow {
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.number-grow.animated {
  opacity: 1;
}

#page {
  padding: 12rem 0 8rem;
  background: #4A4A4A;
  color: #FFFFFF;
}

.announcement {
  display: none;
  background: #029DBD;
  z-index: 100;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.2px;
  padding: 1rem 3.5rem 1rem 2rem;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 45em) {
  .announcement {
    position: relative;
    top: 0;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 21px;
    line-height: 1.2em;
    text-align: center;
    padding: 1.5rem 4rem;
  }
}
.announcement a {
  color: #FFFFFF;
  text-decoration: underline;
}
@media (min-width: 45em) {
  .announcement a {
    color: #FFFFFF;
  }
}
.announcement [data-close-announcement] {
  position: absolute;
  right: 1rem;
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("../img/close.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
}
@media (min-width: 45em) {
  .announcement [data-close-announcement] {
    background-image: url("../img/close-big.svg");
    background-size: 19px 19px;
    width: 19px;
    height: 19px;
    right: 2rem;
  }
}
.announcement .announcement-button {
  margin-left: 25px;
}

.header-div {
  position: relative;
}

.header {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 75em) {
  .header {
    background-color: rgba(0, 0, 0, 0.65);
  }
}
.header .logo {
  padding: 1.35rem 0;
  display: block;
}
@media (min-width: 45em) {
  .header .logo {
    padding: 1.6rem 0;
    height: 70px;
  }
}
@media (min-width: 75em) {
  .header .logo {
    position: relative;
    z-index: 1;
  }
}
.header .logo img {
  width: 102px;
  display: block;
}
@media (min-width: 45em) {
  .header .logo img {
    width: 172px;
  }
}
.header .menu-trigger .close {
  display: none;
}
@media (min-width: 75em) {
  .header .menu-trigger {
    display: none;
  }
}
.header .nav-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(100vh - 54px);
  display: none;
}
@media (min-width: 45em) {
  .header .nav-wrap {
    height: calc(100vh - 80px);
  }
}
@media (min-width: 75em) {
  .header .nav-wrap {
    display: block;
    height: 70px;
    position: absolute;
    -webkit-transform: none;
    transform: none;
    top: 0;
    right: 0;
  }
}
.header .nav-wrap .toggle {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  z-index: 0;
}
@media (min-width: 75em) {
  .header .nav-wrap .toggle {
    display: none;
  }
}
.header .menu-navigation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-y: scroll;
  background: #2F2F2F;
  margin: 0;
  width: 234px;
  padding: 3rem 1.5rem;
  list-style: none;
  display: none;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
  text-align: left;
}
@media (min-width: 75em) {
  .header .menu-navigation {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    display: block;
    position: relative;
    background: transparent;
    width: auto;
    padding: 0;
    text-align: right;
    overflow: visible;
    height: 70px;
  }
}
.header .menu-navigation > li {
  display: block;
}
@media (min-width: 75em) {
  .header .menu-navigation > li {
    display: inline-block;
    position: relative;
    vertical-align: top;
  }
}
.header .menu-navigation > li:not(:last-child) {
  border-bottom: 1.5px solid #BFBFBF;
}
@media (min-width: 75em) {
  .header .menu-navigation > li:not(:last-child) {
    border-bottom: 0;
  }
}
.header .menu-navigation > li > a {
  display: block;
  color: #FFFFFF;
  padding: 1rem 0;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 15px;
}
@media (min-width: 75em) {
  .header .menu-navigation > li > a {
    height: 70px;
    padding: 1.4125rem 2rem;
    font-size: 1rem;
  }
}
.header .menu-navigation > li.menu-item-has-children > a {
  position: relative;
}
@media (min-width: 75em) {
  .header .menu-navigation > li.menu-item-has-children:hover > ul {
    display: block;
  }
}
.header .menu-navigation > li:last-child {
  margin-top: 2rem;
}
@media (min-width: 75em) {
  .header .menu-navigation > li:last-child {
    margin-top: 0;
    width: 150px;
  }
}
@media (min-width: 45em) {
  .header .menu-navigation > li:last-child a {
    min-width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 75em) {
  .header .menu-navigation > li:last-child a {
    height: 70px;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    line-height: 1.15rem;
    padding: 1.4125rem 2rem;
    font-size: 1rem;
    letter-spacing: 1.5px;
    font-weight: 700;
  }
}
.header .menu-navigation > li > ul {
  list-style: none;
  margin: -0.5rem 0 2rem;
  padding: 0;
  display: none;
}
@media (min-width: 75em) {
  .header .menu-navigation > li > ul {
    position: absolute;
    top: 100%;
    margin: 0;
    left: 0.5rem;
    right: 0.5rem;
    background: rgba(0, 0, 0, 0.7);
    text-align: left;
    padding: 0.5rem;
  }
}
.header .menu-navigation > li > ul li {
  display: block;
}
.header .menu-navigation > li > ul li a {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  color: #FFFFFF;
  background: rgba(216, 216, 216, 0);
}
.header .menu-navigation > li > ul li a:hover, .header .menu-navigation > li > ul li.active a {
  background: rgba(216, 216, 216, 0.3);
}
.header .menu-navigation > li > ul li.current-menu-item a,
.header .menu-navigation > li > ul li a:hover {
  background: rgba(216, 216, 216, 0.3);
}
.header .menu-navigation > li.open > ul {
  display: block;
}

body.menu-open {
  overflow: hidden;
}
body.menu-open .header .menu-trigger .close {
  display: inline;
}
body.menu-open .header .menu-trigger .open {
  display: none;
}
body.menu-open .header .nav-wrap {
  display: block;
}
body.menu-open .header .nav-wrap .toggle {
  opacity: 1;
}
body.menu-open .header .menu-navigation {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: block;
}

.ubermenu-nav {
  text-align: right !important;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 > .ubermenu-submenu-drop {
  border: none !important;
}

.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop {
  background-color: rgba(0, 0, 0, 0.7) !important;
}

.get-involved-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.get-involved-menu a.link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  margin-bottom: 8px;
}
.get-involved-menu a.link-wrap:hover {
  outline: 2px solid #00BAE0;
}
.get-involved-menu h3 {
  background: #00BAE0;
  color: #FFFFFF;
  position: absolute;
  top: 138px;
  width: 100%;
  font-size: 0.855rem;
  letter-spacing: 0.07rem;
  padding: 0px 0 0px 15px;
  line-height: 2rem;
}
.get-involved-menu .gim-builders {
  width: 48%;
  margin-right: 2%;
  position: relative;
}
.get-involved-menu .gim-arch {
  width: 48%;
  margin-left: 2%;
  position: relative;
}
.get-involved-menu p {
  color: #FFFFFF;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.07rem;
  margin-bottom: 0;
}

.donate-menu-btn {
  background-color: #00BAE0 !important;
  margin-left: 25px !important;
}

.ubermenu-item a {
  padding: 25px 45px 24px 45px !important;
  font-size: 16px;
}

.ubermenu-submenu a {
  padding: 10px 20px !important;
}

.ubermenu-nav {
  letter-spacing: 1.5px !important;
}

.flyout-count-numbers .count-numbers {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 25px;
}
.flyout-count-numbers .count-numbers .count-number {
  width: 50%;
  color: #FFFFFF;
}
.flyout-count-numbers .count-numbers .count-number h1 {
  font-size: 35px;
}
.flyout-count-numbers .count-numbers .count-number p {
  font-size: 15px;
}

@media (min-width: 75em) {
  #header-mobile-menu {
    display: none;
  }
}
@media (max-width: 75em) {
  #header-desktop-menu {
    display: none;
  }
}
.footer {
  background: #2f2f2f;
  color: #FFFFFF;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
.footer h3 {
  font-size: 19px;
}
.footer .container-fluid {
  max-width: 77rem;
}
.footer ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul.footer-menu li {
  padding-bottom: 1rem;
}
.footer ul.footer-menu li a {
  color: #FFFFFF;
  font-weight: 400;
}
.footer ul.footer-menu li a:hover svg g,
.footer ul.footer-menu li a:hover svg path {
  fill: #00BAE0;
}
.footer .footer-contain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer .footer-contain .column {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.footer .footer-contain .column-1 {
  border-bottom: 1px solid #FFFFFF;
  padding-top: 2rem;
  border-bottom: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer .footer-contain .column-1 .footer-mark {
  margin-bottom: 3.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  padding-top: 2rem;
}
.footer .footer-contain .column-1 .footer-c1-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-top: auto;
  margin-bottom: 0;
}
.footer .footer-contain .column-1 img {
  display: inline-block;
  margin: 0 auto;
  margin-left: 0;
  width: 68px;
}
.footer .footer-contain .column-1 .footer-copyright {
  color: #6c6c6c;
  font-size: 16px;
  letter-spacing: 0.05rem;
}
.footer .footer-contain .column-1 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-top: 1rem;
  font-size: 15px;
  letter-spacing: 1px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .footer-contain .column-1 ul li {
  margin-bottom: 1rem;
  padding-right: 3.5rem;
}
.footer .footer-contain .column-1 ul li a {
  color: #FFFFFF;
}
.footer .footer-contain .column-1 ul li a:hover {
  color: #00BAE0;
}
.footer .footer-contain .column-2 {
  padding-bottom: 0.5rem;
  padding-top: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.footer .footer-contain .column-3 {
  padding-bottom: 0.5rem;
  padding-top: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.footer .footer-contain .column-3 h3,
.footer .footer-contain .column-3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.footer .footer-contain .column-3 .button, .footer .footer-contain .column-3 .header .menu-navigation > li:last-child a, .header .menu-navigation > li:last-child .footer .footer-contain .column-3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-top: auto;
  margin-bottom: 0;
}

@media (max-width: 45em) {
  .footer .footer-contain {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-contain .column-1 {
    padding-top: 0;
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-contain .column-1 ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer .footer-contain .column-1 ul li {
    padding-right: 0;
  }
  .footer .footer-contain .column-2 {
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-contain .column-3 {
    max-width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer .footer-contain h3 {
    font-size: 20px;
  }
  .footer .footer-contain a {
    font-size: 17px;
  }
  .footer .footer-contain a.button, .footer .footer-contain .header .menu-navigation > li:last-child a, .header .menu-navigation > li:last-child .footer .footer-contain a {
    width: 75%;
    margin-top: 15px !important;
  }

  .footer .footer-contain .column-1 img {
    width: 40px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before,
.slick-next:before {
  font-family: "icomoon";
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #FFFFFF;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 10px;
}
.slick-prev:before {
  content: "";
}
[dir=rtl] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 10px;
}
[dir=rtl] .slick-next {
  left: 10px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir=rtl] .slick-next:before {
  content: "";
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-slide:focus {
  outline: none;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  bottom: 1.5rem;
  text-align: center;
  left: 0;
  right: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li button {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: relative;
  border: none;
  background: none;
  text-indent: -999999px;
}
.slick-dots li button:hover {
  background: none;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:after {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background: #FFFFFF;
  border-radius: 50%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.slick-dots li.slick-active button:after,
.slick-dots li button:hover:after {
  background: #00BAE0;
  width: 6px;
  height: 6px;
}

form {
  margin: 0 auto;
}

input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), select, textarea {
  -webkit-appearance: none;
  background: #FFFFFF;
  border: none;
  width: 100%;
  padding: 0.75em 1em;
  font-size: 1rem;
  border-radius: 0;
  font-weight: 600;
  color: #4A4A4A;
  border-width: 0 0 3px 0;
  border-style: solid;
}
@media (min-width: 45em) {
  input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), select, textarea {
    font-size: 1.25rem;
  }
}
input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):focus, select:focus, textarea:focus {
  border-color: #00BAE0;
  outline: none;
}

.gfield_label {
  color: #FFFFFF;
  font-size: 1.16666rem;
  font-weight: 600;
  letter-spacing: 0.67px;
  margin: 2rem 0 1rem;
  display: block;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 0;
}
.gfield_checkbox li,
.gfield_radio li {
  margin-bottom: 0.5rem;
  position: relative;
}

.form-wrap form {
  display: none;
}
.form-wrap.exposed {
  padding-top: 1rem;
}
.form-wrap.exposed form {
  display: block;
}
.form-wrap.exposed [data-form] {
  display: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px lime lime !important;
  box-shadow: 0 0 0 30px lime lime !important;
  color: lime;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 6rem, 0);
    transform: translate3d(0, 6rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 6rem, 0);
    transform: translate3d(0, 6rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
/*# sourceMappingURL=maps/main.css.map */
