@charset "UTF-8";
/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
/*

    This mixin allows us use CSS grid without having to think about
    what -ms-grid-row/-ms-grid-column we have to assign to a grid element
    for it to properly work on Internet Explorer and Edge.

    It takes three arguments, the last one of which is optional. Specify the
    maximum amount of items you want to have in your grid, when they should
    break to the next line and, if you like, a grid-gap of some sort.

    Make sure to use the same amount of arguments in -ms-grid-columns as in
    $wrap-on, so it correctly breaks the line, eg. '1fr 2fr 1fr 2fr 1fr' and
    '5'.

    Usage:
    .grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px;

        display: -ms-grid;
        -ms-grid-columns: 1fr 1fr 1fr;

        &-item {
            @include grid-ie-calc(15, 3, 10px);
        }
    }

    See it in action here:
    https://rbnlffl.synology.me/grid-ie-calc

    Tested on:
    IE 11, Edge 38, Chrome 58, Firefox 53, Safari 10, Opera 45

*/
/* generated with grunt-sass-globbing */
.blue {
  color: #0994b7; }

.element-hidden {
  display: none; }

.padded {
  padding: .5rem 0; }

.default__p {
  font-size: 16px;
  font-weight: 300;
  font-family: freight-sans-pro, sans-serif;
  letter-spacing: .3px;
  text-transform: none; }

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

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
pre,
samp {
  font-size: 1em; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

audio,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button::-moz-focusring,
[type='button']::-moz-focusring,
[type='reset']::-moz-focusring,
[type='submit']::-moz-focusring {
  outline: 1px dotted ButtonText; }

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

template,
[hidden] {
  display: none; }

abbr,
blockquote,
code,
kbd,
q,
samp,
tt,
var {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

[tabindex='-1']:focus {
  outline: none !important; }

::-moz-selection {
  background: #dce4ef;
  color: #212121;
  text-shadow: none; }

::selection {
  background: #dce4ef;
  color: #212121;
  text-shadow: none; }

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

* {
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, border-color, color, opacity, text-shadow, -webkit-box-shadow, -webkit-transform;
  -o-transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform;
  transition-property: background-color, border-color, box-shadow, color, opacity, text-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear; }

a {
  background-color: transparent;
  color: #0071bc;
  outline-offset: 0.1em;
  -webkit-text-decoration-skip: objects a; }
  a :active, a:hover {
    outline: 0; }
  a:hover, a:focus {
    color: #205493; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

abbr:hover {
  cursor: help; }

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

blockquote {
  margin: 0 1.5em 1rem; }

body {
  background-color: #fff;
  color: #4a4a4a;
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

button {
  overflow: visible; }

canvas {
  display: inline-block; }

caption {
  margin-bottom: 0.5rem; }

dd {
  margin-bottom: 1rem; }

dfn {
  font-style: italic; }

dl {
  margin: 0 0 1rem; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

figure {
  margin: 0 0 1rem; }

h1, h2, h3, .hero-inline-image__subtitle, h4, h5, h6 {
  text-transform: uppercase;
  color: inherit;
  font-weight: 700;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  line-height: 1.3;
  margin: 0 0 1rem;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.4em; }

h3,
.hero-inline-image__subtitle {
  font-size: 1.2em;
  margin-bottom: 0; }

h4 {
  font-size: 1em;
  color: #012846; }

h5 {
  font-size: 0.85em;
  padding-bottom: .5em; }

h6 {
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase; }

hr {
  border: 1px solid #5b616b;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 1rem 0;
  padding-bottom: -1px; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 125%;
  line-height: 1.5;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%; }

iframe {
  border: 0; }

img {
  border: 0;
  font-style: italic;
  height: auto;
  max-width: 100%; }

input {
  line-height: normal; }

legend {
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  margin: 0;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

li {
  margin-bottom: 0.5rem; }
  li:last-child {
    margin-bottom: 0; }

mark {
  background: #ff0;
  color: #000; }

ol {
  margin: 0 0 1rem;
  padding: 0 0 0 1.5em; }
  [dir='rtl'] ol {
    padding: 0 1.5em 0 0; }
  ol ol,
  ol ul {
    margin: 0.5rem 0 0; }

optgroup {
  font-weight: bold; }

p {
  margin: 0 0 1rem;
  font-size: 16px;
  line-height: 24px; }

pre {
  margin: 0 0 1rem;
  overflow: auto; }

small {
  font-size: 0.85em; }

sub {
  bottom: -0.25em; }

summary {
  display: list-item; }

sup {
  top: -0.5em; }

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

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1rem;
  min-width: 100%; }

td {
  background-color: #ffffff;
  border: 1px solid #5b616b;
  padding: 0.75rem; }

textarea {
  overflow: auto; }

tfoot td,
tfoot th {
  background-color: #f1f1f1; }

th {
  background-color: #ffffff;
  border: 1px solid #5b616b;
  padding: 0.75rem;
  text-align: left; }

thead td,
thead th {
  background-color: #f1f1f1; }

ul {
  list-style-type: disc;
  margin: 0 0 1rem;
  padding: 0 0 0 1.2em; }
  [dir='rtl'] ul {
    padding: 0 1.2em 0 0; }
  ul ol,
  ul ul {
    margin: 0.5rem 0 0; }

@media print {
  * {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: none; }
  a[href]::after {
    font-family: freight-sans-pro, sans-serif;
    content: " <" attr(href) ">";
    font-size: 10pt;
    font-weight: normal;
    text-transform: lowercase; }
  a[href^='javascript:']::after,
  a[href^='mailto:']::after,
  a[href^='tel:']::after,
  a[href^='#']::after,
  a[href*='?']::after {
    content: ''; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  blockquote,
  img,
  li,
  pre,
  tr {
    page-break-inside: avoid; }
  h1 a::after,
  h2 a::after,
  h3 a::after,
  h4 a::after,
  h5 a::after,
  h6 a::after {
    display: inline-block; }
  h2,
  h3,
  h4 {
    page-break-after: avoid; }
  h2,
  h3,
  h4,
  p {
    orphans: 3;
    widows: 3; }
  iframe,
  nav {
    display: none; }
  img {
    max-width: 100% !important; }
  thead {
    display: table-header-group; }
  @page {
    margin: 2cm; } }

/* generated with grunt-sass-globbing */
.mobile-menu__button, .skiplinks, .nav--mobile-menu .nav__link {
  font-family: freight-sans-pro, sans-serif; }

html, .button {
  font-family: freight-sans-pro, sans-serif; }

h1, h2, h3, .hero-inline-image__subtitle, h4, h5, h6 {
  font-family: "urw-din-condensed", sans-serif; }

code,
kbd,
pre,
samp {
  font-family: Consolas, "Lucida Console", "Liberation Mono", "Courier New", monospace, sans-serif; }

/* generated with grunt-sass-globbing */
.l-3up-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media (min-width: 700px) {
    .l-3up-cards {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .l-3up-cards > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 700px) {
      .l-3up-cards > * {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
        margin-right: 50px; }
        .l-3up-cards > *:last-child {
          margin-right: 0; } }

.l-constrain {
  margin-left: auto;
  margin-right: auto;
  max-width: 60rem;
  padding-left: 1em;
  padding-right: 1em; }
  .l-constrain .l-constrain {
    padding-left: 0;
    padding-right: 0; }

.l-constrain--narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  padding-left: 1em;
  padding-right: 1em; }
  .l-constrain--narrow .l-constrain--narrow {
    padding-left: 0;
    padding-right: 0; }

.l-constrain--no-padding {
  padding-left: 0;
  padding-right: 0; }

.l-fifty-fifty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 700px) {
    .l-fifty-fifty {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.l-fifty-fifty--right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 700px) {
    .l-fifty-fifty--right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.l-fifty-fifty__col {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }
  .l-fifty-fifty__col.l-fifty-fifty__col--full {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }

.l-flexgrid {
  width: 100%; }
  @media (min-width: 700px) {
    .l-flexgrid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }

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

.l-flexgrid--creverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 700px) {
    .l-flexgrid--creverse {
      -webkit-box-orient: initial;
      -webkit-box-direction: initial;
          -ms-flex-direction: initial;
              flex-direction: initial; } }

.l-flexgrid--gutter {
  margin: -0.25rem; }
  .l-flexgrid--gutter .l-flexgrid__cell {
    padding: 0 0.25rem 0.25rem; }

[class^="l-flexgrid__"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.l-flexgrid__cell {
  overflow: hidden; }

.l-flexgrid__cell--25 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.l-flexgrid__cell--33 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%; }

.l-flexgrid__cell--40 {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%; }

.l-flexgrid__cell--50 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.l-flexgrid__cell--60 {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

.l-flexgrid__cell--66 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%; }

.l-flexgrid__cell--75 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.l-flexgrid__cell--100 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.l-flexgrid__cell--vcenter {
  text-align: center; }

.l-footer {
  display: -ms-grid;
  display: grid;
  grid-gap: 1rem;
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      -ms-grid-rows: auto 1rem auto 1rem auto 1rem auto 1rem auto;
      grid-template-rows: auto auto auto auto auto;
      grid-template-areas: "logo" "menu" "newsletter" "social" "contact"; }
  @media (min-width: 700px) {
    .l-footer {
          -ms-grid-columns: auto minmax(343px, 20%);
          grid-template-columns: auto minmax(343px, 20%);
          -ms-grid-rows: auto auto auto;
          grid-template-rows: auto auto auto;
          grid-template-areas: "logo newsletter" "menu social" "contact contact"; }
    .footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .footer__newsletter {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .footer__menu {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .footer__social {
    -ms-grid-row: 2;
    -ms-grid-column: 2; }
    .footer__contact {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; } }

.footer__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: logo; }
  @media (min-width: 700px) {
    .footer__logo {
      -ms-grid-row: 1;
      -ms-grid-column: 1; } }

.footer__newsletter {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: newsletter; }
  @media (min-width: 700px) {
    .footer__newsletter {
      -ms-grid-row: 1;
      -ms-grid-column: 2; } }

.footer__menu {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: menu; }
  @media (min-width: 700px) {
    .footer__menu {
      -ms-grid-row: 2;
      -ms-grid-column: 1; } }

.footer__social {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: social; }
  @media (min-width: 700px) {
    .footer__social {
      -ms-grid-row: 2;
      -ms-grid-column: 2; } }

.footer__contact {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: contact; }
  @media (min-width: 700px) {
    .footer__contact {
      -ms-grid-row: 3;
      -ms-grid-column: 1; } }

.l-grid--2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .l-grid--2col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100%) - 2em);
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    min-width: 0; }
  @supports (display: grid) {
    .l-grid--2col {
      margin-left: 0;
      margin-right: 0;
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
      grid-gap: 2em;
      display: -ms-grid;
      display: grid; }
      .l-grid--2col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) {
    .l-grid--2col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((50%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 275px; }
    @supports (display: grid) {
      .l-grid--2col {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        grid-gap: 2em; }
        .l-grid--2col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .l-grid--3col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100%) - 2em);
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    min-width: 0; }
  @supports (display: grid) {
    .l-grid--3col {
      margin-left: 0;
      margin-right: 0;
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
      grid-gap: 2em;
      display: -ms-grid;
      display: grid; }
      .l-grid--3col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 47.5em) {
    .l-grid--3col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((33.3333333333%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 275px; }
    @supports (display: grid) {
      .l-grid--3col {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
        grid-gap: 2em; }
        .l-grid--3col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .l-grid--4col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100%) - 2em);
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    min-width: 0; }
  @supports (display: grid) {
    .l-grid--4col {
      margin-left: 0;
      margin-right: 0;
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
      grid-gap: 2em;
      display: -ms-grid;
      display: grid; }
      .l-grid--4col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) and (max-width: 50em) {
    .l-grid--4col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((50%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 275px; }
    @supports (display: grid) {
      .l-grid--4col {
        -ms-grid-columns: (1fr)[2];
            grid-template-columns: repeat(2, 1fr);
        grid-gap: 2em; }
        .l-grid--4col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }
  @media (min-width: 50.0625em) {
    .l-grid--4col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((25%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 0; }
    @supports (display: grid) {
      .l-grid--4col {
        -ms-grid-columns: (1fr)[4];
            grid-template-columns: repeat(4, 1fr);
        grid-gap: 2em; }
        .l-grid--4col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.l-grid--6col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1em;
  margin-right: -1em; }
  .l-grid--6col > * {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: calc((100%) - 2em);
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 2em;
    min-width: 0; }
  @supports (display: grid) {
    .l-grid--6col {
      margin-left: 0;
      margin-right: 0;
      -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr);
      grid-gap: 2em;
      display: -ms-grid;
      display: grid; }
      .l-grid--6col > * {
        margin: 0;
        min-width: 0;
        width: 100%; } }
  @media (min-width: 37.5em) and (max-width: 62.4375em) {
    .l-grid--6col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((33.3333333333%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 0; }
    @supports (display: grid) {
      .l-grid--6col {
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
        grid-gap: 2em; }
        .l-grid--6col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }
  @media (min-width: 62.5em) {
    .l-grid--6col > * {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      width: calc((16.6666666667%) - 2em);
      margin-left: 1em;
      margin-right: 1em;
      margin-bottom: 2em;
      min-width: 0; }
    @supports (display: grid) {
      .l-grid--6col {
        -ms-grid-columns: (1fr)[6];
            grid-template-columns: repeat(6, 1fr);
        grid-gap: 2em; }
        .l-grid--6col > * {
          margin: 0;
          min-width: 0;
          width: 100%; } } }

.page-template-page-landing p {
  font-size: 16px; }

.background-color-blue {
  padding: 25px;
  background-color: #012846; }

.background-color-white {
  background-color: white;
  padding: 60px 0; }

.background-color-blue2 {
  text-align: center;
  background-color: #00afda; }

.background-color-grey {
  text-align: center;
  padding: 50px;
  background-color: #f4f4f4; }

.background-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px; }

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

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

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

.copyright {
  font-size: 14px;
  color: white; }

.btn-blue {
  PADDING: 15PX 40PX;
  font-size: 20px;
  background-color: #012846;
  border: none;
  color: white;
  text-decoration: none;
  display: inline-block;
  text-align: center; }
  .btn-blue:hover {
    background-color: #E68A24;
    color: white; }

.btn-link {
  text-decoration: none;
  font-size: 15px;
  font-style: italic; }
  .btn-link:hover {
    color: #E68A24; }

.btn-orange {
  padding: 10px 30px;
  font-size: 18px;
  background-color: #de6026;
  border: none;
  min-width: 125px;
  color: white;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase; }
  .btn-orange:hover {
    background-color: #E68A24;
    color: white; }

.btn-orange-border {
  padding: 10px 30px;
  font-size: 14px;
  background-color: white;
  border: 1px solid #de6026;
  min-width: 125px;
  color: #4a4a4a;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  text-transform: uppercase; }
  .btn-orange-border:hover {
    background-color: #E68A24;
    color: white;
    border: 1px solid #E68A24; }

.btn-circle {
  background: #de6026 !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21px;
  height: 21px;
  padding: 2px;
  font-size: 11px;
  border-radius: 50%;
  margin-right: 5px; }

.color-white {
  color: white; }

.color-blue {
  color: #012846; }

.color-blue2 {
  color: #00afda; }

.color-orange {
  color: #de6026; }

.content-left {
  width: 100%; }

.content-right {
  width: 100%; }

h2.font-title {
  font-size: 35px;
  font-weight: 900;
  line-height: 40px; }
  h2.font-title span {
    color: #0994b7; }

h3.font-title {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px; }
  h3.font-title span {
    color: #0994b7; }

.dotted {
  border-top: 2px dashed #f5de03;
  color: #f5de03;
  font-size: 26px;
  position: relative;
  margin: 1.6em 0 2em; }
  .dotted .fa-plus {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80px;
    background: #fff; }

.sub-title {
  font-size: 16px; }

.group-learn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .group-learn-more .content-right {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    .group-learn-more .content-right .content-repeater {
      padding: 10px; }
      .group-learn-more .content-right .content-repeater .btn-orange {
        padding: 10px; }

.section-header .header-image {
  min-height: 400px;
  position: relative;
  background-attachment: fixed;
  padding: 0 !important;
  background-position: top center;
  background-size: inherit; }
  .section-header .header-image .content-header-image {
    padding-left: 0; }
    .section-header .header-image .content-header-image .content-header {
      position: absolute;
      bottom: 10px;
      text-align: center; }
      .section-header .header-image .content-header-image .content-header h1 {
        font-size: 50px; }
      .section-header .header-image .content-header-image .content-header p {
        text-transform: uppercase; }

.section-our-goals .group-our-goals {
  padding: 80px 0 !important; }
  .section-our-goals .group-our-goals strong {
    font-size: 16px; }

.section-donate .background-color-blue2 {
  padding: 0; }
  .section-donate .background-color-blue2 .btn-blue {
    width: 100%;
    background-color: #00afda; }
    .section-donate .background-color-blue2 .btn-blue:hover {
      background-color: #E68A24; }

.section-donor .group-donor .donor-title-left.mobile {
  display: block;
  padding: 25px; }

.section-donor .group-donor .content-right {
  min-height: 250px; }

.section-donor .group-donor .donor-content-left {
  padding: 5px 0;
  text-align: center; }
  .section-donor .group-donor .donor-content-left .donor-title-left.desktop {
    display: none; }
  .section-donor .group-donor .donor-content-left .link {
    margin-top: 30px; }

.section-video .group-learn-more .content-left {
  padding-right: 0; }
  .section-video .group-learn-more .content-left strong {
    font-size: 16px; }

.section-video .group-learn-more .content-right {
  height: 170px; }
  .section-video .group-learn-more .content-right .video-right {
    width: 90%;
    margin: 0 auto; }
    .section-video .group-learn-more .content-right .video-right iframe {
      width: 100%;
      height: 100%;
      margin: 0px auto 0 auto; }

.section-networks .group-networks {
  padding: 50px 0 110px 0; }
  .section-networks .group-networks .content-top {
    padding: 0; }

.section-networks .content-botom {
  position: relative;
  width: 90%;
  margin: 0 auto; }
  .section-networks .content-botom .background-image {
    display: none; }
  .section-networks .content-botom .panel-blue {
    background: #012846;
    height: 150px;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -80px;
    margin-bottom: 40px; }
    .section-networks .content-botom .panel-blue .link {
      margin-top: 20px; }
    .section-networks .content-botom .panel-blue h4 {
      font-size: 20px;
      margin-bottom: 0; }

.section-download .background-image {
  padding: 0; }
  .section-download .background-image .btn-orange {
    width: 100%; }
    .section-download .background-image .btn-orange .fa-file-alt {
      position: relative;
      margin-left: 13px; }

.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .youtube button {
    background: transparent;
    border: 2px solid #de6026;
    color: white;
    font-style: italic;
    padding: 5px 20px;
    cursor: pointer;
    font-family: 'urw-din-condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    z-index: 1; }
    .youtube button:hover {
      background: rgba(230, 138, 36, 0.5);
      border: 2px solid #E68A24;
      color: white;
      font-style: italic;
      padding: 5px 20px;
      cursor: pointer;
      font-weight: bold; }
  .youtube:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 0; }

.section-funding-stem .background-image {
  background-attachment: fixed;
  padding: 15px; }
  .section-funding-stem .background-image .flex-half {
    clear: both;
    position: relative;
    width: 100%; }
    .section-funding-stem .background-image .flex-half .chart {
      display: inline-block;
      text-align: left; }
    .section-funding-stem .background-image .flex-half .chart-title {
      position: absolute;
      width: 265px;
      height: 265px;
      top: 0;
      left: 0;
      text-align: center; }
      .section-funding-stem .background-image .flex-half .chart-title h3 {
        color: white;
        font-style: italic;
        font-size: 28px;
        max-width: 70%;
        margin: 0 auto;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        position: relative;
        top: 50%; }
    .section-funding-stem .background-image .flex-half .legend {
      text-align: left;
      color: white;
      margin-left: 25px;
      display: inline-block;
      vertical-align: top;
      margin-bottom: 30px; }
      .section-funding-stem .background-image .flex-half .legend .icon-color {
        margin-left: 25px;
        position: relative;
        display: inline-block;
        width: 15px;
        height: 15px; }
      .section-funding-stem .background-image .flex-half .legend p {
        font-size: 14px;
        font-family: freight-sans-pro, sans-serif;
        display: inline-block;
        vertical-align: text-top;
        margin: 0;
        margin-left: 10px;
        font-weight: 500;
        max-width: 150px; }
    .section-funding-stem .background-image .flex-half .doughnutSummary {
      display: none; }

.section-slider {
  position: relative; }

.slider-group-2 {
  position: relative;
  padding-top: 30px; }

.slider-group-2 .content-slider {
  width: 70%;
  z-index: 1;
  margin: 0 auto;
  position: static;
  visibility: visible; }

.group-slider .content-slider {
  width: 70%;
  z-index: 1;
  margin: 0 auto;
  position: static;
  visibility: visible; }

.section-slider .group-slider {
  padding-left: 0;
  padding-right: 0; }

.content-slider .card-slider {
  background: #de6026;
  color: white;
  padding: 80px 15px;
  background-size: cover;
  position: relative;
  background-position: center;
  background-repeat: no-repeat; }

.content-slider .card-slider .content {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.content-slider .card-slider h3 {
  font-size: 55px; }

.content-slider .card-slider h4 {
  margin: 0;
  font-weight: 500;
  color: white;
  text-transform: initial; }

.content-slider .card-slider p {
  clear: both;
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 1px;
  width: 100%; }

.content-slider .item .desc {
  padding: 15px 15px 0 0;
  width: 100%; }

.content-slider .item .desc p {
  padding-top: 10px;
  padding-right: 20px;
  border-top: 1px solid #de6026;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0; }

.content-slider .owl-nav button {
  background: #00aedc !important;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0 8px; }

button.owl-prev {
  top: 40%;
  left: 0;
  position: absolute; }

button.owl-next {
  top: 40%;
  right: 0;
  position: absolute; }

.slider-group-2 button.owl-prev {
  top: 50%;
  left: 0;
  position: absolute; }

.slider-group-2 button.owl-next {
  top: 50%;
  right: 0;
  position: absolute; }

.content-slider .owl-nav button span {
  color: #f6df06;
  line-height: 22px;
  font-size: 30px; }

.content-slider .owl-dots {
  display: none; }

/* width */
::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px white;
          box-shadow: inset 0 0 5px white;
  border-radius: 10px; }

/* Handle */
::-webkit-scrollbar-thumb {
  background: #d8d8d8;
  border-radius: 10px; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #d8d8d8; }

.modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%; }

.modal.is-visible {
  visibility: visible;
  display: block; }

.modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s;
  -o-transition: visibility 0s linear 0.3s, opacity 0.3s;
  transition: visibility 0s linear 0.3s, opacity 0.3s; }

.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s; }

.modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 50px;
  left: 7.5%;
  right: 0;
  width: 85%;
  margin-left: 0;
  background-color: #303030;
  color: white;
  bottom: auto; }

.modal-transition {
  -webkit-transition: all 0.3s 0.12s;
  -o-transition: all 0.3s 0.12s;
  transition: all 0.3s 0.12s;
  -webkit-transform: translateY(-10%);
      -ms-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0; }

.modal.is-visible .modal-transition {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1; }

.modal-header,
.modal-content {
  padding: 1em; }

.modal-content {
  overflow-y: scroll;
  height: 275px; }

.modal-content a {
  color: white;
  text-decoration: none; }
  .modal-content a:hover {
    color: #de6026; }

.modal-header {
  position: relative;
  text-align: center;
  padding-left: 0;
  padding-right: 0; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0; }

.modal-close:hover {
  color: #777; }

.modal-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #3e3e3e;
  padding: 10px; }

h2.modal-heading span {
  text-transform: none; }

.modal-transparent {
  background-color: transparent; }

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

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

.modal-content li {
  font-size: 16px;
  margin-bottom: 0; }

.modal-content .list {
  text-align: center;
  padding-bottom: 20px; }

.modal-content .list p {
  margin: 0; }

.modal-content .list small {
  font-size: 14px; }

.modal-footer {
  padding: 20px 0;
  text-align: center; }

.modal-footer .modal-close {
  position: relative;
  color: #fff200;
  background: none;
  border: 0;
  text-align: center;
  padding: 0px; }

.border-mid {
  border-top: 1px solid #5b5959;
  width: 100px;
  margin: 20px auto 0; }

@media (min-width: 576px) {
  .btn-orange {
    min-width: 175px; }
  .group-learn-more .content-right .content-repeater .btn-orange {
    padding: 15PX 65PX; }
  .section-video .group-learn-more .content-right {
    height: 225px; }
    .section-video .group-learn-more .content-right .video-right {
      width: 65%; }
  .section-donor .group-donor .donor-content-left {
    padding: 30px 0; }
  .section-donate .background-color-blue2 {
    padding: 50px; }
    .section-donate .background-color-blue2 .btn-blue {
      width: auto;
      background-color: #012846; }
  .section-download .background-image {
    padding: 50px; }
    .section-download .background-image .btn-orange {
      width: auto; }
      .section-download .background-image .btn-orange .fa-file-alt {
        margin-left: 20px; }
  .section-funding-stem {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }
    .section-funding-stem .background-image {
      padding: 50px; }
      .section-funding-stem .background-image .legend {
        margin-top: 30px;
        width: 220px; }
  .modal-content {
    height: 300px; } }

@media (min-width: 700px) {
  .section-donor .group-donor .donor-title-left.mobile {
    display: none; }
  .section-donor .group-donor .donor-content-left {
    padding: 90px 0 45px 0;
    text-align: left;
    max-width: 600px;
    float: right; }
    .section-donor .group-donor .donor-content-left .donor-title-left.desktop {
      display: block; }
      .section-donor .group-donor .donor-content-left .donor-title-left.desktop h2.font-title span {
        color: white; } }

@media (min-width: 768px) {
  .page-template-page-landing p {
    font-size: 18px; }
  h3.font-title {
    font-size: 60px;
    line-height: 65px; }
  h2.font-title {
    font-size: 40px;
    margin-bottom: 40px; }
  .sub-title {
    font-size: 18px; }
  .btn-orange {
    font-size: 20px; }
  .content-left {
    width: 50%; }
  .content-right {
    width: 50%; }
  .section-header .header-image {
    min-height: 600px;
    background-size: cover; }
    .section-header .header-image .content-header-image .content-header {
      bottom: 100px;
      text-align: left; }
      .section-header .header-image .content-header-image .content-header .content {
        background-color: transparent;
        display: block;
        margin: 0;
        width: 550px;
        height: 100%;
        padding: 15px; }
  .background-color-white {
    padding: 70px 0; }
  .section-video .group-learn-more {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    .section-video .group-learn-more .content-left {
      padding-right: 30px; }
      .section-video .group-learn-more .content-left p {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 0; }
    .section-video .group-learn-more .content-right {
      height: 315px; }
      .section-video .group-learn-more .content-right .video-right {
        width: 100%; }
  .section-networks .group-networks {
    padding: 75px 0 285px 0; }
    .section-networks .group-networks .content-top {
      padding: 0 10%; }
  .section-networks .content-botom {
    position: relative;
    width: 50%;
    padding-bottom: 150px;
    margin: -225px 0 0 0; }
    .section-networks .content-botom .background-image {
      min-height: 465px;
      display: block; }
    .section-networks .content-botom .panel-blue {
      position: absolute;
      bottom: 100px;
      right: -385px;
      height: 222px;
      width: 500px;
      -webkit-box-pack: left;
          -ms-flex-pack: left;
              justify-content: left;
      text-align: left;
      padding: 0 55px;
      margin-top: 0;
      margin-bottom: 0; }
      .section-networks .content-botom .panel-blue h4 {
        font-size: 28px;
        margin-bottom: 0; }
  .section-funding-stem .background-image {
    padding: 50px; }
    .section-funding-stem .background-image .flex-half .legend {
      margin-bottom: 0; }
  .slider-group-2 .content-slider {
    width: 85%; }
  .group-slider .content-slider {
    width: 85%; }
  .content-slider .owl-nav button {
    width: 35px;
    height: 35px; }
  .content-slider .card-slider h3 {
    font-size: 70px; }
  .content-slider .card-slider h4 {
    font-size: 30px; }
  .content-slider .card-slider p {
    font-size: 20px; }
  .content-slider .card-slider {
    padding: 135px 15px; }
  .modal-wrapper {
    z-index: 9999;
    top: 6em;
    left: 50%;
    bottom: auto;
    right: auto;
    width: 32em;
    margin-left: -16em;
    background-color: #303030;
    color: white; }
  .modal-content {
    height: 350px; } }

@media (min-width: 992px) {
  .section-video .group-learn-more {
    padding: 75px; }
    .section-video .group-learn-more .content-left {
      padding-right: 75px; }
  .group-learn-more .content-right .content-repeater .btn-orange {
    padding: 15PX 85PX; }
  .section-funding-stem .background-image .flex-half .legend {
    margin-left: auto;
    margin-right: auto; }
  .group-slider .content-slider {
    width: 80%;
    width: none;
    z-index: 1;
    margin: 0 0 0 auto;
    position: relative;
    visibility: visible; }
  .slider-group-2 .content-slider {
    width: 80%;
    width: none;
    z-index: 1;
    margin: 0 0 0 auto;
    position: relative;
    visibility: visible; }
  .content-slider {
    width: 80%;
    margin-left: auto; }
  .content-slider .card-slider {
    padding: 70px 15px;
    min-height: 380px; }
  .content-slider .card-slider h3 {
    font-size: 90px; }
  .content-slider .card-slider h4 {
    font-size: 40px; }
  .content-slider .card-slider p {
    font-size: 23px; }
  .content-slider .owl-nav {
    position: absolute;
    left: -15%;
    top: 115px; }
  .content-slider .owl-nav button {
    width: 60px;
    height: 60px; }
  .content-slider .owl-nav button span {
    line-height: 30px;
    font-size: 65px; }
  .content-slider .owl-nav button.owl-next {
    display: none; }
  .content-slider .item .desc {
    width: 70%; } }

@media (min-width: 1200px) {
  .section-networks .group-networks .content-top {
    padding: 0 25%; }
  .section-funding-stem .background-image .flex-half .legend {
    display: inline-block;
    vertical-align: top; }
  .content-slider {
    width: 75%; }
  .content-slider .card-slider {
    padding: 100px 30px;
    min-height: 400px; }
  .content-slider .card-slider h3 {
    font-size: 115px; }
  .content-slider .card-slider h4 {
    font-size: 40px; }
  .content-slider .card-slider p {
    font-size: 30px; }
  .content-slider .owl-nav {
    top: 150px;
    left: -10%; }
  .owl-carousel .owl-item img {
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover; } }

@media (min-width: 1440px) {
  .modal-content {
    height: 450px; } }

@media (max-width: 768px) {
  .group-learn-more {
    display: block; }
    .group-learn-more .content-left {
      width: 100%;
      text-align: center; }
    .group-learn-more .content-right {
      width: 100%; } }

/*----------  Section funding Stem  ----------*/
.chart-wrap {
  position: relative;
  min-height: 300px;
  padding: 2em 0; }

@media (min-width: 768px) {
  .flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

.flex-half {
  width: 50%;
  min-height: 300px; }

.chart {
  margin: 0;
  width: 265px;
  height: 265px;
  position: relative; }

.doughnutTip {
  position: absolute;
  float: left;
  min-width: 30px;
  max-width: 300px;
  padding: 5px 15px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 14px;
  text-shadow: 0 1px 0 #000;
  text-align: center;
  line-height: 1.3;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-transform: all .3s;
      -ms-transform: all .3s;
          transform: all .3s;
  pointer-events: none;
  font-weight: 900; }

.doughnutTip:after {
  position: absolute;
  left: 50%;
  bottom: -6px;
  content: "";
  height: 0;
  margin: 0 0 0 -6px;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.7);
  line-height: 0; }

.doughnutSummary {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #d5d5d5;
  text-align: left;
  text-shadow: 0 -1px 0 #111;
  cursor: default; }

.doughnutSummaryTitle {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -27%;
  font-size: 22px;
  letter-spacing: .06em; }

.doughnutSummaryNumber {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15%;
  font-size: 55px; }

.chart g {
  -webkit-transition-duration: initial;
       -o-transition-duration: initial;
          transition-duration: initial;
  -webkit-transition-property: initial;
  -o-transition-property: initial;
  transition-property: initial;
  -webkit-transition-timing-function: initial;
       -o-transition-timing-function: initial;
          transition-timing-function: initial; }

.chart path:hover {
  opacity: .8; }

.header {
  font-family: 'freight-sans-pro', sans-serif; }
  .header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #012846; }
  .header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, .header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: #666666; }
  .header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #666666; }
  .header .main ul {
    font-size: 16px; }

.annual-wrapper {
  overflow: hidden; }
  .annual-wrapper .map-network {
    display: none; }
  .annual-wrapper .map-network-2 {
    padding: 0 20px; }
  .annual-wrapper .map-network-3 .tooltip-title {
    font-family: 'urw-din-condensed', sans-serif;
    font-size: 25px;
    color: #012846; }
  .annual-wrapper .map-network-3 .tooltip-content {
    height: 135px;
    overflow-y: scroll;
    margin-top: 10px;
    font-family: 'freight-sans-pro', sans-serif;
    font-size: 16px; }
    @media (min-width: 768px) {
      .annual-wrapper .map-network-3 .tooltip-content {
        font-size: 18px; } }
  .annual-wrapper .map-network-3 .close-tooltip-5 {
    text-decoration: none;
    color: #de6026;
    font-size: 16px; }
    @media (min-width: 768px) {
      .annual-wrapper .map-network-3 .close-tooltip-5 {
        font-size: 18px; } }
  .annual-wrapper .map-network-3 .wrapper-tooltip {
    position: relative;
    z-index: 1;
    background: white;
    padding: 15px;
    width: 90%;
    height: 280px;
    margin: auto; }
    @media (min-width: 576px) {
      .annual-wrapper .map-network-3 .wrapper-tooltip {
        position: relative;
        z-index: 1;
        background: white;
        padding: 15px;
        width: 340px;
        height: 280px;
        margin: 20px; } }
    @media (min-width: 768px) {
      .annual-wrapper .map-network-3 .wrapper-tooltip {
        position: absolute;
        z-index: 1;
        background: white;
        padding: 15px;
        width: 290px;
        height: 280px; } }
    @media (min-width: 992px) {
      .annual-wrapper .map-network-3 .wrapper-tooltip {
        position: absolute;
        z-index: 1;
        background: white;
        padding: 15px;
        width: 400px;
        height: 280px; } }
  .annual-wrapper .map-network-3 area {
    outline: none !important; }
  .annual-wrapper .map-network-3 .map-1400 {
    display: none;
    padding: 5px;
    position: relative; }
    @media (min-width: 1400px) {
      .annual-wrapper .map-network-3 .map-1400 {
        display: block; } }
    .annual-wrapper .map-network-3 .map-1400 img {
      width: 811px;
      height: 546px;
      margin: auto;
      display: block; }
    .annual-wrapper .map-network-3 .map-1400 .map-img-1400 {
      width: 811px;
      height: 546px;
      margin: auto;
      display: block; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-northwestwa {
      top: 20px;
      left: 200px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-snohomish {
      top: 141px;
      left: 240px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-westsound {
      top: 210px;
      left: 190px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-kingcounty {
      top: 210px;
      left: 230px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-tacoma {
      top: 280px;
      left: 230px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-southcentralwa {
      top: 370px;
      left: 400px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-swwacareer {
      top: 210px;
      left: 200px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-midcolumbia {
      top: 150px;
      left: 165px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-spokane {
      top: 200px;
      left: 340px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-apple {
      top: 220px;
      left: 30px; }
    .annual-wrapper .map-network-3 .map-1400 .wrapper-capitalregion {
      top: 300px;
      left: 170px; }
  .annual-wrapper .map-network-3 .map-1200 {
    display: none;
    padding: 5px; }
    @media (min-width: 1200px) and (max-width: 1399px) {
      .annual-wrapper .map-network-3 .map-1200 {
        display: block; } }
    .annual-wrapper .map-network-3 .map-1200 img {
      width: 646px;
      height: 435px;
      margin: auto;
      display: block; }
    .annual-wrapper .map-network-3 .map-1200 .map-img-1200 {
      width: 646px;
      height: 435px;
      margin: auto;
      display: block; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-northwestwa {
      top: 70px;
      left: 140px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-snohomish {
      top: 112px;
      left: 180px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-westsound {
      top: 165px;
      left: 140px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-kingcounty {
      top: 165px;
      left: 170px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-tacoma {
      top: 200px;
      left: 10px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-southcentralwa {
      top: 210px;
      left: 40px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-swwacareer {
      top: 90px;
      left: 105px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-midcolumbia {
      top: 150px;
      left: 65px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-spokane {
      top: 70px;
      left: 210px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-apple {
      top: 176px;
      left: 10px; }
    .annual-wrapper .map-network-3 .map-1200 .wrapper-capitalregion {
      top: -40px;
      left: 120px; }
  .annual-wrapper .map-network-3 .map-992 {
    display: none;
    padding: 5px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .annual-wrapper .map-network-3 .map-992 {
        display: block; } }
    .annual-wrapper .map-network-3 .map-992 img {
      width: 607px;
      height: 435px;
      margin: auto;
      display: block; }
    .annual-wrapper .map-network-3 .map-992 .map-img-992 {
      width: 607px;
      height: 435px;
      margin: auto;
      display: block; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-northwestwa {
      top: 70px;
      left: 140px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-snohomish {
      top: 112px;
      left: 180px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-westsound {
      top: 165px;
      left: 140px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-kingcounty {
      top: 165px;
      left: 170px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-tacoma {
      top: 200px;
      left: 10px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-southcentralwa {
      top: 210px;
      left: 40px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-swwacareer {
      top: 80px;
      left: 105px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-midcolumbia {
      top: 150px;
      left: 5px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-spokane {
      top: 70px;
      left: 140px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-apple {
      top: 176px;
      left: 10px; }
    .annual-wrapper .map-network-3 .map-992 .wrapper-capitalregion {
      top: -40px;
      left: 120px; }
  .annual-wrapper .map-network-3 .map-768 {
    display: none;
    padding: 10px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .annual-wrapper .map-network-3 .map-768 {
        display: block; } }
    .annual-wrapper .map-network-3 .map-768 img {
      width: 472px;
      height: 338px;
      margin: auto;
      display: block; }
    .annual-wrapper .map-network-3 .map-768 .map-img-768 {
      width: 472px;
      height: 338px;
      margin: auto;
      display: block; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-northwestwa {
      top: 20px;
      left: 110px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-snohomish {
      top: 81px;
      left: 140px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-westsound {
      top: 125px;
      left: 100px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-kingcounty {
      top: 125px;
      left: 130px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-tacoma {
      top: 155px;
      left: 110px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-southcentralwa {
      top: 210px;
      left: 40px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-swwacareer {
      top: 0px;
      left: 105px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-midcolumbia {
      top: 150px;
      left: 20px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-spokane {
      top: 120px;
      left: 120px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-apple {
      top: 136px;
      left: 50px; }
    .annual-wrapper .map-network-3 .map-768 .wrapper-capitalregion {
      top: 180px;
      left: 90px; }
  .annual-wrapper .map-network-3 .map-576 {
    display: none;
    padding: 5px; }
    @media (min-width: 576px) and (max-width: 767px) {
      .annual-wrapper .map-network-3 .map-576 {
        display: block; } }
    .annual-wrapper .map-network-3 .map-576 img {
      width: 357px;
      height: 256px;
      margin: auto;
      display: block; }
  .annual-wrapper .map-network-3 .map-mobile {
    display: none;
    padding: 5px; }
    @media (max-width: 575px) {
      .annual-wrapper .map-network-3 .map-mobile {
        display: block; } }
    .annual-wrapper .map-network-3 .map-mobile img {
      width: 310px;
      height: 222px;
      margin: auto;
      display: block; }
  .annual-wrapper .popup-pin {
    background-color: white;
    padding: 15px;
    height: 100%; }
    .annual-wrapper .popup-pin .popup-title {
      font-family: 'urw-din-condensed', sans-serif;
      font-size: 25px;
      color: #012846; }
    .annual-wrapper .popup-pin .popup-content {
      height: 155px;
      overflow-y: initial;
      margin-top: 10px;
      font-family: 'freight-sans-pro', sans-serif;
      font-size: 18px; }
    .annual-wrapper .popup-pin .popup-close {
      display: block;
      text-align: center;
      color: #de6026;
      text-decoration: none; }

@-webkit-keyframes anim-pulse {
  0% {
    opacity: 0;
    stroke-width: 1px;
    r: 15; }
  70% {
    opacity: 1;
    stroke-width: 5px; }
  100% {
    opacity: 0;
    r: 20; } }

@keyframes anim-pulse {
  0% {
    opacity: 0;
    stroke-width: 1px;
    r: 15; }
  70% {
    opacity: 1;
    stroke-width: 5px; }
  100% {
    opacity: 0;
    r: 20; } }
  .annual-wrapper .ring {
    opacity: 0;
    -webkit-animation: anim-pulse 1.5s 2s infinite;
            animation: anim-pulse 1.5s 2s infinite; }
  .annual-wrapper #anchor-cart {
    position: relative;
    top: -820px;
    height: 10px;
    width: 10px;
    background: transparant; }
  .annual-wrapper .modal {
    visibility: visible; }
  .annual-wrapper .mx-min-15 {
    margin-left: -15px;
    margin-right: -15px; }
  .annual-wrapper .ml-min-15 {
    margin-left: -15px; }
  .annual-wrapper .mr-min-15 {
    margin-right: -15px; }
  .annual-wrapper #boardmodal .modal-header,
  .annual-wrapper #teammodal .modal-header {
    color: #012846;
    font-weight: 900;
    font-family: 'urw-din-condensed', sans-serif;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 18px; }
  .annual-wrapper #boardmodal .list,
  .annual-wrapper #teammodal .list {
    text-align: left;
    font-family: 'freight-sans-pro', sans-serif; }
    .annual-wrapper #boardmodal .list p.item-title,
    .annual-wrapper #teammodal .list p.item-title {
      font-weight: bold;
      color: #012846; }
    .annual-wrapper #boardmodal .list small,
    .annual-wrapper #teammodal .list small {
      font-family: 'freight-sans-pro', sans-serif; }
  .annual-wrapper .section-our-goals h3.font-title {
    font-size: 38px; }
    @media (min-width: 576px) {
      .annual-wrapper .section-our-goals h3.font-title {
        font-size: 45px; } }
  .annual-wrapper .section-our-goals + .modal .modal-body .title {
    margin-bottom: 0; }
  .annual-wrapper .section-our-goals + .modal .position {
    color: white;
    font-family: 'urw-din-condensed', sans-serif; }
  .annual-wrapper .section-our-goals .desc {
    font-family: 'freight-sans-pro', sans-serif;
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
    max-width: 1028px;
    margin: auto; }
    .annual-wrapper .section-our-goals .desc em strong {
      font-family: 'freight-sans-pro', sans-serif;
      font-size: 16px;
      font-weight: 900;
      font-stretch: normal;
      font-style: italic;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #4a4a4a; }
  .annual-wrapper .section-our-goals .btn-modal {
    width: 100%;
    min-height: 56px;
    border: solid 1px #de6026;
    background-color: #de6026;
    color: white;
    font-family: 'freight-sans-pro', sans-serif;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto; }
    @media (min-width: 576px) {
      .annual-wrapper .section-our-goals .btn-modal {
        width: 298px; } }
    .annual-wrapper .section-our-goals .btn-modal:hover {
      background-color: white;
      color: #de6026;
      text-decoration: none; }
  .annual-wrapper .section-slider {
    padding-bottom: 0; }
    .annual-wrapper .section-slider .content-slider .owl-nav {
      position: absolute;
      left: -5px;
      top: calc(50% - 35px);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      pointer-events: none; }
      @media (min-width: 576px) {
        .annual-wrapper .section-slider .content-slider .owl-nav {
          left: -5%;
          top: calc(50% - 35px); } }
      @media (min-width: 768px) {
        .annual-wrapper .section-slider .content-slider .owl-nav {
          top: calc(50% - 25px); } }
      @media (min-width: 992px) {
        .annual-wrapper .section-slider .content-slider .owl-nav {
          top: calc(50% - 0px);
          left: -10%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
      @media (min-width: 1700px) {
        .annual-wrapper .section-slider .content-slider .owl-nav {
          display: none; } }
      .annual-wrapper .section-slider .content-slider .owl-nav .owl-prev {
        position: relative;
        margin-top: 0;
        pointer-events: auto; }
      .annual-wrapper .section-slider .content-slider .owl-nav .owl-next {
        display: block;
        margin-top: 0;
        position: relative;
        right: -10px;
        pointer-events: auto; }
        @media (min-width: 576px) {
          .annual-wrapper .section-slider .content-slider .owl-nav .owl-next {
            right: 0; } }
        @media (min-width: 992px) {
          .annual-wrapper .section-slider .content-slider .owl-nav .owl-next {
            display: none; } }
    .annual-wrapper .section-slider .ytplaceholderclass {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .annual-wrapper .section-slider .group-slider .owl-nav .disabled {
      visibility: hidden; }
      @media (min-width: 576px) {
        .annual-wrapper .section-slider .group-slider .owl-nav .disabled {
          display: none; } }
      @media (min-width: 768px) {
        .annual-wrapper .section-slider .group-slider .owl-nav .disabled {
          visibility: visible; } }
    .annual-wrapper .section-slider .group-slider .font-title {
      margin-bottom: 0; }
    .annual-wrapper .section-slider .group-slider .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 576px) {
        .annual-wrapper .section-slider .group-slider .wrapper {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
    .annual-wrapper .section-slider .group-slider .left {
      width: 100%;
      margin-left: auto; }
      @media (min-width: 576px) {
        .annual-wrapper .section-slider .group-slider .left {
          width: 40%; } }
    .annual-wrapper .section-slider .group-slider .right {
      width: 100%; }
      @media (min-width: 576px) {
        .annual-wrapper .section-slider .group-slider .right {
          width: 60%; } }
      .annual-wrapper .section-slider .group-slider .right .content-slider {
        width: 93%; }
        .annual-wrapper .section-slider .group-slider .right .content-slider .owl-nav button {
          width: 40px;
          height: 40px; }
          .annual-wrapper .section-slider .group-slider .right .content-slider .owl-nav button.owl-prev span {
            left: -0.7px; }
          .annual-wrapper .section-slider .group-slider .right .content-slider .owl-nav button.owl-next span {
            right: -0.7px; }
        .annual-wrapper .section-slider .group-slider .right .content-slider .owl-carousel .owl-nav button {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
        .annual-wrapper .section-slider .group-slider .right .content-slider .owl-nav button span {
          font-weight: bold;
          line-height: normal;
          color: white;
          display: block;
          position: relative;
          font-size: 30px;
          top: -4.5px; }
        .annual-wrapper .section-slider .group-slider .right .content-slider .item {
          width: 100%;
          margin-right: 15px;
          position: relative; }
          @media (min-width: 992px) {
            .annual-wrapper .section-slider .group-slider .right .content-slider .item {
              width: 454px;
              margin-right: 15px; } }
          .annual-wrapper .section-slider .group-slider .right .content-slider .item .videoYt {
            height: 261px;
            width: 100%;
            position: relative; }
          .annual-wrapper .section-slider .group-slider .right .content-slider .item iframe {
            width: 100%;
            height: 100%; }
          .annual-wrapper .section-slider .group-slider .right .content-slider .item .placeholder-yt {
            height: 100%; }
          .annual-wrapper .section-slider .group-slider .right .content-slider .item .thumbnail {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            -o-object-fit: cover;
               object-fit: cover; }
          .annual-wrapper .section-slider .group-slider .right .content-slider .item .overlay {
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, 0.6);
            z-index: 2; }
          .annual-wrapper .section-slider .group-slider .right .content-slider .item button {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            border: solid 3px #de6026;
            background-color: transparent;
            font-family: 'urw-din-condensed', sans-serif;
            font-size: 16px;
            font-weight: bold;
            font-stretch: normal;
            font-style: italic;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #ffffff;
            z-index: 3;
            cursor: pointer;
            width: 177px;
            min-height: 40px;
            text-transform: uppercase;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          .annual-wrapper .section-slider .group-slider .right .content-slider .item .desc {
            padding: 40px 0 0 0;
            width: 100%; }
            .annual-wrapper .section-slider .group-slider .right .content-slider .item .desc p {
              font-family: 'freight-sans-pro', sans-serif;
              font-size: 14px;
              font-weight: normal;
              font-stretch: normal;
              font-style: italic;
              line-height: normal;
              letter-spacing: normal;
              color: #4a4a4a; }
      .annual-wrapper .section-slider .group-slider .right .wrapper-desc .desc {
        padding: 40px 0 0 0;
        width: 95%;
        text-align: left;
        margin-left: 7px; }
        @media (min-width: 768px) {
          .annual-wrapper .section-slider .group-slider .right .wrapper-desc .desc {
            width: 95%;
            margin-left: 0; } }
        @media (min-width: 768px) {
          .annual-wrapper .section-slider .group-slider .right .wrapper-desc .desc {
            width: 90%; } }
        @media (min-width: 992px) {
          .annual-wrapper .section-slider .group-slider .right .wrapper-desc .desc {
            width: 80%; } }
        .annual-wrapper .section-slider .group-slider .right .wrapper-desc .desc p {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: italic;
          line-height: normal;
          letter-spacing: normal;
          color: #4a4a4a;
          border-top: 1px solid #de6026;
          padding-top: 5px; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-slider .group-slider .right .wrapper-desc .desc p {
              font-size: 12px; } }
          @media (min-width: 1300px) {
            .annual-wrapper .section-slider .group-slider .right .wrapper-desc .desc p {
              font-size: 13px; } }
    .annual-wrapper .section-slider .group-slider .l-constrain {
      position: absolute;
      width: 100%;
      background: #012846;
      top: -30px;
      padding: 10px;
      text-align: center;
      padding-right: 10px;
      height: 54px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 768px) {
        .annual-wrapper .section-slider .group-slider .l-constrain {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          text-align: right;
          width: 430px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section-slider .group-slider .l-constrain {
          padding-right: 95px;
          height: 74px; } }
    .annual-wrapper .section-slider .group-slider .font-title {
      font-family: 'urw-din-condensed', sans-serif;
      font-size: 20px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff;
      text-align: center; }
      @media (min-width: 576px) {
        .annual-wrapper .section-slider .group-slider .font-title {
          font-size: 30px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section-slider .group-slider .font-title {
          text-align: right; } }
    .annual-wrapper .section-slider .group-slider .wrapper .content {
      padding: 0 40px;
      max-width: 380px;
      margin-top: 30px;
      padding-left: 0;
      margin-left: 20px; }
      @media (min-width: 576px) {
        .annual-wrapper .section-slider .group-slider .wrapper .content {
          margin-left: auto;
          padding-left: 40px; } }
      @media (min-width: 768px) {
        .annual-wrapper .section-slider .group-slider .wrapper .content {
          margin-top: 100px; } }
      .annual-wrapper .section-slider .group-slider .wrapper .content h2 {
        font-family: 'urw-din-condensed', sans-serif;
        font-size: 25px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.1;
        letter-spacing: normal;
        color: #012846;
        text-align: left; }
        @media (min-width: 768px) {
          .annual-wrapper .section-slider .group-slider .wrapper .content h2 {
            font-size: 30px; } }
      .annual-wrapper .section-slider .group-slider .wrapper .content .desc {
        font-family: 'freight-sans-pro', sans-serif;
        font-size: 16px;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #4a4a4a;
        text-align: left; }
  .annual-wrapper .section-networks {
    position: relative; }
    .annual-wrapper .section-networks .map-image {
      margin-left: 15px; }
    .annual-wrapper .section-networks .hoverpoint {
      position: absolute;
      height: 25px;
      width: 25px;
      cursor: pointer;
      background-color: transparent;
      border-radius: 100%;
      /*
        opacity: 0;
        transform-origin: center;
        animation: anim-pulse 1.5s 1s infinite;
        */ }
      @media (min-width: 768px) {
        .annual-wrapper .section-networks .hoverpoint {
          height: 35px;
          width: 35px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section-networks .hoverpoint {
          height: 50px;
          width: 50px; } }
      @media (min-width: 1600px) {
        .annual-wrapper .section-networks .hoverpoint {
          height: 50px;
          width: 50px; } }
      .annual-wrapper .section-networks .hoverpoint .tooltip-map {
        background: white;
        font-size: 9px;
        width: 230px;
        padding: 8px;
        position: relative;
        z-index: 1; }
        .annual-wrapper .section-networks .hoverpoint .tooltip-map .tooltip-title {
          font-family: 'urw-din-condensed', sans-serif;
          font-weight: 700;
          font-size: 11px; }
        .annual-wrapper .section-networks .hoverpoint .tooltip-map .tooltip-content {
          font-family: 'freight-sans-pro', sans-serif;
          font-weight: 400; }
      .annual-wrapper .section-networks .hoverpoint .close-tooltip {
        width: 12px;
        height: 12px;
        color: white;
        background: red;
        border-radius: 100%;
        font-size: 12px;
        position: absolute;
        right: -6px;
        top: -6px;
        line-height: 9px;
        text-align: center;
        display: none; }
    .annual-wrapper .section-networks .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 576px) {
        .annual-wrapper .section-networks .wrapper {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      .annual-wrapper .section-networks .wrapper::before {
        position: absolute;
        width: 100%;
        background: #f4f4f4;
        height: 45px;
        top: 0;
        left: 0;
        content: "";
        z-index: -1; }
        @media (min-width: 992px) {
          .annual-wrapper .section-networks .wrapper::before {
            font-size: 75px; } }
      .annual-wrapper .section-networks .wrapper .left {
        width: 100%; }
        @media (min-width: 576px) {
          .annual-wrapper .section-networks .wrapper .left {
            width: 60%; } }
        @media (min-width: 576px) and (max-width: 1024px) {
          .annual-wrapper .section-networks .wrapper .left {
            margin-top: 70px; } }
        .annual-wrapper .section-networks .wrapper .left .map-network {
          height: 200px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center top;
          margin-top: 0; }
          @media (min-width: 321px) {
            .annual-wrapper .section-networks .wrapper .left .map-network {
              height: 230px; } }
          @media (min-width: 376px) {
            .annual-wrapper .section-networks .wrapper .left .map-network {
              height: 270px; } }
          @media (min-width: 470px) {
            .annual-wrapper .section-networks .wrapper .left .map-network {
              height: 310px; } }
          @media (min-width: 576px) {
            .annual-wrapper .section-networks .wrapper .left .map-network {
              height: 580px;
              background-position: 30px center;
              margin-top: -20px; } }
          @media (min-width: 768px) {
            .annual-wrapper .section-networks .wrapper .left .map-network {
              background-position: 30px top; } }
          @media (min-width: 1500px) {
            .annual-wrapper .section-networks .wrapper .left .map-network {
              height: 850px; } }
      .annual-wrapper .section-networks .wrapper .right {
        width: 100%; }
        @media (min-width: 576px) {
          .annual-wrapper .section-networks .wrapper .right {
            width: 40%; } }
        .annual-wrapper .section-networks .wrapper .right .content {
          margin-top: 35px;
          padding-left: 30px;
          padding-right: 30px;
          max-width: 400px; }
          @media (min-width: 400px) and (max-width: 450px) {
            .annual-wrapper .section-networks .wrapper .right .content {
              padding-right: 0; } }
          @media (min-width: 576px) {
            .annual-wrapper .section-networks .wrapper .right .content {
              margin-top: 75px; } }
          @media (min-width: 992px) {
            .annual-wrapper .section-networks .wrapper .right .content {
              margin-top: 75px; } }
          @media (min-width: 1200px) {
            .annual-wrapper .section-networks .wrapper .right .content {
              padding-left: 60px;
              padding-right: 30px;
              max-width: 400px; } }
          .annual-wrapper .section-networks .wrapper .right .content .title {
            font-family: 'urw-din-condensed', sans-serif;
            font-size: 25px;
            font-weight: 900;
            font-stretch: normal;
            font-style: normal;
            line-height: 1.1;
            letter-spacing: normal;
            color: #012846; }
            @media (min-width: 768px) {
              .annual-wrapper .section-networks .wrapper .right .content .title {
                font-size: 30px; } }
          .annual-wrapper .section-networks .wrapper .right .content .desc {
            font-family: 'freight-sans-pro', sans-serif;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #4a4a4a;
            margin-bottom: 40px; }
          .annual-wrapper .section-networks .wrapper .right .content .btn-link {
            font-family: 'freight-sans-pro', sans-serif;
            font-size: 12px;
            font-weight: 700;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #4a4a4a;
            text-transform: uppercase;
            margin-bottom: 60px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            @media (min-width: 576px) {
              .annual-wrapper .section-networks .wrapper .right .content .btn-link {
                margin-bottom: 120px; } }
            @media (min-width: 992px) {
              .annual-wrapper .section-networks .wrapper .right .content .btn-link {
                font-size: 19px; } }
          .annual-wrapper .section-networks .wrapper .right .content .btn-circle {
            margin-right: 11px; }
    .annual-wrapper .section-networks + .modal .modal-header {
      font-family: 'urw-din-condensed', sans-serif;
      font-weight: 900;
      color: #012846;
      text-align: left;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-left: 20px;
      min-height: 100px; }
    .annual-wrapper .section-networks + .modal .title-list {
      font-weight: bold;
      color: #012846;
      margin-bottom: 5px;
      text-align: left !important; }
    .annual-wrapper .section-networks + .modal .desc-list {
      text-align: left; }
  .annual-wrapper .section-partner {
    margin-bottom: 80px; }
    @media (min-width: 576px) {
      .annual-wrapper .section-partner {
        margin-bottom: 120px; } }
    @media (min-width: 768px) {
      .annual-wrapper .section-partner {
        margin-bottom: 138px; } }
    .annual-wrapper .section-partner .wrapper {
      position: relative; }
      .annual-wrapper .section-partner .wrapper .title-top {
        position: absolute;
        top: -25px;
        right: 0;
        width: 100%;
        background-color: #00aedc;
        padding: 10px 10px 10px 25px;
        text-align: center;
        color: white;
        font-family: 'urw-din-condensed', sans-serif;
        font-size: 20px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        z-index: 1; }
        @media (min-width: 576px) {
          .annual-wrapper .section-partner .wrapper .title-top {
            width: 290px;
            text-align: left; } }
        @media (min-width: 768px) {
          .annual-wrapper .section-partner .wrapper .title-top {
            width: 400px; } }
        @media (min-width: 992px) {
          .annual-wrapper .section-partner .wrapper .title-top {
            padding: 20px 20px 20px 45px;
            font-size: 30px;
            width: 570px;
            top: -30px; } }
      .annual-wrapper .section-partner .wrapper .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background-color: #f6f6f6;
        padding-top: 15px;
        position: relative; }
        @media (min-width: 576px) {
          .annual-wrapper .section-partner .wrapper .content {
            padding-top: 65px; } }
        .annual-wrapper .section-partner .wrapper .content::after {
          content: "";
          position: absolute;
          height: 65px;
          width: 100%;
          background-color: #ffffff00;
          bottom: 0;
          left: 0; }
          @media (min-width: 768px) {
            .annual-wrapper .section-partner .wrapper .content::after {
              background-color: white; } }
        .annual-wrapper .section-partner .wrapper .content .left {
          width: 100%;
          margin-top: 0;
          margin-bottom: 15px; }
          @media (min-width: 576px) {
            .annual-wrapper .section-partner .wrapper .content .left {
              margin-top: 36px;
              margin-bottom: 48px; } }
          .annual-wrapper .section-partner .wrapper .content .left .inner-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            @media (min-width: 768px) {
              .annual-wrapper .section-partner .wrapper .content .left .inner-content {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row; } }
            .annual-wrapper .section-partner .wrapper .content .left .inner-content .text {
              width: 100%;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; }
              @media (min-width: 768px) {
                .annual-wrapper .section-partner .wrapper .content .left .inner-content .text {
                  width: 50%;
                  -webkit-box-ordinal-group: 1;
                      -ms-flex-order: 0;
                          order: 0; } }
              @media (min-width: 992px) {
                .annual-wrapper .section-partner .wrapper .content .left .inner-content .text {
                  width: 44%; } }
              .annual-wrapper .section-partner .wrapper .content .left .inner-content .text .inner-text {
                max-width: 100%;
                margin-left: auto;
                margin-right: 49px;
                margin-top: 10px;
                text-align: right;
                padding-left: 50px; }
                @media (min-width: 768px) {
                  .annual-wrapper .section-partner .wrapper .content .left .inner-content .text .inner-text {
                    max-width: 420px; } }
                @media (min-width: 992px) {
                  .annual-wrapper .section-partner .wrapper .content .left .inner-content .text .inner-text {
                    padding-left: 30px; } }
            .annual-wrapper .section-partner .wrapper .content .left .inner-content .image {
              width: 100%;
              height: 245px;
              background-size: cover; }
              @media (min-width: 768px) {
                .annual-wrapper .section-partner .wrapper .content .left .inner-content .image {
                  height: 448px;
                  width: 50%; } }
              @media (min-width: 992px) {
                .annual-wrapper .section-partner .wrapper .content .left .inner-content .image {
                  width: 56%; } }
            .annual-wrapper .section-partner .wrapper .content .left .inner-content h2 {
              font-family: 'urw-din-condensed', sans-serif;
              font-size: 25px;
              font-weight: 900;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.1;
              letter-spacing: normal;
              text-align: left;
              color: #012846; }
              @media (min-width: 768px) {
                .annual-wrapper .section-partner .wrapper .content .left .inner-content h2 {
                  font-size: 30px; } }
              @media (min-width: 992px) {
                .annual-wrapper .section-partner .wrapper .content .left .inner-content h2 {
                  text-align: right; } }
            .annual-wrapper .section-partner .wrapper .content .left .inner-content .desc {
              font-family: 'freight-sans-pro', sans-serif;
              font-size: 20px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.2;
              letter-spacing: normal;
              text-align: left;
              color: #4a4a4a; }
              @media (min-width: 992px) {
                .annual-wrapper .section-partner .wrapper .content .left .inner-content .desc {
                  text-align: right; } }
        .annual-wrapper .section-partner .wrapper .content .right {
          width: 100%; }
          .annual-wrapper .section-partner .wrapper .content .right .inner-content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            overflow: hidden;
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; }
            @media (min-width: 768px) {
              .annual-wrapper .section-partner .wrapper .content .right .inner-content {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row; } }
            .annual-wrapper .section-partner .wrapper .content .right .inner-content .text {
              width: 100%; }
              @media (min-width: 768px) {
                .annual-wrapper .section-partner .wrapper .content .right .inner-content .text {
                  width: 50%; } }
              @media (min-width: 992px) {
                .annual-wrapper .section-partner .wrapper .content .right .inner-content .text {
                  width: 44%; } }
              .annual-wrapper .section-partner .wrapper .content .right .inner-content .text .inner-text {
                max-width: 100%;
                margin-right: auto;
                margin-left: 49px;
                margin-top: 10px;
                text-align: left;
                padding-right: 50px; }
                @media (min-width: 768px) {
                  .annual-wrapper .section-partner .wrapper .content .right .inner-content .text .inner-text {
                    max-width: 420px; } }
                @media (min-width: 992px) {
                  .annual-wrapper .section-partner .wrapper .content .right .inner-content .text .inner-text {
                    padding-right: 30px; } }
            .annual-wrapper .section-partner .wrapper .content .right .inner-content .image {
              width: 100%;
              height: 245px;
              background-size: cover;
              position: relative;
              z-index: 1;
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1; }
              @media (min-width: 768px) {
                .annual-wrapper .section-partner .wrapper .content .right .inner-content .image {
                  height: 448px;
                  width: 50%;
                  -webkit-box-ordinal-group: 1;
                      -ms-flex-order: 0;
                          order: 0; } }
              @media (min-width: 992px) {
                .annual-wrapper .section-partner .wrapper .content .right .inner-content .image {
                  width: 56%; } }
            .annual-wrapper .section-partner .wrapper .content .right .inner-content h2 {
              font-family: 'urw-din-condensed', sans-serif;
              font-size: 25px;
              font-weight: 900;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.1;
              letter-spacing: normal;
              color: #012846; }
              @media (min-width: 768px) {
                .annual-wrapper .section-partner .wrapper .content .right .inner-content h2 {
                  font-size: 30px; } }
            .annual-wrapper .section-partner .wrapper .content .right .inner-content .desc {
              font-family: 'freight-sans-pro', sans-serif;
              font-size: 20px;
              font-weight: normal;
              font-stretch: normal;
              font-style: normal;
              line-height: 1.2;
              letter-spacing: normal;
              color: #4a4a4a; }
  .annual-wrapper .section_new_ceo {
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .annual-wrapper .section_new_ceo {
        margin-bottom: 70px; } }
    .annual-wrapper .section_new_ceo .content-profile {
      margin-right: 15px; }
      .annual-wrapper .section_new_ceo .content-profile .left {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
        @media (min-width: 576px) {
          .annual-wrapper .section_new_ceo .content-profile .left {
            width: 50%;
            padding-left: 0; } }
        @media (min-width: 1200px) {
          .annual-wrapper .section_new_ceo .content-profile .left {
            width: 43%;
            padding-left: 65px; } }
        .annual-wrapper .section_new_ceo .content-profile .left h2.title {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 25px;
          font-weight: 900;
          line-height: 1.1;
          letter-spacing: normal;
          color: #012846;
          margin-top: 0; }
          @media (min-width: 768px) {
            .annual-wrapper .section_new_ceo .content-profile .left h2.title {
              font-size: 25px; } }
          @media (min-width: 992px) {
            .annual-wrapper .section_new_ceo .content-profile .left h2.title {
              font-size: 28px; } }
          @media (min-width: 1200px) {
            .annual-wrapper .section_new_ceo .content-profile .left h2.title {
              margin-top: 65px;
              font-size: 30px; } }
        .annual-wrapper .section_new_ceo .content-profile .left .desc {
          padding-right: 0;
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #4a4a4a; }
          @media (min-width: 1200px) {
            .annual-wrapper .section_new_ceo .content-profile .left .desc {
              padding-right: 60px; } }
      .annual-wrapper .section_new_ceo .content-profile .right {
        width: 100%;
        padding-right: 0; }
        @media (min-width: 576px) {
          .annual-wrapper .section_new_ceo .content-profile .right {
            width: 50%; } }
        @media (min-width: 1200px) {
          .annual-wrapper .section_new_ceo .content-profile .right {
            padding-left: 0px;
            width: 57%; } }
        .annual-wrapper .section_new_ceo .content-profile .right .content-bg-image {
          height: 310px;
          width: 100%;
          background-size: cover;
          background-position: center top;
          background-repeat: no-repeat;
          position: relative;
          z-index: 1; }
          @media (min-width: 992px) {
            .annual-wrapper .section_new_ceo .content-profile .right .content-bg-image {
              height: 310px;
              width: 330px; } }
          @media (min-width: 1200px) {
            .annual-wrapper .section_new_ceo .content-profile .right .content-bg-image {
              height: 416px;
              width: 622px; } }
    .annual-wrapper .section_new_ceo .content-faq {
      padding-left: 0;
      padding-right: 0;
      background: #f6f6f6;
      position: relative;
      margin-top: 0;
      padding-top: 0;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .annual-wrapper .section_new_ceo .content-faq {
          margin-top: -100px;
          padding-top: 130px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section_new_ceo .content-faq {
          padding-left: 0;
          padding-right: 25px;
          padding-bottom: 89px; } }
      .annual-wrapper .section_new_ceo .content-faq::before {
        content: "";
        background-color: white;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 0; }
        @media (min-width: 576px) {
          .annual-wrapper .section_new_ceo .content-faq::before {
            width: 30px; } }
        @media (min-width: 1200px) {
          .annual-wrapper .section_new_ceo .content-faq::before {
            width: 65px; } }
      .annual-wrapper .section_new_ceo .content-faq::after {
        content: "";
        background-color: white;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 0; }
        @media (min-width: 576px) {
          .annual-wrapper .section_new_ceo .content-faq::after {
            width: 10px; } }
        @media (min-width: 1200px) {
          .annual-wrapper .section_new_ceo .content-faq::after {
            width: 70px; } }
      .annual-wrapper .section_new_ceo .content-faq > div::before {
        content: "";
        width: 100%;
        height: 0;
        position: relative;
        top: 0;
        left: 0;
        display: block; }
        @media (min-width: 576px) {
          .annual-wrapper .section_new_ceo .content-faq > div::before {
            display: none; } }
      .annual-wrapper .section_new_ceo .content-faq > div::after {
        content: "";
        width: 100%;
        height: 60px;
        background-color: white;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block; }
        @media (min-width: 576px) {
          .annual-wrapper .section_new_ceo .content-faq > div::after {
            display: none; } }
      .annual-wrapper .section_new_ceo .content-faq .quotes {
        width: 100%;
        font-family: 'urw-din-condensed', sans-serif;
        font-size: 24px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #00afda;
        text-transform: uppercase;
        padding-right: 20px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        position: relative;
        z-index: 1;
        padding: 30px 20px; }
        @media (min-width: 576px) {
          .annual-wrapper .section_new_ceo .content-faq .quotes {
            background-color: white;
            font-size: 25px;
            width: 40%;
            background-color: transparent;
            line-height: normal;
            -webkit-box-ordinal-group: 1;
                -ms-flex-order: 0;
                    order: 0;
            position: static;
            padding: 0;
            padding-right: 20px; } }
        @media (min-width: 992px) {
          .annual-wrapper .section_new_ceo .content-faq .quotes {
            font-size: 34px;
            width: 29%; } }
        @media (min-width: 1200px) {
          .annual-wrapper .section_new_ceo .content-faq .quotes {
            font-size: 44px; } }
        .annual-wrapper .section_new_ceo .content-faq .quotes span {
          color: #012846; }
        .annual-wrapper .section_new_ceo .content-faq .quotes br {
          display: none; }
          @media (min-width: 576px) {
            .annual-wrapper .section_new_ceo .content-faq .quotes br {
              display: block; } }
      .annual-wrapper .section_new_ceo .content-faq .accordion {
        width: 100%; }
        @media (min-width: 576px) {
          .annual-wrapper .section_new_ceo .content-faq .accordion {
            width: 74%;
            margin-left: 30px; } }
        .annual-wrapper .section_new_ceo .content-faq .accordion .card {
          border-width: 0;
          border-bottom-width: 1px;
          background-color: transparent;
          border-color: #e06933;
          border-radius: 0; }
        .annual-wrapper .section_new_ceo .content-faq .accordion .card-header {
          padding: 18px 10px;
          background: transparent;
          border-width: 1px;
          border-color: transparent;
          margin-right: 10px;
          margin-left: 10px; }
          @media (min-width: 1200px) {
            .annual-wrapper .section_new_ceo .content-faq .accordion .card-header {
              margin-right: 70px; } }
          @media (min-width: 1200px) {
            .annual-wrapper .section_new_ceo .content-faq .accordion .card-header {
              padding: 28px 35px;
              margin-right: 130px;
              padding-right: 25px; } }
          .annual-wrapper .section_new_ceo .content-faq .accordion .card-header .fa-plus {
            -webkit-transition: 0.5s all;
            -o-transition: 0.5s all;
            transition: 0.5s all;
            -webkit-animation: _rotate-reverse 0.5s forwards;
                    animation: _rotate-reverse 0.5s forwards;
            font-size: 15px; }
          .annual-wrapper .section_new_ceo .content-faq .accordion .card-header.active .fa-plus {
            -webkit-animation: _rotate 0.5s forwards;
                    animation: _rotate 0.5s forwards; }
        .annual-wrapper .section_new_ceo .content-faq .accordion .card-header .btn {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 10px;
          font-weight: bold;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #de6026;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0; }
          @media (min-width: 768px) {
            .annual-wrapper .section_new_ceo .content-faq .accordion .card-header .btn {
              font-size: 12px; } }
          .annual-wrapper .section_new_ceo .content-faq .accordion .card-header .btn h2 {
            margin-bottom: 0;
            margin-left: 15px;
            width: 100%;
            text-align: left;
            white-space: pre-wrap; }
            @media (min-width: 1200px) {
              .annual-wrapper .section_new_ceo .content-faq .accordion .card-header .btn h2 {
                margin-left: 45px; } }
        .annual-wrapper .section_new_ceo .content-faq .accordion .card-body {
          padding-top: 0; }
          .annual-wrapper .section_new_ceo .content-faq .accordion .card-body .content {
            padding-left: 0; }
            @media (min-width: 1200px) {
              .annual-wrapper .section_new_ceo .content-faq .accordion .card-body .content {
                padding-left: 80px; } }
          .annual-wrapper .section_new_ceo .content-faq .accordion .card-body .desc {
            padding-right: 0;
            font-family: 'freight-sans-pro', sans-serif;
            font-size: 16px;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #4a4a4a; }
            @media (min-width: 768px) {
              .annual-wrapper .section_new_ceo .content-faq .accordion .card-body .desc {
                padding-right: 105px; } }

@-webkit-keyframes _rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@keyframes _rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); } }

@-webkit-keyframes _rotate-reverse {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes _rotate-reverse {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
  .annual-wrapper .section-learn-more {
    margin-bottom: 70px; }
    @media (min-width: 576px) {
      .annual-wrapper .section-learn-more {
        margin-bottom: 125px; } }
    .annual-wrapper .section-learn-more .group-learn-more {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 576px) {
        .annual-wrapper .section-learn-more .group-learn-more {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          max-width: 470px;
          margin: auto; } }
      @media (min-width: 576px) {
        .annual-wrapper .section-learn-more .group-learn-more {
          max-width: 650px; } }
      @media (min-width: 992px) {
        .annual-wrapper .section-learn-more .group-learn-more {
          max-width: 980px; } }
    .annual-wrapper .section-learn-more .content-left {
      width: 100%;
      padding: 0 40px; }
      @media (min-width: 576px) {
        .annual-wrapper .section-learn-more .content-left {
          max-width: 270px;
          padding-left: 0;
          padding-right: 20px; } }
      @media (min-width: 992px) {
        .annual-wrapper .section-learn-more .content-left {
          max-width: 370px; } }
      .annual-wrapper .section-learn-more .content-left .wrapper {
        /*
          padding: 0 30px;
          max-width: 534px;
          margin-left: auto;
          padding-left: 30px;
  
          @media (min-width: 576px) {
            max-width: 370px;
            padding-left: 60px;
          }
  
          @media (min-width: 992px) {
            padding-left: 30px;
            max-width: 370px;
          }
          */ }
    .annual-wrapper .section-learn-more .content-right {
      width: 100%;
      padding: 0 40px; }
      @media (min-width: 576px) {
        .annual-wrapper .section-learn-more .content-right {
          max-width: 250px;
          padding: 0; } }
      @media (min-width: 768px) {
        .annual-wrapper .section-learn-more .content-right {
          max-width: 390px; } }
      @media (min-width: 992px) {
        .annual-wrapper .section-learn-more .content-right {
          max-width: 580px; } }
    .annual-wrapper .section-learn-more h2.font-title {
      font-family: 'urw-din-condensed', sans-serif;
      font-size: 25px;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.1;
      letter-spacing: normal;
      color: #012846;
      margin-bottom: 30px;
      text-align: left; }
      @media (min-width: 576px) {
        .annual-wrapper .section-learn-more h2.font-title {
          margin-bottom: 50px; } }
      @media (min-width: 768px) {
        .annual-wrapper .section-learn-more h2.font-title {
          font-size: 30px; } }
    .annual-wrapper .section-learn-more .btn-modal {
      width: 100%;
      height: 55px;
      background-color: #00aedc;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      margin-bottom: 30px; }
      @media (min-width: 576px) {
        .annual-wrapper .section-learn-more .btn-modal {
          margin-bottom: 34px; } }
      @media (min-width: 992px) {
        .annual-wrapper .section-learn-more .btn-modal {
          width: 250px; } }
      @media (min-width: 992px) {
        .annual-wrapper .section-learn-more .btn-modal {
          height: 75px; } }
      .annual-wrapper .section-learn-more .btn-modal:hover {
        background-color: #0091b7;
        text-decoration: none; }
      .annual-wrapper .section-learn-more .btn-modal:focus {
        color: #012846; }
    .annual-wrapper .section-learn-more .content-bg-image {
      width: 100%;
      height: 190px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      @media (min-width: 330px) {
        .annual-wrapper .section-learn-more .content-bg-image {
          height: 250px; } }
      @media (min-width: 470px) {
        .annual-wrapper .section-learn-more .content-bg-image {
          height: 330px; } }
      @media (min-width: 576px) {
        .annual-wrapper .section-learn-more .content-bg-image {
          width: 679px;
          margin-right: 0;
          height: 411px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section-learn-more .content-bg-image {
          margin-right: -100px; } }
      @media (min-width: 1300px) {
        .annual-wrapper .section-learn-more .content-bg-image {
          margin-right: -65px; } }
  .annual-wrapper .section-funding-stem {
    position: relative; }
    .annual-wrapper .section-funding-stem .content-title {
      width: 100%;
      height: 55px;
      background-color: #012846;
      position: absolute;
      left: 0;
      top: 0;
      margin-top: -35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-right: 0; }
      @media (min-width: 576px) {
        .annual-wrapper .section-funding-stem .content-title {
          width: 462px;
          height: 74px;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding-right: 100px; } }
    .annual-wrapper .section-funding-stem h2.font-title {
      font-family: 'urw-din-condensed', sans-serif;
      font-size: 25px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff;
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .annual-wrapper .section-funding-stem h2.font-title {
          font-size: 30px; } }
    .annual-wrapper .section-funding-stem .background-image .flex-half .chart-title h3 {
      font-family: 'urw-din-condensed', sans-serif;
      font-size: 18px;
      font-weight: 900;
      font-stretch: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-align: center;
      color: #062845;
      margin-bottom: 0; }
      @media (min-width: 576px) {
        .annual-wrapper .section-funding-stem .background-image .flex-half .chart-title h3 {
          font-size: 28px; } }
    .annual-wrapper .section-funding-stem .background-image {
      background-size: cover;
      background-position: left;
      padding: 30px;
      background-attachment: unset; }
      @media (min-width: 1200px) {
        .annual-wrapper .section-funding-stem .background-image {
          background-attachment: fixed;
          padding-bottom: 90px; } }
    .annual-wrapper .section-funding-stem .left .legend {
      margin-top: 65px; }
    @media (min-width: 1200px) {
      .annual-wrapper .section-funding-stem .right .legend-wrap {
        width: 230px; } }
    .annual-wrapper .section-funding-stem .content-chart {
      margin-top: 30px; }
      @media (min-width: 576px) {
        .annual-wrapper .section-funding-stem .content-chart {
          margin-top: 92px; } }
      .annual-wrapper .section-funding-stem .content-chart .inner-content-chart {
        width: 280px;
        margin: 0 auto; }
        @media (min-width: 576px) {
          .annual-wrapper .section-funding-stem .content-chart .inner-content-chart {
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; } }
        @media (min-width: 992px) {
          .annual-wrapper .section-funding-stem .content-chart .inner-content-chart {
            margin: 0 0 0 auto; } }
        .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .legend-wrap {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          margin-bottom: 20px; }
          .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .legend-wrap .text-percentage {
            width: 120px; }
          .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .legend-wrap .icon-color {
            margin-left: 20px;
            width: 20px;
            height: 20px; }
        .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .legend-wrap p {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 16px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #012846;
          margin-top: -4.5px;
          margin-left: 0; }
        .annual-wrapper .section-funding-stem .content-chart .inner-content-chart b {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 16px;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #012846;
          margin-right: 10px;
          margin-left: 18px;
          margin-top: -4.5px; }
        .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .chart-title {
          width: 200px;
          height: 200px; }
          @media (min-width: 576px) {
            .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .chart-title {
              width: 245px;
              height: 245px; } }
          @media (min-width: 768px) {
            .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .chart-title {
              width: 285px;
              height: 285px; } }
        .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .chart {
          width: 200px;
          height: 200px;
          display: block;
          margin: auto; }
          @media (min-width: 576px) {
            .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .chart {
              width: 245px;
              height: 245px;
              display: inline-block;
              margin: 0; } }
          @media (min-width: 768px) {
            .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .chart {
              width: 285px;
              height: 285px; } }
        .annual-wrapper .section-funding-stem .content-chart .inner-content-chart svg {
          width: 200px;
          height: 200px; }
          @media (min-width: 576px) {
            .annual-wrapper .section-funding-stem .content-chart .inner-content-chart svg {
              width: 245px;
              height: 245px; } }
          @media (min-width: 768px) {
            .annual-wrapper .section-funding-stem .content-chart .inner-content-chart svg {
              width: 285px;
              height: 285px; } }
        .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .legend {
          margin-left: 0; }
          @media (min-width: 576px) {
            .annual-wrapper .section-funding-stem .content-chart .inner-content-chart .legend {
              margin-right: 25px; } }
      .annual-wrapper .section-funding-stem .content-chart .left .inner-content-chart {
        padding-right: 0; }
        @media (min-width: 576px) {
          .annual-wrapper .section-funding-stem .content-chart .left .inner-content-chart {
            margin-left: auto;
            padding-right: 20px; } }
      .annual-wrapper .section-funding-stem .content-chart .right .inner-content-chart {
        margin-right: auto;
        padding-left: 0; }
        @media (min-width: 576px) {
          .annual-wrapper .section-funding-stem .content-chart .right .inner-content-chart {
            padding-right: 40px; } }
        @media (min-width: 1300px) {
          .annual-wrapper .section-funding-stem .content-chart .right .inner-content-chart {
            padding-right: 80px; } }
        .annual-wrapper .section-funding-stem .content-chart .right .inner-content-chart .legend {
          margin-top: 20px; }
          @media (min-width: 576px) {
            .annual-wrapper .section-funding-stem .content-chart .right .inner-content-chart .legend {
              margin-top: 60px; } }
  .annual-wrapper .section-download-donor .section-download {
    width: 100%; }
    .annual-wrapper .section-download-donor .section-download .background-image {
      padding: 40px 30px;
      position: relative; }
      @media (min-width: 576px) {
        .annual-wrapper .section-download-donor .section-download .background-image {
          padding: 98px 30px; } }
      .annual-wrapper .section-download-donor .section-download .background-image::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.5); }
    @media (min-width: 576px) {
      .annual-wrapper .section-download-donor .section-download {
        width: 50%; } }
    .annual-wrapper .section-download-donor .section-download .btn-orange {
      font-family: 'urw-din-condensed', sans-serif;
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      position: relative;
      text-decoration: none; }
      @media (min-width: 576px) {
        .annual-wrapper .section-download-donor .section-download .btn-orange {
          font-size: 12px; } }
      @media (min-width: 768px) {
        .annual-wrapper .section-download-donor .section-download .btn-orange {
          font-size: 20px; } }
  .annual-wrapper .section-download-donor .section-donor {
    width: 100%;
    background-color: #012846;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 30px; }
    @media (min-width: 576px) {
      .annual-wrapper .section-download-donor .section-donor {
        padding: 98px 30px;
        width: 50%; } }
    .annual-wrapper .section-download-donor .section-donor .btn-donor {
      font-family: 'urw-din-condensed', sans-serif;
      font-size: 12px;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: normal;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff;
      text-decoration: none;
      border: 2px solid white;
      padding: 5px 20px;
      width: 100%; }
      @media (min-width: 576px) {
        .annual-wrapper .section-download-donor .section-donor .btn-donor {
          font-size: 12px; } }
      @media (min-width: 768px) {
        .annual-wrapper .section-download-donor .section-donor .btn-donor {
          font-size: 20px; } }
      @media (min-width: 992px) {
        .annual-wrapper .section-download-donor .section-donor .btn-donor {
          width: auto; } }
  .annual-wrapper .modal-dialog {
    margin-top: 10%; }
    @media (min-width: 992px) {
      .annual-wrapper .modal-dialog {
        max-width: 800px; } }
  .annual-wrapper .modal-content {
    background: white;
    color: #303030;
    border-radius: 0;
    height: 480px;
    line-height: 1.43;
    padding: 10px; }
    @media (min-width: 576px) {
      .annual-wrapper .modal-content {
        padding: 1em; } }
    @media (min-width: 992px) {
      .annual-wrapper .modal-content {
        height: 700px; } }
    .annual-wrapper .modal-content .title {
      margin-bottom: 20px;
      font-weight: bold;
      color: #0994b7; }
    .annual-wrapper .modal-content h3.font-title {
      text-align: center;
      font-size: 37px;
      margin-bottom: 20px; }
    .annual-wrapper .modal-content .wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 576px) {
        .annual-wrapper .modal-content .wrapper {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; } }
      .annual-wrapper .modal-content .wrapper .image-bg {
        height: 250px;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        @media (min-width: 576px) {
          .annual-wrapper .modal-content .wrapper .image-bg {
            height: 170px;
            width: calc(50% - 10px); } }
        @media (min-width: 992px) {
          .annual-wrapper .modal-content .wrapper .image-bg {
            height: 257px;
            width: 50%; } }
      .annual-wrapper .modal-content .wrapper .position {
        width: 100%;
        padding: 10px 25px;
        background: #0994b7;
        position: relative;
        right: 0;
        font-size: 15px; }
        @media (min-width: 576px) {
          .annual-wrapper .modal-content .wrapper .position {
            right: -20px;
            width: 50%; } }
        @media (min-width: 992px) {
          .annual-wrapper .modal-content .wrapper .position {
            padding: 25px;
            font-size: 18px; } }
  .annual-wrapper .modal-header {
    padding: 20px 0;
    border-width: 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .annual-wrapper .modal-body {
    padding: 0 10px;
    font-size: 18px;
    font-family: 'freight-sans-pro', sans-serif;
    overflow-y: auto; }
    @media (min-width: 576px) {
      .annual-wrapper .modal-body {
        padding: 0 20px; } }
    .annual-wrapper .modal-body hr {
      border-color: #de6026; }
    .annual-wrapper .modal-body .list p {
      font-weight: 400;
      margin-bottom: 0; }
    .annual-wrapper .modal-body .list small {
      font-weight: normal; }
    .annual-wrapper .modal-body .list .border-mid {
      border-color: #de6026;
      width: 100%;
      margin-bottom: 16px;
      border-width: 2px; }
  .annual-wrapper .modal-footer {
    padding: 20px 0;
    min-height: 70px;
    border-width: 0; }
    .annual-wrapper .modal-footer .btn {
      padding: 0;
      background: transparent;
      border-width: 0;
      color: #e6885c;
      margin: auto;
      font-size: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .annual-wrapper .modal-footer .btn span {
        font-size: 28px;
        margin-top: -1px; }
  .annual-wrapper .section-hero-annual-report .left {
    background-color: #012846;
    font-family: 'urw-din-condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1.78px;
    text-align: center;
    color: #ffffff;
    padding: 76px 10px;
    padding-left: 25px; }
    @media (min-width: 768px) {
      .annual-wrapper .section-hero-annual-report .left {
        font-size: 20px;
        padding: 76px 30px;
        padding-left: 30px; } }
    @media (min-width: 992px) {
      .annual-wrapper .section-hero-annual-report .left {
        font-size: 33px; } }
    .annual-wrapper .section-hero-annual-report .left span.big {
      font-size: 45px;
      line-height: 0.88;
      letter-spacing: normal;
      display: block; }
      @media (min-width: 768px) {
        .annual-wrapper .section-hero-annual-report .left span.big {
          font-size: 80px; } }
      @media (min-width: 992px) {
        .annual-wrapper .section-hero-annual-report .left span.big {
          font-size: 133px; } }
    .annual-wrapper .section-hero-annual-report .left::before {
      position: absolute;
      content: "";
      height: 2px;
      background: white;
      width: 80%;
      left: calc(50% + 7px);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 70px; }
      @media (min-width: 768px) {
        .annual-wrapper .section-hero-annual-report .left::before {
          height: 5px; } }
      @media (min-width: 992px) {
        .annual-wrapper .section-hero-annual-report .left::before {
          width: 242px; } }
    .annual-wrapper .section-hero-annual-report .left::after {
      position: absolute;
      content: "";
      height: 2px;
      background: white;
      width: 80%;
      left: calc(50% + 7px);
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 68px; }
      @media (min-width: 768px) {
        .annual-wrapper .section-hero-annual-report .left::after {
          height: 5px; } }
      @media (min-width: 992px) {
        .annual-wrapper .section-hero-annual-report .left::after {
          width: 242px; } }
  .annual-wrapper .section-hero-annual-report .right {
    height: 100%;
    background-position: center calc(100% - 70%);
    background-size: cover;
    background-repeat: no-repeat; }
  .annual-wrapper .section-tiles {
    margin-bottom: 105px; }
    .annual-wrapper .section-tiles .line-1 {
      height: auto; }
      @media (min-width: 768px) {
        .annual-wrapper .section-tiles .line-1 {
          height: 270px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section-tiles .line-1 {
          height: 300px; } }
      .annual-wrapper .section-tiles .line-1 .left {
        font-family: 'urw-din-condensed', sans-serif;
        font-size: 55px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        background-color: #012846;
        text-align: right;
        min-height: 250px;
        background-size: contain;
        background-repeat: no-repeat; }
        @media (min-width: 1200px) {
          .annual-wrapper .section-tiles .line-1 .left {
            font-size: 60px; } }
        .annual-wrapper .section-tiles .line-1 .left .inner-box1 {
          padding-left: 30px;
          padding-right: 30px; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-1 .left .inner-box1 {
              padding-left: 110px;
              padding-right: 30px; } }
      .annual-wrapper .section-tiles .line-1 .center {
        font-family: 'freight-sans-pro', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #012846;
        background-color: #f6f6f6;
        min-height: 250px; }
        @media (min-width: 1200px) {
          .annual-wrapper .section-tiles .line-1 .center {
            font-size: 18px; } }
        .annual-wrapper .section-tiles .line-1 .center span.big {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 55px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #012846;
          display: block; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-1 .center span.big {
              font-size: 80px; } }
        .annual-wrapper .section-tiles .line-1 .center span.small {
          font-weight: 600;
          font-size: 12px; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-1 .center span.small {
              font-size: 18px; } }
      .annual-wrapper .section-tiles .line-1 .right {
        background-color: #009fc7;
        min-height: 250px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .annual-wrapper .section-tiles .line-1 .right .inner-box3 {
          padding-left: 60px;
          padding-right: 40px; }
          @media (min-width: 992px) {
            .annual-wrapper .section-tiles .line-1 .right .inner-box3 {
              padding-left: 80px; } }
        .annual-wrapper .section-tiles .line-1 .right span.small {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #ffffff;
          display: inline-block;
          font-weight: 600; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-1 .right span.small {
              font-size: 18px; } }
        .annual-wrapper .section-tiles .line-1 .right span.big {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 55px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #ffffff;
          display: inline-block;
          margin-right: 10px; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-1 .right span.big {
              font-size: 80px; } }
    .annual-wrapper .section-tiles .line-2 {
      height: auto; }
      @media (min-width: 768px) {
        .annual-wrapper .section-tiles .line-2 {
          height: 270px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section-tiles .line-2 {
          height: 300px; } }
      .annual-wrapper .section-tiles .line-2 .left {
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 250px;
        background-position: center top;
        background-size: cover; }
        @media (min-width: 576px) {
          .annual-wrapper .section-tiles .line-2 .left {
            background-position: center top; } }
      .annual-wrapper .section-tiles .line-2 .center {
        background-color: #de6026;
        min-height: 250px; }
        .annual-wrapper .section-tiles .line-2 .center span.big {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 55px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #fffff0; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-2 .center span.big {
              font-size: 80px; } }
        .annual-wrapper .section-tiles .line-2 .center span.small {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #fffff0;
          font-weight: 600; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-2 .center span.small {
              font-size: 18px; } }
      .annual-wrapper .section-tiles .line-2 .right {
        background-color: #f6f6f6;
        min-height: 250px; }
        .annual-wrapper .section-tiles .line-2 .right .inner-box3 {
          padding: 0 100px; }
        .annual-wrapper .section-tiles .line-2 .right span.big {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 55px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #012846;
          margin-right: 15px; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-2 .right span.big {
              font-size: 80px; } }
        .annual-wrapper .section-tiles .line-2 .right span.small {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #012846;
          font-weight: 600; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-2 .right span.small {
              font-size: 18px; } }
    .annual-wrapper .section-tiles .line-3 {
      background-color: #00aedc;
      height: auto; }
      @media (min-width: 768px) {
        .annual-wrapper .section-tiles .line-3 {
          height: 270px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section-tiles .line-3 {
          height: 300px; } }
      .annual-wrapper .section-tiles .line-3 .left {
        min-height: 250px; }
        .annual-wrapper .section-tiles .line-3 .left .inner-box1 {
          padding: 0 70px;
          padding-bottom: 10px; }
        .annual-wrapper .section-tiles .line-3 .left span.big {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 55px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #ffffff;
          margin-right: 15px; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-3 .left span.big {
              font-size: 80px; } }
        .annual-wrapper .section-tiles .line-3 .left span.small {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #ffffff;
          padding-top: 25px;
          font-weight: 600; }
          @media (min-width: 576px) {
            .annual-wrapper .section-tiles .line-3 .left span.small {
              font-size: 14px; } }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-3 .left span.small {
              padding-top: 40px;
              font-size: 18px; } }
        .annual-wrapper .section-tiles .line-3 .left ul.point li {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.22;
          letter-spacing: normal;
          color: #ffffff;
          font-weight: 600; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-3 .left ul.point li {
              font-size: 18px; } }
      .annual-wrapper .section-tiles .line-3 .right {
        background-size: cover;
        background-position: 100%;
        background-repeat: no-repeat;
        min-height: 250px;
        background-position: center top;
        background-size: cover; }
        @media (min-width: 1200px) {
          .annual-wrapper .section-tiles .line-3 .right {
            background-position: center top; } }
    .annual-wrapper .section-tiles .line-4 {
      height: auto; }
      @media (min-width: 768px) {
        .annual-wrapper .section-tiles .line-4 {
          height: 270px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section-tiles .line-4 {
          height: 300px; } }
      .annual-wrapper .section-tiles .line-4 .left {
        background-color: #f6f6f6;
        min-height: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
        .annual-wrapper .section-tiles .line-4 .left span.big {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 55px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #012846;
          margin-right: 12px; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-4 .left span.big {
              font-size: 80px; } }
        .annual-wrapper .section-tiles .line-4 .left span.small {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          color: #012846;
          font-weight: 600; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-4 .left span.small {
              font-size: 18px; } }
      .annual-wrapper .section-tiles .line-4 .center {
        background-color: #de6026;
        min-height: 250px; }
        .annual-wrapper .section-tiles .line-4 .center span.big {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 55px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: white; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-4 .center span.big {
              font-size: 80px; } }
        .annual-wrapper .section-tiles .line-4 .center span.small {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: white;
          font-weight: 600; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-4 .center span.small {
              font-size: 18px; } }
      .annual-wrapper .section-tiles .line-4 .right {
        background-color: #f6f6f6;
        min-height: 250px; }
        .annual-wrapper .section-tiles .line-4 .right span.big {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 55px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #012846; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-4 .right span.big {
              font-size: 80px; } }
        .annual-wrapper .section-tiles .line-4 .right span.small {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #012846;
          font-weight: 600; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-4 .right span.small {
              font-size: 18px; } }
    .annual-wrapper .section-tiles .line-5 {
      height: auto; }
      @media (min-width: 768px) {
        .annual-wrapper .section-tiles .line-5 {
          height: 270px; } }
      @media (min-width: 1200px) {
        .annual-wrapper .section-tiles .line-5 {
          height: 300px; } }
      .annual-wrapper .section-tiles .line-5 .left {
        background-color: #00aedc;
        min-height: 250px; }
        .annual-wrapper .section-tiles .line-5 .left span.big {
          font-family: 'urw-din-condensed', sans-serif;
          font-size: 55px;
          font-weight: 900;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-5 .left span.big {
              font-size: 80px; } }
        .annual-wrapper .section-tiles .line-5 .left span.small {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: normal;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff;
          font-weight: 600; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-5 .left span.small {
              font-size: 18px; } }
      .annual-wrapper .section-tiles .line-5 .center {
        background-color: #de6026;
        background-size: cover;
        background-position: 100%;
        background-repeat: no-repeat;
        min-height: 250px;
        background-position: center top;
        background-size: cover; }
      .annual-wrapper .section-tiles .line-5 .right {
        background-color: #012846;
        font-family: 'freight-sans-pro', sans-serif;
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.22;
        letter-spacing: normal;
        color: #ffffff;
        min-height: 250px;
        font-weight: 600; }
        @media (min-width: 1200px) {
          .annual-wrapper .section-tiles .line-5 .right {
            font-size: 18px; } }
        .annual-wrapper .section-tiles .line-5 .right .inner-box3 {
          padding-left: 70px;
          padding-right: 60px; }
        .annual-wrapper .section-tiles .line-5 .right .small {
          font-family: 'freight-sans-pro', sans-serif;
          font-size: 12px;
          font-weight: normal;
          font-stretch: normal;
          font-style: normal;
          line-height: 1.22;
          letter-spacing: normal;
          color: #ffffff;
          font-weight: 600; }
          @media (min-width: 1200px) {
            .annual-wrapper .section-tiles .line-5 .right .small {
              font-size: 18px; } }
        .annual-wrapper .section-tiles .line-5 .right .qouter {
          font-weight: 700;
          margin-top: 10px;
          display: block;
          font-style: italic; }
  .annual-wrapper .block-revealer__element {
    background-color: transparent !important; }
  .annual-wrapper .section-our-goals .btn-modal {
    font-family: 'urw-din-condensed', sans-serif !important;
    font-style: italic;
    font-weight: bold; }
  .annual-wrapper .content-repeater a {
    font-family: 'urw-din-condensed', sans-serif !important;
    font-weight: bold;
    font-style: italic; }
  .annual-wrapper .section-download-donor .btn-orange {
    font-family: 'urw-din-condensed', sans-serif !important;
    font-weight: bold !important;
    font-style: italic !important; }
  .annual-wrapper .section-download-donor .btn-donor {
    font-family: 'urw-din-condensed', sans-serif !important;
    font-weight: bold !important;
    font-style: italic !important; }

.iexplorer.header {
  top: 0 !important; }

.iexplorer .annual-wrapper .section-our-goals a.btn-modal {
  height: 56px; }

.iexplorer .annual-wrapper .modal .modal-content {
  overflow: hidden; }
  .iexplorer .annual-wrapper .modal .modal-content .modal-footer {
    display: block; }

.iexplorer .annual-wrapper .section-funding-stem .inner-content-chart {
  width: 100%; }

.iexplorer .annual-wrapper .section-tiles #box3line1 .small,
.iexplorer .annual-wrapper .section-tiles #box3line2 .small {
  width: 200px; }

.iexplorer .annual-wrapper .section-tiles #box3line5 .small {
  width: 300px;
  display: block; }

.iexplorer .map-network-2 .svg-map-network {
  height: 610px; }

@media (min-width: 43.75em) {
  .l-sidebars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

[class^="l-sidebars__"] {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.l-sidebars__full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.l-sidebars__main {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%; }

.l-sidebars__sidebar {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%; }

.l-slat::after {
  clear: both;
  content: '';
  display: table; }

.l-slat__media {
  margin: 0;
  padding: 0 0 1em; }
  @media (min-width: 37.5em) {
    .l-slat__media {
      float: left;
      padding-right: 1em; } }
  .l-slat__media:empty {
    padding: 0; }
  .l-slat__media a,
  .l-slat__media img {
    display: block; }

.l-slat__content {
  display: table-cell;
  width: 10000px; }

@media (min-width: 37.5em) {
  .l-slat--reversed .l-slat__media {
    float: right;
    padding-left: 1em;
    padding-right: 0; } }

/* generated with grunt-sass-globbing */
.aligncenter {
  display: block;
  margin-bottom: 1em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; }

.alignleft {
  max-width: 100%; }

.alignleft {
  float: none;
  margin: 0; }

@media (min-width: 43.75em) {
  .alignleft {
    float: left;
    margin: 0 1em 1em 0; } }

.alignright {
  max-width: 100%; }

.alignright {
  float: none;
  margin: 0; }

@media (min-width: 43.75em) {
  .alignright {
    float: right;
    margin: 0 0 1em 1em; } }

.attachment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 10px; }
  @media (min-width: 700px) {
    .attachment {
      margin: 0; } }

.attachment__icon {
  margin-right: 8px;
  width: 28px; }

.attachment__link {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.banner {
  color: #fff;
  background-color: #012846;
  padding: 50px 0;
  text-align: left; }
  @media (min-width: 700px) {
    .banner {
      text-align: center; } }

.banner__title {
  font-size: 34px;
  font-family: "urw-din-condensed", sans-serif;
  line-height: 36px;
  text-transform: uppercase;
  padding-bottom: 10px; }
  @media (min-width: 700px) {
    .banner__title {
      font-size: 40px;
      line-height: 42px; } }

.banner__subtitle {
  line-height: 20px;
  font-size: 16px;
  font-style: italic;
  font-weight: 500; }

.button {
  border: 2px solid #DE6026;
  border-radius: 0;
  color: #012846;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
  line-height: 1;
  padding: 0.6rem 1rem;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: normal;
  margin: 0 0 0.5em;
  font-weight: 500; }
  .button:focus, .button:hover {
    background-color: #DE6026;
    color: #fff;
    outline: 0; }
  .button:active {
    background-color: #112e51;
    color: #fff; }
  .button[disabled] {
    background-color: #d6d7d9;
    color: #323a45;
    cursor: default;
    pointer-events: none; }
  .button + .button {
    margin-left: 0.5em; }
    [dir='rtl'] .button + .button {
      margin-left: 0;
      margin-right: 0.5em; }

.button--donate a {
  background-color: #DE6026 !important;
  color: white !important;
  font-weight: 500 !important; }

.card-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #00afda;
  position: relative;
  margin-top: 88px;
  min-width: 250px;
  min-height: 350px;
  padding: 0 1rem 1rem 1rem; }
  @media (min-width: 700px) {
    .card-circle {
      padding: 0 2rem 2rem 2rem;
      min-height: inherit; } }

.card-circle__image img {
  border-radius: 50%;
  margin: -80px auto 0 auto;
  width: 176px;
  display: block; }

.card-circle__title {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 1px;
  margin-bottom: .5rem;
  margin-top: 25px; }

.card-circle__content {
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 2.25rem;
  color: #012846; }
  @media (min-width: 700px) {
    .card-circle__content {
      font-size: 20px;
      line-height: 28px;
      margin-bottom: 3.25rem; } }

.card-circle__button {
  border: none;
  letter-spacing: 0.36px;
  line-height: 37px;
  margin-top: auto; }
  .card-circle__button .button {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 20px 20px; }
  .card-circle__button .button--arrow:after {
    font-weight: 100;
    padding-left: 10px; }

.card-fact {
  text-align: center;
  width: 100%;
  max-width: 768px; }

.card-fact__image {
  width: 100%;
  padding-bottom: 68.5%;
  background-repeat: no-repeat;
  background-size: contain; }

.card-fact__title {
  font-size: 2.55rem;
  color: #0994b7;
  line-height: 1.1;
  padding: 0 2rem; }

.card-fact__content {
  font-size: 1.45rem;
  padding: .5rem 0; }
  .card-fact__content .orange {
    color: #DE6026; }
  @media (min-width: 700px) {
    .card-fact__content {
      padding: .5rem 2rem; } }

.card-research {
  background-color: #fff;
  position: relative;
  margin-top: 70px;
  padding: 20px 30px 100px;
  border-radius: 1px;
  font-family: freight-sans-pro, sans-serif; }

.card-research__image {
  margin-top: -90px; }
  .card-research__image img {
    max-height: 150px; }

.card-research__title {
  color: #012846;
  margin-top: 25px;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 1px; }

.card-research__subtitle {
  color: #0994b7;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.36px;
  margin-bottom: 16px; }

.card-research__content {
  margin-bottom: .5rem;
  font-size: 16px;
  line-height: 24px; }

.card-research__button {
  position: absolute;
  margin-bottom: 40px;
  bottom: 0; }

.card-search-result {
  display: -ms-grid;
  display: grid;
  font-family: freight-sans-pro, sans-serif;
      grid-template-areas: "image" "content";
  -ms-grid-rows: 150px 36px auto;
  grid-template-rows: 150px auto;
  grid-gap: 36px; }
  @media (min-width: 700px) {
    .card-search-result {
          grid-template-areas: "image content";
      -ms-grid-columns: 240px 1fr;
      grid-template-columns: 240px 1fr; }
    .card-search-result__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .card-search-result__content {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .offset-header__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

.card-search-result__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }

.card-search-result__content {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: content;
  padding: 0 1rem; }
  @media (min-width: 700px) {
    .card-search-result__content {
      padding: 0.55rem 0; } }

.card-search-result__title {
  margin-bottom: 18px;
  font-size: 24px;
  line-height: 30px;
  color: #012846; }

.card-search-result__text {
  margin-bottom: 18px;
  color: #4a4a4a;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: .13px; }

.card-search-result__meta {
  color: #696563;
  font-family: freight-sans-pro, sans-serif;
  font-size: 11px; }

.card-search-result__meta-cat {
  text-transform: uppercase; }

.card-search-result__meta-pipe {
  margin: 0 .5em; }

.card--search {
  padding: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .card--search .card__container--image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 200px;
            flex: 1 0 200px;
    padding-bottom: 20px; }
  .card--search .card__container--text {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 300px;
            flex: 3 1 300px;
    padding: 0 1rem; }
  .card--search .card__image {
    min-height: 150px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 20% 50%; }
  .card--search .card__title .card__link {
    color: #002846;
    text-decoration: none;
    line-height: 30px;
    font-size: 24px; }
  .card--search .card__meta {
    font-size: 13px;
    color: #696563; }
  .card--search .card__content {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 30px; }

.card-story {
  font-family: freight-sans-pro, sans-serif; }

.card-story__image {
  background-image: url("../images/bg/STEMlogo--footer.svg");
  background-size: 100%;
  background-position: center;
  height: 150px;
  background-repeat: no-repeat; }

.card-story__title {
  display: block;
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 28px;
  color: #012846;
  margin: 1rem 0;
  text-decoration: none; }
  .card-story__title:hover, .card-story__title:focus {
    color: #00B0DB; }

.card-story__content {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: .13px; }

.card-story__meta {
  font-family: freight-sans-pro, sans-serif;
  font-size: 11px; }
  .card-story__meta > * {
    float: left; }

.card-story__meta-cat {
  color: #DE6026;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none; }
  .card-story__meta-cat:hover {
    text-decoration: underline; }

.card-story__meta-pipe {
  margin: 0 .5em; }

.card-support__title {
  margin: 12px 0;
  color: #012846;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 500; }

.card-support__content {
  margin-bottom: 48px;
  color: #4a4a4a;
  font-size: 17px;
  line-height: 26px; }

.card-support__button {
  margin-top: auto; }
  .card-support__button svg {
    margin-left: 10px; }

.card-support__button button {
  margin: 0; }

.carousel__nav {
  padding: 1rem 2rem; }

.donation {
  background-color: #002846;
  padding: 60px 0; }
  .donation .donation__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 900px) {
      .donation .donation__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .donation .donation__title {
    font-size: 40px;
    color: #00afda;
    font-family: "urw-din-condensed", sans-serif;
    text-transform: uppercase;
    line-height: 42px; }
  .donation .donation__content {
    color: #fff;
    padding: .5rem 0 1.5rem 0;
    font-size: 17px;
    padding-right: .25rem;
    line-height: 26px; }
  .donation .donation__info {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; }
  .donation .donation__button .button {
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    padding: .5rem;
    font-size: 17px;
    font-weight: 400; }
    .donation .donation__button .button:hover {
      background-color: #DE6026; }
  .donation .donation__animation {
    margin: auto 4%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%; }
  .donation #ship {
    z-index: 100; }

.event {
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.event__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 1rem; }

.event__info {
  font-size: 11px;
  color: #fff; }

.event__date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: .5rem;
  border-radius: 3px;
  background-color: #fff; }

.event__month {
  line-height: 17px; }

.event__day {
  font-size: 40px;
  line-height: 30px; }

.facet__label {
  font-size: 17px;
  text-transform: uppercase; }

.facet__pagination {
  padding: 2rem 0;
  text-align: center; }

.facet__selectors {
  padding: 2rem 0; }

.facetwp-page a.facetwp-page {
  padding: 10px !important; }

.facetwp-pager {
  display: inline-block; }

.facetwp-facet {
  margin: 0 !important; }

.factslider {
  background-color: #0893b7;
  overflow: hidden;
  padding: 2rem 0 2rem 0; }

.factslider__container {
  position: relative;
  margin: 0 auto;
  max-width: 768px; }
  .factslider__container .card-fact {
    position: absolute;
    margin: 3rem 0 0;
    float: left;
    opacity: 0; }
    .factslider__container .card-fact.is-active {
      left: 0;
      top: 0;
      opacity: 1;
      left: 0;
      z-index: 10; }
    .factslider__container .card-fact.prev {
      left: -60%;
      top: 150px;
      opacity: 0;
      z-index: 0; }
      @media (min-width: 700px) {
        .factslider__container .card-fact.prev {
          opacity: 0.2; } }
    .factslider__container .card-fact.next {
      opacity: 0;
      right: -60%;
      top: 150px;
      z-index: 0; }
      @media (min-width: 700px) {
        .factslider__container .card-fact.next {
          opacity: 0.2; } }

.factslider__nav {
  grid-area: nav;
  background-color: #fff;
  padding: 1rem;
  margin: 0 auto;
  opacity: 1;
  z-index: 10; }

#carousel {
  margin: 0 auto;
  height: 400px; }
  @media (min-width: 700px) {
    #carousel {
      width: 100%; } }

#carousel img {
  display: hidden;
  /* hide images until carousel prepares them */
  cursor: pointer;
  /* not needed if you wrap carousel items in links */ }

.fifty-fifty__col--events {
  background-color: #00afda;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .fifty-fifty__col--events .fifty-fifty__title {
    color: #fff; }

.fifty-fifty__events-container {
  max-width: calc( (1200px * .5) - 1rem);
  padding: 2rem 1rem;
  margin-left: auto; }

.fifty-fifty__col--image {
  width: 100%;
  min-height: 50vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 700px) {
    .fifty-fifty__col--image {
      min-height: 550px; } }

.fifty-fifty__col--content {
  color: #012846; }
  .fifty-fifty__col--content p {
    margin-bottom: 1rem; }
  .fifty-fifty__col--content.fifty-fifty__col--dark {
    background-color: #012846;
    color: #fff; }
    .fifty-fifty__col--content.fifty-fifty__col--dark .fifty-fifty__button {
      color: #fff; }
  @media (max-width: 700px) {
    .fifty-fifty__col--content {
      min-height: 50vh; } }

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

.fifty-fifty__text-constrain {
  max-width: calc((1200px / 2)); }

.l-fifty-fifty--left .fifty-fifty__text-constrain {
  margin-right: auto; }

.l-fifty-fifty--right .fifty-fifty__text-constrain {
  margin-left: auto; }

.l-fifty-fifty--left .fifty-fifty__col--content {
  padding: 2rem 1rem 2rem 1rem; }

.l-fifty-fifty--right .fifty-fifty__col--content {
  padding: 2rem 1rem; }

.l-fifty-fifty--left .fifty-fifty__col--light, .l-fifty-fifty--left .fifty-fifty__col--dark, .l-fifty-fifty--right .fifty-fifty__col--light, .l-fifty-fifty--right .fifty-fifty__col--dark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__content, .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__content, .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__content, .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__content {
    display: none; }
  .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__title, .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__content, .l-fifty-fifty--left .fifty-fifty__col--light .button, .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__title, .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__content, .l-fifty-fifty--left .fifty-fifty__col--dark .button, .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__title, .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__content, .l-fifty-fifty--right .fifty-fifty__col--light .button, .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__title, .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__content, .l-fifty-fifty--right .fifty-fifty__col--dark .button {
    margin: 1rem auto;
    text-align: center; }
    @media (min-width: 700px) {
      .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__title, .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__content, .l-fifty-fifty--left .fifty-fifty__col--light .button, .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__title, .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__content, .l-fifty-fifty--left .fifty-fifty__col--dark .button, .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__title, .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__content, .l-fifty-fifty--right .fifty-fifty__col--light .button, .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__title, .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__content, .l-fifty-fifty--right .fifty-fifty__col--dark .button {
        margin: 0 auto; } }
  .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__title, .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__title, .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__title, .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__title {
    font-size: 36px;
    padding-top: 1rem;
    line-height: 36px; }
    @media (min-width: 700px) {
      .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__title, .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__title, .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__title, .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__title {
        font-size: 46px;
        line-height: 58px;
        letter-spacing: 2.57px; } }

.fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__content, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__content, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__content, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__content {
  display: block; }

.fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__title, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__content, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--light .button, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__title, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__content, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--dark .button, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__title, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__content, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--light .button, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__title, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__content, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--dark .button {
  margin: 0;
  text-align: left; }

.fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--light .fifty-fifty__title, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--left .fifty-fifty__col--dark .fifty-fifty__title, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--light .fifty-fifty__title, .fifty-fifty.fifty-fifty--has-content .l-fifty-fifty--right .fifty-fifty__col--dark .fifty-fifty__title {
  text-align: left;
  margin: 0; }

.fifty-fifty__title {
  max-width: calc( (1200px * .5) - 1rem);
  font-family: "urw-din-condensed", sans-serif;
  font-size: 40px;
  line-height: 42px; }

.fifty-fifty__content {
  max-width: calc( (1200px * .5) - 1rem); }

.fifty-fifty__col .fifty-fifty__button {
  display: table; }

.social-menu {
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
  padding-left: 1em;
  padding-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 2.55rem 1rem 0;
  font-size: 40px; }
  .social-menu .social-menu {
    padding-left: 0;
    padding-right: 0; }
  @media (min-width: 970px) {
    .social-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: absolute;
      padding: 0; } }

.social-menu .social-menu__fa {
  width: 1em;
  margin: 11px;
  outline: #f7f6f6 10px solid;
  background-color: #f7f6f6; }

.social-menu__a {
  color: #0893b7;
  line-height: 0;
  cursor: pointer; }

.focus-area {
  background: #f4f4f4;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 700px) {
    .focus-area {
      background-image: url("../images/bg/focus-bg.svg"); } }

.l-focus-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 5rem 0 0 0; }
  .l-focus-area .focus-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 1rem 20px 1rem 20px;
    background: #fff;
    margin-bottom: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    font-size: 16px; }
    @media (min-width: 700px) {
      .l-focus-area .focus-card {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
        padding: 1rem 40px 1rem 40px; } }
  .l-focus-area .focus__image {
    width: 150px;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -60px;
    left: 2px; }
  .l-focus-area .focus__title {
    font-size: 28px;
    line-height: 32px;
    color: get-olor(blue, 3);
    letter-spacing: .97px;
    font-weight: 500;
    padding-top: 60px; }
    @media (min-width: 700px) {
      .l-focus-area .focus__title {
        padding-top: 90px; } }
  .l-focus-area .focus__goal {
    letter-spacing: 0.36;
    line-height: 24px;
    color: #0994b7;
    border-top: 0.5px solid #4a4a4a;
    font-style: italic;
    padding: .5rem 0; }
    .l-focus-area .focus__goal p {
      display: inline; }
    .l-focus-area .focus__goal ul {
      padding: .25rem 0;
      margin: 0; }
      .l-focus-area .focus__goal ul li {
        list-style-type: none; }
  .l-focus-area .focus__button {
    width: 200px;
    margin-top: auto; }
  .l-focus-area .focus__content {
    padding-top: 1rem; }

.footer {
  padding: 2rem 0;
  background-color: #f4f4f4; }
  .footer .nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(100px, 120px) minmax(100px, 120px);
        grid-template-columns: minmax(100px, 120px) minmax(100px, 120px);
    grid-auto-rows: auto;
    grid-column-gap: 40px; }
  .footer .nav__item, .footer a.nav__link {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.72px;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none; }
  .footer .orange {
    color: #DE6026; }

.footer__section {
  margin: 0 auto; }
  @media (min-width: 700px) {
    .footer__section {
      margin: 0; } }

.footer__logo {
  height: 80px;
  overflow: hidden;
  width: 280px;
  background-image: url("../images/bg/STEMlogo--header.png");
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/STEMlogo--header.svg");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/bg/STEMlogo--header.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/STEMlogo--header.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/STEMlogo--header.svg");
  display: block;
  max-width: 325px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%; }
  .footer__logo::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }
  @media (max-width: 700px) {
    .footer__logo {
      height: 100px; } }
  .home .footer__logo {
    height: 100px; }

.footer__menu {
  display: none; }
  @media (min-width: 700px) {
    .footer__menu {
      display: block; } }

.footer__contact {
  font-size: 16px;
  text-align: center; }
  @media (min-width: 700px) {
    .footer__contact {
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .footer__contact div {
        margin: 5px; } }

.footer__social {
  font-size: 40px;
  color: #0994B7; }
  .footer__social .svg-inline--fa {
    margin: 5px; }
  .footer__social a {
    color: #0994b7;
    text-decoration: none; }

.footer__newsletter {
  font-size: 13px;
  font-weight: 500;
  color: #012846; }
  .footer__newsletter .wrap-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin: 0; }
  .footer__newsletter .wrap-form input {
    height: 44px;
    border: none;
    min-width: 150px;
    width: 100%;
    padding-left: 5px;
    font-size: 16px;
    margin: 5px; }
    @media (min-width: 700px) {
      .footer__newsletter .wrap-form input {
        width: 166px; } }
  .footer__newsletter .newsletter__input-section {
    margin-top: .5rem;
    min-width: 100%; }
    .footer__newsletter .newsletter__input-section input[type=submit] {
      margin: 0;
      margin-top: 10px; }
  .home .footer__newsletter {
    display: none; }

.fourup-stories {
  padding: 2rem 0; }

.fourup-stories__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #012846;
  font-family: "urw-din-condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .fourup-stories__title span:nth-child(2) {
    font-size: 0.65rem; }
    .fourup-stories__title span:nth-child(2) a {
      color: #012846;
      font-weight: 600; }
      .fourup-stories__title span:nth-child(2) a:hover, .fourup-stories__title span:nth-child(2) a:focus {
        color: #DE6026; }

.fourup-stories__link {
  font-size: 16px;
  text-decoration: none; }

.fourup-stories_divider {
  width: 100%;
  border: 1px solid #f5de02;
  margin: 6px 0 18px; }

.gallery-caption {
  max-width: 100%; }

.header-hero {
  background-color: #002846;
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 275px;
  position: relative;
  width: 100%; }
  @media (min-width: 700px) {
    .header-hero {
      background-image: inherit;
      min-height: 500px; } }
  @media (min-width: 1200px) {
    .header-hero {
      min-height: 600px; } }
  .header-hero .l-constrain {
    width: 100%; }

.header-hero__mobile-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 1rem 0;
  position: relative;
  width: 100%;
  display: block; }
  @media (min-width: 700px) {
    .header-hero__mobile-header {
      display: none; } }

.header-hero__caption {
  color: #fff;
  border-top: solid 1px #DE6026;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-top: 2rem;
  padding-right: 2rem;
  position: relative;
  display: none; }
  @media (min-width: 700px) {
    .header-hero__caption {
      display: block;
      position: absolute;
      bottom: 32px;
      width: 100%; } }
  .header-hero__caption .fa-arrow-right,
  .header-hero__caption .fa-arrow-up {
    position: absolute;
    right: 0;
    top: 4px;
    color: #DE6026; }

.header-hero__inner {
  position: relative;
  height: 100%; }

.header-hero__mobile-header .header-hero__title {
  display: block; }
  @media (min-width: 700px) {
    .header-hero__mobile-header .header-hero__title {
      display: none; } }

.header-hero__mobile-header .header-hero__button {
  display: none; }

.header-hero__mobile-header .header-hero__caption {
  display: none; }

.header-hero__body {
  padding: 1rem;
  margin: 0 -1rem;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  display: none; }
  @media (min-width: 700px) {
    .header-hero__body {
      background-color: transparent;
      display: block;
      margin: 0;
      width: 50%;
      height: 100%;
      padding: 3rem 0 0 0; } }

.header-hero__title {
  font-size: 36px;
  line-height: 42px;
  letter-spacing: 1;
  font-family: "urw-din-condensed", sans-serif;
  text-transform: uppercase; }
  .header-hero__title .blue {
    color: #00afda; }
  @media (min-width: 700px) {
    .header-hero__title {
      font-size: 40px;
      line-height: 42px; } }

.header-hero__text {
  text-align: center; }
  @media (min-width: 700px) {
    .header-hero__text {
      text-align: left;
      padding-bottom: 3rem; } }

.header-hero__mobile-header .header-hero__text {
  text-align: left; }

.header-hero__button {
  padding: 1rem 0; }

/* desktop */
.header-hero--minimal .header-hero__body {
  display: none; }

@media (min-width: 700px) {
  .header-hero--minimal .header-hero__caption {
    display: block; }
  .header-hero--minimal .header-hero__body {
    display: block; } }

.header-hero--text-only {
  min-height: 275px; }
  @media (min-width: 700px) {
    .header-hero--text-only {
      min-height: 275px; } }

@media (min-width: 700px) {
  .focus-areas .header-hero--text-only .header-hero__body .header-hero__text {
    text-align: center; } }

.focus-areas .header-hero__body {
  margin: 0 auto;
  width: 70%; }

.focus-areas .header-hero__title {
  text-align: center; }

.header-hero--caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .header-hero--caption .header-hero__caption {
    padding: 0;
    margin: 0; }
  .header-hero--caption .header-hero__mobile-header {
    position: absolute;
    bottom: 20px; }
    .header-hero--caption .header-hero__mobile-header .header-hero__caption {
      display: block; }
  .header-hero--caption .header-hero__body {
    padding: 0; }

.header-hero__mobile-img {
  height: 40vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  @media (min-width: 700px) {
    .header-hero__mobile-img {
      display: none; } }

@media (max-width: 700px) {
  .header-hero--both {
    background: #012846 !important; }
    .header-hero--both .header-hero__title {
      color: #fff; } }

.header {
  z-index: 999;
  width: 100%;
  background: #fff; }

.header__secondary {
  background-color: #012846; }

.l-header__secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -1rem; }
  @media (min-width: 700px) {
    .l-header__secondary {
      margin: inherit; } }

@media (min-width: 700px) {
  .header__main-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.header__logo {
  background-image: url("../images/bg/STEMlogo--header.png");
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/STEMlogo--header.svg");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/bg/STEMlogo--header.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/STEMlogo--header.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/STEMlogo--header.svg");
  height: 60px;
  overflow: hidden;
  width: 180px;
  display: block;
  margin-right: 1rem; }
  .header__logo::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.header__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  position: absolute;
  z-index: 100; }
  @media (min-width: 700px) {
    .header__title {
      position: static; } }

.header__navigation {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 -1rem; }
  @media (min-width: 700px) {
    .header__navigation {
      margin: 0; } }

.header__spacer {
  height: 78px;
  display: none; }
  .header__spacer.is-active {
    display: block; }
  @media (min-width: 785px) {
    .header__spacer {
      height: 92px; } }

.hero-inline-image {
  color: #fff;
  padding: 0;
  position: relative;
  text-align: center; }
  .hero-inline-image.has-overlay:after {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .hero-inline-image.has-overlay .hero-inline-image__content {
    z-index: 2; }

.hero-inline-image__title {
  margin-bottom: 0.25em; }

.hero-inline-image__picture {
  display: block;
  line-height: 0; }

.hero-inline-image__content {
  background: rgba(0, 0, 0, 0.5);
  bottom: 5%;
  padding: 1em;
  position: absolute;
  right: 5%; }

.icon--pdf {
  background-image: url("../images/bg/pdf-icon.png"); }

.l-grid--2col > * {
  margin: 5px; }
  @supports (grid-gap: 10px) {
    .l-grid--2col > * {
      margin: 0; } }

.l-grid--2col > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.l-grid--2col > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }

@media (min-width: 700px) {
  .l-grid--2col > * {
    margin: 5px; }
    @supports (grid-gap: 10px) {
      .l-grid--2col > * {
        margin: 0; } }
  .l-grid--2col > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .l-grid--2col > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; } }

.l-grid--3col > * {
  margin: 5px; }
  @supports (grid-gap: 10px) {
    .l-grid--3col > * {
      margin: 0; } }

.l-grid--3col > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.l-grid--3col > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }

.l-grid--3col > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }

@media (min-width: 700px) {
  .l-grid--3col > * {
    margin: 5px; }
    @supports (grid-gap: 10px) {
      .l-grid--3col > * {
        margin: 0; } }
  .l-grid--3col > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .l-grid--3col > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .l-grid--3col > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; } }

.l-grid--4col > * {
  margin: 5px; }
  @supports (grid-gap: 10px) {
    .l-grid--4col > * {
      margin: 0; } }

.l-grid--4col > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1; }

.l-grid--4col > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1; }

.l-grid--4col > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1; }

.l-grid--4col > *:nth-child(4) {
  -ms-grid-row: 4;
  -ms-grid-column: 1; }

@media (min-width: 700px) {
  .l-grid--4col > * {
    margin: 5px; }
    @supports (grid-gap: 10px) {
      .l-grid--4col > * {
        margin: 0; } }
  .l-grid--4col > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .l-grid--4col > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
  .l-grid--4col > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
  .l-grid--4col > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4; } }

.iframe-ratio {
  position: relative;
  height: 0;
  padding-bottom: 56%;
  width: 100%; }
  .iframe-ratio iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }

.map {
  background-color: #f3f3f3;
  color: #012846; }
  .map .blue {
    color: #0994b7; }

.l-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 700px) {
    .l-map {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.map__content-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  @media (min-width: 700px) {
    .map__content-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 40%;
              flex: 0 1 40%; } }

.map__default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

@media (min-width: 700px) {
  .map__content-container.is-active .map__modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    position: relative;
    width: 100%; } }

@media (min-width: 700px) {
  .map__content-container.is-active .map__default {
    display: none; } }

.map__map-container {
  padding: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 700px) {
    .map__map-container {
      padding: 70px 2rem 2rem 2rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 60%;
              flex: 0 1 60%; } }

.map__map {
  margin: auto 0;
  padding: 50px 0; }

.map__modal {
  display: none; }

.map__text, .map-modal__text {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto 0;
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%; }

.map__text {
  width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.map__modal .map-modal__text {
  background-color: #002846;
  color: white; }

.map__modal .map-modal__button .button {
  color: white; }

.map__title, .map__content {
  color: #4a4a4a; }

.map__title, .map-modal__title {
  font-family: "urw-din-condensed", sans-serif;
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
  letter-spacing: 1;
  text-transform: uppercase;
  padding-bottom: 20px; }
  @media (min-width: 700px) {
    .map__title, .map-modal__title {
      font-size: 40px; } }

.map-modal__title {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 32px; }

.map__content, .map-modal__content {
  font-size: 17px;
  line-height: 24px;
  padding: 10px 0 30px 0; }
  @media (min-width: 700px) {
    .map__content, .map-modal__content {
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.2; } }
  .map__content p, .map-modal__content p {
    color: #4a4a4a; }

.map__image, .map-modal__image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 325px;
  background-position: center; }

.map-modal__button {
  margin-top: auto; }

@media (min-width: 700px) {
  .map .map__map .is-active {
    opacity: 1 !important;
    height: 150px;
    overflow: hidden;
    width: 150px;
    height: 150px !important;
    width: 150px !important;
    background-image: url("../images/bg/6-layers.png");
    z-index: -1;
    background-size: contain;
    margin-left: -75px !important;
    margin-top: -75px !important; }
    .map .map__map .is-active::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; } }

@media (min-width: 700px) {
  .map .map__map .is-inactive svg path {
    fill: #065897 !important; } }

@media (max-width: 700px) {
  .map:hover, .map .imp-shape.imp-shape-spot:hover {
    cursor: initial !important; } }

.map-modal__close {
  position: absolute;
  z-index: 10;
  font-size: 100px;
  top: 5px;
  line-height: 0px;
  right: 5px; }
  .map-modal__close svg g {
    fill: #012846;
    stroke: #012846; }
  .map-modal__close:hover svg g {
    fill: #fff;
    stroke: #fff; }

.map__dropdown {
  position: relative;
  width: 207px;
  margin: .5rem 20px .5rem auto;
  border: 3px solid #012846; }
  .map__dropdown .map__dropdown-label {
    display: inline-block;
    padding: 0 1.5rem;
    font-weight: 500;
    font-size: 17px; }
  .map__dropdown .map__nav {
    display: none;
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    right: -3px;
    margin-top:  5px;
    -webkit-box-shadow: 1px 1px 1px grey;
            box-shadow: 1px 1px 1px grey;
    top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 100;
    background: #fff;
    width: 284px;
    border: 3px solid #012846;
    padding: 0 .5rem; }
    .map__dropdown .map__nav:hover {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .map__dropdown .dropdown__icon {
    display: inline-block;
    padding: .25rem .5rem;
    background: #012846;
    color: white;
    height: 100%;
    float: right; }
  .map__dropdown:hover .map__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .map__dropdown .map__list-item {
    margin: 0;
    padding: .5rem 0; }
    .map__dropdown .map__list-item:hover {
      background-color: #C4EEF8; }
  .map__dropdown .map__link {
    text-decoration: none;
    display: block;
    text-align: center;
    font-size: 17px;
    color: #002846; }
  .map__dropdown ul {
    padding: 0;
    margin: 0; }
    .map__dropdown ul li {
      list-style-type: none; }

@media (min-width: 800px) {
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children a.mega-menu-link span.mega-indicator {
    float: none; } }

.megamenu {
  font-size: 16px;
  font-weight: 500; }

.megamenu__header {
  background-color: #f4f4f4;
  padding: 10px; }

.megamenu__title {
  color: #012846;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 0px; }
  .megamenu__card .megamenu__title {
    color: #fff; }
  @media (min-width: 700px) {
    .megamenu__title {
      padding-bottom: 10px; } }

.megamenu__link .megamenu__text {
  color: #4a4a4a;
  display: none;
  font-size: 14px; }
  .megamenu__link .megamenu__text:hover {
    text-decoration: none; }
  @media (min-width: 700px) {
    .megamenu__link .megamenu__text {
      display: block; } }

.megamenu__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
      grid-template-columns: 100%;
  -ms-grid-rows: (auto)[4];
      grid-template-rows: repeat(4, auto); }
  @media (min-width: 700px) {
    .megamenu__grid {
      -ms-grid-columns: 50% 50%;
          grid-template-columns: 50% 50%;
      -ms-grid-rows: auto auto;
          grid-template-rows: auto auto; } }
  .megamenu__grid > * {
    margin: 7.5px; }
    @supports (grid-gap: 15px) {
      .megamenu__grid > * {
        margin: 0; } }
  .megamenu__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
  .megamenu__grid > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
  .megamenu__grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
  .megamenu__grid > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
  @media (min-width: 700px) {
    .megamenu__grid > * {
      margin: 7.5px; }
      @supports (grid-gap: 15px) {
        .megamenu__grid > * {
          margin: 0; } }
    .megamenu__grid > *:nth-child(1) {
      -ms-grid-row: 1;
      -ms-grid-column: 1; }
    .megamenu__grid > *:nth-child(2) {
      -ms-grid-row: 1;
      -ms-grid-column: 2; }
    .megamenu__grid > *:nth-child(3) {
      -ms-grid-row: 2;
      -ms-grid-column: 1; }
    .megamenu__grid > *:nth-child(4) {
      -ms-grid-row: 2;
      -ms-grid-column: 2; } }

.megamenu__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
  text-decoration: none; }
  .megamenu__badge:focus, .megamenu__badge:hover {
    background-color: #C4EEF8;
    color: #002846; }

.megamenu__icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 150px;
  padding: 10px;
  display: none; }
  @media (min-width: 700px) {
    .megamenu__icon {
      display: block; } }

.megamenu__badge-title {
  color: #012846;
  font-weight: 500;
  padding: 1em;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  font-size: 16px; }
  @media (min-width: 700px) {
    .megamenu__badge-title {
      line-height: 20px; } }

.megamenu__card {
  background-color: #012846;
  color: #fff;
  height: 100%;
  left: 1px;
  padding: 1em;
  position: relative; }

.megamenu__card.notable-women__card {
  background-color: #f5de03;
  color: #012846; }
  .megamenu__card.notable-women__card .megamenu__link {
    color: #012846; }
  .megamenu__card.notable-women__card .megamenu__title {
    color: #012846; }

.megamenu__image {
  display: none; }
  .megamenu__image img {
    border-radius: 50%;
    max-width: 150px !important;
    padding-bottom: 10px; }
  @media (min-width: 700px) {
    .megamenu__image {
      display: block; } }

.megamenu__link {
  display: block;
  font-weight: 500;
  text-decoration: none; }
  .megamenu__card .megamenu__link {
    color: #fff;
    margin: 1em 0; }
  .megamenu__link .fa-arrow-right {
    margin-left: 0.5em; }
  .megamenu__link:focus .megamenu__title, .megamenu__link:hover .megamenu__title {
    text-decoration: underline; }
  .megamenu__link:hover .megamenu__text {
    text-decoration: none; }

.megamenu__custom-widget {
  list-style-type: none;
  padding: 0; }

.mega-menu-item-106 .mega-menu-row .mega-sub-menu {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-flow: row wrap !important;
          flex-flow: row wrap !important;
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }
  .mega-menu-item-106 .mega-menu-row .mega-sub-menu a {
    color: #012846;
    font-size: 16px; }
    .mega-menu-item-106 .mega-menu-row .mega-sub-menu a.megamenu__link {
      color: white; }

.mega-menu-item-106 .col--blue {
  background-color: #012846 !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important; }

li#mega-menu-307-0-0,
li#mega-menu-106-0-0 {
  margin: 0; }

.widget_wastemcustom_widget .header {
  background-color: #f4f4f4;
  padding: 10px; }
  .widget_wastemcustom_widget .header .mega-block-title {
    color: #012846;
    font-family: freight-sans-pro, sans-serif;
    font-weight: 500;
    margin: 0;
    padding-bottom: 5px;
    text-transform: uppercase; }

.widget_wastemcustom_widget .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0; }
  .widget_wastemcustom_widget .listing a {
    display: block;
    padding: 1em;
    text-decoration: none;
    font-weight: 500; }
  .widget_wastemcustom_widget .listing ul {
    list-style-type: none;
    padding: 0 1em 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 200px;
            flex: 1 1 200px;
    margin: 0; }
  .widget_wastemcustom_widget .listing li {
    margin-bottom: 0; }
    .widget_wastemcustom_widget .listing li:focus, .widget_wastemcustom_widget .listing li:hover {
      background-color: #C4EEF8; }
  .widget_wastemcustom_widget .listing .col-1 {
    border-right: none;
    padding-right: 0;
    max-width: initial; }
  .widget_wastemcustom_widget .listing .col-2 {
    padding-left: 0;
    padding-right: 0;
    max-width: initial; }
    @media (min-width: 700px) {
      .widget_wastemcustom_widget .listing .col-2 {
        padding-left: 0; } }

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
  padding: 0 12px 0 12px; }
  @media (min-width: 1010px) {
    #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
      padding: 0 16px 0 16px; } }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  font-weight: 500;
  color: #fff; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    color: white; }
  @media (min-width: 700px) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
      color: #012846;
      font-size: 16px;
      letter-spacing: 1px; }
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
        color: inherit; } }

#mega-menu-wrap-primary #mega-menu-primary {
  background-color: #012846;
  -webkit-box-shadow: #ccc 1px 1px 1px;
          box-shadow: #ccc 1px 1px 1px; }
  @media (min-width: 700px) {
    #mega-menu-wrap-primary #mega-menu-primary {
      background-color: #fff;
      -webkit-box-shadow: none;
              box-shadow: none; } }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-current-menu-item {
    background-color: #f4f4f4; }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    color: #4a4a4a; }
    @media (min-width: 700px) {
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
        color: #012846; } }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #fff; }
    @media (min-width: 700px) {
      #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: inherit; } }

#mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
  color: #012846;
  font-weight: 500;
  letter-spacing: 1px;
  padding-left: 1em; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-toggle-on > ul.mega-sub-menu:first-of-type {
  -webkit-box-shadow: #ccc 1px 1px 1px;
          box-shadow: #ccc 1px 1px 1px; }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
  padding: 0; }

@media (min-width: 43.75em) {
  .mobile-menu {
    display: none; } }

.mobile-menu__bar {
  background-color: rgba(243, 243, 243, 0.98);
  border-bottom: 1px solid #dadada;
  -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.4);
  color: #555559;
  height: 2.75em;
  text-align: center; }

.mobile-menu__button {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border: 0;
  color: #555559;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  height: 2.75em;
  line-height: 2.75em;
  margin: 0;
  padding: 0 1em;
  text-decoration: none; }
  .mobile-menu__button:focus {
    outline: thin dotted; }

.mobile-menu__button--menu {
  border-right: 1px solid #dadada;
  float: left; }

.mobile-menu__button--search {
  border-left: 1px solid #dadada;
  float: right; }

.mobile-menu__icon {
  height: 22px;
  overflow: hidden;
  width: 22px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  display: inline-block;
  margin-top: 1em; }
  .mobile-menu__icon::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.is-active .mobile-menu__icon--menu, .is-active .mobile-menu__icon--search {
  background-image: url("../images/bg/mobile-close.png");
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.9%202.2l-2.2-2.2-8.8%208.8-8.8-8.8-2.2%202.2%208.8%208.8-8.8%208.8%202.2%202.2%208.8-8.8%208.8%208.8%202.2-2.2-8.8-8.8%208.8-8.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-image: -webkit-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.9%202.2l-2.2-2.2-8.8%208.8-8.8-8.8-2.2%202.2%208.8%208.8-8.8%208.8%202.2%202.2%208.8-8.8%208.8%208.8%202.2-2.2-8.8-8.8%208.8-8.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.9%202.2l-2.2-2.2-8.8%208.8-8.8-8.8-2.2%202.2%208.8%208.8-8.8%208.8%202.2%202.2%208.8-8.8%208.8%208.8%202.2-2.2-8.8-8.8%208.8-8.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.9%202.2l-2.2-2.2-8.8%208.8-8.8-8.8-2.2%202.2%208.8%208.8-8.8%208.8%202.2%202.2%208.8-8.8%208.8%208.8%202.2-2.2-8.8-8.8%208.8-8.8z%22%2F%3E%0D%0A%3C%2Fsvg%3E'); }

.mobile-menu__icon--menu {
  background-image: url("../images/bg/mobile-menu.png");
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2222%22%20viewBox%3D%220%200%2033%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M0%2022h33.1v-3.7h-33.1v3.7zM0%2012.8h33.1v-3.7h-33.1v3.7zM0%200v3.7h33.1v-3.7h-33.1z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-image: -webkit-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2222%22%20viewBox%3D%220%200%2033%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M0%2022h33.1v-3.7h-33.1v3.7zM0%2012.8h33.1v-3.7h-33.1v3.7zM0%200v3.7h33.1v-3.7h-33.1z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2222%22%20viewBox%3D%220%200%2033%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M0%2022h33.1v-3.7h-33.1v3.7zM0%2012.8h33.1v-3.7h-33.1v3.7zM0%200v3.7h33.1v-3.7h-33.1z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2233%22%20height%3D%2222%22%20viewBox%3D%220%200%2033%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M0%2022h33.1v-3.7h-33.1v3.7zM0%2012.8h33.1v-3.7h-33.1v3.7zM0%200v3.7h33.1v-3.7h-33.1z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-size: 33px 22px;
  width: 33px; }
  .is-active .mobile-menu__icon--menu {
    background-size: 22px 22px; }

.mobile-menu__icon--search {
  background-image: url("../images/bg/mobile-search.png");
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.3%2018.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7%201.2-1.4%202-3.3%202-5.4%200-4.6-3.7-8.2-8.2-8.2s-8.2%203.7-8.2%208.3%203.7%208.3%208.3%208.3c2%200%203.9-0.7%205.4-2%200%200.5%200.2%201%200.7%201.6l4.4%205.2c0.8%200.8%202%200.9%202.8%200.2s0.7-2-0.2-2.8zM8.3%2013.8c-3%200-5.5-2.5-5.5-5.5s2.5-5.5%205.5-5.5%205.5%202.5%205.5%205.5-2.5%205.5-5.5%205.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-image: -webkit-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.3%2018.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7%201.2-1.4%202-3.3%202-5.4%200-4.6-3.7-8.2-8.2-8.2s-8.2%203.7-8.2%208.3%203.7%208.3%208.3%208.3c2%200%203.9-0.7%205.4-2%200%200.5%200.2%201%200.7%201.6l4.4%205.2c0.8%200.8%202%200.9%202.8%200.2s0.7-2-0.2-2.8zM8.3%2013.8c-3%200-5.5-2.5-5.5-5.5s2.5-5.5%205.5-5.5%205.5%202.5%205.5%205.5-2.5%205.5-5.5%205.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.3%2018.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7%201.2-1.4%202-3.3%202-5.4%200-4.6-3.7-8.2-8.2-8.2s-8.2%203.7-8.2%208.3%203.7%208.3%208.3%208.3c2%200%203.9-0.7%205.4-2%200%200.5%200.2%201%200.7%201.6l4.4%205.2c0.8%200.8%202%200.9%202.8%200.2s0.7-2-0.2-2.8zM8.3%2013.8c-3%200-5.5-2.5-5.5-5.5s2.5-5.5%205.5-5.5%205.5%202.5%205.5%205.5-2.5%205.5-5.5%205.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%23555559%22%20d%3D%22M21.3%2018.7l-5.2-4.4c-0.5-0.5-1.1-0.7-1.6-0.7%201.2-1.4%202-3.3%202-5.4%200-4.6-3.7-8.2-8.2-8.2s-8.2%203.7-8.2%208.3%203.7%208.3%208.3%208.3c2%200%203.9-0.7%205.4-2%200%200.5%200.2%201%200.7%201.6l4.4%205.2c0.8%200.8%202%200.9%202.8%200.2s0.7-2-0.2-2.8zM8.3%2013.8c-3%200-5.5-2.5-5.5-5.5s2.5-5.5%205.5-5.5%205.5%202.5%205.5%205.5-2.5%205.5-5.5%205.5z%22%2F%3E%0D%0A%3C%2Fsvg%3E'); }

.mobile-menu__links {
  background-color: #f3f3f3;
  background-color: rgba(243, 243, 243, 0.98);
  color: #555559;
  position: absolute;
  width: 100%;
  z-index: 100; }

.mobile-menu__search {
  display: none;
  padding: 0.5em; }
  .mobile-menu__search form,
  .mobile-menu__search .form-item,
  .mobile-menu__search .form-text {
    width: 100%; }
  .mobile-menu__search .form-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

#modal {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  z-index: 1000;
  left: 0; }

.modal #iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.modal__video {
  display: inline-block;
  margin: auto;
  position: relative;
  width: 80%;
  padding-bottom: 46.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }

.modal__close {
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #fff;
  padding: 1rem;
  font-size: 40px;
  line-height: 20px;
  background-color: #012846; }
  .modal__close:hover {
    background-color: #00afda; }

.nav-arrows {
  display: block; }

.nav-arrow--prev, .fact-nav-arrow--prev {
  height: 87px;
  overflow: hidden;
  width: 54px;
  background-image: url("../images/bg/left-arrow.png");
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/left-arrow.svg");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/bg/left-arrow.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/left-arrow.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/left-arrow.svg");
  display: inline-block;
  margin-right: 25px; }
  .nav-arrow--prev::before, .fact-nav-arrow--prev::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.nav-arrow--next, .fact-nav-arrow--next {
  height: 87px;
  overflow: hidden;
  width: 54px;
  background-image: url("../images/bg/right-arrow.png");
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url("../images/bg/right-arrow.svg");
  background-image: -webkit-linear-gradient(transparent, transparent), url("../images/bg/right-arrow.svg");
  background-image: -o-linear-gradient(transparent, transparent), url("../images/bg/right-arrow.svg");
  background-image: linear-gradient(transparent, transparent), url("../images/bg/right-arrow.svg");
  display: inline-block; }
  .nav-arrow--next::before, .fact-nav-arrow--next::before {
    content: '';
    display: block;
    height: 150%;
    width: 0; }

.nav {
  list-style: none;
  padding: 0; }

.nav__item {
  margin-bottom: 0; }

.nav--primary ul.nav > .nav__item, .nav--secondary ul.nav > .nav__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap; }

.offset-card {
  background-color: #fff;
  position: relative;
  padding: 2rem 1rem;
  width: 100%; }
  @media (min-width: 700px) {
    .offset-card {
      width: 520px;
      padding: 2rem; } }

.offset-card__tab {
  display: block;
  background-color: #002846;
  padding: 1rem;
  font-size: 17px;
  font-family: "urw-din-condensed", sans-serif;
  letter-spacing: 0.71px;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: -30px; }
  @media (min-width: 700px) {
    .offset-card__tab {
      display: inline-block; } }

.offset-card__title {
  color: #012846;
  font-size: 28px;
  line-height: 32px;
  padding-top: 1rem;
  font-weight: 500; }

.offset-card__content {
  padding: 0.4rem 0 1.8rem 0;
  font-size: 17px;
  line-height: 24px; }
  @media (min-width: 700px) {
    .offset-card__content {
      font-size: 1rem; } }

.offset-header {
  display: -ms-grid;
  display: grid;
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      -ms-grid-rows: 250px 1fr;
      grid-template-rows: 250px 1fr;
      grid-template-areas: "image" "colorbg"; }
  @media (min-width: 700px) {
    .offset-header {
          -ms-grid-columns: 66% 34%;
          grid-template-columns: 66% 34%;
          -ms-grid-rows: 100%;
          grid-template-rows: 100%;
          grid-template-areas: "image colorbg";
      max-height: 600px; }
    .card-search-result__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .offset-header__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .offset-header__colorbg {
    -ms-grid-row: 1;
    -ms-grid-column: 2; } }

.offset-header__image {
  background-repeat: no-repeat;
  padding-bottom: 58%;
  background-size: cover;
  background-position: top center;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  max-height: inherit; }
  @media (min-width: 1600px) {
    .offset-header__image {
      padding-bottom: 45%;
      -ms-grid-row: 1 !important;
      -ms-grid-column: 1 !important; } }

.offset-header__colorbg {
  background-color: #00afda;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: colorbg;
  padding: 0; }
  @media (min-width: 700px) {
    .offset-header__colorbg {
      padding: 8rem 2rem;
      max-height: inherit;
      -ms-grid-row: 1 !important;
      -ms-grid-column: 2 !important; } }

.offset-header__card-container {
  background-color: #fff;
  position: relative;
  width: 100%;
  left: 0; }
  @media (min-width: 700px) {
    .offset-header__card-container {
      left: -200px;
      min-width: 500px; } }

.offset-header--reverse {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-template-areas: "image" "colorbg";
  -ms-grid-rows: 250px 1fr;
  grid-template-rows: 250px 1fr; }
  .offset-header--reverse .offset-header__card-container {
    left: 0; }
  @media (min-width: 700px) {
    .offset-header--reverse {
          -ms-grid-columns: 34% 66%;
          grid-template-columns: 34% 66%;
          -ms-grid-rows: 100%;
          grid-template-rows: 100%;
          grid-template-areas: "colorbg image"; }
      .offset-header--reverse .offset-header__card-container {
        left: 20%; }
    .card-search-result__image {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .offset-header__image {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
    .offset-header__colorbg {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

.offset-header--carousel .offset-header__image {
  display: none; }
  .offset-header--carousel .offset-header__image.is-active {
    display: block; }

@media (min-width: 700px) {
  .offset-header__colorbg {
    -ms-grid-row: 1;
    -ms-grid-column: 2; } }

@media (min-width: 700px) {
  .offset-header__image {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }

.page-builder iframe {
  width: 100% !important; }

.page-builder__title {
  color: #012846;
  font-family: freight-sans-pro, sans-serif;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 16px; }
  @media (min-width: 700px) {
    .page-builder__title {
      font-size: 28px;
      line-height: 32px; } }

.page-builder__block--textarea ul {
  list-style-image: url("/wp-content/themes/gesso/images/bg/bullet-angle.png"); }

.page-builder__block--carousel {
  margin-bottom: 1em;
  position: relative; }

.page-builder__slide-container {
  position: relative; }
  .page-builder__slide-container .is-active {
    display: block; }

.page-builder__slide {
  padding: 0;
  display: none; }

.page-builder__caption {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.36px;
  margin: 0; }
  @media (min-width: 700px) {
    .page-builder__caption {
      margin: 13px 0; } }

.page-builder__image {
  height: 550px;
  background-size: cover;
  background-position: top center; }

.page-builder__nav {
  position: absolute;
  width: 100%;
  top: 50%; }
  .page-builder__nav .nav-arrow {
    position: absolute;
    margin: 9px 5px; }
  .page-builder__nav .nav-arrow--prev {
    float: left;
    left: -15px; }
  .page-builder__nav .nav-arrow--next {
    float: right;
    right: -15px; }

.page-metabar {
  background-color: #00afda;
  background: inherit;
  color: #fff;
  margin: 0 -1rem; }
  @media (min-width: 700px) {
    .page-metabar {
      background: -webkit-gradient(linear, left top, right top, from(#00afda), color-stop(60%, #00afda), color-stop(60%, #0893b7), to(#0893b7));
      background: -webkit-linear-gradient(left, #00afda 0%, #00afda 60%, #0893b7 60%, #0893b7 100%);
      background: -o-linear-gradient(left, #00afda 0%, #00afda 60%, #0893b7 60%, #0893b7 100%);
      background: linear-gradient(to right, #00afda 0%, #00afda 60%, #0893b7 60%, #0893b7 100%); } }

.page-metabar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.page-metabar__col {
  padding: 1rem; }

.page-metabar__col--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background-color: #00afda; }
  @media (min-width: 700px) {
    .page-metabar__col--left {
      -webkit-box-flex: 2;
          -ms-flex: 2 0 40%;
              flex: 2 0 40%; } }

.page-metabar__col--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background-color: #0893b7; }
  @media (min-width: 700px) {
    .page-metabar__col--right {
      -webkit-box-flex: 3;
          -ms-flex: 3 0 60%;
              flex: 3 0 60%; } }

.page-metabar__category {
  font-size: 0.85rem;
  margin-right: 10px; }

.page-metabar__attachment {
  color: #fff;
  display: inline-block;
  font-size: 0.85rem;
  text-decoration: none; }

.page-metabar__bio {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 1rem; }

.page-metabar__image {
  float: left;
  margin-right: 1rem;
  max-height: 50px;
  width: 50px; }
  .page-metabar__image img {
    width: 50px;
    height: 50px;
    border-radius: 50%; }

.page-metabar__author {
  font-size: 0.85rem; }

.page-metabar__position {
  font-size: 0.7rem; }

.page-metabar__contact {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.page-metabar__email {
  color: #012846;
  font-size: 0.7rem;
  text-transform: uppercase; }

.page-metabar__phone {
  font-size: 0.7rem; }

.page-template-page-people .post__header {
  padding-top: 40px; }
  @media (min-width: 800px) {
    .page-template-page-people .post__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 800px) {
    .page-template-page-people .post__header .post__header--meta {
      width: 50%; } }
  .page-template-page-people .post__header .post__header--meta .page-title__people {
    font-size: 34px;
    line-height: 1.05;
    letter-spacing: 1px; }
    @media (min-width: 800px) {
      .page-template-page-people .post__header .post__header--meta .page-title__people {
        font-size: 40px; } }
  .page-template-page-people .post__header .post__header--meta .page-content__people {
    font-size:  18px;
    letter-spacing:   0.41px;
    line-height: 1.4; }
  .page-template-page-people .post__header .post__header--meta hr {
    border: 4px solid #f5de03;
    margin: 40px 0px;
    display: none; }
    @media (min-width: 800px) {
      .page-template-page-people .post__header .post__header--meta hr {
        border: 10px solid #f5de03;
        display: block; } }
  @media (min-width: 800px) {
    .page-template-page-people .post__header .post__header--image-mobile {
      display: none; } }
  .page-template-page-people .post__header .post__header--image {
    display: none; }
    @media (min-width: 800px) {
      .page-template-page-people .post__header .post__header--image {
        display: block;
        width: 50%;
        text-align: right; }
        .page-template-page-people .post__header .post__header--image img {
          width: 94%; } }

@media (min-width: 800px) {
  .page-template-page-people .facet__selectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.page-template-page-people .facet__selectors .facetwp-type-fselect .fs-wrap {
  width: 336px; }
  @media (min-width: 800px) {
    .page-template-page-people .facet__selectors .facetwp-type-fselect .fs-wrap {
      width: 220px; } }

.page-template-page-people .facet__selectors .facetwp-type-fselect .fs-dropdown {
  width: 336px; }
  @media (min-width: 800px) {
    .page-template-page-people .facet__selectors .facetwp-type-fselect .fs-dropdown {
      width: 220px; } }

.page-template-page-people .facet__selectors .facet__selectors--region {
  margin-right: 40px;
  margin-bottom: 15px; }
  @media (min-width: 800px) {
    .page-template-page-people .facet__selectors .facet__selectors--region {
      margin-bottom: 0px; } }
  .page-template-page-people .facet__selectors .facet__selectors--region .fs-label-wrap {
    border: 3px solid #012846;
    padding: 6px; }
  .page-template-page-people .facet__selectors .facet__selectors--region .fs-label-wrap:focus, .page-template-page-people .facet__selectors .facet__selectors--region .fs-wrap:focus, .page-template-page-people .facet__selectors .facet__selectors--region .facetwp-type-fselect:focus {
    outline: none; }
  .page-template-page-people .facet__selectors .facet__selectors--region .fs-label {
    color: #012846; }
  .page-template-page-people .facet__selectors .facet__selectors--region .fs-search {
    display: none; }
  .page-template-page-people .facet__selectors .facet__selectors--region .facetwp-counter {
    display: none; }
  .page-template-page-people .facet__selectors .facet__selectors--region .fs-dropdown {
    margin-top: 0px;
    border: 3px solid #012846;
    border-top: 0px; }
  .page-template-page-people .facet__selectors .facet__selectors--region .fs-option {
    border: none; }
  .page-template-page-people .facet__selectors .facet__selectors--region .fs-option[data-index="0"] {
    display: none; }
  .page-template-page-people .facet__selectors .facet__selectors--region .fs-option-label {
    text-align: center;
    padding: 10px; }
    .page-template-page-people .facet__selectors .facet__selectors--region .fs-option-label:hover {
      background-color: #C4EEF8; }

.page-template-page-people .facet__selectors .facet__reset-button button {
  height: 50px; }

.page-template-page-people .facet__selectors .facet__seclectors--sector {
  margin-right: 40px;
  margin-bottom: 15px; }
  .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-label-wrap {
    border: 3px solid #012846;
    padding: 6px; }
  .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-label {
    color: #012846; }
  .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-search {
    display: none; }
  .page-template-page-people .facet__selectors .facet__seclectors--sector .facetwp-counter {
    display: none; }
  .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-label-wrap:focus, .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-wrap:focus, .page-template-page-people .facet__selectors .facet__seclectors--sector .facetwp-type-fselect:focus {
    outline: none; }
  .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-dropdown {
    margin-top: 0px;
    border: 3px solid #012846;
    border-top: 0px; }
  .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-option {
    border: none; }
  .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-option[data-index="0"] {
    display: none; }
  .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-option-label {
    text-align: center;
    padding: 10px; }
    .page-template-page-people .facet__selectors .facet__seclectors--sector .fs-option-label:hover {
      background-color: #C4EEF8; }

.page-template-page-people .facet__selectors .fs-arrow {
  background-image: url(../images/bg/fs-arrow.svg);
  width: 15px;
  height: 9px;
  border: none;
  right: 18px; }

.page-template-page-people .people--grid {
  padding-bottom: 60px; }
  .page-template-page-people .people--grid .people--grid__item {
    position: relative; }
    .page-template-page-people .people--grid .people--grid__item img {
      width: 100%; }
    @media (min-width: 800px) {
      .page-template-page-people .people--grid .people--grid__item .grayscale {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%); } }
    .page-template-page-people .people--grid .people--grid__item a {
      text-decoration: none; }
    .page-template-page-people .people--grid .people--grid__item .people--grid__caption {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0; }
      .page-template-page-people .people--grid .people--grid__item .people--grid__caption .people--grid__caption--content {
        background-color: #f5de03;
        padding: 6px 10px; }
        @media (min-width: 800px) {
          .page-template-page-people .people--grid .people--grid__item .people--grid__caption .people--grid__caption--content {
            display: none; } }
      .page-template-page-people .people--grid .people--grid__item .people--grid__caption .people--grid__name {
        font-size: 24px;
        color: #012846; }
      .page-template-page-people .people--grid .people--grid__item .people--grid__caption .people--grid__job {
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 0.5px;
        color: #012846; }

.page-title {
  background-color: #002846;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 3rem 0;
  text-transform: uppercase;
  letter-spacing: 1.42px;
  line-height: 50px;
  font-weight: 700;
  font-family: "urw-din-condensed", sans-serif;
  position: relative; }
  @media (min-width: 700px) {
    .page-title {
      background-position: top center; } }
  .page-title.has-thumbnail {
    display: block;
    padding: 3rem 0;
    z-index: 1; }
    .page-title.has-thumbnail:before {
      background: rgba(0, 40, 70, 0.5);
      background-size: cover;
      content: " ";
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
    @media (min-width: 700px) {
      .page-title.has-thumbnail {
        padding: 8rem 0; } }

.page-title__title {
  font-size: 1.75rem;
  margin: 0; }
  @media (min-width: 700px) {
    .page-title__title {
      font-size: 2.5rem; } }

.pager-numbers {
  clear: both;
  list-style: none;
  margin: 2em 0;
  padding: 0;
  text-align: center; }

.pager-numbers__item {
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top; }
  .pager-numbers__item:not([class*=pager__item--]) {
    display: none; }
    @media (min-width: 37.5em) {
      .pager-numbers__item:not([class*=pager__item--]) {
        display: inline-block; } }

.pager-numbers__item--current, .pager-numbers__link {
  background-color: #f1f1f1;
  color: #212121;
  min-width: 2.2rem;
  padding: 0.65em; }

.pager-numbers__item--current {
  background-color: #d6d7d9; }

.pager-numbers__link {
  display: inline-block;
  text-decoration: none; }
  .pager-numbers__link:focus, .pager-numbers__link:hover {
    background-color: #d6d7d9;
    color: inherit; }

.pager {
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -ms-flex-line-pack: center;
      align-content: center; }

.pager__item {
  line-height: 1;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%; }
  .pager__item.pager__item--previous {
    background-color: #0893b7; }
  .pager__item.pager__item--next {
    background-color: #00afda; }
  .pager__item:focus, .pager__item:hover {
    background-color: #043A63;
    color: white; }
  .pager__item:not([class*=pager__item--]) {
    display: none; }
    @media (min-width: 37.5em) {
      .pager__item:not([class*=pager__item--]) {
        display: inline-block; } }

.pager__item--current, .pager__link {
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 24px;
  width: 100%;
  padding: 1em;
  text-transform: uppercase; }
  .pager__item--current span, .pager__link span {
    color: #002846;
    display: block;
    padding-top: 10px;
    text-transform: initial; }
  .pager__link--previous.pager__item--current, .pager__link--previous.pager__link {
    text-align: left; }
  .pager__link--next.pager__item--current, .pager__link--next.pager__link {
    text-align: right; }

.pager__link {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none; }
  .pager__link:focus, .pager__link:hover {
    color: inherit; }

.person {
  border-bottom: 1px solid #c9c9c9;
  padding: 2rem 0; }
  .person:first-of-type {
    padding: 0 0 2rem 0; }
  .person:last-of-type {
    border-bottom: none; }

.person__title {
  font-size: 40px;
  font-family: "urw-din-condensed", sans-serif;
  padding-bottom: 1rem;
  color: #012846; }

.person__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  @media (min-width: 700px) {
    .person__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row nowrap;
              flex-flow: row nowrap; } }

.person__image {
  margin: 0 auto;
  padding: 0 0 1rem; }
  @media (min-width: 700px) {
    .person__image {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      padding: 0; } }

.person__text {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%; }

.person__name {
  font-size: 28px;
  line-height: 26px;
  padding-bottom: 0.5rem;
  font-family: "urw-din-condensed", sans-serif;
  color: #0893b7;
  font-weight: 500; }

.person__content {
  font-size: 16px; }

.post__thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px; }
  @media (min-width: 700px) {
    .post__thumbnail {
      background-position: top center;
      min-height: 425px; } }

.post__link-wrapper {
  background-color: #f4f4f4;
  padding: 1rem;
  margin: 1rem 0; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.search-form {
  margin: 46px 0; }

.searchform--default {
  max-width: 620px;
  padding: 2rem 0; }

.searchform--default .searchform__input {
  width: 60%;
  margin-bottom: 1em;
  height: 48px;
  margin-right: -5px; }
  @media (min-width: 700px) {
    .searchform--default .searchform__input {
      width: 80%; } }
  .searchform--default .searchform__input > * {
    height: 100%; }
  .searchform--default .searchform__input input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 14px 30px;
    border: 1px solid #969696;
    color: #0994b7;
    font-size: 24px;
    line-height: 30px; }
  .searchform--default .searchform__input .button {
    font-weight: 400; }
  .searchform--default .searchform__input .button--search:after {
    font-family: FontAwesome;
    content: '\f002'; }

.search-form__filter {
  color: #0994b7;
  font-size: 13px;
  line-height: 19.6px; }
  .search-form__filter span:after {
    font-family: FontAwesome;
    content: '\f0b0'; }

.searchform--nav {
  margin-left: 15px;
  display: inline-block;
  position: relative; }
  .searchform--nav:hover::before {
    color: #00afda; }
  .searchform--nav::before {
    position: absolute;
    top: 0px;
    left: 5px;
    z-index: 20;
    font-size: 20px;
    font-family: "FontAwesome";
    content: "\f002";
    color: white; }
  .searchform--nav .button {
    display: none; }
  .searchform--nav .searchform__input {
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    transition: all 1.2s ease;
    width: 30px;
    background-color: #002846;
    font-size: 14px;
    border: none;
    padding: 5px 0 3px 30px; }
    .searchform--nav .searchform__input:focus {
      width: 200px;
      background-color: white;
      outline: none; }
  .searchform--nav input::-webkit-input-placeholder {
    color: #002846; }
  .searchform--nav input::-moz-placeholder {
    color: #002846; }
  .searchform--nav input::-ms-input-placeholder {
    color: #002846; }
  .searchform--nav input::placeholder {
    color: #002846; }

.search__header {
  border-bottom: 2px solid #f5de02;
  font-family: "urw-din-condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1;
  line-height: 42px;
  text-transform: uppercase;
  width: 100%; }

.search__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column; }
  @media (min-width: 700px) {
    .search__cards > * {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 200px;
              flex: 1 1 200px; } }

.section__title {
  font-family: "urw-din-condensed", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 1rem; }
  .section__title .blue {
    color: #0994b7; }

.section__subtitle {
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  max-width: 40rem; }

.section--circle-card {
  padding: 3rem 0 4rem 0; }
  .section--circle-card .section__subtitle {
    max-width: 45rem;
    margin: 0 auto;
    padding-bottom: 2rem; }

.section--three-up {
  padding: 2rem 0; }

.section--main,
.section--404 {
  padding: 3rem 0; }

.section--post-header {
  background-repeat: no-repeat; }

.section__title .section__subtitle {
  text-align: center;
  margin: 0 auto; }

@media (max-width: 700px) {
  .section__title {
    font-size: 30px;
    line-height: 32px; }
  .section__subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: left; } }

.section--support .section__subtitle {
  font-family: freight-sans-pro, sans-serif;
  text-transform: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 26px; }

.single-people .post--type-people {
  background-color: #00b0da;
  padding-top: 150px;
  padding-bottom: 0px;
  position: relative; }
  @media (min-width: 800px) {
    .single-people .post--type-people {
      padding-bottom: 0px;
      padding-top: 200px; } }

.single-people .fifty-fifty__spacer {
  border-top: 1px solid #00b0da; }

.single-people .post__content {
  background-color: #fff;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 3em;
  border-radius: 6px; }
  @media (min-width: 800px) {
    .single-people .post__content {
      margin-left: 100px;
      margin-right: 100px;
      margin-bottom: 200px; } }
  .single-people .post__content .single-people__header {
    position: relative;
    padding: 0 4%; }
  .single-people .post__content .single-people__image {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: -110px;
    text-align: center; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__image {
        top: -180px; } }
    .single-people .post__content .single-people__image .single-people__profile_image {
      max-width: 162px; }
      @media (min-width: 800px) {
        .single-people .post__content .single-people__image .single-people__profile_image {
          max-width: 286px; } }
    .single-people .post__content .single-people__image .single-people__icon {
      position: absolute;
      max-width: 80px;
      bottom: -20px;
      left: -10px; }
      @media (min-width: 800px) {
        .single-people .post__content .single-people__image .single-people__icon {
          left: -88px;
          bottom: 10px;
          max-width: 130px; } }
  .single-people .post__content .single-people__name {
    font-size: 30px;
    font-family: "freight-sans-pro";
    color: #012846;
    letter-spacing: 1px;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    margin-bottom: 5px;
    padding-top: 80px; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__name {
        padding-top: 150px;
        font-size: 39px; } }
  .single-people .post__content .single-people__job--title {
    font-size: 17px;
    text-align: center;
    line-height: 23px;
    color: #043A63; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__job--title {
        font-size: 20px;
        line-height: 33px; } }
  .single-people .post__content .single-people__employer {
    font-size: 20px;
    text-align: center;
    line-height: 33px;
    margin-bottom: 20px;
    color: #043A63; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__employer {
        font-size: 26px; } }
  .single-people .post__content .single-people__description {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
    padding: 0px 15px; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__description {
        padding: 0px;
        font-size: 20px; } }
  .single-people .post__content .single-people__sectors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10x;
    font-family: 'urw-din-condensed'; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__sectors {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .single-people .post__content .single-people__sectors .single-people-sector {
      padding: 0px 10px;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
      margin-bottom: 10px; }
      @media (min-width: 800px) {
        .single-people .post__content .single-people__sectors .single-people-sector {
          -ms-flex-preferred-size: 15%;
              flex-basis: 15%;
          margin-bottom: 0px; } }
      .single-people .post__content .single-people__sectors .single-people-sector a {
        color: #012846;
        background-color: #f5de03;
        font-size: 16px;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        padding: 5px 10px;
        letter-spacing: 2.3px;
        display: block;
        text-align: center; }
  .single-people .post__content .single-people__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__meta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  @media (min-width: 800px) {
    .single-people .post__content .single-people__social {
      margin-right: 45px; } }
  .single-people .post__content .single-people__social .l-constrain {
    padding: 0px; }
  .single-people .post__content .single-people__social .single-people__social--title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 3.85;
    letter-spacing: 1.3px; }
  .single-people .post__content .single-people__social .social-menu {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 .55rem 1rem 0;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__social .social-menu {
        padding: 0 2.55rem 1rem 0;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .single-people .post__content .single-people__social .social-menu .social-menu__a {
      margin-right: 5px; }
    .single-people .post__content .single-people__social .social-menu .social-menu__fa {
      height: 21px;
      width: 21px; }
  .single-people .post__content .single-people__pdf--download .single-people__pdf--title {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 3.85;
    letter-spacing: 1.3px;
    min-height: 46px;
    display: none; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__pdf--download .single-people__pdf--title {
        display: block; } }
  .single-people .post__content .single-people__pdf--download .single-people__pdf--link img {
    width: 43px;
    height: 43px; }
  .single-people .post__content .single-people__pdf--download .single-people__pdf--link a {
    text-decoration: none;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .single-people .post__content .single-people__pdf--download .single-people__pdf--link span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    background-color: #F8F6F6;
    max-width: 105px;
    line-height: normal;
    padding-top: 8px; }
  @media (min-width: 800px) {
    .single-people .post__content .single-people__footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .single-people .post__content .single-people__footer .single-people__quote {
    background-color: #012846;
    padding: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__footer .single-people__quote {
        width: 50%;
        padding: 40px 40px;
        border-bottom-left-radius: 6px; } }
    .single-people .post__content .single-people__footer .single-people__quote .single-person__quote {
      color: #fff; }
    .single-people .post__content .single-people__footer .single-people__quote .single-person__quote--attribution {
      color: #f5de03;
      margin-top: auto; }
  .single-people .post__content .single-people__footer .single-people__story--title {
    font-family: "urw-din-condensed";
    font-size: 24px;
    font-weight: 300;
    color: #012846;
    letter-spacing: .4px;
    font-weight: 900;
    text-transform: uppercase; }
  .single-people .post__content .single-people__footer .single-people__story {
    background-color: #f5de03;
    padding: 40px 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    @media (min-width: 800px) {
      .single-people .post__content .single-people__footer .single-people__story {
        width: 50%;
        border-bottom-left-radius: 0px;
        padding: 40px 40px; } }
    .single-people .post__content .single-people__footer .single-people__story hr {
      border: 0.5px solid #043A63; }

.single-people .post-nav--prev {
  display: none; }
  @media (min-width: 800px) {
    .single-people .post-nav--prev {
      display: block;
      float: left;
      padding-left: 2em;
      margin-top: 25%; } }
  .single-people .post-nav--prev a {
    color: #fff;
    font-size: 58px; }

.single-people .post-nav--next {
  display: none; }
  @media (min-width: 800px) {
    .single-people .post-nav--next {
      display: block;
      float: right;
      padding-right: 2em;
      margin-top: 25%; } }
  .single-people .post-nav--next a {
    color: #fff;
    font-size: 52px; }

.single-people .mobile__post-nav {
  display: block;
  background-color: #012846;
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media (min-width: 800px) {
    .single-people .mobile__post-nav {
      display: none; } }
  .single-people .mobile__post-nav a {
    color: #f5de03;
    font-size: 33px; }
  .single-people .mobile__post-nav .prev-post {
    float: left; }
  .single-people .mobile__post-nav .next-post {
    float: right; }
  .single-people .mobile__post-nav .prev-post-disable {
    float: left;
    font-size: 33px;
    color: #4a4a4a; }
  .single-people .mobile__post-nav .next-post-disable {
    float: right;
    font-size: 33px;
    color: #4a4a4a; }

.skiplinks {
  left: 50%;
  margin-left: -7em;
  position: absolute;
  width: 14em;
  z-index: 9999; }

.skiplinks__link,
.skiplinks__link:visited,
.skiplinks__link:focus {
  background-color: #333;
  border: 2px solid #eee;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 0;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  color: #eee;
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  outline: 0;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
  width: 14em; }

#main:focus {
  outline: 0; }

.slide {
  display: none;
  background-color: #fff;
  padding: 2rem;
  position: relative;
  width: 100%; }
  .slide.is-active {
    display: block; }

.slide__tab {
  display: block;
  background-color: #002846;
  padding: 1rem;
  font-size: 17px;
  font-family: "urw-din-condensed", sans-serif;
  letter-spacing: 0.71px;
  font-weight: 100;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: -30px; }
  @media (min-width: 700px) {
    .slide__tab {
      display: inline-block; } }

.slide__title {
  color: #012846;
  font-size: 24px;
  line-height: 32px;
  padding-top: 1rem;
  font-weight: 500; }

.slide__content {
  padding: 0.4rem 0 0 0;
  font-size: 16px;
  line-height: 24px; }

.sticky {
  display: block; }

.l-support-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%; }
  @media (min-width: 700px) {
    .l-support-cards {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.card-support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem; }
  @media (min-width: 700px) {
    .card-support {
      -ms-flex-preferred-size: 33%;
          flex-basis: 33%; } }

.timeline {
  background-image: url("../images/bg/night-sky.svg");
  background-size: cover;
  color: white;
  padding: 2rem 0 0 0; }
  .timeline .star__icon--mobile:hover, .timeline .star__icon:hover {
    cursor: pointer; }
  .timeline .timeline__testimonial {
    display: none;
    padding-bottom: 4rem;
    min-height: 100px;
    text-align: center;
    margin: auto;
    max-width: 800px;
    font-size: 18px;
    letter-spacing: 0.72;
    line-height: 24px; }
    @media (min-width: 700px) {
      .timeline .timeline__testimonial {
        font-size: 36px;
        letter-spacing: 1.78px;
        line-height: 42px; } }
    .timeline .timeline__testimonial p {
      padding: .75rem 0; }
    .timeline .timeline__testimonial .blue {
      font-style: italic; }
  .timeline .timeline__testimonial.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .timeline .timeline__testimonial.is-active .yellow__line {
      width: 100px;
      margin: 0 auto;
      padding-bottom: 30px;
      border-top: 2px solid #f5de02;
      display: none; }
      @media (min-width: 900px) {
        .timeline .timeline__testimonial.is-active .yellow__line {
          display: block; } }

.timeline__title {
  font-size: 40px;
  color: #00b0da;
  font-family: "urw-din-condensed", sans-serif;
  line-height: 42px;
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500; }
  @media (min-width: 700px) {
    .timeline__title {
      font-size: 34px;
      line-height: 36px;
      font-weight: 600;
      letter-spacing: 1px; } }

.timeline__right-container {
  -ms-flex-preferred-size: 56%;
      flex-basis: 56%;
  display: inline-block; }

.timeline__content {
  font-size: 17px; }

.timeline__header {
  font-size: 28px;
  line-height: 32px;
  font-weight: 500;
  padding: 1rem 0; }
  @media (min-width: 700px) {
    .timeline__header {
      padding: 0; } }

.timeline__text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 1rem; }
  @media (min-width: 700px) {
    .timeline__text-container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.text--blue {
  color: #1ecaf2; }

.timeline-point__container {
  display: none;
  position: absolute;
  top: 200px;
  right: 1rem;
  width: calc(100% - 1rem);
  padding-bottom: 2rem; }
  @media (min-width: 700px) {
    .timeline-point__container {
      width: 60%;
      left: 37%; } }
  @media (min-width: 900px) {
    .timeline-point__container {
      position: relative;
      background: -moz-linear-gradient(top, rgba(0, 40, 70, 0) 66%, #002846 67%, #002846 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 40, 70, 0) 66%, #002846 67%, #002846 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, rgba(0, 40, 70, 0)), color-stop(67%, #002846), to(#002846));
      background: -o-linear-gradient(top, rgba(0, 40, 70, 0) 66%, #002846 67%, #002846 100%);
      background: linear-gradient(to bottom, rgba(0, 40, 70, 0) 66%, #002846 67%, #002846 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00002846', endColorstr='#002846',GradientType=0 );
      /* IE6-9 */
      left: 0;
      width: 100%;
      top: 0; } }
  .timeline-point__container .point__close {
    position: absolute;
    top: 11px;
    right: 15px;
    height: 41px;
    width: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .timeline-point__container .point__close svg {
      margin: auto; }
      .timeline-point__container .point__close svg g {
        stroke: #012846; }
        @media (min-width: 900px) {
          .timeline-point__container .point__close svg g {
            stroke: white; } }
    .timeline-point__container .point__close:hover {
      background-color: #00afda; }

.timeline-point__container.is-active {
  display: block; }

.timeline__point {
  display: none; }
  .timeline__point .point__image {
    width: 70%;
    max-width: 700px;
    padding-bottom: 50%;
    margin: 0 0 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: none; }
    @media (min-width: 900px) {
      .timeline__point .point__image {
        display: block; } }
  .timeline__point .point__text {
    background-color: #fff;
    color: #4a4a4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    left: 25%;
    top: 15%;
    font-size: 16px;
    max-width: 90%;
    padding: 1rem; }
    .timeline__point .point__text:before {
      content: "\25E5";
      position: absolute;
      top: -9px;
      left: -28px;
      color: white;
      font-size: 40px; }
    @media (min-width: 900px) {
      .timeline__point .point__text {
        line-height: 24px;
        left: 5%;
        width: 45%; }
        .timeline__point .point__text:before {
          content: ""; } }
    .timeline__point .point__text a.button {
      display: inline-block;
      width: 200px; }
  .timeline__point .point__title {
    color: #012846;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    width: calc(100% - 70px); }
    @media (min-width: 700px) {
      .timeline__point .point__title {
        font-size: 28px;
        line-height: 28px; } }
  .timeline__point .point__content {
    padding: .5rem 0; }

.timeline__point.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.timeline-desktop {
  display: none; }
  @media (min-width: 900px) {
    .timeline-desktop {
      display: block; } }

.timeline--placeholder {
  width: 50%; }
  @media (min-width: 900px) {
    .timeline--placeholder {
      display: none; } }

@media (min-width: 900px) {
  .timeline__section {
    position: relative; } }

.twoup-research {
  background: center top url("/wp-content/themes/gesso/images/bg/background-with-illustrations.svg") no-repeat #f4f4f4;
  background-size: 110%; }
  .twoup-research .l-constrain {
    max-width: 50rem; }

.video-preheader {
  height: calc(100vh - 100px);
  max-width: 100vw;
  background-color: rgba(0, 0, 0, 0.4); }
  @media (min-width: 700px) {
    .video-preheader {
      max-height: none; } }
  .video-preheader .button {
    color: white; }
  @media (max-width: 700px) {
    .video-preheader {
      background: white !important; } }

.video-preheader__container {
  height: 100%;
  max-width: 99vw; }
  .video-preheader__container .l-constrain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }

.video-preheader__title {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500; }

.video-preheader__content {
  font-size: 17px;
  padding: 1rem 0 3rem 0; }

.video-preheader__text {
  color: #fff;
  margin: auto 0;
  width: 100%;
  display: table; }

@media (min-width: 700px) {
  .video-preheader__title {
    font-size: 40px;
    line-height: 44px;
    font-weight: 500; }
  .video-preheader__content {
    font-size: 20px; }
  .video-preheader__text {
    width: 58%; } }

@media (min-width: 1200px) {
  .video-preheader__title {
    font-size: 50px; }
  .video-preheader__content {
    font-size: 24px; }
  .video-preheader__text {
    width: 50%; } }

.wp-caption {
  max-width: 100%; }
  .wp-caption .wp-caption-text {
    max-width: 100%;
    font-size: 13px;
    line-height: 16px; }

.button--arrow {
  background-color: transparent; }
  .button--arrow .button__arrow-icon svg {
    fill: white; }

.button--blue {
  border: none;
  background-color: #012846;
  color: #fff; }
  .button--blue:focus, .button--blue:hover {
    background-color: #043A63;
    color: #fff; }
  .button--blue:active {
    background-color: #981b1e;
    color: #fff; }

.button.button--blue.button--arrow {
  padding: 12px 20px;
  font-weight: 500; }

.button--danger {
  background-color: #e31c3d;
  color: #fff; }
  .button--danger:focus, .button--danger:hover {
    background-color: #cd2026;
    color: #fff; }
  .button--danger:active {
    background-color: #981b1e;
    color: #fff; }

.button--filled {
  border: none;
  background-color: #DE6026;
  color: #fff; }
  .button--filled:focus, .button--filled:hover {
    background-color: #E68A24;
    color: #fff; }
  .button--filled:active {
    background-color: orange, 1;
    color: #fff; }

.button--lg {
  font-size: 1.2rem;
  line-height: 1.0416666667;
  padding: 0.75rem 1.5rem; }

.media-icon {
  padding: .6rem 1rem;
  display: inline-block;
  border-right: 2px solid #DE6026;
  margin-right: 1rem; }
  .media-icon:before {
    font-family: FontAwesome;
    content: " ";
    color: #DE6026; }

.button--media {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 1rem 0 0; }
  .button--media:hover span:before {
    color: white; }

.button--search::before {
  font-family: "FontAwesome";
  content: "\f002";
  color: white; }

.button--search {
  background-color: #002846;
  border: none;
  height: 48px; }

.button--secondary {
  background-color: #5b616b;
  color: #fff; }
  .button--secondary:focus, .button--secondary:hover {
    background-color: #323a45;
    color: #fff; }
  .button--secondary:active {
    background-color: #212121;
    color: #fff; }

.button--sm {
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.4rem 0.8rem; }

.nav--mobile-menu {
  margin: 0.75em 0 0 0; }
  .nav--mobile-menu .nav__item {
    margin: 0;
    padding: 0; }
  .nav--mobile-menu .nav__link {
    background-color: transparent;
    border: 0;
    color: #555559;
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    padding: 0.5972222222em 1.25em;
    position: relative;
    text-align: left;
    text-decoration: none;
    white-space: normal;
    width: auto;
    z-index: 3; }
    .nav--mobile-menu .nav__link:focus, .nav--mobile-menu .nav__link:hover, .nav--mobile-menu .nav__link:active, .nav--mobile-menu .nav__link.is-active {
      color: #000; }
  .nav--mobile-menu .nav__item--parent {
    position: relative; }
    .nav--mobile-menu .nav__item--parent.is-open {
      background: #fff;
      background: rgba(255, 255, 255, 0.98); }
    .nav--mobile-menu .nav__item--parent > .nav__link {
      display: inline-block; }
  .nav--mobile-menu .nav__subnav-arrow {
    background: none;
    height: 44px;
    overflow: hidden;
    width: 100%;
    background-image: url("../images/bg/mobile-arrow-down.png");
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%200l7.5%207.5%207.5-7.5%202.3%202.3-9.7%209.7-9.7-9.7%202.3-2.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
    background-image: -webkit-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%200l7.5%207.5%207.5-7.5%202.3%202.3-9.7%209.7-9.7-9.7%202.3-2.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
    background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%200l7.5%207.5%207.5-7.5%202.3%202.3-9.7%209.7-9.7-9.7%202.3-2.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
    background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%200l7.5%207.5%207.5-7.5%202.3%202.3-9.7%209.7-9.7-9.7%202.3-2.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    background-size: 19px 12px;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 2.2em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: top;
    z-index: 2; }
    .nav--mobile-menu .nav__subnav-arrow::before {
      content: '';
      display: block;
      height: 150%;
      width: 0; }
    .nav--mobile-menu .nav__subnav-arrow:focus {
      outline: thin dotted; }
    .nav--mobile-menu .nav__subnav-arrow.is-active {
      background-image: url("../images/bg/mobile-arrow-up.png");
      background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%2012l7.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
      background-image: -webkit-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%2012l7.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
      background-image: -o-linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%2012l7.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E');
      background-image: linear-gradient(transparent, transparent), url('data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2219%22%20height%3D%2212%22%20viewBox%3D%220%200%2019%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20fill%3D%22%238e8e8e%22%20d%3D%22M2.3%2012l7.5-7.5%207.5%207.5%202.3-2.3-9.7-9.7-9.7%209.7%202.3%202.3z%22%2F%3E%0D%0A%3C%2Fsvg%3E'); }
    [dir='rtl'] .nav--mobile-menu .nav__subnav-arrow {
      left: 0;
      right: auto; }
  .nav--mobile-menu .nav__subnav {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0; }
    .nav--mobile-menu .nav__subnav .nav__link {
      color: #555559;
      padding-left: 2em; }
      .nav--mobile-menu .nav__subnav .nav__link:focus, .nav--mobile-menu .nav__subnav .nav__link:hover, .nav--mobile-menu .nav__subnav .nav__link:active {
        color: #000; }

.nav--primary {
  display: none; }
  @media (min-width: 43.75em) {
    .nav--primary {
      display: block; } }
  @media print {
    .nav--primary {
      display: none; } }

.nav--secondary {
  text-align: right;
  display: none; }
  .nav--secondary ul.nav {
    margin: 0; }
  .nav--secondary a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px; }
  .nav--secondary .nav__item {
    padding-right: .5rem; }
    .nav--secondary .nav__item:last-child {
      padding-right: 0; }
      .nav--secondary .nav__item:last-child:before {
        content: " | ";
        padding: 0 .5rem 0 0;
        color: white; }
  @media (min-width: 700px) {
    .nav--secondary {
      display: inline-block; } }

/* generated with grunt-sass-globbing */
/* generated with grunt-sass-globbing */
.visually-hidden {
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  width: 1px !important;
  word-wrap: normal !important; }

.focusable:active, .focusable:focus {
  clip: auto !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  width: auto !important; }

.hidden {
  display: none !important; }

.invisible {
  visibility: hidden !important; }

.clearfix::after {
  clear: both !important;
  content: '' !important;
  display: table !important; }
/*# sourceMappingURL=styles.css.map */