@charset "UTF-8";
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3a4782");
:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/*
 * Normalization
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

audio:not([controls]) {
  display: none;
}

b,
strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button,
input {
  outline: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button,
select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
* {
  background-repeat: no-repeat;
}

:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

small {
  font-size: 75%;
}

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

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #4a908c;
  color: #fff;
}

::selection {
  background: #4a908c;
  color: #fff;
}

body,
html {
  background-color: #231f20 !important;
  height: 100%;
  color: #231f20;
  max-width: 100vw;
  -webkit-font-smoothing: antialiased;
}
body main,
html main {
  background: #fff;
}

svg title {
  pointer-events: none;
}

.clearfix:before, .page-no-topper .content:before, .container-fluid:before, .container-bleed:before, .container-search:before, .container:before, .container-wide:before, .container-full:before, .container-navigation:before,
.clearfix:after,
.page-no-topper .content:after,
.container-fluid:after,
.container-bleed:after,
.container-search:after,
.container:after,
.container-wide:after,
.container-full:after,
.container-navigation:after {
  content: " ";
  display: table;
}

.clearfix:after, .page-no-topper .content:after, .container-fluid:after, .container-bleed:after, .container-search:after, .container:after, .container-wide:after, .container-full:after, .container-navigation:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
  Nearly all top-level elements should ideally follow this format:

  An Outer Element (defines any vertical spacing, should not have any left/right padding)
    .container (that defines the standard outer width/margin of all inner columns/rows, if any)
      .row[-*] or .column[-*] class (defines column or row structure and alignment, but should only have flex props applied, no margins or padding of its own)
        an inner element or .col[-*-#] class (col[-*-#] margins define the per item spacing, padding is for inner contents)


    .container is not meant to be nested at any depth (i.e. avoid .container .container: if an inner element should have padding, set it explictly or base it off of the same value as $desktop-outer-padding)

    .inner elements with .col[-*-#] can safely have a .column[-*] class if their contents are laid out vertically

    The .container and the outer element can be combined, provided no modifications are made to the .container class itself and the outer element never specifies its own left/right padding or margins (if this is needed, it probably makes more sense to either create another more globally useful .container[-] class or else rely on a specific element to act as a container)

    margin: 0 auto; is very powerful, but it's often not what is needed as a default for flex alignment
  */
.container-fluid, .container-full, .container-wide, .container, .container-navigation {
  padding: 0 20px;
  width: 100%;
}
@media (min-width: 375px) {
  .container-fluid, .container-full, .container-wide, .container, .container-navigation {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .container-fluid, .container-full, .container-wide, .container, .container-navigation {
    padding: 0 40px;
  }
}

.container-bleed {
  padding: 0;
  width: 100%;
}

.container-search {
  padding: 0 0 0 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .container-search {
    padding: 0 10px 0 30px;
  }
}

.container, .container-navigation {
  margin: 0 auto;
  max-width: 100vw;
  position: relative;
}
@media (min-width: 768px) {
  .container, .container-navigation {
    max-width: 1020px;
  }
}

.container-wide {
  margin: 0 auto;
  max-width: 100vw;
  z-index: 2;
}
.container-wide--mobile {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .container-wide--mobile {
    padding: 0 40px;
  }
}
@media (min-width: 960px) {
  .container-wide--mobile {
    padding: 0 40px;
  }
}
.container-wide--mobile::after {
  /*
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 51px;
  background: $primary;
  */
}
.container-wide--front {
  z-index: 10;
}
@media (min-width: 768px) {
  .container-wide {
    max-width: 1240px;
  }
}

.container--upnext {
  margin-top: 58px;
}
@media (min-width: 1240px) {
  .container--upnext {
    margin-top: 80px;
  }
}

.container-full {
  margin: 0 auto;
  max-width: 100vw;
  padding: 0;
}
@media (min-width: 768px) {
  .container-full {
    padding: 0;
  }
}

.container-wrap {
  background: #fff;
  width: 100%;
}

.content {
  width: 100%;
}

.static-map, .read-more {
  margin-top: 20px;
  margin-bottom: 20px;
}

.module {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .module {
    margin-top: 55px;
  }
}
@media (min-width: 992px) {
  .module {
    margin-top: 60px;
  }
}

/* Grid Layout */
.row, [class*=row-grid-], .single-row, .row-center {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  flex: 1 0 auto;
  max-width: 100vw;
  width: 100%;
}

.row-center {
  justify-content: center;
}
.row-center--align-start {
  align-items: flex-start;
}
.row-center--align-center {
  align-items: center;
}
.row-center--justify-between {
  justify-content: space-between !important;
}
.row-center--justify-start {
  justify-content: flex-start;
}
.row-center--align-end {
  align-items: flex-end;
}
.row-center--align-c-end {
  align-content: flex-end;
}

@media (min-width: 768px) {
  .row-reverse--tablet {
    flex-direction: row-reverse;
  }
}

.single-row {
  flex-wrap: nowrap;
  margin-bottom: 0;
  max-height: 100%;
  height: 100%;
}
.single-row [class*=col-] {
  margin-bottom: 0;
}
.single-row [class*=col-]:last-child {
  margin-right: 0;
}

[class*=col-] {
  flex-grow: 1;
  flex-basis: auto;
  width: 100%;
  min-height: 1px;
}

.col {
  flex: 1 0 auto;
  align-items: center;
}

.col-shrink {
  flex-shrink: 1;
  flex-grow: 1;
  flex-basis: 0;
  align-items: center;
}

[class*=row-grid-] {
  width: auto;
  margin: -20px;
  justify-content: center;
}
[class*=row-grid-] .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
[class*=row-grid-] [class*=col-] {
  margin: 20px;
}

@media (min-width: 480px) {
  .row-grid-xs {
    margin: 10px;
  }
  .row-grid-xs.thin-margin {
    margin: 8px;
  }
  .row-grid-xs.square-grid {
    margin: -10px;
  }
}

@media (min-width: 480px) {
  .row-grid-sm {
    margin: 10px;
  }
  .row-grid-sm.thin-margin {
    margin: 8px;
  }
  .row-grid-sm.square-grid {
    margin: -10px;
  }
}
@media (min-width: 575px) {
  .row-grid-sm {
    margin: 10px;
  }
  .row-grid-sm.thin-margin {
    margin: 8px;
  }
  .row-grid-sm.square-grid {
    margin: -10px;
  }
}

@media (min-width: 480px) {
  .row-grid-md {
    margin: 10px;
  }
  .row-grid-md.thin-margin {
    margin: 6px;
  }
  .row-grid-md.square-grid {
    margin: -10px;
  }
}
@media (min-width: 575px) {
  .row-grid-md {
    margin: 10px;
  }
  .row-grid-md.thin-margin {
    margin: 6px;
  }
  .row-grid-md.square-grid {
    margin: -10px;
  }
}
@media (min-width: 768px) {
  .row-grid-md {
    margin: 10px;
  }
  .row-grid-md.thin-margin {
    margin: 6px;
  }
  .row-grid-md.square-grid {
    margin: -10px;
  }
}

@media (min-width: 480px) {
  .row-grid-lg {
    margin: 10px;
  }
  .row-grid-lg.thin-margin {
    margin: 6px;
  }
  .row-grid-lg.square-grid {
    margin: -10px;
  }
}
@media (min-width: 575px) {
  .row-grid-lg {
    margin: 10px;
  }
  .row-grid-lg.thin-margin {
    margin: 6px;
  }
  .row-grid-lg.square-grid {
    margin: -10px;
  }
}
@media (min-width: 768px) {
  .row-grid-lg {
    margin: 10px;
  }
  .row-grid-lg.thin-margin {
    margin: 6px;
  }
  .row-grid-lg.square-grid {
    margin: -10px;
  }
}
@media (min-width: 992px) {
  .row-grid-lg {
    margin: 10px;
  }
  .row-grid-lg.thin-margin {
    margin: 6px;
  }
  .row-grid-lg.square-grid {
    margin: -10px;
  }
}

@media (min-width: 480px) {
  .row-grid-xlg {
    margin: 10px;
  }
  .row-grid-xlg.thin-margin {
    margin: 6px;
  }
  .row-grid-xlg.square-grid {
    margin: -12.5px;
  }
}
@media (min-width: 575px) {
  .row-grid-xlg {
    margin: 10px;
  }
  .row-grid-xlg.thin-margin {
    margin: 6px;
  }
  .row-grid-xlg.square-grid {
    margin: -12.5px;
  }
}
@media (min-width: 768px) {
  .row-grid-xlg {
    margin: 10px;
  }
  .row-grid-xlg.thin-margin {
    margin: 6px;
  }
  .row-grid-xlg.square-grid {
    margin: -12.5px;
  }
}
@media (min-width: 992px) {
  .row-grid-xlg {
    margin: 10px;
  }
  .row-grid-xlg.thin-margin {
    margin: 6px;
  }
  .row-grid-xlg.square-grid {
    margin: -12.5px;
  }
}
@media (min-width: 1250px) {
  .row-grid-xlg {
    margin: 10px;
  }
  .row-grid-xlg.thin-margin {
    margin: 6px;
  }
  .row-grid-xlg.square-grid {
    margin: -12.5px;
  }
}

@media (min-width: 480px) {
  .col-xs-12 {
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  [class*=row-grid-] .col-xs-12 {
    max-width: calc(100% - 20px);
    margin: 10px;
    flex-basis: calc(100% - 20px);
  }
  .square-grid .col-xs-12 {
    padding-top: calc(75% - 20px);
    max-width: calc(100% - 20px);
    margin: 10px;
    flex-basis: calc(100% - 20px);
  }
  .thin-margin .col-xs-12 {
    max-width: calc(100% - 16px);
    margin: 8px;
    flex-basis: calc(100% - 16px);
  }
  .col-xs-11 {
    flex-basis: calc(91.66666667% - 1.6666666667px);
    max-width: calc(91.66666667% - 1.6666666667px);
  }
  [class*=row-grid-] .col-xs-11 {
    max-width: calc(91.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(91.66666667% - 20px);
  }
  .square-grid .col-xs-11 {
    padding-top: calc(68.7500000025% - 20px);
    max-width: calc(91.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(91.66666667% - 20px);
  }
  .thin-margin .col-xs-11 {
    max-width: calc(91.66666667% - 16px);
    margin: 8px;
    flex-basis: calc(91.66666667% - 16px);
  }
  .col-xs-10 {
    flex-basis: calc(83.333333333% - 3.3333333333px);
    max-width: calc(83.333333333% - 3.3333333333px);
  }
  [class*=row-grid-] .col-xs-10 {
    max-width: calc(83.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(83.333333333% - 20px);
  }
  .square-grid .col-xs-10 {
    padding-top: calc(62.4999999998% - 20px);
    max-width: calc(83.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(83.333333333% - 20px);
  }
  .thin-margin .col-xs-10 {
    max-width: calc(83.333333333% - 16px);
    margin: 8px;
    flex-basis: calc(83.333333333% - 16px);
  }
  .col-xs-9 {
    flex-basis: calc(75% - 5px);
    max-width: calc(75% - 5px);
  }
  [class*=row-grid-] .col-xs-9 {
    max-width: calc(75% - 20px);
    margin: 10px;
    flex-basis: calc(75% - 20px);
  }
  .square-grid .col-xs-9 {
    padding-top: calc(56.25% - 20px);
    max-width: calc(75% - 20px);
    margin: 10px;
    flex-basis: calc(75% - 20px);
  }
  .thin-margin .col-xs-9 {
    max-width: calc(75% - 16px);
    margin: 8px;
    flex-basis: calc(75% - 16px);
  }
  .col-xs-8 {
    flex-basis: calc(66.66666667% - 6.6666666667px);
    max-width: calc(66.66666667% - 6.6666666667px);
  }
  [class*=row-grid-] .col-xs-8 {
    max-width: calc(66.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(66.66666667% - 20px);
  }
  .square-grid .col-xs-8 {
    padding-top: calc(50.0000000025% - 20px);
    max-width: calc(66.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(66.66666667% - 20px);
  }
  .thin-margin .col-xs-8 {
    max-width: calc(66.66666667% - 16px);
    margin: 8px;
    flex-basis: calc(66.66666667% - 16px);
  }
  .col-xs-7 {
    flex-basis: calc(58.33333% - 8.3333333333px);
    max-width: calc(58.33333% - 8.3333333333px);
  }
  [class*=row-grid-] .col-xs-7 {
    max-width: calc(58.33333% - 20px);
    margin: 10px;
    flex-basis: calc(58.33333% - 20px);
  }
  .square-grid .col-xs-7 {
    padding-top: calc(43.7499975% - 20px);
    max-width: calc(58.33333% - 20px);
    margin: 10px;
    flex-basis: calc(58.33333% - 20px);
  }
  .thin-margin .col-xs-7 {
    max-width: calc(58.33333% - 16px);
    margin: 8px;
    flex-basis: calc(58.33333% - 16px);
  }
  .col-xs-6 {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  [class*=row-grid-] .col-xs-6 {
    max-width: calc(50% - 20px);
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .square-grid .col-xs-6 {
    padding-top: calc(37.5% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .thin-margin .col-xs-6 {
    max-width: calc(50% - 16px);
    margin: 8px;
    flex-basis: calc(50% - 16px);
  }
  .col-xs-5 {
    flex-basis: calc(41.66667% - 11.6666666667px);
    max-width: calc(41.66667% - 11.6666666667px);
  }
  [class*=row-grid-] .col-xs-5 {
    max-width: calc(41.66667% - 20px);
    margin: 10px;
    flex-basis: calc(41.66667% - 20px);
  }
  .square-grid .col-xs-5 {
    padding-top: calc(31.2500025% - 20px);
    max-width: calc(41.66667% - 20px);
    margin: 10px;
    flex-basis: calc(41.66667% - 20px);
  }
  .thin-margin .col-xs-5 {
    max-width: calc(41.66667% - 16px);
    margin: 8px;
    flex-basis: calc(41.66667% - 16px);
  }
  .col-xs-4 {
    flex-basis: calc(33.33333333% - 13.3333333333px);
    max-width: calc(33.33333333% - 13.3333333333px);
  }
  [class*=row-grid-] .col-xs-4 {
    max-width: calc(33.33333333% - 20px);
    margin: 10px;
    flex-basis: calc(33.33333333% - 20px);
  }
  .square-grid .col-xs-4 {
    padding-top: calc(24.9999999975% - 20px);
    max-width: calc(33.33333333% - 20px);
    margin: 10px;
    flex-basis: calc(33.33333333% - 20px);
  }
  .thin-margin .col-xs-4 {
    max-width: calc(33.33333333% - 16px);
    margin: 8px;
    flex-basis: calc(33.33333333% - 16px);
  }
  .col-xs-3 {
    flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  [class*=row-grid-] .col-xs-3 {
    max-width: calc(25% - 20px);
    margin: 10px;
    flex-basis: calc(25% - 20px);
  }
  .square-grid .col-xs-3 {
    padding-top: calc(18.75% - 20px);
    max-width: calc(25% - 20px);
    margin: 10px;
    flex-basis: calc(25% - 20px);
  }
  .thin-margin .col-xs-3 {
    max-width: calc(25% - 16px);
    margin: 8px;
    flex-basis: calc(25% - 16px);
  }
  .col-xs-2 {
    flex-basis: calc(17.666666667% - 16.6666666667px);
    max-width: calc(17.666666667% - 16.6666666667px);
  }
  [class*=row-grid-] .col-xs-2 {
    max-width: calc(17.666666667% - 20px);
    margin: 10px;
    flex-basis: calc(17.666666667% - 20px);
  }
  .square-grid .col-xs-2 {
    padding-top: calc(13.2500000003% - 20px);
    max-width: calc(17.666666667% - 20px);
    margin: 10px;
    flex-basis: calc(17.666666667% - 20px);
  }
  .thin-margin .col-xs-2 {
    max-width: calc(17.666666667% - 16px);
    margin: 8px;
    flex-basis: calc(17.666666667% - 16px);
  }
  .col-xs-1 {
    flex-basis: calc(8.333333333% - 18.3333333333px);
    max-width: calc(8.333333333% - 18.3333333333px);
  }
  [class*=row-grid-] .col-xs-1 {
    max-width: calc(8.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(8.333333333% - 20px);
  }
  .square-grid .col-xs-1 {
    padding-top: calc(6.2499999998% - 20px);
    max-width: calc(8.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(8.333333333% - 20px);
  }
  .thin-margin .col-xs-1 {
    max-width: calc(8.333333333% - 16px);
    margin: 8px;
    flex-basis: calc(8.333333333% - 16px);
  }
  .thin-margin {
    margin: -8px;
  }
}
@media (min-width: 575px) {
  .col-sm-12 {
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  [class*=row-grid-] .col-sm-12 {
    max-width: calc(100% - 20px);
    margin: 10px;
    flex-basis: calc(100% - 20px);
  }
  .square-grid .col-sm-12 {
    padding-top: calc(75% - 20px);
    max-width: calc(100% - 20px);
    margin: 10px;
    flex-basis: calc(100% - 20px);
  }
  .thin-margin .col-sm-12 {
    max-width: calc(100% - 16px);
    margin: 8px;
    flex-basis: calc(100% - 16px);
  }
  .col-sm-11 {
    flex-basis: calc(91.66666667% - 1.6666666667px);
    max-width: calc(91.66666667% - 1.6666666667px);
  }
  [class*=row-grid-] .col-sm-11 {
    max-width: calc(91.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(91.66666667% - 20px);
  }
  .square-grid .col-sm-11 {
    padding-top: calc(68.7500000025% - 20px);
    max-width: calc(91.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(91.66666667% - 20px);
  }
  .thin-margin .col-sm-11 {
    max-width: calc(91.66666667% - 16px);
    margin: 8px;
    flex-basis: calc(91.66666667% - 16px);
  }
  .col-sm-10 {
    flex-basis: calc(83.333333333% - 3.3333333333px);
    max-width: calc(83.333333333% - 3.3333333333px);
  }
  [class*=row-grid-] .col-sm-10 {
    max-width: calc(83.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(83.333333333% - 20px);
  }
  .square-grid .col-sm-10 {
    padding-top: calc(62.4999999998% - 20px);
    max-width: calc(83.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(83.333333333% - 20px);
  }
  .thin-margin .col-sm-10 {
    max-width: calc(83.333333333% - 16px);
    margin: 8px;
    flex-basis: calc(83.333333333% - 16px);
  }
  .col-sm-9 {
    flex-basis: calc(75% - 5px);
    max-width: calc(75% - 5px);
  }
  [class*=row-grid-] .col-sm-9 {
    max-width: calc(75% - 20px);
    margin: 10px;
    flex-basis: calc(75% - 20px);
  }
  .square-grid .col-sm-9 {
    padding-top: calc(56.25% - 20px);
    max-width: calc(75% - 20px);
    margin: 10px;
    flex-basis: calc(75% - 20px);
  }
  .thin-margin .col-sm-9 {
    max-width: calc(75% - 16px);
    margin: 8px;
    flex-basis: calc(75% - 16px);
  }
  .col-sm-8 {
    flex-basis: calc(66.66666667% - 6.6666666667px);
    max-width: calc(66.66666667% - 6.6666666667px);
  }
  [class*=row-grid-] .col-sm-8 {
    max-width: calc(66.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(66.66666667% - 20px);
  }
  .square-grid .col-sm-8 {
    padding-top: calc(50.0000000025% - 20px);
    max-width: calc(66.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(66.66666667% - 20px);
  }
  .thin-margin .col-sm-8 {
    max-width: calc(66.66666667% - 16px);
    margin: 8px;
    flex-basis: calc(66.66666667% - 16px);
  }
  .col-sm-7 {
    flex-basis: calc(58.33333% - 8.3333333333px);
    max-width: calc(58.33333% - 8.3333333333px);
  }
  [class*=row-grid-] .col-sm-7 {
    max-width: calc(58.33333% - 20px);
    margin: 10px;
    flex-basis: calc(58.33333% - 20px);
  }
  .square-grid .col-sm-7 {
    padding-top: calc(43.7499975% - 20px);
    max-width: calc(58.33333% - 20px);
    margin: 10px;
    flex-basis: calc(58.33333% - 20px);
  }
  .thin-margin .col-sm-7 {
    max-width: calc(58.33333% - 16px);
    margin: 8px;
    flex-basis: calc(58.33333% - 16px);
  }
  .col-sm-6 {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  [class*=row-grid-] .col-sm-6 {
    max-width: calc(50% - 20px);
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .square-grid .col-sm-6 {
    padding-top: calc(37.5% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .thin-margin .col-sm-6 {
    max-width: calc(50% - 16px);
    margin: 8px;
    flex-basis: calc(50% - 16px);
  }
  .col-sm-5 {
    flex-basis: calc(41.66667% - 11.6666666667px);
    max-width: calc(41.66667% - 11.6666666667px);
  }
  [class*=row-grid-] .col-sm-5 {
    max-width: calc(41.66667% - 20px);
    margin: 10px;
    flex-basis: calc(41.66667% - 20px);
  }
  .square-grid .col-sm-5 {
    padding-top: calc(31.2500025% - 20px);
    max-width: calc(41.66667% - 20px);
    margin: 10px;
    flex-basis: calc(41.66667% - 20px);
  }
  .thin-margin .col-sm-5 {
    max-width: calc(41.66667% - 16px);
    margin: 8px;
    flex-basis: calc(41.66667% - 16px);
  }
  .col-sm-4 {
    flex-basis: calc(33.33333333% - 13.3333333333px);
    max-width: calc(33.33333333% - 13.3333333333px);
  }
  [class*=row-grid-] .col-sm-4 {
    max-width: calc(33.33333333% - 20px);
    margin: 10px;
    flex-basis: calc(33.33333333% - 20px);
  }
  .square-grid .col-sm-4 {
    padding-top: calc(24.9999999975% - 20px);
    max-width: calc(33.33333333% - 20px);
    margin: 10px;
    flex-basis: calc(33.33333333% - 20px);
  }
  .thin-margin .col-sm-4 {
    max-width: calc(33.33333333% - 16px);
    margin: 8px;
    flex-basis: calc(33.33333333% - 16px);
  }
  .col-sm-3 {
    flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  [class*=row-grid-] .col-sm-3 {
    max-width: calc(25% - 20px);
    margin: 10px;
    flex-basis: calc(25% - 20px);
  }
  .square-grid .col-sm-3 {
    padding-top: calc(18.75% - 20px);
    max-width: calc(25% - 20px);
    margin: 10px;
    flex-basis: calc(25% - 20px);
  }
  .thin-margin .col-sm-3 {
    max-width: calc(25% - 16px);
    margin: 8px;
    flex-basis: calc(25% - 16px);
  }
  .col-sm-2 {
    flex-basis: calc(17.666666667% - 16.6666666667px);
    max-width: calc(17.666666667% - 16.6666666667px);
  }
  [class*=row-grid-] .col-sm-2 {
    max-width: calc(17.666666667% - 20px);
    margin: 10px;
    flex-basis: calc(17.666666667% - 20px);
  }
  .square-grid .col-sm-2 {
    padding-top: calc(13.2500000003% - 20px);
    max-width: calc(17.666666667% - 20px);
    margin: 10px;
    flex-basis: calc(17.666666667% - 20px);
  }
  .thin-margin .col-sm-2 {
    max-width: calc(17.666666667% - 16px);
    margin: 8px;
    flex-basis: calc(17.666666667% - 16px);
  }
  .col-sm-1 {
    flex-basis: calc(8.333333333% - 18.3333333333px);
    max-width: calc(8.333333333% - 18.3333333333px);
  }
  [class*=row-grid-] .col-sm-1 {
    max-width: calc(8.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(8.333333333% - 20px);
  }
  .square-grid .col-sm-1 {
    padding-top: calc(6.2499999998% - 20px);
    max-width: calc(8.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(8.333333333% - 20px);
  }
  .thin-margin .col-sm-1 {
    max-width: calc(8.333333333% - 16px);
    margin: 8px;
    flex-basis: calc(8.333333333% - 16px);
  }
  .thin-margin {
    margin: -8px;
  }
}
@media (min-width: 768px) {
  .col-md-12 {
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  [class*=row-grid-] .col-md-12 {
    max-width: calc(100% - 20px);
    margin: 10px;
    flex-basis: calc(100% - 20px);
  }
  .square-grid .col-md-12 {
    padding-top: calc(75% - 20px);
    max-width: calc(100% - 20px);
    margin: 10px;
    flex-basis: calc(100% - 20px);
  }
  .thin-margin .col-md-12 {
    max-width: calc(100% - 12px);
    margin: 6px;
    flex-basis: calc(100% - 12px);
  }
  .col-md-11 {
    flex-basis: calc(91.66666667% - 1.6666666667px);
    max-width: calc(91.66666667% - 1.6666666667px);
  }
  [class*=row-grid-] .col-md-11 {
    max-width: calc(91.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(91.66666667% - 20px);
  }
  .square-grid .col-md-11 {
    padding-top: calc(68.7500000025% - 20px);
    max-width: calc(91.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(91.66666667% - 20px);
  }
  .thin-margin .col-md-11 {
    max-width: calc(91.66666667% - 12px);
    margin: 6px;
    flex-basis: calc(91.66666667% - 12px);
  }
  .col-md-10 {
    flex-basis: calc(83.333333333% - 3.3333333333px);
    max-width: calc(83.333333333% - 3.3333333333px);
  }
  [class*=row-grid-] .col-md-10 {
    max-width: calc(83.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(83.333333333% - 20px);
  }
  .square-grid .col-md-10 {
    padding-top: calc(62.4999999998% - 20px);
    max-width: calc(83.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(83.333333333% - 20px);
  }
  .thin-margin .col-md-10 {
    max-width: calc(83.333333333% - 12px);
    margin: 6px;
    flex-basis: calc(83.333333333% - 12px);
  }
  .col-md-9 {
    flex-basis: calc(75% - 5px);
    max-width: calc(75% - 5px);
  }
  [class*=row-grid-] .col-md-9 {
    max-width: calc(75% - 20px);
    margin: 10px;
    flex-basis: calc(75% - 20px);
  }
  .square-grid .col-md-9 {
    padding-top: calc(56.25% - 20px);
    max-width: calc(75% - 20px);
    margin: 10px;
    flex-basis: calc(75% - 20px);
  }
  .thin-margin .col-md-9 {
    max-width: calc(75% - 12px);
    margin: 6px;
    flex-basis: calc(75% - 12px);
  }
  .col-md-8 {
    flex-basis: calc(66.66666667% - 6.6666666667px);
    max-width: calc(66.66666667% - 6.6666666667px);
  }
  [class*=row-grid-] .col-md-8 {
    max-width: calc(66.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(66.66666667% - 20px);
  }
  .square-grid .col-md-8 {
    padding-top: calc(50.0000000025% - 20px);
    max-width: calc(66.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(66.66666667% - 20px);
  }
  .thin-margin .col-md-8 {
    max-width: calc(66.66666667% - 12px);
    margin: 6px;
    flex-basis: calc(66.66666667% - 12px);
  }
  .col-md-7 {
    flex-basis: calc(58.33333% - 8.3333333333px);
    max-width: calc(58.33333% - 8.3333333333px);
  }
  [class*=row-grid-] .col-md-7 {
    max-width: calc(58.33333% - 20px);
    margin: 10px;
    flex-basis: calc(58.33333% - 20px);
  }
  .square-grid .col-md-7 {
    padding-top: calc(43.7499975% - 20px);
    max-width: calc(58.33333% - 20px);
    margin: 10px;
    flex-basis: calc(58.33333% - 20px);
  }
  .thin-margin .col-md-7 {
    max-width: calc(58.33333% - 12px);
    margin: 6px;
    flex-basis: calc(58.33333% - 12px);
  }
  .col-md-6 {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  [class*=row-grid-] .col-md-6 {
    max-width: calc(50% - 20px);
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .square-grid .col-md-6 {
    padding-top: calc(37.5% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .thin-margin .col-md-6 {
    max-width: calc(50% - 12px);
    margin: 6px;
    flex-basis: calc(50% - 12px);
  }
  .col-md-5 {
    flex-basis: calc(41.66667% - 11.6666666667px);
    max-width: calc(41.66667% - 11.6666666667px);
  }
  [class*=row-grid-] .col-md-5 {
    max-width: calc(41.66667% - 20px);
    margin: 10px;
    flex-basis: calc(41.66667% - 20px);
  }
  .square-grid .col-md-5 {
    padding-top: calc(31.2500025% - 20px);
    max-width: calc(41.66667% - 20px);
    margin: 10px;
    flex-basis: calc(41.66667% - 20px);
  }
  .thin-margin .col-md-5 {
    max-width: calc(41.66667% - 12px);
    margin: 6px;
    flex-basis: calc(41.66667% - 12px);
  }
  .col-md-4 {
    flex-basis: calc(33.33333333% - 13.3333333333px);
    max-width: calc(33.33333333% - 13.3333333333px);
  }
  [class*=row-grid-] .col-md-4 {
    max-width: calc(33.33333333% - 20px);
    margin: 10px;
    flex-basis: calc(33.33333333% - 20px);
  }
  .square-grid .col-md-4 {
    padding-top: calc(24.9999999975% - 20px);
    max-width: calc(33.33333333% - 20px);
    margin: 10px;
    flex-basis: calc(33.33333333% - 20px);
  }
  .thin-margin .col-md-4 {
    max-width: calc(33.33333333% - 12px);
    margin: 6px;
    flex-basis: calc(33.33333333% - 12px);
  }
  .col-md-3 {
    flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  [class*=row-grid-] .col-md-3 {
    max-width: calc(25% - 20px);
    margin: 10px;
    flex-basis: calc(25% - 20px);
  }
  .square-grid .col-md-3 {
    padding-top: calc(18.75% - 20px);
    max-width: calc(25% - 20px);
    margin: 10px;
    flex-basis: calc(25% - 20px);
  }
  .thin-margin .col-md-3 {
    max-width: calc(25% - 12px);
    margin: 6px;
    flex-basis: calc(25% - 12px);
  }
  .col-md-2 {
    flex-basis: calc(17.666666667% - 16.6666666667px);
    max-width: calc(17.666666667% - 16.6666666667px);
  }
  [class*=row-grid-] .col-md-2 {
    max-width: calc(17.666666667% - 20px);
    margin: 10px;
    flex-basis: calc(17.666666667% - 20px);
  }
  .square-grid .col-md-2 {
    padding-top: calc(13.2500000003% - 20px);
    max-width: calc(17.666666667% - 20px);
    margin: 10px;
    flex-basis: calc(17.666666667% - 20px);
  }
  .thin-margin .col-md-2 {
    max-width: calc(17.666666667% - 12px);
    margin: 6px;
    flex-basis: calc(17.666666667% - 12px);
  }
  .col-md-1 {
    flex-basis: calc(8.333333333% - 18.3333333333px);
    max-width: calc(8.333333333% - 18.3333333333px);
  }
  [class*=row-grid-] .col-md-1 {
    max-width: calc(8.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(8.333333333% - 20px);
  }
  .square-grid .col-md-1 {
    padding-top: calc(6.2499999998% - 20px);
    max-width: calc(8.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(8.333333333% - 20px);
  }
  .thin-margin .col-md-1 {
    max-width: calc(8.333333333% - 12px);
    margin: 6px;
    flex-basis: calc(8.333333333% - 12px);
  }
  .thin-margin {
    margin: -6px;
  }
}
@media (min-width: 992px) {
  .col-lg-12 {
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  [class*=row-grid-] .col-lg-12 {
    max-width: calc(100% - 20px);
    margin: 10px;
    flex-basis: calc(100% - 20px);
  }
  .square-grid .col-lg-12 {
    padding-top: calc(75% - 20px);
    max-width: calc(100% - 20px);
    margin: 10px;
    flex-basis: calc(100% - 20px);
  }
  .thin-margin .col-lg-12 {
    max-width: calc(100% - 12px);
    margin: 6px;
    flex-basis: calc(100% - 12px);
  }
  .col-lg-11 {
    flex-basis: calc(91.66666667% - 1.6666666667px);
    max-width: calc(91.66666667% - 1.6666666667px);
  }
  [class*=row-grid-] .col-lg-11 {
    max-width: calc(91.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(91.66666667% - 20px);
  }
  .square-grid .col-lg-11 {
    padding-top: calc(68.7500000025% - 20px);
    max-width: calc(91.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(91.66666667% - 20px);
  }
  .thin-margin .col-lg-11 {
    max-width: calc(91.66666667% - 12px);
    margin: 6px;
    flex-basis: calc(91.66666667% - 12px);
  }
  .col-lg-10 {
    flex-basis: calc(83.333333333% - 3.3333333333px);
    max-width: calc(83.333333333% - 3.3333333333px);
  }
  [class*=row-grid-] .col-lg-10 {
    max-width: calc(83.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(83.333333333% - 20px);
  }
  .square-grid .col-lg-10 {
    padding-top: calc(62.4999999998% - 20px);
    max-width: calc(83.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(83.333333333% - 20px);
  }
  .thin-margin .col-lg-10 {
    max-width: calc(83.333333333% - 12px);
    margin: 6px;
    flex-basis: calc(83.333333333% - 12px);
  }
  .col-lg-9 {
    flex-basis: calc(75% - 5px);
    max-width: calc(75% - 5px);
  }
  [class*=row-grid-] .col-lg-9 {
    max-width: calc(75% - 20px);
    margin: 10px;
    flex-basis: calc(75% - 20px);
  }
  .square-grid .col-lg-9 {
    padding-top: calc(56.25% - 20px);
    max-width: calc(75% - 20px);
    margin: 10px;
    flex-basis: calc(75% - 20px);
  }
  .thin-margin .col-lg-9 {
    max-width: calc(75% - 12px);
    margin: 6px;
    flex-basis: calc(75% - 12px);
  }
  .col-lg-8 {
    flex-basis: calc(66.66666667% - 6.6666666667px);
    max-width: calc(66.66666667% - 6.6666666667px);
  }
  [class*=row-grid-] .col-lg-8 {
    max-width: calc(66.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(66.66666667% - 20px);
  }
  .square-grid .col-lg-8 {
    padding-top: calc(50.0000000025% - 20px);
    max-width: calc(66.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(66.66666667% - 20px);
  }
  .thin-margin .col-lg-8 {
    max-width: calc(66.66666667% - 12px);
    margin: 6px;
    flex-basis: calc(66.66666667% - 12px);
  }
  .col-lg-7 {
    flex-basis: calc(58.33333% - 8.3333333333px);
    max-width: calc(58.33333% - 8.3333333333px);
  }
  [class*=row-grid-] .col-lg-7 {
    max-width: calc(58.33333% - 20px);
    margin: 10px;
    flex-basis: calc(58.33333% - 20px);
  }
  .square-grid .col-lg-7 {
    padding-top: calc(43.7499975% - 20px);
    max-width: calc(58.33333% - 20px);
    margin: 10px;
    flex-basis: calc(58.33333% - 20px);
  }
  .thin-margin .col-lg-7 {
    max-width: calc(58.33333% - 12px);
    margin: 6px;
    flex-basis: calc(58.33333% - 12px);
  }
  .col-lg-6 {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  [class*=row-grid-] .col-lg-6 {
    max-width: calc(50% - 20px);
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .square-grid .col-lg-6 {
    padding-top: calc(37.5% - 20px);
    max-width: calc(50% - 20px);
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .thin-margin .col-lg-6 {
    max-width: calc(50% - 12px);
    margin: 6px;
    flex-basis: calc(50% - 12px);
  }
  .col-lg-5 {
    flex-basis: calc(41.66667% - 11.6666666667px);
    max-width: calc(41.66667% - 11.6666666667px);
  }
  [class*=row-grid-] .col-lg-5 {
    max-width: calc(41.66667% - 20px);
    margin: 10px;
    flex-basis: calc(41.66667% - 20px);
  }
  .square-grid .col-lg-5 {
    padding-top: calc(31.2500025% - 20px);
    max-width: calc(41.66667% - 20px);
    margin: 10px;
    flex-basis: calc(41.66667% - 20px);
  }
  .thin-margin .col-lg-5 {
    max-width: calc(41.66667% - 12px);
    margin: 6px;
    flex-basis: calc(41.66667% - 12px);
  }
  .col-lg-4 {
    flex-basis: calc(33.33333333% - 13.3333333333px);
    max-width: calc(33.33333333% - 13.3333333333px);
  }
  [class*=row-grid-] .col-lg-4 {
    max-width: calc(33.33333333% - 20px);
    margin: 10px;
    flex-basis: calc(33.33333333% - 20px);
  }
  .square-grid .col-lg-4 {
    padding-top: calc(24.9999999975% - 20px);
    max-width: calc(33.33333333% - 20px);
    margin: 10px;
    flex-basis: calc(33.33333333% - 20px);
  }
  .thin-margin .col-lg-4 {
    max-width: calc(33.33333333% - 12px);
    margin: 6px;
    flex-basis: calc(33.33333333% - 12px);
  }
  .col-lg-3 {
    flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  [class*=row-grid-] .col-lg-3 {
    max-width: calc(25% - 20px);
    margin: 10px;
    flex-basis: calc(25% - 20px);
  }
  .square-grid .col-lg-3 {
    padding-top: calc(18.75% - 20px);
    max-width: calc(25% - 20px);
    margin: 10px;
    flex-basis: calc(25% - 20px);
  }
  .thin-margin .col-lg-3 {
    max-width: calc(25% - 12px);
    margin: 6px;
    flex-basis: calc(25% - 12px);
  }
  .col-lg-2 {
    flex-basis: calc(17.666666667% - 16.6666666667px);
    max-width: calc(17.666666667% - 16.6666666667px);
  }
  [class*=row-grid-] .col-lg-2 {
    max-width: calc(17.666666667% - 20px);
    margin: 10px;
    flex-basis: calc(17.666666667% - 20px);
  }
  .square-grid .col-lg-2 {
    padding-top: calc(13.2500000003% - 20px);
    max-width: calc(17.666666667% - 20px);
    margin: 10px;
    flex-basis: calc(17.666666667% - 20px);
  }
  .thin-margin .col-lg-2 {
    max-width: calc(17.666666667% - 12px);
    margin: 6px;
    flex-basis: calc(17.666666667% - 12px);
  }
  .col-lg-1 {
    flex-basis: calc(8.333333333% - 18.3333333333px);
    max-width: calc(8.333333333% - 18.3333333333px);
  }
  [class*=row-grid-] .col-lg-1 {
    max-width: calc(8.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(8.333333333% - 20px);
  }
  .square-grid .col-lg-1 {
    padding-top: calc(6.2499999998% - 20px);
    max-width: calc(8.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(8.333333333% - 20px);
  }
  .thin-margin .col-lg-1 {
    max-width: calc(8.333333333% - 12px);
    margin: 6px;
    flex-basis: calc(8.333333333% - 12px);
  }
  .thin-margin {
    margin: -6px;
  }
}
@media (min-width: 1250px) {
  .col-xlg-12 {
    flex-basis: calc(100% - 0px);
    max-width: calc(100% - 0px);
  }
  [class*=row-grid-] .col-xlg-12 {
    max-width: calc(100% - 20px);
    margin: 10px;
    flex-basis: calc(100% - 20px);
  }
  .square-grid .col-xlg-12 {
    padding-top: calc(75% - 25px);
    max-width: calc(100% - 25px);
    margin: 12.5px;
    flex-basis: calc(100% - 25px);
  }
  .thin-margin .col-xlg-12 {
    max-width: calc(100% - 12px);
    margin: 6px;
    flex-basis: calc(100% - 12px);
  }
  .col-xlg-11 {
    flex-basis: calc(91.66666667% - 1.6666666667px);
    max-width: calc(91.66666667% - 1.6666666667px);
  }
  [class*=row-grid-] .col-xlg-11 {
    max-width: calc(91.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(91.66666667% - 20px);
  }
  .square-grid .col-xlg-11 {
    padding-top: calc(68.7500000025% - 25px);
    max-width: calc(91.66666667% - 25px);
    margin: 12.5px;
    flex-basis: calc(91.66666667% - 25px);
  }
  .thin-margin .col-xlg-11 {
    max-width: calc(91.66666667% - 12px);
    margin: 6px;
    flex-basis: calc(91.66666667% - 12px);
  }
  .col-xlg-10 {
    flex-basis: calc(83.333333333% - 3.3333333333px);
    max-width: calc(83.333333333% - 3.3333333333px);
  }
  [class*=row-grid-] .col-xlg-10 {
    max-width: calc(83.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(83.333333333% - 20px);
  }
  .square-grid .col-xlg-10 {
    padding-top: calc(62.4999999998% - 25px);
    max-width: calc(83.333333333% - 25px);
    margin: 12.5px;
    flex-basis: calc(83.333333333% - 25px);
  }
  .thin-margin .col-xlg-10 {
    max-width: calc(83.333333333% - 12px);
    margin: 6px;
    flex-basis: calc(83.333333333% - 12px);
  }
  .col-xlg-9 {
    flex-basis: calc(75% - 5px);
    max-width: calc(75% - 5px);
  }
  [class*=row-grid-] .col-xlg-9 {
    max-width: calc(75% - 20px);
    margin: 10px;
    flex-basis: calc(75% - 20px);
  }
  .square-grid .col-xlg-9 {
    padding-top: calc(56.25% - 25px);
    max-width: calc(75% - 25px);
    margin: 12.5px;
    flex-basis: calc(75% - 25px);
  }
  .thin-margin .col-xlg-9 {
    max-width: calc(75% - 12px);
    margin: 6px;
    flex-basis: calc(75% - 12px);
  }
  .col-xlg-8 {
    flex-basis: calc(66.66666667% - 6.6666666667px);
    max-width: calc(66.66666667% - 6.6666666667px);
  }
  [class*=row-grid-] .col-xlg-8 {
    max-width: calc(66.66666667% - 20px);
    margin: 10px;
    flex-basis: calc(66.66666667% - 20px);
  }
  .square-grid .col-xlg-8 {
    padding-top: calc(50.0000000025% - 25px);
    max-width: calc(66.66666667% - 25px);
    margin: 12.5px;
    flex-basis: calc(66.66666667% - 25px);
  }
  .thin-margin .col-xlg-8 {
    max-width: calc(66.66666667% - 12px);
    margin: 6px;
    flex-basis: calc(66.66666667% - 12px);
  }
  .col-xlg-7 {
    flex-basis: calc(58.33333% - 8.3333333333px);
    max-width: calc(58.33333% - 8.3333333333px);
  }
  [class*=row-grid-] .col-xlg-7 {
    max-width: calc(58.33333% - 20px);
    margin: 10px;
    flex-basis: calc(58.33333% - 20px);
  }
  .square-grid .col-xlg-7 {
    padding-top: calc(43.7499975% - 25px);
    max-width: calc(58.33333% - 25px);
    margin: 12.5px;
    flex-basis: calc(58.33333% - 25px);
  }
  .thin-margin .col-xlg-7 {
    max-width: calc(58.33333% - 12px);
    margin: 6px;
    flex-basis: calc(58.33333% - 12px);
  }
  .col-xlg-6 {
    flex-basis: calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  [class*=row-grid-] .col-xlg-6 {
    max-width: calc(50% - 20px);
    margin: 10px;
    flex-basis: calc(50% - 20px);
  }
  .square-grid .col-xlg-6 {
    padding-top: calc(37.5% - 25px);
    max-width: calc(50% - 25px);
    margin: 12.5px;
    flex-basis: calc(50% - 25px);
  }
  .thin-margin .col-xlg-6 {
    max-width: calc(50% - 12px);
    margin: 6px;
    flex-basis: calc(50% - 12px);
  }
  .col-xlg-5 {
    flex-basis: calc(41.66667% - 11.6666666667px);
    max-width: calc(41.66667% - 11.6666666667px);
  }
  [class*=row-grid-] .col-xlg-5 {
    max-width: calc(41.66667% - 20px);
    margin: 10px;
    flex-basis: calc(41.66667% - 20px);
  }
  .square-grid .col-xlg-5 {
    padding-top: calc(31.2500025% - 25px);
    max-width: calc(41.66667% - 25px);
    margin: 12.5px;
    flex-basis: calc(41.66667% - 25px);
  }
  .thin-margin .col-xlg-5 {
    max-width: calc(41.66667% - 12px);
    margin: 6px;
    flex-basis: calc(41.66667% - 12px);
  }
  .col-xlg-4 {
    flex-basis: calc(33.33333333% - 13.3333333333px);
    max-width: calc(33.33333333% - 13.3333333333px);
  }
  [class*=row-grid-] .col-xlg-4 {
    max-width: calc(33.33333333% - 20px);
    margin: 10px;
    flex-basis: calc(33.33333333% - 20px);
  }
  .square-grid .col-xlg-4 {
    padding-top: calc(24.9999999975% - 25px);
    max-width: calc(33.33333333% - 25px);
    margin: 12.5px;
    flex-basis: calc(33.33333333% - 25px);
  }
  .thin-margin .col-xlg-4 {
    max-width: calc(33.33333333% - 12px);
    margin: 6px;
    flex-basis: calc(33.33333333% - 12px);
  }
  .col-xlg-3 {
    flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
  }
  [class*=row-grid-] .col-xlg-3 {
    max-width: calc(25% - 20px);
    margin: 10px;
    flex-basis: calc(25% - 20px);
  }
  .square-grid .col-xlg-3 {
    padding-top: calc(18.75% - 25px);
    max-width: calc(25% - 25px);
    margin: 12.5px;
    flex-basis: calc(25% - 25px);
  }
  .thin-margin .col-xlg-3 {
    max-width: calc(25% - 12px);
    margin: 6px;
    flex-basis: calc(25% - 12px);
  }
  .col-xlg-2 {
    flex-basis: calc(17.666666667% - 16.6666666667px);
    max-width: calc(17.666666667% - 16.6666666667px);
  }
  [class*=row-grid-] .col-xlg-2 {
    max-width: calc(17.666666667% - 20px);
    margin: 10px;
    flex-basis: calc(17.666666667% - 20px);
  }
  .square-grid .col-xlg-2 {
    padding-top: calc(13.2500000003% - 25px);
    max-width: calc(17.666666667% - 25px);
    margin: 12.5px;
    flex-basis: calc(17.666666667% - 25px);
  }
  .thin-margin .col-xlg-2 {
    max-width: calc(17.666666667% - 12px);
    margin: 6px;
    flex-basis: calc(17.666666667% - 12px);
  }
  .col-xlg-1 {
    flex-basis: calc(8.333333333% - 18.3333333333px);
    max-width: calc(8.333333333% - 18.3333333333px);
  }
  [class*=row-grid-] .col-xlg-1 {
    max-width: calc(8.333333333% - 20px);
    margin: 10px;
    flex-basis: calc(8.333333333% - 20px);
  }
  .square-grid .col-xlg-1 {
    padding-top: calc(6.2499999998% - 25px);
    max-width: calc(8.333333333% - 25px);
    margin: 12.5px;
    flex-basis: calc(8.333333333% - 25px);
  }
  .thin-margin .col-xlg-1 {
    max-width: calc(8.333333333% - 12px);
    margin: 6px;
    flex-basis: calc(8.333333333% - 12px);
  }
  .thin-margin {
    margin: -6px;
  }
}
.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.column {
  display: flex;
  flex-direction: column;
  min-height: 1px;
  position: relative;
  justify-content: center;
}
.column .col {
  flex: 0 0 auto;
}

.flex-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.flex-list--start {
  justify-content: flex-start;
}
.flex-list > ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.flex-list > ul > li {
  display: inline-flex;
  align-items: stretch;
  list-style-type: none;
}
.flex-list > ul > li:first-child {
  margin-left: 0;
}
.flex-list > ul > li:last-child {
  margin-right: 0;
}
.flex-list > ul > li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex: 1 0 auto;
}
.single-row .flex-list {
  flex-wrap: nowrap;
}

.error-404 {
  padding-bottom: 100px;
}

.jumplink-anchor {
  position: absolute;
  height: 1px;
  width: 1px;
  top: 0;
  transform: translateY(-54px);
}
@media (min-width: 768px) {
  .jumplink-anchor {
    transform: translateY(-60px);
  }
}

.visibility-hidden:not(:focus):not(:active) {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}

.noscript-warning {
  color: #231f20;
  background: rgba(200, 200, 200, 0.8);
  padding: 20px 40px;
  margin: 0 -40px;
  text-align: center;
}
.noscript-warning a {
  color: #3e3739;
  text-decoration: underline;
}

.overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

@media (min-width: 375px) {
  .dewidow {
    white-space: nowrap;
  }
}

.cannot-cookie .requires-cookies {
  display: none;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger-box {
  width: 44px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 44px;
  height: 3px;
  background-color: #fff;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before {
  width: 30px;
  right: 0;
}
.hamburger-inner::after {
  width: 25px;
  right: 0;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

.hamburger-label {
  color: #fff;
  display: block;
  font-weight: 900;
  letter-spacing: 0.03em;
  line-height: 17px;
  font-size: 14px;
  text-align: right;
  padding-bottom: 2px;
  transition: 0.35s;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

h1,
.h1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 800;
  font-size: 34px;
  line-height: 125%;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 43px;
  }
}
h1.super,
.h1.super {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 36px;
  font-weight: 800;
}
@media (min-width: 768px) {
  h1.super,
  .h1.super {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  h1.super,
  .h1.super {
    font-size: 60px;
  }
}
h1 i,
h1 em,
h1 strong,
.h1 i,
.h1 em,
.h1 strong {
  font-weight: 800 !important;
  font-style: normal !important;
}

h2,
.h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 900;
  font-size: 28px;
  line-height: 110%;
  margin: 0 0 0.4em;
  letter-spacing: 0.01em;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 43px;
  }
}
h2 i,
h2 em,
h2 strong,
.h2 i,
.h2 em,
.h2 strong {
  font-weight: 900 !important;
  font-style: normal !important;
}

h3,
.h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  margin: 0 0 0.5em;
  text-align: center;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 40px;
    text-align: left;
  }
}
h3 i,
h3 em,
h3 strong,
.h3 i,
.h3 em,
.h3 strong {
  font-weight: 900 !important;
  font-style: normal !important;
}

h4,
.h4 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 450;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0.02em;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 25px;
  }
}
h4 i,
h4 em,
h4 strong,
.h4 i,
.h4 em,
.h4 strong {
  font-weight: 450 !important;
  font-style: normal !important;
}

h5,
.h5 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 26px;
  }
}
h5.smaller,
.h5.smaller {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 768px) {
  h5.smaller,
  .h5.smaller {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h5.smaller,
  .h5.smaller {
    font-size: 18px;
  }
}
h5 i,
h5 em,
h5 strong,
.h5 i,
.h5 em,
.h5 strong {
  font-weight: 700 !important;
  font-style: normal !important;
}

h6,
.h6 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 130%;
  letter-spacing: 0.1em;
  margin: 0 0 1.5em;
}
h6 i,
h6 em,
h6 strong,
.h6 i,
.h6 em,
.h6 strong {
  font-weight: 400 !important;
  font-style: normal !important;
}

p {
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 165%;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
  color: #231f20;
}
p.caption {
  font-size: 14px;
  line-height: 145%;
}
@media (min-width: 768px) {
  p.caption {
    font-size: 16px;
  }
}
p.small {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}
p.teaser {
  font-size: 14px;
}
@media (min-width: 768px) {
  p.teaser {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  p.teaser {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    margin: 0 0 25px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 19px;
    margin: 0 0 25px;
  }
}
.content p:last-child {
  margin-bottom: 0;
}

body {
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #231f20;
}
@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 19px;
  }
}

small {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #231f20;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

hr {
  width: 140px;
  max-width: 100%;
  height: 3px;
  background: #64c9c4;
  border-radius: 0px;
  margin: 40px auto 25px auto;
}
@media (min-width: 768px) {
  hr {
    margin: 40px auto 30px auto;
  }
}
@media (min-width: 992px) {
  hr {
    margin: 48px auto 48px auto;
  }
}
hr.divider {
  margin: 35px auto 0px auto;
}
@media (min-width: 768px) {
  hr.divider {
    margin: 55px auto 0px auto;
  }
}
@media (min-width: 992px) {
  hr.divider {
    margin: 60px auto 0px auto;
  }
}
hr.long {
  width: 100%;
  height: 2px;
  margin: 50px auto 0 auto;
  background: #fff !important;
}
@media (min-width: 768px) {
  hr.long {
    margin: 0;
  }
}

a {
  color: #094d9a;
  transition: 0.35s;
}
a:hover, a:focus {
  color: #0d9bba;
}

.unstyled-link {
  color: #231f20 !important;
}

/* Areas where clients generally have full WYSIWYG control over content, including some HTML*/
.wysiwyg-text a,
.top-introduction a {
  transition: 0.35s;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #64c9c4;
}
.wysiwyg-text a:hover, .wysiwyg-text a:focus,
.top-introduction a:hover,
.top-introduction a:focus {
  color: #0d9bba;
  border-bottom: 2px solid #64c9c4;
}
.wysiwyg-text ul,
.wysiwyg-text ol,
.top-introduction ul,
.top-introduction ol {
  font-family: "neue-haas-grotesk-display", serif;
  margin-left: 0;
  padding-left: 22px;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 450;
  color: #231f20;
}
@media (min-width: 768px) {
  .wysiwyg-text ul,
  .wysiwyg-text ol,
  .top-introduction ul,
  .top-introduction ol {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .wysiwyg-text ul,
  .wysiwyg-text ol,
  .top-introduction ul,
  .top-introduction ol {
    font-size: 19px;
  }
}
.wysiwyg-text ul li,
.wysiwyg-text ol li,
.top-introduction ul li,
.top-introduction ol li {
  margin-bottom: 1em;
}
.wysiwyg-text ul ul,
.wysiwyg-text ul ol,
.wysiwyg-text ol ul,
.wysiwyg-text ol ol,
.top-introduction ul ul,
.top-introduction ul ol,
.top-introduction ol ul,
.top-introduction ol ol {
  margin: 5px;
}
.wysiwyg-text ul ul li,
.wysiwyg-text ol ul li,
.top-introduction ul ul li,
.top-introduction ol ul li {
  list-style: disc;
}

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

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}

.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}

.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@font-face {
  font-family: "BellGothic-Roman";
  src: url("../fonts/3A4782_0_0.eot");
  src: url("../fonts/3A4782_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A4782_0_0.woff2") format("woff2"), url("../fonts/3A4782_0_0.woff") format("woff"), url("../fonts/3A4782_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "BellGothic-Italic";
  src: url("../fonts/3A4782_1_0.eot");
  src: url("../fonts/3A4782_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A4782_1_0.woff2") format("woff2"), url("../fonts/3A4782_1_0.woff") format("woff"), url("../fonts/3A4782_1_0.ttf") format("truetype");
}
@font-face {
  font-family: "BellGothic-Bold";
  src: url("../fonts/3A4782_2_0.eot");
  src: url("../fonts/3A4782_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A4782_2_0.woff2") format("woff2"), url("../fonts/3A4782_2_0.woff") format("woff"), url("../fonts/3A4782_2_0.ttf") format("truetype");
}
@font-face {
  font-family: "BellGothic-Black";
  src: url("../fonts/3A4782_3_0.eot");
  src: url("../fonts/3A4782_3_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A4782_3_0.woff2") format("woff2"), url("../fonts/3A4782_3_0.woff") format("woff"), url("../fonts/3A4782_3_0.ttf") format("truetype");
}
@font-face {
  font-family: "BellGothic-BoldItalic";
  src: url("../fonts/3A4782_4_0.eot");
  src: url("../fonts/3A4782_4_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A4782_4_0.woff2") format("woff2"), url("../fonts/3A4782_4_0.woff") format("woff"), url("../fonts/3A4782_4_0.ttf") format("truetype");
}
@font-face {
  font-family: "BellGothic-BlackItalic";
  src: url("../fonts/3A4782_5_0.eot");
  src: url("../fonts/3A4782_5_0.eot?#iefix") format("embedded-opentype"), url("../fonts/3A4782_5_0.woff2") format("woff2"), url("../fonts/3A4782_5_0.woff") format("woff"), url("../fonts/3A4782_5_0.ttf") format("truetype");
}
.compound-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.compound-image div,
.compound-image img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}
.compound-image .compound-vector {
  filter: blur(3px);
  opacity: 0.5;
  transform: scale(1.1);
  overflow: hidden;
  display: none;
}
.compound-image img {
  object-fit: cover;
}
.compound-image.compound-image--is-block {
  position: relative;
  height: auto;
}
.compound-image.compound-image--is-block div,
.compound-image.compound-image--is-block img {
  position: relative;
  height: auto;
}

@media (min-width: 768px) {
  .compound-gradient.-alt-gradient {
    display: none;
  }
}

.compound-raster-main {
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
  will-change: opacity;
}
.img-loaded .compound-raster-main {
  opacity: 1;
}
.no-js .compound-raster-main {
  opacity: 1;
}
.no-js .compound-raster-main [data-src] {
  display: none;
}

.compound-raster-preview {
  will-change: opacity;
  opacity: 0;
  transition: opacity 0.2s;
}
.js .compound-raster-preview {
  opacity: 0.3;
  filter: blur(3px);
  transform: scale(0.99);
}
.no-js .compound-raster-preview {
  opacity: 0 !important;
  display: none;
}
.compound-raster-preview.no-gradient {
  opacity: 0.4;
}
.img-loaded .compound-raster-preview {
  animation-direction: reverse;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .compound-image--has-mobile-alt .compound-raster-preview {
    display: none;
  }
}

@keyframes fadein-raster {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.4;
  }
}
.photocredit {
  bottom: 0;
  color: #dce0df;
  position: absolute;
  font-size: 12px;
  font-family: "neue-haas-grotesk-display", serif;
  line-height: 12px;
  padding: 4px 6px;
  opacity: 0.9;
  right: 0;
  text-shadow: 1px 1px 1px #231f20;
}

.photocredit {
  display: none;
}

.alert-bar {
  width: 100%;
  background: #d72739;
  position: relative;
  transform: translate3d(0, 0, -1px);
  z-index: 0;
  overflow-anchor: none;
  max-height: 1000px;
  transition: 0.25s;
  position: sticky;
  top: 0;
}
.alert-bar.has-link:hover {
  background: #231f20;
}
.alert-bar.has-link .close-icon .fa:hover {
  color: #231f20;
}
.alert-bar.-alt {
  background-color: #fff;
}
.alert-bar.alert-bar__footer {
  top: auto;
  bottom: 0;
  position: fixed;
  z-index: 9;
  transform: translate3d(0, 0, 9px);
  box-shadow: -1px 0 3px rgba(0, 0, 0, 0.1);
}
.nopositionsticky .alert-bar {
  z-index: 9;
  position: relative;
}
.scrolled-past-nav .alert-bar.alert-bar--is-not-simple {
  opacity: 0;
  transition: none;
  transform: translate3d(0, 0, -2px);
}

@media (max-width: 767.98px) {
  html .alert-bar.has-link:hover {
    background: #d72739;
  }
}
main,
.main-site-footer,
.bottom-cta {
  position: relative;
  z-index: 2;
  transform: translate3d(0, 0, 2px);
}

main {
  z-index: 3;
}

.top {
  transform: translate3d(0, 0, 3px);
}

.alert-bar__centered-col {
  margin-left: auto;
  margin-right: auto;
}

.alert-bar__close {
  cursor: pointer;
  position: absolute;
  top: 50%;
  height: 100%;
  transform: translateY(-50%);
  right: 14px;
  width: 30px;
  height: 30px;
  min-height: 0;
  border-radius: 100%;
  transition: 0.35s;
}
@media (min-width: 768px) {
  .alert-bar__close {
    right: 20px;
  }
}
.alert-bar.-alt .alert-bar__close {
  background-color: rgba(34, 34, 34, 0.2);
}
.alert-bar__close.-top-aligned {
  top: 20px;
  transform: translateY(0);
}
.alert-bar__close svg {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 17.6px;
  height: 17.6px;
  fill: #fff;
}
@media (min-width: 768px) {
  .alert-bar__close svg {
    width: 22px;
    height: 22px;
    top: 4px;
    left: 4px;
  }
}
.alert-bar__close:hover svg {
  fill: rgba(255, 255, 255, 0.6);
}
.alert-bar.-alt .alert-bar__close:hover {
  background-color: #094d9a;
}
.alert-bar.-alt .alert-bar__close:hover svg {
  fill: #fff;
}

.alert-bar__simple {
  display: flex;
  align-content: center;
  justify-content: center;
  min-height: 50px;
  padding: 13.5px 55px 13.5px 20px;
}
@media (min-width: 768px) {
  .alert-bar__simple {
    padding: 13.5px 50px;
  }
}
.alert-bar__simple p {
  display: flex;
  align-items: center;
  margin: 0;
  text-align: center;
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 170%;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .alert-bar__simple p {
    line-height: 23px;
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
.alert-bar__simple p span {
  text-transform: uppercase;
  margin-right: 10px;
  font-size: 15px;
}

.alert-bar__simple__link {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.alert-bar__flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .alert-bar__flex {
    flex-direction: row;
    padding-top: 60px;
    padding-bottom: 65px;
  }
}

.alert-bar__description {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .alert-bar__description {
    margin-bottom: 0;
    margin-right: 20px;
  }
}
.alert-bar__description:before {
  content: "";
  height: 1em;
  width: 35px;
  float: right;
}
@media (min-width: 992px) {
  .alert-bar__description:before {
    display: none;
  }
}

@media (min-width: 992px) {
  .alert-bar__text {
    font-size: 18px;
  }
}
.alert-bar__text:last-child {
  margin-bottom: 0;
}

.alert-bar--is-not-simple {
  padding: 65px 0;
}
.alert-bar--is-not-simple > .container > .row-centered, .alert-bar--is-not-simple > .container-navigation > .row-centered {
  align-items: center;
}

.alert-bar__wrapper {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .alert-bar__wrapper {
    padding-left: 45px;
  }
}
.alert-bar__wrapper.-fill {
  flex: 1;
}

/*
.alert-bar__video {
  text-align: center;
  font-family: $headline-font;
  font-size: 14px;
  color: $text-color-on-background;
  display: block;

  p {
    color: $text-color-on-background;
    font-family: $headline-font;
    font-size: 14px;
    line-height: 130%;
  }

  svg {
    fill: transparent;
    width: 124px;
    height: 124px;
    display: block;
    margin: 0 auto;
    border-radius: 999px;
    @include hover-fade();
    stroke-width: 2;
    fill: $primary;
    color: $text-color-on-background;

    .play__circle {
      transition: 0.3s;
      stroke: $lightest;
      stroke-width: 2;
    }
    .play__triangle {
      fill: $lightest;
      transition: 0.3s;
    }
  }

  &:hover {
    color: $text-color-on-background;

    svg {
      .play__circle {
        fill: $lightest;
      }
      .play__triangle {
        fill: $secondary;
      }
    }
  }
}

.alert-bar__form {
  width: 100%;
}

.alert-bar__donation-wrapper {
  @include breakpoint($bp-bobby) {
    max-width: 400px;
  }
}

*/
.alert-bar__textcopy {
  color: #fff;
}
.-alt .alert-bar__textcopy {
  color: #231f20;
}

/*

.alert-bar__donation-caption {
  margin-top: 10px;
  text-align: center;
  p {
    color: $text-color-on-background;
    line-height: 1.2;
    font-style: italic;
    text-align: center;
    margin-bottom: 0;
  }
}

*/
/*controls final */
.alert-bar__top,
.alert-bar__footer {
  display: none;
}

.ok-to-alert .alert-bar__top,
.ok-to-alert__footer .alert-bar__footer {
  display: block;
}

.alert-bar__top.is--initial {
  max-height: 0;
  overflow: hidden;
  padding: 0;
}

.ok-to-alert .is-sticky .prehed {
  top: -120px;
}

.ok-to-alert .is-sticky .secondary-menu {
  top: 120px;
}

.nopositionsticky .is-sticky.top {
  top: 0px;
  position: fixed;
  width: 100%;
}

.top {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 9998;
  opacity: 1;
  width: 100%;
}

.search-results .main-header nav.primary-menu > ul > li > a,
.search-no-results .main-header nav.primary-menu > ul > li > a,
.page-no-topper .main-header nav.primary-menu > ul > li > a,
.post-no-topper .main-header nav.primary-menu > ul > li > a,
.page-simple-topper .main-header nav.primary-menu > ul > li > a,
.post-simple-topper .main-header nav.primary-menu > ul > li > a,
.post-type-archive-event .main-header nav.primary-menu > ul > li > a,
.archive.term-general .main-header nav.primary-menu > ul > li > a,
.archive.term-webinars .main-header nav.primary-menu > ul > li > a, .is-sticky.main-header nav.primary-menu > ul > li > a {
  color: #fff;
}
.search-results .main-header .hamburger-inner,
.search-no-results .main-header .hamburger-inner,
.page-no-topper .main-header .hamburger-inner,
.post-no-topper .main-header .hamburger-inner,
.page-simple-topper .main-header .hamburger-inner,
.post-simple-topper .main-header .hamburger-inner,
.post-type-archive-event .main-header .hamburger-inner,
.archive.term-general .main-header .hamburger-inner,
.archive.term-webinars .main-header .hamburger-inner, .is-sticky.main-header .hamburger-inner {
  background: #fff;
}
.search-results .main-header .hamburger-inner:after,
.search-no-results .main-header .hamburger-inner:after,
.page-no-topper .main-header .hamburger-inner:after,
.post-no-topper .main-header .hamburger-inner:after,
.page-simple-topper .main-header .hamburger-inner:after,
.post-simple-topper .main-header .hamburger-inner:after,
.post-type-archive-event .main-header .hamburger-inner:after,
.archive.term-general .main-header .hamburger-inner:after,
.archive.term-webinars .main-header .hamburger-inner:after, .is-sticky.main-header .hamburger-inner:after, .search-results .main-header .hamburger-inner:before,
.search-no-results .main-header .hamburger-inner:before,
.page-no-topper .main-header .hamburger-inner:before,
.post-no-topper .main-header .hamburger-inner:before,
.page-simple-topper .main-header .hamburger-inner:before,
.post-simple-topper .main-header .hamburger-inner:before,
.post-type-archive-event .main-header .hamburger-inner:before,
.archive.term-general .main-header .hamburger-inner:before,
.archive.term-webinars .main-header .hamburger-inner:before, .is-sticky.main-header .hamburger-inner:before {
  background: #fff;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.pusher {
  height: 0px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

body.search-open .pusher {
  margin-top: 0px;
}
body.search-open .top {
  top: 80px;
}
body.search-open .top-search {
  top: 0;
  opacity: 1;
}

.top-search {
  height: 80px;
  background: #fff;
  padding: 0px 0;
  position: fixed;
  top: 0;
  width: 100%;
  top: -80px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
  opacity: 0;
}
.top-search .container, .top-search .container-navigation {
  padding: 0;
}
.top-search form {
  position: relative;
  height: 80px;
  display: block;
  width: 100%;
}
.top-search .container, .top-search .container-navigation {
  width: 100%;
  max-width: calc(100% - 80px);
}
.top-search .arrow {
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.top-search .arrow:hover {
  color: #4a908c;
  cursor: pointer;
}
.top-search .arrow svg {
  width: 22px;
  transition: 0.35s;
  cursor: pointer;
  fill: transparent;
}
@media (min-width: 768px) {
  .top-search .arrow svg {
    width: 12px;
  }
}
.top-search .arrow svg:hover label {
  color: #4a908c;
  cursor: pointer;
}
.top-search .arrow svg .i__sar {
  stroke: #64c9c4;
  stroke-width: 2;
}
.top-search input[type=text] {
  width: 100%;
  height: 80px;
  background: #fff;
  color: #231f20;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.45;
  letter-spacing: 0.02em;
  opacity: 1;
  padding: 10px 60px 0px 0px;
  border: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: none !important;
  position: relative;
  top: 47%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .top-search input[type=text] {
    padding: 0px 180px 0px 0px;
  }
}
.top-search input[type=text]::-webkit-input-placeholder {
  top: 0%;
  position: relative;
  color: #231f20 !important;
}
.top-search input[type=text]::-moz-placeholder {
  top: 0%;
  position: relative;
  color: #231f20 !important;
}
.top-search input[type=text]:-ms-input-placeholder {
  top: 0%;
  position: relative;
  color: #231f20 !important;
}
.top-search input[type=text]:-moz-placeholder {
  top: 0%;
  position: relative;
  color: #231f20 !important;
}
.top-search input[type=submit] {
  display: none;
  -webkit-appearance: none;
  appearance: none;
  font-weight: 900;
  font-size: 15px;
  letter-spacing: 0.03em;
  text-decoration: underline;
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 1.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .top-search input[type=submit] {
    display: inline-block;
  }
}
.top-search input[type=submit]:hover {
  cursor: pointer;
  color: #0d9bba;
}

.container-navigation {
  position: relative;
  top: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container-navigation__inner {
    align-items: center;
  }
}
@media (min-width: 1250px) {
  .container-navigation {
    padding-right: 0px;
  }
}
.is-sticky .container-navigation {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (min-width: 1250px) {
  .is-sticky .container-navigation {
    padding-right: 340px;
    top: -70px;
  }
}

.prehed {
  flex: 0 0 auto;
  width: 100%;
  background: #094d9a;
  color: white;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 12px 0 11px;
  margin-bottom: 25px;
  letter-spacing: 0.035em;
  max-height: 36px;
  min-height: 36px;
  position: relative;
  top: 0;
}
@media (min-width: 375px) {
  .prehed {
    padding: 14px 0 13px;
    max-height: 45px;
    min-height: 45px;
  }
}
@media (min-width: 768px) {
  .prehed {
    letter-spacing: 0.05em;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    padding: 0px 0px 13px 19px;
  }
}
.is-sticky .prehed {
  display: none;
}
@media (min-width: 1250px) {
  .is-sticky .prehed {
    display: flex;
    top: -70px;
  }
}
.prehed strong {
  text-transform: uppercase;
}
.prehed__msg {
  line-height: 1.4;
  font-size: 11px;
  margin-right: auto;
  position: relative;
  top: 0;
  letter-spacing: 0.035em;
}
@media (min-width: 375px) {
  .prehed__msg {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .prehed__msg {
    letter-spacing: 0.05em;
    top: 14px;
    margin-right: 0;
    flex: 1 0 auto;
    width: auto;
  }
}
@media (min-width: 375px) {
  .prehed__msg {
    font-size: 13px;
  }
}

.main-header {
  align-items: stretch;
  display: flex;
  width: 100%;
  transition: 0.35s;
  position: relative;
  flex-wrap: wrap;
  position: absolute;
  box-shadow: none;
  background: transparent;
}
@media (min-width: 768px) {
  .main-header {
    height: 60px;
  }
}
@media (min-width: 992px) {
  .main-header {
    height: 60px;
    padding: 0;
  }
}
.main-header.is-sticky {
  background: #094d9a;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}
@media (max-width: 991.98px) {
  .main-header .primary-menu {
    display: none;
  }
}
.main-header .primary-menu a {
  color: #fff;
}
.main-header .primary-menu a:hover {
  color: #fff;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.main-logo {
  align-self: center;
  flex: 1 1 50%;
  /*
    The logo SVG should ideally use preserveAspectRatio="xMinYMid meet" in order to:
    center vertically (YMid)
    align left (XMin) and
    fill the approtioned size (meet, roughly equivalent to background-image: contain)
    */
}
@media (min-width: 992px) {
  .main-logo {
    flex: 0 1 50%;
  }
}
.main-logo img,
.main-logo svg {
  display: inline-block;
  height: 100%;
  width: auto;
  transition: 0.35s;
}
.main-logo svg {
  flex: 1 0 auto;
  max-width: 100%;
  min-width: 56px;
  height: 55px;
  max-height: 100%;
  color: #fff;
}
@media (min-width: 375px) {
  .main-logo svg {
    height: 65px;
  }
}
@media (min-width: 768px) {
  .main-logo svg {
    height: 95px;
  }
}
.search-no-results .main-logo svg, .search-results .main-logo svg, .page-no-topper .main-logo svg, .post-no-topper .main-logo svg, .page-simple-topper .main-logo svg, .post-simple-topper .main-logo svg, .post-type-archive-event .main-logo svg, .archive.term-general .main-logo svg, .archive.term-webinars .main-logo svg {
  fill: #094d9a;
}
.search-no-results .is-sticky .main-logo svg, .search-results .is-sticky .main-logo svg, .page-no-topper .is-sticky .main-logo svg, .post-no-topper .is-sticky .main-logo svg, .page-simple-topper .is-sticky .main-logo svg, .post-simple-topper .is-sticky .main-logo svg, .post-type-archive-event .is-sticky .main-logo svg, .archive.term-general .is-sticky .main-logo svg, .archive.term-webinars .is-sticky .main-logo svg {
  fill: #fff;
}
.is-sticky .main-logo svg {
  height: 50px;
}
.main-logo--mobile {
  flex: 0 0 auto;
  width: 157.5px;
}
@media (min-width: 375px) {
  .main-logo--mobile {
    width: 186px;
  }
}
.main-logo--mobile svg {
  fill: white !important;
  height: 55px;
}
@media (min-width: 375px) {
  .main-logo--mobile svg {
    height: 65px;
  }
}

.main-header nav.primary-menu {
  flex: 1 0 auto;
  /* classes that can be used to style nav when # of items gets really long*/
}
.main-header nav.primary-menu a {
  padding: 0 15px;
  font-weight: 900;
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .main-header nav.primary-menu a {
    padding: 0;
    position: relative;
    flex: 0 0 auto;
  }
}
@media (min-width: 768px) {
  .main-header nav.primary-menu {
    transition: 0.35s;
  }
  .main-header nav.primary-menu ul {
    flex: 1 0 auto;
    justify-content: flex-end;
  }
  .main-header nav.primary-menu ul li {
    position: relative;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-size: 16px;
    font-weight: 600;
    flex: 0 1 auto;
  }
  .main-header nav.primary-menu ul li.menu-item-has-children::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid #094d9a;
    position: absolute;
    bottom: -48px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    opacity: 0;
    transition: all 0.1s ease-in-out;
  }
  .main-header nav.primary-menu ul li.menu-item-has-children:hover::before {
    bottom: -28px;
    opacity: 1;
    transition: all 0.325s ease-out;
  }
  .main-header nav.primary-menu ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    visibility: visible;
    margin-top: 0;
    opacity: 1;
  }
  .main-header nav.primary-menu ul li.menu-item-has-children:hover .sub-menu li {
    animation: fadeIn 0.5s ease-in-out;
    animation-fill-mode: both;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .main-header nav.primary-menu ul li.menu-item-has-children:last-of-type .sub-menu {
    left: auto;
    right: -25px;
  }
  .main-header nav.primary-menu ul li.menu-item-has-children:last-of-type .sub-menu:before {
    left: auto;
    right: 44px;
  }
}
@media (min-width: 768px) {
  .main-header nav.primary-menu ul li:first-child {
    border-left: 0px;
  }
  .main-header nav.primary-menu ul li:last-child a {
    padding-right: 0px;
  }
}
@media (min-width: 960px) {
  .main-header nav.primary-menu > ul > li {
    margin: 0 12.5px;
  }
}
@media (min-width: 1250px) {
  .main-header nav.primary-menu > ul > li {
    margin: 0 25px;
  }
}
@media (min-width: 992px) {
  .main-header nav.primary-menu > ul > li > a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    background-color: transparent;
    transition: 0.35s;
  }
  .main-header nav.primary-menu > ul > li > a:hover::after {
    background-color: #64c9c4;
  }
}
.main-header nav.secondary-menu {
  max-width: 340px;
}
@media (max-width: 767.98px) {
  .main-header nav.secondary-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-header nav ul li {
    list-style-type: none;
  }
}

.secondary-menu {
  flex: 1 0 auto;
  width: 100%;
  position: relative;
  z-index: 9;
}
.is-sticky .secondary-menu {
  top: 70px;
}
.secondary-menu li {
  flex: 1 0 auto;
}
.secondary-menu li a {
  display: flex;
  text-align: center;
  background: #4a908c;
  color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-weight: 900;
  font-family: "neue-haas-grotesk-display", sans-serif;
  height: 60px;
  width: 170px;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.secondary-menu li a:hover {
  background: #213065;
  color: #fff;
}
.secondary-menu li:last-child a {
  background: #f06623;
}
.secondary-menu li:last-child a:hover {
  background: #213065;
  color: #fff;
}

.main-header .sub-menu {
  min-width: 250px;
  position: absolute;
  top: 55px;
  background: #094d9a;
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  margin-top: 20px;
  transition: 0.35s;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}
@media (min-width: 992px) {
  .main-header .sub-menu {
    left: -25px;
  }
}
.main-header .sub-menu .menu-expand {
  display: none !important;
}
.main-header .sub-menu:before {
  /*
  @include breakpoint($bp-bobby) {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 9px solid rgba($dropDownBg, 1);
    position: absolute;
    top: -9px;
    left: 50px;
    margin: 0 auto;
  }
  */
}
.main-header .sub-menu:after {
  content: "";
  height: 22px;
  width: 100%;
  position: absolute;
  top: -22px;
  left: 0;
  background: transparent;
}
.main-header .sub-menu li {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0 !important;
  line-height: 100%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
}
.main-header .sub-menu li:last-child {
  margin-bottom: 0 !important;
}
.main-header .sub-menu li a {
  color: #fff;
  margin: 0;
  padding: 5px 0;
  font-weight: 450;
  line-height: 1.25;
  font-size: 15px;
  text-decoration-color: rgba(100, 201, 196, 0);
}
.main-header .sub-menu li a:hover {
  color: #64c9c4;
  opacity: 1 !important;
  text-decoration: underline;
  text-decoration-color: rgba(100, 201, 196, 0.5);
}

.search-icon {
  padding: 0 10px;
  margin: 0 10px;
  cursor: pointer;
  transition: 0.35s;
  max-width: 42px;
  position: relative;
  left: -48px;
  top: -1px;
}
@media (min-width: 992px) {
  .search-icon {
    margin: 0 0px 0px 20px;
    left: auto;
  }
}
@media (min-width: 1250px) {
  .search-icon {
    margin: 0 50px 0 20px;
  }
}
.search-icon i {
  color: #fff;
  font-size: 18px;
  transition: 0.35s;
  width: 18px;
}
@media (min-width: 768px) {
  .search-icon i {
    font-size: 18px;
  }
}
.search-icon svg {
  width: 20px;
  height: 20px;
}
.search-icon .i__search {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-miterlimit: 10;
  transition: 0.3s;
}
.search-icon:hover .i__search, .search-icon:focus .i__search {
  stroke: rgba(255, 255, 255, 0.6);
}
.no-js .search-icon {
  display: none;
}
.mobile-nav-btn {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 27px;
  position: absolute;
  top: 6px;
  right: 0;
  height: 39px;
  z-index: 9998;
}
@media (min-width: 375px) {
  .mobile-nav-btn {
    top: 10px;
  }
}
@media (min-width: 768px) {
  .mobile-nav-btn {
    top: 25px;
  }
}
@media (min-width: 992px) {
  .mobile-nav-btn {
    display: none;
  }
}
.is-sticky .mobile-nav-btn {
  top: 10px;
}

.hamburger {
  cursor: pointer;
  transition: 0.35s;
  display: flex;
  display: block;
}
@media (min-width: 992px) {
  .hamburger {
    display: none;
  }
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
  transition: 0.35s;
}
.hamburger:hover {
  opacity: 0.6;
}
.hamburger:hover .hamburger-inner {
  background-color: #fff;
  width: 100%;
}
.hamburger:hover .hamburger-inner:after, .hamburger:hover .hamburger-inner:before {
  background-color: #fff;
  width: 100%;
}
.hamburger:hover .hamburger-label {
  color: #fff;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner:after {
  background-color: #fff;
  width: 100%;
}

/* Topper specific navigations */
.search-results .main-header nav.primary-menu > ul > li > a,
.search-no-results .main-header nav.primary-menu > ul > li > a,
.page-no-topper .main-header nav.primary-menu > ul > li > a,
.post-no-topper .main-header nav.primary-menu > ul > li > a,
.page-simple-topper .main-header nav.primary-menu > ul > li > a,
.post-simple-topper .main-header nav.primary-menu > ul > li > a,
.post-type-archive-event .main-header nav.primary-menu > ul > li > a,
.archive.term-general .main-header nav.primary-menu > ul > li > a,
.archive.term-webinars .main-header nav.primary-menu > ul > li > a {
  color: #094d9a;
}
.search-results .main-header .search-icon .i__search,
.search-no-results .main-header .search-icon .i__search,
.page-no-topper .main-header .search-icon .i__search,
.post-no-topper .main-header .search-icon .i__search,
.page-simple-topper .main-header .search-icon .i__search,
.post-simple-topper .main-header .search-icon .i__search,
.post-type-archive-event .main-header .search-icon .i__search,
.archive.term-general .main-header .search-icon .i__search,
.archive.term-webinars .main-header .search-icon .i__search {
  stroke: #094d9a;
}
.search-results .main-header .search-icon:hover .i__search,
.search-no-results .main-header .search-icon:hover .i__search,
.page-no-topper .main-header .search-icon:hover .i__search,
.post-no-topper .main-header .search-icon:hover .i__search,
.page-simple-topper .main-header .search-icon:hover .i__search,
.post-simple-topper .main-header .search-icon:hover .i__search,
.post-type-archive-event .main-header .search-icon:hover .i__search,
.archive.term-general .main-header .search-icon:hover .i__search,
.archive.term-webinars .main-header .search-icon:hover .i__search {
  stroke: #0d9bba;
}
.search-results .main-header .hamburger-label,
.search-no-results .main-header .hamburger-label,
.page-no-topper .main-header .hamburger-label,
.post-no-topper .main-header .hamburger-label,
.page-simple-topper .main-header .hamburger-label,
.post-simple-topper .main-header .hamburger-label,
.post-type-archive-event .main-header .hamburger-label,
.archive.term-general .main-header .hamburger-label,
.archive.term-webinars .main-header .hamburger-label {
  color: #094d9a;
}
.search-results .main-header .hamburger-inner,
.search-no-results .main-header .hamburger-inner,
.page-no-topper .main-header .hamburger-inner,
.post-no-topper .main-header .hamburger-inner,
.page-simple-topper .main-header .hamburger-inner,
.post-simple-topper .main-header .hamburger-inner,
.post-type-archive-event .main-header .hamburger-inner,
.archive.term-general .main-header .hamburger-inner,
.archive.term-webinars .main-header .hamburger-inner {
  background: #094d9a;
}
.search-results .main-header .hamburger-inner:after, .search-results .main-header .hamburger-inner:before,
.search-no-results .main-header .hamburger-inner:after,
.search-no-results .main-header .hamburger-inner:before,
.page-no-topper .main-header .hamburger-inner:after,
.page-no-topper .main-header .hamburger-inner:before,
.post-no-topper .main-header .hamburger-inner:after,
.post-no-topper .main-header .hamburger-inner:before,
.page-simple-topper .main-header .hamburger-inner:after,
.page-simple-topper .main-header .hamburger-inner:before,
.post-simple-topper .main-header .hamburger-inner:after,
.post-simple-topper .main-header .hamburger-inner:before,
.post-type-archive-event .main-header .hamburger-inner:after,
.post-type-archive-event .main-header .hamburger-inner:before,
.archive.term-general .main-header .hamburger-inner:after,
.archive.term-general .main-header .hamburger-inner:before,
.archive.term-webinars .main-header .hamburger-inner:after,
.archive.term-webinars .main-header .hamburger-inner:before {
  background: #094d9a;
}
.search-results .main-header .hamburger:hover,
.search-no-results .main-header .hamburger:hover,
.page-no-topper .main-header .hamburger:hover,
.post-no-topper .main-header .hamburger:hover,
.page-simple-topper .main-header .hamburger:hover,
.post-simple-topper .main-header .hamburger:hover,
.post-type-archive-event .main-header .hamburger:hover,
.archive.term-general .main-header .hamburger:hover,
.archive.term-webinars .main-header .hamburger:hover {
  opacity: 1;
}
.search-results .main-header .hamburger:hover .hamburger-label,
.search-no-results .main-header .hamburger:hover .hamburger-label,
.page-no-topper .main-header .hamburger:hover .hamburger-label,
.post-no-topper .main-header .hamburger:hover .hamburger-label,
.page-simple-topper .main-header .hamburger:hover .hamburger-label,
.post-simple-topper .main-header .hamburger:hover .hamburger-label,
.post-type-archive-event .main-header .hamburger:hover .hamburger-label,
.archive.term-general .main-header .hamburger:hover .hamburger-label,
.archive.term-webinars .main-header .hamburger:hover .hamburger-label {
  color: #0d9bba;
}
.search-results .main-header .hamburger:hover .hamburger-inner,
.search-no-results .main-header .hamburger:hover .hamburger-inner,
.page-no-topper .main-header .hamburger:hover .hamburger-inner,
.post-no-topper .main-header .hamburger:hover .hamburger-inner,
.page-simple-topper .main-header .hamburger:hover .hamburger-inner,
.post-simple-topper .main-header .hamburger:hover .hamburger-inner,
.post-type-archive-event .main-header .hamburger:hover .hamburger-inner,
.archive.term-general .main-header .hamburger:hover .hamburger-inner,
.archive.term-webinars .main-header .hamburger:hover .hamburger-inner {
  background: #0d9bba;
}
.search-results .main-header .hamburger:hover .hamburger-inner:after, .search-results .main-header .hamburger:hover .hamburger-inner:before,
.search-no-results .main-header .hamburger:hover .hamburger-inner:after,
.search-no-results .main-header .hamburger:hover .hamburger-inner:before,
.page-no-topper .main-header .hamburger:hover .hamburger-inner:after,
.page-no-topper .main-header .hamburger:hover .hamburger-inner:before,
.post-no-topper .main-header .hamburger:hover .hamburger-inner:after,
.post-no-topper .main-header .hamburger:hover .hamburger-inner:before,
.page-simple-topper .main-header .hamburger:hover .hamburger-inner:after,
.page-simple-topper .main-header .hamburger:hover .hamburger-inner:before,
.post-simple-topper .main-header .hamburger:hover .hamburger-inner:after,
.post-simple-topper .main-header .hamburger:hover .hamburger-inner:before,
.post-type-archive-event .main-header .hamburger:hover .hamburger-inner:after,
.post-type-archive-event .main-header .hamburger:hover .hamburger-inner:before,
.archive.term-general .main-header .hamburger:hover .hamburger-inner:after,
.archive.term-general .main-header .hamburger:hover .hamburger-inner:before,
.archive.term-webinars .main-header .hamburger:hover .hamburger-inner:after,
.archive.term-webinars .main-header .hamburger:hover .hamburger-inner:before {
  background: #0d9bba;
}
.search-results .main-header.is-sticky .hamburger:hover,
.search-no-results .main-header.is-sticky .hamburger:hover,
.page-no-topper .main-header.is-sticky .hamburger:hover,
.post-no-topper .main-header.is-sticky .hamburger:hover,
.page-simple-topper .main-header.is-sticky .hamburger:hover,
.post-simple-topper .main-header.is-sticky .hamburger:hover,
.post-type-archive-event .main-header.is-sticky .hamburger:hover,
.archive.term-general .main-header.is-sticky .hamburger:hover,
.archive.term-webinars .main-header.is-sticky .hamburger:hover {
  opacity: 0.6;
}
.search-results .main-header.is-sticky .hamburger:hover .hamburger-label,
.search-no-results .main-header.is-sticky .hamburger:hover .hamburger-label,
.page-no-topper .main-header.is-sticky .hamburger:hover .hamburger-label,
.post-no-topper .main-header.is-sticky .hamburger:hover .hamburger-label,
.page-simple-topper .main-header.is-sticky .hamburger:hover .hamburger-label,
.post-simple-topper .main-header.is-sticky .hamburger:hover .hamburger-label,
.post-type-archive-event .main-header.is-sticky .hamburger:hover .hamburger-label,
.archive.term-general .main-header.is-sticky .hamburger:hover .hamburger-label,
.archive.term-webinars .main-header.is-sticky .hamburger:hover .hamburger-label {
  color: #fff;
}
.search-results .main-header.is-sticky .hamburger:hover .hamburger-inner,
.search-no-results .main-header.is-sticky .hamburger:hover .hamburger-inner,
.page-no-topper .main-header.is-sticky .hamburger:hover .hamburger-inner,
.post-no-topper .main-header.is-sticky .hamburger:hover .hamburger-inner,
.page-simple-topper .main-header.is-sticky .hamburger:hover .hamburger-inner,
.post-simple-topper .main-header.is-sticky .hamburger:hover .hamburger-inner,
.post-type-archive-event .main-header.is-sticky .hamburger:hover .hamburger-inner,
.archive.term-general .main-header.is-sticky .hamburger:hover .hamburger-inner,
.archive.term-webinars .main-header.is-sticky .hamburger:hover .hamburger-inner {
  background: #fff;
}
.search-results .main-header.is-sticky .hamburger:hover .hamburger-inner:after, .search-results .main-header.is-sticky .hamburger:hover .hamburger-inner:before,
.search-no-results .main-header.is-sticky .hamburger:hover .hamburger-inner:after,
.search-no-results .main-header.is-sticky .hamburger:hover .hamburger-inner:before,
.page-no-topper .main-header.is-sticky .hamburger:hover .hamburger-inner:after,
.page-no-topper .main-header.is-sticky .hamburger:hover .hamburger-inner:before,
.post-no-topper .main-header.is-sticky .hamburger:hover .hamburger-inner:after,
.post-no-topper .main-header.is-sticky .hamburger:hover .hamburger-inner:before,
.page-simple-topper .main-header.is-sticky .hamburger:hover .hamburger-inner:after,
.page-simple-topper .main-header.is-sticky .hamburger:hover .hamburger-inner:before,
.post-simple-topper .main-header.is-sticky .hamburger:hover .hamburger-inner:after,
.post-simple-topper .main-header.is-sticky .hamburger:hover .hamburger-inner:before,
.post-type-archive-event .main-header.is-sticky .hamburger:hover .hamburger-inner:after,
.post-type-archive-event .main-header.is-sticky .hamburger:hover .hamburger-inner:before,
.archive.term-general .main-header.is-sticky .hamburger:hover .hamburger-inner:after,
.archive.term-general .main-header.is-sticky .hamburger:hover .hamburger-inner:before,
.archive.term-webinars .main-header.is-sticky .hamburger:hover .hamburger-inner:after,
.archive.term-webinars .main-header.is-sticky .hamburger:hover .hamburger-inner:before {
  background: #fff;
}
.search-results .main-header.is-sticky nav.primary-menu > ul > li > a,
.search-no-results .main-header.is-sticky nav.primary-menu > ul > li > a,
.page-no-topper .main-header.is-sticky nav.primary-menu > ul > li > a,
.post-no-topper .main-header.is-sticky nav.primary-menu > ul > li > a,
.page-simple-topper .main-header.is-sticky nav.primary-menu > ul > li > a,
.post-simple-topper .main-header.is-sticky nav.primary-menu > ul > li > a,
.post-type-archive-event .main-header.is-sticky nav.primary-menu > ul > li > a,
.archive.term-general .main-header.is-sticky nav.primary-menu > ul > li > a,
.archive.term-webinars .main-header.is-sticky nav.primary-menu > ul > li > a {
  color: #fff;
}
.search-results .main-header.is-sticky .search-icon .i__search,
.search-no-results .main-header.is-sticky .search-icon .i__search,
.page-no-topper .main-header.is-sticky .search-icon .i__search,
.post-no-topper .main-header.is-sticky .search-icon .i__search,
.page-simple-topper .main-header.is-sticky .search-icon .i__search,
.post-simple-topper .main-header.is-sticky .search-icon .i__search,
.post-type-archive-event .main-header.is-sticky .search-icon .i__search,
.archive.term-general .main-header.is-sticky .search-icon .i__search,
.archive.term-webinars .main-header.is-sticky .search-icon .i__search {
  stroke: #fff;
}
.search-results .main-header.is-sticky .search-icon:hover,
.search-no-results .main-header.is-sticky .search-icon:hover,
.page-no-topper .main-header.is-sticky .search-icon:hover,
.post-no-topper .main-header.is-sticky .search-icon:hover,
.page-simple-topper .main-header.is-sticky .search-icon:hover,
.post-simple-topper .main-header.is-sticky .search-icon:hover,
.post-type-archive-event .main-header.is-sticky .search-icon:hover,
.archive.term-general .main-header.is-sticky .search-icon:hover,
.archive.term-webinars .main-header.is-sticky .search-icon:hover {
  opacity: 0.6;
}
.search-results .main-header.is-sticky .search-icon:hover .i__search,
.search-no-results .main-header.is-sticky .search-icon:hover .i__search,
.page-no-topper .main-header.is-sticky .search-icon:hover .i__search,
.post-no-topper .main-header.is-sticky .search-icon:hover .i__search,
.page-simple-topper .main-header.is-sticky .search-icon:hover .i__search,
.post-simple-topper .main-header.is-sticky .search-icon:hover .i__search,
.post-type-archive-event .main-header.is-sticky .search-icon:hover .i__search,
.archive.term-general .main-header.is-sticky .search-icon:hover .i__search,
.archive.term-webinars .main-header.is-sticky .search-icon:hover .i__search {
  stroke: #fff;
}
.search-results .main-header.is-sticky .hamburger-label,
.search-no-results .main-header.is-sticky .hamburger-label,
.page-no-topper .main-header.is-sticky .hamburger-label,
.post-no-topper .main-header.is-sticky .hamburger-label,
.page-simple-topper .main-header.is-sticky .hamburger-label,
.post-simple-topper .main-header.is-sticky .hamburger-label,
.post-type-archive-event .main-header.is-sticky .hamburger-label,
.archive.term-general .main-header.is-sticky .hamburger-label,
.archive.term-webinars .main-header.is-sticky .hamburger-label {
  color: #fff;
}
.search-results .main-header.is-sticky .hamburger-inner,
.search-no-results .main-header.is-sticky .hamburger-inner,
.page-no-topper .main-header.is-sticky .hamburger-inner,
.post-no-topper .main-header.is-sticky .hamburger-inner,
.page-simple-topper .main-header.is-sticky .hamburger-inner,
.post-simple-topper .main-header.is-sticky .hamburger-inner,
.post-type-archive-event .main-header.is-sticky .hamburger-inner,
.archive.term-general .main-header.is-sticky .hamburger-inner,
.archive.term-webinars .main-header.is-sticky .hamburger-inner {
  background: #fff;
}
.search-results .main-header.is-sticky .hamburger-inner:after, .search-results .main-header.is-sticky .hamburger-inner:before,
.search-no-results .main-header.is-sticky .hamburger-inner:after,
.search-no-results .main-header.is-sticky .hamburger-inner:before,
.page-no-topper .main-header.is-sticky .hamburger-inner:after,
.page-no-topper .main-header.is-sticky .hamburger-inner:before,
.post-no-topper .main-header.is-sticky .hamburger-inner:after,
.post-no-topper .main-header.is-sticky .hamburger-inner:before,
.page-simple-topper .main-header.is-sticky .hamburger-inner:after,
.page-simple-topper .main-header.is-sticky .hamburger-inner:before,
.post-simple-topper .main-header.is-sticky .hamburger-inner:after,
.post-simple-topper .main-header.is-sticky .hamburger-inner:before,
.post-type-archive-event .main-header.is-sticky .hamburger-inner:after,
.post-type-archive-event .main-header.is-sticky .hamburger-inner:before,
.archive.term-general .main-header.is-sticky .hamburger-inner:after,
.archive.term-general .main-header.is-sticky .hamburger-inner:before,
.archive.term-webinars .main-header.is-sticky .hamburger-inner:after,
.archive.term-webinars .main-header.is-sticky .hamburger-inner:before {
  background: #fff;
}

@media (min-width: 1250px) {
  .is-sticky nav.primary-menu > ul > li {
    margin: 0 15px;
  }
}
@media (min-width: 1400px) {
  .is-sticky nav.primary-menu > ul > li {
    margin: 0 25px;
  }
}

/* Menu */
.menu-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: -1;
  top: 0;
  right: 0;
  background: transparent;
  font-weight: 600;
  opacity: 0;
  transition: 0.35s;
  transition-timing-function: cubic-bezier(0.5, 0, 0.4, 0.5);
  left: 100%;
}
.menu-wrap .align-middle {
  padding: 0 30px;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-wrap .menu {
  width: 100%;
  overflow: hidden;
  list-style: none;
}
.menu-wrap .menu li {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  font-family: "neue-haas-grotesk-display", sans-serif;
  margin-bottom: 0px;
}
.menu-wrap .menu li a {
  color: #fff;
  padding: 5px 0px;
}
.menu-wrap .menu li a:hover {
  color: #4a908c;
}
.menu-wrap .secondary {
  margin: 20px 0 15px 0;
  width: 100%;
  overflow: hidden;
  list-style: none;
  display: block;
}
.menu-wrap .secondary li {
  display: table;
  margin: 0 auto 10px auto !important;
  text-align: center;
}
.menu-wrap .secondary li a {
  margin: 0 auto;
  width: 100%;
  height: 52px;
  max-width: 325px;
  font-size: 18px;
}
.menu-wrap .social-mobile {
  width: 100%;
}
.menu-wrap .social-mobile .social {
  margin: 0 auto;
  width: auto;
}
.menu-wrap .social-mobile .social ul li a {
  color: #999;
}
.menu-wrap .social-mobile .social ul li a:hover {
  color: #4a908c;
}
.menu-wrap .social-mobile .social ul li a i {
  font-size: 32px;
}

.menu-top {
  line-height: 58px;
}

.menu-top .profile {
  display: inline-block;
  padding: 8px 10px;
  line-height: 42px;
}

.menu-top .profile,
.menu-side {
  width: 300px;
}

.menu-top .profile img {
  margin-right: 1em;
}

.icon-list {
  display: inline-block;
  font-size: 1.25em;
}

.icon-list a {
  margin: 0 1em 0 0;
  padding: 0;
}

@media screen and (max-width: 32em) {
  .icon-list {
    padding-left: 1em;
  }
}
.menu-side a {
  display: block;
  padding: 1.2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menu-side a:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: #231f20;
  z-index: 10;
  height: 100%;
  display: none;
}
.mobile-nav nav {
  width: 100%;
}
.mobile-nav nav.mobile {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-nav nav.mobile ul {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.mobile-nav nav.mobile ul li {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 30px;
  margin: 0 0 10px;
}

.main-site-footer {
  width: 100%;
  padding: 87px 0 98px;
  color: #fff;
  background: #094d9a;
}
@media (min-width: 768px) {
  .main-site-footer {
    padding: 155px 0 30px;
  }
}
@media (min-width: 768px) {
  .main-site-footer .container-wide {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .main-site-footer .container-wide .main-site-footer__masthead {
    flex: 0 0 auto;
    width: 40%;
  }
}
@media (min-width: 1240px) {
  .main-site-footer .container-wide .main-site-footer__masthead {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .main-site-footer .container-wide .row-center {
    flex: 0 0 auto;
    width: 59.5%;
  }
}
@media (min-width: 1240px) {
  .main-site-footer .container-wide .row-center {
    width: 74.5%;
  }
}
.main-site-footer .container-wide .primary .menu .menu-expand {
  display: none !important;
}
@media (min-width: 575px) {
  .main-site-footer .container-wide .primary .menu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 900px;
  }
}
@media (min-width: 1240px) {
  .main-site-footer .container-wide .primary .menu {
    height: 643px;
  }
}
@media (min-width: 575px) {
  .main-site-footer .container-wide .primary .menu > .menu-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .main-site-footer .container-wide .primary .menu > .menu-item {
    padding-left: 40px;
  }
}
@media (min-width: 1240px) {
  .main-site-footer .container-wide .primary .menu > .menu-item {
    width: 33.3%;
    padding-left: 60px;
  }
}
.main-site-footer a {
  color: #fff;
  text-decoration-line: underline;
}
.main-site-footer a:hover {
  color: #64c9c4;
  text-decoration: none;
}
.main-site-footer.submenu {
  padding: 40px 0 100px;
}
@media (min-width: 768px) {
  .main-site-footer.submenu {
    padding: 40px 0;
  }
}
.main-site-footer__logo {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 37px;
}
.main-site-footer__logo svg {
  width: 229px;
  height: 80px;
}
.main-site-footer__social {
  margin: 24px 0 3px;
}
.main-site-footer__social ul {
  display: flex;
  justify-content: flex-start;
  position: relative;
  left: -9px;
}
.main-site-footer__social ul a {
  padding: 10px 9px;
  display: inline-block;
}
.main-site-footer__social ul i {
  font-size: 15.75px;
}
.main-site-footer .col-sm-6 {
  text-align: center;
}
@media (min-width: 768px) {
  .main-site-footer .col-sm-6 {
    margin: 0 auto;
  }
}
.main-site-footer .below-copyright {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
.main-site-footer .below-copyright p {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}
.main-site-footer nav.primary {
  width: 100%;
  margin-top: 5px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .main-site-footer nav.primary {
    margin-bottom: 65px;
  }
}
@media (min-width: 992px) {
  .main-site-footer nav.primary {
    margin-bottom: 75px;
  }
}
@media (min-width: 1240px) {
  .main-site-footer nav.primary {
    margin-bottom: 107px;
  }
}
.main-site-footer nav.primary ul {
  flex: 1 1 auto;
  position: relative;
}
.main-site-footer nav.primary ul li {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  width: 100%;
  margin: 34px 0 20px;
}
@media (min-width: 575px) {
  .main-site-footer nav.primary ul li {
    margin: 34px 0 0;
  }
}
@media (min-width: 768px) {
  .main-site-footer nav.primary ul li {
    width: auto;
  }
}
.main-site-footer nav.primary ul li a {
  font-size: 17px;
  font-weight: 900;
  display: inline-block;
  line-height: 1.5;
}
.main-site-footer nav.primary ul ul {
  left: 0;
  margin: 10px 0 0;
}
.main-site-footer nav.primary ul ul li {
  margin: 3px 0;
}
.main-site-footer nav.primary ul ul li a {
  font-size: 15px;
  font-weight: 450;
}
.main-site-footer nav.footer-secondary {
  width: 100%;
  margin: 0 0 10px 0;
  line-height: 1.8em;
}
@media (min-width: 768px) {
  .main-site-footer nav.footer-secondary {
    margin: 0;
    flex: 0 0 auto;
    width: calc(100% - 120px);
    width: auto;
  }
}
@media (min-width: 992px) {
  .main-site-footer nav.footer-secondary {
    margin: 0;
  }
}
@media (min-width: 1240px) {
  .main-site-footer nav.footer-secondary {
    width: auto;
  }
}
.main-site-footer nav.footer-secondary ul {
  display: flex;
  flex-wrap: wrap;
}
.main-site-footer nav.footer-secondary ul li {
  margin: 0 20px 0 0;
}
.main-site-footer nav.footer-secondary ul li a {
  letter-spacing: 0.01em;
}
.main-site-footer nav.footer-secondary ul li small {
  text-transform: none;
  font-weight: 400;
}
.main-site-footer .secondary-menu {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) {
  .main-site-footer .secondary-menu {
    width: auto;
  }
}
@media (min-width: 1250px) {
  .main-site-footer .secondary-menu {
    display: none;
  }
}
.main-site-footer .secondary-menu a {
  text-decoration: none;
}

.upnext + .main-site-footer {
  margin-top: -40px;
}

.footer-meta {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.28;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
}
.footer-meta .copyrights {
  margin: 0 0 17px 0;
  letter-spacing: 0.03em;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 1240px) {
  .footer-meta .copyrights {
    width: auto;
    margin: 0 20px 0 0;
  }
}
.footer-meta .campaign-name {
  margin-top: 15px;
}
.footer-meta .paid-for {
  text-align: center;
  border: 1px solid #cccccc;
  padding: 12px 20px;
  color: #cccccc;
  margin: 0 auto;
  max-width: 620px;
  font-size: 12px;
  font-weight: 600;
}
.footer-meta .site-by {
  margin-top: 22px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 17px;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .footer-meta .site-by {
    flex: 0 0 auto;
    width: 120px;
    margin-top: 0;
    text-align: right;
  }
}
@media (min-width: 1240px) {
  .footer-meta .site-by {
    width: auto;
  }
}
.footer-meta .site-by a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-meta .site-by a:hover {
  color: #fff;
}

.grid .grid-item {
  position: relative;
  overflow: hidden;
}

@media (max-width: 574.98px) {
  .square-grid .grid-item {
    padding-top: 75%;
  }
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.module.action-menu {
  margin: 0px;
  position: fixed;
  bottom: 0px;
  z-index: 10;
}
@media (min-width: 768px) {
  .module.action-menu {
    position: relative;
  }
}
.module.action-menu nav ul li:first-child:nth-last-child(1),
.module.action-menu nav ul li:first-child:nth-last-child(1) ~ li {
  width: 100%;
}
.module.action-menu nav ul li:first-child:nth-last-child(2),
.module.action-menu nav ul li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
.module.action-menu nav ul li:first-child:nth-last-child(3),
.module.action-menu nav ul li:first-child:nth-last-child(3) ~ li {
  width: 33.3333333333%;
}
.module.action-menu nav ul li:first-child:nth-last-child(4),
.module.action-menu nav ul li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
.module.action-menu nav ul li:first-child:nth-last-child(5),
.module.action-menu nav ul li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
.module.action-menu nav ul li:first-child:nth-last-child(6),
.module.action-menu nav ul li:first-child:nth-last-child(6) ~ li {
  width: 16.6666666667%;
}
.module.action-menu nav ul li:first-child:nth-last-child(7),
.module.action-menu nav ul li:first-child:nth-last-child(7) ~ li {
  width: 14.2857142857%;
}
.module.action-menu nav ul li:first-child:nth-last-child(8),
.module.action-menu nav ul li:first-child:nth-last-child(8) ~ li {
  width: 12.5%;
}
.module.action-menu nav ul li {
  text-align: center;
  border-right: 1px solid #094d9a;
}
.module.action-menu nav ul li .sub-menu {
  display: none;
}
.module.action-menu nav ul li:last-child {
  margin: 0px;
  border: 0px;
}
.module.action-menu nav ul li a {
  display: block;
  width: 100%;
  background: #4a908c;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .module.action-menu nav ul li a {
    padding: 60px 0;
  }
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.buttons .btn {
  margin: 16px 8px;
  flex: 1 0 auto;
  width: 100%;
}
@media (min-width: 480px) {
  .buttons .btn {
    width: auto;
    flex: 0 0 auto;
  }
}
.buttons .buttons__row {
  margin-top: -16px;
}

.list + .buttons {
  margin-top: 0;
}

.module.columns .intro-headline-col {
  margin-bottom: 20px;
}
.module.columns .intro-headline-col h2 {
  text-align: center;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

h1,
.h1 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 800;
  font-size: 34px;
  line-height: 125%;
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1,
  .h1 {
    font-size: 43px;
  }
}
h1.super,
.h1.super {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 36px;
  font-weight: 800;
}

@media (min-width: 768px) {
  h1.super,
  .h1.super {
    font-size: 54px;
  }
}
@media (min-width: 992px) {
  h1.super,
  .h1.super {
    font-size: 60px;
  }
}
h1 i,
h1 em,
h1 strong,
.h1 i,
.h1 em,
.h1 strong {
  font-weight: 800 !important;
  font-style: normal !important;
}

h2,
.h2 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 900;
  font-size: 28px;
  line-height: 110%;
  margin: 0 0 0.4em;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 43px;
  }
}
h2 i,
h2 em,
h2 strong,
.h2 i,
.h2 em,
.h2 strong {
  font-weight: 900 !important;
  font-style: normal !important;
}

h3,
.h3 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 900;
  font-size: 32px;
  line-height: 130%;
  margin: 0 0 0.5em;
  text-align: center;
}

@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h3,
  .h3 {
    font-size: 40px;
    text-align: left;
  }
}
h3 i,
h3 em,
h3 strong,
.h3 i,
.h3 em,
.h3 strong {
  font-weight: 900 !important;
  font-style: normal !important;
}

h4,
.h4 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 450;
  font-size: 18px;
  line-height: 145%;
  letter-spacing: 0.02em;
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 23px;
  }
}
@media (min-width: 992px) {
  h4,
  .h4 {
    font-size: 25px;
  }
}
h4 i,
h4 em,
h4 strong,
.h4 i,
.h4 em,
.h4 strong {
  font-weight: 450 !important;
  font-style: normal !important;
}

h5,
.h5 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 700;
  font-size: 16px;
  line-height: 135%;
  margin: 0 0 0.5em;
}

@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  h5,
  .h5 {
    font-size: 26px;
  }
}
h5.smaller,
.h5.smaller {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 768px) {
  h5.smaller,
  .h5.smaller {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  h5.smaller,
  .h5.smaller {
    font-size: 18px;
  }
}
h5 i,
h5 em,
h5 strong,
.h5 i,
.h5 em,
.h5 strong {
  font-weight: 700 !important;
  font-style: normal !important;
}

h6,
.h6 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #231f20;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 130%;
  letter-spacing: 0.1em;
  margin: 0 0 1.5em;
}

h6 i,
h6 em,
h6 strong,
.h6 i,
.h6 em,
.h6 strong {
  font-weight: 400 !important;
  font-style: normal !important;
}

p {
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 165%;
  margin: 0 0 20px;
  letter-spacing: 0.02em;
  color: #231f20;
}

p.caption, .module.featured-content figcaption p,
.module.featured-content .video__caption p, .image-slider .image-slider__caption p {
  font-size: 14px;
  line-height: 145%;
}

@media (min-width: 768px) {
  p.caption, .module.featured-content figcaption p,
  .module.featured-content .video__caption p, .image-slider .image-slider__caption p {
    font-size: 16px;
  }
}
p.small {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 12px;
}

p.teaser {
  font-size: 14px;
}

@media (min-width: 768px) {
  p.teaser {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  p.teaser {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    margin: 0 0 25px;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 19px;
    margin: 0 0 25px;
  }
}
.content p:last-child {
  margin-bottom: 0;
}

body {
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 450;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0;
  color: #231f20;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 19px;
  }
}
small {
  font-weight: 600;
  font-size: 12px;
  line-height: 120%;
  text-transform: uppercase;
  color: #231f20;
  font-family: "neue-haas-grotesk-display", sans-serif;
}

hr {
  width: 140px;
  max-width: 100%;
  height: 3px;
  background: #64c9c4;
  border-radius: 0px;
  margin: 40px auto 25px auto;
}

@media (min-width: 768px) {
  hr {
    margin: 40px auto 30px auto;
  }
}
@media (min-width: 992px) {
  hr {
    margin: 48px auto 48px auto;
  }
}
hr.divider {
  margin: 35px auto 0px auto;
}

@media (min-width: 768px) {
  hr.divider {
    margin: 55px auto 0px auto;
  }
}
@media (min-width: 992px) {
  hr.divider {
    margin: 60px auto 0px auto;
  }
}
hr.long {
  width: 100%;
  height: 2px;
  margin: 50px auto 0 auto;
  background: #fff !important;
}

@media (min-width: 768px) {
  hr.long {
    margin: 0;
  }
}
a {
  color: #094d9a;
  transition: 0.35s;
}

a:hover, a:focus {
  color: #0d9bba;
}

.unstyled-link {
  color: #231f20 !important;
}

/* Areas where clients generally have full WYSIWYG control over content, including some HTML*/
.wysiwyg-text a,
.top-introduction a {
  transition: 0.35s;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #64c9c4;
}

.wysiwyg-text a:hover, .wysiwyg-text a:focus,
.top-introduction a:hover,
.top-introduction a:focus {
  color: #0d9bba;
  border-bottom: 2px solid #64c9c4;
}

.wysiwyg-text ul,
.wysiwyg-text ol,
.top-introduction ul,
.top-introduction ol {
  font-family: "neue-haas-grotesk-display", serif;
  margin-left: 0;
  padding-left: 22px;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 450;
  color: #231f20;
}

@media (min-width: 768px) {
  .wysiwyg-text ul,
  .wysiwyg-text ol,
  .top-introduction ul,
  .top-introduction ol {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .wysiwyg-text ul,
  .wysiwyg-text ol,
  .top-introduction ul,
  .top-introduction ol {
    font-size: 19px;
  }
}
.wysiwyg-text ul li,
.wysiwyg-text ol li,
.top-introduction ul li,
.top-introduction ol li {
  margin-bottom: 1em;
}

.wysiwyg-text ul ul,
.wysiwyg-text ul ol,
.wysiwyg-text ol ul,
.wysiwyg-text ol ol,
.top-introduction ul ul,
.top-introduction ul ol,
.top-introduction ol ul,
.top-introduction ol ol {
  margin: 5px;
}

.wysiwyg-text ul ul li,
.wysiwyg-text ol ul li,
.top-introduction ul ul li,
.top-introduction ol ul li {
  list-style: disc;
}

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

.module.featured-content {
  width: 100%;
}
.module.featured-content .featured-image {
  text-align: center;
}
.module.featured-content .featured-image img {
  width: 100%;
  height: auto;
}
.module.featured-content .featured-image.video-share {
  margin-top: 0;
}
.module.featured-content .featured-image.video-share .videoWrapper {
  width: 100%;
  max-width: 1145px;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .module.featured-content .featured-image.video-share .videoWrapper {
    min-height: 600px;
  }
}
@media (min-width: 992px) {
  .module.featured-content .featured-image.video-share .videoWrapper {
    min-height: 700px;
  }
}
.module.featured-content .figcaption__outer {
  margin: 0 auto;
}
.module.featured-content figcaption,
.module.featured-content .video__caption {
  text-align: left;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .module.featured-content figcaption,
  .module.featured-content .video__caption {
    margin-top: 40px;
  }
}
.module.featured-content figcaption p,
.module.featured-content .video__caption p {
  margin: 0;
  color: #665b5e;
}

.image-slider-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.image-slider {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .image-slider {
    padding-top: 0;
  }
}
.image-slider .col-xs-12 {
  position: relative;
}
.image-slider .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 20;
  cursor: pointer;
  transition: 0.35s;
  width: 50px;
  height: 50px;
  padding: 15.5px;
  padding: 0;
}
@media (min-width: 992px) {
  .image-slider .slick-arrow {
    width: 75px;
    height: 75px;
    padding: 28px;
    padding: 0;
  }
}
.image-slider .slick-arrow:hover svg .page__bg, .image-slider .slick-arrow:focus svg .page__bg {
  fill: #094d9a;
}
.image-slider .slick-arrow svg {
  color: #fff;
  height: 100%;
  width: 100%;
  vertical-align: inherit;
  transition: 0.35s;
}
.image-slider .slick-arrow svg .page__bg {
  fill: #231f20;
  transition: 0.35s;
}
.image-slider .slick-arrow svg .page__chev {
  fill: transparent;
  stroke: #fff;
  stroke-width: 3;
  transition: 0.35s;
}
.image-slider .slick-prev {
  right: 50px;
}
@media (min-width: 992px) {
  .image-slider .slick-prev {
    right: 75px;
  }
}
.image-slider .slick-next {
  right: 0;
}
.image-slider .image-slider__featured-image {
  height: auto;
  width: 100%;
  outline: none;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover !important;
  position: relative;
  margin-top: 0;
  justify-content: center;
}
.image-slider .image-slider__featured-image img {
  object-fit: contain;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}
.image-slider .image-slider__image {
  min-height: 50px;
}
@media (min-width: 992px) {
  .image-slider .image-slider__image {
    min-height: 75px;
  }
}
.image-slider .image-slider__caption p {
  text-align: left;
}
.image-slider .featured-image {
  margin-top: 0;
}

.image-slider:not(.slick-initialized) .image-slider__featured-image:not(:first-child) {
  display: none;
}

.slick-initialized .slick-list {
  overflow: visible;
}

.no-js .image-slider__featured-image + .image-slider__featured-image {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .no-js .image-slider__featured-image + .image-slider__featured-image {
    margin-top: 60px;
  }
}
.no-js .image-slider .image-slider__caption {
  position: static;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.module.full-content blockquote {
  text-align: left;
  margin: 53px 0;
  position: relative;
  color: #231f20;
  font-size: 32px;
  line-height: 150%;
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 500;
  quotes: "“" "”";
  margin: 50px auto;
  width: calc(100% - 60px);
  position: relative;
}
@media (min-width: 992px) {
  .module.full-content blockquote {
    width: calc(100% - 80px);
  }
}
.module.full-content blockquote:before {
  content: open-quote;
  color: #094d9a;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 70px;
  position: absolute;
  top: 10px;
  left: -6px;
  quotes: "“" "”";
}
.module.full-content blockquote p {
  color: #231f20;
  font-size: 24px;
  line-height: 150%;
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 500;
}
.module.full-content blockquote p:first-child {
  text-indent: 50px;
}
.module.full-content blockquote p:last-child {
  padding: 0px;
  margin: 0px;
}
.module.full-content blockquote h6 {
  font-style: normal;
  color: #231f20;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 17px;
  line-height: 130%;
  text-transform: uppercase;
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: 3px solid #64c9c4;
  margin: 0;
}
@media (min-width: 960px) {
  .module.full-content blockquote h6 {
    margin-top: 15px;
  }
}
.module.full-content blockquote img {
  max-width: 100%;
}
.module.full-content .container {
  display: block;
}
.module.full-content img {
  width: 100%;
}
@media (min-width: 480px) {
  .module.full-content img {
    width: auto;
  }
}
@media (max-width: 479.98px) {
  .module.full-content a {
    word-break: break-word;
  }
}
.module.full-content p + h3 {
  margin-top: 1em;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

/*
  Animations

  See here for more exaplanation: https://www.notion.so/wideeyecreative/Starter-Animations-8fcc4a3b2960494d86f68b5724819c23

  This file defines a bunch of css-animation-related variables, imports some pre-defined animations (which you can add to)
  and then applies these animations to specific elements. Be sure to handle edge cases like the lack of a .js class (indicating that javascript is disabled or the main javascript file is broken or missing).

  */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-children .js-animated-child, .no-js [data-animate-children] > div, .seenSection [data-beat-bottom-cta], .no-js [data-beat-bottom-cta], [data-beat-topper] {
  will-change: opacity;
  opacity: 0;
  animation: fade-in 0.35s ease-in-out 1 forwards;
}

@keyframes fade-out-partial {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0.4;
  }
}
.js .module.block-quote.seenSection .overlay, .js .module.seenSection .overlay, .no-js .overlay {
  animation: fade-out-partial 0.35s ease-in-out 1 forwards;
}

@keyframes animate-in-via-scaling {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.topper-image {
  will-change: transform;
  transform: scale(1.1);
  perspective: 3000px;
  animation: animate-in-via-scaling 0.7s ease-in-out 1 forwards;
}

@keyframes animate-in-upwards {
  from {
    opacity: 0;
    transform: translate(0, 15%) scale(1.1);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.topper .topper__read-more, .topper .video-link,
.topper .topper-cta,
.topper .play-row,
.topper .donation,
.topper .topper-action-btn {
  will-change: transform, opacity;
  opacity: 0;
  transform: scale(1.1) translate(0, 15%);
  animation: animate-in-upwards 0.35s ease-in-out 1 forwards;
}

@keyframes animate-in-downwards {
  0% {
    opacity: 0;
    transform: translate(0, -15%) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes animate-in-jumping-downwards {
  0% {
    opacity: 0;
    transform: translate(0, -15%) scale(1.2);
  }
  30% {
    transform: translate(0, 6%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
/*
  With these animation sequences defined, we can assign specific animation effects to core page elements
  We can also override bits and pieces of the original animation properties to speed them up, reverse them, etc.

  */
[data-beat-topper] {
  opacity: 0;
  perspective: 3000px;
}

@media (max-width: 767.98px) {
  .topper [data-beat="0"] {
    animation-delay: 0 !important;
  }
  .topper [data-beat="1"] {
    animation-delay: 0.1s !important;
  }
  .topper [data-beat="2"] {
    animation-delay: 0.2s !important;
  }
  .topper [data-beat="3"] {
    animation-delay: 0.3s !important;
  }
  .topper [data-beat="4"] {
    animation-delay: 0.4s !important;
  }
}
.topper .overlay {
  animation-duration: 0.5s;
}

.topper .topper__read-more {
  animation-delay: 1.2s !important;
}

[data-beat-bottom-cta] {
  opacity: 0;
}

.seenSection [data-beat-bottom-cta], .no-js [data-beat-bottom-cta] {
  perspective: 3000px;
}

.bottom-cta .overlay {
  opacity: 0.8;
  transition: 0.35s;
}

.js .bottom-cta.seenSection .overlay {
  opacity: 0.4;
}

.no-js .bottom-cta .overlay {
  opacity: 0.4;
}

.bottom-cta.bottom-cta__cta-link:hover .overlay, .bottom-cta.bottom-cta__cta-button:hover .overlay {
  opacity: 0.6;
}

.no-js .module .overlay {
  opacity: 0.8;
}

[data-beat="0"] {
  animation-delay: 0s !important;
}

[data-beat="1"] {
  animation-delay: 0.2s !important;
}

[data-beat="2"] {
  animation-delay: 0.4s !important;
}

[data-beat="3"] {
  animation-delay: 0.6s !important;
}

[data-beat="4"] {
  animation-delay: 0.8s !important;
}

[data-beat="5"] {
  animation-delay: 1s !important;
}

[data-beat="6"] {
  animation-delay: 1.2s !important;
}

[data-beat="7"] {
  animation-delay: 1.4s !important;
}

/*
  The next rules are for animating an unknown number of children in source order sequence (usually left to right, top to bottom)

  */
[data-animate-children] > div {
  opacity: 0;
}

.module.block-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 90px 0;
  background: #094d9a;
  text-align: left;
  background-size: cover !important;
  background-position: 50% 50%;
}
@media (min-width: 768px) {
  .module.block-quote {
    padding: 40px 0;
    min-height: 630px;
    margin: 83px 0;
  }
}
.module.block-quote > figure.compound-image {
  mix-blend-mode: multiply;
}
.module.block-quote .container {
  position: relative;
}
.module.block-quote hr {
  margin-top: 0;
}
.module.block-quote p {
  color: #fff;
  font-size: 24px;
  line-height: 150%;
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 768px) {
  .module.block-quote p {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .module.block-quote p {
    font-size: 40px;
  }
}
.module.block-quote p:before {
  content: open-quote;
  color: #4a908c;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 112px;
  position: absolute;
  top: 20px;
  left: -74px;
  quotes: "“" "”";
}
@media (min-width: 768px) {
  .module.block-quote p:before {
    top: 23px;
    left: -94px;
    font-size: 134px;
  }
}
@media (min-width: 992px) {
  .module.block-quote p:before {
    top: 25px;
  }
}
.module.block-quote p:first-child {
  text-indent: 64px;
  position: relative;
}
@media (min-width: 768px) {
  .module.block-quote p:first-child {
    text-indent: 84px;
  }
}
@media (min-width: 992px) {
  .module.block-quote p:first-child {
    text-indent: 90px;
  }
}
.module.block-quote p:last-child {
  padding: 0px;
  margin: 0px;
}
.module.block-quote h6 {
  font-style: normal;
  color: #fff;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  letter-spacing: 0.2em;
  font-size: 17px;
  line-height: 130%;
  text-transform: uppercase;
  padding-left: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-left: 3px solid #64c9c4;
  margin: 0;
}
@media (min-width: 960px) {
  .module.block-quote h6 {
    font-size: 20px;
    margin-top: 50px;
  }
}
@media (min-width: 1250px) {
  .module.block-quote h6 {
    font-size: 22px;
    margin-top: 60px;
  }
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.grid .grid-item {
  position: relative;
  overflow: hidden;
}

@media (max-width: 574.98px) {
  .square-grid .grid-item {
    padding-top: 75%;
  }
}
.people-grid .grid-item, .issues-grid .grid-item {
  position: relative;
  border-radius: 0;
}

.people-grid .grid-item:after, .issues-grid .grid-item:after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
}

@media (min-width: 768px) {
  .people-grid .grid-item:hover:after, .issues-grid .grid-item:hover:after {
    opacity: 1;
    transition: 0.25s;
  }
  .people-grid .grid-item:hover .social.links, .issues-grid .grid-item:hover .social.links {
    transform: translateY(0%);
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .people-grid .issues-grid .grid-item:hover, .issues-grid .issues-grid .grid-item:hover {
    transform: translateY(-10px);
  }
}
.grid-template .buttons {
  margin-top: 45px;
  margin-bottom: 20px;
}

.grid-template__intro {
  margin-bottom: 45px;
  text-align: center;
}
.grid-template__intro h3,
.grid-template__intro .h3 {
  text-align: center;
}
@media (min-width: 768px) {
  .grid-template__intro {
    margin-bottom: 75px;
  }
}

.single-issue-item {
  transition: 0.35s;
  background: #094d9a;
}
.single-issue-item.has-image {
  background: #094d9a;
}
.single-issue-item.has-image .wrapper h5,
.single-issue-item.has-image .wrapper p,
.single-issue-item.has-image .wrapper small {
  color: #fff;
}
.single-issue-item .grid-image-container {
  height: 100%;
  transition: 0.35s;
  mix-blend-mode: multiply;
}
.single-issue-item .grid-image-container .grid-image {
  background-size: cover !important;
  background-position: 50% 50% !important;
  height: 100%;
  width: 100%;
}
.single-issue-item .wrapper {
  padding: 20px 60px;
  z-index: 98;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .single-issue-item .wrapper {
    padding: 20px 30px;
  }
}
@media (min-width: 992px) {
  .single-issue-item .wrapper {
    padding: 20px 35px;
  }
}
.single-issue-item .wrapper small {
  display: block;
}
.single-issue-item .wrapper h5,
.single-issue-item .wrapper h6 {
  text-align: center;
  margin: 0px;
  transition: 0.35s;
  font-size: 21px;
}
@media (min-width: 768px) {
  .single-issue-item .wrapper h5,
  .single-issue-item .wrapper h6 {
    font-size: 26px;
  }
}
.single-issue-item .wrapper h5,
.single-issue-item .wrapper p.teaser {
  color: #fff;
}
.single-issue-item .wrapper .teaser {
  text-align: center;
  transition: 0.25s;
  width: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  line-height: 150%;
  display: none;
}
@media (min-width: 768px) {
  .single-issue-item .wrapper .teaser {
    font-size: 15px;
    display: block;
  }
}
@media (min-width: 768px) {
  .single-issue-item .teaser {
    opacity: 0;
    overflow: hidden;
    margin: 0;
    max-height: 0;
    transform: translateY(20%);
  }
  .activeSection .single-issue-item {
    will-change: transform, background-color;
  }
  .activeSection .single-issue-item p.teaser,
  .activeSection .single-issue-item small.teaser {
    will-change: transform, max-height, opacity;
  }
  .activeSection .single-issue-item .grid-image-container {
    will-change: opacity;
  }
  .single-issue-item:hover {
    background: #4a908c;
  }
  .single-issue-item:hover .grid-image-container {
    opacity: 0;
  }
  .single-issue-item:hover .wrapper h5,
  .single-issue-item:hover .wrapper h6,
  .single-issue-item:hover .wrapper p,
  .single-issue-item:hover .wrapper small {
    color: #fff;
  }
  .single-issue-item:hover .wrapper .teaser {
    flex: 0 1 auto;
    transition: all 0.35s;
    opacity: 1;
    margin-top: 20px;
    position: relative;
    transform: translateY(0%);
    max-height: 275px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .single-issue-item:hover .wrapper .teaser {
    max-height: 325px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .single-issue-item:hover .wrapper .teaser {
    max-height: 350px;
  }
}
@media (min-width: 768px) {
  .single-issue-item:hover .wrapper .social.links {
    transform: translateY(0%);
    opacity: 1;
  }
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.list__intro {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .list__intro {
    margin-bottom: 25px;
  }
}

.list__grid .main-headline {
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .list__grid .main-headline {
    margin-bottom: 45px;
    margin-top: 50px;
  }
}
.list__grid .main-headline h3 {
  text-align: center;
  margin: 0;
}
.list__grid .list__single-row {
  margin-bottom: 25px;
  padding-bottom: 35px;
}
@media (min-width: 768px) {
  .list__grid .list__single-row {
    margin-bottom: 25px;
    padding-bottom: 35px;
  }
}
.list__grid .list__single-row .description p:last-of-type {
  margin-bottom: 0;
}
.list__grid .list__single-row .links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 5px;
}
.list__grid .list__single-row .links a {
  position: relative;
  align-content: center;
  display: inline-flex;
  align-items: baseline;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 15px;
  margin: 10px 32px 10px 0;
  color: #094d9a;
  letter-spacing: 0.03em;
  text-decoration: underline;
}
.list__grid .list__single-row .links a:hover, .list__grid .list__single-row .links a:focus {
  color: #0d9bba;
}
.list__grid .list__single-row .links a:hover:before, .list__grid .list__single-row .links a:focus:before {
  background: #0d9bba;
}
.list__grid .list__single-row .links a svg {
  width: 13px;
  height: 13px;
  margin-left: 6px;
  fill: transparent;
  position: relative;
  top: 1px;
}
.list__grid .list__single-row .links a svg .i__sar {
  stroke-width: 2;
  stroke: #64c9c4;
}
.list__grid .list__single-row .links a.--external-link svg {
  width: 13.5px;
  height: 13.5px;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.people__introduction {
  text-align: center;
}
.people__introduction h2 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .people__introduction h2 {
    margin-bottom: 3rem;
  }
}

.grid-item.single-person {
  margin-bottom: 40px;
  box-shadow: none;
}

.single-person {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .single-person {
    min-height: 300px;
    /* &:before {
      content: '';
      flex: 1 0 $single-person-desktop-image-proportion;
      height: $single-person-desktop-image-proportion;
      transition: 0.35s;
    }*/
  }
}
.single-person .grid-image-container {
  position: relative;
  top: 0;
  width: 100%;
  opacity: 1;
  transition: 0.35s;
  min-height: 220px;
}
@media (min-width: 768px) {
  .single-person .grid-image-container {
    position: absolute;
    min-height: 80%;
  }
}
.single-person .content-wrapper {
  margin: 0 auto;
  width: calc(100% - 40px);
  background: #fff;
  transform: none;
  top: -10px;
  bottom: 0;
  justify-content: center;
  padding: 15px 20px 10px 20px;
  transition: 0.35s;
  z-index: 99;
}
@media (min-width: 1250px) {
  .single-person .content-wrapper {
    padding: 10px 20px;
  }
}
.single-person .single-person__text-item {
  padding: 0px;
  text-align: left;
  word-wrap: break-word;
  transition: 0.25s;
}
.single-person .single-person__headline {
  margin: 0 0 5px;
  display: inline-block;
  font-weight: 900;
  position: relative;
  text-transform: none;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 1.25;
}
@media (min-width: 1250px) {
  .single-person .single-person__headline {
    font-size: 26px;
  }
}
.single-person .single-person__headline span {
  background-image: linear-gradient(#64c9c4, #64c9c4);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0% 95%;
}
.single-person .single-person__position {
  display: block;
  color: #231f20;
  font-size: 15px;
  font-weight: 450;
  line-height: 150%;
  text-transform: none;
  letter-spacing: 0.02em;
}
.single-person .single-person__description {
  flex: 0 0 auto;
  font-size: 15px;
  transition: 0.35s;
  will-change: opacity, max-height;
}
.single-person .single-person__btn {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  max-height: 100%;
  opacity: 1;
  margin-top: 0;
  will-change: opacity, max-height;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .single-person .single-person__btn {
    opacity: 0;
    max-height: 0;
    margin-bottom: 0;
  }
}
.single-person .single-person__btn a {
  position: relative;
  align-content: center;
  display: inline-flex;
  align-items: baseline;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 15px;
  margin: 10px 32px 10px 0;
  color: #094d9a;
  letter-spacing: 0.03em;
  text-decoration: underline;
}
.single-person .single-person__btn a:hover, .single-person .single-person__btn a:focus {
  color: #0d9bba;
}
.single-person .single-person__btn a:hover:before, .single-person .single-person__btn a:focus:before {
  background: #0d9bba;
}
.single-person .single-person__btn a svg {
  width: 13px;
  height: 13px;
  margin-left: 6px;
  fill: transparent;
  position: relative;
  top: 1px;
}
.single-person .single-person__btn a svg .i__sar {
  stroke-width: 2;
  stroke: #64c9c4;
}
.single-person .single-person__btn a.--external-link svg {
  width: 13.5px;
  height: 13.5px;
}
.single-person .single-person__social-links {
  width: auto;
  position: absolute;
  transition: 0.35s;
  bottom: 2px;
  z-index: 99;
}
.single-person .single-person__social-links ul {
  position: relative;
  width: 100%;
  top: 8px;
}
.single-person .single-person__social-links li {
  display: inline-block;
  font-size: 18px;
}
.single-person .single-person__social-links li .fa-facebook {
  font-size: 17px;
}
.single-person .single-person__social-links li:first-child a {
  padding-left: 0px;
}
.single-person .single-person__social-links a {
  position: relative;
  padding: 2px 7px 0px;
  color: #231f20;
}
.single-person .single-person__social-links a:hover {
  color: #4a908c;
}
@media (min-width: 768px) {
  .single-person .single-person__position {
    margin-bottom: 0;
  }
  .single-person .single-person__description {
    max-height: 0;
    opacity: 0;
    margin: 0;
    overflow: hidden;
    color: #fff;
  }
  .single-person .single-person__social-links {
    transform: translateY(50%);
    opacity: 0;
    color: #231f20;
  }
  .single-person .single-person__social-links a {
    color: #231f20;
  }
  .single-person:hover:before {
    flex: 0 1 0%;
  }
  .single-person:hover .grid-image-container {
    position: absolute;
  }
  .single-person:hover .content-wrapper {
    padding-bottom: 25px;
    top: 0;
  }
  .single-person:hover .single-person__description {
    max-height: 380px;
    opacity: 1;
  }
  .single-person:hover .single-person__btn {
    flex: 0 0 auto;
    opacity: 1;
    max-height: 100%;
  }
  .single-person:hover .single-person__social-links {
    color: #094d9a;
    transform: translateY(0%);
    opacity: 1;
  }
  .single-person:hover .single-person__social-links a {
    color: #094d9a;
  }
  .single-person:hover .single-person__social-links a:hover {
    color: #231f20;
  }
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.module.quick-link {
  margin-top: 30px;
}

.quick-link + .quick-link {
  margin-top: 0 !important;
}
.quick-link + .quick-link .quick-link__container {
  border-top: 0;
}

.quick-link__container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 17px 34px 18px;
  border-top: 1px solid #64c9c4;
  border-bottom: 1px solid #64c9c4;
}
@media (min-width: 768px) {
  .quick-link__container {
    padding: 17px 2px 15px 0;
    text-align: left;
    flex-direction: row;
  }
}

.quick-link__headline,
.quick-link__link {
  margin: 0;
}
p.small.quick-link__headline {
  font-size: 13px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media (min-width: 768px) {
  p.small.quick-link__headline {
    padding-right: 20px;
  }
}

.quick-link__link {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  padding-top: 7px;
}
@media (min-width: 768px) {
  .quick-link__link {
    padding: 0;
  }
}
.quick-link__link svg {
  height: 13px;
  width: 13px;
  margin-left: 6px;
  fill: transparent;
}
.quick-link__link svg .i__sar {
  stroke-width: 2;
  stroke: #64c9c4;
}
.quick-link__link svg.external-link-icon {
  height: 13.5px;
  width: 13.5px;
  position: relative;
  fill: #64c9c4;
}

.quick-link__link-text {
  line-height: 140%;
  text-decoration: underline;
  font-size: 15px;
  font-weight: 900;
}

.quick-link__link-icon {
  display: inline-flex;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.module.full-content-image .inner-wrap {
  display: flex;
  flex-direction: column;
}
.module.full-content-image .inner-wrap .text {
  order: 0;
}
.module.full-content-image .inner-wrap .image img {
  width: 100%;
  height: auto;
}
.module.full-content-image .inner-wrap.p_bottom .image {
  order: -1;
  margin-bottom: 25px;
}
.module.full-content-image .inner-wrap.p_left {
  flex-direction: column;
}
@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_left {
    flex-direction: row;
  }
}
.module.full-content-image .inner-wrap.p_left .image {
  width: 100%;
  padding: 0;
}
@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_left .image {
    width: 50%;
    padding: 5px 20px;
  }
}
.module.full-content-image .inner-wrap.p_left .text {
  padding: 0;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_left .text {
    width: 50%;
    padding: 5px 20px;
    margin-bottom: 0;
  }
}
.module.full-content-image .inner-wrap.p_right {
  flex-direction: column;
}
@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_right {
    flex-direction: row;
  }
}
.module.full-content-image .inner-wrap.p_right .image {
  order: -1;
  width: 100%;
  padding: 0 0 25px 0;
}
@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_right .image {
    width: 50%;
    padding: 5px 20px;
  }
}
.module.full-content-image .inner-wrap.p_right .text {
  padding: 0;
  width: 100%;
}
@media (min-width: 960px) {
  .module.full-content-image .inner-wrap.p_right .text {
    width: 50%;
    padding: 5px 20px;
  }
}
.module.full-content-image .inner-wrap.p_top .text {
  margin-bottom: 30px;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.content .call-to-action {
  padding: 150px 0;
  background: #094d9a;
}
.content .call-to-action .compound-image::before {
  content: "";
  background: linear-gradient(to left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.75) 71.35%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .content .call-to-action .compound-image::before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  }
}
@media (min-width: 960px) {
  .content .call-to-action .compound-image::before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 71.35%);
  }
}
.content .call-to-action .container {
  z-index: 9;
}
.content .call-to-action__hed {
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1.1;
  margin: 0 0 0.4em;
}
.content .call-to-action__deck {
  margin-bottom: 2rem;
}
.content .call-to-action__deck p {
  color: #fff;
  font-weight: 450;
  font-size: 20px;
  line-height: 1.45;
}
.content .call-to-action__link {
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

@media (min-width: 768px) {
  .impact-posts {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.impact-posts__hed, .impact-posts__deck {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
}
.impact-posts__hed + hr, .impact-posts__deck + hr {
  margin-top: 0;
}
.impact-posts__hed--spacer {
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .impact-posts__hed--spacer {
    margin-top: 83px;
  }
}
.impact-posts__deck {
  margin-bottom: 36px;
}

:root {
  --primary-color: #094d9a;
  --content-outer-width: 940px;
  --desktop-outer-padding: 40px;
  --content-wide-outer-width: 1160px;
  --desktop-outer-padding: 40px;
  --color-white: #fff;
}

.module.video-gallery .video-gallery-deck,
.module.video-gallery h3 {
  text-align: center;
}
.module.video-gallery .videos__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  width: 100%;
}
.module.video-gallery .videos__row .video-block {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .module.video-gallery .videos__row .video-block:nth-child(3n), .module.video-gallery .videos__row .video-block:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .module.video-gallery .videos__row .video-block {
    width: calc((100% - 20px) / 2);
  }
  .module.video-gallery .videos__row .video-block:nth-child(2n), .module.video-gallery .videos__row .video-block:last-child {
    margin-right: 0;
  }
}
@media (max-width: 479.98px) {
  .module.video-gallery .videos__row .video-block {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
}
.module.video-gallery .videos__row .video-block .image {
  position: relative;
}
.module.video-gallery .videos__row .video-block .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
}
.module.video-gallery .videos__row .video-block .image a svg {
  width: 70px;
  height: 70px;
}
.module.video-gallery .videos__row .video-block .image a svg .play__circle {
  fill: #fff !important;
  transition: 0.35s;
}
.module.video-gallery .videos__row .video-block .image a svg .play__triangle {
  fill: #094d9a !important;
  transition: 0.35s;
}
@media (max-width: 767.98px) {
  .module.video-gallery .videos__row .video-block .image a svg {
    width: 60px;
    height: 60px;
  }
}
.module.video-gallery .videos__row .video-block .image a:hover svg .play__circle {
  fill: #094d9a !important;
}
.module.video-gallery .videos__row .video-block .image a:hover svg .play__triangle {
  fill: #fff !important;
}
.module.video-gallery .videos__row .video-block a.video-title {
  position: relative;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 15px;
  margin: 10px 0;
  color: #094d9a;
  letter-spacing: 0.03em;
  display: inline-block;
}
.module.video-gallery .videos__row .video-block a.video-title:hover, .module.video-gallery .videos__row .video-block a.video-title:focus {
  color: #0d9bba;
}
.module.video-gallery .videos__row .video-block a.video-title:hover:before, .module.video-gallery .videos__row .video-block a.video-title:focus:before {
  background: #0d9bba;
}
.module.video-gallery .videos__row .video-block a.video-title .text {
  text-decoration: underline;
}
.module.video-gallery .videos__row .video-block a.video-title .icon {
  display: inline;
  white-space: nowrap;
}
.module.video-gallery .videos__row .video-block a.video-title .icon svg {
  width: 13.5px;
  height: 13.5px;
  margin-left: 6px;
  fill: transparent;
  position: relative;
  top: -2px;
  display: inline-block;
}

.read-more:last-child {
  margin-bottom: 0;
}

.module {
  width: 100%;
  position: relative;
  z-index: 9;
}
.module.last-module .issues-page hr.divider {
  display: none;
}
@media (min-width: 960px) {
  .impact-card + .module {
    margin-top: 40px;
  }
}
.module .container,
.module .row {
  height: 100%;
  position: relative;
}
.module img.size-full {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}
.module .wp-caption {
  width: 100% !important;
  margin: 25px 0 25px;
}
.module .wp-caption img {
  height: auto !important;
  width: 100% !important;
}
@media (min-width: 480px) {
  .module .wp-caption img {
    height: auto !important;
    width: auto !important;
  }
}
@media (min-width: 480px) {
  .module .wp-caption {
    width: auto !important;
    margin: 25px 0 25px;
  }
}
.module .wp-caption-text {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 125%;
  text-align: center;
  font-family: "neue-haas-grotesk-display", serif;
  font-weight: 400;
  color: #231f20;
  width: 100% !important;
}
@media (min-width: 480px) {
  .module .wp-caption-text {
    font-size: 16px;
    width: auto;
  }
}
.module .alignleft {
  float: left;
  margin: 25px 0 25px;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 480px) {
  .module .alignleft {
    width: auto;
    max-width: auto;
    position: relative;
    margin: 10px 35px 10px 0;
  }
}
@media (min-width: 768px) {
  .module .alignleft {
    max-width: 50% !important;
  }
}
.module .aligncenter {
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin: 25px 0 25px;
}
@media (min-width: 480px) {
  .module .aligncenter {
    width: auto;
    position: relative;
    margin: 10px auto;
    display: block;
  }
}
.module .alignright {
  float: right;
  margin: 25px 0 25px;
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (min-width: 480px) {
  .module .alignright {
    max-width: auto;
    width: auto;
    position: relative;
    margin: 10px 0 10px 35px;
  }
}
@media (min-width: 768px) {
  .module .alignright {
    max-width: 50% !important;
  }
}

.donation .all-columns .text-col:last-child {
  padding: 0px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .donation .all-columns .text-col:last-child {
    margin: 0px;
  }
}

.action-title {
  width: 100%;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .action-title {
    width: 100%;
  }
}
.action-title h6 {
  margin-bottom: 15px;
  color: #fff;
}
.action-title h2 {
  margin-bottom: 25px;
  color: #fff;
}

.module__mobile-image {
  background-color: #231f20;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .module__mobile-image {
    display: none;
  }
}
.module__mobile-image.-color + .overlay {
  display: none;
}
@media (min-width: 768px) {
  .module__mobile-image.-color + .overlay {
    display: block;
  }
}

/* Variables are only for the topper menus */
.topper__mobile-image {
  background-color: #213065;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .topper__mobile-image {
    display: none;
  }
}

.topper .topper__mobile-image.-color + .overlay {
  display: none;
}
@media (min-width: 768px) {
  .topper .topper__mobile-image.-color + .overlay {
    display: block;
  }
}

.page-no-topper main > .content:first-of-type {
  padding-top: 140px;
}
@media (min-width: 960px) {
  .page-no-topper main > .content:first-of-type {
    padding-top: 160px;
  }
}

.topper {
  align-items: flex-start;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  background-color: #213065;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 10;
  padding: 40px 0 40px;
  /*

   .page-sub-title {
     margin: 0 0 10px;
   }

   .donation {
     margin: 15px 0 0 0;
     @include breakpoint($bp-charlie) {
       margin: 20px 0 0 0;
     }
     .donation-note,
     .donation-caption {
       color: $paragraphColor;
       p:last-child {
         margin-bottom: 0;
       }
     }
     ul {
       li {
         font-weight: $font-700;
       }
     }
   }
   */
}
.topper .row {
  justify-content: center;
}
.topper .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.topper .column {
  align-items: flex-start;
  justify-content: flex-end;
  flex-grow: 1;
  width: 100%;
}
.topper .column--center {
  align-items: center;
}
.topper .overlay::before {
  top: 36px;
}
@media (min-width: 375px) {
  .topper .overlay::before {
    top: 45px;
  }
}
.topper h1,
.topper h2,
.topper h3,
.topper h4,
.topper h5,
.topper h6 {
  color: #fff;
}
.topper h1 {
  margin-bottom: 0;
  line-height: 1.1;
}
@media (min-width: 960px) {
  .topper h1 {
    font-size: 55px;
  }
}
@media (min-width: 1250px) {
  .topper h1 {
    font-size: 60px;
  }
}
.topper h1 span {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 700;
  text-transform: none;
}
.topper h1 a {
  border-bottom: 5px solid;
  border-color: #4a908c;
  color: white;
  line-height: 150%;
}
.topper h1 a:hover, .topper h1 a:focus {
  border-color: #094d9a;
}
.topper .page-title + .topper-cta,
.topper .page-title + .deck,
.topper .topper-cta .deck + .topper-action-btn,
.topper .topper-cta-content {
  margin-top: 12px;
}
.topper .topper-cta {
  flex: 0 1 auto;
}
.topper p {
  color: #fff;
}
.topper__small {
  display: none;
}
@media (min-width: 992px) {
  .topper__small {
    display: inline-block;
    font-size: 12px;
    line-height: 1.28;
    color: #fff;
    letter-spacing: 0.03em;
    position: absolute;
    bottom: 7px;
    font-weight: 450;
    text-transform: none;
    right: 0;
  }
}
.topper .deck {
  flex: 0 1 auto;
  margin-bottom: -0.2em;
}
.topper .deck p {
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
@media (min-width: 960px) {
  .topper .deck p {
    font-size: 22px;
  }
}
.topper .deck p:last-of-type {
  margin-bottom: 0;
}
.topper__fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.topper.short {
  padding: 190px 0 60px 0;
  min-height: calc(50vh - 54px);
}
@media (min-width: 768px) {
  .topper.short {
    max-height: calc(80vh - 60px);
    min-height: 375px;
    padding: 305px 0 78px;
  }
}
.topper.medium {
  padding: 80px 0 25px 0;
  min-height: calc(58vh - 54px);
}
@media (max-height: 399.98px) and (max-width: 767.98px) {
  .topper.medium {
    min-height: calc(100vh - 54px);
  }
}
@media (min-width: 768px) {
  .topper.medium {
    min-height: 520px;
    padding: 250px 0 40px;
  }
}
.topper.topper-card {
  background: #fff;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .topper.topper-card {
    padding-top: 390px;
  }
}
.topper.topper-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: calc(100% - 550px);
  background: #fff;
  width: 100%;
  z-index: 9;
}
.topper.topper-card .overlay {
  height: 550px;
}
@media (min-width: 768px) {
  .topper.topper-card .compound-image {
    height: 550px;
  }
}
.topper.topper-card .container {
  margin-top: 300px;
  z-index: 10;
}
@media (min-width: 768px) {
  .topper.topper-card .container {
    margin-top: 0px;
  }
}
.topper.topper-card .column {
  background-color: #fff;
  padding: 41px 0 24px;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .topper.topper-card .column {
    padding: 38px 0 28px;
  }
}
.topper.topper-card .column::before, .topper.topper-card .column::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background: #fff;
  width: 10px;
}
@media (min-width: 375px) {
  .topper.topper-card .column::before, .topper.topper-card .column::after {
    width: 20px;
  }
}
@media (min-width: 768px) {
  .topper.topper-card .column::before, .topper.topper-card .column::after {
    width: 25px;
  }
}
@media (min-width: 1250px) {
  .topper.topper-card .column::before, .topper.topper-card .column::after {
    width: 30px;
  }
}
@media (min-width: 1400px) {
  .topper.topper-card .column::before, .topper.topper-card .column::after {
    width: 57px;
  }
}
.topper.topper-card .column::before {
  left: -10px;
}
@media (min-width: 375px) {
  .topper.topper-card .column::before {
    left: -20px;
  }
}
@media (min-width: 768px) {
  .topper.topper-card .column::before {
    left: -25px;
  }
}
@media (min-width: 1250px) {
  .topper.topper-card .column::before {
    left: -30px;
  }
}
@media (min-width: 1400px) {
  .topper.topper-card .column::before {
    left: -57px;
  }
}
.topper.topper-card .column::after {
  right: -10px;
}
@media (min-width: 375px) {
  .topper.topper-card .column::after {
    right: -20px;
  }
}
@media (min-width: 768px) {
  .topper.topper-card .column::after {
    right: -25px;
  }
}
@media (min-width: 1250px) {
  .topper.topper-card .column::after {
    right: -30px;
  }
}
@media (min-width: 1400px) {
  .topper.topper-card .column::after {
    right: -57px;
  }
}
.topper.topper-card .page-title {
  color: #094d9a;
}
.topper.topper-card .deck p {
  color: #231f20;
}
.topper.topper-card .deck--center p {
  text-align: center;
}
.topper.tall {
  padding: 140px 0 40px 0;
  height: 100%;
  min-height: 75vh;
}
@media (min-height: 540px) and (min-width: 768px) {
  .topper.tall {
    min-height: 550px;
    /* height: calc(85vh);*/
    /*height: calc((var(--vh, 1vh) * 85));*/
    max-height: 750px;
  }
}
@media (min-height: 540px) and (min-width: 768px) {
  .topper.tall.topper-impacts-cat {
    min-height: 66vh;
  }
}
@media (min-width: 768px) {
  .topper.tall {
    padding: 250px 0 60px;
  }
}
.topper.tall .deck {
  display: none;
}
@media (min-height: 400px) {
  .topper.tall .deck {
    display: block;
  }
}
@media (min-width: 768px) {
  .topper.tall .deck {
    display: block;
  }
}
.topper.topper-location {
  padding-bottom: 0;
  margin-bottom: 80px;
}
.topper.topper-location.tall {
  padding-top: 160px;
}
@media (min-width: 768px) {
  .topper.topper-location.tall {
    padding-top: 180px;
    height: 100%;
    height: 75vh;
  }
}
@media (min-width: 992px) {
  .topper.topper-location {
    padding-bottom: 90px;
    margin-bottom: 110px;
  }
}
.topper.topper-location .topper-location__card {
  position: relative;
  z-index: 9;
  background-color: #094d9a;
  color: #fff;
  padding: 20px 0px 20px 30px;
  margin-left: 0px;
  position: relative;
  bottom: -40px;
}
@media (min-width: 992px) {
  .topper.topper-location .topper-location__card {
    bottom: -140px;
    margin-left: 60px;
    padding: 40px 0px 40px 60px;
  }
}
.topper.topper-location .topper-location__card::after {
  content: "";
  height: 100%;
  position: absolute;
  width: 30px;
  left: 100%;
  top: 0;
  background: #094d9a;
}
@media (min-width: 768px) {
  .topper.topper-location .topper-location__card::after {
    width: 40px;
  }
}
@media (min-width: 1240px) {
  .topper.topper-location .topper-location__card::after {
    width: calc((100vw - 1160px) / 2);
  }
}
.topper.topper-location .topper-location__card a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}
.topper.home {
  background: #094d9a;
  /*
    @include breakpoint($bp-foxtrot) {
      max-height: 1100px;
      min-height: 1000px;
    }
    */
}
@media (min-width: 768px) {
  .topper.home {
    max-height: none;
    height: 100%;
    min-height: 750px;
    padding: 200px 0 100px;
  }
}
@media (min-height: 1050px) and (min-width: 768px) {
  .topper.home {
    min-height: 750px;
  }
}
.topper.home .column {
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  padding-top: 40px;
}
@media (min-width: 768px) {
  .topper.home .column {
    padding-bottom: 150px;
    padding-top: 0px;
  }
}
@media (min-width: 1400px) {
  .topper.home .column {
    padding-bottom: 100px;
  }
}
.topper.home .deck {
  display: block;
}
.topper.home .form-wrapper {
  margin: 10px 0 0;
}
@media (min-width: 768px) {
  .topper.home .form-wrapper {
    margin: 20px 0 0;
  }
}
.topper.home .play-button {
  position: absolute;
  right: 0px;
  bottom: 100px;
  display: none;
}
@media (min-width: 992px) {
  .topper.home .play-button {
    display: block;
  }
}
.topper.home .play-button:hover svg .st2 {
  fill: #64c9c4;
  transform: scale(1.25);
}
.topper.home .play-button svg {
  height: 37px;
  width: 37px;
}
.topper.home .play-button svg .st0 {
  fill: #fff;
}
.topper.home .play-button svg .st1 {
  fill: none;
  stroke: #64c9c4;
  stroke-width: 4;
  stroke-miterlimit: 10;
  transform: rotate(90deg);
  transform-origin: center center;
}
.topper.home .play-button svg .st2 {
  fill: #fff;
  transition: all 0.2s;
  transform-origin: center;
}
.topper.home .play-button svg .st2.pause {
  opacity: 1;
}
.topper.home .play-button svg .st2.play {
  opacity: 0;
}
.topper.home .play-button.paused svg .st2.pause {
  opacity: 0;
}
.topper.home .play-button.paused svg .st2.play {
  opacity: 1;
}
.topper .topper__read-more {
  flex: 1 0 auto;
  padding: 0;
  max-width: 47px;
  display: flex;
  align-items: flex-end;
}
.topper .topper__read-more.topper__read-more--down-arrow {
  position: absolute;
  left: 40px;
  bottom: 150px;
  display: none;
}
@media (min-width: 768px) {
  .topper .topper__read-more.topper__read-more--down-arrow {
    display: block;
  }
}
.topper .topper__read-more.topper__read-more--circle {
  flex: 1 1 auto;
  padding: 40px 0 0;
}
@media (min-width: 992px) {
  .topper .topper__read-more {
    max-width: 60px;
  }
}
.topper .topper__read-more a {
  width: 100%;
  height: auto;
  color: #fff;
}
.topper .topper__read-more a svg {
  position: relative;
  width: 100%;
  transition: 0.35s;
}
.topper .topper__read-more a:hover, .topper .topper__read-more a:focus {
  color: #4a908c;
}
.topper .topper__read-more a:hover svg, .topper .topper__read-more a:focus svg {
  transform: scale(1.15);
}

.topper-posts {
  padding: 180px 0 20px;
}
@media (min-width: 768px) {
  .topper-posts {
    padding: 210px 0 0 0;
  }
}
@media (min-width: 992px) {
  .topper-posts {
    padding: 230px 0 40px;
  }
}
.topper-posts.topper-simple {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .topper-posts.topper-simple {
    padding-top: 200px;
  }
}
.topper-posts.topper-simple h6,
.topper-posts.topper-simple h1 {
  text-align: left;
}
.topper-posts.topper-simple h1 {
  margin-bottom: 0;
}
.topper-posts.topper-simple h6 {
  color: #665b5e;
}
.topper-posts.topper-simple hr {
  margin-left: auto;
  margin-right: auto;
}
.topper-posts.topper-post {
  padding-top: 200px;
}
@media (min-width: 768px) {
  .topper-posts.topper-post {
    padding-top: 230px;
  }
}
.topper-posts.topper-search {
  padding-bottom: 28px;
}
.topper-posts.topper-search .page-title {
  margin-bottom: 0;
  text-align: center;
}
.topper-posts .page-meta {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}
.topper-posts .page-meta span {
  margin: 0 25px 0 0;
  font-size: 12px;
  line-height: 17px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  color: #231f20;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #999;
}
.topper-posts hr {
  margin-left: 0;
  margin-top: 50px;
}
.topper-posts .post-info {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 20px;
  line-height: 145%;
  color: #665b5e;
  font-weight: 600;
}
@media (min-width: 960px) {
  .topper-posts .sub-nav {
    margin-bottom: 25px;
  }
}

@media (min-width: 960px) {
  .topper-post {
    margin-bottom: 25px;
  }
}
.topper-post__hed {
  text-align: center;
  line-height: 1.25;
}
.topper-post .page-date {
  text-align: center;
}

.topper-person {
  background-color: #fff;
  padding-top: 200px;
}
@media (min-width: 768px) {
  .topper-person {
    padding-top: 235px;
  }
}
.topper-person h2 {
  color: #231f20;
  font-family: "neue-haas-grotesk-display", serif;
  text-transform: none;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.25;
  letter-spacing: 0.01em;
}
.topper-person__cat {
  font-size: 13px;
  line-height: 1.3;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 13px;
  margin-top: 30px;
  display: inline-block;
}
@media (min-width: 768px) {
  .topper-person__cat {
    margin-top: 0;
  }
}
.topper-person .page-title + .deck {
  font-size: 19px;
  line-height: 1.65;
  font-weight: 450;
  letter-spacing: 0.02em;
}
.topper-person__img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .topper-person__fig {
    padding-right: 40px;
  }
}
@media (min-width: 1250px) {
  .topper-person__fig {
    padding-right: 65px;
  }
}

.topper-impact {
  padding-top: 180px;
}
@media (min-width: 960px) {
  .topper-impact {
    padding-top: 240px;
  }
}
@media (min-width: 1250px) {
  .topper-impact {
    padding-top: 175px;
  }
}
.topper-impact .page-title a {
  color: inherit;
}
.single-impact1 .topper-impact {
  padding-top: 50px;
}
@media (min-width: 960px) {
  .single-impact1 .topper-impact {
    padding-top: 50px;
  }
}
.topper-impact__main {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .topper-impact__main {
    padding: 0 30px 0 40px;
  }
}
@media (min-width: 1240px) {
  .topper-impact__main {
    padding: 0 40px 0 30px;
    margin-left: auto;
    max-width: 620px;
  }
}
.topper-impact__img {
  border-top: 8px solid;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .topper-impact__img {
    border-top: 12px solid;
  }
}
@media (min-width: 1250px) {
  .topper-impact__img {
    border-top: 15px solid;
  }
}
.topper-impact__meta {
  display: flex;
  align-items: baseline;
}
.topper-impact .impact-card__cat {
  margin-right: 20px;
}
.topper-impact__date {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 450;
  letter-spacing: 0.02em;
}
.topper-impact__jtci {
  margin-top: 24px;
  width: 114.8px;
  height: 56px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .topper-impact__jtci {
    margin-top: 38px;
    width: 164px;
    height: 80px;
  }
}
.topper-impact__jtci svg {
  fill: #a3a5a8;
}

.topper-event {
  padding-top: 180px;
}
@media (min-width: 960px) {
  .topper-event {
    padding-top: 240px;
  }
}
@media (min-width: 992px) {
  .topper-event {
    padding: 230px 0 40px;
  }
}
.topper-event__img {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .topper-event__img {
    margin-top: 0;
  }
}
.topper-event__hed {
  margin-bottom: 0.25em;
}
.topper-event__main {
  padding: 0 30px;
}
@media (min-width: 768px) {
  .topper-event__main {
    padding: 0 40px 0 30px;
  }
}
@media (min-width: 1240px) {
  .topper-event__main {
    padding: 0 0 0 70px;
    margin-right: auto;
    max-width: 620px;
  }
}
.topper-event__meta {
  margin: 0 0 39px;
  font-size: 25px;
  line-height: 1.45;
}
.topper-event__btn {
  margin: 43px 0 24px;
}
.topper-event .list__grid .list__single-row {
  margin-bottom: 0;
  padding-bottom: 0;
}
.topper-event .learn svg {
  width: 13px;
  height: 13px;
  fill: transparent;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.topper-event .learn svg .i__sar {
  stroke: #64c9c4;
  stroke-width: 2;
}

.topper-careers {
  padding: 200px 0px 10px;
  background: #094d9a;
}
@media (min-width: 768px) {
  .topper-careers {
    padding: 200px 0px 10px;
    background: white;
  }
}
.topper-careers__section_title {
  width: 100%;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .topper-careers__section_title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    width: 70%;
    padding: 40px;
    margin: 40px 120px;
  }
}
.topper-careers .title {
  text-align: center;
}
@media (min-width: 768px) {
  .topper-careers .title {
    width: 70%;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .topper-careers .col-md-6 {
    flex-basis: calc(50% - 0px);
    max-width: calc(50% - 0px);
  }
}
.topper-careers .overlay {
  top: -100px;
}

.topper-cta .link {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.03em;
}
.topper-cta .link:hover, .topper-cta .link:focus {
  color: #64c9c4;
}
.topper-cta .play-row {
  width: 100%;
  height: 100px;
}
.topper-cta .play-row a {
  color: #fff;
}
.topper-cta .play-row a svg {
  fill: transparent;
}
.topper-cta .play-row a svg .play__circle {
  transition: 0.3s;
  fill: #fff;
}
.topper-cta .play-row a svg .play__triangle {
  fill: #094d9a;
  transition: 0.3s;
}
.topper-cta .play-row a:hover svg .play__circle, .topper-cta .play-row a:focus svg .play__circle {
  fill: #fff;
}
.topper-cta .play-row a:hover svg .play__triangle, .topper-cta .play-row a:focus svg .play__triangle {
  fill: #4a908c;
}
.topper-cta .play-row .play-button {
  position: relative;
  margin: 0 auto;
  left: auto;
  top: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}
.topper-cta .play-row .play-button svg {
  z-index: 9;
  position: relative;
}
@media (min-width: 768px) {
  .topper-cta .play-row .play-button {
    margin: 10px auto 0;
    top: 0;
    width: 100px;
    height: 100px;
  }
}
.topper-cta .video-link {
  position: relative;
}
.topper-cta .video-popup {
  width: 75px;
  height: 75px;
  background: #094d9a;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: table;
  margin: 0 auto;
  position: relative;
  outline: none;
  transition: 0.35s;
}
.topper-cta .video-popup:hover {
  background: #4a908c;
}
.topper-cta .video-popup span {
  width: 30px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  margin: 0 auto;
}
.topper-cta .video-popup span svg {
  margin-left: 5px;
  width: 100%;
  height: auto;
}
.topper-cta .topper-form {
  width: 100%;
  padding: 0;
}
.topper-cta .topper-form form .first-name,
.topper-cta .topper-form form .email {
  width: 100%;
}
.topper-cta .topper-form form .zip {
  width: 100%;
}
.topper-cta .topper-form form .submit {
  width: 100%;
}

@keyframes video-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.topper-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  opacity: 0;
  background-size: cover !important;
  animation: video-fade 0.5s ease-in-out;
  animation-delay: 0.25s;
  animation-fill-mode: both;
}
.topper-video .mobile-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: center top !important;
}
@media (min-width: 992px) {
  .topper-video .mobile-image {
    display: none;
  }
}

.fullscreen-bg__video {
  display: none;
}
@media (min-width: 768px) {
  .fullscreen-bg__video {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 1240px) {
  .fullscreen-bg__video {
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
  }
}
@media (max-aspect-ratio: 16/9) and (min-width: 1240px) {
  .fullscreen-bg__video {
    height: 100%;
    width: auto;
    left: auto;
  }
}
@media (max-aspect-ratio: 16/9) and (min-width: 1400px) {
  .fullscreen-bg__video {
    width: 130%;
    left: -15%;
    height: auto;
  }
}
.blog .sub-nav,
.archive .sub-nav,
.category .sub-nav {
  background: #fff;
}

.sub-nav {
  width: 100%;
  padding: 0 20px 20px;
  margin-top: 19px;
}
@media (min-width: 768px) {
  .sub-nav {
    padding: 0 0 20px;
    margin-top: 19px;
  }
}
@media (min-width: 992px) {
  .sub-nav {
    margin-bottom: 37px;
    padding: 0;
  }
}
.sub-nav .topper-menu {
  width: 100%;
  display: block;
  overflow: hidden;
}
@media (min-width: 768px) {
  .sub-nav .topper-menu {
    display: inline-flex;
    width: auto;
  }
}
.sub-nav nav {
  overflow: hidden;
}
.sub-nav nav ul {
  margin: 0px;
  padding: 0px;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (min-width: 960px) {
  .sub-nav nav ul {
    justify-content: flex-start;
  }
}
.sub-nav nav ul li {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .sub-nav nav ul li {
    width: auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 960px) {
  .sub-nav nav ul li {
    text-align: left;
  }
}
.sub-nav nav ul li.current-menu-item a {
  color: #094d9a;
}
@media (min-width: 768px) {
  .sub-nav nav ul li.current-menu-item a:after {
    background: #094d9a;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .sub-nav nav ul li.current-menu-item a:hover:after {
    background: #64c9c4;
    opacity: 1;
  }
}
.sub-nav nav ul li .sub-menu {
  display: none;
}
.sub-nav nav ul li a {
  font-size: 18px;
  font-weight: 900;
  font-family: "neue-haas-grotesk-display", sans-serif;
  display: inline-block;
  text-align: center;
  color: #094d9a;
  position: relative;
  margin: 5px 10px;
  padding: 5px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .sub-nav nav ul li a {
    padding: 5px 0 5px 0;
    margin: 0 20px 0;
  }
}
@media (min-width: 960px) {
  .sub-nav nav ul li a {
    margin: 0 35px 0 0;
  }
}
@media (min-width: 1240px) {
  .sub-nav nav ul li a {
    margin: 0 40px 0 0;
  }
}
.sub-nav nav ul li a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 6px;
  left: 0;
  background: #64c9c4;
  opacity: 0;
  transition: 0.35s;
}
.sub-nav nav ul li a:hover:after, .sub-nav nav ul li a:focus:after {
  opacity: 1;
}

.page-simple-topper .sub-nav .row-center--justify-start,
.archive.term-general .sub-nav .row-center--justify-start,
.archive.term-webinars .sub-nav .row-center--justify-start,
.post-type-archive-event .sub-nav .row-center--justify-start {
  justify-content: center !important;
}
.page-simple-topper .sub-nav .row-center--justify-start nav ul li a,
.archive.term-general .sub-nav .row-center--justify-start nav ul li a,
.archive.term-webinars .sub-nav .row-center--justify-start nav ul li a,
.post-type-archive-event .sub-nav .row-center--justify-start nav ul li a {
  margin: 0 20px;
}

/*
  Animations

  See here for more exaplanation: https://www.notion.so/wideeyecreative/Starter-Animations-8fcc4a3b2960494d86f68b5724819c23

  This file defines a bunch of css-animation-related variables, imports some pre-defined animations (which you can add to)
  and then applies these animations to specific elements. Be sure to handle edge cases like the lack of a .js class (indicating that javascript is disabled or the main javascript file is broken or missing).

  */
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate-children .js-animated-child, .no-js [data-animate-children] > div, .seenSection [data-beat-bottom-cta], .no-js [data-beat-bottom-cta], [data-beat-topper] {
  will-change: opacity;
  opacity: 0;
  animation: fade-in 0.35s ease-in-out 1 forwards;
}

@keyframes fade-out-partial {
  from {
    opacity: 0.8;
  }
  to {
    opacity: 0.4;
  }
}
.js .module.seenSection .overlay, .no-js .overlay {
  animation: fade-out-partial 0.35s ease-in-out 1 forwards;
}

@keyframes animate-in-via-scaling {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.topper-image {
  will-change: transform;
  transform: scale(1.1);
  perspective: 3000px;
  animation: animate-in-via-scaling 0.7s ease-in-out 1 forwards;
}

@keyframes animate-in-upwards {
  from {
    opacity: 0;
    transform: translate(0, 15%) scale(1.1);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
.topper .topper__read-more, .topper .video-link,
.topper .topper-cta,
.topper .play-row,
.topper .donation,
.topper .topper-action-btn {
  will-change: transform, opacity;
  opacity: 0;
  transform: scale(1.1) translate(0, 15%);
  animation: animate-in-upwards 0.35s ease-in-out 1 forwards;
}

@keyframes animate-in-downwards {
  0% {
    opacity: 0;
    transform: translate(0, -15%) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
@keyframes animate-in-jumping-downwards {
  0% {
    opacity: 0;
    transform: translate(0, -15%) scale(1.2);
  }
  30% {
    transform: translate(0, 6%) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}
/*
  With these animation sequences defined, we can assign specific animation effects to core page elements
  We can also override bits and pieces of the original animation properties to speed them up, reverse them, etc.

  */
[data-beat-topper] {
  opacity: 0;
  perspective: 3000px;
}

@media (max-width: 767.98px) {
  .topper [data-beat="0"] {
    animation-delay: 0 !important;
  }
  .topper [data-beat="1"] {
    animation-delay: 0.1s !important;
  }
  .topper [data-beat="2"] {
    animation-delay: 0.2s !important;
  }
  .topper [data-beat="3"] {
    animation-delay: 0.3s !important;
  }
  .topper [data-beat="4"] {
    animation-delay: 0.4s !important;
  }
}

.topper .overlay {
  animation-duration: 0.5s;
}
.topper .topper__read-more {
  animation-delay: 1.2s !important;
}

[data-beat-bottom-cta] {
  opacity: 0;
}
.seenSection [data-beat-bottom-cta], .no-js [data-beat-bottom-cta] {
  perspective: 3000px;
}

.bottom-cta .overlay {
  opacity: 0.8;
  transition: 0.35s;
}
.js .bottom-cta.seenSection .overlay {
  opacity: 0.4;
}
.no-js .bottom-cta .overlay {
  opacity: 0.4;
}
.bottom-cta.bottom-cta__cta-link:hover .overlay, .bottom-cta.bottom-cta__cta-button:hover .overlay {
  opacity: 0.6;
}

.no-js .module .overlay {
  opacity: 0.8;
}

[data-beat="0"] {
  animation-delay: 0s !important;
}

[data-beat="1"] {
  animation-delay: 0.2s !important;
}

[data-beat="2"] {
  animation-delay: 0.4s !important;
}

[data-beat="3"] {
  animation-delay: 0.6s !important;
}

[data-beat="4"] {
  animation-delay: 0.8s !important;
}

[data-beat="5"] {
  animation-delay: 1s !important;
}

[data-beat="6"] {
  animation-delay: 1.2s !important;
}

[data-beat="7"] {
  animation-delay: 1.4s !important;
}

/*
  The next rules are for animating an unknown number of children in source order sequence (usually left to right, top to bottom)

  */
[data-animate-children] > div {
  opacity: 0;
}
.bottom-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f4f8f8;
  background-size: cover !important;
  position: relative;
  padding: 30px 20px 0px;
  z-index: 9;
  color: #fff;
  width: 100%;
  margin-top: 50px;
}
@media (min-width: 480px) {
  .bottom-cta {
    padding: 40px 40px 0px;
  }
}
@media (min-width: 768px) {
  .bottom-cta {
    padding: 100px 40px 0;
    margin-top: 83px;
  }
}
@media (min-width: 960px) {
  .bottom-cta {
    padding: 100px 60px 0;
  }
}
@media (min-width: 1240px) {
  .bottom-cta {
    padding: 100px 98px 0;
  }
}
.bottom-cta::after {
  content: "";
  width: 100%;
  height: 50px;
  bottom: -50px;
  background: #f4f8f8;
  left: 0;
  position: absolute;
}
@media (min-width: 768px) {
  .bottom-cta::after {
    height: 100px;
    bottom: -100px;
  }
}
.bottom-cta h1 a {
  border-bottom: 5px solid;
  border-color: #4a908c;
  transition: border-color 0.45s ease-in-out;
  color: white;
  line-height: 150%;
}
.bottom-cta h1 a:hover {
  border-color: #094d9a;
}
.bottom-cta .bottom-cta__title,
.bottom-cta .bottom-cta__sub-title {
  color: #094d9a;
}
.bottom-cta .bottom-cta-social {
  margin-top: 18px;
  margin-bottom: 24px;
}
.bottom-cta .bottom-cta-social li a {
  font-size: 28px;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .bottom-cta .bottom-cta-social li a {
    padding: 0 30px 0 0;
    font-size: 40px;
  }
}
.bottom-cta .bottom-cta__title {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.1;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  text-align: left;
}
@media (min-width: 768px) {
  .bottom-cta .bottom-cta__title {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .bottom-cta .bottom-cta-deck {
    margin-bottom: 65px;
  }
}
.bottom-cta .bottom-cta-deck p {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.45;
  letter-spacing: 0.02em;
}
@media (min-width: 960px) {
  .bottom-cta .bottom-cta-deck p {
    font-size: 23px;
  }
}
@media (min-width: 1240px) {
  .bottom-cta .bottom-cta-deck p {
    font-size: 25px;
  }
}
.bottom-cta .deck {
  margin-bottom: 35px;
  color: #fff;
  position: relative;
}
.bottom-cta .deck p {
  color: #fff;
}
.bottom-cta .container,
.bottom-cta .row {
  height: 100%;
}
.bottom-cta .play-row {
  width: 100%;
  height: 100px;
}
.bottom-cta .play-row a {
  color: #fff;
}
.bottom-cta .play-row a:hover, .bottom-cta .play-row a:focus {
  color: #094d9a;
}
.bottom-cta .play-row .play-button {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.bottom-cta .play-row .play-button svg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
  fill: transparent;
  color: #fff;
}
@media (min-width: 768px) {
  .bottom-cta .play-row .play-button svg {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 992px) {
  .bottom-cta .play-row .play-button svg {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1250px) {
  .bottom-cta .play-row .play-button svg {
    width: 124px;
    height: 124px;
  }
}
.bottom-cta .play-row .play-button svg .play__circle {
  transition: 0.3s;
  fill: #fff;
}
.bottom-cta .play-row .play-button svg .play__triangle {
  fill: #094d9a;
  transition: 0.3s;
}
.bottom-cta .play-row .play-button:hover svg .play__circle {
  fill: #fff;
}
.bottom-cta .play-row .play-button:hover svg .play__triangle {
  fill: #4a908c;
}
.bottom-cta .bottom-cta-button {
  text-align: center;
}
.bottom-cta .video-link {
  position: relative;
}
.bottom-cta .video-popup {
  width: 75px;
  height: 75px;
  background: #094d9a;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  margin: 0 auto;
  position: relative;
  outline: none;
  transition: 0.35s;
}
.bottom-cta .video-popup:hover {
  background: #4a908c;
}
.bottom-cta .video-popup span {
  width: 30px;
  height: 35px;
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  margin: 0 auto;
}
.bottom-cta .video-popup span svg {
  margin-left: 5px;
  width: 100%;
  height: auto;
}
.bottom-cta .bottom-cta-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .bottom-cta .bottom-cta-main {
    padding: 0 20px 0 0;
  }
}
.bottom-cta .bottom-cta-form {
  padding: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .bottom-cta .bottom-cta-form {
    padding-right: 1px;
  }
}
@media (min-width: 1240px) {
  .bottom-cta .bottom-cta-form {
    padding-left: 40px;
  }
}
.bottom-cta .bottom-cta-form form .first-name,
.bottom-cta .bottom-cta-form form .email {
  width: 100%;
}
.bottom-cta .bottom-cta-form form .zip {
  width: 100%;
}
.bottom-cta .bottom-cta-form form .submit {
  text-align: left;
}
.bottom-cta .bottom-cta-form form .submit .btn {
  width: auto;
}

.upnext + .bottom-cta {
  margin-top: -24px;
}

.thank-you-msg h2,
.thank-you-msg h3,
.thank-you-msg h4 {
  color: #094d9a;
}

.bottom-share {
  margin: 50px auto;
  width: 100%;
}
@media (min-width: 992px) {
  .bottom-share {
    display: none;
  }
}
.bottom-share .social {
  margin: 0 auto;
}
.bottom-share .social span {
  display: none;
}
.bottom-share .social ul {
  flex-wrap: wrap;
}
.bottom-share .social ul li a {
  color: #094d9a;
  padding: 5px 20px;
}
.bottom-share .social ul li a:hover {
  color: #0d9bba;
}
.bottom-share .social ul li a i {
  font-size: 23px;
}
@media (min-width: 768px) {
  .bottom-share .social ul li a i {
    font-size: 29px;
  }
}

.link, .btn,
button.btn {
  align-content: center;
  justify-content: center;
  border-radius: 0px;
  font-size: 18px;
  font-weight: 900;
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 23.4px;
  transition: 0.35s;
  display: inline-flex;
  text-align: center;
  width: auto;
  cursor: pointer;
}

.btn,
button.btn {
  padding: 13px 50px 14px;
  box-shadow: none;
  background: #4a908c;
  border-radius: 0px;
  color: #fff;
  width: 100%;
  min-height: 60px;
  align-items: center;
}
.btn:hover, .btn:focus {
  background: #213065;
  color: #fff;
}
@media (min-width: 480px) {
  .btn,
  button.btn {
    width: auto;
  }
}

.btn.btn--force,
button.btn.btn--force {
  align-content: center !important;
  justify-content: center !important;
  border-radius: 0px !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  font-family: "neue-haas-grotesk-display", sans-serif !important;
  line-height: 23.4px !important;
  transition: 0.35s !important;
  display: inline-flex !important;
  text-align: center !important;
  width: 100% !important;
  cursor: pointer !important;
}
@media (min-width: 480px) {
  .btn.btn--force,
  button.btn.btn--force {
    width: auto !important;
  }
}

.btn.btn--force,
button.btn.btn--force {
  padding: 13px 50px 14px !important;
  box-shadow: none !important;
  background: #4a908c !important;
  border-radius: 0px !important;
  color: #fff !important;
}
.btn.btn--force:hover, .btn.btn--force:focus {
  background: #fff !important;
  color: #4a908c !important;
  box-shadow: 0px 18px 30px rgba(0, 0, 0, 0.2) !important;
}

.link {
  border-bottom: 3px solid;
  border-color: #64c9c4;
  background: none;
  box-shadow: none;
  min-width: 0;
  color: #094d9a;
  padding: 0px 0px 3px;
}
.link:hover, .link:focus {
  color: #0d9bba;
  padding: 0px 0px 3px;
}

.btn.btn--secondary,
button.btn.btn--secondary {
  background: #094d9a;
}
.btn.btn--secondary:hover, .btn.btn--secondary:focus,
button.btn.btn--secondary:hover,
button.btn.btn--secondary:focus {
  background: #fff;
  color: #094d9a;
}
.btn.btn--inactive,
button.btn.btn--inactive {
  background: #ecf3f3;
  color: #4a908c;
  cursor: default;
}
.btn.btn--inactive:hover, .btn.btn--inactive:focus,
button.btn.btn--inactive:hover,
button.btn.btn--inactive:focus {
  background: #ecf3f3;
  color: #4a908c;
  cursor: default;
}
.btn.btn--tertiary,
button.btn.btn--tertiary {
  background: #094d9a;
  color: #fff;
  border: 2px solid;
  border-color: #094d9a;
  padding: 11px 50px 12px;
}
.btn.btn--tertiary:hover, .btn.btn--tertiary:focus,
button.btn.btn--tertiary:hover,
button.btn.btn--tertiary:focus {
  border-color: #0d9bba;
  background: #0d9bba;
  color: #fff;
}
.btn.btn--alternate,
button.btn.btn--alternate {
  color: #fff;
  background: transparent;
  border-color: #fff;
  border: 2px solid;
  font-size: 11px;
  padding: 11px 5px 12px;
}
.btn.btn--alternate:hover, .btn.btn--alternate:focus,
button.btn.btn--alternate:hover,
button.btn.btn--alternate:focus {
  border-color: #fff;
  background: #fff;
  color: #4a908c;
}
.btn.btn--alternate.btn--small,
button.btn.btn--alternate.btn--small {
  font-size: 11px;
}
.btn.btn--small,
button.btn.btn--small {
  font-size: 14px;
  line-height: 18.2px;
}

@media (min-width: 480px) {
  .btn--single-row-button {
    min-width: 240px;
    max-width: 240px;
  }
}

label {
  display: block;
  font-size: 13px;
  line-height: 1.3;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #094d9a;
  margin-bottom: 2px;
  text-align: left;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
textarea {
  box-sizing: border-box;
  background: transparent;
  border-radius: 0;
  border: 1px solid #094d9a;
  color: #231f20;
  font-size: 19px;
  line-height: 130%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  padding: 13px 14px 13px;
  outline: none;
  transition: background 0.25s ease, color 0.25s ease;
  width: 100%;
  margin-bottom: 22px;
  font-weight: 600;
  appearance: none;
  font-weight: 450 !important;
  letter-spacing: 0.03em;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
textarea:focus {
  background: #fff;
  color: #094d9a;
}
input[type=text]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=date]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #094d9a;
}
input[type=text]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=date]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #094d9a;
}
input[type=text]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #094d9a;
}
input[type=text]:focus ::placeholder,
input[type=email]:focus ::placeholder,
input[type=tel]:focus ::placeholder,
input[type=number]:focus ::placeholder,
input[type=date]:focus ::placeholder,
textarea:focus ::placeholder {
  color: #094d9a;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=date] {
  height: 55px;
}

::-moz-placeholder {
  color: #665b5e;
  transition: color 0.25s ease;
  font-weight: 450 !important;
  letter-spacing: 0.03em;
}

::-webkit-input-placeholder {
  color: #665b5e;
  transition: color 0.25s ease;
  font-weight: 450 !important;
  letter-spacing: 0.03em;
}

:-ms-input-placeholder {
  color: #665b5e;
  transition: color 0.25s ease;
  font-weight: 450 !important;
  letter-spacing: 0.03em;
}

::placeholder {
  color: #665b5e;
  transition: color 0.25s ease;
  font-weight: 450 !important;
  letter-spacing: 0.03em;
}

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

.content .gform_wrapper {
  margin-top: 35px;
}
.content .gform_wrapper .gform_body {
  width: 100% !important;
}
.content .gform_wrapper .gfield_label {
  margin-top: 0 !important;
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #333333;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .content .gform_wrapper .gfield_label {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .content .gform_wrapper .gfield_label {
    font-size: 20px;
  }
}
.content .gform_wrapper input[type=text],
.content .gform_wrapper input[type=tel],
.content .gform_wrapper input[type=email],
.content .gform_wrapper textarea {
  padding: 10px 20px !important;
}
.content .gform_wrapper .validation_error {
  color: #ff3232;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 25px;
  border: 1px solid #ff3232;
  padding: 10px 0;
  clear: both;
  width: 100%;
  text-align: center;
}
.content .gform_wrapper li.gfield.gfield_error,
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border-top: none;
  border-bottom: none;
}
.content .gform_wrapper li.gfield.gfield_error .gfield_label,
.content .gform_wrapper li.gfield.gfield_error .gfield_required,
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label,
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_required {
  color: #231f20;
}
.content .gform_wrapper li.gfield.gfield_error .gfield_label,
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label {
  margin-top: 0 !important;
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  margin: 0 0 0.5em;
}
@media (min-width: 768px) {
  .content .gform_wrapper li.gfield.gfield_error .gfield_label,
  .content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .content .gform_wrapper li.gfield.gfield_error .gfield_label,
  .content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_label {
    font-size: 20px;
  }
}
.content .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message,
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description.validation_message {
  margin-top: 0;
  padding-top: 0;
  color: #ff3232;
}
.content .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.content .gform_wrapper li.gfield.gfield_error .gform_wrapper li.gfield_error textarea,
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.content .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff3232 !important;
}
.content .gform_wrapper #gform_ajax_spinner_1 {
  margin: 15px auto;
  float: none;
  display: table;
  max-width: 25px !important;
  max-height: 25px !important;
}
.content .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px;
  float: left;
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px;
}
.content .gform_wrapper ul.gform_fields li input[type=text],
.content .gform_wrapper ul.gform_fields li input[type=email],
.content .gform_wrapper ul.gform_fields li textarea {
  border: 1px solid #f4f8f8;
}
.content .gform_wrapper .gform_footer {
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.content .gform_wrapper .gform_footer input[type=submit] {
  width: 100%;
}
@media (min-width: 768px) {
  .content .gform_wrapper .gform_footer input[type=submit] {
    min-width: 300px;
    max-width: 350px;
  }
}

.donation-caption p {
  color: #fff;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}

.learn:after {
  /*
  position: relative;
  display: inline;
  line-height: inherit;
  padding-left: 15px;
  content: '\f105';
  font-size: 20px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  min-width: 7px;
  text-decoration: inherit;
  transition: transform 0.35s;
  */
}

.social.links {
  font-size: 20px;
}
.social.links span {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  margin: 13px 15px 0 15px;
}
.social.links span.visibility-hidden {
  text-transform: none;
}
.social.links ul {
  margin: 0px;
  padding: 0px;
  flex-wrap: nowrap;
}
.social.links ul li {
  list-style-type: none;
}
.social.links ul li svg {
  width: 1em;
  height: auto;
}

.social-nav {
  position: fixed;
  z-index: 99;
  width: 100%;
  opacity: 1;
  transition: 0.35s;
  display: none;
}
.social-nav.animate {
  opacity: 0;
}
.social-nav.behind {
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 992px) {
  .social-nav {
    display: block;
    width: 24px;
    position: fixed;
    right: 40px !important;
    top: 50% !important;
    left: auto !important;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.social-side {
  width: 24px;
  display: none;
}
@media (min-width: 768px) {
  .social-side {
    display: block;
  }
}
.social-side p {
  writing-mode: vertical-rl;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #094d9a;
  font-weight: 400;
  line-height: 24px;
}
.social-side .social.links ul {
  flex-direction: column;
}
.social-side .social.links ul li {
  margin-bottom: 13px;
}
.social-side .social.links ul li a {
  color: #094d9a;
}
.social-side .social.links ul li a:hover {
  color: #0d9bba;
}
.social-side .social.links ul li a:hover svg {
  fill: #0d9bba;
}
.social-side .social.links ul li a .fa {
  font-size: 26px;
}
.social-side .social.links ul li a svg {
  height: 26px;
}

.topper-social {
  position: relative;
  top: 9px;
  margin-right: 22px;
  flex: 0 0 auto;
  width: auto;
  /*
  @if ($has-transparent-header) {
    top: calc(40px + 60px);
  }
  else {
    top: 40px;
  }
  */
}
.topper-social .social.links {
  margin: 0px;
  flex: 1 0 auto;
  justify-content: center;
}
@media (max-width: 1249.98px) {
  .topper-social .social.links {
    display: none;
  }
}
@media (min-width: 1250px) {
  .topper-social .social.links {
    max-width: 100%;
    overflow: hidden;
    transition: 0.35s;
    color: #fff;
  }
}
.topper-social .social.links ul {
  display: flex;
}
.topper-social .social.links li {
  margin: 0 9px;
}
.topper-social .social.links li i {
  font-size: 15.75px;
}
.topper-social .social.links li a {
  color: #fff;
}
.topper-social .social.links li a:hover, .topper-social .social.links li a:focus {
  color: rgba(255, 255, 255, 0.6);
}
.pagination {
  list-style: none;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 40px 0 20px;
}
@media (min-width: 768px) {
  .pagination {
    margin: 75px 0 35px;
  }
}
.pagination ul.page-numbers {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
}
.pagination li {
  margin: 5px 0px 5px 0px !important;
  display: inline-flex;
  text-align: center;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #999;
  position: relative;
  padding: 0 19.3px;
}
.pagination li:after {
  /*
  content: '';
  position: absolute;
  right: -0.5px;
  top: 0;
  height: 100%;
  width: 1px;
  background: $separator-color;
  */
}
.pagination li:last-of-type:after {
  display: none !important;
}
.pagination .page-numbers {
  align-items: center;
  align-content: center;
  display: inline-flex;
  line-height: 1.6em;
  margin: 0px;
  padding: 5px 6px;
  min-width: 20px;
  display: inline-block;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  color: #094d9a;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  border-bottom: 3px solid transparent;
}
.pagination .page-numbers svg {
  width: 13px;
  height: 13px;
  position: relative;
  top: -2px;
  fill: transparent;
  stroke: #64c9c4;
  stroke-width: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.pagination .prev {
  transform: scaleX(-1);
}
.pagination .current {
  color: #0d9bba;
  cursor: default;
}
.pagination .dots {
  color: #64c9c4;
  margin: 0px;
  padding: 5px 0px;
}
.pagination .current {
  border-color: #64c9c4;
}
.pagination a:hover {
  border-color: #094d9a;
}
.pagination a:hover svg {
  stroke: #094d9a;
}
.pagination a.prev:hover,
.pagination a.next:hover {
  border-color: transparent;
}

#main-container-wrap {
  transform: translate3d(0, 0, 0);
  position: relative;
  z-index: 3;
}

.is-splashed {
  pointer-events: none;
  position: relative;
}
.is-splashed:before {
  background: #231f20;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  opacity: 0.8;
  top: 0;
  width: 100vw;
  z-index: 9997;
}

#image-popup-inline,
#inline-popup {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: calc(100% - 70px);
  display: none;
}
@media (min-width: 768px) {
  #image-popup-inline,
  #inline-popup {
    display: flex;
  }
}

#image-popup-inline {
  width: 600px;
}

#inline-popup {
  width: 1080px;
}

#image-popup-inline a {
  display: block;
  margin: 0 auto;
  width: 100%;
  position: relative;
}

#image-popup-inline a img {
  height: auto;
  width: 100%;
}

#image-popup-inline button.mfp-close,
#inline-popup button.mfp-close {
  color: #fff;
  top: -10px;
  right: -40px;
}

.hide-me {
  display: none;
}

#inline-popup .inline-wrap {
  background: #094d9a;
  padding: 15px;
  text-align: center;
}
#inline-popup .inline-wrap--flex {
  display: flex;
}
#inline-popup .inline-wrap--bleed {
  padding: 0;
  width: 100%;
  min-height: 500px;
}
#inline-popup .inline-wrap .btn {
  padding: 13px 30px 14px;
}
#inline-popup .inline-wrap .bottom-cta-form {
  width: calc(100% - 2px);
  flex-basis: calc(100% - 2px);
  flex-grow: 0;
}
#inline-popup .inline-wrap .mfp__col {
  display: flex;
  flex: 0 0 auto;
  width: 50%;
  position: relative;
  text-align: left;
}
#inline-popup .inline-wrap .mfp__col--align-flex-start {
  align-items: flex-start;
}
#inline-popup .inline-wrap .mfp__col--align-center {
  align-items: center;
}
#inline-popup .inline-wrap .mfp__fig {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
#inline-popup .inline-wrap .mfp__fig--multiply {
  mix-blend-mode: multiply;
}
#inline-popup .inline-wrap .mfp__main {
  position: relative;
}
#inline-popup .inline-wrap .mfp__main--wide {
  padding: 50px;
}
#inline-popup .inline-wrap .mfp__main--narrow {
  padding: 60px;
}
#inline-popup .inline-wrap .mfp__col--light {
  padding: 50px;
  background-color: #fff;
}
#inline-popup .inline-wrap .mfp__col--light .form-field {
  margin-bottom: 20px;
}
#inline-popup .inline-wrap .mfp__col--light .form-field input {
  margin-bottom: 0;
}

.mfp-bg,
.mfp-wrap {
  z-index: 9999;
  display: none;
}
@media (min-width: 768px) {
  .mfp-bg,
  .mfp-wrap {
    display: block;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp__hed, .mfp__deck {
  color: #fff;
}
.mfp__hed--form {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 44px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 110%;
}
@media (min-width: 960px) {
  .mfp__hed--form {
    font-size: 50px;
  }
}
.mfp__btn {
  font-size: 20px;
  line-height: 120%;
}
.mfp__btn--modal {
  background: #f06623;
}

.bsd-form label {
  margin-bottom: 6px;
}

.pop-over {
  display: none;
}
.pop-over.is-visible {
  display: block;
}

.pop-over.video {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(35, 31, 32, 0.8);
}
.pop-over.video .videoWrapper {
  height: 100vh;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.pop-over.video .videoWrapper .mfp-close {
  top: 50%;
  transform: translateY(calc(-50% - 30vh - 20px));
}
.pop-over.video .videoWrapper iframe {
  height: 60vh;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 768px) {
  .pop-over.video .videoWrapper {
    width: 70vw;
  }
}
.pop-over.video .play-row {
  width: 100%;
  height: 100px;
  margin-top: 0px;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}
.pop-over.video .play-row .play-button {
  position: relative;
  margin: 0 auto;
  display: table;
  left: auto;
  top: 0;
  cursor: pointer;
  width: 124px;
  height: 124px;
  transition: 0.1s;
}
.pop-over.video .play-row .play-button .play-bg {
  background: #fff;
  top: 18px;
  left: 20px;
  position: a1olute;
  transition: 0.3s;
  overflow: hidden;
}
.pop-over.video .play-row .play-button svg {
  z-index: 9;
  position: relative;
}

body .pop-over.video .play-row .play-button .video-play-bg.video-play-bg {
  background: transparent;
  width: 80vw !important;
  height: auto;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 30px;
}
@media (min-width: 768px) {
  body .pop-over.video .play-row .play-button .video-play-bg.video-play-bg {
    padding: 44px;
  }
}
body .pop-over.video .play-row .play-button .video-play-bg.video-play-bg .video-play-bg-inner {
  background: #000;
  transition: 0.3s;
  overflow: hidden;
  height: 0;
  padding-top: 52.1%;
  position: relative;
}
body .pop-over.video .play-row .play-button .video-play-bg.video-play-bg .video-play-bg-inner:hover img {
  transform: scale(1.05);
}
body .pop-over.video .play-row .play-button .video-play-bg.video-play-bg img {
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  transform-origin: center;
}
@media (min-width: 768px) {
  body .pop-over.video .play-row .play-button .video-play-bg.video-play-bg {
    left: 45px;
    top: 45px;
  }
}

.modal-play-button {
  position: relative;
  top: -31px;
  /*
  &:after {
    content: '';
    width: 30px;
    height: 30px;
    @include breakpoint($bp-charlie) {
      width: 50px;
      height: 50px;
    }
    position: absolute;
    //background: $bg-light;
    left: 0;
    top: 0;

  }
  */
}
.modal-play-button svg .play__circle {
  transition: 0.35s;
  fill: #fff;
}
.modal-play-button svg .play__triangle {
  fill: #094d9a;
  transition: 0.35s;
}
.modal-play-button:hover svg .play__circle {
  fill: #094d9a;
}
.modal-play-button:hover svg .play__triangle {
  fill: #fff;
}

/* Overlays */
.overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(35, 31, 32, 0.4);
  opacity: 1;
}
.overlay.gradient {
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.4;
}
.overlay::after, .overlay::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.overlay::before {
  height: 100px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.overlay::after {
  height: 63%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}

/*hide overlays entirely on no js cases*/
.no-js .searchOverlay,
.no-js .menuOverlay {
  display: none !important;
}

/* Layout for menu container */
.menuOverlay {
  background: #094d9a;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  text-align: center;
}
.menuOverlay .social-mobile {
  width: 100%;
  text-align: center;
  display: none;
}
.menuOverlay .social-mobile .social.links {
  display: inline-block;
  margin-top: 0;
  width: auto;
}
.menuOverlay .social-mobile .social.links a {
  padding: 0 10px 10px;
  font-size: 24px;
  color: #094d9a;
  opacity: 1;
}
@media (min-width: 480px) {
  .menuOverlay .social-mobile .social.links a {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  .menuOverlay .social-mobile .social.links a {
    font-size: 35px;
  }
}
.menuOverlay .social-mobile .social.links a:hover {
  color: #fff;
  opacity: 1;
}

.js .menuOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  max-width: 100vw;
  overflow: hidden;
}

.js .search-open .menuOverlay {
  top: 80px;
  min-height: calc(100vh - 80px);
  transition: top 0.35s;
}

.main-mobile-menu-inner {
  overflow-y: auto;
  max-height: 100vh;
  overscroll-behavior-y: contain;
  padding: 70px 20px 0;
}
@media (min-width: 375px) {
  .main-mobile-menu-inner {
    padding: 70px 30px 0;
  }
}

.mobile__header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 38px;
}

.main-mobile-menus {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0 0 8rem;
  flex: 1 0 auto;
}
.main-mobile-menus .primary-mobile-menu {
  flex: 1 0 auto;
  width: 100%;
}
.main-mobile-menus .primary-menu {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.main-mobile-menus .primary-menu .menu-item-has-children {
  position: relative;
}
.main-mobile-menus .primary-menu li {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 25px;
  line-height: 130%;
}
@media (min-width: 480px) {
  .main-mobile-menus .primary-menu li {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .main-mobile-menus .primary-menu li {
    font-size: 38px;
  }
}
.main-mobile-menus .primary-menu li a {
  font-family: "neue-haas-grotesk-display", sans-serif;
  margin-right: 50px;
  color: #fff;
  padding: 14px 10px;
  display: block;
  font-size: 21px;
  letter-spacing: 0.03em;
  font-weight: 900;
  line-height: 1;
  text-align: left;
}
.main-mobile-menus .primary-menu li a:hover {
  color: #64c9c4;
  background: #094d9a;
}
.main-mobile-menus .primary-menu li .sub-menu {
  overflow: hidden;
  height: 0;
}
.main-mobile-menus .primary-menu li .sub-menu a {
  font-size: 15px;
  font-weight: 500;
  padding: 6px 10px;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: #094d9a;
}
.main-mobile-menus .primary-menu li .sub-menu a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(100, 201, 196, 0.5);
}
.main-mobile-menus .primary-menu li .sub-menu .menu-item:not(.menu-expand) {
  border-top: 0;
}
.main-mobile-menus .primary-menu li .sub-menu .menu-expand {
  content: "";
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #fff;
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
  transition: 0.35s;
}
.main-mobile-menus .primary-menu li .sub-menu .menu-expand:hover {
  background: #64c9c4;
  border-color: #64c9c4;
}
.main-mobile-menus .primary-menu li .sub-menu .menu-expand::after, .main-mobile-menus .primary-menu li .sub-menu .menu-expand::before {
  content: "";
  width: 9px;
  height: 2px;
  background: #094d9a;
  position: absolute;
  top: 13px;
  transition: 0.35s;
}
.main-mobile-menus .primary-menu li .sub-menu .menu-expand::before {
  transform: rotate(45deg);
  left: 6px;
}
.main-mobile-menus .primary-menu li .sub-menu .menu-expand::after {
  transform: rotate(-45deg);
  left: 11px;
}
.main-mobile-menus .primary-menu li .sub-menu .menu-expand a {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.main-mobile-menus .primary-menu li .sub-menu.subnav--show {
  height: auto;
}
.main-mobile-menus .primary-menu li .sub-menu.subnav--show .menu-expand {
  background: #094d9a;
}
.main-mobile-menus .primary-menu li .sub-menu.subnav--show .menu-expand:hover::after, .main-mobile-menus .primary-menu li .sub-menu.subnav--show .menu-expand:hover::before {
  background: #64c9c4;
}
.main-mobile-menus .primary-menu li .sub-menu.subnav--show .menu-expand::after, .main-mobile-menus .primary-menu li .sub-menu.subnav--show .menu-expand::before {
  background: #fff;
  top: 11px;
}
.main-mobile-menus .primary-menu li .sub-menu.subnav--show .menu-expand::before {
  transform: rotate(-45deg);
}
.main-mobile-menus .primary-menu li .sub-menu.subnav--show .menu-expand::after {
  transform: rotate(45deg);
}
.main-mobile-menus .primary-menu li .sub-menu.subnav--show li:last-child {
  padding-bottom: 18px;
}
.main-mobile-menus .secondary-mobile-menu {
  display: block;
  text-align: center;
  width: 100%;
  margin: 40px auto;
  position: fixed;
  margin: 0;
  top: 0;
  left: 0;
}
.main-mobile-menus .secondary-menu {
  display: flex;
  margin: 0 auto;
}
.main-mobile-menus .secondary-menu li {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  width: 50%;
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.main-mobile-menus .secondary-menu li a {
  line-height: 48px;
  padding: initial;
  width: 100%;
  margin: 0 auto;
}
.mobile-nav-footer {
  color: #fff;
  flex: 0 1 0;
}

.btn--menu-close {
  font-size: 1em;
  position: absolute;
  display: none;
  cursor: pointer;
  z-index: 99;
  -webkit-tap-highlight-color: transparent;
  font-size: 1.25em;
  right: 0;
  top: 62px;
  padding: 22px 27px 0.5em 0.5em;
}
@media (min-width: 375px) {
  .btn--menu-close {
    padding: 27px 27px 0.5em 0.5em;
  }
}
@media (min-width: 768px) {
  .btn--menu-close {
    padding: 26px 27px 0.5em 0.5em;
  }
}
.btn--menu-close svg {
  width: 22px;
}
.btn--menu-close svg .color {
  fill: #eceff1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn--menu-close:hover {
  opacity: 0.6;
}
.btn--menu-close:hover svg .color {
  fill: #64c9c4;
}
.js .btn--menu-close {
  display: block;
}

.menu__form {
  margin: 5em 0;
}

.menu__input {
  font-family: inherit;
  font-size: 10vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 75%;
  padding: 0.05em 0;
  color: #eceff1;
  border-bottom: 2px solid #094d9a;
}

.menu__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
  color: #eceff1;
}

.menu__input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.85;
  color: #eceff1;
}

.menu__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.85;
  color: #eceff1;
}

.menu__input::-webkit-menu-cancel-button,
.menu__input::-webkit-menu-decoration {
  -webkit-appearance: none;
}

.menu__input::-ms-clear {
  display: none;
}

.menu__info {
  font-size: 90%;
  font-weight: 600;
  display: block;
  width: 75%;
  margin: 0 auto;
  padding: 0.85em 0;
  text-align: right;
  color: #094d9a;
  font-style: "neue-haas-grotesk-display", sans-serif;
}

.menu__related {
  display: flex;
  width: 75%;
  pointer-events: none;
}

.menu__suggestion {
  width: 33.33%;
  text-align: left;
}

.menu__suggestion:nth-child(2) {
  margin: 0 3em;
}

.menu__suggestion h3 {
  font-size: 1.35em;
  margin: 0;
}

.menu__suggestion h3::before {
  content: "⇾";
  display: inline-block;
  padding: 0 0.5em 0 0;
}

.menu__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0;
}

/************************/
/* Transitions      */
/************************/
.js .menuOverlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
  transition: top 0.2s;
}

.js .menu--open {
  pointer-events: auto;
  opacity: 1;
  z-index: 9999;
  transform: translateZ(10px);
}

/* Border */
/* Close button */
.btn--menu-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.menu--open .btn--menu-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.menu--open .btn--menu-close:hover {
  opacity: 0.6;
}

/* menu form with input and description */
.js .main-mobile-menu {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.js .menu--open .main-mobile-menu {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.searchOverlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #094d9a;
  pointer-events: none;
}

.js .searchOverlay {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 100vh;
  max-height: 100vh;
  overscroll-behavior-y: contain;
}

/* Borders */
.searchOverlay::before,
.searchOverlay::after {
  content: "";
  position: absolute;
  width: calc(100% + 15px);
  height: calc(100% + 15px);
  pointer-events: none;
  border: 1em solid #eceff1;
}

.searchOverlay::before {
  top: 0;
  left: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}

.searchOverlay::after {
  right: 0;
  bottom: 0;
  border-top-width: 0;
  border-left-width: 0;
}

.btn--search-close {
  font-size: 2em;
  position: absolute;
  top: 1em;
  right: 1.25em;
  display: none;
  cursor: pointer;
}

.js .btn--search-close {
  display: block;
}

.search__form {
  margin: 5em 0;
}

.search__input {
  font-family: inherit;
  font-size: 6vw;
  line-height: 1;
  display: inline-block;
  box-sizing: border-box;
  width: 90%;
  padding: 0.05em 0;
  color: #eceff1;
  border-bottom: 2px solid #094d9a;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  /* Remove Firefox focus ring */
}
.search__input:focus {
  outline: none;
}
@media (min-width: 480px) {
  .search__input {
    min-width: 325px;
    width: 60%;
  }
}

.search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  opacity: 0.85;
  color: #eceff1;
}

.search__input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  opacity: 0.85;
  color: #eceff1;
}

.search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  opacity: 0.85;
  color: #eceff1;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search__input::-ms-clear {
  display: none;
}

.search__info {
  font-size: 80%;
  font-weight: 600;
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0.65em 0;
  text-align: right;
  color: #094d9a;
  font-style: "neue-haas-grotesk-display", sans-serif;
}
@media (min-width: 480px) {
  .search__info {
    min-width: 325px;
    width: 60%;
  }
}

.search__related {
  display: flex;
  width: 75%;
  pointer-events: none;
}

.search__suggestion {
  width: 33.33%;
  text-align: left;
}

.search__suggestion:nth-child(2) {
  margin: 0 3em;
}

.search__suggestion h3 {
  font-size: 1.35em;
  margin: 0;
}

.search__suggestion h3::before {
  content: "⇾";
  display: inline-block;
  padding: 0 0.5em 0 0;
}

.search__suggestion p {
  font-size: 1.15em;
  line-height: 1.4;
  margin: 0.75em 0 0 0;
}

/************************/
/* Transitions      */
/************************/
.js .searchOverlay {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.js .search--open {
  pointer-events: auto;
  opacity: 1;
  z-index: 99999;
  transform: translateZ(10px);
  pointer-events: all;
}
.js .search--open .top-search {
  top: 0;
}
.js .search--open .top-search input[type=text] {
  opacity: 1;
}

/* Border */
.searchOverlay::before,
.searchOverlay::after {
  transition: transform 0.5s;
}

.searchOverlay::before {
  transform: translate3d(-15px, -15px, 0);
}

.searchOverlay::after {
  transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
  transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--search-close {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}
.btn--search-close svg {
  width: 35px;
}
.btn--search-close svg .color {
  fill: #eceff1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn--search-close:hover svg .color, .btn--search-close:focus svg .color {
  fill: #094d9a;
}

.search--open .btn--search-close {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* Search form with input and description */
.js .search__form {
  opacity: 0;
  transform: scale3d(0.8, 0.8, 1);
  transition: opacity 0.5s, transform 0.5s;
}

.js .search--open .search__form {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.search__suggestion {
  opacity: 0;
  transform: translate3d(0, -30px, 0);
  transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
  transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
  transition-delay: 0.2s;
}

@media screen and (max-width: 40em) {
  .search__form {
    margin: 5em 0 1em;
  }
  .btn--search-close {
    font-size: 1.25em;
    top: 1.5em;
    right: 1.5em;
  }
  .btn--search-close svg {
    width: 25px;
  }
  .search__info {
    text-align: left;
  }
  .search__suggestion {
    font-size: 80%;
    width: 100%;
  }
  .search__suggestion:nth-child(2),
  .search__suggestion:nth-child(3) {
    display: none;
  }
}
.search--open ~ .container-wrap {
  pointer-events: none;
}

.overlay-active {
  overflow: hidden;
}
.overlay-active .alert-bar {
  visibility: hidden;
}

.js .temp-high-z {
  z-index: 99999 !important;
}

.video-cover {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-size: cover !important;
  z-index: 2;
  cursor: pointer;
  overflow: hidden;
}
.video-cover .compound-image {
  transition: 0.35s;
}
.video-cover:hover .compound-image {
  transform: scale(1.1);
  transition: all 0.3s ease-out;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoWrapper .play-button {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.videoWrapper .play-button svg {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.3s;
  fill: transparent;
  color: #fff;
}
@media (min-width: 768px) {
  .videoWrapper .play-button svg {
    width: 75px;
    height: 75px;
  }
}
@media (min-width: 992px) {
  .videoWrapper .play-button svg {
    width: 90px;
    height: 90px;
  }
}
@media (min-width: 1250px) {
  .videoWrapper .play-button svg {
    width: 124px;
    height: 124px;
  }
}
.videoWrapper .play-button svg .play__circle {
  transition: 0.35s;
  fill: #fff;
}
.videoWrapper .play-button svg .play__triangle {
  fill: #094d9a;
  transition: 0.35s;
}
.videoWrapper .play-button:hover svg .play__circle {
  fill: #094d9a;
}
.videoWrapper .play-button:hover svg .play__triangle {
  fill: #fff;
}
.videoWrapper .no-script-video {
  height: 100%;
  width: 100%;
  content: "";
  position: relative;
  display: block;
  z-index: 2;
}
.videoWrapper .no-script-note {
  position: absolute;
  top: calc(50% + 50px);
  transform: translateY(-50%);
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  .videoWrapper .no-script-note {
    top: calc(50% + 82px);
    transform: translateY(-50%);
  }
}
.videoWrapper .no-script-note p {
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
@media (min-width: 768px) {
  .videoWrapper .no-script-note p {
    font-size: 16px;
  }
}

.video__transcript {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .video__transcript {
    text-align: right;
    margin-top: 37px;
  }
}
@media (min-width: 992px) {
  .video__transcript {
    margin-top: 35px;
  }
}
.video__transcript .link {
  font-size: 14px;
}
@media (min-width: 768px) {
  .video__transcript .link {
    font-size: 16px;
  }
}

.upnext {
  position: relative;
  transform: translate3d(0, 0, 2px);
  margin-top: 0;
  width: 100%;
  z-index: 25;
}
@media (min-width: 768px) {
  .upnext {
    margin-top: 0;
  }
}
.upnext .upnext__container {
  background: #0d9bba;
  border-radius: 0;
  transition: 0.35s;
  max-height: 70vh;
  padding: 50px 87px 103px 30px;
  position: relative;
  align-items: center;
  text-align: left;
  display: flex;
  width: 100%;
}
.upnext .upnext__container:hover {
  background-color: #4a908c;
}
@media (min-width: 768px) {
  .upnext .upnext__container {
    padding: 50px 152px 42px 50px;
  }
}
@media (min-width: 992px) {
  .upnext .upnext__container {
    justify-content: flex-start;
  }
}
.upnext .upnext__text {
  position: relative;
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 750px;
}
.upnext .upnext__column-size {
  display: flex;
}
.upnext .upnext__small-text {
  color: #fff;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  margin-bottom: 12px;
  font-size: 13px;
}
.upnext .upnext__large-text {
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 31px;
}
@media (min-width: 960px) {
  .upnext .upnext__large-text {
    font-size: 31px;
  }
}
.upnext .upnext__small-text,
.upnext .upnext__large-text {
  word-break: break-word;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 320px) {
  .upnext .upnext__small-text,
  .upnext .upnext__large-text {
    word-break: normal;
  }
}
.upnext .upnext__arrow {
  align-items: center;
  position: absolute;
  display: flex;
  height: 22px;
  width: 50px;
  bottom: 51px;
  left: 30px;
}
@media (min-width: 768px) {
  .upnext .upnext__arrow {
    right: 54px;
    left: auto;
    height: 100%;
    bottom: 0;
  }
}
.upnext .upnext__arrow svg {
  fill: #fff;
  height: 30px;
  transform: rotate(-90deg) translateY(11px);
  transform-origin: center;
  width: 22px;
  height: 50px;
}
.impact-card {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .impact-card {
    flex: 0 0 auto;
    width: calc(50% - 10px);
  }
  .impact-card:last-of-type {
    margin-right: 0 !important;
  }
  .impact-card:nth-of-type(odd) {
    margin-right: 20px;
  }
}
@media (min-width: 1240px) {
  .impact-card {
    margin-bottom: 58px;
  }
}
.impact-card:hover .impact-card__cat, .impact-card:focus .impact-card__cat {
  background-color: #231f20 !important;
}
.impact-card:hover img, .impact-card:focus img {
  transform: scale(1.075) translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.impact-card--large {
  width: 100%;
  margin-top: 24px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .impact-card--large {
    margin-top: 36px;
  }
}
@media (min-width: 1240px) {
  .impact-card--large {
    margin-top: 63px;
  }
}
@media (min-width: 1250px) {
  .impact-card--large .impact-card__hed {
    font-size: 43px;
  }
}
@media (min-width: 960px) {
  .page-template-template-impacts-cat .impact-card:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-template-impacts-cat .impact-card:nth-of-type(even) {
    margin-right: 20px;
    margin-left: 0;
  }
}
.impact-card__img {
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
  overflow: hidden;
  padding-top: 90.67%;
}
@media (min-width: 375px) {
  .impact-card__img {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (min-width: 768px) {
  .impact-card__img {
    width: 100%;
    left: 0;
    padding-top: 59.9%;
  }
}
.impact-card__img img {
  height: 100.5%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  .impact-card__img img {
    width: 100.5%;
    height: auto;
  }
}
.impact-card__main {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: -80px;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .impact-card__main {
    width: calc(100% - 40px);
    margin: -80px auto 0;
  }
}
@media (min-width: 1250px) {
  .impact-card__main {
    width: calc(100% - 80px);
    padding-left: 50px;
    padding-right: 50px;
  }
}
.impact-card__hed {
  text-align: left;
  line-height: 1.3;
  font-size: 25px;
}
@media (min-width: 768px) {
  .impact-card__hed {
    font-size: 31px;
  }
}
.impact-card__hed a {
  color: #231f20;
  border-bottom: 3px solid;
  border-color: #094d9a;
}
.impact-card__cat {
  transition: 0.35s;
  background-color: #094d9a;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px;
  margin-bottom: 18px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1250px) {
  .impact-card__cat {
    padding: 12px 20px;
  }
}
@media (min-width: 768px) {
  .impact-card--large .impact-card__img {
    position: relative;
    padding-top: 45%;
  }
}

a.impact-card__cat:focus, a.impact-card__cat:hover {
  background-color: #231f20 !important;
  color: #fff;
}

.single-impact1 .single-impact {
  position: relative;
  padding-top: 25px;
  margin-top: 75px;
}
@media (min-width: 768px) {
  .single-impact1 .single-impact {
    padding-top: 25px;
    margin-top: 100px;
  }
}
.single-impact1 .single-impact::before {
  content: "";
  width: calc(100% - 60px);
  height: 3px;
  top: 0;
  position: absolute;
  left: 30px;
  background: #64c9c4;
}
@media (min-width: 768px) {
  .single-impact1 .single-impact::before {
    width: calc(100% - 80px);
    left: 40px;
  }
}
@media (min-width: 1240px) {
  .single-impact1 .single-impact::before {
    width: 1160px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.news-card {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .news-card {
    flex: 0 0 auto;
    width: calc(50% - 10px);
  }
  .news-card:last-of-type {
    margin-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .news-card {
    flex: 0 0 auto;
    width: calc(33% - 10px);
  }
  .news-card:last-of-type {
    margin-right: 0 !important;
  }
}
.news-card:hover .impact-card__cat, .news-card:focus .impact-card__cat {
  background-color: #231f20 !important;
}
.news-card:hover img, .news-card:focus img {
  transform: scale(1.075) translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.news-card--large {
  width: 100%;
  margin-top: 24px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .news-card--large {
    margin-top: 36px;
  }
}
@media (min-width: 1240px) {
  .news-card--large {
    margin-top: 63px;
  }
}
@media (min-width: 1250px) {
  .news-card--large .impact-card__hed {
    font-size: 43px;
  }
}
@media (min-width: 960px) {
  .page-template-template-impacts-cat .news-card:nth-of-type(odd) {
    margin-left: 0;
    margin-right: 0;
  }
  .page-template-template-impacts-cat .news-card:nth-of-type(even) {
    margin-right: 20px;
    margin-left: 0;
  }
}
.news-card__img {
  position: relative;
  width: calc(100% + 40px);
  left: -20px;
  overflow: hidden;
  padding-top: 90.67%;
}
@media (min-width: 375px) {
  .news-card__img {
    width: calc(100% + 60px);
    left: -30px;
  }
}
@media (min-width: 768px) {
  .news-card__img {
    width: 100%;
    left: 0;
    padding-top: 59.9%;
  }
}
.news-card__img img {
  height: 100.5%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (min-width: 768px) {
  .news-card__img img {
    width: 100.5%;
    height: auto;
  }
}
.news-card__main {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-top: -80px;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  .news-card__main {
    width: calc(100% - 40px);
    margin: -80px auto 0;
  }
}
@media (min-width: 1250px) {
  .news-card__main {
    width: calc(100% - 80px);
    padding-left: 20px;
    padding-right: 20px;
  }
}
.news-card__hed {
  text-align: left;
  line-height: 1.3;
  font-size: 25px;
}
@media (min-width: 768px) {
  .news-card__hed {
    font-size: 31px;
  }
}
.news-card__hed a {
  color: #231f20;
  border-bottom: 3px solid;
  border-color: #094d9a;
}
.news-card__cat {
  transition: 0.35s;
  background-color: #094d9a;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  padding: 10px;
  margin-bottom: 18px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (min-width: 1250px) {
  .news-card__cat {
    padding: 12px 20px;
  }
}
@media (min-width: 768px) {
  .news-card--large .impact-card__img {
    position: relative;
    padding-top: 45%;
  }
}

a.impact-card__cat:focus, a.impact-card__cat:hover {
  background-color: #231f20 !important;
  color: #fff;
}

.single-news1 .single-news {
  position: relative;
  padding-top: 25px;
  margin-top: 75px;
}
@media (min-width: 768px) {
  .single-news1 .single-news {
    padding-top: 25px;
    margin-top: 100px;
  }
}
.single-news1 .single-news::before {
  content: "";
  width: calc(100% - 60px);
  height: 3px;
  top: 0;
  position: absolute;
  left: 30px;
  background: #64c9c4;
}
@media (min-width: 768px) {
  .single-news1 .single-news::before {
    width: calc(100% - 80px);
    left: 40px;
  }
}
@media (min-width: 1240px) {
  .single-news1 .single-news::before {
    width: 1160px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.card {
  background: #094d9a;
  color: #fff;
  position: relative;
  padding: 50px 30px;
  margin-bottom: 30px;
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 960px) {
  .card {
    width: calc(50% - 10px);
    align-self: flex-start;
    padding: 50px 30px 50px 0;
    margin-right: 20px;
  }
}
@media (min-width: 1250px) {
  .card {
    padding: 62px 98px 69px 0;
    margin-bottom: 60px;
  }
}
.card::before {
  content: "";
  display: none;
  position: absolute;
  height: 100%;
  width: 1000px;
  left: -1000px;
  top: 0;
  background: #094d9a;
}
@media (min-width: 768px) {
  .card::before {
    display: block;
  }
}
.card__hed {
  color: #fff;
  line-height: 1.3;
  font-size: 32px;
  text-align: left;
}
@media (min-width: 768px) {
  .card__hed {
    font-size: 36px;
  }
}
@media (min-width: 1250px) {
  .card__hed {
    font-size: 40px;
  }
}
.card__deck {
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .card__deck {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .card__deck {
    font-size: 19px;
  }
}
@media (min-width: 1250px) {
  .card__deck {
    font-size: 20px;
  }
}
.card__link {
  color: #fff;
  text-align: left;
  font-size: 19px;
  letter-spacing: 0.03em;
  margin-top: 20px;
}

.lcta {
  padding: 50px 30px;
  position: relative;
}
@media (min-width: 768px) {
  .lcta {
    flex-basis: calc(50% - 0px);
    max-width: calc(50% - 0px);
    padding: 70px 60px;
  }
}
@media (min-width: 1250px) {
  .lcta {
    padding: 89px 100px 95px;
  }
}
.lcta__main {
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .lcta__main {
    max-width: 474px;
  }
}
.lcta__hed {
  line-height: 1.3;
  font-size: 32px;
}
@media (min-width: 768px) {
  .lcta__hed {
    font-size: 36px;
  }
}
@media (min-width: 1250px) {
  .lcta__hed {
    font-size: 40px;
  }
}
.lcta__deck {
  font-size: 16px;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .lcta__deck {
    font-size: 18px;
    padding-bottom: 30px;
  }
}
@media (min-width: 960px) {
  .lcta__deck {
    padding-bottom: 60px;
    font-size: 19px;
  }
}
@media (min-width: 1250px) {
  .lcta__deck {
    padding-bottom: 109px;
    font-size: 20px;
  }
}
.lcta__link {
  font-size: 19px;
  letter-spacing: 0.03em;
}
.lcta--color {
  padding: 56px 40px 50px;
}
@media (min-width: 768px) {
  .lcta--color {
    padding: 70px 60px;
  }
}
@media (min-width: 1250px) {
  .lcta--color {
    padding: 89px 100px 95px;
  }
}
.lcta--color::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: #eff6f6;
  border: 15px solid #64c9c4;
  top: 0;
  left: 0;
}
.lcta--image {
  background-color: #094d9a;
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
}
.lcta--image .lcta__hed {
  color: #fff;
}
.lcta--image .lcta__deck {
  color: #fff;
}
.lcta--image .lcta__link {
  color: #fff;
}
.lcta--image .lcta__link:hover, .lcta--image .lcta__link:focus {
  color: #64c9c4;
}

.person-card {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 35px;
}
.person-card:last-of-type {
  margin-right: 0 !important;
}
@media (min-width: 480px) {
  .person-card {
    width: calc(50% - 10px);
    margin-bottom: 35px;
    margin-right: 20px;
  }
  .person-card:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .person-card {
    width: calc(33.3% - 13.3px);
    margin-bottom: 45px;
  }
  .person-card:nth-of-type(even) {
    margin-right: 20px;
  }
  .person-card:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1250px) {
  .person-card {
    width: calc(25% - 15px);
    margin-bottom: 75px;
  }
  .person-card:nth-of-type(3n) {
    margin-right: 20px;
  }
  .person-card:nth-of-type(4n) {
    margin-right: 0;
  }
}
.person-card:hover .person-card__main {
  top: -30px;
}
.person-card:hover .person-card__hed {
  color: #0d9bba;
}
.person-card:hover .compound-image {
  transform: scale(1.05);
  transform-origin: center;
}
.person-card__fig {
  position: relative;
  padding-bottom: calc(100% - 40px);
  overflow: hidden;
}
.person-card__fig img {
  width: 100%;
}
.person-card__fig .compound-image {
  transition: all 0.3s ease-out;
}
.person-card__main {
  position: relative;
  background: white;
  z-index: 9;
  width: calc(100% - 20px);
  left: 10px;
  margin-top: -20px;
  padding: 16px 12px 20px;
  transition: 0.3s;
  top: 0;
}
@media (min-width: 1250px) {
  .person-card__main {
    padding: 20px 20px;
    width: calc(100% - 40px);
    left: 20px;
  }
}
.person-card__meta {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: block;
  margin: 0 0 4px;
  transition: 0.3s;
}
.person-card__hed {
  font-size: 22px;
  line-height: 1.25;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  margin: 0;
  display: inline-block;
  transition: 0.3s;
}
@media (min-width: 1250px) {
  .person-card__hed {
    font-size: 26px;
  }
}
.person-card__hed span {
  background-image: linear-gradient(#64c9c4, #64c9c4);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0% 95%;
}
#faces .person-card .compound-raster-main {
  opacity: 1;
}

.single-impact .person-card,
.single-event .person-card {
  margin-bottom: 15px;
}

.filter {
  position: relative;
  z-index: 999;
  width: 100%;
  margin-top: 37px;
}
.filter form > ul {
  display: flex;
  flex-wrap: wrap;
}
.filter form > ul > li {
  position: relative;
  z-index: 99;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .filter form > ul > li {
    width: 380px;
  }
}
.filter form > ul > li:first-of-type {
  margin-bottom: 10px;
  z-index: 100;
}
@media (min-width: 960px) {
  .filter form > ul > li:first-of-type {
    margin-bottom: 0;
  }
}
.filter form > ul > li:last-of-type {
  margin-bottom: 0;
}
.filter form ul li {
  padding: 0;
}
.filter form ul li li {
  background-color: #094d9a;
}
.filter form ul li[data-sf-field-input-type=radio] li label {
  font-family: "neue-haas-grotesk-display", sans-serif;
  text-transform: none;
  letter-spacing: 0.03em;
  font-weight: 900 !important;
  font-size: 15px;
  line-height: 18px;
  padding: 0;
  display: block;
  padding: 14px 20px 13px;
}
.filter form ul li[data-sf-field-input-type=radio] li label::after {
  transition: background-color 0.25s ease;
  position: absolute;
  background-color: transparent;
  content: "";
  bottom: 10px;
  left: 0;
}
.filter form ul li[data-sf-field-input-type=radio] li label:hover, .filter form ul li[data-sf-field-input-type=radio] li label:focus {
  background-color: #4a908c;
  cursor: pointer;
}
.filter form ul li[data-sf-field-input-type=radio] li :checked + label {
  display: inline-block;
  width: auto;
  padding: 14px 0 13px;
  margin: 0 20px;
  position: relative;
}
.filter form ul li[data-sf-field-input-type=radio] li :checked + label::after {
  width: 100%;
  height: 2px;
  background-color: #64c9c4;
}
.filter form ul li[data-sf-field-input-type=radio] li :checked + label:hover, .filter form ul li[data-sf-field-input-type=radio] li :checked + label:focus {
  background-color: transparent;
  cursor: default;
}
.filter form ul ul {
  margin-top: 0px;
}
.filter h4 {
  color: #fff;
  background-color: #094d9a;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 13px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 44px 14px 20px;
  position: relative;
  z-index: 100;
}
.filter h4:after {
  content: "";
  background: url("img/arrow-down.svg") no-repeat center center;
  position: absolute;
  top: 20px;
  right: 22px;
  width: 10px;
  height: 5px;
}
.filter h4:hover {
  background-color: #4a908c;
}
.filter h4 + ul {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  z-index: 99;
  pointer-events: none;
  transform: translate(0, -45px);
  opacity: 0;
  transition: all 0s ease;
}
.filter h4 + ul.filter__show {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
  transition: all 0.25s ease-out;
}
.filter .sf-label-radio {
  color: #fff;
}
.filter .sf-input-radio {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.filter .sf-field-taxonomy-faces-tag,
.filter .sf-field-taxonomy-faces-category {
  color: #fff;
  margin-right: 50px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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-arrow.slick-hidden {
  display: none;
}

.home-about {
  background: #094d9a;
  position: relative;
  z-index: 10;
}
@media (min-width: 768px) {
  .home-about {
    margin-top: -100px;
    background: transparent;
  }
}
.home-about h2 {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
  color: #fff;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .home-about h2 {
    padding: 80px 0 0;
  }
}
.home-about .row-center {
  background-color: #094d9a;
}
.home-about .read-more {
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .home-about .read-more {
    padding: 0 0 80px;
  }
}
.home-about .link {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.home-about .link:hover, .home-about .link:focus {
  color: #64c9c4;
}
.home-about .description {
  margin-bottom: 20px;
  margin-top: 0;
  color: #fff;
}
@media (min-width: 768px) {
  .home-about .description {
    margin-bottom: 40px;
  }
}
.home-about .description p {
  text-align: center;
  color: #fff;
  line-height: 1.45;
}
@media (min-width: 960px) {
  .home-about .description p {
    font-size: 25px;
  }
}

.home-issues {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 25px;
  /* when the home-kick section is turned off and footer comes right after this section */
}
@media (min-width: 768px) {
  .home-issues {
    margin-top: 25px;
    padding-bottom: 35px;
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .home-issues {
    padding-bottom: 25px;
    padding-top: 150px;
  }
}
.home-issues .container {
  position: relative;
}
@media (min-width: 768px) {
  .home-issues__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-issues__container::after {
    flex: 0 0 auto;
    width: 100%;
  }
}
.home-issues__container::before {
  display: none;
}
.home-issues__intro {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .home-issues__intro {
    margin-bottom: 75px;
  }
}
.home-issues__hed {
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 768px) {
  .home-issues__hed {
    font-size: 43px;
  }
}
@media (min-width: 768px) {
  .home-issues__list {
    margin-top: 29px;
  }
}
.home-issues__main {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .home-issues__main {
    width: 50%;
    padding-left: 10px;
    padding-right: 32px;
    margin-top: -70px;
  }
}
@media (min-width: 960px) {
  .home-issues__main {
    padding-left: 30px;
    padding-right: 40px;
  }
}
@media (min-width: 1240px) {
  .home-issues__main {
    padding-left: 50px;
    padding-right: 40px;
  }
}
.home-issues__main .link {
  font-size: 19px;
  letter-spacing: 0.03em;
}
.home-issues .description {
  margin-top: 0;
}
.home-issues .description p {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .home-issues__more {
    position: absolute;
    top: 0;
    right: 40px;
    width: auto;
    margin-top: 22px;
  }
}
.home-issues + .container-wide .bottom-cta {
  margin-top: 0 !important;
}

.home-news {
  background: #cccccc;
  padding-top: 50px;
  padding-bottom: 25px;
  /* when the home-kick section is turned off and footer comes right after this section */
}
@media (min-width: 768px) {
  .home-news {
    margin-top: 25px;
    padding-bottom: 35px;
    padding-top: 100px;
  }
}
@media (min-width: 992px) {
  .home-news {
    padding-bottom: 25px;
    padding-top: 150px;
  }
}
.home-news .container {
  position: relative;
}
@media (min-width: 768px) {
  .home-news__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-news__container::after {
    flex: 0 0 auto;
    width: 100%;
  }
}
.home-news__container::before {
  display: none;
}
.home-news__intro {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .home-news__intro {
    margin-bottom: 75px;
  }
}
.home-news__hed {
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 768px) {
  .home-news__hed {
    font-size: 43px;
  }
}
@media (min-width: 768px) {
  .home-news__list {
    margin-top: 29px;
  }
}
.home-news__main {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .home-news__main {
    width: 100%;
    padding-left: 10px;
    padding-right: 32px;
    margin-top: -70px;
  }
}
@media (min-width: 960px) {
  .home-news__main {
    padding-left: 30px;
    padding-right: 40px;
  }
}
@media (min-width: 1240px) {
  .home-news__main {
    padding-left: 50px;
    padding-right: 40px;
  }
}
.home-news__main .link {
  font-size: 19px;
  letter-spacing: 0.03em;
}
.home-news .description {
  margin-top: 0;
}
.home-news .description p {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .home-news__more {
    position: absolute;
    top: 0;
    right: 40px;
    width: auto;
    margin-top: 22px;
  }
}
.home-news + .container-wide .bottom-cta {
  margin-top: 0 !important;
}

.home-action {
  background: #094d9a;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 90px;
  background-size: cover;
  background-blend-mode: multiply;
  background-position: center;
}
@media (min-width: 768px) {
  .home-action {
    padding-bottom: 100px;
  }
}
.home-action h2,
.home-action h4,
.home-action p {
  color: white;
}
.home-action h2 {
  margin-bottom: 23px;
}
.home-action h4,
.home-action p {
  line-height: 1.45;
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  .home-action h4,
  .home-action p {
    font-size: 23px;
  }
}
@media (min-width: 960px) {
  .home-action h4,
  .home-action p {
    font-size: 25px;
  }
}
@media (min-width: 768px) {
  .home-action .description {
    margin-bottom: 41px;
  }
}
.home-action .read-more {
  margin: 0 0 26px;
}
@media (min-width: 768px) {
  .home-action .read-more {
    display: inline-block;
    margin: 0 24px;
  }
}
.home-action .link {
  color: white;
  line-height: 1.4;
  font-size: 19px;
  letter-spacing: 0.03em;
}
.home-action .link:hover, .home-action .link:focus {
  color: #64c9c4;
}

.home-events {
  background: #fff;
  padding-top: 75px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .home-events {
    padding-bottom: 50px;
  }
}
.home-events .container {
  position: relative;
}
@media (min-width: 768px) {
  .home-events .container .row-center--justify-between {
    justify-content: left !important;
  }
  .home-events .container .row-center--justify-between .event-item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .home-events .container .row-center--justify-between .event-item:first-child {
    margin-left: 0;
  }
  .home-events .container .row-center--justify-between .event-item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .home-events__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-events__container::after {
    flex: 0 0 auto;
    width: 100%;
  }
}
.home-events__container::before {
  display: none;
}
.home-events__intro {
  margin-bottom: 45px;
}
@media (min-width: 768px) {
  .home-events__intro {
    margin-bottom: 75px;
  }
}
.home-events__hed {
  margin-bottom: 25px;
  margin-top: 0;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 768px) {
  .home-events__hed {
    font-size: 43px;
  }
}
@media (min-width: 768px) {
  .home-events__list {
    margin-top: 29px;
  }
}
.home-events__main {
  flex: 0 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .home-events__main {
    width: 50%;
    padding-left: 40px;
    padding-right: 32px;
    margin-top: -70px;
  }
}
@media (min-width: 768px) {
  .home-events__main {
    padding-left: 50px;
    padding-right: 40px;
  }
}
.home-events__main .link {
  font-size: 19px;
  letter-spacing: 0.03em;
}
.home-events .description {
  margin-top: 0;
}
.home-events .description p {
  margin-bottom: 0px;
}
.home-events img {
  width: 100%;
}
@media (min-width: 768px) {
  .home-events__more {
    position: absolute;
    top: 0;
    right: 40px;
    width: auto;
    margin-top: 22px;
  }
}

@media (min-width: 768px) {
  .home-kick {
    margin-bottom: 17px;
  }
  .cannot-cookie .home-kick {
    margin-bottom: 0;
  }
}

.articles {
  width: 100%;
}

.single-post .featured-content {
  margin-top: 50px;
}
@media (min-width: 1250px) {
  .single-post .featured-content {
    margin-top: 83px;
  }
}
.single-post .featured-image,
.single-post .featured-video {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.single-post .featured-image iframe,
.single-post .featured-video iframe {
  width: 100%;
}
.single-post .featured-image img,
.single-post .featured-video img {
  width: 100%;
  height: auto;
}
.single-post .topper-post + .module {
  margin-top: 0px;
}

.post-feed .content {
  background: #fff;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .post-feed .content {
    padding: 1px 0 50px;
  }
}
.post-feed .content .bottom-cta {
  margin-bottom: -30px;
}
@media (min-width: 768px) {
  .post-feed .content .bottom-cta {
    margin-bottom: -50px;
  }
}
.post-feed .featured-content {
  position: relative;
}
.post-feed .featured-content a.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-feed .featured-content .featured-image {
  width: 100%;
  background-size: cover !important;
  background-position: 50% 50%;
  height: 240px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .post-feed .featured-content .featured-image {
    height: 360px;
  }
}
@media (min-width: 1250px) {
  .post-feed .featured-content .featured-image {
    height: 450px;
  }
}
.post-feed .featured-content .featured-video {
  margin-bottom: 0;
}
.post-feed .featured-content .featured-video iframe {
  width: 100%;
  height: 240px;
}
@media (min-width: 768px) {
  .post-feed .featured-content .featured-video iframe {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .post-feed .featured-content .featured-video iframe {
    height: 520px;
  }
}
@media (min-width: 1250px) {
  .post-feed .featured-content .featured-video iframe {
    height: 555px;
  }
}

article {
  width: 100%;
  position: relative;
  background: #f4f8f8;
  margin-bottom: 25px;
  transition: 0.35s;
}
@media (min-width: 768px) {
  article {
    margin-bottom: 45px;
  }
  article:hover {
    background: #4a908c;
  }
  article:hover .overlay-share {
    opacity: 1;
  }
  article:hover figure {
    transform: scale(1.1);
    transition: all 0.3s ease-out;
  }
  article:hover .meta span {
    color: #fff;
  }
  article:hover .excerpt p {
    color: #fff;
  }
  article:hover .read-more a:before {
    background-color: #fff;
  }
  article:hover .main-content h3 a {
    color: #fff;
  }
  article:hover .main-content .read-more a {
    color: #fff;
  }
  article figure {
    transition: all 0.3s ease-out;
  }
}
article .overlay-share {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  opacity: 0;
  z-index: 100;
}
article .overlay-share .social {
  margin: 0;
  display: none;
  height: 77px;
  background: transparent;
  padding: 25px;
}
@media (min-width: 992px) {
  article .overlay-share .social {
    display: block;
  }
}
article .overlay-share .social span {
  margin: 4px 10px 0;
  font-family: "neue-haas-grotesk-display", sans-serif;
  color: #999;
  text-transform: none;
  font-weight: 600;
  font-size: 14px;
  display: none;
}
article .overlay-share .social ul li a {
  font-size: 18px;
  padding: 0px 8px;
  color: #999;
}
article .overlay-share .social ul li a:hover {
  color: #4a908c;
}
article:last-child {
  margin: 0px;
  border-bottom: 0px;
}
article img {
  max-width: 100%;
  height: auto;
  margin: 0;
}
article .main-content {
  width: 100%;
  padding: 25px 20px;
  position: relative;
}
@media (min-width: 768px) {
  article .main-content {
    padding: 40px 40px;
  }
}
article .main-content .full-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
article h3,
article .excerpt {
  display: table;
  width: 100%;
  margin: 0 auto 20px;
  max-width: 785px;
  text-align: center;
}
article .excerpt p:last-of-type {
  margin-bottom: 0;
}
article .excerpt p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 450;
  color: #231f20;
  transition: 0.35s;
}
article h3 a {
  color: #231f20;
  background-image: linear-gradient(#64c9c4, #64c9c4);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0% 95%;
}
article .read-more {
  width: 100%;
  margin: 0 auto 10px;
  max-width: 785px;
  text-align: center;
}
article .read-more a {
  align-items: center;
  position: relative;
  align-content: center;
  display: inline-flex;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  margin: 15px 0 10px;
  padding-right: 0;
  text-decoration: underline;
  color: #094d9a;
}
article .read-more a:hover, article .read-more a:focus {
  color: #094d9a;
}
article .read-more a:after {
  color: #64c9c4;
}
article .read-more svg {
  width: 13px;
  height: 13px;
  fill: transparent;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
article .read-more svg .i__sar {
  stroke: #64c9c4;
  stroke-width: 2;
}
article .meta {
  width: 100%;
  margin: 0 auto 21px;
  max-width: 785px;
  text-align: center;
  display: flex;
}
article .meta span {
  margin: 0 12.5px;
  font-size: 19px;
  line-height: 1.65;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 450;
  color: #231f20;
  letter-spacing: 0.02em;
  transition: 0.35s;
}
article .meta span a {
  position: relative;
  z-index: 100;
}

.learn-more {
  position: relative;
  width: 100%;
}
.learn-more .go-back {
  margin: 50px auto 50px;
  text-align: center;
}
.learn-more .go-back a {
  position: relative;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 16px;
  font-weight: 900;
  color: #094d9a;
  letter-spacing: 0.03em;
  text-decoration: underline;
  /*
  &:after {
    position: absolute;
    content: '';
    height: 1px;
    left: auto;
    right: 0;
    width: calc(100% - 19px);
    background: $primary;
    @include hover-fade();
    top: calc(100% + 0px);
  }
  svg {
    height: 12px;
    width: auto;
    display: inline-block;
    margin-top: -4px;
    margin-right: 8px;
    color: $teal;
    @include hover-fade();
  }
  */
}
.learn-more .go-back a:hover {
  color: #0d9bba;
}
.learn-more .go-back a:hover svg {
  color: #4a908c;
}
.learn-more .go-back a svg {
  width: 13px;
  height: 13px;
  fill: transparent;
  margin-right: 9px;
  position: relative;
  top: -1px;
}
.learn-more .go-back a svg .i__sar {
  stroke: #64c9c4;
  stroke-width: 2;
}
.learn-more .go-back .rotate-svg--180 svg {
  transform: rotate(180deg);
}
.learn-more .inner-nav {
  width: 100%;
  position: relative;
  margin-top: 40px;
  display: flex;
}
.learn-more .inner-nav .column {
  background: #231f20;
  height: auto;
  position: relative;
  width: 100%;
  transition: 0.35s;
  padding: 55px 30px;
  z-index: 98;
  transition: 0.35s;
}
@media (min-width: 768px) {
  .learn-more .inner-nav .column {
    flex: 1 0 50%;
    height: 500px;
    max-width: 50%;
  }
}
.learn-more .inner-nav .column:hover {
  background: #4a908c !important;
}
@media (min-width: 768px) {
  .learn-more .inner-nav .column {
    padding: 30px 55px;
  }
}
@media (min-width: 960px) {
  .learn-more .inner-nav .column {
    padding: 30px 10%;
  }
}
.learn-more .inner-nav .column h3,
.learn-more .inner-nav .column p {
  color: #fff;
  text-align: center;
}
.learn-more .inner-nav .column h3 {
  margin: 23px 0px;
}
.learn-more .inner-nav .column .tiny {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-size: 18px;
  line-height: 130%;
  font-weight: 600;
  margin: 0;
  position: relative;
}
.learn-more .inner-nav .column .tiny svg {
  height: 12px;
  width: auto;
  display: inline-block;
  margin-top: -4px;
}
.learn-more .inner-nav .column p.date {
  font-size: 12px;
  line-height: 130%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767.98px) {
  .learn-more .inner-nav .column.prev-post {
    display: none;
  }
}
.learn-more .inner-nav .column.prev-post .tiny svg {
  margin-right: 12px;
}
.learn-more .inner-nav .column.next-post {
  background: #094d9a;
}
.learn-more .inner-nav .column.next-post .tiny svg {
  margin-left: 14px;
}
.learn-more .inner-nav .only-post {
  width: 100% !important;
  max-width: 100% !important;
}

.careers-intro__title {
  text-align: center;
  line-height: 110%;
  margin: 0 0 0.3em;
  text-wrap: balance;
}
.careers-intro__subtitle {
  text-align: center;
  font-weight: 900 !important;
  margin: 0 0 0.3em;
}
.careers-quote {
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.careers-quote__container {
  display: block;
}
@media (min-width: 768px) {
  .careers-quote__container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
  }
}
.careers-quote__person {
  padding-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .careers-quote__person {
    max-width: 200px;
  }
}
@media (min-width: 960px) {
  .careers-quote__person {
    max-width: 275px;
  }
}
@media (min-width: 1240px) {
  .careers-quote__person {
    max-width: 350px;
  }
}
.careers-quote__img {
  width: 100%;
  aspect-ratio: 55/51;
  margin-bottom: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .careers-quote__img {
    max-width: 200px;
  }
}
@media (min-width: 960px) {
  .careers-quote__img {
    max-width: 275px;
  }
}
@media (min-width: 1240px) {
  .careers-quote__img {
    max-width: 350px;
  }
}
.careers-quote__main {
  position: relative;
  font-size: 16px;
  padding: 0 25px;
}
.careers-quote__main::before {
  content: "“";
  color: #094d9a;
  font-size: 100px;
  position: absolute;
  top: 25px;
  left: -10px;
  z-index: -1;
  opacity: 0.4;
}
@media (min-width: 480px) {
  .careers-quote__main::before {
    left: -25px;
  }
}
@media (min-width: 480px) {
  .careers-quote__main {
    padding: 0 20px 0 10px;
  }
}
.careers-quote__name {
  font-weight: 900;
  margin-bottom: 0;
  line-height: 125%;
  padding: 0 20px;
}
@media (min-width: 480px) {
  .careers-quote__name {
    padding: 0 10px;
  }
}
.careers-quote__department {
  font-size: 16px;
  padding: 0 20px;
}
@media (min-width: 480px) {
  .careers-quote__department {
    padding: 0 10px;
  }
}
.careers-impact {
  background-blend-mode: overlay;
  background-color: #64c9c4;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .careers-impact {
    margin-top: 20px;
  }
}
.careers-impact__hed {
  color: #ffffff;
  text-align: center;
}
.careers-impact__main {
  color: #ffffff;
}
@media (min-width: 768px) {
  .careers-impact__main {
    margin: 0 auto;
  }
}
.careers-impact__stats {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .careers-impact__stats {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 20px auto 40px;
    font-size: 60px;
  }
}
.careers-impact__link {
  text-align: center;
}
.careers-impact__link a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 900;
}
.careers-impact__stat-count {
  font-size: 70px;
  font-weight: 900;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .careers-impact__stat-count {
    font-size: 55px;
  }
}
@media (min-width: 960px) {
  .careers-impact__stat-count {
    font-size: 70px;
  }
}
.careers-impact__stat-count, .careers-impact__stat-name {
  color: #ffffff;
}
.careers-work {
  margin: 40px 0;
}
.careers-work__hed {
  text-align: center;
}
.careers-work__subtitle {
  font-weight: 900;
  text-align: center;
}
.careers-work__values {
  margin: 30px 0;
  backface-visibility: visible;
  animation: all 500ms ease-in-out;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  place-content: center;
}
@media (min-width: 768px) {
  .careers-work__values {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 200px;
  }
}
.careers-work__values .puzzle-piece {
  width: 100%;
  max-width: 225px;
  margin: auto;
}
.careers-work__values .puzzle-piece:hover, .careers-work__values .puzzle-piece:focus {
  transform: scale(1.2) rotate(10deg);
  transition: all 0.35s ease-in-out;
}
@media (min-width: 768px) {
  .careers-work__values .puzzle-piece {
    max-width: 125px;
  }
}
@media (min-width: 960px) {
  .careers-work__values .puzzle-piece {
    max-width: 150px;
  }
}
@media (min-width: 1240px) {
  .careers-work__values .puzzle-piece {
    max-width: 160px;
  }
}
.careers-work__grid {
  display: grid;
  gap: 20px;
}
.careers-work__grid img {
  width: 100%;
}
@media (min-width: 768px) {
  .careers-work__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
  .careers-work__grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .careers-work__grid .image1 {
    grid-column: span 3;
    grid-row: span 2;
  }
  .careers-work__grid .image2 {
    grid-column: span 3;
    grid-row: span 2;
  }
  .careers-work__grid .image3 {
    grid-column: span 2;
    grid-row: span 2;
  }
  .careers-work__grid .image4 {
    grid-column: span 4;
    grid-row: span 2;
  }
  .careers-work__grid .image5 {
    grid-column: span 3;
    grid-row: span 2;
  }
  .careers-work__grid .image6 {
    grid-column: span 3;
    grid-row: span 2;
  }
}
.careers-benefits {
  background-blend-mode: overlay;
  background-color: #094d9a;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .careers-benefits {
    margin-top: 20px;
  }
}
.careers-benefits__hed {
  color: #ffffff;
  text-align: center;
}
.careers-benefits__main {
  color: #ffffff;
}
.careers-benefits__grid {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6;
  padding: 20px 0 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
  gap: 40px;
}
.careers-benefits__grid i {
  font-size: 30px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  .careers-benefits__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.careers-benefits__link {
  text-align: center;
}
.careers-benefits__link a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 900;
}
.careers-join {
  margin: 40px 0;
}
.careers-join img {
  width: 100%;
}
.careers-join__hed {
  text-align: center;
}
.careers-join__subtitle {
  font-weight: 900;
  text-align: center;
}
.careers-join__map {
  width: 100%;
  margin: 30px 0;
}
.careers-join__jobs {
  margin: 30px 0;
}
.careers-join__jobs ul {
  text-align: center;
  list-style-type: none;
  font-weight: 900;
}

.careers-section {
  padding: 50px 0;
}

.all-events {
  width: 100%;
  margin-bottom: 50px;
}
.all-events .col-md-8 {
  margin: 0 auto;
}

.event__empty {
  padding: 3rem 0 6rem;
}
.event__empty h3 {
  text-align: center;
}

hr + .event-item {
  margin-top: 80px !important;
}

.event-set {
  width: 100%;
  margin: 0 0 40px;
  text-align: center;
}
@media (min-width: 768px) {
  .event-set {
    margin: 0 0 75px;
  }
}
.event-set h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .event-set h3 {
    margin-bottom: 45px;
    margin-top: 0;
  }
}
.event-set .event-item:last-child {
  margin: 0px;
  padding: 0px;
  border-bottom: 0px;
}
.event-set .link {
  margin-top: 25px;
}

.event-item {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
  text-align: left;
  position: relative;
}
.event-item:hover img, .event-item:focus img {
  transform: scale(1.075) translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.event-item__img {
  position: relative;
  overflow: hidden;
  padding-top: 63.5%;
}
@media (min-width: 768px) {
  .event-item__img {
    padding-top: 52.65%;
  }
}
@media (min-width: 768px) {
  .event-item__img--tall {
    padding-top: 54%;
  }
}
.event-item__img img {
  width: 100.5%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.event-item .col-sm-8 {
  margin: 0px;
}
.event-item .col-sm-4 img {
  width: 100%;
  height: auto;
}
.event-item__main {
  position: relative;
  z-index: 99;
}
@media (min-width: 768px) {
  .event-item__main {
    padding-left: 53px;
  }
}
@media (min-width: 768px) {
  .event-item--large .event-item__main {
    padding-left: 30px;
  }
}
@media (min-width: 1250px) {
  .event-item--large .event-item__main {
    padding-left: 70px;
  }
}
@media (min-width: 768px) {
  .event-item--large .event-meta {
    margin: 30px 0 10px;
  }
}
.event-item .list__grid .list__single-row {
  margin-bottom: 0;
  padding-bottom: 0;
}
.event-item .learn svg {
  width: 13px;
  height: 13px;
  fill: transparent;
  margin-left: 6px;
  position: relative;
  top: 1px;
}
.event-item .learn svg .i__sar {
  stroke: #64c9c4;
  stroke-width: 2;
}

.event__intro {
  margin-bottom: 48px;
  padding-bottom: 36px;
  position: relative;
}
.event__intro::after {
  content: "";
  width: 140px;
  height: 3px;
  background: #64c9c4;
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}
.event__intro h1,
.event__intro h2,
.event__intro h3,
.event__intro h4,
.event__intro h5,
.event__intro h6 {
  text-align: center;
}

h4.event-title {
  margin-top: 18px;
  margin-bottom: 5px;
  text-align: left !important;
}
h4.event-title a {
  color: #231f20;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  background-image: linear-gradient(#64c9c4, #64c9c4);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0% 95%;
}
h4.event-title a:hover, h4.event-title a:focus {
  color: #0d9bba;
}

h2.event-title {
  margin-top: 24px;
}
@media (min-width: 768px) {
  h2.event-title {
    margin-top: 0;
  }
}
h2.event-title a {
  color: #231f20;
  background-image: linear-gradient(#64c9c4, #64c9c4);
  background-size: 3px 3px;
  background-repeat: repeat-x;
  background-position: 0% 95%;
}
h2.event-title a:hover, h2.event-title a:focus {
  color: #0d9bba;
}

.event-info {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .event-info {
    margin-bottom: 72px;
    margin-top: 85px;
  }
}
.event-info .map {
  width: 100%;
  height: 400px;
  margin: 20px 0;
}
.event-info .map img {
  max-width: inherit !important;
}

.top-link {
  margin-bottom: 55px;
  text-align: center;
}

.bottom-link {
  margin-top: 55px;
  text-align: center;
}

.event-info-block {
  width: 100%;
  margin: 0 0 20px;
}

.event-meta {
  width: 100%;
  margin: 15px 0 10px;
  font-size: 19px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 450;
  letter-spacing: 0.02em;
  line-height: 165%;
}
@media (min-width: 768px) {
  .event-meta {
    margin: 15px 0 10px;
  }
}

.event-links {
  margin-top: 15px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .event-links {
    margin-top: 25px;
  }
}
.event-links a:last-child {
  margin-right: 0;
}

.single-event .content {
  margin-top: 30px;
}

.static-map {
  max-width: 100%;
}
.static-map img {
  max-width: 100%;
}

@media (min-width: 768px) {
  #featured-event {
    margin-top: 15px;
  }
}

.upcoming-header {
  display: inline-block;
  width: 100%;
}
.upcoming-header h3 {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .upcoming-header {
    margin: 15px 0;
  }
  .upcoming-header h3 {
    margin-top: 40px;
  }
}

.page-template-template-events-past #menu-past-event-types li:first-child a:after {
  opacity: 0;
}
.page-template-template-events-past #menu-past-event-types li:first-child a:hover:after {
  opacity: 1;
}

body.search .top-introduction {
  padding-bottom: 0;
  margin-bottom: 0;
}

.search-grid {
  padding: 0 0 15px 0;
}
@media (min-width: 768px) {
  .search-grid {
    padding: 0 0 50px 0;
  }
}
.search-grid .search-highlight,
.search-grid .searchwp-highlight {
  background-color: rgba(255, 255, 0, 0.5);
  color: #094d9a;
}
.search-grid__item {
  border-bottom: 1px solid #64c9c4;
  padding: 28px 0 50px;
  margin-bottom: 13px;
}
.search-grid__hed {
  font-size: 26px;
  line-height: 1.25;
  font-weight: 900;
  margin-bottom: 12px;
}
.search-grid__hed a {
  border-bottom: 3px solid #64c9c4;
}
.search-grid__deck, .search-grid__deck p {
  margin: 0;
}
.search-grid__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  margin-top: 16px;
}
.search-grid__links a {
  position: relative;
  align-content: center;
  align-items: center;
  display: inline-flex;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 900;
  font-size: 15px;
  margin: 0 32px 0 0;
  padding-right: 15px;
  color: #094d9a;
  letter-spacing: 0.03em;
  text-decoration: underline;
}
.search-grid__links a:hover, .search-grid__links a:focus {
  color: #0d9bba;
}
.search-grid__links a svg {
  width: 13px;
  height: 13px;
  fill: transparent;
  margin-left: 6px;
  position: relative;
}
.search-grid__links a svg .i__sar {
  stroke: #64c9c4;
  stroke-width: 2;
}
.search-grid__links a.--external-link {
  /*
  &:after {
    content: '\f08e';
    font-size: 15px;
    margin-top: 3px;
    margin-bottom: -3px;
  }
  */
}

.top-introduction {
  width: 100%;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .top-introduction {
    margin-top: 55px;
  }
}
.top-introduction .col-md-8,
.top-introduction .col-md-9 {
  margin: 0 auto;
}

@media print {
  .alert-bar, .main-header, .social-nav,
  nav,
  .read-more, .mfp-bg, .mfp-wrap, .menuOverlay, .searchOverlay, .bottom-cta,
  .module.donation,
  .module.signup-form,
  .slick-arrow.slick-next, .slick-arrow.slick-prev {
    display: none !important;
  }
  .top {
    position: static;
  }
  .overlay {
    background-color: white;
  }
  a {
    color: #000 !important;
  }
  p a[href^="#"]:after {
    display: none;
  }
  #main-container-wrap,
  main,
  body,
  html {
    width: 100% !important;
  }
  .topper {
    height: 500px;
  }
  .topper h6,
  .topper h1,
  .topper p {
    color: #000;
  }
  .issues-grid .grid-item,
  .people-grid .grid-item {
    height: 300px;
    break-inside: avoid;
    page-break-inside: avoid-page;
    opacity: 1;
  }
  .issues-grid .grid-item .wrapper h5,
  .issues-grid .grid-item .wrapper p.teaser,
  .people-grid .grid-item .wrapper h5,
  .people-grid .grid-item .wrapper p.teaser {
    color: #000;
  }
  .single-issue-item {
    height: 300px;
  }
  .single-issue-item.has-image {
    background: white;
  }
  .grid-image-container {
    opacity: 0.2 !important;
  }
  .single-issue-item .teaser {
    opacity: 1;
    color: #000;
  }
  .single-issue-item .wrapper h5,
  .module.block-quote p,
  .module.block-quote h6,
  .upnext h6,
  .upnext h2,
  .bottom-cta h6,
  .bottom-cta h3,
  input[type=date],
  input[type=email],
  input[type=number],
  input[type=tel],
  input[type=text],
  textarea,
  label,
  .donation h6,
  .donation h2 {
    color: #000 !important;
    opacity: 1 !important;
  }
  input[type=date],
  input[type=email],
  input[type=number],
  input[type=tel],
  input[type=text],
  textarea,
  .donate-block ul li .btn {
    border: 2px solid #000 !important;
  }
  button.btn,
  .donation .btn {
    opacity: 1 !important;
    color: #000;
  }
}
.nolink {
  text-decoration: none;
}

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