@charset "UTF-8";
/*****************************************************************
	Colors
*****************************************************************/
/*****************************************************************
	Fonts
*****************************************************************/
/*****************************************************************
	Breakpoints
*****************************************************************/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, main.global-main section.footer .form-wrapper h2.gform_title, body blockquote p, h5, h6, .gform_body .gform_fields .gfield .gfield_label, body blockquote h6, body blockquote cite, p, .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_heading .gform_description, 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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* Uncomment and set these variables to customize the grid. */
.container {
  width: 1210px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding-right: 80px;
  padding-left: 80px;
}
@media (max-width: 1350px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.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,
.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,
.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;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.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;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12 {
  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 {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

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

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

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

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

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media (min-width: 580px) {
  .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;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-12 {
    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 {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .col-md-12 {
    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 {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media (min-width: 1350px) {
  .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;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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 {
    justify-content: flex-start;
    text-align: start;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }

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

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

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

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

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

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
.animate, .animate-1, .animate-2, .animate-3, .animate-4, .animate-5, .animate-6, .animate-7, .animate-8, .animate-9, .animate-10, .animate-11, .animate-12, .animate-13, .animate-14, .animate-15, .animate-16, .animate-17, .animate-18, .animate-19, .animate-20, .animate-21 {
  opacity: 0;
  transition: 0.3s ease-out;
}
.animate.visible, .animate-1.visible, .animate-2.visible, .animate-3.visible, .animate-4.visible, .animate-5.visible, .animate-6.visible, .animate-7.visible, .animate-8.visible, .animate-9.visible, .animate-10.visible, .animate-11.visible, .animate-12.visible, .animate-13.visible, .animate-14.visible, .animate-15.visible, .animate-16.visible, .animate-17.visible, .animate-18.visible, .animate-19.visible, .animate-20.visible, .animate-21.visible {
  opacity: 1;
}

body {
  font-family: "Merriweather", serif;
  color: #504D4B;
}
body ::-moz-selection {
  background: #ffe9c2;
}
body ::selection {
  background: #ffe9c2;
}
body * {
  -webkit-font-smoothing: antialiased;
}
body a {
  color: #0A939F;
  text-decoration: none;
  transition: 0.3s;
}
body a:hover {
  color: #EE974B;
}
body strong, body b {
  font-weight: 700;
}
body em {
  font-style: italic;
}
body hr {
  width: 100%;
  height: 1px;
  max-width: 100%;
  background: #504D4B;
  border-radius: 0px;
  margin: 60px auto;
  border: none;
  opacity: 0.3;
}
@media (max-width: 1270px) {
  body hr {
    margin: 50px auto;
  }
}
@media (max-width: 768px) {
  body hr {
    margin: 40px auto;
  }
}
body h1, body .h1 {
  font-family: "Roboto Slab", serif;
  color: #0A939F;
  font-size: 44px;
  line-height: 1.1em;
  margin: 0 0 1em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  body h1, body .h1 {
    font-size: 50px;
  }
}
@media (min-width: 1190px) {
  body h1, body .h1 {
    font-size: 72px;
  }
}
body .data {
  font-family: "Roboto Slab", serif;
  color: #0A939F;
  font-size: 50px;
  line-height: 1.1em;
  margin: 0 0 1em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  body .data {
    font-size: 60px;
  }
}
@media (min-width: 1190px) {
  body .data {
    font-size: 80px;
  }
}
body h2, body .h2 {
  font-family: "Roboto Slab", serif;
  color: #0A939F;
  font-size: 32px;
  line-height: 1.15em;
  margin: 0 0 1em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  body h2, body .h2 {
    font-size: 40px;
  }
}
@media (min-width: 1190px) {
  body h2, body .h2 {
    font-size: 56px;
  }
}
body h2.section-title, body .h2.section-title {
  position: relative;
  padding-bottom: 20px;
}
body h2.section-title:after, body .h2.section-title:after {
  width: 35px;
  height: 10px;
  border-radius: 10px;
  background-color: #CEE9EC;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
}
body h3, body .h3 {
  font-family: "Roboto Slab", serif;
  color: #504D4B;
  font-size: 26px;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  body h3, body .h3 {
    font-size: 30px;
  }
}
@media (min-width: 1190px) {
  body h3, body .h3 {
    font-size: 35px;
  }
}
body h4, body main.global-main section.footer .form-wrapper h2.gform_title, main.global-main section.footer .form-wrapper body h2.gform_title, body blockquote p, body blockquote .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield body blockquote .gfield_radio > li > label, body blockquote .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_body .gform_fields .gfield body blockquote .gfield_checkbox > li > label, body blockquote .gform_heading .gform_description, .gform_heading body blockquote .gform_description, body .h4 {
  font-family: "Roboto Slab", serif;
  color: #504D4B;
  font-size: 22px;
  line-height: 1.3em;
  margin: 0 0 1em;
  font-weight: 700;
}
@media (min-width: 768px) {
  body h4, body main.global-main section.footer .form-wrapper h2.gform_title, main.global-main section.footer .form-wrapper body h2.gform_title, body blockquote p, body blockquote .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield body blockquote .gfield_radio > li > label, body blockquote .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_body .gform_fields .gfield body blockquote .gfield_checkbox > li > label, body blockquote .gform_heading .gform_description, .gform_heading body blockquote .gform_description, body .h4 {
    font-size: 24px;
  }
}
@media (min-width: 1190px) {
  body h4, body main.global-main section.footer .form-wrapper h2.gform_title, main.global-main section.footer .form-wrapper body h2.gform_title, body blockquote p, body blockquote .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield body blockquote .gfield_radio > li > label, body blockquote .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_body .gform_fields .gfield body blockquote .gfield_checkbox > li > label, body blockquote .gform_heading .gform_description, .gform_heading body blockquote .gform_description, body .h4 {
    font-size: 28px;
  }
}
body h5, body .h5 {
  font-family: "Roboto Slab", serif;
  color: #504D4B;
  font-size: 18px;
  line-height: 1.45em;
  margin: 0 0 1em;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  body h5, body .h5 {
    font-size: 20px;
  }
}
@media (min-width: 1190px) {
  body h5, body .h5 {
    font-size: 22px;
  }
}
body h6, body .gform_body .gform_fields .gfield .gfield_label, .gform_body .gform_fields .gfield body .gfield_label, body blockquote h6, body blockquote cite, body .h6 {
  font-family: "Roboto Slab", serif;
  color: #504D4B;
  font-size: 12px;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  body h6, body .gform_body .gform_fields .gfield .gfield_label, .gform_body .gform_fields .gfield body .gfield_label, body blockquote h6, body blockquote cite, body .h6 {
    font-size: 12px;
  }
}
@media (min-width: 1190px) {
  body h6, body .gform_body .gform_fields .gfield .gfield_label, .gform_body .gform_fields .gfield body .gfield_label, body blockquote h6, body blockquote cite, body .h6 {
    font-size: 12px;
  }
}
body p, body .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield body .gfield_radio > li > label, body .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_body .gform_fields .gfield body .gfield_checkbox > li > label, body .gform_heading .gform_description, .gform_heading body .gform_description {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 170%;
  margin: 0 0 20px;
  letter-spacing: 0;
  color: #504D4B;
}
body img {
  max-width: 100%;
  height: auto;
}
body img.alignleft {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  body img.alignright {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
body img.aligncenter {
  float: none;
  display: block;
  margin: 0 auto 20px;
}
body button, body input, body select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
body .wp-caption {
  font-size: 14px;
  max-width: 100%;
}
body .wp-caption img {
  max-width: 100%;
  height: auto;
}
body .wp-caption p, body .wp-caption .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield body .wp-caption .gfield_radio > li > label, body .wp-caption .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_body .gform_fields .gfield body .wp-caption .gfield_checkbox > li > label, body .wp-caption .gform_heading .gform_description, .gform_heading body .wp-caption .gform_description, body .wp-caption p.wp-caption-text {
  font-size: 14px;
  margin-top: 5px;
}
body blockquote {
  font-size: 28px;
  line-height: 1.45em;
  border-left: 5px solid #F1EFE9;
  padding-left: 45px;
}
body blockquote h6, body blockquote .gform_body .gform_fields .gfield .gfield_label, .gform_body .gform_fields .gfield body blockquote .gfield_label, body blockquote cite {
  margin-bottom: 0px !important;
}
body .content-styled {
  text-align: left;
}
body .content-styled h1:last-child, body .content-styled h2:last-child, body .content-styled h3:last-child, body .content-styled h4:last-child, body .content-styled main.global-main section.footer .form-wrapper h2.gform_title:last-child, main.global-main section.footer .form-wrapper body .content-styled h2.gform_title:last-child, body .content-styled blockquote p:last-child, body .content-styled blockquote .gform_body .gform_fields .gfield .gfield_radio > li > label:last-child, .gform_body .gform_fields .gfield body .content-styled blockquote .gfield_radio > li > label:last-child, body .content-styled blockquote .gform_body .gform_fields .gfield .gfield_checkbox > li > label:last-child, .gform_body .gform_fields .gfield body .content-styled blockquote .gfield_checkbox > li > label:last-child, body .content-styled blockquote .gform_heading .gform_description:last-child, .gform_heading body .content-styled blockquote .gform_description:last-child, body blockquote .content-styled p:last-child, body blockquote .content-styled .gform_body .gform_fields .gfield .gfield_radio > li > label:last-child, .gform_body .gform_fields .gfield body blockquote .content-styled .gfield_radio > li > label:last-child, body blockquote .content-styled .gform_body .gform_fields .gfield .gfield_checkbox > li > label:last-child, .gform_body .gform_fields .gfield body blockquote .content-styled .gfield_checkbox > li > label:last-child, body blockquote .content-styled .gform_heading .gform_description:last-child, .gform_heading body blockquote .content-styled .gform_description:last-child, body .content-styled h5:last-child, body .content-styled h6:last-child, body .content-styled .gform_body .gform_fields .gfield .gfield_label:last-child, .gform_body .gform_fields .gfield body .content-styled .gfield_label:last-child, body .content-styled blockquote cite:last-child, body blockquote .content-styled cite:last-child, body .content-styled > ul:last-child, body .content-styled > ol:last-child, body .content-styled > p:last-child, body .gform_body .gform_fields .gfield .gfield_radio > li.content-styled > label:last-child, .gform_body .gform_fields .gfield body .gfield_radio > li.content-styled > label:last-child, body .gform_body .gform_fields .gfield .gfield_checkbox > li.content-styled > label:last-child, .gform_body .gform_fields .gfield body .gfield_checkbox > li.content-styled > label:last-child, body .gform_heading .content-styled > .gform_description:last-child, .gform_heading body .content-styled > .gform_description:last-child {
  margin-bottom: 0;
}
body .content-styled img {
  max-width: 100%;
  height: auto;
}
body .content-styled img.alignleft {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}
body .content-styled p > a, body .content-styled .gform_body .gform_fields .gfield .gfield_radio > li > label > a, .gform_body .gform_fields .gfield body .content-styled .gfield_radio > li > label > a, body .content-styled .gform_body .gform_fields .gfield .gfield_checkbox > li > label > a, .gform_body .gform_fields .gfield body .content-styled .gfield_checkbox > li > label > a, body .content-styled .gform_heading .gform_description > a, .gform_heading body .content-styled .gform_description > a, body .content-styled li > a {
  color: #0A939F;
  font-family: "Roboto Slab", serif;
  text-decoration: underline;
  font-weight: 700;
  font-size: 18px;
}
body .content-styled p > a:hover, body .content-styled .gform_body .gform_fields .gfield .gfield_radio > li > label > a:hover, .gform_body .gform_fields .gfield body .content-styled .gfield_radio > li > label > a:hover, body .content-styled .gform_body .gform_fields .gfield .gfield_checkbox > li > label > a:hover, .gform_body .gform_fields .gfield body .content-styled .gfield_checkbox > li > label > a:hover, body .content-styled .gform_heading .gform_description > a:hover, .gform_heading body .content-styled .gform_description > a:hover, body .content-styled li > a:hover {
  color: #EE974B;
  text-decoration: none;
}
body .content-styled ul, body .content-styled ol {
  padding: none;
  margin-bottom: 15px;
}
body .content-styled ul li, body .content-styled ol li {
  position: relative;
  padding-left: 28px;
  font-size: 17px;
  line-height: 170%;
  margin-bottom: 15px;
  font-family: "Merriweather", serif;
  color: #0A939F;
}
body .content-styled ul li:before, body .content-styled ol li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #EE974B;
}
body .content-styled ol {
  counter-reset: item;
}
body .content-styled ol li {
  counter-increment: item;
  list-style: none inside;
}
body .content-styled ol li:before {
  content: "" counter(item) ".";
}

.site-wrapper {
  position: relative;
  width: 100%;
  padding-left: 300px;
  box-sizing: border-box;
}
@media (max-width: 1190px) {
  .site-wrapper {
    padding-left: 0;
  }
}

header.global-header {
  z-index: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  background-color: #F1EFE9;
}
header.global-header .header-inner .logo-link {
  display: block;
  margin: 0;
}
header.global-header .header-inner .logo-link:hover {
  opacity: 0.8;
}
header.global-header .header-inner .logo-link .site-logo {
  margin: 44px auto 36px;
  display: block;
}
header.global-header .header-inner .menu-wrapper .hamburger {
  display: none;
}
header.global-header .header-inner .menu-wrapper .anchor-nav .menu .menu-item {
  margin: 0;
}
header.global-header .header-inner .menu-wrapper .anchor-nav .menu .menu-item .nav-link {
  padding: 14px 50px;
  display: block;
  box-sizing: border-box;
  width: 100%;
  color: #0A939F;
  font-family: "Roboto Slab", serif;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
header.global-header .header-inner .menu-wrapper .anchor-nav .menu .menu-item .nav-link:hover {
  background-color: #fff;
  color: #504D4B;
}
header.global-header .header-inner .menu-wrapper .anchor-nav .menu .menu-item .nav-link.current {
  color: #fff;
  background-color: #B668AA;
}
@media (max-width: 1190px) {
  header.global-header {
    height: auto;
    width: 100%;
    position: absolute;
  }
  header.global-header.headroom--not-top {
    position: fixed;
    transition: 0.3s ease-out;
  }
  header.global-header.headroom--not-top:not(.headroom--pinned) {
    transform: translateY(-110%);
    transition: none;
  }
  header.global-header .header-inner {
    padding: 24px 30px;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
  }
  header.global-header .header-inner .logo-link .site-logo {
    margin: 0;
  }
  header.global-header .header-inner .menu-wrapper .hamburger {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 20px;
    position: relative;
  }
  header.global-header .header-inner .menu-wrapper .hamburger span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 4px;
    background-color: #0A939F;
    border-radius: 4px;
    display: block;
    transition: 0.3s ease-out;
  }
  header.global-header .header-inner .menu-wrapper .hamburger span:before, header.global-header .header-inner .menu-wrapper .hamburger span:after {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 4px;
    background-color: #0A939F;
    border-radius: 4px;
    left: 0;
    transition: 0.3s ease-out;
  }
  header.global-header .header-inner .menu-wrapper .hamburger span:before {
    top: -8px;
  }
  header.global-header .header-inner .menu-wrapper .hamburger span:after {
    bottom: -8px;
  }
  header.global-header .header-inner .menu-wrapper .anchor-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 160px;
    width: 100%;
    background-color: #F1EFE9;
    height: calc(100vh - 160px);
  }
  header.global-header.nav-open .header-inner .menu-wrapper .anchor-nav {
    display: block;
  }
  header.global-header.nav-open .header-inner .menu-wrapper .hamburger span {
    background-color: transparent;
  }
  header.global-header.nav-open .header-inner .menu-wrapper .hamburger span:before {
    top: 0;
    transform: rotate(45deg);
  }
  header.global-header.nav-open .header-inner .menu-wrapper .hamburger span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
}

.skip-navigation {
  font-size: 1px;
  display: block;
  height: 1px;
  margin-bottom: -1px;
  width: 100%;
  text-align: center;
  color: #fff;
}

footer.global-footer .to-top {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 0;
  color: #fff;
  opacity: 0;
}

.body-noscroll {
  overflow: hidden;
}

.video-popup-wrapper {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}
.video-popup-wrapper.active {
  display: block;
}
.video-popup-wrapper .close-icon {
  right: 15px;
  position: absolute;
  top: 15px;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.video-popup-wrapper .close-icon:hover i {
  color: #EE974B;
}
.video-popup-wrapper .close-icon i {
  color: #fff;
  font-size: 30px;
}
.video-popup-wrapper .popup-content-wrapper {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-color: #000;
  max-width: 175vh;
  width: 90%;
  height: auto;
  transition: 0.3s ease-out;
  box-sizing: border-box;
}
.video-popup-wrapper .popup-content-wrapper .popup-content {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  display: block;
}
.video-popup-wrapper .popup-content-wrapper .popup-content iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-popup-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.social-links ul {
  list-style: none;
  margin: 0 -11px;
  display: block;
}
.social-links ul li {
  display: inline-block;
  font-size: 15px;
  margin: 0 11px;
}

.quicklink-link {
  display: block;
  padding: 18px 60px 18px 20px;
  background-image: url("../img/arrow.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  border-top: 1px solid rgba(80, 77, 75, 0.5);
  border-bottom: 1px solid rgba(80, 77, 75, 0.5);
  margin-bottom: -1px;
  position: relative;
  transition: 0.3s ease-out;
}
.quicklink-link:hover {
  color: #fff;
  background-color: #504D4B;
  background-image: url("../img/arrow-white.svg");
  z-index: 100;
  border-color: #504D4B;
}
.quicklink-link:hover .title {
  color: #fff;
}
.quicklink-link:hover .date {
  color: #fff;
}
.quicklink-link .title {
  margin: 0;
}
.quicklink-link .date {
  margin: 4px 0 0;
}

.btn, .gform_footer .gform_button {
  letter-spacing: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: capitalize;
  background-color: #0A939F;
  font-family: "Roboto Slab", serif;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 60px;
  color: #fff;
  transition: 0.3s ease-out;
}
.btn:hover, .gform_footer .gform_button:hover {
  color: #fff;
  background-color: #EE974B;
}
.btn.btn-white, .gform_footer .btn-white.gform_button {
  background-color: #fff;
  color: #504D4B;
}
.btn.btn-white:hover, .gform_footer .btn-white.gform_button:hover {
  background-color: #fff;
  color: #504D4B;
  opacity: 0.8;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #504D4B;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #504D4B;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #504D4B;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #504D4B;
}

input[type=text], input[type=url], input[type=email], input[type=tel], input[type=number], input[type=date], input[type=search], input[type=password], textarea, select {
  width: 100%;
  box-sizing: border-box;
  color: #504D4B;
  border: 1px solid rgba(80, 77, 75, 0.3);
  height: 50px;
  font-size: 19px;
  line-height: 28px;
  padding: 11px 17px;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  background-color: #fff;
  font-family: "Merriweather", serif;
  box-shadow: none;
  border-radius: 0px;
  margin-bottom: 10px;
  float: none;
  transition: 0.3s ease-out;
}
input[type=text]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=date]:focus, input[type=search]:focus, input[type=password]:focus, textarea:focus, select:focus {
  background-color: #fff;
}

select {
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 30px center;
  padding-right: 50px;
  border: none;
  background-color: #0A939F;
  color: #fff;
  cursor: pointer;
}
select:hover, select:focus {
  background-color: #EE974B;
}

textarea {
  height: 200px;
}

.gform_heading {
  margin-bottom: 40px;
}
.gform_heading .gform_title {
  color: #0A939F;
  margin-bottom: 20px;
}
.validation_error {
  display: none;
}

.content-styled .gform_wrapper h2.gform_submission_error {
  color: #504D4B;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 170%;
  margin: 0 0 20px;
  display: block;
  letter-spacing: 0;
}

.gform_body .gform_fields .gfield {
  padding-left: 0;
  margin-bottom: 30px;
}
.gform_body .gform_fields .gfield:before {
  display: none;
}
.gform_body .gform_fields .gfield.gform_validation_container {
  display: none;
}
@media (min-width: 768px) {
  .gform_body .gform_fields .gfield.two_col_left, .gform_body .gform_fields .gfield.two_col_right {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  .gform_body .gform_fields .gfield.two_col_left {
    padding-right: 15px;
  }
  .gform_body .gform_fields .gfield.two_col_right {
    padding-left: 15px;
  }
}
.gform_body .gform_fields .gfield.one_col {
  width: 100%;
  float: none;
  clear: both;
}
.gform_body .gform_fields .gfield.gfield_error input[type=text], .gform_body .gform_fields .gfield.gfield_error input[type=url], .gform_body .gform_fields .gfield.gfield_error input[type=email], .gform_body .gform_fields .gfield.gfield_error input[type=tel], .gform_body .gform_fields .gfield.gfield_error input[type=number], .gform_body .gform_fields .gfield.gfield_error input[type=date], .gform_body .gform_fields .gfield.gfield_error input[type=search], .gform_body .gform_fields .gfield.gfield_error input[type=password], .gform_body .gform_fields .gfield.gfield_error textarea, .gform_body .gform_fields .gfield.gfield_error select {
  border-color: #EE974B;
  border-width: 3px;
}
.gform_body .gform_fields .gfield.gfield_error .gfield_description.validation_message {
  text-align: right;
  color: #EE974B;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 170%;
  margin: 0;
  letter-spacing: 0;
}
.gform_body .gform_fields .gfield .gfield_label {
  margin-bottom: 10px !important;
  display: block;
}
.gform_body .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}
.gform_body .gform_fields .gfield.inline .gfield_radio, .gform_body .gform_fields .gfield.inline .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
}
.gform_body .gform_fields .gfield.inline .gfield_radio > li, .gform_body .gform_fields .gfield.inline .gfield_checkbox > li {
  margin-right: 55px;
}
.gform_body .gform_fields .gfield .gfield_radio, .gform_body .gform_fields .gfield .gfield_checkbox {
  margin-bottom: -25px;
}
.gform_body .gform_fields .gfield .gfield_radio > li, .gform_body .gform_fields .gfield .gfield_checkbox > li {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.gform_body .gform_fields .gfield .gfield_radio > li:before, .gform_body .gform_fields .gfield .gfield_checkbox > li:before {
  display: none;
}
.gform_body .gform_fields .gfield .gfield_radio > li:hover label, .gform_body .gform_fields .gfield .gfield_checkbox > li:hover label {
  color: #EE974B;
  text-decoration: underline;
}
.gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield .gfield_checkbox > li > label {
  margin: 0 !important;
  padding-top: 5px;
  padding-bottom: 25px;
  transition: 0.3s ease-out;
  display: block;
  cursor: pointer;
}
.gform_body .gform_fields .gfield .gfield_radio > li > input, .gform_body .gform_fields .gfield .gfield_checkbox > li > input {
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box;
  outline: none;
  cursor: pointer;
}
.gform_body .gform_fields .gfield .gfield_radio > li > input {
  background-image: url("../img/radio-unchecked.svg");
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  padding-right: 13px;
  padding-top: 5px;
}
.gform_body .gform_fields .gfield .gfield_radio > li > input:checked {
  background-image: url("../img/radio-checked.svg");
}
.gform_body .gform_fields .gfield .gfield_checkbox > li > input {
  background-image: url("../img/checkbox-unchecked.svg");
  background-size: 28px 25px;
  width: 28px;
  height: 25px;
  padding-right: 5px;
}
.gform_body .gform_fields .gfield .gfield_checkbox > li > input:checked {
  background-image: url("../img/checkbox-checked.svg");
}
.gform_body .gform_fields .gfield .ginput_complex label {
  font-family: "Roboto Slab", serif;
  color: #0A939F;
  font-size: 12px;
  line-height: 1.45em;
  margin: 0 0 10px;
  font-weight: 700;
  display: block;
}
@media (min-width: 768px) {
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 50%;
    box-sizing: border-box;
    float: left;
  }
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left {
    padding-right: 15px;
  }
  .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    padding-left: 15px;
  }
}
.gform_body .gform_fields .gfield .ginput_complex .gf_clear {
  float: none;
  clear: both;
}

.gform_footer .gform_button {
  border: none;
  box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  transition: 0.3s ease-out;
  cursor: pointer;
}

.responsive-video {
  width: 100%;
  position: relative;
  height: 0px;
  padding-bottom: 56%;
}
.responsive-video iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

main.global-main section {
  padding: 120px 0;
}
@media (max-width: 1270px) {
  main.global-main section {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  main.global-main section {
    padding: 80px 0;
  }
}

.content_with_sidebar {
  position: relative;
}
.content_with_sidebar.bg-purple, .content_with_sidebar.bg-green, .content_with_sidebar.bg-orange {
  color: #fff;
}
.content_with_sidebar.bg-purple h1, .content_with_sidebar.bg-purple h2, .content_with_sidebar.bg-purple h3, .content_with_sidebar.bg-purple h4, .content_with_sidebar.bg-purple main.global-main section.footer .form-wrapper h2.gform_title, main.global-main section.footer .form-wrapper .content_with_sidebar.bg-purple h2.gform_title, .content_with_sidebar.bg-purple body blockquote p, body blockquote .content_with_sidebar.bg-purple p, .content_with_sidebar.bg-purple body blockquote .gform_heading .gform_description, body blockquote .gform_heading .content_with_sidebar.bg-purple .gform_description, .content_with_sidebar.bg-purple .gform_heading body blockquote .gform_description, .gform_heading body blockquote .content_with_sidebar.bg-purple .gform_description, .content_with_sidebar.bg-purple body blockquote .gform_body .gform_fields .gfield .gfield_radio > li > label, body blockquote .gform_body .gform_fields .gfield .content_with_sidebar.bg-purple .gfield_radio > li > label, .content_with_sidebar.bg-purple .gform_body .gform_fields .gfield body blockquote .gfield_radio > li > label, .gform_body .gform_fields .gfield body blockquote .content_with_sidebar.bg-purple .gfield_radio > li > label, .content_with_sidebar.bg-purple body blockquote .gform_body .gform_fields .gfield .gfield_checkbox > li > label, body blockquote .gform_body .gform_fields .gfield .content_with_sidebar.bg-purple .gfield_checkbox > li > label, .content_with_sidebar.bg-purple .gform_body .gform_fields .gfield body blockquote .gfield_checkbox > li > label, .gform_body .gform_fields .gfield body blockquote .content_with_sidebar.bg-purple .gfield_checkbox > li > label, .content_with_sidebar.bg-purple h5, .content_with_sidebar.bg-purple h6, .content_with_sidebar.bg-purple body blockquote h6, body blockquote .content_with_sidebar.bg-purple h6, .content_with_sidebar.bg-purple body blockquote cite, body blockquote .content_with_sidebar.bg-purple cite, .content_with_sidebar.bg-purple .gform_body .gform_fields .gfield .gfield_label, .gform_body .gform_fields .gfield .content_with_sidebar.bg-purple .gfield_label, .content_with_sidebar.bg-purple body blockquote .gform_body .gform_fields .gfield .gfield_label, body blockquote .gform_body .gform_fields .gfield .content_with_sidebar.bg-purple .gfield_label, .content_with_sidebar.bg-purple .gform_body .gform_fields .gfield body blockquote .gfield_label, .gform_body .gform_fields .gfield body blockquote .content_with_sidebar.bg-purple .gfield_label, .content_with_sidebar.bg-purple p, .content_with_sidebar.bg-purple .gform_heading .gform_description, .gform_heading .content_with_sidebar.bg-purple .gform_description, .content_with_sidebar.bg-purple .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield .content_with_sidebar.bg-purple .gfield_radio > li > label, .content_with_sidebar.bg-purple .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_body .gform_fields .gfield .content_with_sidebar.bg-purple .gfield_checkbox > li > label, .content_with_sidebar.bg-purple li, .content_with_sidebar.bg-purple span:not(.label), .content_with_sidebar.bg-purple span.data, .content_with_sidebar.bg-green h1, .content_with_sidebar.bg-green h2, .content_with_sidebar.bg-green h3, .content_with_sidebar.bg-green h4, .content_with_sidebar.bg-green main.global-main section.footer .form-wrapper h2.gform_title, main.global-main section.footer .form-wrapper .content_with_sidebar.bg-green h2.gform_title, .content_with_sidebar.bg-green body blockquote p, body blockquote .content_with_sidebar.bg-green p, .content_with_sidebar.bg-green body blockquote .gform_heading .gform_description, body blockquote .gform_heading .content_with_sidebar.bg-green .gform_description, .content_with_sidebar.bg-green .gform_heading body blockquote .gform_description, .gform_heading body blockquote .content_with_sidebar.bg-green .gform_description, .content_with_sidebar.bg-green body blockquote .gform_body .gform_fields .gfield .gfield_radio > li > label, body blockquote .gform_body .gform_fields .gfield .content_with_sidebar.bg-green .gfield_radio > li > label, .content_with_sidebar.bg-green .gform_body .gform_fields .gfield body blockquote .gfield_radio > li > label, .gform_body .gform_fields .gfield body blockquote .content_with_sidebar.bg-green .gfield_radio > li > label, .content_with_sidebar.bg-green body blockquote .gform_body .gform_fields .gfield .gfield_checkbox > li > label, body blockquote .gform_body .gform_fields .gfield .content_with_sidebar.bg-green .gfield_checkbox > li > label, .content_with_sidebar.bg-green .gform_body .gform_fields .gfield body blockquote .gfield_checkbox > li > label, .gform_body .gform_fields .gfield body blockquote .content_with_sidebar.bg-green .gfield_checkbox > li > label, .content_with_sidebar.bg-green h5, .content_with_sidebar.bg-green h6, .content_with_sidebar.bg-green body blockquote h6, body blockquote .content_with_sidebar.bg-green h6, .content_with_sidebar.bg-green body blockquote cite, body blockquote .content_with_sidebar.bg-green cite, .content_with_sidebar.bg-green .gform_body .gform_fields .gfield .gfield_label, .gform_body .gform_fields .gfield .content_with_sidebar.bg-green .gfield_label, .content_with_sidebar.bg-green body blockquote .gform_body .gform_fields .gfield .gfield_label, body blockquote .gform_body .gform_fields .gfield .content_with_sidebar.bg-green .gfield_label, .content_with_sidebar.bg-green .gform_body .gform_fields .gfield body blockquote .gfield_label, .gform_body .gform_fields .gfield body blockquote .content_with_sidebar.bg-green .gfield_label, .content_with_sidebar.bg-green p, .content_with_sidebar.bg-green .gform_heading .gform_description, .gform_heading .content_with_sidebar.bg-green .gform_description, .content_with_sidebar.bg-green .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield .content_with_sidebar.bg-green .gfield_radio > li > label, .content_with_sidebar.bg-green .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_body .gform_fields .gfield .content_with_sidebar.bg-green .gfield_checkbox > li > label, .content_with_sidebar.bg-green li, .content_with_sidebar.bg-green span:not(.label), .content_with_sidebar.bg-green span.data, .content_with_sidebar.bg-orange h1, .content_with_sidebar.bg-orange h2, .content_with_sidebar.bg-orange h3, .content_with_sidebar.bg-orange h4, .content_with_sidebar.bg-orange main.global-main section.footer .form-wrapper h2.gform_title, main.global-main section.footer .form-wrapper .content_with_sidebar.bg-orange h2.gform_title, .content_with_sidebar.bg-orange body blockquote p, body blockquote .content_with_sidebar.bg-orange p, .content_with_sidebar.bg-orange body blockquote .gform_heading .gform_description, body blockquote .gform_heading .content_with_sidebar.bg-orange .gform_description, .content_with_sidebar.bg-orange .gform_heading body blockquote .gform_description, .gform_heading body blockquote .content_with_sidebar.bg-orange .gform_description, .content_with_sidebar.bg-orange body blockquote .gform_body .gform_fields .gfield .gfield_radio > li > label, body blockquote .gform_body .gform_fields .gfield .content_with_sidebar.bg-orange .gfield_radio > li > label, .content_with_sidebar.bg-orange .gform_body .gform_fields .gfield body blockquote .gfield_radio > li > label, .gform_body .gform_fields .gfield body blockquote .content_with_sidebar.bg-orange .gfield_radio > li > label, .content_with_sidebar.bg-orange body blockquote .gform_body .gform_fields .gfield .gfield_checkbox > li > label, body blockquote .gform_body .gform_fields .gfield .content_with_sidebar.bg-orange .gfield_checkbox > li > label, .content_with_sidebar.bg-orange .gform_body .gform_fields .gfield body blockquote .gfield_checkbox > li > label, .gform_body .gform_fields .gfield body blockquote .content_with_sidebar.bg-orange .gfield_checkbox > li > label, .content_with_sidebar.bg-orange h5, .content_with_sidebar.bg-orange h6, .content_with_sidebar.bg-orange body blockquote h6, body blockquote .content_with_sidebar.bg-orange h6, .content_with_sidebar.bg-orange body blockquote cite, body blockquote .content_with_sidebar.bg-orange cite, .content_with_sidebar.bg-orange .gform_body .gform_fields .gfield .gfield_label, .gform_body .gform_fields .gfield .content_with_sidebar.bg-orange .gfield_label, .content_with_sidebar.bg-orange body blockquote .gform_body .gform_fields .gfield .gfield_label, body blockquote .gform_body .gform_fields .gfield .content_with_sidebar.bg-orange .gfield_label, .content_with_sidebar.bg-orange .gform_body .gform_fields .gfield body blockquote .gfield_label, .gform_body .gform_fields .gfield body blockquote .content_with_sidebar.bg-orange .gfield_label, .content_with_sidebar.bg-orange p, .content_with_sidebar.bg-orange .gform_heading .gform_description, .gform_heading .content_with_sidebar.bg-orange .gform_description, .content_with_sidebar.bg-orange .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield .content_with_sidebar.bg-orange .gfield_radio > li > label, .content_with_sidebar.bg-orange .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_body .gform_fields .gfield .content_with_sidebar.bg-orange .gfield_checkbox > li > label, .content_with_sidebar.bg-orange li, .content_with_sidebar.bg-orange span:not(.label), .content_with_sidebar.bg-orange span.data {
  color: #fff;
}
.content_with_sidebar.bg-purple h2.section-title, .content_with_sidebar.bg-green h2.section-title, .content_with_sidebar.bg-orange h2.section-title {
  color: #fff;
}
.content_with_sidebar.bg-purple h2.section-title:after, .content_with_sidebar.bg-green h2.section-title:after, .content_with_sidebar.bg-orange h2.section-title:after {
  background-color: #fff;
  opacity: 0.5;
}
.content_with_sidebar.bg-purple a.btn, .content_with_sidebar.bg-purple .gform_footer a.gform_button, .gform_footer .content_with_sidebar.bg-purple a.gform_button, .content_with_sidebar.bg-green a.btn, .content_with_sidebar.bg-green .gform_footer a.gform_button, .gform_footer .content_with_sidebar.bg-green a.gform_button, .content_with_sidebar.bg-orange a.btn, .content_with_sidebar.bg-orange .gform_footer a.gform_button, .gform_footer .content_with_sidebar.bg-orange a.gform_button {
  background-color: #fff;
  color: #504D4B;
}
.content_with_sidebar.bg-purple a.btn:hover, .content_with_sidebar.bg-purple .gform_footer a.gform_button:hover, .gform_footer .content_with_sidebar.bg-purple a.gform_button:hover, .content_with_sidebar.bg-green a.btn:hover, .content_with_sidebar.bg-green .gform_footer a.gform_button:hover, .gform_footer .content_with_sidebar.bg-green a.gform_button:hover, .content_with_sidebar.bg-orange a.btn:hover, .content_with_sidebar.bg-orange .gform_footer a.gform_button:hover, .gform_footer .content_with_sidebar.bg-orange a.gform_button:hover {
  background-color: #fff;
  color: #504D4B;
  opacity: 0.8;
}
.content_with_sidebar.bg-purple a.quicklink-link, .content_with_sidebar.bg-green a.quicklink-link, .content_with_sidebar.bg-orange a.quicklink-link {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background-image: url("../img/arrow-white.svg");
  text-decoration: none;
}
.content_with_sidebar.bg-purple a.quicklink-link:hover, .content_with_sidebar.bg-green a.quicklink-link:hover, .content_with_sidebar.bg-orange a.quicklink-link:hover {
  border-color: #504D4B;
}
.content_with_sidebar.bg-purple p a:not(.btn):not(.quicklink-link), .content_with_sidebar.bg-purple .gform_heading .gform_description a:not(.btn):not(.quicklink-link), .gform_heading .content_with_sidebar.bg-purple .gform_description a:not(.btn):not(.quicklink-link), .content_with_sidebar.bg-purple li a:not(.btn):not(.quicklink-link), .content_with_sidebar.bg-green p a:not(.btn):not(.quicklink-link), .content_with_sidebar.bg-green .gform_heading .gform_description a:not(.btn):not(.quicklink-link), .gform_heading .content_with_sidebar.bg-green .gform_description a:not(.btn):not(.quicklink-link), .content_with_sidebar.bg-green li a:not(.btn):not(.quicklink-link), .content_with_sidebar.bg-orange p a:not(.btn):not(.quicklink-link), .content_with_sidebar.bg-orange .gform_heading .gform_description a:not(.btn):not(.quicklink-link), .gform_heading .content_with_sidebar.bg-orange .gform_description a:not(.btn):not(.quicklink-link), .content_with_sidebar.bg-orange li a:not(.btn):not(.quicklink-link) {
  color: #fff;
  text-decoration: underline;
}
.content_with_sidebar.bg-purple p a:not(.btn):not(.quicklink-link):hover, .content_with_sidebar.bg-purple .gform_heading .gform_description a:not(.btn):not(.quicklink-link):hover, .gform_heading .content_with_sidebar.bg-purple .gform_description a:not(.btn):not(.quicklink-link):hover, .content_with_sidebar.bg-purple li a:not(.btn):not(.quicklink-link):hover, .content_with_sidebar.bg-green p a:not(.btn):not(.quicklink-link):hover, .content_with_sidebar.bg-green .gform_heading .gform_description a:not(.btn):not(.quicklink-link):hover, .gform_heading .content_with_sidebar.bg-green .gform_description a:not(.btn):not(.quicklink-link):hover, .content_with_sidebar.bg-green li a:not(.btn):not(.quicklink-link):hover, .content_with_sidebar.bg-orange p a:not(.btn):not(.quicklink-link):hover, .content_with_sidebar.bg-orange .gform_heading .gform_description a:not(.btn):not(.quicklink-link):hover, .gform_heading .content_with_sidebar.bg-orange .gform_description a:not(.btn):not(.quicklink-link):hover, .content_with_sidebar.bg-orange li a:not(.btn):not(.quicklink-link):hover {
  color: #fff;
  text-decoration: none;
}
.content_with_sidebar.bg-purple {
  background-color: #B668AA;
}
.content_with_sidebar.bg-orange {
  background-color: #EE974B;
}
.content_with_sidebar.bg-green {
  background-color: #0A939F;
}
.content_with_sidebar.bg-offwhite {
  background-color: #FAFAF8;
}
.content_with_sidebar.bg-white:before {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: calc(50vw - 300px);
  background-color: #FAFAF8;
  display: block;
}
@media (max-width: 1410px) {
  .content_with_sidebar.bg-white:before {
    width: 39%;
  }
}
@media (max-width: 1350px) {
  .content_with_sidebar.bg-white:before {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .content_with_sidebar.bg-white:before {
    display: none;
  }
}
.content_with_sidebar .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  opacity: 0.1;
}
.content_with_sidebar .container {
  position: relative;
}
.content_with_sidebar .container .content-styled {
  text-align: left;
}
.content_with_sidebar .container .quicklinks {
  margin-top: 60px;
}
@media (max-width: 1350px) {
  .content_with_sidebar .container .sidebar-wrapper {
    padding-left: 30px;
  }
}
@media (max-width: 768px) {
  .content_with_sidebar .container .sidebar-wrapper {
    padding: 50px 0 0;
  }
}

main.global-main section.footer .content-wrapper {
  width: 600px;
  max-width: 100%;
}
main.global-main section.footer .form-wrapper .gform_fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main.global-main section.footer .form-wrapper .gform_fields #field_1_1, main.global-main section.footer .form-wrapper .gform_fields #field_1_3 {
  max-width: 100%;
  width: 22.8%;
}
@media (max-width: 991px) {
  main.global-main section.footer .form-wrapper .gform_fields #field_1_1, main.global-main section.footer .form-wrapper .gform_fields #field_1_3 {
    width: 100%;
  }
}
main.global-main section.footer .form-wrapper .gform_fields #field_1_4 {
  max-width: 100%;
  width: 48.5%;
}
@media (max-width: 991px) {
  main.global-main section.footer .form-wrapper .gform_fields #field_1_4 {
    width: 100%;
  }
}
main.global-main section.footer .logos-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.global-main section.footer .logos-wrapper .logo-wrapper {
  margin-bottom: 30px;
  width: 194px;
  max-height: 62px;
}
main.global-main section.footer .logos-wrapper .logo-wrapper .logo-link {
  max-height: 100%;
  display: block;
}
main.global-main section.footer .logos-wrapper .logo-wrapper .logo-link .logo {
  max-width: 100%;
  max-height: 62px;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}
main.global-main section.footer .bottom-wrapper {
  margin-top: 30px;
}
@media (max-width: 1270px) {
  main.global-main section.footer .bottom-wrapper {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  main.global-main section.footer .bottom-wrapper {
    margin-top: 10px;
  }
}
main.global-main section.footer .bottom-wrapper .copyright {
  float: left;
  font-size: 12px;
  margin: 0 30px 0 0;
}
main.global-main section.footer .bottom-wrapper .roni {
  opacity: 0.5;
  font-family: "Merriweather", serif;
  font-size: 12px;
  line-height: 120%;
  color: #504D4B;
}
@media (max-width: 768px) {
  main.global-main section.footer .bottom-wrapper .roni {
    float: left;
    display: block;
    clear: left;
    margin-top: 10px;
  }
}
main.global-main section.footer .bottom-wrapper .roni:hover {
  text-decoration: underline;
}

main.global-main section.hero {
  position: relative;
  background-color: #0A939F;
  padding-top: 300px;
  padding-bottom: 200px;
  color: #fff;
}
main.global-main section.hero h1, main.global-main section.hero h2, main.global-main section.hero h3, main.global-main section.hero h4, main.global-main section.hero section.footer .form-wrapper h2.gform_title, main.global-main section.footer .form-wrapper section.hero h2.gform_title, main.global-main section.hero h5, main.global-main section.hero h6, main.global-main section.hero body blockquote cite, body blockquote main.global-main section.hero cite, main.global-main section.hero .gform_body .gform_fields .gfield .gfield_label, .gform_body .gform_fields .gfield main.global-main section.hero .gfield_label, main.global-main section.hero p, main.global-main section.hero .gform_heading .gform_description, .gform_heading main.global-main section.hero .gform_description, main.global-main section.hero .gform_body .gform_fields .gfield .gfield_radio > li > label, .gform_body .gform_fields .gfield main.global-main section.hero .gfield_radio > li > label, main.global-main section.hero .gform_body .gform_fields .gfield .gfield_checkbox > li > label, .gform_body .gform_fields .gfield main.global-main section.hero .gfield_checkbox > li > label, main.global-main section.hero li, main.global-main section.hero span:not(.label), main.global-main section.hero span.data {
  color: #fff;
}
main.global-main section.hero h2.section-title {
  color: #fff;
}
main.global-main section.hero h2.section-title:after {
  background-color: #fff;
  opacity: 0.5;
}
main.global-main section.hero a.btn, main.global-main section.hero .gform_footer a.gform_button, .gform_footer main.global-main section.hero a.gform_button {
  background-color: #fff;
  color: #504D4B;
}
main.global-main section.hero a.btn:hover, main.global-main section.hero .gform_footer a.gform_button:hover, .gform_footer main.global-main section.hero a.gform_button:hover {
  background-color: #fff;
  color: #504D4B;
  opacity: 0.8;
}
main.global-main section.hero a.quicklink-link {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  background-image: url("../img/arrow-white.svg");
  text-decoration: none;
}
main.global-main section.hero a.quicklink-link:hover {
  border-color: #504D4B;
}
main.global-main section.hero p a:not(.btn):not(.quicklink-link), main.global-main section.hero .gform_heading .gform_description a:not(.btn):not(.quicklink-link), .gform_heading main.global-main section.hero .gform_description a:not(.btn):not(.quicklink-link), main.global-main section.hero li a:not(.btn):not(.quicklink-link) {
  color: #fff;
  text-decoration: underline;
}
main.global-main section.hero p a:not(.btn):not(.quicklink-link):hover, main.global-main section.hero .gform_heading .gform_description a:not(.btn):not(.quicklink-link):hover, .gform_heading main.global-main section.hero .gform_description a:not(.btn):not(.quicklink-link):hover, main.global-main section.hero li a:not(.btn):not(.quicklink-link):hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1270px) {
  main.global-main section.hero {
    margin-top: 160px;
    padding: 140px 0 140px;
  }
}
@media (max-width: 768px) {
  main.global-main section.hero {
    margin-top: 160px;
    padding: 140px 0 80px;
  }
}
main.global-main section.hero .background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(1);
  opacity: 0.2;
}
main.global-main section.hero .container {
  position: relative;
}
main.global-main section.hero .container .page-title {
  margin: 0;
}

main.global-main section.highlights .introduction-wrapper {
  width: 600px;
  max-width: 100%;
  margin-bottom: 60px;
}
@media (max-width: 1270px) {
  main.global-main section.highlights .introduction-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  main.global-main section.highlights .introduction-wrapper {
    margin-top: 40px;
  }
}
main.global-main section.highlights .highlights-wrapper {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 1270px) {
  main.global-main section.highlights .highlights-wrapper {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  main.global-main section.highlights .highlights-wrapper {
    margin-bottom: 10px;
  }
}
main.global-main section.highlights .highlights-wrapper .highlight {
  margin-bottom: 40px;
  width: 525px;
  max-width: 50%;
  display: flex;
}
@media (max-width: 1270px) {
  main.global-main section.highlights .highlights-wrapper .highlight {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  main.global-main section.highlights .highlights-wrapper .highlight {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  main.global-main section.highlights .highlights-wrapper .highlight {
    max-width: 100%;
  }
}
main.global-main section.highlights .highlights-wrapper .highlight .image-wrapper {
  width: 100px;
  margin-right: 50px;
}
main.global-main section.highlights .highlights-wrapper .highlight .content-wrapper {
  padding-right: 55px;
  box-sizing: border-box;
  width: calc(100% - 150px);
}
main.global-main section.highlights .highlights-wrapper .highlight .content-wrapper .highlight-title {
  margin: 0;
}
main.global-main section.highlights .highlights-wrapper .highlight .content-wrapper .subtitle {
  font-size: 12px;
  margin: 10px 0 0;
}
main.global-main section.highlights .outroduction-wrapper {
  width: 600px;
  max-width: 100%;
}

main.global-main section.publications .publications-wrapper {
  margin-bottom: -60px;
}
main.global-main section.publications .publications-wrapper .publication-wrapper {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main.global-main section.publications .publications-wrapper .publication-wrapper {
    flex-wrap: wrap;
  }
}
main.global-main section.publications .publications-wrapper .publication-wrapper .content-wrapper {
  width: 600px;
  max-width: calc(100% - 390px);
}
@media (max-width: 991px) {
  main.global-main section.publications .publications-wrapper .publication-wrapper .content-wrapper {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
main.global-main section.publications .publications-wrapper .publication-wrapper .content-wrapper .publication-title {
  margin-bottom: 25px;
}
main.global-main section.publications .publications-wrapper .publication-wrapper .content-wrapper .date {
  margin-bottom: 25px;
}
main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper {
  width: 330px;
  height: 430px;
}
main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #EE974B;
  transition: 0.3s ease-out;
}
main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-out;
  opacity: 1;
}
main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link .btn, main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link .gform_footer .gform_button, .gform_footer main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link .gform_button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link:hover {
  background-color: #EE974B;
}
main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link:hover .image {
  opacity: 0.3;
  mix-blend-mode: screen;
  filter: grayscale(1);
}
main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link:hover .btn, main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link:hover .gform_footer .gform_button, .gform_footer main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link:hover .gform_button {
  opacity: 1;
}
main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link:hover .btn:hover, main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link:hover .gform_footer .gform_button:hover, .gform_footer main.global-main section.publications .publications-wrapper .publication-wrapper .image-wrapper .image-link:hover .gform_button:hover {
  opacity: 1;
}

main.global-main section.resources {
  background-color: #FAFAF8;
}
main.global-main section.resources .videos-wrapper {
  margin-bottom: 30px;
}
main.global-main section.resources .videos-wrapper .video {
  margin-bottom: 30px;
  display: block;
  box-sizing: border-box;
  border: 10px solid #fff;
  background-color: #fff;
}
main.global-main section.resources .videos-wrapper .video:hover .image-wrapper {
  background-color: #EE974B;
}
main.global-main section.resources .videos-wrapper .video:hover .image-wrapper .play-icon {
  transform: scale(0.8) translate(-50%, -50%);
}
main.global-main section.resources .videos-wrapper .video .image-wrapper {
  width: 100%;
  background-color: #0A939F;
  position: relative;
  height: 230px;
  transition: 0.3s ease-out;
}
main.global-main section.resources .videos-wrapper .video .image-wrapper .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
main.global-main section.resources .videos-wrapper .video .image-wrapper .play-icon {
  transition: 0.3s ease-out;
  transform-origin: 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.global-main section.resources .videos-wrapper .video .video-title {
  padding: 10px;
  margin: 0;
}

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