/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@charset "UTF-8";
.animation--fade-in-up {
  -webkit-transition: all .67s ease-in-out;
  transition: all .67s ease-in-out;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  opacity: 0; }
  .animation--fade-in-up.animate-enter {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../node_modules/slick-carousel/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../node_modules/slick-carousel/slick/fonts/slick.eot");
  src: url("../node_modules/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../node_modules/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../node_modules/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../node_modules/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

@font-face {
  font-family: 'Lota Grotesque Alt 3';
  src: url("./webfonts/LotaGrotesqueAlt3-Regular.eot?#iefix") format("embedded-opentype"), url("./webfonts/LotaGrotesqueAlt3-Regular.otf") format("opentype"), url("./webfonts/LotaGrotesqueAlt3-Regular.woff") format("woff"), url("./webfonts/LotaGrotesqueAlt3-Regular.ttf") format("truetype"), url("./webfonts/LotaGrotesqueAlt3-Regular.svg#LotaGrotesqueAlt3-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lota Grotesque Alt 3';
  src: url("./webfonts/LotaGrotesqueAlt3-RegularIt.eot?#iefix") format("embedded-opentype"), url("./webfonts/LotaGrotesqueAlt3-RegularIt.otf") format("opentype"), url("./webfonts/LotaGrotesqueAlt3-RegularIt.woff") format("woff"), url("./webfonts/LotaGrotesqueAlt3-RegularIt.ttf") format("truetype"), url("./webfonts/LotaGrotesqueAlt3-RegularIt.svg#LotaGrotesqueAlt3-RegularIt") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Lota Grotesque Alt 3';
  src: url("./webfonts/LotaGrotesqueAlt3-SemiBold.eot?#iefix") format("embedded-opentype"), url("./webfonts/LotaGrotesqueAlt3-SemiBold.otf") format("opentype"), url("./webfonts/LotaGrotesqueAlt3-SemiBold.woff") format("woff"), url("./webfonts/LotaGrotesqueAlt3-SemiBold.ttf") format("truetype"), url("./webfonts/LotaGrotesqueAlt3-SemiBold.svg#LotaGrotesqueAlt3-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Lota Grotesque Alt 3';
  src: url("./webfonts/LotaGrotesqueAlt3-SemiBoldIt.eot?#iefix") format("embedded-opentype"), url("./webfonts/LotaGrotesqueAlt3-SemiBoldIt.otf") format("opentype"), url("./webfonts/LotaGrotesqueAlt3-SemiBoldIt.woff") format("woff"), url("./webfonts/LotaGrotesqueAlt3-SemiBoldIt.ttf") format("truetype"), url("./webfonts/LotaGrotesqueAlt3-SemiBoldIt.svg#LotaGrotesqueAlt3-SemiBoldIt") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Lota Grotesque Alt 3';
  src: url("./webfonts/LotaGrotesqueAlt3-Bold.eot?#iefix") format("embedded-opentype"), url("./webfonts/LotaGrotesqueAlt3-Bold.otf") format("opentype"), url("./webfonts/LotaGrotesqueAlt3-Bold.woff") format("woff"), url("./webfonts/LotaGrotesqueAlt3-Bold.ttf") format("truetype"), url("./webfonts/LotaGrotesqueAlt3-Bold.svg#LotaGrotesqueAlt3-Bold") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Lota Grotesque Alt 3';
  src: url("./webfonts/LotaGrotesqueAlt3-BoldIt.eot?#iefix") format("embedded-opentype"), url("./webfonts/LotaGrotesqueAlt3-BoldIt.otf") format("opentype"), url("./webfonts/LotaGrotesqueAlt3-BoldIt.woff") format("woff"), url("./webfonts/LotaGrotesqueAlt3-BoldIt.ttf") format("truetype"), url("./webfonts/LotaGrotesqueAlt3-BoldIt.svg#LotaGrotesqueAlt3-BoldIt") format("svg");
  font-weight: 700;
  font-style: italic; }

/* Variables */
/* Placeholders */
.page-template-default.annual-meeting .section-awards dl dd, .single-historical-event .year {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.015em;
  text-transform: uppercase; }

.callout-image-or-video .kicker, .callout-map .kicker, .callout-multi-image .kicker, .callout .kicker, .carousel-campaigns .carousel-campaigns__kicker, .facts-and-statistics .kicker, .primary-menu__sub-menu__quotation .kicker, .hero-basic .kicker, .hero-resources .kicker, .hero-what-we-do-impact p.kicker, .hero .kicker, .hero-home-about .kicker, .history-block .kicker, .related-resources__header .kicker, .teaser-grid__header .kicker, .teaser-illustration .kicker, .teaser-text-two-column .kicker, .three-column-list .kicker, .what-we-do-table-of-contents .kicker, .winter-benefit .kicker, .archive-article .kicker span {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase; }

.browser-article .kicker {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.015em; }
  @media (min-width: 839px) {
    .browser-article .kicker {
      font-size: 12px;
      line-height: 1.5; } }

.helplines .thead, .table-component .thead {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 5px; }

.body .body-content h6 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.714;
  font-weight: 700;
  margin-bottom: 30px; }


.caption-box .primary-caption,
figcaption .primary-caption,
figcaption {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.714;
  font-weight: 700; }

.caption-box .secondary-caption,
figcaption .secondary-caption {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.714; }

.article-credits__byline,
.article-credits__date, .browse-by-topic__topics .topic .subtitle, .office-locator .hours {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1px; }

.body .body-content h5, .page-helpful span {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 12px; }

article.article .read-more {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 26px; }

.office-locator .days, div.search .form__row-kicker, div.search .form__block-kicker {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 600; }
  @media (min-width: 839px) {
    .office-locator .days, div.search .form__row-kicker, div.search .form__block-kicker {
      font-size: 16px;
      line-height: 1.5;
      margin-bottom: 10px; } }

.body .body-content, .featured-unions .link .introduction, .hero-staff .introduction, .related-resources__resource .subtitle, .tabbed-interface__tab-content, .term-style, .testimonial-full-width .author-position, .three-column-list, .single-resource-main .section-content {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.714; }
  @media (min-width: 839px) {
    .body .body-content, .featured-unions .link .introduction, .hero-staff .introduction, .related-resources__resource .subtitle, .tabbed-interface__tab-content, .term-style, .testimonial-full-width .author-position, .three-column-list, .single-resource-main .section-content {
      font-size: 18px;
      line-height: 1.555; } }

.article-credits__attribution, .testimonial-full-width .author {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600; }
  @media (min-width: 839px) {
    .article-credits__attribution, .testimonial-full-width .author {
      font-size: 18px;
      line-height: 1.444;
      margin-bottom: 166px; } }

.related-resources__resource h4, .browser-article h4, .browser-article h3 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.444;
  font-weight: 700;
  margin-bottom: 101px; }

.office-locator .address,
.office-locator .phone, .archive-article-staff h4,
.archive-article-staff .meta {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8; }
  @media (min-width: 839px) {
    .office-locator .address,
    .office-locator .phone, .archive-article-staff h4,
    .archive-article-staff .meta {
      font-size: 18px;
      line-height: 1.444;
      margin-bottom: 9px; } }

.teaser-news-and-events .callout-link-mobile {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.555;
  font-weight: 600;
  margin-bottom: 25px; }
  @media (min-width: 839px) {
    .teaser-news-and-events .callout-link-mobile {
      font-size: 18px;
      line-height: 1.333; } }

.archive-article-staff h3.position {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 8px; }

.tabbed-interface .tabs-selector a {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.teaser-illustration__teaser .description {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (min-width: 839px) {
    .teaser-illustration__teaser .description {
      font-size: 20px;
      line-height: 1.35; } }

.helplines .tbody .title {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 600;
  margin-bottom: 34px; }
  @media (min-width: 839px) {
    .helplines .tbody .title {
      font-size: 20px;
      line-height: 1.4;
      margin-bottom: 37px; } }

body:not(.page-template-template-jobs-internships-fellowships) .body .body-content > p.large-first-letter, .body .body-content p.subtitle, .callout-contact .subtitle, .callout-image-or-video .subtitle, .callout-map .subtitle, .callout-multi-image .subtitle, .facts-and-statistics .subtitle, .helplines .subtitle, .history-block .subtitle, .related-resources__header .subtitle, div.search .subtitle, .teaser-grid__header .subtitle, .teaser-text-two-column .columns, .three-column-list .subtitle, .site-popup .modal__container .modal-text-container p:last-of-type, .archive-article .excerpt {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 4px; }
  @media (min-width: 839px) {
    body:not(.page-template-template-jobs-internships-fellowships) .body .body-content > p.large-first-letter, .body .body-content p.subtitle, .callout-contact .subtitle, .callout-image-or-video .subtitle, .callout-map .subtitle, .callout-multi-image .subtitle, .facts-and-statistics .subtitle, .helplines .subtitle, .history-block .subtitle, .related-resources__header .subtitle, div.search .subtitle, .teaser-grid__header .subtitle, .teaser-text-two-column .columns, .three-column-list .subtitle, .site-popup .modal__container .modal-text-container p:last-of-type, .archive-article .excerpt {
      font-size: 20px;
      margin-bottom: 40px; } }

.single-historical-event .left-column {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5; }

.hero-basic .subtitle, .hero .subtitle, .hero-home-about .subtitle, .teaser-boroughs .subtitle, .teaser-illustration .subtitle, .what-we-do-table-of-contents .subtitle, .winter-benefit .subtitle, .site-popup .modal__container .modal-text-container form input[type="email"], .teaser-terms-upper .subtitle {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.444; }
  @media (min-width: 839px) {
    .hero-basic .subtitle, .hero .subtitle, .hero-home-about .subtitle, .teaser-boroughs .subtitle, .teaser-illustration .subtitle, .what-we-do-table-of-contents .subtitle, .winter-benefit .subtitle, .site-popup .modal__container .modal-text-container form input[type="email"], .teaser-terms-upper .subtitle {
      font-size: 22px;
      line-height: 1.545;
      margin-bottom: 52px; } }

.featured-unions .link a {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.09;
  font-weight: 700; }

.featured-links .subtitle {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.555;
  margin-bottom: 20px; }
  @media (min-width: 839px) {
    .featured-links .subtitle {
      font-size: 22px;
      line-height: 1.545;
      margin-bottom: 40px; } }

.button, .button-green-flat, .c-form-submit-button, .archive-news-link-container .archive-news-link, .body .body-content .button-green-flat, .callout-map .buttons a:nth-child(even), header #mobile-get-help, .feedback-form .feedback__form input[type="submit"], .wpcf7 .feedback__form input[type="submit"], .archive-article-staff .read-more a, .feedback-submission-cta-banner .feedback-submission-cta-banner__button, .search-404 button, .page-template-default.annual-meeting .section-downloads ul.download-list li .button, .page-template-default.annual-meeting .section-photo-gallery .outro .button, .sidebar-section .print-this-page, div.search .reset-button, .button-lighter-grey-flat, .teaser-news-and-events .callout-link, .c-get-help-hub .callout-link, .help-topics-list__article a.learn-more, .button-white-flat, .callout-multi-image .multi-image-link, .callout a, .subnav-more-work .back-to-all, .winter-benefit .winter-benefit__header .link a, .teaser-terms-upper a, .button-blue-flat, .callout-contact a, .callout-image-or-video .buttons a:nth-child(odd), .carousel-campaigns__campaign a, div.search button[type="submit"]:not(.reset-button), div.search .search-button, a.teaser-tile.large-links .learn-more,
.teaser-grid.large-links a.teaser-tile .learn-more, .callout-image-or-video .buttons a:nth-child(even), .teaser-grid__header .link a, .header__search-wrapper button[type='submit'], .body .body-content .button-green-outline, .callout-map .buttons a:nth-child(odd), .button-white-outline, .callout-multi-image .text-wrapper__lower a, .callout__links a:nth-child(2), .facts-and-statistics .link a, .featured-links .featured-links__lower-wrapper .see-all, .history-block .link a, .newsletter-signup__form input[type='submit'], .single-historical-event .back-to-history a {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.333;
  font-weight: 700; }
  @media (min-width: 839px) {
    .button, .button-green-flat, .c-form-submit-button, .archive-news-link-container .archive-news-link, .body .body-content .button-green-flat, .callout-map .buttons a:nth-child(even), header #mobile-get-help, .feedback-form .feedback__form input[type="submit"], .wpcf7 .feedback__form input[type="submit"], .archive-article-staff .read-more a, .feedback-submission-cta-banner .feedback-submission-cta-banner__button, .search-404 button, .page-template-default.annual-meeting .section-downloads ul.download-list li .button, .page-template-default.annual-meeting .section-photo-gallery .outro .button, .sidebar-section .print-this-page, div.search .reset-button, .button-lighter-grey-flat, .teaser-news-and-events .callout-link, .c-get-help-hub .callout-link, .help-topics-list__article a.learn-more, .button-white-flat, .callout-multi-image .multi-image-link, .callout a, .subnav-more-work .back-to-all, .winter-benefit .winter-benefit__header .link a, .teaser-terms-upper a, .button-blue-flat, .callout-contact a, .callout-image-or-video .buttons a:nth-child(odd), .carousel-campaigns__campaign a, div.search button[type="submit"]:not(.reset-button), div.search .search-button, a.teaser-tile.large-links .learn-more,
    .teaser-grid.large-links a.teaser-tile .learn-more, .callout-image-or-video .buttons a:nth-child(even), .teaser-grid__header .link a, .header__search-wrapper button[type='submit'], .body .body-content .button-green-outline, .callout-map .buttons a:nth-child(odd), .button-white-outline, .callout-multi-image .text-wrapper__lower a, .callout__links a:nth-child(2), .facts-and-statistics .link a, .featured-links .featured-links__lower-wrapper .see-all, .history-block .link a, .newsletter-signup__form input[type='submit'], .single-historical-event .back-to-history a {
      font-size: 22px;
      line-height: 1.09; } }

.browse-by-topic__topics .topic span {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 54px; }
  @media (min-width: 839px) {
    .browse-by-topic__topics .topic span {
      font-size: 22px;
      line-height: 1.09;
      margin-bottom: 1px; } }

.page-h3-sans-left-dark, .body .body-content h4, .callout-contact h3, .callout-contact h2, .callout-map h3, .office-locator h3.title, .office-locator .office h3, .tabbed-interface__tab h3, .c-get-help-hub .panel-browser .col--topic li, .site-popup .modal__container .modal-text-container p:first-of-type, .archive-article h3, article.article h3, .staff-sidebar h3, a.teaser-tile h3, a.teaser-tile p.h3, .page-template-default.annual-meeting .section-downloads h3, .page-template-default.annual-meeting .section-downloads ul.download-list li h3, .page-template-default.annual-meeting .section-awards h3, .single-resource-main h3, .sidebar-list-border h4, .help-topics.sidebar-section h3, .help-topics-list__article h3.help-topic-list__article-title {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700; }
  @media (min-width: 839px) {
    .page-h3-sans-left-dark, .body .body-content h4, .callout-contact h3, .callout-contact h2, .callout-map h3, .office-locator h3.title, .office-locator .office h3, .tabbed-interface__tab h3, .c-get-help-hub .panel-browser .col--topic li, .site-popup .modal__container .modal-text-container p:first-of-type, .archive-article h3, article.article h3, .staff-sidebar h3, a.teaser-tile h3, a.teaser-tile p.h3, .page-template-default.annual-meeting .section-downloads h3, .page-template-default.annual-meeting .section-downloads ul.download-list li h3, .page-template-default.annual-meeting .section-awards h3, .single-resource-main h3, .sidebar-list-border h4, .help-topics.sidebar-section h3, .help-topics-list__article h3.help-topic-list__article-title {
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 9px; } }

.body .body-content .big-number, .body .body-content .big-number-caption {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.461;
  margin-bottom: 13px; }

.things-you-need-to-know h2, .things-you-need-to-know h3, .archive-article-staff h2 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 1.428;
  font-weight: 700;
  margin-bottom: 30px; }

.featured-links--on-green .table-component .tbody .td:first-child, .office-row-tab, .subnav-more-work__links a, body .what-we-do-table-of-contents__body .tbody .td:first-child {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: normal;
  font-weight: 600; }
  @media (min-width: 839px) {
    .featured-links--on-green .table-component .tbody .td:first-child, .office-row-tab, .subnav-more-work__links a, body .what-we-do-table-of-contents__body .tbody .td:first-child {
      font-size: 32px;
      margin-bottom: 28px; } }

.page-h2-sans-left-dark, .body .body-content h3, .browse-by-topic h2, .browse-simple h2, .callout-image-or-video h3, .callout-multi-image h2, .carousel-campaigns__campaign h4, .featured-unions .link h4, .helplines h2, .hero-resources h1, .staff-grid h2, .subnav-more-work h3, .tabbed-interface__upper h2, .teaser-grid__header h2, .three-column-list h2, .teaser-terms-upper h2, .archive-historical_event__list h2 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 700; }
  @media (min-width: 839px) {
    .page-h2-sans-left-dark, .body .body-content h3, .browse-by-topic h2, .browse-simple h2, .callout-image-or-video h3, .callout-multi-image h2, .carousel-campaigns__campaign h4, .featured-unions .link h4, .helplines h2, .hero-resources h1, .staff-grid h2, .subnav-more-work h3, .tabbed-interface__upper h2, .teaser-grid__header h2, .three-column-list h2, .teaser-terms-upper h2, .archive-historical_event__list h2 {
      font-size: 36px;
      line-height: 1.111;
      margin-bottom: 0px; } }

.teaser-text-two-column h2 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  margin-bottom: 24px; }
  @media (min-width: 839px) {
    .teaser-text-two-column h2 {
      font-size: 50px;
      line-height: 1.14; } }

.page-h1-sans-left-ko, .single-historical-event h1 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 54px;
  line-height: 1.111;
  font-weight: 700;
  margin-bottom: 1px; }

.body .body-content h2, .carousel-campaigns h3, .facts-and-statistics h2, .featured-links h2, .featured-unions h2, .hero-basic h1, .hero-home h2, .hero-home p.h2, .hero-single h1, .hero-what-we-do-impact h1, .hero h1, .hero-home-about h1, .history-block h2, .related-resources__header h2, div.search h2, .teaser-boroughs h2, .teaser-boroughs p.h2, .teaser-illustration h2, .teaser-news-and-events h2, .what-we-do-table-of-contents h3, .winter-benefit h2, .historical-milestone .text-wrapper h2, .page-template-default.annual-meeting .section-header .heading-wrapper h1, .page-template-default.annual-meeting .section-awards h2 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.272;
  font-weight: 700; }
  @media (min-width: 839px) {
    .body .body-content h2, .carousel-campaigns h3, .facts-and-statistics h2, .featured-links h2, .featured-unions h2, .hero-basic h1, .hero-home h2, .hero-home p.h2, .hero-single h1, .hero-what-we-do-impact h1, .hero h1, .hero-home-about h1, .history-block h2, .related-resources__header h2, div.search h2, .teaser-boroughs h2, .teaser-boroughs p.h2, .teaser-illustration h2, .teaser-news-and-events h2, .what-we-do-table-of-contents h3, .winter-benefit h2, .historical-milestone .text-wrapper h2, .page-template-default.annual-meeting .section-header .heading-wrapper h1, .page-template-default.annual-meeting .section-awards h2 {
      font-size: 54px;
      line-height: 1.111;
      margin-bottom: 31px; } }

.page-section-jump h3 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 32px;
  line-height: 1.272;
  font-weight: 700; }
  @media (min-width: 839px) {
    .page-section-jump h3 {
      font-size: 46px;
      line-height: 1.111;
      margin-bottom: 31px; } }

.page-h1-page-head-sans-dark, .hero-staff h1 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.133;
  font-weight: 700; }
  @media (min-width: 839px) {
    .page-h1-page-head-sans-dark, .hero-staff h1 {
      font-size: 60px;
      margin-bottom: 26px; } }

blockquote, .testimonial-full-width .quote, .site-popup .modal__container .modal-text-container h2 {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.26;
  font-weight: 600; }
  @media (min-width: 839px) {
    blockquote, .testimonial-full-width .quote, .site-popup .modal__container .modal-text-container h2 {
      font-size: 36px; } }

blockquote {
  font-weight: inherit; }

.callout .callout__text {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.27273; }
  @media (min-width: 839px) {
    .callout .callout__text {
      line-height: 1.14;
      font-size: 50px; } }

.button, .button-green-flat, .c-form-submit-button, .archive-news-link-container .archive-news-link, .body .body-content .button-green-flat, .callout-map .buttons a:nth-child(even), header #mobile-get-help, .feedback-form .feedback__form input[type="submit"], .wpcf7 .feedback__form input[type="submit"], .archive-article-staff .read-more a, .feedback-submission-cta-banner .feedback-submission-cta-banner__button, .search-404 button, .page-template-default.annual-meeting .section-downloads ul.download-list li .button, .page-template-default.annual-meeting .section-photo-gallery .outro .button, .sidebar-section .print-this-page, div.search .reset-button, .button-lighter-grey-flat, .teaser-news-and-events .callout-link, .c-get-help-hub .callout-link, .help-topics-list__article a.learn-more, .button-white-flat, .callout-multi-image .multi-image-link, .callout a, .subnav-more-work .back-to-all, .winter-benefit .winter-benefit__header .link a, .teaser-terms-upper a, .button-blue-flat, .callout-contact a, .callout-image-or-video .buttons a:nth-child(odd), .carousel-campaigns__campaign a, div.search button[type="submit"]:not(.reset-button), div.search .search-button, a.teaser-tile.large-links .learn-more,
.teaser-grid.large-links a.teaser-tile .learn-more, .callout-image-or-video .buttons a:nth-child(even), .teaser-grid__header .link a, .header__search-wrapper button[type='submit'], .body .body-content .button-green-outline, .callout-map .buttons a:nth-child(odd), .button-white-outline, .callout-multi-image .text-wrapper__lower a, .callout__links a:nth-child(2), .facts-and-statistics .link a, .featured-links .featured-links__lower-wrapper .see-all, .history-block .link a, .newsletter-signup__form input[type='submit'], .single-historical-event .back-to-history a {
  padding: 11px 10px;
  border-radius: 3px;
  border-style: solid;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media (min-width: 839px) {
    .button, .button-green-flat, .c-form-submit-button, .archive-news-link-container .archive-news-link, .body .body-content .button-green-flat, .callout-map .buttons a:nth-child(even), header #mobile-get-help, .feedback-form .feedback__form input[type="submit"], .wpcf7 .feedback__form input[type="submit"], .archive-article-staff .read-more a, .feedback-submission-cta-banner .feedback-submission-cta-banner__button, .search-404 button, .page-template-default.annual-meeting .section-downloads ul.download-list li .button, .page-template-default.annual-meeting .section-photo-gallery .outro .button, .sidebar-section .print-this-page, div.search .reset-button, .button-lighter-grey-flat, .teaser-news-and-events .callout-link, .c-get-help-hub .callout-link, .help-topics-list__article a.learn-more, .button-white-flat, .callout-multi-image .multi-image-link, .callout a, .subnav-more-work .back-to-all, .winter-benefit .winter-benefit__header .link a, .teaser-terms-upper a, .button-blue-flat, .callout-contact a, .callout-image-or-video .buttons a:nth-child(odd), .carousel-campaigns__campaign a, div.search button[type="submit"]:not(.reset-button), div.search .search-button, a.teaser-tile.large-links .learn-more,
    .teaser-grid.large-links a.teaser-tile .learn-more, .callout-image-or-video .buttons a:nth-child(even), .teaser-grid__header .link a, .header__search-wrapper button[type='submit'], .body .body-content .button-green-outline, .callout-map .buttons a:nth-child(odd), .button-white-outline, .callout-multi-image .text-wrapper__lower a, .callout__links a:nth-child(2), .facts-and-statistics .link a, .featured-links .featured-links__lower-wrapper .see-all, .history-block .link a, .newsletter-signup__form input[type='submit'], .single-historical-event .back-to-history a {
      padding: 12px 22px; } }
  .button:active, .button-green-flat:active, .c-form-submit-button:active, .archive-news-link-container .archive-news-link:active, .body .body-content .button-green-flat:active, .callout-map .buttons a:active:nth-child(even), header #mobile-get-help:active, .feedback-form .feedback__form input:active[type="submit"], .wpcf7 .feedback__form input:active[type="submit"], .archive-article-staff .read-more a:active, .feedback-submission-cta-banner .feedback-submission-cta-banner__button:active, .search-404 button:active, .page-template-default.annual-meeting .section-downloads ul.download-list li .button:active, .page-template-default.annual-meeting .section-photo-gallery .outro .button:active, .sidebar-section .print-this-page:active, div.search .reset-button:active, .button-lighter-grey-flat:active, .teaser-news-and-events .callout-link:active, .c-get-help-hub .callout-link:active, .help-topics-list__article a.learn-more:active, .button-white-flat:active, .callout-multi-image .multi-image-link:active, .callout a:active, .subnav-more-work .back-to-all:active, .winter-benefit .winter-benefit__header .link a:active, .teaser-terms-upper a:active, .button-blue-flat:active, .callout-contact a:active, .callout-image-or-video .buttons a:active:nth-child(odd), .carousel-campaigns__campaign a:active, div.search button:active[type="submit"]:not(.reset-button), div.search .search-button:active, a.teaser-tile.large-links .learn-more:active,
  .teaser-grid.large-links a.teaser-tile .learn-more:active, .callout-image-or-video .buttons a:active:nth-child(even), .teaser-grid__header .link a:active, .header__search-wrapper button:active[type='submit'], .body .body-content .button-green-outline:active, .callout-map .buttons a:active:nth-child(odd), .button-white-outline:active, .callout-multi-image .text-wrapper__lower a:active, .callout__links a:active:nth-child(2), .facts-and-statistics .link a:active, .featured-links .featured-links__lower-wrapper .see-all:active, .history-block .link a:active, .newsletter-signup__form input:active[type='submit'], .single-historical-event .back-to-history a:active, .button:focus, .button-green-flat:focus, .c-form-submit-button:focus, .archive-news-link-container .archive-news-link:focus, .body .body-content .button-green-flat:focus, .callout-map .buttons a:focus:nth-child(even), header #mobile-get-help:focus, .feedback-form .feedback__form input:focus[type="submit"], .wpcf7 .feedback__form input:focus[type="submit"], .archive-article-staff .read-more a:focus, .feedback-submission-cta-banner .feedback-submission-cta-banner__button:focus, .search-404 button:focus, .page-template-default.annual-meeting .section-downloads ul.download-list li .button:focus, .page-template-default.annual-meeting .section-photo-gallery .outro .button:focus, .sidebar-section .print-this-page:focus, div.search .reset-button:focus, .button-lighter-grey-flat:focus, .teaser-news-and-events .callout-link:focus, .c-get-help-hub .callout-link:focus, .help-topics-list__article a.learn-more:focus, .button-white-flat:focus, .callout-multi-image .multi-image-link:focus, .callout a:focus, .subnav-more-work .back-to-all:focus, .winter-benefit .winter-benefit__header .link a:focus, .teaser-terms-upper a:focus, .button-blue-flat:focus, .callout-contact a:focus, .callout-image-or-video .buttons a:focus:nth-child(odd), .carousel-campaigns__campaign a:focus, div.search button:focus[type="submit"]:not(.reset-button), div.search .search-button:focus, a.teaser-tile.large-links .learn-more:focus,
  .teaser-grid.large-links a.teaser-tile .learn-more:focus, .callout-image-or-video .buttons a:focus:nth-child(even), .teaser-grid__header .link a:focus, .header__search-wrapper button:focus[type='submit'], .body .body-content .button-green-outline:focus, .callout-map .buttons a:focus:nth-child(odd), .button-white-outline:focus, .callout-multi-image .text-wrapper__lower a:focus, .callout__links a:focus:nth-child(2), .facts-and-statistics .link a:focus, .featured-links .featured-links__lower-wrapper .see-all:focus, .history-block .link a:focus, .newsletter-signup__form input:focus[type='submit'], .single-historical-event .back-to-history a:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-style: solid; }

.callout-image-or-video .buttons a:nth-child(even), .teaser-grid__header .link a, .body .body-content .button-green-outline, .callout-map .buttons a:nth-child(odd), .button-white-outline, .callout-multi-image .text-wrapper__lower a, .callout__links a:nth-child(2), .facts-and-statistics .link a, .featured-links .featured-links__lower-wrapper .see-all, .history-block .link a, .newsletter-signup__form input[type='submit'], .single-historical-event .back-to-history a {
  border: solid 3px; }

header #mobile-get-help, .header__search-wrapper button[type='submit'], .archive-article-staff .read-more a, a.teaser-tile.large-links .learn-more,
.teaser-grid.large-links a.teaser-tile .learn-more, .page-template-default.annual-meeting .section-downloads ul.download-list li .button, .single-historical-event .back-to-history a {
  font-size: 18px;
  padding: 11px 10px; }
  @media (min-width: 839px) {
    header #mobile-get-help, .header__search-wrapper button[type='submit'], .archive-article-staff .read-more a, a.teaser-tile.large-links .learn-more,
    .teaser-grid.large-links a.teaser-tile .learn-more, .page-template-default.annual-meeting .section-downloads ul.download-list li .button, .single-historical-event .back-to-history a {
      padding: 11px 10px; } }

.feedback-submission-cta-banner .feedback-submission-cta-banner__button {
  font-size: 16px;
  padding: 6px 32px;
  line-height: 1; }

.button-xxsmall, .teaser-news-and-events .callout-link, .c-get-help-hub .callout-link, .help-topics-list__article a.learn-more {
  font-size: 16px;
  padding: 6px 20px;
  line-height: 1; }

.button-green-flat, .c-form-submit-button, .archive-news-link-container .archive-news-link, .body .body-content .button-green-flat, .callout-map .buttons a:nth-child(even), header #mobile-get-help, .feedback-form .feedback__form input[type="submit"], .wpcf7 .feedback__form input[type="submit"], .archive-article-staff .read-more a, .feedback-submission-cta-banner .feedback-submission-cta-banner__button, .search-404 button, .page-template-default.annual-meeting .section-downloads ul.download-list li .button, .page-template-default.annual-meeting .section-photo-gallery .outro .button, .sidebar-section .print-this-page {
  border-color: #3eb174;
  background: #3eb174;
  color: white; }
  .button-green-flat:disabled, .c-form-submit-button:disabled, .archive-news-link-container .archive-news-link:disabled, .body .body-content .button-green-flat:disabled, .callout-map .buttons a:disabled:nth-child(even), header #mobile-get-help:disabled, .feedback-form .feedback__form input:disabled[type="submit"], .wpcf7 .feedback__form input:disabled[type="submit"], .archive-article-staff .read-more a:disabled, .feedback-submission-cta-banner .feedback-submission-cta-banner__button:disabled, .search-404 button:disabled, .page-template-default.annual-meeting .section-downloads ul.download-list li .button:disabled, .page-template-default.annual-meeting .section-photo-gallery .outro .button:disabled, .sidebar-section .print-this-page:disabled {
    border-color: #9fd8ba;
    background: #9fd8ba; }
  .button-green-flat:hover, .c-form-submit-button:hover, .archive-news-link-container .archive-news-link:hover, .body .body-content .button-green-flat:hover, .callout-map .buttons a:hover:nth-child(even), header #mobile-get-help:hover, .feedback-form .feedback__form input:hover[type="submit"], .wpcf7 .feedback__form input:hover[type="submit"], .archive-article-staff .read-more a:hover, .feedback-submission-cta-banner .feedback-submission-cta-banner__button:hover, .search-404 button:hover, .page-template-default.annual-meeting .section-downloads ul.download-list li .button:hover, .page-template-default.annual-meeting .section-photo-gallery .outro .button:hover, .sidebar-section .print-this-page:hover, .button-green-flat:focus, .c-form-submit-button:focus, .archive-news-link-container .archive-news-link:focus, .body .body-content .button-green-flat:focus, .callout-map .buttons a:focus:nth-child(even), header #mobile-get-help:focus, .feedback-form .feedback__form input:focus[type="submit"], .wpcf7 .feedback__form input:focus[type="submit"], .archive-article-staff .read-more a:focus, .feedback-submission-cta-banner .feedback-submission-cta-banner__button:focus, .search-404 button:focus, .page-template-default.annual-meeting .section-downloads ul.download-list li .button:focus, .page-template-default.annual-meeting .section-photo-gallery .outro .button:focus, .sidebar-section .print-this-page:focus {
    border-color: #006442;
    background: #006442; }

div.search .reset-button {
  border-color: none;
  background: #3eb174;
  color: white; }
  div.search .reset-button:disabled {
    background: #9fd8ba; }
  div.search .reset-button:hover, div.search .reset-button:focus {
    border-color: none;
    background: #514E47;
    color: white; }

.button-lighter-grey-flat, .teaser-news-and-events .callout-link, .c-get-help-hub .callout-link, .help-topics-list__article a.learn-more {
  border-color: #EDEDEC;
  background: #EDEDEC;
  color: #1d252c; }
  .button-lighter-grey-flat:disabled, .teaser-news-and-events .callout-link:disabled, .c-get-help-hub .callout-link:disabled, .help-topics-list__article a.learn-more:disabled {
    border-color: #f6f6f6;
    background: #f6f6f6; }
  .button-lighter-grey-flat:hover, .teaser-news-and-events .callout-link:hover, .c-get-help-hub .callout-link:hover, .help-topics-list__article a.learn-more:hover, .button-lighter-grey-flat:focus, .teaser-news-and-events .callout-link:focus, .c-get-help-hub .callout-link:focus, .help-topics-list__article a.learn-more:focus {
    color: white;
    border-color: #3eb174;
    background: #3eb174; }

.button-white-flat,
.callout-multi-image .multi-image-link,
.callout a,
.subnav-more-work .back-to-all,
.winter-benefit .winter-benefit__header .link a,
.teaser-terms-upper a {
  border-color: white;
  background: white;
  color: #00548e; }
  .button-white-flat:hover, .button-white-flat:focus,
  .callout-multi-image .multi-image-link:hover,
  .callout a:hover,
  .subnav-more-work .back-to-all:hover,
  .winter-benefit .winter-benefit__header .link a:hover,
  .teaser-terms-upper a:hover,
  .callout-multi-image .multi-image-link:focus,
  .callout a:focus,
  .subnav-more-work .back-to-all:focus,
  .winter-benefit .winter-benefit__header .link a:focus,
  .teaser-terms-upper a:focus {
    background: #006442;
    border-color: #006442;
    color: white; }

.button-blue-flat,
.callout-contact a,
.callout-image-or-video .buttons a:nth-child(odd),
.carousel-campaigns__campaign a,
div.search button[type="submit"]:not(.reset-button),
div.search .search-button,
a.teaser-tile.large-links .learn-more,
.teaser-grid.large-links a.teaser-tile .learn-more {
  background: #00548e;
  color: white; }
  .button-blue-flat:hover, .button-blue-flat:focus,
  .callout-contact a:hover,
  .callout-image-or-video .buttons a:hover:nth-child(odd),
  .carousel-campaigns__campaign a:hover,
  div.search button:hover[type="submit"]:not(.reset-button),
  div.search .search-button:hover,
  a.teaser-tile.large-links .learn-more:hover,
  .teaser-grid.large-links a.teaser-tile .learn-more:hover,
  .callout-contact a:focus,
  .callout-image-or-video .buttons a:focus:nth-child(odd),
  .carousel-campaigns__campaign a:focus,
  div.search button:focus[type="submit"]:not(.reset-button),
  div.search .search-button:focus,
  a.teaser-tile.large-links .learn-more:focus,
  .teaser-grid.large-links a.teaser-tile .learn-more:focus {
    background: #1d252c;
    border-color: #1d252c;
    color: white; }

.callout-image-or-video .buttons a:nth-child(even), .teaser-grid__header .link a {
  background: white;
  color: #00548e; }
  .callout-image-or-video .buttons a:hover:nth-child(even), .teaser-grid__header .link a:hover, .callout-image-or-video .buttons a:focus:nth-child(even), .teaser-grid__header .link a:focus {
    background: #00548e;
    border-color: #00548e;
    color: white; }

.header__search-wrapper button[type='submit'] {
  background: #1d252c;
  color: white; }
  .header__search-wrapper button:hover[type='submit'], .header__search-wrapper button:focus[type='submit'] {
    background: #3eb174;
    border-color: #3eb174; }

.body .body-content .button-green-outline, .callout-map .buttons a:nth-child(odd) {
  background: white;
  color: #3eb174; }
  .body .body-content .button-green-outline:hover, .callout-map .buttons a:hover:nth-child(odd), .body .body-content .button-green-outline:focus, .callout-map .buttons a:focus:nth-child(odd) {
    background: #3eb174;
    color: white;
    border-color: #3eb174; }

.button-white-outline,
.callout-multi-image .text-wrapper__lower a,
.callout__links a:nth-child(2),
.facts-and-statistics .link a,
.featured-links .featured-links__lower-wrapper .see-all,
.history-block .link a,
.newsletter-signup__form input[type='submit'],
.single-historical-event .back-to-history a {
  background: transparent;
  color: white; }
  .button-white-outline:hover, .button-white-outline:focus,
  .callout-multi-image .text-wrapper__lower a:hover,
  .callout__links a:hover:nth-child(2),
  .facts-and-statistics .link a:hover,
  .featured-links .featured-links__lower-wrapper .see-all:hover,
  .history-block .link a:hover,
  .newsletter-signup__form input:hover[type='submit'],
  .single-historical-event .back-to-history a:hover,
  .callout-multi-image .text-wrapper__lower a:focus,
  .callout__links a:focus:nth-child(2),
  .facts-and-statistics .link a:focus,
  .featured-links .featured-links__lower-wrapper .see-all:focus,
  .history-block .link a:focus,
  .newsletter-signup__form input:focus[type='submit'],
  .single-historical-event .back-to-history a:focus {
    border-color: white;
    background: white;
    color: #00548e; }

.callout-image-or-video .buttons a, .callout-map .buttons a, .callout__links a, .facts-and-statistics .link a, .history-block .link a, .teaser-grid__header .link a, .single-historical-event .back-to-history a {
  display: block;
  text-align: center; }
  @media (min-width: 480px) {
    .callout-image-or-video .buttons a, .callout-map .buttons a, .callout__links a, .facts-and-statistics .link a, .history-block .link a, .teaser-grid__header .link a, .single-historical-event .back-to-history a {
      display: inline-block;
      text-align: left; } }

.c-form-control {
  margin-bottom: 2rem; }
  .c-form-control label {
    font-weight: bold;
    display: block;
    margin-bottom: .25rem; }
    .c-form-control label small {
      font-weight: normal; }
      .c-form-control label small.block {
        display: block; }
  .c-form-control.required label:after {
    content: '*';
    color: red;
    display: inline-block;
    padding-left: .25rem; }
  .c-form-control br {
    display: none; }
  .c-form-control input {
    border: 1px solid #d0d0d0;
    padding: .25rem; }
  .c-form-control textarea {
    width: 100%;
    padding: .25rem;
    display: block;
    border: 1px solid #d0d0d0;
    resize: none; }
  .c-form-control .wpcf7-list-item {
    display: block; }

body {
  font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
  color: #1d252c;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.857;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media print {
    body {
      color: black; } }

.callout-multi-image h2, .hero-home h2, .hero-home p.h2, .hero-what-we-do-impact h1, .hero h1, .hero-home-about h2, .historical-milestone .text-wrapper h2, .page-template-default.annual-meeting .section-header .heading-wrapper h1 {
  background: white;
  display: inline;
  white-space: pre-wrap;
  line-height: 1.40;
  padding: 0px .25em 0px 0px; }

.inline-glossary-term {
  position: static;
  background: #fef0cf;
  display: inline-block;
  -webkit-box-shadow: inset 0 -3px #fcb813;
          box-shadow: inset 0 -3px #fcb813;
  cursor: pointer; }
  @media (min-width: 839px) {
    .inline-glossary-term {
      position: relative; } }
  .inline-glossary-term:not(.inline-glossary-term--start-of-sentance) {
    text-transform: lowercase; }
  .inline-glossary-term .definition {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    font-size: 0;
    left: 0;
    margin-top: -1px;
    z-index: 300;
    -webkit-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out; }
    @media (min-width: 839px) {
      .inline-glossary-term .definition {
        top: 100%;
        margin-top: 9px; } }
    .inline-glossary-term .definition .content,
    .inline-glossary-term .definition h4 {
      background: #fef0cf; }
    .inline-glossary-term .definition h4 {
      margin: 0;
      padding: 10px 20px 0;
      font-size: 16px;
      font-weight: 600;
      display: none; }
      @media (min-width: 839px) {
        .inline-glossary-term .definition h4 {
          display: inline-block;
          max-width: 293px; } }
    .inline-glossary-term .definition .content {
      font-size: 16px;
      padding: 18px 20px 15px;
      width: 100vw;
      border-bottom: solid 3px #fcb813; }
      @media (min-width: 839px) {
        .inline-glossary-term .definition .content {
          padding: 15px 20px;
          width: 293px;
          border-bottom: none; } }
    .inline-glossary-term .definition .definition {
      display: none; }
  .inline-glossary-term.hover, .inline-glossary-term:focus {
    -webkit-box-shadow: inset 0 -3px #fef0cf;
            box-shadow: inset 0 -3px #fef0cf; }
    @media (min-width: 839px) {
      .inline-glossary-term.hover, .inline-glossary-term:focus {
        -webkit-box-shadow: inset 0 -3px #fcb813;
                box-shadow: inset 0 -3px #fcb813;
        -webkit-transition: 200ms ease-in-out;
        transition: 200ms ease-in-out; } }
    .inline-glossary-term.hover .definition, .inline-glossary-term:focus .definition {
      opacity: 1;
      visibility: visible; }
      .inline-glossary-term.hover .definition .definition, .inline-glossary-term:focus .definition .definition {
        opacity: 0; }

.mb--0 {
  margin-bottom: 0; }

html,
body {
  height: 100%; }

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

@page {
  margin: 1cm; }

html.admin-bar {
  margin-top: 0 !important; }

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 70px; }
  body:not(.mce-content-body) {
    padding-bottom: 70px; }
    @media (min-width: 480px) {
      body:not(.mce-content-body) {
        padding-top: 97px; } }
    @media (min-width: 839px) {
      body:not(.mce-content-body) {
        padding-top: 119px; } }
    @media print {
      body:not(.mce-content-body) {
        padding-top: 30px; } }

.wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative; }

footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

/* WP Admin Bar Fix */
html.admin-bar {
  height: calc(100% - 32px); }
  @media screen and (max-width: 782px) {
    html.admin-bar {
      height: calc(100% - 46px); } }

table {
  width: 100%; }

main > div[class^="hero"] {
  margin-top: 23.2px; }
  @media (min-width: 839px) {
    main > div[class^="hero"] {
      margin-top: 0; } }

.things-you-need-to-know {
  padding-top: 17px;
  padding-bottom: 17px; }
  @media (min-width: 839px) {
    .things-you-need-to-know {
      padding-top: 30px;
      padding-bottom: 30px; } }

.archive-loop, .body, body.page-template-template-jobs-internships-fellowships .callout-multi-image, .carousel-campaigns, .facts-and-statistics, .featured-links, .featured-unions, .helplines, .history-block, .related-resources, div.search, .staff-grid, .subnav-more-work, .tabbed-interface__upper, .tabbed-interface__tab, .teaser-grid, .teaser-illustration, .three-column-list, .archive-historical_event__list, .single-historical-event, .single-resource-main, .help-topics.sidebar-section {
  padding-top: 27px;
  padding-bottom: 27px; }
  @media (min-width: 839px) {
    .archive-loop, .body, body.page-template-template-jobs-internships-fellowships .callout-multi-image, .carousel-campaigns, .facts-and-statistics, .featured-links, .featured-unions, .helplines, .history-block, .related-resources, div.search, .staff-grid, .subnav-more-work, .tabbed-interface__upper, .tabbed-interface__tab, .teaser-grid, .teaser-illustration, .three-column-list, .archive-historical_event__list, .single-historical-event, .single-resource-main, .help-topics.sidebar-section {
      padding-top: 50px;
      padding-bottom: 50px; } }

.callout-image-or-video, .teaser-boroughs, .teaser-text-two-column, .testimonial-full-width, .what-we-do-table-of-contents, .winter-benefit {
  padding-top: 27px;
  padding-bottom: 27px; }
  @media (min-width: 839px) {
    .callout-image-or-video, .teaser-boroughs, .teaser-text-two-column, .testimonial-full-width, .what-we-do-table-of-contents, .winter-benefit {
      padding-top: 70px;
      padding-bottom: 70px; } }

.callout {
  padding-top: 50px;
  padding-bottom: 50px; }
  @media (min-width: 839px) {
    .callout {
      padding-top: 90px;
      padding-bottom: 90px; } }

.browse-by-topic, .callout-contact, .callout-multi-image, .facts-and-statistics, .hero-basic, .related-resources, .subnav-more-work, .tabbed-interface, .teaser-news-and-events, .what-we-do-table-of-contents, .winter-benefit {
  margin-bottom: 30px; }
  @media (min-width: 839px) {
    .browse-by-topic, .callout-contact, .callout-multi-image, .facts-and-statistics, .hero-basic, .related-resources, .subnav-more-work, .tabbed-interface, .teaser-news-and-events, .what-we-do-table-of-contents, .winter-benefit {
      margin-bottom: 50px; } }
  .browse-by-topic:last-child, .callout-contact:last-child, .callout-multi-image:last-child, .facts-and-statistics:last-child, .hero-basic:last-child, .related-resources:last-child, .subnav-more-work:last-child, .tabbed-interface:last-child, .teaser-news-and-events:last-child, .what-we-do-table-of-contents:last-child, .winter-benefit:last-child {
    margin-bottom: 0; }

.archive-news-link-container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px; }
  @media print {
    .archive-news-link-container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  .archive-news-link-container .archive-news-link {
    display: inline-block;
    text-decoration: none; }

.container {
  max-width: 1170px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.container--lg {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .container--lg {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.mb, .mb--1x {
  margin-bottom: 1rem; }

.mb--2x {
  margin-bottom: 2rem; }

.mb--4x {
  margin-bottom: 4rem; }

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

.archive-loop {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .archive-loop {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  .archive-loop .container {
    padding: 0; }

.archive-loop__pagination {
  margin-top: 50px; }
  @media (min-width: 839px) {
    .archive-loop__pagination {
      margin-top: 85px; } }
  .archive-loop__pagination h2.screen-reader-text {
    display: none; }
  .archive-loop__pagination .nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .archive-loop__pagination .page-numbers {
    font-size: 18px;
    color: #1d252c;
    font-weight: 600;
    font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
    text-decoration: none;
    margin: 0 5px;
    display: block;
    line-height: 1.333;
    border-bottom: solid 3px transparent;
    -webkit-transition: 0.2s color ease;
    transition: 0.2s color ease; }
    @media (min-width: 839px) {
      .archive-loop__pagination .page-numbers {
        margin: 0 15px;
        font-size: 30px; } }
    .archive-loop__pagination .page-numbers:not(.dots):hover, .archive-loop__pagination .page-numbers:not(.dots):focus {
      color: #00548e;
      border-bottom-color: #00548e; }
    .archive-loop__pagination .page-numbers.current {
      color: #979591; }
      .archive-loop__pagination .page-numbers.current:hover, .archive-loop__pagination .page-numbers.current:focus {
        color: #979591;
        border-bottom-color: transparent; }
    .archive-loop__pagination .page-numbers.prev, .archive-loop__pagination .page-numbers.next {
      margin: 0 20px;
      position: relative; }
      .archive-loop__pagination .page-numbers.prev svg, .archive-loop__pagination .page-numbers.next svg {
        vertical-align: middle;
        display: inline-block;
        -webkit-transform: translateY(-1px);
                transform: translateY(-1px); }
      .archive-loop__pagination .page-numbers.prev:hover, .archive-loop__pagination .page-numbers.prev:focus, .archive-loop__pagination .page-numbers.next:hover, .archive-loop__pagination .page-numbers.next:focus {
        color: #00548e;
        border-bottom-color: transparent; }
        .archive-loop__pagination .page-numbers.prev:hover svg polygon, .archive-loop__pagination .page-numbers.prev:focus svg polygon, .archive-loop__pagination .page-numbers.next:hover svg polygon, .archive-loop__pagination .page-numbers.next:focus svg polygon {
          fill: #00548e; }
    .archive-loop__pagination .page-numbers:last-child:not(.next) {
      margin-right: auto; }
    .archive-loop__pagination .page-numbers.next {
      margin-left: auto; }
      .archive-loop__pagination .page-numbers.next svg {
        margin-left: 6px; }
    .archive-loop__pagination .page-numbers:first-child:not(.prev) {
      margin-left: auto; }
    .archive-loop__pagination .page-numbers.prev {
      margin-right: auto; }
      .archive-loop__pagination .page-numbers.prev svg {
        margin-right: 6px; }
  .archive-loop__pagination .prev,
  .archive-loop__pagination .next {
    color: #514E47; }

.archive-loop__meta-bar {
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: solid 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 839px) {
    .archive-loop__meta-bar {
      font-size: 18px;
      padding-bottom: 30px; } }
  .archive-loop__meta-bar .showing-results {
    margin-bottom: 0; }
  .archive-loop__meta-bar .results-per-page {
    font-size: 16px;
    font-weight: 600;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 128px; }
    .archive-loop__meta-bar .results-per-page select {
      display: none; }
    .archive-loop__meta-bar .results-per-page select + .select2 {
      margin-left: 10px; }

.show-all-clear-search {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  color: #00548e;
  text-decoration: underline; }

.results-per-page__span {
  white-space: nowrap;
  margin-right: 10px;
  display: block; }

.article-credits {
  border-left: 2px solid #979591;
  padding-left: 1.5rem; }

.article-credits__byline,
.article-credits__date {
  color: #514E47; }

.article-credits__attribution {
  font-size: 1em;
  margin: 1.5rem 0 1rem;
  font-weight: normal; }
  .article-credits__attribution p {
    margin: 0 0 .5em 0; }
    .article-credits__attribution p > a {
      color: #00548e; }
  .article-credits__attribution ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .article-credits__attribution ul li {
      margin-bottom: .5em; }

.article-credits__social-share-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding-left: 0; }
  .article-credits__social-share-icons a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46px;
    height: 46px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in; }
    .article-credits__social-share-icons a svg {
      width: 32px;
      height: 32px;
      display: inline-block;
      -webkit-transition: all .1s ease-in;
      transition: all .1s ease-in;
      fill: #1d252c; }
    .article-credits__social-share-icons a:last-child svg {
      width: 24px; }
    .article-credits__social-share-icons a:hover, .article-credits__social-share-icons a:focus {
      background-color: #9ed8b9; }
      .article-credits__social-share-icons a:hover svg path, .article-credits__social-share-icons a:focus svg path {
        fill: #3eb174; }

.hero-what-we-do-impact + .body {
  padding-top: 0; }

.body .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .body .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  @media (min-width: 839px) {
    .body .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }

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

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

@media (min-width: 839px) {
  .body .body-content {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
        -ms-flex: 3;
            flex: 3;
    max-width: 839px; }
    body.single-story .body .body-content,
    body.single-event .body .body-content,
    body.single-program_project_unit .body .body-content,
    body.single-news .body .body-content {
      max-width: 800px; } }

.body .body-content p {
  margin: 0 0 19.2px; }

.body .body-content ul {
  padding-left: 1em; }

body:not(.page-template-template-jobs-internships-fellowships) .body .body-content > p.large-first-letter {
  margin: 0 0 19.2px;
  font-size: 20px; }
  body:not(.page-template-template-jobs-internships-fellowships) .body .body-content > p.large-first-letter::first-letter {
    font-size: 109px;
    font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
    font-weight: 700;
    float: left;
    line-height: 0.5;
    margin-top: 21px;
    margin-right: 10px; }
    @media (min-width: 839px) {
      body:not(.page-template-template-jobs-internships-fellowships) .body .body-content > p.large-first-letter::first-letter {
        font-size: 113px;
        margin-top: 28px; } }
  @media screen and (min-width: 839px) and (-ms-high-contrast: active), (min-width: 839px) and (-ms-high-contrast: none) {
    body:not(.page-template-template-jobs-internships-fellowships) .body .body-content > p.large-first-letter::first-letter {
      margin-top: 16px; } }
  @media (min-width: 839px) {
    body:not(.page-template-template-jobs-internships-fellowships) .body .body-content > p.large-first-letter {
      font-size: 22px; } }

body:not(.page-template-template-jobs-internships-fellowships) .body .body-content p:large-first-letter + * {
  clear: left; }

.body .body-content a {
  color: #00548e;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px #00548e;
          box-shadow: inset 0 -2px #00548e;
  display: inline;
  position: static;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .body .body-content a:hover, .body .body-content a:focus {
    background: #b9e6f2; }
  @media print {
    .body .body-content a {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.body .body-content h3,
.body .body-content h4,
.body .body-content h5,
.body .body-content h6 {
  margin-top: 0;
  margin-bottom: .5rem; }
  .body .body-content h3 + p,
  .body .body-content h4 + p,
  .body .body-content h5 + p,
  .body .body-content h6 + p {
    margin-top: 0; }

.body .body-content h2 {
  margin-top: 30px; }
  @media (min-width: 839px) {
    .body .body-content h2 {
      margin-top: 40px; } }

.body .body-content h3 {
  margin-top: 30px; }
  @media (min-width: 839px) {
    .body .body-content h3 {
      margin-top: 40px; } }

.body .body-content figure {
  max-width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 19.2px; }

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

.body .body-content .fact-text-xl {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.222; }
  @media (min-width: 839px) {
    .body .body-content .fact-text-xl {
      font-size: 90px; } }

.body .body-content .fact-text-l {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.222; }
  @media (min-width: 839px) {
    .body .body-content .fact-text-l {
      font-size: 60px; } }

.body .body-content .fact-text-m {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.222; }
  @media (min-width: 839px) {
    .body .body-content .fact-text-m {
      font-size: 30px; } }

.body .body-content .button-green-flat {
  display: inline-block; }

.body .body-content .button-green-outline {
  display: inline-block; }

.body .body-content .big-number {
  font-size: 4.5em;
  font-weight: bold;
  margin-bottom: 0; }

.body .body-content ul,
.body .body-content ol {
  clear: both; }

.body .body-content .gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start; }
  .body .body-content .gallery .gallery-item {
    margin-left: 5px;
    margin-right: 5px; }

.body .sidebar {
  margin-top: 19.2px; }
  @media (min-width: 839px) {
    .body .sidebar {
      margin-top: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 19.2px;
      max-width: 400px;
      min-width: 400px; }
      .body .sidebar.small-sidebar {
        max-width: 300px;
        min-width: 300px; } }

blockquote {
  margin-left: 45px;
  padding-left: 21px;
  border-left: solid 2px #008fc0;
  font-size: 28px;
  line-height: 1.333;
  color: #008fc0;
  position: relative; }
  blockquote:before {
    content: ' ';
    width: 30px;
    height: 25px;
    position: absolute;
    top: 0;
    left: -45px;
    background: url(./images/main-body-blockquote.svg) no-repeat left top; }
  blockquote .blockquote-byline {
    margin: 19.2px 0 0;
    font-size: 14px;
    color: #514E47; }

.browse-by-topic .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .browse-by-topic .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.browse-by-topic__topics {
  margin-top: 19.2px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .browse-by-topic__topics > li {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .browse-by-topic__topics > li:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 839px) {
    .browse-by-topic__topics > li {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
          -ms-flex-preferred-size: calc((100% - ((3 - 1) * 19.2px)) / 3);
              flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
      max-width: calc((100% - ((3 - 1) * 19.2px)) / 3);
      margin-left: 19.2px; }
      .browse-by-topic__topics > li:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .browse-by-topic__topics > li:nth-child(3n + 1) {
        margin-left: 0; } }
  .browse-by-topic__topics .topic {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: solid 3px #979591;
    margin-bottom: 20px;
    color: #1d252c;
    display: block; }
    .browse-by-topic__topics .topic:last-child {
      margin-bottom: 0; }
      @media (min-width: 839px) {
        .browse-by-topic__topics .topic:last-child {
          margin-bottom: 20px; } }
    .browse-by-topic__topics .topic a {
      color: inherit;
      text-decoration: none;
      display: block;
      padding: 15px 20px; }
    .browse-by-topic__topics .topic:hover, .browse-by-topic__topics .topic:focus {
      border-color: #006442;
      background-color: #00548e;
      color: white; }
    .browse-by-topic__topics .topic span {
      margin: 0;
      line-height: normal; }
    .browse-by-topic__topics .topic .subtitle {
      margin-top: 10px;
      opacity: 0.7;
      display: none; }
      .browse-by-topic__topics .topic .subtitle > *:first-child {
        margin-top: 0; }
      .browse-by-topic__topics .topic .subtitle > *:last-child {
        margin-bottom: 0; }
      @media (min-width: 839px) {
        .browse-by-topic__topics .topic .subtitle {
          display: block; } }
    .browse-by-topic__topics .topic:hover .subtitle,
    .browse-by-topic__topics .topic:focus .subtitle {
      opacity: 1; }

.browse-simple {
  padding-top: 33px;
  padding-bottom: 33px; }
  .browse-simple .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .browse-simple .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .browse-simple .browse-simple__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .browse-simple .browse-simple__list > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
          -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
              flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
      max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
      max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
      margin-left: 19.2px; }
      .browse-simple .browse-simple__list > a:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 480px) {
      .browse-simple .browse-simple__list > a {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
            -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
                flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
        max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
        margin-left: 19.2px; }
        .browse-simple .browse-simple__list > a:nth-child(1n + 1) {
          margin-left: 19.2px; }
        .browse-simple .browse-simple__list > a:nth-child(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 839px) {
      .browse-simple .browse-simple__list > a {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
            -ms-flex-preferred-size: calc((100% - ((4 - 1) * 19.2px)) / 4);
                flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
        max-width: calc((100% - ((4 - 1) * 19.2px)) / 4);
        margin-left: 19.2px; }
        .browse-simple .browse-simple__list > a:nth-child(2n + 1) {
          margin-left: 19.2px; }
        .browse-simple .browse-simple__list > a:nth-child(4n + 1) {
          margin-left: 0; } }
  .browse-simple h2 {
    margin: 0 0 33px; }
  @media print {
    body.legal_resource-template-default .browse-simple {
      display: none; } }

.callout-contact {
  background: #F6F6F6;
  padding-top: 19.2px;
  padding-bottom: 19.2px; }
  .callout-contact .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .callout-contact .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
    @media (min-width: 839px) {
      .callout-contact .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .callout-contact img {
    width: 111px;
    height: auto; }
  .callout-contact h3, .callout-contact h2 {
    margin: 0; }
  .callout-contact .subtitle {
    margin-bottom: 0; }
  .callout-contact a {
    text-decoration: none;
    display: inline-block; }
  .callout-contact .center {
    margin-bottom: 19.2px; }
    @media (min-width: 839px) {
      .callout-contact .center {
        margin-bottom: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
  .callout-contact .left {
    font-size: 0;
    margin-bottom: 19.2px; }
    @media (min-width: 839px) {
      .callout-contact .left {
        margin-bottom: 0;
        margin-right: 19.2px; } }
  @media (min-width: 839px) {
    .callout-contact .right {
      margin-bottom: 0;
      margin-left: 19.2px; } }

.callout-image-or-video.grey-background-color {
  background-color: #F6F6F6; }

.callout-image-or-video .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media print {
    .callout-image-or-video .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  .callout-image-or-video .container > div {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .callout-image-or-video .container > div:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 839px) {
    .callout-image-or-video .container > div {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .callout-image-or-video .container > div:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .callout-image-or-video .container > div:nth-child(2n + 1) {
        margin-left: 0; } }

.callout-image-or-video.reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .callout-image-or-video.reverse .container .right {
    margin-left: 0;
    margin-right: 19.2px; }

.callout-image-or-video .left {
  margin-bottom: 18px; }
  @media (min-width: 839px) {
    .callout-image-or-video .left {
      margin-bottom: 0;
      padding-right: 15px; } }

.callout-image-or-video.reverse .left {
  padding-right: 0; }

.callout-image-or-video h3 {
  margin: 0 0 11px; }
  @media (min-width: 839px) {
    .callout-image-or-video h3 {
      margin-bottom: 30px; } }

.callout-image-or-video .kicker {
  margin: 0 0 20px;
  padding-left: 8px;
  border-left: solid 4px #008fc0;
  border-left-width: 0;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out;
  display: block; }
  .callout-image-or-video .kicker.js--in-view {
    border-left-width: 4px; }
  @media print {
    .callout-image-or-video .kicker {
      border-left-color: black; } }

.callout-image-or-video .subtitle {
  margin-bottom: 22px; }
  .callout-image-or-video .subtitle > *:first-child {
    margin-top: 0; }
  .callout-image-or-video .subtitle > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 839px) {
    .callout-image-or-video .subtitle {
      margin-bottom: 40px; } }

.callout-image-or-video .buttons a:nth-child(odd) {
  margin-right: 0; }
  @media (min-width: 480px) {
    .callout-image-or-video .buttons a:nth-child(odd) {
      margin-right: 10px; } }
  @media (min-width: 839px) {
    .callout-image-or-video .buttons a:nth-child(odd) {
      margin-right: 20px; } }

.callout-image-or-video .buttons a {
  text-decoration: none;
  margin-bottom: 10px; }
  .callout-image-or-video .buttons a:last-child {
    margin-bottom: 0; }
  @media (min-width: 480px) {
    .callout-image-or-video .buttons a {
      margin-bottom: 0; } }

@media (min-width: 839px) {
  .callout-image-or-video .right {
    padding-left: 15px; } }

.callout-image-or-video .right p {
  margin: 0; }

.callout-image-or-video .right img {
  max-width: 100%; }

.callout-image-or-video.reverse .right {
  padding-left: 0;
  padding-right: 15px; }

.caption-box,
figcaption {
  padding: 16px;
  padding-bottom: 0;
  border-left: solid 3px #1d252c;
  margin-top: -12px;
  margin-left: 16px;
  position: relative; }
  .caption-box span,
  figcaption span {
    display: block; }
  .caption-box .primary-caption,
  figcaption .primary-caption {
    color: rgba(29, 37, 44, 0.63); }
  .caption-box .secondary-caption,
  figcaption .secondary-caption {
    color: #aaa8a7; }
  .caption-box.ko,
  figcaption.ko {
    border-left-color: white; }
    .caption-box.ko .primary-caption,
    figcaption.ko .primary-caption {
      color: white; }

@media (min-width: 839px) {
  .callout-map {
    padding-bottom: 5em; } }

@media (min-width: 1170px) {
  .callout-map {
    padding-bottom: 12em; } }

.callout-map .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media print {
    .callout-map .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  .callout-map .container > div {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .callout-map .container > div:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 839px) {
    .callout-map .container > div {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .callout-map .container > div:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .callout-map .container > div:nth-child(2n + 1) {
        margin-left: 0; } }

.callout-map.reverse .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
  .callout-map.reverse .container .right {
    margin-left: 0;
    margin-right: 19.2px; }

.callout-map .left {
  margin-bottom: 18px; }
  @media (min-width: 839px) {
    .callout-map .left {
      margin-bottom: 0; } }

.callout-map h3 {
  margin: 0 0 11px; }
  @media (min-width: 839px) {
    .callout-map h3 {
      margin-bottom: 30px; } }

.callout-map .kicker {
  margin: 0 0 20px;
  padding-left: 8px;
  border-left: solid 4px #008fc0;
  border-left-width: 0;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out;
  display: block; }
  .callout-map .kicker.js--in-view {
    border-left-width: 4px; }
  @media print {
    .callout-map .kicker {
      border-left-color: black; } }

.callout-map .subtitle {
  margin-bottom: 22px; }
  .callout-map .subtitle > *:first-child {
    margin-top: 0; }
  .callout-map .subtitle > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 839px) {
    .callout-map .subtitle {
      margin-bottom: 40px; } }

.callout-map .buttons a {
  text-decoration: none;
  margin-bottom: 10px; }
  .callout-map .buttons a:last-child {
    margin-bottom: 0; }
  @media (min-width: 480px) {
    .callout-map .buttons a {
      margin-bottom: 0; } }

.callout-map dl dt {
  font-weight: bold; }

.callout-map dl dd {
  margin-left: 0; }

.callout-map__map-embed {
  position: relative; }
  .callout-map__map-embed img {
    display: block;
    width: 100%;
    height: auto; }

.callout-multi-image {
  --largeImageRatio: 0.75;
  --smallImageRatio: 1.25; }
  .callout-multi-image .container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media print {
      .callout-multi-image .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .callout-multi-image h2 {
    margin: 0 0 8px; }
  .callout-multi-image .kicker {
    text-transform: uppercase;
    padding-left: 8px;
    border-left: solid 4px #008fc0;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    display: block;
    margin-bottom: 28px; }
    .callout-multi-image .kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .callout-multi-image .kicker {
        border-left-color: black; } }
  .callout-multi-image .subtitle {
    max-width: 839px;
    margin-bottom: 0; }
    .callout-multi-image .subtitle > *:first-child {
      margin-top: 0; }
    .callout-multi-image .subtitle > *:last-child {
      margin-bottom: 0; }
  .callout-multi-image .kicker {
    color: white;
    border-left-color: white;
    display: none; }
  .callout-multi-image .subtitle {
    margin-bottom: 19.2px; }
  @media (min-width: 839px) {
    .callout-multi-image .inner {
      max-width: 70%; } }
  .callout-multi-image .flow-wrapper {
    padding: 0;
    position: relative; }
    @media (min-width: 839px) {
      .callout-multi-image .flow-wrapper {
        padding: 37px 0 74px; }
        .callout-multi-image .flow-wrapper:after {
          content: ' ';
          display: block;
          position: absolute;
          z-index: -1;
          height: 37px;
          background: #850f1a;
          width: calc(50% + 74px);
          right: 0; } }
  .callout-multi-image .text-wrapper {
    background: #ce3734;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: -80px; }
    @media (min-width: 839px) {
      .callout-multi-image .text-wrapper {
        padding: 37px;
        margin-top: 0px; } }
  .callout-multi-image ul {
    padding-left: 1em; }
  .callout-multi-image .img-wrapper {
    position: relative;
    padding: 20px;
    background: transparent; }
    .callout-multi-image .img-wrapper:before {
      content: ' ';
      display: block;
      position: absolute;
      top: 50%;
      z-index: 1;
      height: 37px;
      background: #850f1a;
      width: 100%;
      left: 0; }
    .callout-multi-image .img-wrapper:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      width: 100%;
      height: 50%;
      background: #ce3734;
      z-index: -1; }
      @media (min-width: 839px) {
        .callout-multi-image .img-wrapper:after {
          background: transparent; } }
    @media (min-width: 839px) {
      .callout-multi-image .img-wrapper {
        background: transparent;
        padding: 0;
        position: absolute;
        top: 0;
        height: 100%;
        right: 37px;
        width: calc(50% - 37px); }
        .callout-multi-image .img-wrapper:before {
          content: none; } }
  .callout-multi-image .image {
    overflow: hidden;
    z-index: 1;
    position: relative; }
  .callout-multi-image .large-image, .callout-multi-image .small-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto; }
  .callout-multi-image .large-image {
    display: block;
    width: 75%;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 25%; }
    .callout-multi-image .large-image .padding {
      padding-bottom: 87%;
      height: 0; }
    @media (min-width: 839px) {
      .callout-multi-image .large-image {
        position: absolute;
        right: 0;
        left: calc(((100% - 50%) / 2));
        height: calc(100% - 37px);
        width: auto;
        max-width: 500px;
        margin-left: 0;
        margin-right: 0;
        max-height: 430px; } }
  .callout-multi-image .small-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 0;
    overflow: visible;
    position: absolute;
    display: block;
    width: 50vw;
    height: auto;
    top: 40px; }
    .callout-multi-image .small-image .padding {
      padding-bottom: 76%;
      height: 0; }
    @media (min-width: 839px) {
      .callout-multi-image .small-image {
        display: block;
        position: absolute;
        bottom: -20px;
        left: 0;
        height: 66%;
        max-height: 355px;
        right: calc(((100% - 50%) / 2));
        width: auto;
        max-width: 270px;
        margin-left: 0;
        margin-right: 0;
        overflow: hidden;
        top: auto; } }
  .callout-multi-image h2 {
    color: #1d252c;
    position: relative;
    z-index: 5; }
  .callout-multi-image .multi-image-link {
    text-decoration: none;
    display: inline-block; }
  .callout-multi-image .text-wrapper__lower {
    margin-top: 19px;
    padding-right: 19.2px;
    color: white; }
    @media (min-width: 839px) {
      .callout-multi-image .text-wrapper__lower {
        width: 75%;
        max-width: 75%;
        padding-right: 37px; } }
  .callout-multi-image.red .text-wrapper {
    background: #ce3734; }
  @media (min-width: 839px) {
    .callout-multi-image.red .flow-wrapper:after {
      background: #850f1a; } }
  .callout-multi-image.red .img-wrapper:before {
    background: #850f1a; }
  .callout-multi-image.red .img-wrapper:after {
    background: #ce3734; }
    @media (min-width: 839px) {
      .callout-multi-image.red .img-wrapper:after {
        background: transparent; } }
  @media (min-width: 839px) {
    .callout-multi-image.red .img-wrapper:before {
      background: #850f1a; } }
  .callout-multi-image.purple .text-wrapper {
    background: #7961aa; }
  @media (min-width: 839px) {
    .callout-multi-image.purple .flow-wrapper:after {
      background: #492860; } }
  .callout-multi-image.purple .img-wrapper:before {
    background: #492860; }
  .callout-multi-image.purple .img-wrapper:after {
    background: #7961aa; }
    @media (min-width: 839px) {
      .callout-multi-image.purple .img-wrapper:after {
        background: transparent; } }
  @media (min-width: 839px) {
    .callout-multi-image.purple .img-wrapper:before {
      background: #492860; } }
  .callout-multi-image.blue .text-wrapper {
    background: #008fc0; }
  @media (min-width: 839px) {
    .callout-multi-image.blue .flow-wrapper:after {
      background: #00548e; } }
  .callout-multi-image.blue .img-wrapper:before {
    background: #00548e; }
  .callout-multi-image.blue .img-wrapper:after {
    background: #008fc0; }
    @media (min-width: 839px) {
      .callout-multi-image.blue .img-wrapper:after {
        background: transparent; } }
  @media (min-width: 839px) {
    .callout-multi-image.blue .img-wrapper:before {
      background: #00548e; } }
  body.page-template-template-jobs-internships-fellowships .callout-multi-image {
    background: #EDEDEC; }
    body.page-template-template-jobs-internships-fellowships .callout-multi-image .kicker {
      color: #1d252c;
      border-left-color: #3eb174; }
    body.page-template-template-jobs-internships-fellowships .callout-multi-image .text-wrapper {
      background: #EDEDEC; }
    body.page-template-template-jobs-internships-fellowships .callout-multi-image .text-wrapper__lower {
      color: #1d252c; }
    body.page-template-template-jobs-internships-fellowships .callout-multi-image .img-wrapper::before {
      content: none; }
  body.home .callout-multi-image,
  body.impact .callout-multi-image {
    margin-top: 60px; }

.callout {
  background: #48C482;
  color: #fff; }
  .callout .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .callout .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .callout .kicker {
    padding-left: 8px;
    border-left: solid 4px white;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    margin: 0;
    margin-bottom: 19px;
    display: block;
    border-left: solid 4px #fff;
    color: #fff; }
    .callout .kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .callout .kicker {
        border-left-color: black; } }
  .callout .callout__text {
    margin: 0; }
    .callout .callout__text > *:first-child {
      margin-top: 0; }
    .callout .callout__text > *:last-child {
      margin-bottom: 0; }
  .callout a {
    text-decoration: none;
    margin-bottom: 10px;
    color: #48C482;
    background: #ffff;
    border-color: #fff; }
    .callout a:hover {
      background: none;
      color: #fff;
      border-color: #fff; }
    .callout a:last-child {
      margin-bottom: 0;
      color: #fff; }
      .callout a:last-child:hover {
        color: #48C482;
        background: #fff;
        border-color: #fff; }
    @media (min-width: 480px) {
      .callout a {
        margin-bottom: 0; } }
  @media (min-width: 839px) {
    .hero-home + .callout {
      margin-top: -50px; } }

.callout__links {
  font-size: 0;
  margin-top: 19px; }
  @media (min-width: 480px) {
    .callout__links a:nth-child(2) {
      margin-left: 20px; } }

body.home .callout {
  color: #fff; }
  body.home .callout .kicker {
    color: #fff;
    border-left-color: #fff; }

.carousel-campaigns {
  position: relative;
  overflow: hidden; }
  .carousel-campaigns .slick-list {
    overflow: visible; }
  .carousel-campaigns .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #EDEDEC; }
    @media (min-width: 839px) {
      .carousel-campaigns .slick-track {
        background-color: transparent; } }
  .carousel-campaigns .slick-initialized .slick-slide {
    height: auto; }
  .carousel-campaigns > .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0; }
    @media print {
      .carousel-campaigns > .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .carousel-campaigns .carousel-campaigns__kicker {
    padding-left: 8px;
    border-left: solid 4px #3eb174;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    margin-bottom: 13px;
    display: block; }
    .carousel-campaigns .carousel-campaigns__kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .carousel-campaigns .carousel-campaigns__kicker {
        border-left-color: black; } }
  .carousel-campaigns h3 {
    margin: 0 0 30px; }

.carousel-campaigns__header {
  padding-left: 19.2px;
  padding-right: 19.2px; }

.carousel-campaigns__carousel .slick-dots {
  bottom: 1rem;
  left: 0;
  text-align: left; }
  @media (min-width: 839px) {
    .carousel-campaigns__carousel .slick-dots {
      text-align: center;
      bottom: -2rem; } }

@media (min-width: 1170px) {
  .carousel-campaigns__carousel:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 33vw;
    height: 100%;
    background: white;
    display: block;
    z-index: 2; } }

.carousel-campaigns__carousel .slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 20;
  top: inherit; }
  .carousel-campaigns__carousel .slick-arrow:hover, .carousel-campaigns__carousel .slick-arrow:focus {
    border: 1px solid #1d252c; }
  @media (min-width: 839px) {
    .carousel-campaigns__carousel .slick-arrow {
      top: auto;
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); } }

.carousel-campaigns__carousel .slick-next {
  right: 0; }
  .carousel-campaigns__carousel .slick-next:before {
    content: ' ';
    background: url("../dist/images/carrot-right-carousel.svg") no-repeat left 20px center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1; }
  @media (min-width: 839px) {
    .carousel-campaigns__carousel .slick-next {
      right: 0px; } }
  @media (min-width: 1170px) {
    .carousel-campaigns__carousel .slick-next {
      right: 6px; } }

.carousel-campaigns__carousel .slick-prev {
  right: 52px;
  left: auto; }
  .carousel-campaigns__carousel .slick-prev:before {
    content: ' ';
    background: url("../dist/images/carrot-left-carousel.svg") no-repeat right 20px center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    right: 52px; }
  @media (min-width: 1170px) {
    .carousel-campaigns__carousel .slick-prev {
      right: 58px; } }

.carousel-campaigns__campaign {
  position: relative;
  width: 100vw; }
  @media (min-width: 1170px) {
    .carousel-campaigns__campaign {
      width: 1203px;
      margin-left: 15px;
      margin-right: 15px; } }
  .carousel-campaigns__campaign .text-wrapper {
    padding: 24px 10px 40px;
    background: #EDEDEC;
    position: relative;
    z-index: 2;
    line-height: 1.55; }
    @media (min-width: 839px) {
      .carousel-campaigns__campaign .text-wrapper {
        margin-top: 0;
        max-width: 55vw;
        padding: 30px 40px 0;
        opacity: 0;
        height: 100%;
        -webkit-transition: opacity 0.4s cubic-bezier(0.66, 0.22, 0.33, 0.89);
        transition: opacity 0.4s cubic-bezier(0.66, 0.22, 0.33, 0.89);
        position: absolute;
        top: 0;
        right: 0; } }
    @media (min-width: 1170px) {
      .carousel-campaigns__campaign .text-wrapper {
        max-width: 400px; } }
  .carousel-campaigns__campaign .kicker {
    color: #006442;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 7px;
    display: block; }
  .carousel-campaigns__campaign h4 {
    margin: 0 0 5px; }
  .carousel-campaigns__campaign a {
    display: block;
    text-align: center;
    max-width: 400px;
    background: #006442;
    border-color: #006442;
    text-decoration: none;
    margin-top: 4px;
    margin-bottom: 30px; }
    @media (min-width: 839px) {
      .carousel-campaigns__campaign a {
        text-align: left;
        display: inline-block; } }
    .carousel-campaigns__campaign a:focus {
      border-color: #1d252c; }
    .carousel-campaigns__campaign a:hover {
      background: #000; }
  .carousel-campaigns__campaign .image {
    width: 100%; }
    .carousel-campaigns__campaign .image .padding {
      padding-bottom: calc(200.212014px + 28.4%); }
    @media (min-width: 839px) {
      .carousel-campaigns__campaign .image {
        opacity: 0.7;
        -webkit-transition: right 0.4s cubic-bezier(0.66, 0.22, 0.33, 0.89), opacity 0.4s cubic-bezier(0.66, 0.22, 0.33, 0.89);
        transition: right 0.4s cubic-bezier(0.66, 0.22, 0.33, 0.89), opacity 0.4s cubic-bezier(0.66, 0.22, 0.33, 0.89);
        top: 0;
        width: 100%; } }
  @media (min-width: 839px) {
    .carousel-campaigns__campaign.slick-current .image {
      opacity: 1;
      right: 0;
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; }
    .carousel-campaigns__campaign.slick-current .text-wrapper {
      opacity: 1;
      -webkit-transition-delay: 0.4s;
              transition-delay: 0.4s; } }

.facts-and-statistics {
  background: #7961aa;
  color: white; }
  .facts-and-statistics h2 {
    margin: 0 0 8px; }
  .facts-and-statistics .kicker {
    text-transform: uppercase;
    padding-left: 8px;
    border-left: solid 4px #008fc0;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    display: block;
    margin-bottom: 28px; }
    .facts-and-statistics .kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .facts-and-statistics .kicker {
        border-left-color: black; } }
  .facts-and-statistics .subtitle {
    max-width: 839px;
    margin-bottom: 0; }
    .facts-and-statistics .subtitle > *:first-child {
      margin-top: 0; }
    .facts-and-statistics .subtitle > *:last-child {
      margin-bottom: 0; }
  .facts-and-statistics .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .facts-and-statistics .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  body.take-action .facts-and-statistics {
    margin-bottom: 0; }
  .facts-and-statistics h2 {
    max-width: 839px; }
  .facts-and-statistics .facts-and-statistics__columns {
    margin-top: 19.2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .facts-and-statistics .facts-and-statistics__columns .facts-and-statistics__column {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
          -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
              flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
      max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
      max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
      margin-left: 19.2px; }
      .facts-and-statistics .facts-and-statistics__columns .facts-and-statistics__column:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 839px) {
      .facts-and-statistics .facts-and-statistics__columns .facts-and-statistics__column {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
            -ms-flex-preferred-size: calc((100% - ((3 - 1) * 19.2px)) / 3);
                flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
        max-width: calc((100% - ((3 - 1) * 19.2px)) / 3);
        margin-left: 19.2px; }
        .facts-and-statistics .facts-and-statistics__columns .facts-and-statistics__column:nth-child(1n + 1) {
          margin-left: 19.2px; }
        .facts-and-statistics .facts-and-statistics__columns .facts-and-statistics__column:nth-child(3n + 1) {
          margin-left: 0; } }
  .facts-and-statistics .link {
    margin-top: 19.2px; }
    @media (min-width: 839px) {
      .facts-and-statistics .link {
        margin-top: 0;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        text-align: right; } }
    .facts-and-statistics .link a {
      white-space: nowrap;
      text-decoration: none; }
  .facts-and-statistics .facts-and-statistics__column {
    border-top: solid 1px rgba(255, 255, 255, 0.5);
    padding: 19.2px 0; }
    .facts-and-statistics .facts-and-statistics__column:last-child {
      padding-bottom: 0; }
    .facts-and-statistics .facts-and-statistics__column > *:first-child {
      margin-top: 0; }
    .facts-and-statistics .facts-and-statistics__column > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 839px) {
      .facts-and-statistics .facts-and-statistics__column {
        padding-bottom: 0; } }

@media (min-width: 839px) {
  .subtitle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .subtitle-wrapper .subtitle {
      -webkit-box-flex: 839px;
      -webkit-flex: 839px;
          -ms-flex: 839px;
              flex: 839px;
      margin-right: 19.2px; } }

.featured-content-carousel {
  background-color: #F6F6F6;
  padding: 3rem 0 4rem 0;
  overflow: hidden; }
  .featured-content-carousel .page-h3-sans-left-dark {
    margin-bottom: 1rem;
    margin-top: 0;
    padding: 0 1rem; }
    @media (min-width: 839px) {
      .featured-content-carousel .page-h3-sans-left-dark {
        padding: 0;
        margin-top: 0; } }
  .featured-content-carousel .container {
    padding: 0 0; }
  @media (min-width: 839px) {
    .featured-content-carousel .slick-list {
      overflow: visible; } }

.c-featured-content-carousel .slick-track {
  height: 340px; }
  @media (min-width: 839px) {
    .c-featured-content-carousel .slick-track {
      height: unset; } }

@media (min-width: 839px) {
  .c-featured-content-carousel .slick-slider:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 33vw;
    height: 100%;
    background: #F6F6F6;
    display: block;
    z-index: 3; } }

.c-featured-content-carousel .slick-dots {
  position: absolute;
  bottom: -40px;
  right: 10px;
  width: unset; }
  @media (min-width: 839px) {
    .c-featured-content-carousel .slick-dots {
      right: -28px; } }
  .c-featured-content-carousel .slick-dots li button:before {
    display: none; }
  .c-featured-content-carousel .slick-dots li button span {
    position: relative; }
    .c-featured-content-carousel .slick-dots li button span:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "\2022";
      width: 20px;
      height: 20px;
      font-family: "slick";
      line-height: 20px;
      text-align: center;
      color: black;
      opacity: 0.25;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 48px; }
  .c-featured-content-carousel .slick-dots li.slick-active button span:before {
    opacity: 0.75; }

.c-featured-content-carousel .slick-slide {
  width: 340px;
  padding: 0 1rem; }
  @media (min-width: 839px) {
    .c-featured-content-carousel .slick-slide {
      padding: 0 5rem 0 0;
      width: 340px; } }
  .c-featured-content-carousel .slick-slide.slick-active {
    visibility: visible; }

.featured-content-slide .img-wrapper {
  position: relative;
  padding-top: 60.2%;
  overflow: hidden;
  margin-bottom: 1rem; }
  .featured-content-slide .img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
  .featured-content-slide .img-wrapper .label {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    padding: .25rem .5rem;
    font-size: .6875em;
    letter-spacing: .05em;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 2; }

.featured-content-slide .page-h4-sans-left-dark {
  margin-top: 0;
  line-height: 1.33;
  font-size: 1.17em;
  display: block;
  margin-bottom: 1em;
  font-weight: bold; }

.featured-content-slide .link a {
  color: #00548e;
  text-decoration: none; }
  .featured-content-slide .link a:hover, .featured-content-slide .link a:focus {
    text-decoration: underline; }

.featured-content-carousel .c-featured-content-carousel {
  position: relative; }

.featured-content-carousel .controls {
  position: absolute;
  bottom: -40px;
  left: 5px; }
  .featured-content-carousel .controls button {
    background: none;
    color: rgba(0, 0, 0, 0.7);
    border: 0;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 10px 15px;
    z-index: 1;
    font-size: 20px;
    border-radius: 5px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: none; }
    .featured-content-carousel .controls button svg {
      max-width: 20px;
      height: auto;
      fill: #000; }
    .featured-content-carousel .controls button:focus, .featured-content-carousel .controls button:active, .featured-content-carousel .controls button:hover {
      outline: none;
      background-color: rgba(0, 0, 0, 0.8);
      color: white; }
      .featured-content-carousel .controls button:focus svg, .featured-content-carousel .controls button:active svg, .featured-content-carousel .controls button:hover svg {
        fill: #fff; }
    .featured-content-carousel .controls button.is-visible {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }

.featured-links {
  background: #00548e;
  color: white; }
  .featured-links .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .featured-links .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .featured-links h2 {
    margin: 0 0 4px; }
    @media (min-width: 839px) {
      .featured-links h2 {
        margin-bottom: 6px; } }
  @media (min-width: 839px) {
    .featured-links .featured-links__lower-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .featured-links .featured-links__lower-wrapper .see-all {
    text-decoration: none;
    display: inline-block;
    margin: 0 0 .5em; }
    @media (min-width: 839px) {
      .featured-links .featured-links__lower-wrapper .see-all {
        margin: 0; } }
  .featured-links .subtitle > *:first-child {
    margin-top: 0; }
  .featured-links .subtitle > *:last-child {
    margin-bottom: 0; }
  .featured-links .table-component tbody tr td {
    border-bottom-color: rgba(255, 255, 255, 0.2); }
  .featured-links .table-component tbody tr:hover, .featured-links .table-component tbody tr:focus {
    background: rgba(0, 100, 66, 0.64); }

.featured-links--on-green .table-component .tbody a {
  color: white; }

.featured-links--on-green .table-component .tbody .td.link a {
  padding: 15px 0; }
  @media (min-width: 839px) {
    .featured-links--on-green .table-component .tbody .td.link a {
      padding-right: 30px; } }

.featured-links--on-green .table-component .tbody .tr:hover .td.link, .featured-links--on-green .table-component .tbody .tr:focus .td.link {
  background-color: #1d252c;
  border-top-color: transparent; }

.featured-links--on-green .table-component .tbody .tr:hover + .tr .td.link {
  border-top-color: transparent; }

.featured-links--on-green .table-component .tbody .td {
  border-top: 1px solid rgba(255, 255, 255, 0.25); }

.featured-links--on-green .table-component .tbody .td:first-child {
  font-size: 1.75rem;
  padding-left: 15px;
  width: 100%; }

.featured-links--on-green .table-component .tbody .td:not(:first-child) {
  white-space: nowrap; }

.featured-links--on-green .table-component .tbody .tr:hover .td.link:first-child:after,
.featured-links--on-green .table-component .tbody .tr:focus .td.link:first-child:after {
  content: ' ';
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5.5px;
  background: url(images/right-carrot.svg) no-repeat center center; }
  @media (min-width: 839px) {
    .featured-links--on-green .table-component .tbody .tr:hover .td.link:first-child:after,
    .featured-links--on-green .table-component .tbody .tr:focus .td.link:first-child:after {
      width: 10px;
      margin-top: -8px;
      height: 16px;
      background-size: 10px; } }

@media (min-width: 839px) {
  .featured-links--on-green .table-component .tbody .tr:hover .td.link:first-child:after,
  .featured-links--on-green .table-component .tbody .tr:focus .td.link:first-child:after {
    content: none; } }

.featured-links--on-green .table-component .tbody .tr:hover .td.link:last-child:after,
.featured-links--on-green .table-component .tbody .tr:focus .td.link:last-child:after {
  content: ' ';
  width: 7px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5.5px;
  background: url(images/right-carrot.svg) no-repeat center center; }
  @media (min-width: 839px) {
    .featured-links--on-green .table-component .tbody .tr:hover .td.link:last-child:after,
    .featured-links--on-green .table-component .tbody .tr:focus .td.link:last-child:after {
      width: 10px;
      margin-top: -8px;
      height: 16px;
      background-size: 10px; } }

.featured-links--large-last-column .table-component .tbody .td:first-child {
  width: auto;
  white-space: nowrap; }

.featured-links--large-last-column .table-component .tbody .td:last-child {
  white-space: normal; }

.featured-unions {
  background: #F6F6F6; }
  .featured-unions .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .featured-unions .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .featured-unions h2 {
    margin: 0 0 25px; }
  .featured-unions .links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .featured-unions .links > div {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
          -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
              flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
      max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
      max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
      margin-left: 19.2px; }
      .featured-unions .links > div:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 839px) {
      .featured-unions .links > div {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
            -ms-flex-preferred-size: calc((100% - ((3 - 1) * 19.2px)) / 3);
                flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
        max-width: calc((100% - ((3 - 1) * 19.2px)) / 3);
        margin-left: 19.2px; }
        .featured-unions .links > div:nth-child(1n + 1) {
          margin-left: 19.2px; }
        .featured-unions .links > div:nth-child(3n + 1) {
          margin-left: 0; } }
  .featured-unions .link {
    position: relative;
    margin-bottom: 19.2px; }
    @media (min-width: 839px) {
      .featured-unions .link:after {
        content: ' ';
        background: rgba(29, 37, 44, 0.2);
        position: absolute;
        height: 100%;
        width: 1px;
        right: calc(-1 / 2 * 19.2px);
        top: 0; }
      .featured-unions .link:nth-child(3n):after {
        content: none; } }
    .featured-unions .link h4 {
      margin: 0; }
    .featured-unions .link a {
      color: #00548e;
      text-decoration: none; }

footer {
  background: #1d252c;
  color: rgba(255, 255, 255, 0.55);
  font-size: 22px;
  margin-top: 50px; }
  @media (min-width: 839px) {
    footer {
      margin-top: 75px; } }
  @media (min-width: 1170px) {
    footer {
      margin-top: 100px; } }
  footer .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      footer .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
    @media (min-width: 1080px) {
      footer .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    footer .container .column-1 {
      -webkit-flex-basis: 35%;
          -ms-flex-preferred-size: 35%;
              flex-basis: 35%;
      margin-bottom: 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 1080px) {
        footer .container .column-1 {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      footer .container .column-1 .svg-wrapper svg {
        width: 160px; }
      @media (min-width: 1080px) {
        footer .container .column-1 .svg-wrapper {
          display: block;
          margin-bottom: 50px; }
          footer .container .column-1 .svg-wrapper svg {
            width: 219px; } }
      @media (min-width: 1080px) {
        footer .container .column-1 {
          margin-bottom: 0px; } }
    footer .container .help-now {
      margin-bottom: 22px;
      color: rgba(255, 255, 255, 0.7);
      font-size: 18px;
      font-weight: 600; }
      footer .container .help-now > *:first-child {
        margin-top: 0; }
      footer .container .help-now > *:last-child {
        margin-bottom: 0; }
      @media (min-width: 1080px) {
        footer .container .help-now {
          display: block;
          font-size: 22px;
          margin-bottom: 22px;
          margin-left: 13px; } }
      footer .container .help-now > p {
        margin-bottom: 0; }
      footer .container .help-now a.phone-number {
        display: block;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none; }
    footer .container .footer-middle-column {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      footer .container .footer-middle-column > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        @media (min-width: 1080px) {
          footer .container .footer-middle-column > div {
            -webkit-flex-basis: 45%;
                -ms-flex-preferred-size: 45%;
                    flex-basis: 45%;
            -webkit-box-flex: inherit;
            -webkit-flex: inherit;
                -ms-flex: inherit;
                    flex: inherit; } }
      @media (min-width: 620px) {
        footer .container .footer-middle-column {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 66.66%; } }
      @media (min-width: 1080px) {
        footer .container .footer-middle-column {
          -webkit-flex-basis: 44%;
              -ms-flex-preferred-size: 44%;
                  flex-basis: 44%; } }
    footer .container .column-4 {
      width: 100%; }
      @media (min-width: 620px) {
        footer .container .column-4 {
          display: -webkit-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 32.3%; } }
      @media (min-width: 1080px) {
        footer .container .column-4 {
          -webkit-flex-basis: 24%;
              -ms-flex-preferred-size: 24%;
                  flex-basis: 24%;
          width: auto; } }
      footer .container .column-4 .quick-link {
        padding: 15px 0px;
        width: 100%;
        text-align: center;
        border-radius: 3px; }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover, footer a:focus {
      text-decoration: underline; }
  footer .quick-link {
    display: inline-block;
    margin-left: auto;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    font-size: 14px;
    margin-bottom: 28px;
    width: 100%;
    text-align: center; }
  footer .kicker {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: normal;
    letter-spacing: 0.04em; }
    @media (min-width: 1080px) {
      footer .kicker {
        font-size: 14px; } }
  footer .footer__lower {
    background: rgba(0, 0, 0, 0.69);
    font-size: 14px;
    padding: 15px 0;
    line-height: normal; }
    footer .footer__lower .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media (min-width: 1080px) {
        footer .footer__lower .container {
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap; } }
    footer .footer__lower a {
      color: rgba(255, 255, 255, 0.55); }
    footer .footer__lower ul {
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (min-width: 1080px) {
        footer .footer__lower ul {
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap; } }
    footer .footer__lower li {
      margin-right: 20px;
      padding-bottom: 5px; }
      footer .footer__lower li:first-child {
        margin-right: 0;
        width: 100%; }
        @media (min-width: 1080px) {
          footer .footer__lower li:first-child {
            margin-right: 20px;
            width: auto; } }
      @media (min-width: 1080px) {
        footer .footer__lower li {
          padding-bottom: 0; } }
    footer .footer__lower .created-by {
      margin-left: auto;
      display: block;
      width: 100%;
      margin-top: 15px; }
      footer .footer__lower .created-by a {
        color: white;
        text-decoration: underline; }
        footer .footer__lower .created-by a:hover, footer .footer__lower .created-by a:focus {
          color: #3eb174; }
      @media (min-width: 480px) {
        footer .footer__lower .created-by {
          margin-top: 0;
          width: auto; } }
  @media (min-width: 1080px) {
    footer .footer__upper-section .hidden-logo {
      display: none; } }
  footer .footer__upper-section .hidden-logo svg {
    width: 20vw;
    -webkit-transition: width 200ms ease-out;
    transition: width 200ms ease-out; }
    @media (min-width: 685px) {
      footer .footer__upper-section .hidden-logo svg {
        width: 137px; } }
  footer .footer__upper-section.top {
    border-bottom: solid 2px rgba(81, 78, 71, 0.36);
    font-size: 0; }
    @media (min-width: 1080px) {
      footer .footer__upper-section.top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
  footer .footer__upper-section .quick-link {
    display: inline-block;
    margin-left: auto;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    font-size: 14px;
    margin-bottom: 28px;
    width: 100%;
    text-align: center; }
    @media (min-width: 480px) {
      footer .footer__upper-section .quick-link {
        text-align: left;
        width: auto; } }
  footer .footer__upper-section .kicker {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    letter-spacing: 0.04em; }
    @media (min-width: 1080px) {
      footer .footer__upper-section .kicker {
        font-size: 14px; } }
  footer .footer__upper-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    footer .footer__upper-section ul li {
      opacity: 0.8;
      -webkit-box-flex: 150px;
      -webkit-flex: 150px;
          -ms-flex: 150px;
              flex: 150px; }
      @media (min-width: 480px) {
        footer .footer__upper-section ul li {
          -webkit-box-flex: 33.3%;
          -webkit-flex: 33.3%;
              -ms-flex: 33.3%;
                  flex: 33.3%; } }
    @media (min-width: 1080px) {
      footer .footer__upper-section ul {
        font-size: 18px;
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap; }
        footer .footer__upper-section ul li {
          margin-right: 20px;
          opacity: 1;
          -webkit-box-flex: 1;
          -webkit-flex: auto;
              -ms-flex: auto;
                  flex: auto;
          white-space: nowrap; }
          footer .footer__upper-section ul li:last-child {
            margin-right: 0; } }
    @media (min-width: 1170px) {
      footer .footer__upper-section ul {
        font-size: 22px; } }
  footer .footer__upper-section.middle {
    margin: 8px 0 20px; }
    @media (min-width: 1080px) {
      footer .footer__upper-section.middle {
        margin: 30px 0; } }
  @media (min-width: 1080px) {
    footer .footer__upper-section.bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  footer .footer__upper-section.bottom .left,
  footer .footer__upper-section.bottom .right {
    border-top: solid 2px rgba(81, 78, 71, 0.36);
    padding: 8px 0 20px; }
    @media (min-width: 1080px) {
      footer .footer__upper-section.bottom .left,
      footer .footer__upper-section.bottom .right {
        padding: 30px 0 70px; } }
  footer .footer__upper-section.bottom .left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 1080px) {
      footer .footer__upper-section.bottom .left {
        margin-right: 19.2px; } }
    footer .footer__upper-section.bottom .left li {
      -webkit-box-flex: 150px;
      -webkit-flex: 150px;
          -ms-flex: 150px;
              flex: 150px; }
      @media (min-width: 600px) {
        footer .footer__upper-section.bottom .left li {
          -webkit-box-flex: 1;
          -webkit-flex: auto;
              -ms-flex: auto;
                  flex: auto; } }
    footer .footer__upper-section.bottom .left div:first-child {
      font-size: 0;
      margin-right: 30px; }
  footer .footer__upper-section.bottom .menu-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    margin-bottom: 0; }
    @media (min-width: 1080px) {
      footer .footer__upper-section.bottom .menu-wrapper {
        margin-bottom: -7px; } }
  footer .footer__upper-section.bottom .svg-wrapper {
    font-size: 0;
    display: none; }
    footer .footer__upper-section.bottom .svg-wrapper svg {
      width: 110px; }
    @media (min-width: 1080px) {
      footer .footer__upper-section.bottom .svg-wrapper {
        display: block; } }
  @media print {
    footer {
      display: none; } }
  footer .quicklinks ul, footer .contact-our-offices ul {
    padding: 0;
    list-style-type: none; }
    footer .quicklinks ul li, footer .contact-our-offices ul li {
      font-size: 16px;
      padding-bottom: 0px; }
      @media (min-width: 1080px) {
        footer .quicklinks ul li, footer .contact-our-offices ul li {
          padding-bottom: 10px; } }
      footer .quicklinks ul li a, footer .contact-our-offices ul li a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none; }
        footer .quicklinks ul li a:hover, footer .quicklinks ul li a:focus, footer .contact-our-offices ul li a:hover, footer .contact-our-offices ul li a:focus {
          color: white; }

.footer-social-media .kicker {
  margin-bottom: 20px; }

.footer__social-media-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 1080px) {
    .footer__social-media-icons {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer__social-media-icons li {
    width: 20px;
    height: 20px;
    margin-right: 10%; }
    .footer__social-media-icons li:last-child {
      margin-right: 0; }

.footer-social-icon {
  display: block;
  width: 20px;
  height: 20px;
  position: relative; }
  .footer-social-icon svg {
    width: 20px;
    height: 20px; }
    .footer-social-icon svg g {
      fill: rgba(255, 255, 255, 0.7); }
  .footer-social-icon:hover, .footer-social-icon:focus {
    text-decoration: none; }
    .footer-social-icon:hover svg g, .footer-social-icon:focus svg g {
      fill: white; }

.seal-logos {
  display: block;
  margin-top: 30px;
  height: 80px; }
  .seal-logos .bbb-seal {
    margin-right: 20px;
    position: relative;
    top: -26%;
    height: 49px;
    width: 130px; }
    .seal-logos .bbb-seal img {
      width: 130px;
      height: 49px; }
  .seal-logos .guidestar-seal {
    height: 96px; }
    .seal-logos .guidestar-seal svg {
      width: 96px;
      height: 96px; }

.footer__upper {
  line-height: normal;
  padding-top: 70px;
  padding-bottom: 70px; }
  .footer__upper a {
    display: inline-block;
    padding: 5px 0; }
    @media (min-width: 1080px) {
      .footer__upper a {
        padding: 0; } }

.print-footer {
  display: none;
  border-top: solid 1px #373a3a;
  color: #373a3a;
  margin-top: 1cm;
  padding-top: 1cm; }
  @media print {
    .print-footer {
      display: block;
      margin-top: 1cm; } }
  .print-footer p {
    margin: 0; }

header {
  background: white;
  top: 0;
  z-index: 1000;
  margin-bottom: 28px; }
  header .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
    @media print {
      header .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  header ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  header #menu-primary {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
    @media (min-width: 1080px) {
      header #menu-primary {
        display: block;
        margin: 3rem 0 0 1rem; } }
    header #menu-primary > li {
      line-height: normal;
      position: relative;
      display: inline-block;
      margin: 0 .6rem; }
      @media (min-width: 1170px) {
        header #menu-primary > li {
          margin: 0 .925rem; } }
      header #menu-primary > li > a, header #menu-primary > li > button {
        font-size: 18px;
        font-weight: 600;
        color: #1d252c;
        text-decoration: none;
        z-index: 101;
        padding-bottom: 1rem;
        position: relative; }
        header #menu-primary > li > a:hover, header #menu-primary > li > a:focus, header #menu-primary > li > button:hover, header #menu-primary > li > button:focus {
          color: #00548e; }
      header #menu-primary > li > button {
        padding: 0 0 1rem;
        margin-bottom: -1rem;
        background: none;
        border: none;
        cursor: pointer; }
      header #menu-primary > li.with-child:after {
        content: '';
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        height: 100%; }
      header #menu-primary > li.current-menu-item > a:after, header #menu-primary > li.current-menu-item > button:after, header #menu-primary > li.current-menu-ancestor > a:after, header #menu-primary > li.current-menu-ancestor > button:after {
        content: '';
        background-color: black;
        position: absolute;
        bottom: .67rem;
        width: 100%;
        left: 0;
        height: 3px; }
      header #menu-primary > li:hover .primary-menu__sub-menu__wrapper, header #menu-primary > li:focus .primary-menu__sub-menu__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 100;
        visibility: visible;
        -webkit-transform: translateY(1rem);
                transform: translateY(1rem);
        opacity: 1; }
    header #menu-primary .primary-menu__sub-menu__wrapper {
      visibility: hidden;
      overflow-y: hidden;
      -webkit-transition: all .2s;
      transition: all .2s;
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 0; }
  header .search-block {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 27px;
    border: none;
    border-left: solid 1px rgba(29, 37, 44, 0.1);
    margin-left: 27px;
    line-height: normal;
    cursor: pointer;
    background: none; }
    @media (min-width: 1080px) {
      header .search-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    header .search-block:hover, header .search-block:focus {
      color: #00548e; }
      header .search-block:hover svg g, header .search-block:focus svg g {
        fill: #00548e; }
    header .search-block svg {
      margin-left: 11px; }
  header .header__upper {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 19.2px; }
    @media (min-width: 1080px) {
      header .header__upper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    header .header__upper a {
      text-decoration: none; }
    header .header__upper .help-now {
      margin-right: 22px; }
      header .header__upper .help-now p {
        display: inline-block;
        margin: 0; }
        header .header__upper .help-now p br {
          display: none; }
      header .header__upper .help-now a {
        color: #1d252c; }
  header .mobile-block {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0; }
    @media (min-width: 1080px) {
      header .mobile-block {
        display: none; } }
  header .mobile-search-toggle {
    display: block;
    margin-right: 10px;
    padding: 10px;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1); }
    @media (min-width: 1080px) {
      header .mobile-search-toggle:hover svg path, header .mobile-search-toggle:focus svg path {
        fill: #00548e; } }
  header .mobile-menu-toggle {
    display: block;
    padding: 10px 0; }
    header .mobile-menu-toggle:active {
      background: none; }
    body.showing-mobile-menu header .mobile-menu-toggle svg path {
      stroke: #00548e; }
  header #mobile-get-help {
    position: relative;
    font-size: 12px;
    text-decoration: none;
    margin-right: 32px; }
    @media (min-width: 480px) {
      header #mobile-get-help {
        font-size: 1rem; } }
    @media (min-width: 839px) {
      header #mobile-get-help {
        padding: 13px 12px; } }
    header #mobile-get-help:after {
      content: ' ';
      width: 1px;
      height: 20px;
      background: #1d252c;
      opacity: 0.2;
      position: absolute;
      right: -21px; }
  @media print {
    header {
      display: none; } }

header .quick-link,
footer .quick-link {
  text-transform: uppercase;
  color: white;
  font-weight: 600;
  background: #EB6F1B;
  padding: 12px 27px;
  border-radius: 0 0 3px 3px;
  line-height: normal;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  header .quick-link svg,
  footer .quick-link svg {
    margin-left: 11px; }
  header .quick-link:hover, header .quick-link:focus,
  footer .quick-link:hover,
  footer .quick-link:focus {
    background: #fcb813;
    text-decoration: none; }

.primary-menu__sub-menu__wrapper {
  position: absolute;
  padding: .5rem;
  margin: 0;
  left: 0;
  top: 100%;
  background: #00558f;
  width: 23rem; }
  .primary-menu__sub-menu__wrapper ul.sub-menu {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
    display: block;
    margin-right: 19.2px; }
    .primary-menu__sub-menu__wrapper ul.sub-menu li {
      margin-bottom: 6px; }
      .primary-menu__sub-menu__wrapper ul.sub-menu li.current-menu-item a, .primary-menu__sub-menu__wrapper ul.sub-menu li.current-menu-ancestor a {
        text-decoration: underline; }
    .primary-menu__sub-menu__wrapper ul.sub-menu a {
      color: white;
      font-weight: 700;
      padding: 9px;
      font-size: 18px;
      text-decoration: none;
      display: block; }

@media (min-width: 839px) and (max-height: 928px) {
  .primary-menu__sub-menu__wrapper ul.sub-menu a {
    font-size: 16px;
    padding: 6px;
    line-height: 1.2; } }
      .primary-menu__sub-menu__wrapper ul.sub-menu a:hover, .primary-menu__sub-menu__wrapper ul.sub-menu a:focus {
        text-decoration: underline; }

#menu-primary > li:nth-child(7) .primary-menu__sub-menu__wrapper {
  left: auto;
  right: 0px; }

@media (min-width: 1080px) {
  #menu-primary > li:nth-child(5) .primary-menu__sub-menu__wrapper,
  #menu-primary > li:nth-child(6) .primary-menu__sub-menu__wrapper,
  #menu-primary > li:nth-child(7) .primary-menu__sub-menu__wrapper {
    left: auto;
    right: 0; } }

.primary-menu__sub-menu__quotation {
  background: rgba(0, 84, 142, 0.62);
  padding: 19.2px;
  color: white;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .primary-menu__sub-menu__quotation .kicker {
    text-transform: uppercase;
    color: #d8d8d8;
    margin-bottom: 20px; }
  .primary-menu__sub-menu__quotation .quote {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 20px; }
  .primary-menu__sub-menu__quotation .read-more {
    color: #d8d8d8;
    font-weight: 600;
    text-decoration: none; }
    .primary-menu__sub-menu__quotation .read-more:hover, .primary-menu__sub-menu__quotation .read-more:focus {
      text-decoration: underline; }

.header__mobile-container {
  display: none; }
  body.showing-mobile-menu .header__mobile-container {
    display: block; }
    @media (min-width: 1080px) {
      body.showing-mobile-menu .header__mobile-container {
        display: none; } }

#menu-primary-mobile {
  list-style: none;
  line-height: normal;
  height: calc(100vh - 70px);
  overflow-y: auto; }
  #menu-primary-mobile a {
    display: block;
    padding: 11px 19.2px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: white; }
    #menu-primary-mobile a:hover, #menu-primary-mobile a:focus {
      text-decoration: underline; }
  #menu-primary-mobile > li {
    background: #00558f;
    border-bottom: solid 1px rgba(216, 216, 216, 0.6); }
    #menu-primary-mobile > li > a {
      padding: 18px 19.2px;
      font-size: 18px; }
    #menu-primary-mobile > li:nth-child(n + 2) {
      position: relative; }
      #menu-primary-mobile > li:nth-child(n + 2):after {
        content: ' ';
        display: block;
        position: absolute;
        right: 19.2px;
        top: 25px;
        border-style: solid;
        border-width: 8px 6px 0 6px;
        border-color: white transparent transparent transparent; }
    #menu-primary-mobile > li .sub-menu {
      display: none; }
      #menu-primary-mobile > li .sub-menu > li:first-child a {
        padding-top: 0; }
      #menu-primary-mobile > li .sub-menu > li:last-child a {
        padding-bottom: 22px; }
      #menu-primary-mobile > li .sub-menu li.current-menu-item a {
        text-decoration: underline; }
    #menu-primary-mobile > li.open {
      background: #00548e;
      padding-bottom: 7px; }
      #menu-primary-mobile > li.open .sub-menu {
        display: block; }
      #menu-primary-mobile > li.open:after {
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent white transparent; }

.header__search-wrapper {
  display: none;
  background: #EDEDEC;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 150; }
  body.showing-search .header__search-wrapper {
    display: block; }
  .header__search-wrapper .header__search-wrapper__container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 19.2px; }
    @media print {
      .header__search-wrapper .header__search-wrapper__container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .header__search-wrapper .search-close {
    font-size: 0;
    margin-bottom: 12px;
    text-align: right;
    display: inline-block;
    padding: 12px;
    cursor: pointer;
    border: none;
    outline: none; }
    .header__search-wrapper .search-close:focus {
      outline: 1px solid #000; }
  .header__search-wrapper .header__search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .header__search-wrapper:not(.user-is-tabbing) input:focus {
    outline: none; }
  .header__search-wrapper label {
    width: 100%;
    text-align: left; }
  .header__search-wrapper input[type='text'] {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
    border: solid 2px #1d252c;
    margin-right: 6px;
    border-radius: 3px;
    line-height: 1;
    font-size: 16px;
    color: #1d252c; }
    .header__search-wrapper input[type='text']::-webkit-input-placeholder {
      line-height: 1.4; }
    .header__search-wrapper input[type='text']::-moz-placeholder {
      line-height: 1.4; }
    .header__search-wrapper input[type='text']:-ms-input-localplaceholder {
      line-height: 1.4; }
    .header__search-wrapper input[type='text']:-moz-placeholder {
      line-height: 1.4; }
    @media (min-width: 839px) {
      .header__search-wrapper input[type='text'] {
        font-size: 18px;
        padding: 0 22px;
        background: url("../dist/images/search-button.svg") no-repeat left 22px center white;
        padding-left: 50px; } }
  .header__search-wrapper button[type='submit'] {
    border-color: #1d252c;
    font-size: 0; }
    .header__search-wrapper button[type='submit'] svg g {
      fill: white; }
    @media (min-width: 839px) {
      .header__search-wrapper button[type='submit'] {
        font-size: 18px;
        padding: 15px 50px; }
        .header__search-wrapper button[type='submit'] svg {
          display: none; } }

.print-header {
  display: none;
  border-bottom: solid 1px black;
  padding-bottom: 1cm;
  overflow: hidden; }
  .print-header .help-now {
    font-weight: 600;
    font-size: 20px; }
    .print-header .help-now a {
      color: black;
      text-decoration: none; }
    .print-header .help-now p {
      margin: 0; }
  @media print {
    .print-header svg {
      width: 1.5in;
      display: inline-block; } }
  @media print {
    .print-header {
      display: block;
      margin-bottom: 1cm; } }

#mobile-menu__donate-now {
  border: none;
  padding: 19px 34px 19px 19px; }
  #mobile-menu__donate-now:after {
    content: none !important;
    display: none; }
  #mobile-menu__donate-now > a {
    display: block;
    background: white;
    color: #EB6F1B !important;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 14px; }

.skip-link {
  padding: 6px;
  outline: none !important;
  border: solid #492860 2px;
  color: #fff;
  background: #492860 !important;
  position: fixed;
  left: 0;
  top: -45px; }
  .skip-link:focus {
    top: 0;
    outline: none !important; }

.c-help-topics-grid {
  margin: 2rem 0; }
  @media (min-width: 839px) {
    .c-help-topics-grid {
      margin: 6rem 0 2rem; } }
  .c-help-topics-grid ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    @media (min-width: 839px) {
      .c-help-topics-grid ul {
        margin-top: 2rem; } }
    @media (min-width: 839px) {
      .c-help-topics-grid ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
    .c-help-topics-grid ul li {
      margin-bottom: .4rem; }
      @media (min-width: 839px) {
        .c-help-topics-grid ul li {
          width: 33%;
          margin-bottom: 1rem; } }
      .c-help-topics-grid ul li a {
        color: inherit;
        font-size: 1.15em; }
        @media (min-width: 839px) {
          .c-help-topics-grid ul li a {
            font-size: 1.33em; } }
        .c-help-topics-grid ul li a:hover, .c-help-topics-grid ul li a:focus {
          color: #00548e; }

.helplines {
  background: #fef0cf; }
  body.get-help .helplines {
    background: none; }
  .helplines .left + .right {
    margin-top: 2rem; }
  .helplines .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .helplines .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
    @media (min-width: 839px) {
      .helplines .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-left: 88px; }
        .helplines .container .left {
          -webkit-box-flex: 5;
          -webkit-flex: 5;
              -ms-flex: 5;
                  flex: 5;
          margin-right: 27px;
          margin-bottom: 0;
          padding-right: 5%; }
        .helplines .container .right {
          -webkit-box-flex: 2;
          -webkit-flex: 2;
              -ms-flex: 2;
                  flex: 2;
          margin-top: 0; } }
  .helplines h2 {
    margin-top: 0;
    margin-bottom: 4px;
    position: relative; }
    @media (min-width: 839px) {
      .helplines h2 {
        margin-bottom: 11px; } }
    .helplines h2 span {
      display: inline-block;
      background-color: #fcb813;
      border-radius: 25px;
      width: 50px;
      height: 50px;
      text-align: center;
      line-height: 56px;
      position: absolute;
      left: -70px;
      top: 0px; }
  .helplines .subtitle {
    margin-bottom: 1rem; }
    .helplines .subtitle > *:first-child {
      margin-top: 0; }
    .helplines .subtitle > *:last-child {
      margin-bottom: 0; }
  .helplines .button {
    display: inline-block; }
  .helplines .table-component.tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 839px) {
      .helplines .table-component.tbody {
        display: table-row-group; } }
  .helplines .table-component.td {
    display: block; }
  .helplines .table-component .td.no-link {
    padding: 10px 0 0 0; }
    .helplines .table-component .td.no-link:last-child {
      padding-bottom: 10px; }
  .helplines .table-component .tr {
    display: table-row;
    border-bottom: 1px solid #979591; }
    .helplines .table-component .tr:last-child {
      border-bottom: none; }
    @media (min-width: 839px) {
      .helplines .table-component .tr {
        border-bottom: none; } }
  .helplines .tbody .tr .td {
    display: block;
    border: none; }
    @media (min-width: 839px) {
      .helplines .tbody .tr .td {
        display: table-cell;
        border-top: solid 1px rgba(29, 37, 44, 0.2); } }
  .helplines .tbody .td:first-child {
    display: block; }
    @media (min-width: 839px) {
      .helplines .tbody .td:first-child {
        display: table-cell; } }
  .helplines .tbody a.phone {
    font-size: 16px;
    font-weight: 600;
    color: #3eb174;
    text-decoration: none;
    padding: 15px 0;
    margin-bottom: -3px;
    padding: 0px 0; }
    @media (min-width: 839px) {
      .helplines .tbody a.phone {
        padding-right: 30px; } }
    @media (min-width: 839px) {
      .helplines .tbody a.phone {
        min-width: 169px;
        margin-bottom: 5px;
        padding: 15px 0;
        font-size: 20px;
        margin-bottom: 0; } }
    .helplines .tbody a.phone:hover, .helplines .tbody a.phone:focus {
      text-decoration: underline;
      color: #006442; }
  .helplines .tbody .days,
  .helplines .tbody .times {
    display: inline-block;
    font-size: 12px; }
    @media (min-width: 839px) {
      .helplines .tbody .days,
      .helplines .tbody .times {
        display: block;
        font-size: 16px; } }
  .helplines .tbody .days {
    margin-right: 1em; }
    @media (min-width: 839px) {
      .helplines .tbody .days {
        margin-right: 0; } }
  .helplines .tbody .times {
    font-weight: 400; }
  .helplines thead {
    display: none; }
    @media (min-width: 839px) {
      .helplines thead {
        display: table-header-group; } }
  body.post-type-archive-staff_member .helplines {
    background: none; }
  .helplines .legal-resources-listing {
    margin-top: 1rem; }
    @media (min-width: 839px) {
      .helplines .legal-resources-listing {
        border-left: 2px solid #fcb813;
        padding-left: 10%;
        margin-top: 0; } }
    .helplines .legal-resources-listing ul {
      list-style: none;
      margin: 0;
      padding: 0; }
    .helplines .legal-resources-listing h3 {
      margin: 0; }
      @media (min-width: 839px) {
        .helplines .legal-resources-listing h3 {
          margin-bottom: 1rem; } }
    .helplines .legal-resources-listing li:not(:last-child) {
      margin-bottom: .5rem;
      line-height: 1.5; }
      @media (min-width: 839px) {
        .helplines .legal-resources-listing li:not(:last-child) {
          margin-bottom: .75rem; } }
    .helplines .legal-resources-listing a {
      color: inherit; }
      .helplines .legal-resources-listing a:hover, .helplines .legal-resources-listing a:focus {
        text-decoration: none; }

.hero-basic .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .hero-basic .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.hero-basic h1 {
  margin: 0 0 8px; }

.hero-basic .kicker {
  text-transform: uppercase;
  padding-left: 8px;
  border-left: solid 4px #008fc0;
  border-left-width: 0;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out;
  display: block;
  margin-bottom: 28px; }
  .hero-basic .kicker.js--in-view {
    border-left-width: 4px; }
  @media print {
    .hero-basic .kicker {
      border-left-color: black; } }

.hero-basic .subtitle {
  max-width: 839px;
  margin-bottom: 0; }
  .hero-basic .subtitle > *:first-child {
    margin-top: 0; }
  .hero-basic .subtitle > *:last-child {
    margin-bottom: 0; }

.hero-basic > *:first-child {
  margin-top: 0; }

.hero-basic > *:last-child {
  margin-bottom: 0; }

.hero-home.inset.grey-lightest {
  -webkit-box-shadow: inset 0 -27px 0 #F6F6F6;
          box-shadow: inset 0 -27px 0 #F6F6F6; }
  .hero-home.inset.grey-lightest .image:after {
    content: ' ';
    bottom: 0;
    right: 0;
    position: absolute;
    height: 27px;
    width: 27px;
    z-index: 1;
    background: #F6F6F6; }
  @media (min-width: 839px) {
    .hero-home.inset.grey-lightest {
      -webkit-box-shadow: inset 0 -55px 0 #F6F6F6;
              box-shadow: inset 0 -55px 0 #F6F6F6; }
      .hero-home.inset.grey-lightest .image:after {
        content: ' ';
        bottom: 0;
        right: 0;
        position: absolute;
        height: 55px;
        width: 55px;
        z-index: 1;
        background: #F6F6F6; } }

.hero-home .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media print {
    .hero-home .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.hero-home h2, .hero-home p.h2 {
  font-size: 32px; }
  @media (min-width: 839px) {
    .hero-home h2, .hero-home p.h2 {
      font-size: 60px; } }

.hero-home .image {
  position: absolute;
  top: 0;
  right: 19.2px;
  min-height: 100%;
  max-height: 100%;
  background: #7961aa;
  opacity: 0;
  width: 77%; }
  .hero-home .image.visible {
    opacity: 1; }
  .hero-home .image .padding {
    padding-bottom: 64%; }

.hero-home .flow-wrapper {
  padding-top: 168px;
  padding-bottom: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 839px) {
    .hero-home .flow-wrapper {
      padding-top: 120px;
      padding-bottom: 120px; } }

.hero-home .text-wrapper {
  position: relative;
  width: 90%;
  z-index: 2; }
  @media (min-width: 480px) {
    .hero-home .text-wrapper {
      width: 70%; } }
  @media (min-width: 839px) {
    .hero-home .text-wrapper {
      width: 75%; } }
  @media (min-width: 1170px) {
    .hero-home .text-wrapper {
      width: 61.5%; } }

.hero-resources .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .hero-resources .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.hero-resources .kicker {
  padding-left: 8px;
  border-left: solid 4px #fcb813;
  border-left-width: 0;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out; }
  .hero-resources .kicker.js--in-view {
    border-left-width: 4px; }
  @media print {
    .hero-resources .kicker {
      border-left-color: black; } }

.hero-resources h1 {
  margin-bottom: 0; }

.hero-single .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .hero-single .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.hero-single h1 {
  margin-top: 0; }

.hero-staff .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .hero-staff .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.hero-staff h1 {
  margin: 0 0 calc(19.2px / 2); }

.hero-staff .position {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px; }

.hero-staff .offices,
.hero-staff .practices {
  font-size: 20px;
  line-height: 1.44444; }
  .hero-staff .offices a,
  .hero-staff .practices a {
    text-decoration: none;
    color: #1d252c; }
    .hero-staff .offices a:hover, .hero-staff .offices a:focus,
    .hero-staff .practices a:hover,
    .hero-staff .practices a:focus {
      text-decoration: underline; }

.hero-staff .introduction {
  margin-bottom: 19.2px; }
  .hero-staff .introduction > *:first-child {
    margin-top: 0; }
  .hero-staff .introduction > *:last-child {
    margin-bottom: 0; }

@media (min-width: 480px) {
  .hero-staff__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .hero-staff__wrapper .left {
      -webkit-box-flex: 75%;
      -webkit-flex: 75%;
          -ms-flex: 75%;
              flex: 75%;
      margin-right: 19.2px; }
      .hero-staff__wrapper .left > *:first-child {
        margin-top: 0; }
      .hero-staff__wrapper .left > *:last-child {
        margin-bottom: 0; }
    .hero-staff__wrapper .right {
      -webkit-box-flex: 25%;
      -webkit-flex: 25%;
          -ms-flex: 25%;
              flex: 25%; } }

.hero-staff__wrapper .right {
  font-size: 0;
  text-align: center;
  margin-bottom: 19.2px; }
  .hero-staff__wrapper .right img {
    max-width: 100%;
    border-radius: 50%; }
  @media (min-width: 480px) {
    .hero-staff__wrapper .right {
      margin-bottom: 0; } }

.hero-what-we-do-impact .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  position: relative; }
  @media print {
    .hero-what-we-do-impact .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  .hero-what-we-do-impact .container .background-image {
    background-color: #492860;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%; }
    .hero-what-we-do-impact .container .background-image .padding {
      height: 0; }
    @media (min-width: 839px) {
      .hero-what-we-do-impact .container .background-image {
        top: 36px; } }
    @media (min-width: 1170px) {
      .hero-what-we-do-impact .container .background-image {
        right: 19.2px; } }

.hero-what-we-do-impact p.kicker {
  padding-left: 8px;
  border-left: solid 4px #008fc0;
  border-left-width: 0;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out;
  position: relative;
  margin: 0;
  margin-bottom: 29px; }
  .hero-what-we-do-impact p.kicker.js--in-view {
    border-left-width: 4px; }
  @media print {
    .hero-what-we-do-impact p.kicker {
      border-left-color: black; } }
  .hero-what-we-do-impact p.kicker span {
    display: inline-block;
    background: white;
    padding-right: 4px;
    padding-top: 2px; }

.hero-what-we-do-impact .flow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 480px) {
    .hero-what-we-do-impact .flow-wrapper {
      min-height: 49.23077vw; } }
  @media (min-width: 1170px) {
    .hero-what-we-do-impact .flow-wrapper {
      min-height: auto;
      height: 49.23077vw;
      max-height: 576px; } }
  .hero-what-we-do-impact .flow-wrapper.no-image {
    height: auto; }
    @media (min-width: 480px) {
      .hero-what-we-do-impact .flow-wrapper.no-image {
        min-height: 0; } }
    .hero-what-we-do-impact .flow-wrapper.no-image .text-wrapper {
      margin-top: 0; }
      @media (min-width: 480px) {
        .hero-what-we-do-impact .flow-wrapper.no-image .text-wrapper {
          margin-top: 0; } }

.hero-what-we-do-impact .text-wrapper {
  position: relative;
  margin-bottom: -2px;
  width: 100%;
  margin-top: 100px; }
  @media (min-width: 480px) {
    .hero-what-we-do-impact .text-wrapper {
      margin-top: auto;
      width: 80%; } }
  @media (min-width: 839px) {
    .hero-what-we-do-impact .text-wrapper {
      width: 65%; } }

body.single-story .hero-what-we-do-impact .container .breadcrumbs ul li:last-child {
  color: rgba(255, 255, 255, 0.75); }

body.single-story .hero-what-we-do-impact .container .breadcrumbs a {
  color: white; }

body.single-story .hero-what-we-do-impact p.kicker {
  border-left-color: white; }
  body.single-story .hero-what-we-do-impact p.kicker span {
    background: none;
    color: white; }

body.single-story .hero-what-we-do-impact .text-wrapper:after {
  content: ' ';
  width: 100vw;
  height: calc(50vw + 78px);
  background: #7961aa;
  z-index: -5;
  position: absolute;
  bottom: calc(100% - 50px);
  left: calc(-1 * 19.2px);
  display: block; }
  @media (min-width: 320px) {
    body.single-story .hero-what-we-do-impact .text-wrapper:after {
      width: calc(100vw - 15px); } }
  @media (min-width: 480px) {
    body.single-story .hero-what-we-do-impact .text-wrapper:after {
      height: calc( 30vw + 78px);
      height: calc(30vw + 100px); } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body.single-story .hero-what-we-do-impact .text-wrapper:after {
      bottom: calc(-43px + 100%); } }
  @media (min-width: 1170px) {
    body.single-story .hero-what-we-do-impact .text-wrapper:after {
      left: calc((100vw - 1155px) / -2);
      width: 100vw; } }

@media (min-width: 839px) {
  .hero.inset {
    -webkit-box-shadow: inset 0 -27px 0 #008fc0;
            box-shadow: inset 0 -27px 0 #008fc0; } }
  @media (min-width: 839px) and (min-width: 839px) {
    .hero.inset {
      -webkit-box-shadow: inset 0 -55px 0 #008fc0;
              box-shadow: inset 0 -55px 0 #008fc0; }
      .hero.inset .right:after {
        content: ' ';
        bottom: 0;
        right: 0;
        position: absolute;
        height: 55px;
        width: 55px;
        z-index: 1;
        background: #008fc0; } }

@media (min-width: 839px) {
    .hero.inset.green-dark {
      -webkit-box-shadow: inset 0 -27px 0 #006442;
              box-shadow: inset 0 -27px 0 #006442; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.green-dark {
        -webkit-box-shadow: inset 0 -55px 0 #006442;
                box-shadow: inset 0 -55px 0 #006442; }
        .hero.inset.green-dark .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #006442; } }

@media (min-width: 839px) {
    .hero.inset.green {
      -webkit-box-shadow: inset 0 -27px 0 #3eb174;
              box-shadow: inset 0 -27px 0 #3eb174; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.green {
        -webkit-box-shadow: inset 0 -55px 0 #3eb174;
                box-shadow: inset 0 -55px 0 #3eb174; }
        .hero.inset.green .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #3eb174; } }

@media (min-width: 839px) {
    .hero.inset.green-light {
      -webkit-box-shadow: inset 0 -27px 0 #9ed8b9;
              box-shadow: inset 0 -27px 0 #9ed8b9; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.green-light {
        -webkit-box-shadow: inset 0 -55px 0 #9ed8b9;
                box-shadow: inset 0 -55px 0 #9ed8b9; }
        .hero.inset.green-light .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #9ed8b9; } }

@media (min-width: 839px) {
    .hero.inset.blue-darker {
      -webkit-box-shadow: inset 0 -27px 0 #1d252c;
              box-shadow: inset 0 -27px 0 #1d252c; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.blue-darker {
        -webkit-box-shadow: inset 0 -55px 0 #1d252c;
                box-shadow: inset 0 -55px 0 #1d252c; }
        .hero.inset.blue-darker .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #1d252c; } }

@media (min-width: 839px) {
    .hero.inset.blue-dark {
      -webkit-box-shadow: inset 0 -27px 0 #00558f;
              box-shadow: inset 0 -27px 0 #00558f; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.blue-dark {
        -webkit-box-shadow: inset 0 -55px 0 #00558f;
                box-shadow: inset 0 -55px 0 #00558f; }
        .hero.inset.blue-dark .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #00558f; } }

@media (min-width: 839px) {
    .hero.inset.blue {
      -webkit-box-shadow: inset 0 -27px 0 #00548e;
              box-shadow: inset 0 -27px 0 #00548e; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.blue {
        -webkit-box-shadow: inset 0 -55px 0 #00548e;
                box-shadow: inset 0 -55px 0 #00548e; }
        .hero.inset.blue .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #00548e; } }

@media (min-width: 839px) {
    .hero.inset.blue-light {
      -webkit-box-shadow: inset 0 -27px 0 #008fc0;
              box-shadow: inset 0 -27px 0 #008fc0; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.blue-light {
        -webkit-box-shadow: inset 0 -55px 0 #008fc0;
                box-shadow: inset 0 -55px 0 #008fc0; }
        .hero.inset.blue-light .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #008fc0; } }

@media (min-width: 839px) {
    .hero.inset.blue-lighter {
      -webkit-box-shadow: inset 0 -27px 0 #64c7e1;
              box-shadow: inset 0 -27px 0 #64c7e1; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.blue-lighter {
        -webkit-box-shadow: inset 0 -55px 0 #64c7e1;
                box-shadow: inset 0 -55px 0 #64c7e1; }
        .hero.inset.blue-lighter .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #64c7e1; } }

@media (min-width: 839px) {
    .hero.inset.purple {
      -webkit-box-shadow: inset 0 -27px 0 #492860;
              box-shadow: inset 0 -27px 0 #492860; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.purple {
        -webkit-box-shadow: inset 0 -55px 0 #492860;
                box-shadow: inset 0 -55px 0 #492860; }
        .hero.inset.purple .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #492860; } }

@media (min-width: 839px) {
    .hero.inset.purple-light {
      -webkit-box-shadow: inset 0 -27px 0 #7961aa;
              box-shadow: inset 0 -27px 0 #7961aa; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.purple-light {
        -webkit-box-shadow: inset 0 -55px 0 #7961aa;
                box-shadow: inset 0 -55px 0 #7961aa; }
        .hero.inset.purple-light .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #7961aa; } }

@media (min-width: 839px) {
    .hero.inset.red-dark {
      -webkit-box-shadow: inset 0 -27px 0 #850f1a;
              box-shadow: inset 0 -27px 0 #850f1a; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.red-dark {
        -webkit-box-shadow: inset 0 -55px 0 #850f1a;
                box-shadow: inset 0 -55px 0 #850f1a; }
        .hero.inset.red-dark .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #850f1a; } }

@media (min-width: 839px) {
    .hero.inset.red {
      -webkit-box-shadow: inset 0 -27px 0 #ce3734;
              box-shadow: inset 0 -27px 0 #ce3734; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.red {
        -webkit-box-shadow: inset 0 -55px 0 #ce3734;
                box-shadow: inset 0 -55px 0 #ce3734; }
        .hero.inset.red .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #ce3734; } }

@media (min-width: 839px) {
    .hero.inset.red-light {
      -webkit-box-shadow: inset 0 -27px 0 #e79c9b;
              box-shadow: inset 0 -27px 0 #e79c9b; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.red-light {
        -webkit-box-shadow: inset 0 -55px 0 #e79c9b;
                box-shadow: inset 0 -55px 0 #e79c9b; }
        .hero.inset.red-light .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #e79c9b; } }

@media (min-width: 839px) {
    .hero.inset.yellow {
      -webkit-box-shadow: inset 0 -27px 0 #fcb813;
              box-shadow: inset 0 -27px 0 #fcb813; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.yellow {
        -webkit-box-shadow: inset 0 -55px 0 #fcb813;
                box-shadow: inset 0 -55px 0 #fcb813; }
        .hero.inset.yellow .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #fcb813; } }

@media (min-width: 839px) {
    .hero.inset.yellow-light {
      -webkit-box-shadow: inset 0 -27px 0 #fedb89;
              box-shadow: inset 0 -27px 0 #fedb89; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.yellow-light {
        -webkit-box-shadow: inset 0 -55px 0 #fedb89;
                box-shadow: inset 0 -55px 0 #fedb89; }
        .hero.inset.yellow-light .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #fedb89; } }

@media (min-width: 839px) {
    .hero.inset.yellow-lighter {
      -webkit-box-shadow: inset 0 -27px 0 #fef0cf;
              box-shadow: inset 0 -27px 0 #fef0cf; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.yellow-lighter {
        -webkit-box-shadow: inset 0 -55px 0 #fef0cf;
                box-shadow: inset 0 -55px 0 #fef0cf; }
        .hero.inset.yellow-lighter .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #fef0cf; } }

@media (min-width: 839px) {
    .hero.inset.orange {
      -webkit-box-shadow: inset 0 -27px 0 #EB6F1B;
              box-shadow: inset 0 -27px 0 #EB6F1B; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.orange {
        -webkit-box-shadow: inset 0 -55px 0 #EB6F1B;
                box-shadow: inset 0 -55px 0 #EB6F1B; }
        .hero.inset.orange .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #EB6F1B; } }

@media (min-width: 839px) {
    .hero.inset.orange-light {
      -webkit-box-shadow: inset 0 -27px 0 #ecab7f;
              box-shadow: inset 0 -27px 0 #ecab7f; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.orange-light {
        -webkit-box-shadow: inset 0 -55px 0 #ecab7f;
                box-shadow: inset 0 -55px 0 #ecab7f; }
        .hero.inset.orange-light .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #ecab7f; } }

@media (min-width: 839px) {
    .hero.inset.orange-lighter {
      -webkit-box-shadow: inset 0 -27px 0 #f6d5be;
              box-shadow: inset 0 -27px 0 #f6d5be; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.orange-lighter {
        -webkit-box-shadow: inset 0 -55px 0 #f6d5be;
                box-shadow: inset 0 -55px 0 #f6d5be; }
        .hero.inset.orange-lighter .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #f6d5be; } }

@media (min-width: 839px) {
    .hero.inset.brown {
      -webkit-box-shadow: inset 0 -27px 0 #8a4523;
              box-shadow: inset 0 -27px 0 #8a4523; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.brown {
        -webkit-box-shadow: inset 0 -55px 0 #8a4523;
                box-shadow: inset 0 -55px 0 #8a4523; }
        .hero.inset.brown .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #8a4523; } }

@media (min-width: 839px) {
    .hero.inset.brown-light {
      -webkit-box-shadow: inset 0 -27px 0 #c4a290;
              box-shadow: inset 0 -27px 0 #c4a290; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.brown-light {
        -webkit-box-shadow: inset 0 -55px 0 #c4a290;
                box-shadow: inset 0 -55px 0 #c4a290; }
        .hero.inset.brown-light .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #c4a290; } }

@media (min-width: 839px) {
    .hero.inset.brown-lighter {
      -webkit-box-shadow: inset 0 -27px 0 #e8dad3;
              box-shadow: inset 0 -27px 0 #e8dad3; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.brown-lighter {
        -webkit-box-shadow: inset 0 -55px 0 #e8dad3;
                box-shadow: inset 0 -55px 0 #e8dad3; }
        .hero.inset.brown-lighter .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #e8dad3; } }

@media (min-width: 839px) {
    .hero.inset.grey-dark {
      -webkit-box-shadow: inset 0 -27px 0 #514E47;
              box-shadow: inset 0 -27px 0 #514E47; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.grey-dark {
        -webkit-box-shadow: inset 0 -55px 0 #514E47;
                box-shadow: inset 0 -55px 0 #514E47; }
        .hero.inset.grey-dark .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #514E47; } }

@media (min-width: 839px) {
    .hero.inset.grey {
      -webkit-box-shadow: inset 0 -27px 0 #979591;
              box-shadow: inset 0 -27px 0 #979591; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.grey {
        -webkit-box-shadow: inset 0 -55px 0 #979591;
                box-shadow: inset 0 -55px 0 #979591; }
        .hero.inset.grey .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #979591; } }

@media (min-width: 839px) {
    .hero.inset.grey-medium {
      -webkit-box-shadow: inset 0 -27px 0 #B9B8B5;
              box-shadow: inset 0 -27px 0 #B9B8B5; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.grey-medium {
        -webkit-box-shadow: inset 0 -55px 0 #B9B8B5;
                box-shadow: inset 0 -55px 0 #B9B8B5; }
        .hero.inset.grey-medium .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #B9B8B5; } }

@media (min-width: 839px) {
    .hero.inset.grey-light {
      -webkit-box-shadow: inset 0 -27px 0 #D3D3D1;
              box-shadow: inset 0 -27px 0 #D3D3D1; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.grey-light {
        -webkit-box-shadow: inset 0 -55px 0 #D3D3D1;
                box-shadow: inset 0 -55px 0 #D3D3D1; }
        .hero.inset.grey-light .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #D3D3D1; } }

@media (min-width: 839px) {
    .hero.inset.grey-lighter {
      -webkit-box-shadow: inset 0 -27px 0 #EDEDEC;
              box-shadow: inset 0 -27px 0 #EDEDEC; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.grey-lighter {
        -webkit-box-shadow: inset 0 -55px 0 #EDEDEC;
                box-shadow: inset 0 -55px 0 #EDEDEC; }
        .hero.inset.grey-lighter .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #EDEDEC; } }

@media (min-width: 839px) {
    .hero.inset.grey-lightest {
      -webkit-box-shadow: inset 0 -27px 0 #F6F6F6;
              box-shadow: inset 0 -27px 0 #F6F6F6; } }
    @media (min-width: 839px) and (min-width: 839px) {
      .hero.inset.grey-lightest {
        -webkit-box-shadow: inset 0 -55px 0 #F6F6F6;
                box-shadow: inset 0 -55px 0 #F6F6F6; }
        .hero.inset.grey-lightest .right:after {
          content: ' ';
          bottom: 0;
          right: 0;
          position: absolute;
          height: 55px;
          width: 55px;
          z-index: 1;
          background: #F6F6F6; } }

.hero.inset.green.hero-home-about {
  -webkit-box-shadow: inset 0 -27px 0 #3eb174;
          box-shadow: inset 0 -27px 0 #3eb174; }
  .hero.inset.green.hero-home-about .image:after {
    content: ' ';
    bottom: 0;
    right: 0;
    position: absolute;
    height: 27px;
    width: 27px;
    z-index: 1;
    background: #3eb174; }
  @media (min-width: 839px) {
    .hero.inset.green.hero-home-about {
      -webkit-box-shadow: inset 0 -55px 0 #3eb174;
              box-shadow: inset 0 -55px 0 #3eb174; }
      .hero.inset.green.hero-home-about .image:after {
        content: ' ';
        bottom: 0;
        right: 0;
        position: absolute;
        height: 55px;
        width: 55px;
        z-index: 1;
        background: #3eb174; } }

.hero .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .hero .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.hero .hero__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }
  @media (min-width: 839px) {
    .hero .hero__container {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .hero .hero__container .left,
      .hero .hero__container .right {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 50%;
        min-width: 50%;
        overflow: visible;
        position: relative; } }

.hero .left {
  margin-top: -28px;
  background-color: white;
  padding-bottom: 1em;
  z-index: 1;
  margin-right: 30px;
  border-right: 7px solid white;
  border-top: 3px solid white; }
  @media (min-width: 839px) {
    .hero .left {
      background-color: transparent;
      padding-bottom: 55px;
      padding-right: 19.2px;
      margin-top: 44px;
      margin-right: 0;
      border-top: none;
      border-right: none; } }

.hero .right {
  font-size: 0;
  position: relative;
  width: 80%;
  margin-left: 20%; }
  @media (min-width: 839px) {
    .hero .right {
      width: 100%;
      margin-left: 0; } }
  .hero .right .padding {
    height: 0;
    padding-bottom: 75%; }

.hero img {
  width: 100%;
  height: auto; }

.hero h1 {
  margin: 0 0 8px; }

.hero .kicker {
  text-transform: uppercase;
  padding-left: 8px;
  border-left: solid 4px #008fc0;
  border-left-width: 0;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out;
  display: block;
  margin-bottom: 28px; }
  .hero .kicker.js--in-view {
    border-left-width: 4px; }
  @media print {
    .hero .kicker {
      border-left-color: black; } }

.hero .subtitle {
  max-width: 839px;
  margin-bottom: 0; }
  .hero .subtitle > *:first-child {
    margin-top: 0; }
  .hero .subtitle > *:last-child {
    margin-bottom: 0; }

.hero .title-wrapper {
  z-index: 2;
  position: relative;
  display: block;
  margin-bottom: .5rem; }
  @media (min-width: 839px) {
    .hero .title-wrapper {
      width: 150%;
      margin-bottom: 0; } }

.hero .subtitle {
  margin-bottom: 0; }
  @media (min-width: 839px) {
    .hero .subtitle {
      margin-bottom: 19.2px; } }

@media (min-width: 839px) {
  .hero + .teaser-text-two-column {
    padding-top: 15px; } }

@media (min-width: 839px) {
  .hero + .callout {
    padding-top: 35px; } }

.hero + .callout-multi-image {
  margin-top: 30px; }
  @media (min-width: 839px) {
    .hero + .callout-multi-image {
      margin-top: 50px; } }

.hero-home-about .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media print {
    .hero-home-about .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.hero-home-about h1 {
  margin: 0 0 8px; }

.hero-home-about .kicker {
  text-transform: uppercase;
  padding-left: 8px;
  border-left: solid 4px #008fc0;
  border-left-width: 0;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out;
  display: block;
  margin-bottom: 28px; }
  .hero-home-about .kicker.js--in-view {
    border-left-width: 4px; }
  @media print {
    .hero-home-about .kicker {
      border-left-color: black; } }

.hero-home-about .subtitle {
  max-width: 839px;
  margin-bottom: 0; }
  .hero-home-about .subtitle > *:first-child {
    margin-top: 0; }
  .hero-home-about .subtitle > *:last-child {
    margin-bottom: 0; }

.hero-home-about h2 {
  font-size: 32px; }
  @media (min-width: 839px) {
    .hero-home-about h2 {
      font-size: 60px; } }

.hero-home-about .image {
  position: absolute;
  top: 0;
  right: 19.2px;
  min-height: 100%;
  max-height: 100%;
  background: #7961aa;
  width: 77%; }
  .hero-home-about .image .padding {
    padding-bottom: 64%; }

.hero-home-about .flow-wrapper {
  padding-top: 168px;
  padding-bottom: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 839px) {
    .hero-home-about .flow-wrapper {
      padding-top: 116px;
      padding-bottom: 186px; } }

.hero-home-about .text-wrapper {
  position: relative;
  width: 90%;
  z-index: 2; }
  @media (min-width: 480px) {
    .hero-home-about .text-wrapper {
      width: 70%; } }
  @media (min-width: 839px) {
    .hero-home-about .text-wrapper {
      width: 75%; } }
  @media (min-width: 1170px) {
    .hero-home-about .text-wrapper {
      width: 61.5%; } }

.history-block {
  background: url(../dist/images/contact-map-black.svg) no-repeat center center;
  background-size: cover;
  color: white;
  overflow: hidden; }
  .history-block h2 {
    margin: 0 0 8px; }
  .history-block .kicker {
    text-transform: uppercase;
    padding-left: 8px;
    border-left: solid 4px #008fc0;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    display: block;
    margin-bottom: 28px; }
    .history-block .kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .history-block .kicker {
        border-left-color: black; } }
  .history-block .subtitle {
    max-width: 839px;
    margin-bottom: 0; }
    .history-block .subtitle > *:first-child {
      margin-top: 0; }
    .history-block .subtitle > *:last-child {
      margin-bottom: 0; }
  .history-block .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .history-block .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .history-block .link {
    margin-top: 19.2px; }
    @media (min-width: 839px) {
      .history-block .link {
        margin-top: 0;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        text-align: right; } }
    .history-block .link a {
      white-space: nowrap;
      text-decoration: none; }
  .history-block .event-image {
    position: relative; }
    .history-block .event-image .padding {
      position: relative;
      padding-bottom: 103.7%;
      z-index: 2; }
  .history-block .event-image-1 .padding {
    padding-bottom: 60%; }
  .history-block .caption-box {
    z-index: 5;
    border-color: white; }
    .history-block .caption-box .primary-caption {
      color: white; }
    .history-block .caption-box .secondary-caption {
      color: white; }
  .history-block a.event-wrapper {
    text-decoration: none; }

.subtitle-wrapper {
  margin-bottom: .5rem; }

.history-block-container {
  max-width: 1170px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 19.2px; }
  @media print {
    .history-block-container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  @media (min-width: 1170px) {
    .history-block-container {
      padding-left: 0;
      padding-right: 0; } }
  .history-block-container .history-block-container__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 0;
    list-style: none; }
  .history-block-container .event-wrapper-1 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
        -ms-flex: 100%;
            flex: 100%; }
  .history-block-container .event-wrapper-2,
  .history-block-container .event-wrapper-3 {
    -webkit-box-flex: calc(50% - (19.2px / 2));
    -webkit-flex: calc(50% - (19.2px / 2));
        -ms-flex: calc(50% - (19.2px / 2));
            flex: calc(50% - (19.2px / 2)); }
  .history-block-container .event-wrapper-3 {
    margin-left: 19.2px; }
  @media (min-width: 839px) {
    .history-block-container .event-wrapper-2 {
      margin-left: 19.2px; }
    .history-block-container .event-wrapper-1 {
      -webkit-box-flex: calc(56% - (2 * 19.2px / 3));
      -webkit-flex: calc(56% - (2 * 19.2px / 3));
          -ms-flex: calc(56% - (2 * 19.2px / 3));
              flex: calc(56% - (2 * 19.2px / 3)); }
    .history-block-container .event-wrapper-2,
    .history-block-container .event-wrapper-3 {
      -webkit-box-flex: calc(22% - (2 * 19.2px / 3));
      -webkit-flex: calc(22% - (2 * 19.2px / 3));
          -ms-flex: calc(22% - (2 * 19.2px / 3));
              flex: calc(22% - (2 * 19.2px / 3)); }
    .history-block-container .event-image-3 {
      position: relative; }
      .history-block-container .event-image-3::before {
        content: ' ';
        width: 100vw;
        height: 1px;
        background: white;
        top: 50%;
        margin-top: -1px;
        right: calc(-1 * 19.2px);
        position: absolute;
        display: block; } }
    @media (min-width: 839px) and (min-width: 1440px) {
      .history-block-container .event-image-3::before {
        right: calc((100vw - 1170px) / -2); } }

.newsletter-signup {
  background: #3eb174;
  color: white;
  padding-top: 19.2px;
  padding-bottom: 19.2px; }
  .newsletter-signup .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .newsletter-signup .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
    @media (min-width: 839px) {
      .newsletter-signup .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  .newsletter-signup h2 {
    font-size: 28px;
    line-height: normal;
    margin: 0 0 3px; }
  .newsletter-signup p.subtitle {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 1.375; }

.newsletter-signup__inner {
  margin-bottom: 19.2px; }
  @media (min-width: 839px) {
    .newsletter-signup__inner {
      margin-bottom: 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 500px; } }

.newsletter-signup__form {
  display: block; }
  @media (min-width: 480px) {
    .newsletter-signup__form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media (min-width: 839px) {
    .newsletter-signup__form {
      padding-left: 48px; } }
  .newsletter-signup__form input[type='email'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #F6F6F6;
    border: none;
    border-radius: 3px;
    padding: 0 21px;
    margin-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: normal;
    width: 100%;
    display: block;
    height: 51px;
    margin-bottom: 10px; }
    .newsletter-signup__form input[type='email']::-webkit-input-placeholder {
      font-size: 18px; }
    .newsletter-signup__form input[type='email']::-moz-placeholder {
      font-size: 18px; }
    .newsletter-signup__form input[type='email']:-ms-input-placeholder {
      font-size: 18px; }
    .newsletter-signup__form input[type='email']::-ms-input-placeholder {
      font-size: 18px; }
    .newsletter-signup__form input[type='email']::placeholder {
      font-size: 18px; }
    @media (min-width: 480px) {
      .newsletter-signup__form input[type='email'] {
        width: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        margin-bottom: 0px; } }
  .newsletter-signup__form input[type='submit'] {
    -webkit-appearance: none;
    width: 100%; }
    @media (min-width: 480px) {
      .newsletter-signup__form input[type='submit'] {
        width: auto; } }
  .newsletter-signup__form .errors {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    font-size: 14px;
    margin-top: 5px;
    font-style: italic; }

.newsletter-signup__label {
  display: block;
  width: 100%;
  font-size: 18px; }

.pro-bono .newsletter-signup__form {
  display: block; }
  @media (min-width: 545px) {
    .pro-bono .newsletter-signup__form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .pro-bono .newsletter-signup__form div, .pro-bono .newsletter-signup__form input[type='text'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #F6F6F6;
    padding: 7px 0;
    margin-right: 12px;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%; }
    @media (min-width: 545px) {
      .pro-bono .newsletter-signup__form div, .pro-bono .newsletter-signup__form input[type='text'] {
        margin-bottom: 0px;
        width: auto; } }
  .pro-bono .newsletter-signup__form input[type='email'] {
    margin-right: 0px;
    padding: 0px 21px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0; }
  .pro-bono .newsletter-signup__form input[type='submit'] {
    width: 100%; }
    @media (min-width: 545px) {
      .pro-bono .newsletter-signup__form input[type='submit'] {
        width: auto; } }
  .pro-bono .newsletter-signup__form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background: #F6F6F6;
    border: none;
    border-radius: 0;
    padding: 0px 21px; }
  .pro-bono .newsletter-signup__form .select2-container .select2-selection__rendered {
    color: black;
    font-size: 16px; }
  .pro-bono .newsletter-signup__form .select2-selection {
    border: none;
    border-radius: 0;
    height: 38px;
    padding-top: 6px;
    padding-left: 9px;
    background: #F6F6F6; }
  .pro-bono .newsletter-signup__form .select2-selection__arrow {
    margin-top: 5px; }

.office-locator .container {
  max-width: 1170px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .office-locator .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.office-locator .tab-list {
  font-size: 28px;
  font-weight: 700; }
  .office-locator .tab-list .react-tabs__tab {
    cursor: pointer; }
  .office-locator .tab-list .react-tabs__tab--selected {
    background: #1d252c;
    color: white; }

.office-locator .office h3 a {
  text-decoration: none;
  color: inherit; }

.office-locator .phone a {
  display: block; }

.c-office-locator {
  position: relative; }
  .c-office-locator .header {
    position: relative;
    z-index: 3;
    display: none; }
    @media (min-width: 839px) {
      .c-office-locator .header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .c-office-locator .tablist {
    position: absolute;
    z-index: 2;
    width: 23%;
    height: 100%;
    background: #EDEDEC;
    padding: 4em 0 0;
    left: -1.5em;
    top: -1em;
    display: none; }
    @media (min-width: 839px) {
      .c-office-locator .tablist {
        display: block; } }
    .c-office-locator .tablist .borough {
      font-size: 28px;
      font-weight: 700; }
      .c-office-locator .tablist .borough a {
        color: inherit;
        text-decoration: none;
        display: block;
        padding: .25em 1em;
        margin: 1em 0; }
        .c-office-locator .tablist .borough a:hover, .c-office-locator .tablist .borough a:focus {
          color: #00548e;
          text-decoration: underline; }
        .c-office-locator .tablist .borough a.active {
          background-color: #1d252c;
          color: white;
          width: 102.5%; }
          .c-office-locator .tablist .borough a.active:hover, .c-office-locator .tablist .borough a.active:focus {
            text-decoration: none; }
  .c-office-locator section {
    position: relative;
    z-index: 1; }
    @media (min-width: 839px) {
      .c-office-locator section {
        min-height: 700px; } }
    @media (min-width: 839px) {
      .c-office-locator section .td {
        border-bottom: 1px solid #d8d8d8;
        padding-top: 2.33em; } }
    .c-office-locator section .office-row {
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 1em; }
      @media (min-width: 839px) {
        .c-office-locator section .office-row {
          border-bottom: none;
          padding-bottom: 0; } }
      .c-office-locator section .office-row .o-col-office {
        padding: 1em 0; }
        @media (min-width: 839px) {
          .c-office-locator section .office-row .o-col-office {
            padding-left: 1em;
            margin-left: -1em;
            padding-bottom: 2em; } }
        .c-office-locator section .office-row .o-col-office h2 {
          margin-bottom: 0; }
          @media (min-width: 839px) {
            .c-office-locator section .office-row .o-col-office h2 {
              margin-bottom: .5em; } }
      @media (min-width: 839px) {
        .c-office-locator section .office-row .o-col-hours {
          padding-left: 1em; } }
      @media (min-width: 839px) {
        .c-office-locator section .office-row .o-col-map {
          padding-left: 1em; } }
      .c-office-locator section .office-row .o-col-map a {
        color: #00548e; }

.office-row-tab {
  background: #EDEDEC;
  margin: -1px -19.2px 0;
  padding: 19.2px;
  border-bottom: 2px solid #d8d8d8; }
  .office-row-tab:first-child {
    border-top: 2px solid #d8d8d8; }
  @media (min-width: 839px) {
    .office-row-tab {
      display: none; } }
  .office-row-tab:after {
    content: '\25BE';
    display: block;
    width: 13px;
    height: 20px;
    float: right; }
  .office-row-tab.active {
    background-color: transparent;
    border-bottom: none; }
    .office-row-tab.active:after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      margin-top: 6px; }

.office-row-group {
  overflow: hidden; }
  .office-row-group:not(.active) {
    max-height: 0;
    display: none; }

@media (min-width: 839px) {
  .o-office-locator-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .o-office-locator-table .o-col-borough {
      width: 25%; }
    .o-office-locator-table .o-col-office {
      width: 45%; }
    .o-office-locator-table .o-col-hours {
      width: 15%; }
    .o-office-locator-table .o-col-map {
      width: 15%; }
    .o-office-locator-table .th {
      border-bottom: 1px solid #1d252c;
      color: #1d252c; } }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  -webkit-pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1050; }

#nprogress .bar {
  background: #3eb174;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #3eb174, 0 0 5px #3eb174;
          box-shadow: 0 0 10px #3eb174, 0 0 5px #3eb174;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #3eb174;
  border-left-color: #3eb174;
  border-radius: 10px;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    transform: rotate(360deg); } }

.page-helpful {
  background-color: #fef0cf;
  line-height: normal;
  padding: 19.2px 0;
  position: relative; }
  .page-helpful .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .page-helpful .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .page-helpful button {
    margin-left: 10px;
    padding: 10px 10px 8px;
    cursor: pointer;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: #1d252c;
    background: white;
    border: none;
    line-height: 1;
    font-weight: 600; }
    .page-helpful button > * {
      pointer-events: none; }
    .page-helpful button svg {
      display: inline-block;
      vertical-align: baseline;
      margin-right: 5px; }
      .page-helpful button svg g {
        fill: #979591; }
    .page-helpful button:focus {
      outline: none;
      color: #1d252c; }
      .page-helpful button:focus svg g {
        fill: #979591; }
    .page-helpful button.yes:hover, .page-helpful button.yes:focus {
      background: rgba(62, 177, 116, 0.5);
      color: #1d252c; }
      .page-helpful button.yes:hover svg g, .page-helpful button.yes:focus svg g {
        fill: #1d252c; }
    .page-helpful button.yes:active, .page-helpful button.yes:disabled {
      background: #3eb174;
      color: white; }
      .page-helpful button.yes:active svg g, .page-helpful button.yes:disabled svg g {
        fill: white; }
    .page-helpful button.no:hover, .page-helpful button.no:focus {
      background: rgba(206, 55, 52, 0.5);
      color: #1d252c; }
      .page-helpful button.no:hover svg g, .page-helpful button.no:focus svg g {
        fill: #1d252c; }
    .page-helpful button.no:active, .page-helpful button.no:disabled {
      background: #ce3734;
      color: white; }
      .page-helpful button.no:active svg g, .page-helpful button.no:disabled svg g {
        fill: white; }
    .page-helpful button:disabled.fake-enabled {
      color: #1d252c;
      background: white; }
      .page-helpful button:disabled.fake-enabled svg g {
        fill: #979591; }
  @media print {
    .page-helpful {
      display: none; } }

.page-section-jump {
  background: #EDEDEC;
  padding-top: 50px; }
  .page-section-jump .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .page-section-jump .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .page-section-jump h3 {
    margin: 0;
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: normal; }

.page-section-jump__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: solid 2px rgba(29, 37, 44, 0.15); }
  .page-section-jump__inner .links {
    display: none; }
    @media (min-width: 839px) {
      .page-section-jump__inner .links {
        display: block; } }
  .page-section-jump__inner a {
    display: inline-block;
    font-weight: 600;
    padding: 15px;
    text-decoration: none;
    color: #1d252c;
    position: relative;
    z-index: 50;
    line-height: normal; }
    .page-section-jump__inner a svg {
      vertical-align: middle;
      margin-left: 5px;
      margin-top: -1px; }
    .page-section-jump__inner a:hover, .page-section-jump__inner a:focus {
      background: #3eb174;
      color: white; }
      .page-section-jump__inner a:hover svg g, .page-section-jump__inner a:focus svg g {
        fill: white; }
      .page-section-jump__inner a:hover:after, .page-section-jump__inner a:focus:after {
        content: attr(data-hover-title);
        background: inherit;
        position: absolute;
        padding: 11px 15px;
        white-space: nowrap;
        top: 100%;
        right: 0;
        font-weight: 400; }

.react-browser-wrapper .browse-simple__list {
  opacity: 1;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }

.react-browser-wrapper.loading .browse-simple__list {
  opacity: 0.25; }

.react-browser-wrapper .no-posts-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2px; }

.react-glossary__letter-filter {
  margin-top: 19.2px; }

ul.alphabet-filter-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  ul.alphabet-filter-list li {
    margin-right: 6px; }
    ul.alphabet-filter-list li:last-child {
      margin-right: 0; }
  ul.alphabet-filter-list button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    color: #00548e;
    background: transparent;
    border: none;
    line-height: 1;
    padding: 8px 0 6px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    width: calc(((100vw - (2 * 19.2px)) / 9) - 6px); }
    @media (min-width: 480px) {
      ul.alphabet-filter-list button {
        width: calc(((100vw - (2 * 19.2px)) / 14) - 6px); } }
    @media (min-width: 839px) {
      ul.alphabet-filter-list button {
        width: calc(((100vw - (2 * 19.2px)) / 27) - 5.77778px); } }
    @media (min-width: 1230px) {
      ul.alphabet-filter-list button {
        width: 37.55556px; } }
    ul.alphabet-filter-list button:disabled {
      background: white; }
    ul.alphabet-filter-list button:hover, ul.alphabet-filter-list button:focus {
      background: rgba(255, 255, 255, 0.5); }
    ul.alphabet-filter-list button:active, ul.alphabet-filter-list button:focus {
      border: none; }

.react-glossary__term-list {
  margin-top: 2rem; }
  @media (min-width: 839px) {
    .react-glossary__term-list {
      margin-top: 4rem; } }
  .react-glossary__term-list .highlight {
    display: inline-block;
    background: #fedb89; }

.react-glossary-wrapper div.search input[type='text'] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 10px;
  border: solid 2px #B9B8B5;
  margin-right: 6px;
  border-radius: 3px;
  line-height: 1;
  font-size: 16px;
  color: #1d252c;
  width: 100%; }
  .react-glossary-wrapper div.search input[type='text']::-webkit-input-placeholder {
    line-height: 1.4; }
  .react-glossary-wrapper div.search input[type='text']::-moz-placeholder {
    line-height: 1.4; }
  .react-glossary-wrapper div.search input[type='text']:-ms-input-localplaceholder {
    line-height: 1.4; }
  .react-glossary-wrapper div.search input[type='text']:-moz-placeholder {
    line-height: 1.4; }
  @media (min-width: 839px) {
    .react-glossary-wrapper div.search input[type='text'] {
      font-size: 18px;
      padding: 10px 22px;
      background: url("../dist/images/search-button.svg") no-repeat left 22px center white;
      padding-left: 50px; } }

.related-resources .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .related-resources .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.related-resources .link {
  white-space: nowrap; }
  @media (min-width: 839px) {
    .related-resources .link {
      text-align: right;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  .related-resources .link a {
    font-weight: 700;
    text-decoration: underline;
    color: #3eb174;
    font-size: 20px; }

.related-resources__header {
  margin-bottom: 25px; }
  .related-resources__header h2 {
    margin: 0 0 8px; }
  .related-resources__header .kicker {
    text-transform: uppercase;
    padding-left: 8px;
    border-left: solid 4px #008fc0;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    display: block;
    margin-bottom: 28px; }
    .related-resources__header .kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .related-resources__header .kicker {
        border-left-color: black; } }
  .related-resources__header .subtitle {
    max-width: 839px;
    margin-bottom: 0; }
    .related-resources__header .subtitle > *:first-child {
      margin-top: 0; }
    .related-resources__header .subtitle > *:last-child {
      margin-bottom: 0; }
  .related-resources__header h2 {
    font-size: 32px; }
  @media (min-width: 839px) {
    .related-resources__header {
      margin-bottom: 50px; } }

.related-resources__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .related-resources__grid > div {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .related-resources__grid > div:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 480px) {
    .related-resources__grid > div {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .related-resources__grid > div:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .related-resources__grid > div:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 839px) {
    .related-resources__grid > div {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
          -ms-flex-preferred-size: calc((100% - ((4 - 1) * 19.2px)) / 4);
              flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
      max-width: calc((100% - ((4 - 1) * 19.2px)) / 4);
      margin-left: 19.2px; }
      .related-resources__grid > div:nth-child(2n + 1) {
        margin-left: 19.2px; }
      .related-resources__grid > div:nth-child(4n + 1) {
        margin-left: 0; } }

.related-resources__resource {
  margin-bottom: 19.2px;
  padding-left: 14px;
  position: relative;
  -webkit-box-shadow: inset 1px 0 0 rgba(29, 37, 44, 0.3);
          box-shadow: inset 1px 0 0 rgba(29, 37, 44, 0.3);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }
  .related-resources__resource:hover, .related-resources__resource:focus {
    -webkit-box-shadow: inset 5px 0 0 #00548e;
            box-shadow: inset 5px 0 0 #00548e; }
  .related-resources__resource:hover h4, .related-resources__resource:focus h4 {
    color: #3eb174; }
  @media (min-width: 480px) {
    .related-resources__resource {
      margin-bottom: 0; } }
  .related-resources__resource a {
    display: block;
    text-decoration: none;
    color: #1d252c;
    height: 100%;
    display: block; }
  .related-resources__resource h4 {
    margin: 0 0 5px; }
  .related-resources__resource .subtitle {
    margin-bottom: 20px; }
    .related-resources__resource .subtitle > *:first-child {
      margin-top: 0; }
    .related-resources__resource .subtitle > *:last-child {
      margin-bottom: 0; }
  @media (min-width: 480px) {
    .related-resources__resource .inner {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .related-resources__resource .learn-more {
    display: block;
    margin-top: 20px;
    color: #3eb174; }
    @media (min-width: 480px) {
      .related-resources__resource .learn-more {
        margin-top: auto; } }

.c-reveal-more-box {
  margin-bottom: 4rem;
  line-height: 1.5; }
  .c-reveal-more-box ul li:not(:last-child) {
    margin-bottom: .25rem; }
  .c-reveal-more-box--truncated .c-reveal-more-box__inner {
    max-height: 600px;
    overflow-y: hidden;
    position: relative; }
    .c-reveal-more-box--truncated .c-reveal-more-box__inner:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 4em;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), white);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white); }
  .c-reveal-more-box .c-reveal-more-box__button-wrapper {
    padding-top: 1rem;
    border-bottom: 1px solid #ccc; }
    .c-reveal-more-box .c-reveal-more-box__button-wrapper a {
      display: inline-block;
      font-weight: 600;
      padding: 1rem 1rem 1rem 0;
      text-decoration: none;
      color: #1d252c;
      position: relative;
      z-index: 50;
      line-height: normal;
      cursor: pointer; }
      .c-reveal-more-box .c-reveal-more-box__button-wrapper a svg {
        vertical-align: middle;
        margin-left: 5px;
        margin-top: -1px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out; }
    .c-reveal-more-box .c-reveal-more-box__button-wrapper a:hover, .c-reveal-more-box .c-reveal-more-box__button-wrapper:focus {
      color: #3eb174; }
      .c-reveal-more-box .c-reveal-more-box__button-wrapper a:hover svg g, .c-reveal-more-box .c-reveal-more-box__button-wrapper:focus svg g {
        fill: #3eb174; }
  .c-reveal-more-box--truncated svg {
    -webkit-transform: rotateX(-180deg);
            transform: rotateX(-180deg); }

div.search {
  background: #EDEDEC; }
  div.search .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      div.search .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  div.search h2 {
    margin: 0; }
  div.search .subtitle {
    margin-bottom: 19.2px; }
    div.search .subtitle > *:first-child {
      margin-top: 0; }
    div.search .subtitle > *:last-child {
      margin-bottom: 0; }
  div.search .form__row {
    margin-bottom: 19.2px; }
    div.search .form__row:last-child {
      margin-bottom: 0; }
  div.search .form__row__blocks {
    width: 100%; }
  div.search .form__row-kicker {
    margin: 0;
    margin-bottom: 7px; }
  div.search .form__block {
    margin-bottom: 19.2px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 0; }
    div.search .form__block:not(.user-is-tabbing) {
      outline: none; }
  div.search .filter-by .form__block {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0; }
  div.search .browser-select:not(.user-is-tabbing) {
    outline: none; }
  div.search .form__block > input[type='text'],
  div.search .selectr-selected {
    height: 55px;
    width: 100%;
    padding: 14px 22px;
    line-height: normal; }
  div.search .form__block > input[type='text']::-webkit-input-placeholder,
  div.search .selectr-selected::-webkit-input-placeholder,
  div.search .css-151xaom-placeholder {
    color: #1d252c; }
  div.search .form__block > input[type='text']::-ms-input-placeholder,
  div.search .selectr-selected::-ms-input-placeholder {
    color: #1d252c; }
  div.search .form__block > input[type='text']::-webkit-input-placeholder, div.search .selectr-selected::-webkit-input-placeholder {
    color: #1d252c; }
  div.search .form__block > input[type='text']::-moz-placeholder, div.search .selectr-selected::-moz-placeholder {
    color: #1d252c; }
  div.search .form__block > input[type='text']:-ms-input-placeholder, div.search .selectr-selected:-ms-input-placeholder {
    color: #1d252c; }
  div.search .form__block > input[type='text']::-ms-input-placeholder, div.search .selectr-selected::-ms-input-placeholder {
    color: #1d252c; }
  div.search .form__block > input[type='text']::placeholder,
  div.search .selectr-selected::placeholder {
    color: #1d252c; }
  div.search .selectr-container {
    height: 100%;
    width: 100%; }
  div.search .selectr-selected::before {
    content: " ";
    border-color: #3eb174 transparent transparent; }
  div.search .selectr-container.open .selectr-selected::before,
  div.search .selectr-container.native-open .selectr-selected::before {
    content: "";
    border-color: transparent transparent #3eb174; }
  div.search .selectr-option {
    padding: 14px 22px; }
  div.search .selectr-container.open,
  div.search .selectr-container.open.inverted,
  div.search .selectr-selected,
  div.search .selectr-options-container {
    border-color: #B9B8B5; }
  div.search .selectr-container.inverted .selectr-options-container {
    border-color: #B9B8B5 #B9B8B5 transparent; }
  div.search .selectr-container.open.inverted .selectr-selected {
    border-color: transparent #B9B8B5 #B9B8B5; }
  div.search .selectr-container.open .selectr-selected {
    border-color: #B9B8B5 #B9B8B5 transparent #B9B8B5; }
  div.search input[type='text'],
  div.search .browser-select > div:first-of-type,
  div.search .selectr-selected {
    border-radius: 3px;
    border: solid 3px #B9B8B5;
    background-color: white !important; }
  div.search .browser-select > div:first-of-type {
    padding: 6.5px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    height: 55px; }
  div.search .browser-select * {
    line-height: normal; }
  @media (min-width: 839px) {
    div.search .search-button[type='submit'] {
      width: auto; } }
  div.search .search-button,
  div.search .reset-button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 55px; }
  div.search .search-button + .reset-button {
    margin-left: 15px; }
  div.search .reset-button {
    background: none;
    border: none;
    color: black;
    padding-left: 11px;
    padding-right: 11px; }
    div.search .reset-button:active, div.search .reset-button:focus {
      border: none; }
  div.search:not(.user-is-tabbing) input:focus {
    outline: none; }
  div.search .form__block-kicker {
    margin: 0 0 7px; }
  @media (min-width: 480px) {
    div.search.break-sm .form__row__blocks {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      div.search.break-sm .form__row__blocks > button {
        padding-left: 50px;
        padding-right: 50px; }
    div.search.break-sm .form__block {
      margin-right: 15px;
      margin-bottom: 0; }
      div.search.break-sm .form__block:last-child {
        margin-right: 0; } }
  @media (min-width: 839px) {
    div.search.break-md .form__row__blocks {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      div.search.break-md .form__row__blocks > button {
        padding-left: 50px;
        padding-right: 50px; }
    div.search.break-md .form__block {
      margin-right: 15px;
      margin-bottom: 0; }
      div.search.break-md .form__block:last-child {
        margin-right: 0; } }
  div.search.break-sm .form__row__blocks, div.search.break-md .form__row__blocks {
    display: block; }
    @media (min-width: 839px) {
      div.search.break-sm .form__row__blocks, div.search.break-md .form__row__blocks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
            -ms-flex-align: end;
                align-items: flex-end; } }
    div.search.break-sm .form__row__blocks .search-button, div.search.break-md .form__row__blocks .search-button {
      width: 100%; }
      @media (min-width: 839px) {
        div.search.break-sm .form__row__blocks .search-button, div.search.break-md .form__row__blocks .search-button {
          width: auto; } }
  div.search.break-sm .form__block {
    margin-right: 0px;
    margin-bottom: 19.2px; }
    @media (min-width: 839px) {
      div.search.break-sm .form__block {
        margin-right: 15px;
        margin-bottom: 0; } }
  body.post-type-archive-staff_member div.search.break-md .search-button {
    width: auto; }
  body.post-type-archive-staff_member div.search #main-archive-form:not(.user-is-tabbing) input:focus {
    outline: none; }
  div.search .advanced-filters__toggle {
    text-align: right;
    padding-right: 25px;
    margin: 0;
    font-size: 20px;
    position: relative;
    cursor: pointer;
    margin-top: -66px;
    margin-bottom: 22px; }
    div.search .advanced-filters__toggle svg {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transform: translateY(-50%) rotate(-0.25turn);
              transform: translateY(-50%) rotate(-0.25turn); }
    body.showing-advanced-filters div.search .advanced-filters__toggle svg {
      -webkit-transform: translateY(-50%) rotate(0turn);
              transform: translateY(-50%) rotate(0turn); }
    @media (min-width: 839px) {
      div.search .advanced-filters__toggle {
        display: none; } }
  div.search .advanced-filters {
    display: none; }
    body.showing-advanced-filters div.search .advanced-filters {
      display: block; }
    @media (min-width: 839px) {
      div.search .advanced-filters {
        display: block; } }
  div.search ul.selectr-options > li:first-child {
    display: none; }

.loading-takeover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1150;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .loading-takeover.visible {
    opacity: 1;
    visibility: visible; }

.staff-grid {
  line-height: normal; }
  body.pro-bono-volunteers .staff-grid {
    background: #D3D3D1; }
    body.pro-bono-volunteers .staff-grid .img {
      background-color: white; }
  .staff-grid .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .staff-grid .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .staff-grid .img {
    width: 100%;
    position: relative;
    border-radius: 50%;
    max-width: 130px;
    margin: 0 auto 19.2px;
    background-color: #EDEDEC; }
    .staff-grid .img .padding {
      padding-bottom: 100%; }
  .staff-grid .staff-grid__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .staff-grid .staff-grid__list .staff-grid__person {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
          -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
              flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
      max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
      max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
      margin-left: 19.2px; }
      .staff-grid .staff-grid__list .staff-grid__person:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 480px) {
      .staff-grid .staff-grid__list .staff-grid__person {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
            -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
                flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
        max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
        margin-left: 19.2px; }
        .staff-grid .staff-grid__list .staff-grid__person:nth-child(1n + 1) {
          margin-left: 19.2px; }
        .staff-grid .staff-grid__list .staff-grid__person:nth-child(2n + 1) {
          margin-left: 0; } }
    @media (min-width: 839px) {
      .staff-grid .staff-grid__list .staff-grid__person {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
            -ms-flex-preferred-size: calc((100% - ((4 - 1) * 19.2px)) / 4);
                flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
        max-width: calc((100% - ((4 - 1) * 19.2px)) / 4);
        margin-left: 19.2px; }
        .staff-grid .staff-grid__list .staff-grid__person:nth-child(2n + 1) {
          margin-left: 19.2px; }
        .staff-grid .staff-grid__list .staff-grid__person:nth-child(4n + 1) {
          margin-left: 0; } }
    @media (min-width: 1170px) {
      .staff-grid .staff-grid__list .staff-grid__person {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: calc((100% - ((5 - 1) * 19.2px)) / 5);
            -ms-flex-preferred-size: calc((100% - ((5 - 1) * 19.2px)) / 5);
                flex-basis: calc((100% - ((5 - 1) * 19.2px)) / 5);
        max-width: calc((100% - ((5 - 1) * 19.2px)) / 5);
        margin-left: 19.2px; }
        .staff-grid .staff-grid__list .staff-grid__person:nth-child(4n + 1) {
          margin-left: 19.2px; }
        .staff-grid .staff-grid__list .staff-grid__person:nth-child(5n + 1) {
          margin-left: 0; } }
  .staff-grid .staff-grid__person {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    color: #1d252c;
    margin-bottom: 19.2px; }
    .staff-grid .staff-grid__person:last-child {
      margin-bottom: 0; }
    .staff-grid .staff-grid__person a {
      color: #1d252c;
      display: block;
      text-decoration: none; }
      .staff-grid .staff-grid__person a:hover, .staff-grid .staff-grid__person a:focus {
        color: #3eb174; }
    @media (min-width: 480px) {
      .staff-grid .staff-grid__person {
        position: relative; }
        .staff-grid .staff-grid__person:after {
          content: ' ';
          height: 60px;
          width: 1px;
          background: #979591;
          position: absolute;
          right: calc(-0.5 * 19.2px);
          top: 35px; }
        .staff-grid .staff-grid__person:last-child:after {
          content: none; } }
  .staff-grid h2 {
    margin-bottom: 19.2px; }
    @media (min-width: 839px) {
      .staff-grid h2 {
        margin-bottom: 50px; } }
  .staff-grid h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600; }

.subnav-more-work {
  background: #F6F6F6;
  text-align: center; }
  .subnav-more-work .container {
    max-width: 1170px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .subnav-more-work .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .subnav-more-work h3 {
    margin: 0 0 34px; }
  .subnav-more-work .back-to-all {
    text-decoration: none;
    display: inline-block; }

.subnav-more-work__links {
  margin: 0 0 34px;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .subnav-more-work__links > li {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .subnav-more-work__links > li:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 839px) {
    .subnav-more-work__links > li {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .subnav-more-work__links > li:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .subnav-more-work__links > li:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 480px) {
    .subnav-more-work__links li {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
  @media (min-width: 839px) {
    .subnav-more-work__links li {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; } }
  .subnav-more-work__links a {
    text-decoration: none;
    color: #3eb174;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    color: #1d252c;
    position: relative; }
    .subnav-more-work__links a:after {
      content: ' ';
      background: url(../dist/images/small-black-right-arrow.svg) no-repeat center center;
      width: 21.5px;
      height: 34px;
      position: absolute;
      top: 50%; }
    .subnav-more-work__links a:hover, .subnav-more-work__links a:focus {
      color: #3eb174; }
      .subnav-more-work__links a:hover:after, .subnav-more-work__links a:focus:after {
        content: ' ';
        background: url(../dist/images/small-green-right-arrow.svg) no-repeat center center; }
    @media (min-width: 839px) {
      .subnav-more-work__links a {
        margin-bottom: 0;
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%; } }
  .subnav-more-work__links li:first-child a:after {
    left: -6px;
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }
  .subnav-more-work__links li:last-child a:after {
    right: -5px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  .subnav-more-work__links li:first-child a {
    padding-left: 30px;
    text-align: left;
    margin-bottom: 20px; }
    @media (min-width: 839px) {
      .subnav-more-work__links li:first-child a {
        margin-bottom: 0px; } }
  .subnav-more-work__links li:last-child a {
    margin-bottom: 0;
    text-align: right;
    padding-right: 30px; }

.tabbed-interface .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .tabbed-interface .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.tabbed-interface .tabs-selector {
  list-style: none;
  margin: 0;
  border-bottom: solid 2px #1d252c;
  padding: 0;
  display: none; }
  .tabbed-interface .tabs-selector li {
    margin-right: 5px;
    display: block; }
    .tabbed-interface .tabs-selector li.active a {
      color: #3eb174; }
    .tabbed-interface .tabs-selector li:hover a, .tabbed-interface .tabs-selector li:focus a {
      color: #3eb174; }
  .tabbed-interface .tabs-selector a {
    padding: 5px 0px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #2c3e50; }
  @media (min-width: 839px) {
    .tabbed-interface .tabs-selector {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .tabbed-interface .tabs-selector li.active a {
        border-bottom-color: #1d252c; }
      .tabbed-interface .tabs-selector a {
        border-bottom: solid 6px transparent;
        padding: 15px 6px; } }
  @media (min-width: 1170px) {
    .tabbed-interface .tabs-selector {
      padding: 0 17px; }
      .tabbed-interface .tabs-selector li {
        margin-right: 22px; } }

.tabbed-interface__upper {
  background: #D3D3D1;
  padding: 40px 0 10px; }
  @media (min-width: 839px) {
    .tabbed-interface__upper {
      padding-bottom: 0; } }
  .tabbed-interface__upper h2 {
    margin: 0; }
    @media (min-width: 839px) {
      .tabbed-interface__upper h2 {
        margin-bottom: 45px; } }

.tabbed-interface__tab h3 {
  margin: 0 0 1rem; }

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

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

.tabbed-interface__tab-content a {
  color: #00548e;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px #00548e;
          box-shadow: inset 0 -2px #00548e;
  display: inline;
  position: static;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .tabbed-interface__tab-content a:hover, .tabbed-interface__tab-content a:focus {
    background: #b9e6f2; }
  @media print {
    .tabbed-interface__tab-content a {
      -webkit-box-shadow: none;
              box-shadow: none; } }

.tabbed-interface__lower {
  display: none; }
  @media (min-width: 839px) {
    .tabbed-interface__lower {
      display: block; } }

.tabbed-interface__lower-mobile .tabbed-interface__tab {
  padding: 20px 0;
  border-top: solid 2px #514E47;
  background: #D3D3D1; }
  .tabbed-interface__lower-mobile .tabbed-interface__tab .tabbed-interface__tab-content {
    display: none; }
  .tabbed-interface__lower-mobile .tabbed-interface__tab:last-child {
    border-bottom: solid 2px #514E47; }
  .tabbed-interface__lower-mobile .tabbed-interface__tab.open {
    background: white; }
    .tabbed-interface__lower-mobile .tabbed-interface__tab.open .tabbed-interface__tab-content {
      display: block;
      margin-top: 10px; }
    .tabbed-interface__lower-mobile .tabbed-interface__tab.open h3 svg {
      -webkit-transform: translateY(-50%) rotate(0turn);
              transform: translateY(-50%) rotate(0turn); }

.tabbed-interface__lower-mobile h3 {
  margin: 0;
  font-size: 20px;
  position: relative; }
  .tabbed-interface__lower-mobile h3 svg {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateY(-50%) rotate(-0.25turn);
            transform: translateY(-50%) rotate(-0.25turn); }

@media (min-width: 839px) {
  .tabbed-interface__lower-mobile {
    display: none; } }

.c-tag-list {
  max-width: 1170px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem; }
  @media print {
    .c-tag-list {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  @media (min-width: 1170px) {
    .c-tag-list {
      padding: 0 !important; } }
  .c-tag-list .c-get-help-popular-topics label {
    margin-right: 0; }

.teaser-boroughs {
  background: url(../dist/images/contact-map.svg) no-repeat center center;
  background-size: cover; }
  .teaser-boroughs .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .teaser-boroughs .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .teaser-boroughs h2, .teaser-boroughs p.h2 {
    margin: 0; }
  .teaser-boroughs .subtitle {
    margin-bottom: 30px; }
    .teaser-boroughs .subtitle > *:first-child {
      margin-top: 0; }
    .teaser-boroughs .subtitle > *:last-child {
      margin-bottom: 0; }

.teaser-boroughs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .teaser-boroughs__list > a {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .teaser-boroughs__list > a:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 480px) {
    .teaser-boroughs__list > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .teaser-boroughs__list > a:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .teaser-boroughs__list > a:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 839px) {
    .teaser-boroughs__list > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
          -ms-flex-preferred-size: calc((100% - ((3 - 1) * 19.2px)) / 3);
              flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
      max-width: calc((100% - ((3 - 1) * 19.2px)) / 3);
      margin-left: 19.2px; }
      .teaser-boroughs__list > a:nth-child(2n + 1) {
        margin-left: 19.2px; }
      .teaser-boroughs__list > a:nth-child(3n + 1) {
        margin-left: 0; } }
  .teaser-boroughs__list .teaser-tile {
    margin-bottom: 19.2px; }
    .teaser-boroughs__list .teaser-tile .teaser-tile__upper h3 {
      font-size: 28px; }

.teaser-grid .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .teaser-grid .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.teaser-grid__header {
  margin-bottom: 37px; }
  .teaser-grid__header h2 {
    margin: 0 0 8px; }
  .teaser-grid__header .kicker {
    text-transform: uppercase;
    padding-left: 8px;
    border-left: solid 4px #008fc0;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    display: block;
    margin-bottom: 28px; }
    .teaser-grid__header .kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .teaser-grid__header .kicker {
        border-left-color: black; } }
  .teaser-grid__header .subtitle {
    max-width: 839px;
    margin-bottom: 0; }
    .teaser-grid__header .subtitle > *:first-child {
      margin-top: 0; }
    .teaser-grid__header .subtitle > *:last-child {
      margin-bottom: 0; }
  .teaser-grid__header .link {
    margin-top: 19.2px; }
    @media (min-width: 839px) {
      .teaser-grid__header .link {
        margin-top: 0;
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        -webkit-align-self: center;
            -ms-flex-item-align: center;
                align-self: center;
        text-align: right; } }
    .teaser-grid__header .link a {
      white-space: nowrap;
      text-decoration: none; }

.teaser-grid__teasers.teasers-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .teaser-grid__teasers.teasers-2 > a {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .teaser-grid__teasers.teasers-2 > a:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 480px) {
    .teaser-grid__teasers.teasers-2 > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-2 > a:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-2 > a:nth-child(2n + 1) {
        margin-left: 0; } }

.teaser-grid__teasers.teasers-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .teaser-grid__teasers.teasers-3 > a {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .teaser-grid__teasers.teasers-3 > a:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 480px) {
    .teaser-grid__teasers.teasers-3 > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-3 > a:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-3 > a:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 839px) {
    .teaser-grid__teasers.teasers-3 > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
          -ms-flex-preferred-size: calc((100% - ((3 - 1) * 19.2px)) / 3);
              flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
      max-width: calc((100% - ((3 - 1) * 19.2px)) / 3);
      margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-3 > a:nth-child(2n + 1) {
        margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-3 > a:nth-child(3n + 1) {
        margin-left: 0; } }

.teaser-grid__teasers.teasers-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .teaser-grid__teasers.teasers-4 > a {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .teaser-grid__teasers.teasers-4 > a:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 480px) {
    .teaser-grid__teasers.teasers-4 > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-4 > a:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-4 > a:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 839px) {
    .teaser-grid__teasers.teasers-4 > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
          -ms-flex-preferred-size: calc((100% - ((4 - 1) * 19.2px)) / 4);
              flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
      max-width: calc((100% - ((4 - 1) * 19.2px)) / 4);
      margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-4 > a:nth-child(2n + 1) {
        margin-left: 19.2px; }
      .teaser-grid__teasers.teasers-4 > a:nth-child(4n + 1) {
        margin-left: 0; } }

.teaser-grid__teasers:not(.teasers-2):not(.teasers-3):not(.teasers-4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .teaser-grid__teasers:not(.teasers-2):not(.teasers-3):not(.teasers-4) > a {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .teaser-grid__teasers:not(.teasers-2):not(.teasers-3):not(.teasers-4) > a:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 480px) {
    .teaser-grid__teasers:not(.teasers-2):not(.teasers-3):not(.teasers-4) > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .teaser-grid__teasers:not(.teasers-2):not(.teasers-3):not(.teasers-4) > a:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .teaser-grid__teasers:not(.teasers-2):not(.teasers-3):not(.teasers-4) > a:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 839px) {
    .teaser-grid__teasers:not(.teasers-2):not(.teasers-3):not(.teasers-4) > a {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
          -ms-flex-preferred-size: calc((100% - ((3 - 1) * 19.2px)) / 3);
              flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
      max-width: calc((100% - ((3 - 1) * 19.2px)) / 3);
      margin-left: 19.2px; }
      .teaser-grid__teasers:not(.teasers-2):not(.teasers-3):not(.teasers-4) > a:nth-child(2n + 1) {
        margin-left: 19.2px; }
      .teaser-grid__teasers:not(.teasers-2):not(.teasers-3):not(.teasers-4) > a:nth-child(3n + 1) {
        margin-left: 0; } }

.teaser-grid__teasers .teaser-tile {
  margin-bottom: 19.2px; }

.teaser-illustration .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .teaser-illustration .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.teaser-illustration h2 {
  margin: 0 0 8px; }

.teaser-illustration .kicker {
  text-transform: uppercase;
  padding-left: 8px;
  border-left: solid 4px #008fc0;
  border-left-width: 0;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out;
  display: block;
  margin-bottom: 28px; }
  .teaser-illustration .kicker.js--in-view {
    border-left-width: 4px; }
  @media print {
    .teaser-illustration .kicker {
      border-left-color: black; } }

.teaser-illustration .subtitle {
  max-width: 839px;
  margin-bottom: 0; }
  .teaser-illustration .subtitle > *:first-child {
    margin-top: 0; }
  .teaser-illustration .subtitle > *:last-child {
    margin-bottom: 0; }

body.get-help .teaser-illustration {
  padding: 0; }

body.home .teaser-illustration, body.get-help .teaser-illustration {
  padding-bottom: 0; }
  @media (min-width: 600px) {
    body.home .teaser-illustration .container .teaser-illustration__teasers, body.get-help .teaser-illustration .container .teaser-illustration__teasers {
      padding-bottom: 27px;
      border-bottom: 1px solid #979591; } }
  @media (min-width: 839px) {
    body.home .teaser-illustration .container .teaser-illustration__teasers, body.get-help .teaser-illustration .container .teaser-illustration__teasers {
      padding-bottom: 50px; } }

.teaser-illustration__teasers {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .teaser-illustration__teasers.teasers-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .teaser-illustration__teasers.teasers-3 > div {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((1 - 1) * 75px)) / 1);
          -ms-flex-preferred-size: calc((100% - ((1 - 1) * 75px)) / 1);
              flex-basis: calc((100% - ((1 - 1) * 75px)) / 1);
      max-width: calc((100% - ((1 - 1) * 75px)) / 1);
      max-width: calc((100% - ((1 - 1) * 75px)) / 1);
      margin-left: 75px; }
      .teaser-illustration__teasers.teasers-3 > div:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 600px) {
      .teaser-illustration__teasers.teasers-3 > div {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: calc((100% - ((3 - 1) * 75px)) / 3);
            -ms-flex-preferred-size: calc((100% - ((3 - 1) * 75px)) / 3);
                flex-basis: calc((100% - ((3 - 1) * 75px)) / 3);
        max-width: calc((100% - ((3 - 1) * 75px)) / 3);
        margin-left: 75px; }
        .teaser-illustration__teasers.teasers-3 > div:nth-child(1n + 1) {
          margin-left: 75px; }
        .teaser-illustration__teasers.teasers-3 > div:nth-child(3n + 1) {
          margin-left: 0; } }
  .teaser-illustration__teasers.teasers-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
        -ms-flex: auto;
            flex: auto; }
    .teaser-illustration__teasers.teasers-4 > div {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((1 - 1) * 75px)) / 1);
          -ms-flex-preferred-size: calc((100% - ((1 - 1) * 75px)) / 1);
              flex-basis: calc((100% - ((1 - 1) * 75px)) / 1);
      max-width: calc((100% - ((1 - 1) * 75px)) / 1);
      max-width: calc((100% - ((1 - 1) * 75px)) / 1);
      margin-left: 75px; }
      .teaser-illustration__teasers.teasers-4 > div:nth-child(1n + 1) {
        margin-left: 0; }
    @media (min-width: 600px) {
      .teaser-illustration__teasers.teasers-4 > div {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
                flex-shrink: 1;
        -webkit-flex-basis: calc((100% - ((4 - 1) * 75px)) / 4);
            -ms-flex-preferred-size: calc((100% - ((4 - 1) * 75px)) / 4);
                flex-basis: calc((100% - ((4 - 1) * 75px)) / 4);
        max-width: calc((100% - ((4 - 1) * 75px)) / 4);
        margin-left: 75px; }
        .teaser-illustration__teasers.teasers-4 > div:nth-child(1n + 1) {
          margin-left: 75px; }
        .teaser-illustration__teasers.teasers-4 > div:nth-child(4n + 1) {
          margin-left: 0; } }

.teaser-illustration__teaser {
  position: relative; }
  @media (min-width: 600px) {
    .teaser-illustration__teaser:last-child .a__inner__left:after {
      content: none !important; } }
  .teaser-illustration__teaser a {
    display: block;
    text-decoration: none;
    border-bottom: solid 1px rgba(29, 37, 44, 0.2);
    padding-bottom: 10px;
    padding-top: 10px; }
    @media (min-width: 600px) {
      .teaser-illustration__teaser a {
        padding-bottom: 0;
        border-bottom: 0; } }
    .teaser-illustration__teaser a:hover .description, .teaser-illustration__teaser a:focus .description {
      text-decoration: underline;
      color: #006442; }
  .teaser-illustration__teaser .a__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 600px) {
      .teaser-illustration__teaser .a__inner {
        display: block; } }
  .teaser-illustration__teaser .a__inner__left {
    font-size: 0;
    -webkit-box-flex: 70px;
    -webkit-flex: 70px;
        -ms-flex: 70px;
            flex: 70px;
    min-width: 70px;
    max-width: 70px;
    margin-right: 19.2px;
    position: relative; }
    @media (min-width: 600px) {
      .teaser-illustration__teaser .a__inner__left {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
            -ms-flex: auto;
                flex: auto;
        min-width: none;
        max-width: none;
        margin-right: 0; }
        .teaser-illustration__teaser .a__inner__left:after {
          content: ' ';
          height: 40%;
          width: 1px;
          background: #979591;
          position: absolute;
          right: -37.5px;
          top: 25%; } }
  .teaser-illustration__teaser img {
    max-width: 70px; }
    @media (min-width: 600px) {
      .teaser-illustration__teaser img {
        width: 200px;
        max-width: 100%;
        margin: 0 auto 16px; } }
  @media (min-width: 600px) {
    .teaser-illustration__teaser {
      text-align: center; } }
  .teaser-illustration__teaser .description {
    text-decoration: none;
    color: #3eb174;
    display: block; }

.teaser-illustration__header {
  margin-bottom: 30px; }

.teaser-news-and-events .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .teaser-news-and-events .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.teaser-news-and-events .articles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .teaser-news-and-events .articles > article {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 30px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    max-width: calc((100% - ((1 - 1) * 30px)) / 1);
    margin-left: 30px; }
    .teaser-news-and-events .articles > article:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 480px) {
    .teaser-news-and-events .articles > article {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 30px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 30px)) / 2);
      max-width: calc((100% - ((2 - 1) * 30px)) / 2);
      margin-left: 30px; }
      .teaser-news-and-events .articles > article:nth-child(1n + 1) {
        margin-left: 30px; }
      .teaser-news-and-events .articles > article:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 839px) {
    .teaser-news-and-events .articles > article {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((3 - 1) * 30px)) / 3);
          -ms-flex-preferred-size: calc((100% - ((3 - 1) * 30px)) / 3);
              flex-basis: calc((100% - ((3 - 1) * 30px)) / 3);
      max-width: calc((100% - ((3 - 1) * 30px)) / 3);
      margin-left: 30px; }
      .teaser-news-and-events .articles > article:nth-child(2n + 1) {
        margin-left: 30px; }
      .teaser-news-and-events .articles > article:nth-child(3n + 1) {
        margin-left: 0; } }
  .teaser-news-and-events .articles article {
    display: none; }
    .teaser-news-and-events .articles article:nth-child(1), .teaser-news-and-events .articles article:nth-child(2) {
      display: block; }
  @media (min-width: 839px) {
    .teaser-news-and-events .articles article {
      display: block; } }

.teaser-news-and-events .callout-link {
  text-decoration: none;
  display: none; }
  @media (min-width: 839px) {
    .teaser-news-and-events .callout-link {
      display: inline-block; } }

.teaser-news-and-events .callout-link-mobile {
  display: block;
  text-align: right;
  color: #3eb174; }
  @media (min-width: 839px) {
    .teaser-news-and-events .callout-link-mobile {
      display: none; } }

.teaser-news-and-events__upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .teaser-news-and-events__upper h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 19.2px; }

.teaser-terms-large {
  margin-bottom: 50px; }
  .teaser-terms-large > .container {
    background: #fedb89;
    max-width: 1170px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #fcb813; }
    @media print {
      .teaser-terms-large > .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }

.teaser-terms-large__lower {
  margin-left: 0px;
  margin-top: 20px; }
  @media (min-width: 839px) {
    .teaser-terms-large__lower {
      margin-left: 91px; } }
  .teaser-terms-large__lower .terms-list {
    border-top: solid 1px #fcb813;
    padding: 20px 0 0;
    margin-bottom: 20px; }
    .teaser-terms-large__lower .terms-list:last-child {
      margin-bottom: 0; }
    @media (min-width: 839px) {
      .teaser-terms-large__lower .terms-list {
        margin-left: calc(70px + $u); } }
  .teaser-terms-large__lower ul {
    list-style: none;
    margin: 0;
    padding: 0; }

.term-style {
  margin-bottom: 24px;
  margin-top: 0; }
  .term-style span:first-child {
    font-weight: 700; }
  .term-style:last-child {
    margin-bottom: 0; }
  .term-style dt {
    display: inline;
    margin-left: 0;
    margin-right: 5px;
    font-weight: 700; }
  .term-style dd {
    display: inline;
    margin: 0; }

.teaser-terms-small {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .teaser-terms-small {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  .teaser-terms-small .container {
    padding: 30px;
    background: #fef0cf;
    border: solid 1px #fcb813; }
    @media (min-width: 839px) {
      .teaser-terms-small .container {
        padding: 60px 80px; } }

.teaser-text-two-column {
  background: #008fc0;
  color: white; }
  .teaser-text-two-column .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .teaser-text-two-column .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .teaser-text-two-column .kicker {
    padding-left: 8px;
    border-left: solid 4px white;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    display: block;
    margin: 0 0 22px; }
    .teaser-text-two-column .kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .teaser-text-two-column .kicker {
        border-left-color: black; } }
  .teaser-text-two-column h2 {
    margin: 0 0 19.2px; }
    @media (min-width: 839px) {
      .teaser-text-two-column h2 {
        margin-bottom: 40px; } }
  .teaser-text-two-column .columns {
    margin: 0; }
    @media (min-width: 839px) {
      .teaser-text-two-column .columns {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .teaser-text-two-column .column {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 19.2px; }
    .teaser-text-two-column .column > *:first-child {
      margin-top: 0; }
    .teaser-text-two-column .column > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 839px) {
      .teaser-text-two-column .column {
        padding: 0 24px;
        border-left: solid 1px rgba(255, 255, 255, 0.73);
        margin-bottom: 0; } }

.testimonial-full-width {
  color: white;
  position: relative; }
  .testimonial-full-width .container {
    max-width: 1170px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1; }
    @media print {
      .testimonial-full-width .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .testimonial-full-width:before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); }
  .testimonial-full-width .testimonial-full-width__inner {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-left: solid 1px #008fc0;
    margin-left: 12px;
    padding-left: 12px; }
    @media (min-width: 839px) {
      .testimonial-full-width .testimonial-full-width__inner {
        margin-left: 24px;
        padding-left: 24px; } }
  .testimonial-full-width svg {
    width: 30px;
    margin-top: -10px; }
    .testimonial-full-width svg path {
      fill: #008fc0; }
    @media (min-width: 839px) {
      .testimonial-full-width svg {
        margin-top: 0;
        width: 50px; } }
  .testimonial-full-width .quote {
    margin-bottom: 30px; }
    .testimonial-full-width .quote > *:last-child:after {
      content: '\201D'; }
    .testimonial-full-width .quote > *:first-child {
      margin-top: 0; }
    .testimonial-full-width .quote > *:last-child {
      margin-bottom: 0; }
  .testimonial-full-width span {
    display: block; }
  .testimonial-full-width .author {
    margin: 0; }
  .testimonial-full-width .author-position {
    margin: 0; }

.things-you-need-to-know {
  background: #fef0cf; }
  .things-you-need-to-know .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .things-you-need-to-know .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .things-you-need-to-know h2, .things-you-need-to-know h3 {
    margin: 0 0 13px; }

.need-to-know__item {
  padding: 20px;
  background: white;
  border: 2px solid #fcb813;
  margin-bottom: 20px; }
  @media (min-width: 839px) {
    .need-to-know__item {
      margin-bottom: 0px; } }
  .need-to-know__item .number {
    color: white;
    font-size: 18px;
    font-weight: 700;
    border-radius: 50%;
    background: #fcb813;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px; }
  .need-to-know__item h4 {
    font-family: "Lota Grotesque Alt 3", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    margin: 0 0 11px; }
    @media (min-width: 839px) {
      .need-to-know__item h4 {
        font-size: 18px;
        line-height: 1.375; } }
  .need-to-know__item a {
    color: #00548e; }

.need-to-know__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .need-to-know__list .need-to-know__item {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .need-to-know__list .need-to-know__item:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 480px) {
    .need-to-know__list .need-to-know__item {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
          -ms-flex-preferred-size: calc((100% - ((3 - 1) * 19.2px)) / 3);
              flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
      max-width: calc((100% - ((3 - 1) * 19.2px)) / 3);
      margin-left: 19.2px; }
      .need-to-know__list .need-to-know__item:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .need-to-know__list .need-to-know__item:nth-child(3n + 1) {
        margin-left: 0; } }
  .need-to-know__list .need-to-know__item {
    cursor: pointer; }
    .need-to-know__list .need-to-know__item h4 {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .need-to-know__list .need-to-know__item:hover h4, .need-to-know__list .need-to-know__item:focus h4 {
      color: #00548e; }

@media (max-width: 838px) {
  .things-you-need-to-know__content {
    position: relative; }
    .things-you-need-to-know__content:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 1rem;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(rgba(254, 240, 207, 0)), to(#fef0cf));
      background: -webkit-linear-gradient(left, rgba(254, 240, 207, 0), #fef0cf);
      background: linear-gradient(to right, rgba(254, 240, 207, 0), #fef0cf); }
  .overflow-wrapper {
    overflow-x: auto; }
  .need-to-know__list {
    width: 200vw;
    -webkit-flex-wrap: unset !important;
        -ms-flex-wrap: unset !important;
            flex-wrap: unset !important; }
  .need-to-know__item {
    width: 67vw;
    -webkit-box-flex: unset !important;
    -webkit-flex-grow: unset !important;
        -ms-flex-positive: unset !important;
            flex-grow: unset !important;
    -webkit-flex-shrink: unset !important;
        -ms-flex-negative: unset !important;
            flex-shrink: unset !important;
    max-width: unset !important;
    -webkit-flex-basis: unset !important;
        -ms-flex-preferred-size: unset !important;
            flex-basis: unset !important; }
    .need-to-know__item:nth-child(1n + 1) {
      margin-right: 1rem;
      margin-left: 0; } }

.three-column-list .container {
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .three-column-list .container {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }

.three-column-list h2 {
  margin: 0 0 8px; }

.three-column-list .kicker {
  text-transform: uppercase;
  padding-left: 8px;
  border-left: solid 4px #008fc0;
  border-left-width: 0;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out;
  display: block;
  margin-bottom: 28px; }
  .three-column-list .kicker.js--in-view {
    border-left-width: 4px; }
  @media print {
    .three-column-list .kicker {
      border-left-color: black; } }

.three-column-list .subtitle {
  max-width: 839px;
  margin-bottom: 0; }
  .three-column-list .subtitle > *:first-child {
    margin-top: 0; }
  .three-column-list .subtitle > *:last-child {
    margin-bottom: 0; }

body.about .three-column-list {
  background: #F6F6F6; }

.three-column-list h2 {
  margin-bottom: 19.2px; }

.three-column-list__columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .three-column-list__columns > div {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .three-column-list__columns > div:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 839px) {
    .three-column-list__columns > div {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
          -ms-flex-preferred-size: calc((100% - ((3 - 1) * 19.2px)) / 3);
              flex-basis: calc((100% - ((3 - 1) * 19.2px)) / 3);
      max-width: calc((100% - ((3 - 1) * 19.2px)) / 3);
      margin-left: 19.2px; }
      .three-column-list__columns > div:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .three-column-list__columns > div:nth-child(3n + 1) {
        margin-left: 0; } }
  .three-column-list__columns .column {
    margin-bottom: 19.2px; }
    .three-column-list__columns .column > *:first-child {
      margin-top: 0; }
    .three-column-list__columns .column > *:last-child {
      margin-bottom: 0; }
    .three-column-list__columns .column:last-child {
      margin-bottom: 0; }
    @media (min-width: 839px) {
      .three-column-list__columns .column {
        border-left: solid 1px rgba(29, 37, 44, 0.2);
        padding-left: 19.2px;
        margin-bottom: 0; } }
    .three-column-list__columns .column p {
      margin-top: 19.2px;
      margin-bottom: 19.2px; }
    .three-column-list__columns .column ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .three-column-list__columns .column ul:not(last-child) {
        margin-bottom: 2em; }
      .three-column-list__columns .column ul li {
        font-size: .9em;
        margin-bottom: .5em;
        line-height: 1.25; }
    .three-column-list__columns .column p:first-child {
      margin-bottom: .5em;
      font-weight: bold; }
  .three-column-list__columns a {
    color: #3eb174;
    font-weight: 600; }

.three-column-list__header {
  margin-bottom: 19.2px; }

.what-we-do-table-of-contents {
  background: #F6F6F6; }
  .what-we-do-table-of-contents .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .what-we-do-table-of-contents .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .what-we-do-table-of-contents .kicker {
    padding-left: 8px;
    border-left: solid 4px #008fc0;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    margin: 0;
    margin-bottom: 17px; }
    .what-we-do-table-of-contents .kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .what-we-do-table-of-contents .kicker {
        border-left-color: black; } }
  .what-we-do-table-of-contents h3 {
    margin-top: 0;
    margin-bottom: 6px; }
  .what-we-do-table-of-contents .subtitle > *:first-child {
    margin-top: 0; }
  .what-we-do-table-of-contents .subtitle > *:last-child {
    margin-bottom: 0; }

@media (min-width: 839px) {
  body .what-we-do-table-of-contents__body a {
    padding-right: 0px; } }

body .what-we-do-table-of-contents__body .table-component {
  display: block; }

body .what-we-do-table-of-contents__body .tbody {
  width: 100%;
  max-width: 100%;
  display: block !important; }
  body .what-we-do-table-of-contents__body .tbody .tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  body .what-we-do-table-of-contents__body .tbody .td {
    padding: 20px 0; }
    @media (min-width: 839px) {
      body .what-we-do-table-of-contents__body .tbody .td {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
  body .what-we-do-table-of-contents__body .tbody .td:first-child {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-left: 15px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    padding-right: 2rem; }
    @media (min-width: 839px) {
      body .what-we-do-table-of-contents__body .tbody .td:first-child {
        width: 55%;
        margin-bottom: 0;
        padding-right: 1rem; } }
  body .what-we-do-table-of-contents__body .tbody .td:last-child {
    width: 45%;
    padding-right: 80px;
    font-weight: normal;
    margin-top: 0; }
    body .what-we-do-table-of-contents__body .tbody .td:last-child:after {
      content: ' ';
      width: 7px;
      height: 11px;
      position: absolute;
      top: 55%;
      right: 15px;
      margin-top: -5.5px;
      background: url(images/right-carrot.svg) no-repeat center center; }
      @media (min-width: 839px) {
        body .what-we-do-table-of-contents__body .tbody .td:last-child:after {
          background: url(images/right-carrot-grey.svg) no-repeat center center;
          width: 10px;
          margin-top: -8px;
          height: 16px;
          background-size: 10px; } }

body .what-we-do-table-of-contents__body .tr.link {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .what-we-do-table-of-contents__body .tr.link:hover, body .what-we-do-table-of-contents__body .tr.link:focus {
    background: #00548e; }
    body .what-we-do-table-of-contents__body .tr.link:hover .td, body .what-we-do-table-of-contents__body .tr.link:focus .td {
      border-top-color: transparent;
      color: white; }
    body .what-we-do-table-of-contents__body .tr.link:hover + .tr .td, body .what-we-do-table-of-contents__body .tr.link:focus + .tr .td {
      border-top-color: transparent; }
    body .what-we-do-table-of-contents__body .tr.link:hover a, body .what-we-do-table-of-contents__body .tr.link:focus a {
      color: white; }
    body .what-we-do-table-of-contents__body .tr.link:hover .td:first-child:after, body .what-we-do-table-of-contents__body .tr.link:focus .td:first-child:after {
      content: ' ';
      width: 7px;
      height: 11px;
      position: absolute;
      top: 55%;
      right: 15px;
      margin-top: -5.5px;
      background: url(images/right-carrot.svg) no-repeat center center; }
      @media (min-width: 839px) {
        body .what-we-do-table-of-contents__body .tr.link:hover .td:first-child:after, body .what-we-do-table-of-contents__body .tr.link:focus .td:first-child:after {
          background: url(images/right-carrot-grey.svg) no-repeat center center;
          width: 10px;
          margin-top: -8px;
          height: 16px;
          background-size: 10px; } }
    @media (min-width: 839px) {
      body .what-we-do-table-of-contents__body .tr.link:hover .td:first-child, body .what-we-do-table-of-contents__body .tr.link:focus .td:first-child {
        -webkit-transform: translateX(0.67rem);
                transform: translateX(0.67rem); }
        body .what-we-do-table-of-contents__body .tr.link:hover .td:first-child:after, body .what-we-do-table-of-contents__body .tr.link:focus .td:first-child:after {
          content: none; } }
    body .what-we-do-table-of-contents__body .tr.link:hover .td:last-child:after, body .what-we-do-table-of-contents__body .tr.link:focus .td:last-child:after {
      background: url(images/right-carrot.svg) no-repeat center center;
      background-size: 10px; }

.what-we-do-table-of-contents__upper {
  margin-bottom: 17px; }
  .what-we-do-table-of-contents__upper > *:first-child {
    margin-top: 0; }
  .what-we-do-table-of-contents__upper > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 839px) {
    .what-we-do-table-of-contents__upper {
      margin-bottom: 40px; } }

.winter-benefit {
  background: #008fc0;
  color: white; }
  .winter-benefit h2 {
    margin: 0 0 8px; }
  .winter-benefit .kicker {
    text-transform: uppercase;
    padding-left: 8px;
    border-left: solid 4px #008fc0;
    border-left-width: 0;
    -webkit-transition: border-left-width .2s ease-in-out;
    transition: border-left-width .2s ease-in-out;
    display: block;
    margin-bottom: 28px; }
    .winter-benefit .kicker.js--in-view {
      border-left-width: 4px; }
    @media print {
      .winter-benefit .kicker {
        border-left-color: black; } }
  .winter-benefit .subtitle {
    max-width: 839px;
    margin-bottom: 0; }
    .winter-benefit .subtitle > *:first-child {
      margin-top: 0; }
    .winter-benefit .subtitle > *:last-child {
      margin-bottom: 0; }
  .winter-benefit .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .winter-benefit .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .winter-benefit .subtitle-wrapper {
    margin-bottom: 1em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (min-width: 839px) {
    .winter-benefit h2 {
      margin-bottom: 0; } }
  .winter-benefit .large-kicker {
    font-size: 20px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px; }
  .winter-benefit .winter-benefit__header {
    margin-bottom: 2rem; }
    @media (min-width: 839px) {
      .winter-benefit .winter-benefit__header .link {
        margin-left: 2rem; } }
    .winter-benefit .winter-benefit__header .link a {
      white-space: nowrap;
      display: inline-block;
      text-decoration: none; }
  .winter-benefit figure {
    margin: 0; }
  .winter-benefit .wp-caption figcaption {
    border-left-color: white; }

@media (min-width: 480px) {
  .winter-benefit__sections {
    margin-left: calc(-1 * 19.2px);
    overflow: hidden; }
    .winter-benefit__sections .winter-benefit__section {
      margin-left: 19.2px;
      float: left;
      width: calc(50% - 19.2px); }
      .winter-benefit__sections .winter-benefit__section:nth-child(even) {
        float: right; } }

.winter-benefit__sections img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto; }

.winter-benefit__sections .facts-and-statistics .facts-and-statistics__columns {
  display: block; }
  .winter-benefit__sections .facts-and-statistics .facts-and-statistics__columns .facts-and-statistics__column {
    max-width: 100%; }

.feedback-form br, .wpcf7 br {
  display: none; }

.feedback-form .feedback__form, .wpcf7 .feedback__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .feedback-form .feedback__form label, .wpcf7 .feedback__form label {
    margin-bottom: 10px;
    font-weight: 700; }
  .feedback-form .feedback__form input, .feedback-form .feedback__form textarea, .wpcf7 .feedback__form input, .wpcf7 .feedback__form textarea {
    width: 100%;
    padding: 12px 22px;
    border: solid 3px #B9B8B5;
    border-radius: 3px;
    line-height: 1;
    font-size: 16px;
    display: block;
    background: white;
    margin-bottom: 20px;
    color: black; }
  .feedback-form .feedback__form input::-webkit-input-placeholder, .feedback-form .feedback__form textarea::-webkit-input-placeholder, .wpcf7 .feedback__form input::-webkit-input-placeholder, .wpcf7 .feedback__form textarea::-webkit-input-placeholder {
    color: #979591; }
  .feedback-form .feedback__form input::-moz-placeholder, .feedback-form .feedback__form textarea::-moz-placeholder, .wpcf7 .feedback__form input::-moz-placeholder, .wpcf7 .feedback__form textarea::-moz-placeholder {
    color: #979591; }
  .feedback-form .feedback__form input:-ms-input-placeholder, .feedback-form .feedback__form textarea:-ms-input-placeholder, .wpcf7 .feedback__form input:-ms-input-placeholder, .wpcf7 .feedback__form textarea:-ms-input-placeholder {
    color: #979591; }
  .feedback-form .feedback__form input::-ms-input-placeholder, .feedback-form .feedback__form textarea::-ms-input-placeholder, .wpcf7 .feedback__form input::-ms-input-placeholder, .wpcf7 .feedback__form textarea::-ms-input-placeholder {
    color: #979591; }
  .feedback-form .feedback__form input::placeholder, .feedback-form .feedback__form textarea::placeholder, .wpcf7 .feedback__form input::placeholder, .wpcf7 .feedback__form textarea::placeholder {
    color: #979591; }
  .feedback-form .feedback__form input[type="submit"], .wpcf7 .feedback__form input[type="submit"] {
    border: solid 3px #3eb174; }
    .feedback-form .feedback__form input[type="submit"]:hover, .feedback-form .feedback__form input[type="submit"]:focus, .wpcf7 .feedback__form input[type="submit"]:hover, .wpcf7 .feedback__form input[type="submit"]:focus {
      border: solid 3px #006442; }

.gallery-item {
  min-height: 180px; }
  .gallery-item .gallery-icon a {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .gallery-item figcaption.gallery-caption {
    width: 125px;
    text-align: center;
    margin: 0 auto;
    margin-top: -19px;
    margin-left: auto !important; }

.c-get-help-hub .section-searchbar {
  background-color: rgba(81, 78, 71, 0.1);
  padding: 2rem 0; }

.c-get-help-hub .section-panel-browser {
  padding: 1rem 0; }
  @media (min-width: 839px) {
    .c-get-help-hub .section-panel-browser {
      padding: 4rem 0; } }

.c-get-help-hub .panel-browser {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 839px) {
    .c-get-help-hub .panel-browser {
      grid-template-columns: 25% 1fr; } }
  .c-get-help-hub .panel-browser:after {
    display: table;
    content: '';
    clear: both; }
  .c-get-help-hub .panel-browser .col {
    background-color: white;
    -webkit-transition: all .33s ease-in-out;
    transition: all .33s ease-in-out;
    position: relative; }
    @media (min-width: 839px) {
      .c-get-help-hub .panel-browser .col {
        border-left: 1px solid; } }
  .c-get-help-hub .panel-browser > .col:first-child {
    border-left: none;
    border-right: none;
    padding: 0 1rem; }
    @media (min-width: 839px) {
      .c-get-help-hub .panel-browser > .col:first-child {
        padding: 0; } }
  .c-get-help-hub .panel-browser .col--topic {
    z-index: 3; }
    .c-get-help-hub .panel-browser .col--topic ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: grid;
      grid-template-columns: 1fr;
      -webkit-column-gap: 10px;
         -moz-column-gap: 10px;
              column-gap: 10px; }
      @media (min-width: 839px) {
        .c-get-help-hub .panel-browser .col--topic ul {
          grid-template-columns: 1fr 1fr 1fr; } }
    .c-get-help-hub .panel-browser .col--topic li {
      position: relative;
      padding: .5em 1em;
      cursor: pointer;
      margin: 0 0 1px;
      font-size: 1.25rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .c-get-help-hub .panel-browser .col--topic li:before {
        content: ' ';
        width: 7px;
        height: 11px;
        position: absolute;
        top: 50%;
        margin-top: -5.5px;
        background: url(images/right-carrot-green.svg) no-repeat center center;
        z-index: 2;
        right: 18px; }
        @media (min-width: 839px) {
          .c-get-help-hub .panel-browser .col--topic li:before {
            margin-top: -8px;
            height: 16px;
            background-size: 5px;
            right: 8px; } }
      .c-get-help-hub .panel-browser .col--topic li:hover:before, .c-get-help-hub .panel-browser .col--topic li.active:before, .c-get-help-hub .panel-browser .col--topic li:focus:before {
        background: url(images/right-carrot.svg) no-repeat center center;
        -webkit-transform: scale(0.8);
                transform: scale(0.8); }
      .c-get-help-hub .panel-browser .col--topic li:after {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: calc(100% + .5rem);
        opacity: 0;
        background-color: #00548e;
        -webkit-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out; }
      @media (min-width: 839px) {
        .c-get-help-hub .panel-browser .col--topic li:hover:after, .c-get-help-hub .panel-browser .col--topic li.active:after, .c-get-help-hub .panel-browser .col--topic li:focus:after {
          opacity: 1; } }
      .c-get-help-hub .panel-browser .col--topic li span {
        position: relative;
        z-index: 1;
        color: black;
        -webkit-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out; }
      @media (min-width: 839px) {
        .c-get-help-hub .panel-browser .col--topic li:hover span, .c-get-help-hub .panel-browser .col--topic li.active span, .c-get-help-hub .panel-browser .col--topic li:focus span {
          color: white; } }
  .c-get-help-hub .panel-browser .col--help {
    border-left: none;
    border-right: none;
    position: absolute;
    top: 0;
    z-index: 4;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    background-color: #fcfcfc;
    border-top: 1px solid #f0f0f0;
    padding-top: 1rem;
    opacity: 0;
    margin-left: -1px; }
    .c-get-help-hub .panel-browser .col--help .description a {
      color: #00548e; }
    @media (min-width: 839px) {
      .c-get-help-hub .panel-browser .col--help {
        background-color: white;
        width: 62%;
        position: static;
        padding: 0;
        border-top: none; } }
    .c-get-help-hub .panel-browser .col--help .page-h2-sans-left-dark {
      margin-bottom: 1rem;
      padding: 0; }
    .c-get-help-hub .panel-browser .col--help .intro {
      padding: 0 1rem;
      margin-bottom: 2rem; }
      @media (min-width: 839px) {
        .c-get-help-hub .panel-browser .col--help .intro {
          padding: 0 2rem; } }
      .c-get-help-hub .panel-browser .col--help .intro .title-wrapper {
        margin-bottom: 1rem; }
        @media (min-width: 839px) {
          .c-get-help-hub .panel-browser .col--help .intro .title-wrapper {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between; } }
      .c-get-help-hub .panel-browser .col--help .intro .page-h2-sans-left-dark {
        margin: 0; }
    .c-get-help-hub .panel-browser .col--help h3 {
      padding: .5rem 1rem;
      margin-top: 0; }
      @media (min-width: 839px) {
        .c-get-help-hub .panel-browser .col--help h3 {
          padding: .5rem 2rem; } }
    .c-get-help-hub .panel-browser .col--help .helplines {
      padding: 0; }
      .c-get-help-hub .panel-browser .col--help .helplines .table-component .tbody {
        border-bottom: 1px solid; }
    .c-get-help-hub .panel-browser .col--help ul.seplist {
      list-style: none;
      padding: 0;
      margin: 0; }
      .c-get-help-hub .panel-browser .col--help ul.seplist li {
        cursor: pointer; }
      .c-get-help-hub .panel-browser .col--help ul.seplist .seplist__link {
        display: block;
        padding: .5rem 1rem;
        text-decoration: none;
        color: inherit; }
        @media (min-width: 839px) {
          .c-get-help-hub .panel-browser .col--help ul.seplist .seplist__link {
            padding: .5rem 2rem; } }
        .c-get-help-hub .panel-browser .col--help ul.seplist .seplist__link h4 {
          color: #00548e;
          font-size: 18px;
          line-height: 1.444;
          font-weight: 700; }
        .c-get-help-hub .panel-browser .col--help ul.seplist .seplist__link p {
          margin: 0;
          line-height: 1.44; }
          .c-get-help-hub .panel-browser .col--help ul.seplist .seplist__link p p {
            margin-top: 0; }
          .c-get-help-hub .panel-browser .col--help ul.seplist .seplist__link p a {
            color: #00548e; }
    .c-get-help-hub .panel-browser .col--help li:hover,
    .c-get-help-hub .panel-browser .col--help li:focus {
      background-color: rgba(0, 84, 142, 0.1); }
  @media (min-width: 839px) {
    .c-get-help-hub .panel-browser .col.active {
      margin-left: -15%;
      border-color: black; } }
  @media (min-width: 839px) {
    .c-get-help-hub .panel-browser .col.faded {
      opacity: .5; } }
  .c-get-help-hub .panel-browser .col.revealed {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
    @media (min-width: 839px) {
      .c-get-help-hub .panel-browser .col.revealed {
        -webkit-transform: none;
                transform: none;
        border-left: 1px solid;
        -webkit-animation: fadeIn .5s;
                animation: fadeIn .5s;
        -webkit-animation-delay: .25s;
                animation-delay: .25s;
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.c-get-help-hub .topic-resource-wrapper {
  clear: left;
  position: relative; }
  @media (min-width: 839px) {
    .c-get-help-hub .topic-resource-wrapper {
      clear: none; } }

.c-get-help-hub .callout-link {
  text-decoration: none;
  display: none; }
  @media (min-width: 839px) {
    .c-get-help-hub .callout-link {
      display: inline-block; } }

.c-get-help-hub .teaser-boroughs {
  margin-bottom: 50px; }
  @media (min-width: 839px) {
    .c-get-help-hub .teaser-boroughs {
      margin-bottom: 100px; } }

.c-get-help-searchbar {
  margin-bottom: 1rem;
  position: relative; }
  .c-get-help-searchbar .c-get-help-searchbar__control {
    padding: 12px 22px;
    border: solid 3px #B9B8B5 !important;
    border-radius: 3px;
    line-height: 1;
    font-size: 16px;
    color: #1d252c;
    display: block;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    .c-get-help-searchbar .c-get-help-searchbar__control::-webkit-input-placeholder {
      line-height: 1.4; }
    .c-get-help-searchbar .c-get-help-searchbar__control::-moz-placeholder {
      line-height: 1.4; }
    .c-get-help-searchbar .c-get-help-searchbar__control:-ms-input-localplaceholder {
      line-height: 1.4; }
    .c-get-help-searchbar .c-get-help-searchbar__control:-moz-placeholder {
      line-height: 1.4; }
    @media (min-width: 839px) {
      .c-get-help-searchbar .c-get-help-searchbar__control {
        font-size: 18px;
        background: url("../dist/images/search-button.svg") no-repeat left 22px center white;
        padding-left: 50px; } }
  .c-get-help-searchbar .c-get-help-searchbar__indicators {
    display: none; }
  .c-get-help-searchbar .c-get-help-searchbar__menu {
    border: solid 3px #B9B8B5;
    margin-top: -3px;
    border-radius: 3px;
    border-top-width: 1px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 9; }
  .c-get-help-searchbar li:not(.c-get-help-searchbar__option) {
    padding: .5rem .5rem .5rem 52px;
    border-top: 1px solid #979591;
    background: url("../dist/images/search-button.svg") no-repeat 22px 14px; }
    .c-get-help-searchbar li:not(.c-get-help-searchbar__option):hover, .c-get-help-searchbar li:not(.c-get-help-searchbar__option):focus {
      background-color: #00548e;
      color: white; }
    .c-get-help-searchbar li:not(.c-get-help-searchbar__option) a {
      color: inherit;
      text-decoration: none; }

.c-get-help-popular-topics {
  position: relative; }
  .c-get-help-popular-topics:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2em;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), white);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), white); }
    @media (min-width: 839px) {
      .c-get-help-popular-topics:after {
        display: none; } }
  .c-get-help-popular-topics div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto; }
    .c-get-help-popular-topics div > * {
      white-space: nowrap; }
  .c-get-help-popular-topics h3 {
    font-weight: bold;
    margin-right: .5rem;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.857; }
  .c-get-help-popular-topics ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .c-get-help-popular-topics a {
    color: inherit;
    text-decoration: none;
    background: white;
    border: 1px solid #ccc;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    font-size: .9em;
    padding: 0 .5rem;
    margin-left: .33rem; }
    .c-get-help-popular-topics a:hover, .c-get-help-popular-topics a:focus {
      background-color: #00548e;
      color: white;
      border-color: #00548e; }

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif; }

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__container {
  background-color: #fff;
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.modal__close {
  background: transparent;
  border: 0; }

.modal__close span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.modal__close span:before {
  content: "\2715"; }

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8); }

/**************************\
    Demo Animation Style
  \**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes mmfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes mmfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%); }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%); } }

.micromodal-slide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }

.micromodal-slide.is-open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) 2s;
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1) 2s; }

.micromodal-slide[aria-hidden="false"] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1) 2s;
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1) 2s; }

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide[aria-hidden="true"] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1); }

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform; }

.site-popup {
  position: relative;
  z-index: 1000; }
  .site-popup .modal__container {
    max-width: 88vw;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.5);
    right: 0;
    position: absolute;
    height: 100%;
    border-radius: 0;
    background: #3eb174;
    color: white;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 645px) {
      .site-popup .modal__container {
        max-width: 530px;
        padding: 50px; } }
    .site-popup .modal__container .modal__close {
      right: 20px;
      position: absolute;
      color: white;
      font-size: 30px;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      display: block;
      width: 35px;
      height: 35px; }
    .site-popup .modal__container .modal-text-container p:first-of-type {
      margin: 0; }
    .site-popup .modal__container .modal-text-container p:last-of-type {
      margin-top: 10px;
      font-weight: lighter;
      margin-bottom: 20px; }
    .site-popup .modal__container .modal-text-container a {
      width: 100%;
      margin-bottom: 20px;
      display: block;
      text-align: center;
      text-decoration: none; }
    .site-popup .modal__container .modal-text-container form {
      padding-left: 0; }
      .site-popup .modal__container .modal-text-container form input[type="email"] {
        margin-bottom: 10px; }
        @media (min-width: 480px) {
          .site-popup .modal__container .modal-text-container form input[type="email"] {
            margin-bottom: 0; } }

.c-site-header {
  position: fixed;
  width: 100%; }
  .c-site-header.headroom {
    will-change: transform;
    -webkit-transition: -webkit-transform 200ms linear;
    transition: -webkit-transform 200ms linear;
    transition: transform 200ms linear;
    transition: transform 200ms linear, -webkit-transform 200ms linear; }

.header__upper {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.header__lower {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: solid 1px rgba(29, 37, 44, 0.1);
  padding: 12px 0 14px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }
  @media (min-width: 839px) {
    .header__lower {
      padding: 24px 0; } }

.c-site-header a.site-title {
  font-size: 0; }
  @media (min-width: 1170px) {
    .c-site-header a.site-title {
      margin-right: 18px; } }
  .c-site-header a.site-title svg {
    -webkit-transition: width 200ms ease-out;
    transition: width 200ms ease-out;
    width: 92px; }
    @media (min-width: 480px) {
      .c-site-header a.site-title svg {
        width: 148px;
        height: 70px; } }

@media (min-width: 839px) {
  .c-site-header.headroom--not-top .header__lower {
    padding: 0; } }

.c-site-header.headroom--not-top #menu-primary {
  -webkit-transform: translateY(-0.75rem);
          transform: translateY(-0.75rem); }

.c-site-header.headroom--not-top .search-block {
  margin-bottom: 1rem; }

.c-site-header.headroom--not-top a.site-title svg {
  width: 92px; }

.c-site-header.headroom--not-top .header__upper {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.archive-article-staff {
  padding: 19.2px 0;
  border-bottom: solid 1px rgba(29, 37, 44, 0.1); }
  @media (min-width: 650px) {
    .archive-article-staff {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .archive-article-staff .upper > *:first-child,
  .archive-article-staff .lower > *:first-child {
    margin-top: 0; }
  .archive-article-staff .upper > *:last-child,
  .archive-article-staff .lower > *:last-child {
    margin-bottom: 0; }
  .archive-article-staff .lower {
    margin-top: 8px; }
  .archive-article-staff .read-more {
    margin-top: 8px; }
    @media (min-width: 650px) {
      .archive-article-staff .read-more {
        margin-top: 0; } }
  @media (min-width: 650px) {
    .archive-article-staff .column {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
  @media (min-width: 650px) {
    .archive-article-staff .column-center {
      -webkit-align-self: center;
          -ms-flex-item-align: center;
              align-self: center; } }
  .archive-article-staff h2 {
    margin: 0; }
    .archive-article-staff h2 a {
      color: #1d252c;
      text-decoration: none; }
      .archive-article-staff h2 a:hover, .archive-article-staff h2 a:focus {
        color: #3eb174; }
  .archive-article-staff h3.position {
    margin: 0; }
  .archive-article-staff h4,
  .archive-article-staff .meta {
    font-weight: 400; }
    .archive-article-staff h4 a,
    .archive-article-staff .meta a {
      color: #1d252c;
      text-decoration: none; }
      .archive-article-staff h4 a:hover, .archive-article-staff h4 a:focus,
      .archive-article-staff .meta a:hover,
      .archive-article-staff .meta a:focus {
        color: #3eb174; }
  .archive-article-staff .read-more {
    margin-left: auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center; }
    .archive-article-staff .read-more a {
      text-decoration: none;
      display: inline-block; }

.archive-article {
  border-bottom: solid 1px rgba(29, 37, 44, 0.1);
  position: relative; }
  .archive-article a {
    padding: 20px 0 30px;
    display: block;
    text-decoration: none;
    color: #1d252c; }
    .archive-article a:hover, .archive-article a:focus {
      color: #00548e; }
  .archive-article .kicker {
    margin-bottom: 19.2px; }
    .archive-article .kicker span {
      display: inline-block;
      background: #D3D3D1;
      color: #1d252c;
      text-transform: uppercase;
      font-size: 12px;
      padding: 4px; }
  .archive-article h3 {
    margin-bottom: .5rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    @media (min-width: 839px) {
      .archive-article h3 {
        max-width: 839px; } }
  .archive-article .excerpt {
    margin: 0;
    color: #1d252c; }
    .archive-article .excerpt > *:first-child {
      margin-top: 0; }
    .archive-article .excerpt > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 839px) {
      .archive-article .excerpt {
        max-width: 839px; } }
  .archive-article .read-more {
    display: inline-block;
    color: #00548e;
    text-decoration: underline;
    margin-top: 19.2px; }
  .archive-article .archive-article__wrapper {
    -webkit-box-shadow: inset 1px 0 0 rgba(29, 37, 44, 0.3);
            box-shadow: inset 1px 0 0 rgba(29, 37, 44, 0.3);
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
    padding-left: 20px; }
    .archive-article .archive-article__wrapper:hover, .archive-article .archive-article__wrapper:focus {
      -webkit-box-shadow: inset 5px 0 0 #00548e;
              box-shadow: inset 5px 0 0 #00548e; }
    @media (min-width: 480px) {
      .archive-article .archive-article__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
  .archive-article .left {
    background-color: #D3D3D1;
    position: relative;
    margin-bottom: 19.2px; }
    @media (min-width: 480px) {
      .archive-article .left {
        max-width: 300px;
        margin-bottom: 0;
        margin-right: 20px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .archive-article .left .padding {
      padding-bottom: 67.75%; }
  @media (min-width: 480px) {
    .archive-article .right {
      -webkit-box-flex: 3;
      -webkit-flex: 3;
          -ms-flex: 3;
              flex: 3; } }
  @media (min-width: 839px) {
    .archive-article.staff_member .archive-article__wrapper, .archive-article.board_member .archive-article__wrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; } }
  .archive-article.staff_member .left, .archive-article.board_member .left {
    border-radius: 50%;
    max-width: 250px; }
    .archive-article.staff_member .left .padding, .archive-article.board_member .left .padding {
      padding-bottom: 100%; }
  .archive-article.campaign .kicker span {
    background: none;
    color: #00548e;
    text-transform: none;
    font-size: 20px;
    padding: 0;
    letter-spacing: normal; }

article.article a {
  display: block;
  text-decoration: none;
  padding-left: 19.2px;
  position: relative; }
  article.article a:hover h4, article.article a:focus h4 {
    color: #3eb174; }

article.article .kicker {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 12px;
  font-weight: 700;
  background: #EDEDEC;
  color: #1d252c;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08px;
  line-height: 1.54;
  z-index: 2; }
  article.article .kicker span[class^='event_'] {
    display: block; }
  article.article .kicker .event_day,
  article.article .kicker .event_month {
    border-bottom: solid 1px rgba(29, 37, 44, 0.3); }
  article.article .kicker .event_day {
    padding-bottom: 6px; }
  article.article .kicker .event_month {
    font-size: 24px;
    padding: 6px 0;
    text-transform: none;
    line-height: 1; }
  article.article .kicker .event_year {
    padding-top: 6px; }

article.article h3 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #1d252c;
  margin: 0 0 9px; }

article.article .read-more {
  color: #00548e;
  display: block;
  line-height: normal; }

article.article .background-image {
  position: relative;
  margin-bottom: 14px; }
  article.article .background-image .padding {
    padding-bottom: 75%; }

.breadcrumbs {
  font-size: 14px;
  margin-bottom: 48px;
  margin-top: 15px;
  display: none; }
  @media (min-width: 839px) {
    .breadcrumbs {
      display: block; } }
  .breadcrumbs a {
    color: rgba(29, 37, 44, 0.64);
    text-decoration: none; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #1d252c; }
  .breadcrumbs ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0; }
  .breadcrumbs li {
    margin-right: 8px;
    padding-right: 15px;
    background: url(../dist/images/small-grey-right-carrot.svg) no-repeat right 8px; }
    .breadcrumbs li:last-child {
      background: none;
      color: #1d252c; }
  @media print {
    .breadcrumbs {
      display: none; } }

body.single-story .breadcrumbs li {
  background: url(../dist/images/small-grey-right-carrot-white.svg) no-repeat right 8px; }
  body.single-story .breadcrumbs li:last-child {
    background: none; }

.browser-article {
  text-decoration: none;
  color: #1d252c;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-bottom: 40px;
  -webkit-box-shadow: inset 1px 0 0 rgba(29, 37, 44, 0.3);
          box-shadow: inset 1px 0 0 rgba(29, 37, 44, 0.3);
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }
  .browser-article:hover, .browser-article:focus {
    -webkit-box-shadow: inset 5px 0 0 #00548e;
            box-shadow: inset 5px 0 0 #00548e; }
  .browser-article .kicker {
    text-transform: uppercase;
    margin-bottom: 21px;
    padding: 6px 10px;
    font-weight: 700;
    background: #EDEDEC;
    color: #1d252c;
    text-transform: uppercase;
    letter-spacing: 0.018em;
    line-height: normal;
    display: inline-block;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start; }
    @media (min-width: 839px) {
      .browser-article .kicker {
        padding: 8px 12px; } }
  .browser-article h4, .browser-article h3 {
    margin: 0 0 20px; }
  .browser-article .read-more {
    margin-top: auto;
    color: #00548e; }
  .browser-article:hover, .browser-article:focus {
    color: #00548e; }

#nprogress {
  display: none;
  opacity: 0; }

.react-browser .browse-simple__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .react-browser .browse-simple__list > article {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
        -ms-flex-preferred-size: calc((100% - ((1 - 1) * 19.2px)) / 1);
            flex-basis: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    max-width: calc((100% - ((1 - 1) * 19.2px)) / 1);
    margin-left: 19.2px; }
    .react-browser .browse-simple__list > article:nth-child(1n + 1) {
      margin-left: 0; }
  @media (min-width: 480px) {
    .react-browser .browse-simple__list > article {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
          -ms-flex-preferred-size: calc((100% - ((2 - 1) * 19.2px)) / 2);
              flex-basis: calc((100% - ((2 - 1) * 19.2px)) / 2);
      max-width: calc((100% - ((2 - 1) * 19.2px)) / 2);
      margin-left: 19.2px; }
      .react-browser .browse-simple__list > article:nth-child(1n + 1) {
        margin-left: 19.2px; }
      .react-browser .browse-simple__list > article:nth-child(2n + 1) {
        margin-left: 0; } }
  @media (min-width: 839px) {
    .react-browser .browse-simple__list > article {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-flex-shrink: 1;
          -ms-flex-negative: 1;
              flex-shrink: 1;
      -webkit-flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
          -ms-flex-preferred-size: calc((100% - ((4 - 1) * 19.2px)) / 4);
              flex-basis: calc((100% - ((4 - 1) * 19.2px)) / 4);
      max-width: calc((100% - ((4 - 1) * 19.2px)) / 4);
      margin-left: 19.2px; }
      .react-browser .browse-simple__list > article:nth-child(2n + 1) {
        margin-left: 19.2px; }
      .react-browser .browse-simple__list > article:nth-child(4n + 1) {
        margin-left: 0; } }

.feedback-submission-cta-banner {
  background: #EDEDEC;
  height: 70px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1100;
  font-size: 14px;
  padding: 0 15px;
  line-height: 1.5; }
  @media (min-width: 839px) {
    .feedback-submission-cta-banner {
      font-size: 16px; } }
  .feedback-submission-cta-banner .feedback-submission-cta-banner__text {
    font-weight: bold;
    color: #3eb174;
    white-space: nowrap; }
    @media (min-width: 839px) {
      .feedback-submission-cta-banner .feedback-submission-cta-banner__text {
        display: none; } }
  .feedback-submission-cta-banner .feedback-submission-cta-banner__button {
    margin-left: .5rem;
    text-decoration: none;
    display: none; }
    @media (min-width: 839px) {
      .feedback-submission-cta-banner .feedback-submission-cta-banner__button {
        display: inline-block; } }

.get-help-sidebar {
  margin-top: 30px;
  background: #F6F6F6;
  border: 2px solid #979591;
  padding: 30px; }
  .get-help-sidebar h3, .get-help-sidebar p {
    margin: 0; }
  .get-help-sidebar h3 {
    color: black;
    padding-bottom: 10px; }
    .get-help-sidebar h3 span a {
      color: #3eb174; }

.historical-milestone .year, .table-component.history-table .tbody .td:first-child {
  font-size: 14px;
  font-weight: 600; }
  @media (min-width: 839px) {
    .historical-milestone .year, .table-component.history-table .tbody .td:first-child {
      font-size: 22px; } }

.historical-milestone {
  padding: 19.2px 0;
  position: relative;
  margin-top: 19.2px;
  margin-bottom: 19.2px; }
  .historical-milestone:first-child {
    margin-top: 0; }
  .historical-milestone:last-child {
    margin-bottom: 0; }
  .historical-milestone .text-wrapper {
    background: #1d252c;
    color: white;
    padding: 19.2px; }
    .historical-milestone .text-wrapper .title {
      width: 100%; }
      @media (min-width: 839px) {
        .historical-milestone .text-wrapper .title {
          width: 70%; } }
    .historical-milestone .text-wrapper h2 {
      color: #1d252c;
      position: relative; }
  .historical-milestone a {
    display: block;
    text-decoration: none; }
    .historical-milestone a:hover .text-wrapper, .historical-milestone a:focus .text-wrapper {
      background: #ce3734; }
  .historical-milestone .image {
    position: absolute;
    right: 19.2px;
    top: -19px;
    bottom: 30%;
    width: 100%; }
    @media (min-width: 480px) {
      .historical-milestone .image {
        width: 70%; } }
    @media (min-width: 839px) {
      .historical-milestone .image {
        width: 35%;
        top: 0px;
        bottom: 0; } }
  .historical-milestone span {
    display: block; }
  .historical-milestone .year {
    margin-bottom: 12px;
    position: relative;
    z-index: 5; }
  .historical-milestone .explore {
    margin-top: 34px;
    text-decoration: underline;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 5; }

.multi-image {
  --current-width: 600px;
  --current-height: 600px;
  width: var(--current-width);
  position: relative; }
  .multi-image img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
    -webkit-transition: object-position 300ms linear;
    transition: object-position 300ms linear;
    transition: object-position 300ms linear, -o-object-position 300ms linear; }
  .multi-image .inner {
    font-size: 0; }
  .multi-image .inner-1 {
    max-height: var(--current-height);
    margin-left: 19.2px;
    margin-right: 19.2px;
    width: calc(100% - (2 * 19.2px)); }
    .multi-image .inner-1 img {
      max-height: var(--current-width); }
  .multi-image .inner-2 {
    max-height: 100%;
    width: 100%;
    margin-top: calc(-1 * var(--current-height) / 4); }
    .multi-image .inner-2 img {
      max-height: calc(var(--current-height) / 2); }
  .multi-image.left-left .inner-1 {
    margin-left: 0;
    width: calc(100% - 19.2px); }
    .multi-image.left-left .inner-1 img {
      -o-object-position: left bottom;
         object-position: left bottom; }
  .multi-image.left-left .inner-2 img {
    -o-object-position: left bottom;
       object-position: left bottom; }
  .multi-image.left-center .inner-1 {
    margin-left: 0;
    width: calc(100% - 19.2px); }
    .multi-image.left-center .inner-1 img {
      -o-object-position: left bottom;
         object-position: left bottom; }
  .multi-image.left-center .inner-2 img {
    -o-object-position: center bottom;
       object-position: center bottom; }
  .multi-image.left-right .inner-1 {
    margin-left: 0;
    width: calc(100% - 19.2px); }
    .multi-image.left-right .inner-1 img {
      -o-object-position: left bottom;
         object-position: left bottom; }
  .multi-image.left-right .inner-2 img {
    -o-object-position: right bottom;
       object-position: right bottom; }
  .multi-image.center-left .inner-1 img {
    -o-object-position: center bottom;
       object-position: center bottom; }
  .multi-image.center-left .inner-2 img {
    -o-object-position: left bottom;
       object-position: left bottom; }
  .multi-image.center-center .inner-1 img {
    -o-object-position: center bottom;
       object-position: center bottom; }
  .multi-image.center-center .inner-2 img {
    -o-object-position: center bottom;
       object-position: center bottom; }
  .multi-image.center-right .inner-1 img {
    -o-object-position: center bottom;
       object-position: center bottom; }
  .multi-image.center-right .inner-2 img {
    -o-object-position: right bottom;
       object-position: right bottom; }
  .multi-image.right-left .inner-1 {
    margin-right: 0;
    width: calc(100% - 19.2px); }
    .multi-image.right-left .inner-1 img {
      -o-object-position: right bottom;
         object-position: right bottom; }
  .multi-image.right-left .inner-2 img {
    -o-object-position: left bottom;
       object-position: left bottom; }
  .multi-image.right-center .inner-1 {
    margin-right: 0;
    width: calc(100% - 19.2px); }
    .multi-image.right-center .inner-1 img {
      -o-object-position: right bottom;
         object-position: right bottom; }
  .multi-image.right-center .inner-2 img {
    -o-object-position: center bottom;
       object-position: center bottom; }
  .multi-image.right-right .inner-1 {
    margin-right: 0;
    width: calc(100% - 19.2px); }
    .multi-image.right-right .inner-1 img {
      -o-object-position: right bottom;
         object-position: right bottom; }
  .multi-image.right-right .inner-2 img {
    -o-object-position: right bottom;
       object-position: right bottom; }
  .body .sidebar .multi-image {
    --current-width: 400px;
    --current-height: 600px;
    margin-left: auto;
    margin-right: auto; }

/*!
 * Selectr 2.3.5
 * http://mobius.ovh/docs/selectr
 *
 * Released under the MIT license
 */
.selectr-container {
  position: relative; }

.selectr-container li {
  list-style: none; }

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

.selectr-visible {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 11; }

.selectr-desktop.multiple .selectr-visible {
  display: none; }

.selectr-desktop.multiple.native-open .selectr-visible {
  top: 100%;
  min-height: 200px !important;
  height: auto;
  opacity: 1;
  display: block; }

.selectr-selected {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 7px 28px 7px 10px;
  cursor: pointer;
  border: 3px solid #D3D3D1;
  border-radius: 3px;
  background-color: #fff; }
  .selectr-selected:focus {
    outline: none; }

.selectr-selected::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  content: '';
  -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
  transform: rotate(0deg) translate3d(0px, -50%, 0px);
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #6c7a86 transparent transparent; }

.selectr-container.open .selectr-selected::before,
.selectr-container.native-open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-style: solid;
  border-color: transparent transparent #6c7a86; }

.selectr-label {
  display: none;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.selectr-placeholder {
  color: #6c7a86; }

.selectr-tags {
  margin: 0;
  padding: 0;
  white-space: normal; }

.has-selected .selectr-tags {
  margin: 0 0 -2px; }

.selectr-tag {
  list-style: none;
  position: relative;
  float: left;
  padding: 2px 25px 2px 8px;
  margin: 0 2px 2px 0;
  cursor: default;
  color: #fff;
  border: medium none;
  border-radius: 10px;
  background: #acb7bf none repeat scroll 0 0; }

.selectr-container.multiple.has-selected .selectr-selected {
  padding: 5px 28px 5px 5px; }

.selectr-options-container {
  position: absolute;
  z-index: 10000;
  top: calc(100% - $selectrBorderWidth);
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-width: 0 3px 3px;
  border-style: solid;
  border-color: transparent #D3D3D1 #D3D3D1;
  border-radius: 0 0 3px 3px;
  background-color: #fff; }
  .selectr-container.inverted .selectr-options-container {
    border-width: 3px 3px 0; }

.selectr-container.open .selectr-options-container {
  display: block;
  margin-top: -3px; }

.selectr-container.inverted.open .selectr-options-container {
  bottom: calc(100% - 3px); }

.selectr-input-container {
  position: relative;
  display: none; }

.selectr-clear,
.selectr-input-clear,
.selectr-tag-remove {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  border: medium none;
  background-color: transparent;
  z-index: 11; }

.selectr-clear,
.selectr-input-clear {
  display: none; }

.selectr-container.has-selected .selectr-clear,
.selectr-input-container.active .selectr-input-clear {
  display: block; }

.selectr-selected .selectr-tag-remove {
  right: 2px; }

.selectr-clear::before,
.selectr-clear::after,
.selectr-input-clear::before,
.selectr-input-clear::after,
.selectr-tag-remove::before,
.selectr-tag-remove::after {
  position: absolute;
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  content: ' ';
  background-color: #6c7a86; }

.selectr-tag-remove::before,
.selectr-tag-remove::after {
  top: 4px;
  width: 3px;
  height: 12px;
  background-color: #fff; }

.selectr-clear:before,
.selectr-input-clear::before,
.selectr-tag-remove::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.selectr-clear:after,
.selectr-input-clear::after,
.selectr-tag-remove::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.selectr-input-container.active,
.selectr-input-container.active .selectr-clear {
  display: block; }

.selectr-input {
  top: 5px;
  left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 10px 15px;
  padding: 7px 30px 7px 9px;
  border: 3px solid #D3D3D1;
  border-radius: 3px; }

.selectr-notice {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 8px 16px;
  border-top: 3px solid #D3D3D1;
  border-radius: 0 0 3px 3px;
  background-color: #fff; }

.selectr-container.notice .selectr-notice {
  display: block; }

.selectr-container.notice .selectr-selected {
  border-radius: 3px 3px 0 0; }

.selectr-options {
  position: relative;
  top: calc(100% + 2px);
  display: none;
  overflow: auto;
  max-height: 200px;
  margin: 0;
  padding: 0; }

.selectr-container.open .selectr-options,
.selectr-container.open .selectr-input-container,
.selectr-container.notice .selectr-options-container {
  display: block; }

.selectr-option {
  position: relative;
  display: block;
  padding: 10px 28px 7px 10px;
  list-style: outside none none;
  cursor: pointer; }

.selectr-options.optgroups > .selectr-option {
  padding-left: 25px; }

.selectr-optgroup {
  font-weight: bold;
  padding: 0; }

.selectr-optgroup--label {
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 15px; }

.selectr-match {
  text-decoration: underline; }

.selectr-option.selected {
  text-decoration: underline; }

.selectr-option.active {
  color: #3eb174; }

.selectr-option.disabled {
  opacity: 0.4; }

.selectr-option.excluded {
  display: none; }

.selectr-container.open .selectr-selected {
  border-color: #D3D3D1 #D3D3D1 transparent #D3D3D1;
  border-radius: 3px 3px 0 0; }

.selectr-container.open .selectr-selected::after {
  -webkit-transform: rotate(180deg) translate3d(0px, 50%, 0px);
  transform: rotate(180deg) translate3d(0px, 50%, 0px); }

.selectr-disabled {
  opacity: 0.6; }

.selectr-empty,
.has-selected .selectr-placeholder {
  display: none; }

.has-selected .selectr-label {
  display: block; }

/* TAGGABLE */
.taggable .selectr-selected {
  padding: 4px 28px 4px 4px; }

.taggable .selectr-selected::after {
  display: table;
  content: ' ';
  clear: both; }

.taggable .selectr-label {
  width: auto; }

.taggable .selectr-tags {
  float: left;
  display: block; }

.taggable .selectr-placeholder {
  display: none; }

.input-tag {
  float: left;
  min-width: 90px;
  width: auto; }

.selectr-tag-input {
  border: medium none;
  padding: 3px 10px;
  width: 100%;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit; }

.selectr-input-container.loading::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  content: '';
  -webkit-transform: translate3d(0px, -50%, 0px);
  transform: translate3d(0px, -50%, 0px);
  -webkit-transform-origin: 50% 0 0;
  transform-origin: 50% 0 0;
  -webkit-animation: 500ms linear 0s normal forwards infinite running spin;
  animation: 500ms linear 0s normal forwards infinite running spin;
  border-width: 3px;
  border-style: solid;
  border-color: #aaa #D3D3D1 #D3D3D1;
  border-radius: 50%; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg) translate3d(0px, -50%, 0px);
    transform: rotate(0deg) translate3d(0px, -50%, 0px); }
  100% {
    -webkit-transform: rotate(360deg) translate3d(0px, -50%, 0px);
    transform: rotate(360deg) translate3d(0px, -50%, 0px); } }

.selectr-container.open.inverted .selectr-selected {
  border-color: transparent #D3D3D1 #D3D3D1;
  border-radius: 0 0 3px 3px; }

.selectr-container.inverted .selectr-options-container {
  border-width: #D3D3D1 #D3D3D1 0;
  border-color: #D3D3D1 #D3D3D1 transparent;
  border-radius: 3px 3px 0 0;
  background-color: #fff; }

.selectr-container.inverted .selectr-options-container {
  top: auto;
  bottom: calc(100% - 1px); }

.selectr-container ::-webkit-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container ::-moz-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container :-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container ::-ms-input-placeholder {
  color: #6c7a86;
  opacity: 1; }

.selectr-container ::placeholder {
  color: #6c7a86;
  opacity: 1; }

.custom-style .selectr-label,
.custom-style .selectr-option {
  font-family: 'Raleway'; }

.custom-style .selectr-selected::before {
  border-color: #fff transparent transparent; }

.selectr-container.custom-style.open .selectr-selected::before {
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent #fff; }

.custom-style.open .selectr-selected {
  border-color: #D3D3D1 #D3D3D1 transparent;
  border-radius: 0; }

.custom-style .selectr-selected,
.custom-style .selectr-options-container {
  background-color: #D3D3D1 !important;
  border-color: #D3D3D1;
  border-radius: 0; }

.custom-style .selectr-placeholder,
.custom-style .selectr-label {
  color: #ecf0f1; }

.custom-style .selectr-selected::after {
  border-color: #ecf0f1 transparent transparent; }

.custom-style .selectr-tag {
  background-color: #2c3e50;
  border-color: #2c3e50;
  border-radius: 0;
  color: #ecf0f1; }

.custom-style .selectr-input {
  background-color: #2c3e50;
  border-color: #2c3e50;
  color: #ecf0f1;
  font-family: 'Roboto Condensed'; }

.custom-style .selectr-clear::before,
.custom-style .selectr-clear::after,
.custom-style .selectr-tag-remove::before,
.custom-style .selectr-tag-remove::after {
  background-color: #2ecc71;
  height: 10px;
  top: 4px;
  width: 2px; }

.custom-style .selectr-options li {
  color: #ecf0f1; }

.custom-style .selectr-option.active,
.custom-style .selectr-option.active:hover,
.custom-style .selectr-option.active:focus,
.custom-style .selectr-option.selected:hover,
.custom-style .selectr-option.selected:focus,
.custom-style .selectr-option.selected.active,
.custom-style .selectr-option.selected.active:hover,
.custom-style .selectr-option.selected.active:focus {
  background-color: #2ecc71;
  color: #ecf0f1; }

.custom-style .selectr-option.selected {
  background-color: #2c3e50; }

.custom-style .selectr-option:hover:not(.disabled) {
  background-color: #2c3e50; }

.custom-style .selectr-option::after {
  font-family: Material Design Icons;
  position: absolute;
  right: 5px;
  top: 5px; }

.custom-style .selectr-option.selected::after {
  color: #2ecc71;
  content: '\F12C'; }

.custom-style .selectr-option.active:hover::after,
.custom-style .selectr-option.selected:hover::after {
  color: #ecf0f1; }

.custom-style .selectr-option.disabled {
  cursor: not-allowed;
  opacity: 1; }

.selectr-option.disabled .color-option {
  opacity: 0.2; }

.custom-style .selectr-option.disabled::after {
  color: #c0392b;
  content: '\F156'; }

.custom-style .selectr-notice {
  background-color: #D3D3D1;
  border-color: #D3D3D1;
  color: #ecf0f1; }

.custom-style .selectr-tag-input {
  background-color: transparent;
  color: #ecf0f1; }

.custom-style .selectr-tag-input::-webkit-input-placeholder {
  color: #ecf0f1; }

.custom-style .selectr-tag-input::-moz-placeholder {
  color: #ecf0f1; }

.custom-style .selectr-tag-input:-ms-input-placeholder {
  color: #ecf0f1; }

.custom-style .selectr-tag-input::-ms-input-placeholder {
  color: #ecf0f1; }

.custom-style .selectr-tag-input::placeholder {
  color: #ecf0f1; }

.color-option > span {
  border-radius: 1px;
  display: inline-block;
  height: 10px;
  margin: 0 8px 0 0;
  width: 10px; }

.selectr-tag {
  background-color: transparent;
  border: 3px solid #D3D3D1;
  border-radius: 0;
  color: #000;
  margin: 0 5px 2px 0;
  padding: 1px 25px 1px 8px; }

.selectr-tag-remove::after,
.selectr-tag-remove::before {
  background-color: #6c7a86;
  width: 2px; }

.sidebar-wrapper {
  border-left: solid 2px #d8d8d8;
  padding-left: 30px; }
  .sidebar-wrapper > *:first-child {
    margin-top: 0; }
  .sidebar-wrapper > *:last-child {
    margin-bottom: 0; }
  .sidebar-wrapper .sidebar-wrapper__meta {
    color: rgba(29, 37, 44, 0.7);
    display: block;
    line-height: 1.375;
    margin-top: 5px; }
    .sidebar-wrapper .sidebar-wrapper__meta a {
      color: #3eb174;
      text-decoration: none; }
    .sidebar-wrapper .sidebar-wrapper__meta.break-all {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .sidebar-wrapper .social-media-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19.2px; }
    .sidebar-wrapper .social-media-icons a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      width: 45px;
      height: 45px;
      margin-right: 16px; }
      .sidebar-wrapper .social-media-icons a:hover, .sidebar-wrapper .social-media-icons a:focus {
        background: rgba(158, 216, 185, 0.32); }
        .sidebar-wrapper .social-media-icons a:hover svg path, .sidebar-wrapper .social-media-icons a:focus svg path {
          fill: #3eb174; }
    .sidebar-wrapper .social-media-icons svg path {
      fill: #1d252c; }

.staff-sidebar h3 {
  margin: 0 0 16px; }

.staff-sidebar div.meta {
  margin-bottom: 20px; }
  .staff-sidebar div.meta a {
    color: #1d252c;
    text-decoration: none; }

.staff-sidebar .staff-sidebar__office {
  margin-bottom: 20px; }
  .staff-sidebar .staff-sidebar__office h4 {
    font-size: 1em;
    font-weight: 400;
    margin: 0; }

.table-component {
  display: table;
  border-collapse: collapse;
  width: 100%; }
  .table-component .thead {
    display: table-header-group; }
  .table-component .tbody {
    display: table-row-group;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.375; }
    .table-component .tbody .td {
      border-top: solid 1px rgba(29, 37, 44, 0.2); }
  .table-component .tr {
    display: table-row; }
  .table-component .td {
    display: none;
    vertical-align: middle;
    position: relative; }
    .table-component .td.no-link {
      padding: 15px 0; }
      @media (min-width: 839px) {
        .table-component .td.no-link {
          padding-right: 30px; } }
    .table-component .td:first-child {
      display: table-cell;
      width: 100%; }
    @media (min-width: 839px) {
      .table-component .td {
        display: table-cell; }
        .table-component .td:first-child {
          width: auto; } }
  .table-component .thead .td {
    border-bottom: solid 1px;
    padding-top: 2px;
    padding-bottom: 2px; }
  .table-component a {
    display: block;
    text-decoration: none;
    color: #1d252c; }

.teaser-terms-upper > *:first-child {
  margin-top: 0; }

.teaser-terms-upper > *:last-child {
  margin-bottom: 0; }

@media (min-width: 839px) {
  .teaser-terms-upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.teaser-terms-upper .center {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 19.2px;
  margin-bottom: 14px; }
  .teaser-terms-upper .center > *:first-child {
    margin-top: 0; }
  .teaser-terms-upper .center > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 839px) {
    .teaser-terms-upper .center {
      margin-bottom: 0; } }

.teaser-terms-upper h2 {
  margin-bottom: 3px; }

.teaser-terms-upper .subtitle > *:first-child {
  margin-top: 0; }

.teaser-terms-upper .subtitle > *:last-child {
  margin-bottom: 0; }

.teaser-terms-upper a {
  text-decoration: none;
  display: inline-block;
  display: block;
  text-align: center; }
  @media (min-width: 480px) {
    .teaser-terms-upper a {
      display: inline-block;
      text-align: left; } }

.teaser-terms-upper .image {
  font-size: 0;
  width: 54px;
  text-align: center;
  margin-bottom: 14px; }
  @media (min-width: 839px) {
    .teaser-terms-upper .image {
      margin-bottom: 0;
      margin-right: 22px;
      width: 70px; } }
  .teaser-terms-upper .image svg {
    display: inline-block;
    width: 54px; }
    @media (min-width: 839px) {
      .teaser-terms-upper .image svg {
        width: 70px; } }

a.teaser-tile {
  text-decoration: none;
  color: #1d252c;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a.teaser-tile h3, a.teaser-tile p.h3 {
    margin: 0 0 -3px; }
  a.teaser-tile .learn-more {
    color: #00548e;
    text-decoration: none;
    display: inline-block; }
  a.teaser-tile.large-links .learn-more,
  .teaser-grid.large-links a.teaser-tile .learn-more {
    margin-top: 29px; }
  a.teaser-tile.white-bg {
    background: white;
    padding-bottom: 19px; }
  a.teaser-tile .image {
    position: relative;
    background: #D3D3D1;
    max-height: 140px; }
    @media (min-width: 480px) {
      a.teaser-tile .image {
        max-height: none; } }
    a.teaser-tile .image .padding {
      height: 0;
      padding-bottom: 54.05%; }
  a.teaser-tile:hover, a.teaser-tile:focus {
    color: #00548e; }

.teaser-tile__upper {
  padding-left: 13px;
  border-left: solid 3px transparent;
  margin-left: 10px;
  -webkit-transition: border-left-width .2s ease-in-out;
  transition: border-left-width .2s ease-in-out; }
  .teaser-tile__upper.js--in-view {
    border-left-width: 3px; }

.teaser-tile__upper {
  border-left-color: #00548e;
  padding-top: 25px;
  margin-top: -17px;
  margin-bottom: 10px;
  z-index: 1;
  position: relative; }

.search-404 {
  margin-bottom: 50px; }
  @media (min-width: 839px) {
    .search-404 {
      margin-bottom: 100px; } }
  .search-404 .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .search-404 .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .search-404 form {
    border-top: solid 1px rgba(29, 37, 44, 0.2);
    padding: 19.2px 0; }
  .search-404 .form-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 839px; }
  .search-404 input {
    padding: 17px 22px;
    border: solid 3px #B9B8B5;
    border-radius: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 11px; }

.archive-historical_event__list {
  background: #EDEDEC; }
  .archive-historical_event__list .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .archive-historical_event__list .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .archive-historical_event__list h2 {
    margin: 0;
    margin-bottom: 30px; }
    @media (min-width: 839px) {
      .archive-historical_event__list h2 {
        margin-bottom: 50px; } }

.table-component.history-table .tbody .td:first-child {
  width: calc(60px + .5em);
  padding-left: .5em; }
  @media (min-width: 839px) {
    .table-component.history-table .tbody .td:first-child {
      width: calc(100px + .5em); } }

.table-component.history-table .tbody .td:nth-child(2) {
  font-size: 20px;
  padding: .5em 0;
  padding-right: .5em;
  display: block; }
  @media (min-width: 839px) {
    .table-component.history-table .tbody .td:nth-child(2) {
      font-size: 34px; } }

.table-component.history-table .tbody .tr:hover, .table-component.history-table .tbody .tr:focus {
  background: #ce3734; }
  .table-component.history-table .tbody .tr:hover a, .table-component.history-table .tbody .tr:focus a {
    color: white; }

.page-template-default.annual-meeting {
  padding-top: 0; }
  @media (min-width: 839px) {
    .page-template-default.annual-meeting .o-flex-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 839px) {
    .page-template-default.annual-meeting .o-flex-box__col:first-child {
      width: 40%; } }
  @media (min-width: 839px) {
    .page-template-default.annual-meeting .o-flex-box__col:last-child {
      width: 50%; } }
  .page-template-default.annual-meeting header, .page-template-default.annual-meeting footer {
    display: none; }
  .page-template-default.annual-meeting .container {
    max-width: 839px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .page-template-default.annual-meeting .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
    @media (min-width: 839px) {
      .page-template-default.annual-meeting .container {
        max-width: 910px; } }
  .page-template-default.annual-meeting .section-header {
    margin-bottom: 1em; }
    .page-template-default.annual-meeting .section-header .logo {
      height: auto;
      margin: 1em auto 2em;
      max-width: 140px; }
      @media (min-width: 839px) {
        .page-template-default.annual-meeting .section-header .logo {
          max-width: 200px; } }
      .page-template-default.annual-meeting .section-header .logo svg {
        width: 100%;
        height: auto; }
    .page-template-default.annual-meeting .section-header .heading-wrapper {
      padding-left: 1em; }
      .page-template-default.annual-meeting .section-header .heading-wrapper h1 {
        background: #3eb174;
        color: white;
        -webkit-box-shadow: 0.3em 0 0 #3eb174, -0.3em 0 0 #3eb174;
                box-shadow: 0.3em 0 0 #3eb174, -0.3em 0 0 #3eb174; }
  .page-template-default.annual-meeting .section-video {
    margin-bottom: -25vw; }
    @media (min-width: 839px) {
      .page-template-default.annual-meeting .section-video {
        margin-bottom: -225px; } }
  .page-template-default.annual-meeting .section-downloads {
    background: #D3D3D1;
    padding: calc(1em + 25vw) 0 1em; }
    @media (min-width: 839px) {
      .page-template-default.annual-meeting .section-downloads {
        padding: calc(1em + 225px) 0 6em; } }
    .page-template-default.annual-meeting .section-downloads h3 {
      margin-bottom: .25em; }
    .page-template-default.annual-meeting .section-downloads h3 + p {
      margin-top: 0; }
    @media (min-width: 839px) {
      .page-template-default.annual-meeting .section-downloads .o-flex-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media (min-width: 839px) {
      .page-template-default.annual-meeting .section-downloads .o-flex-box__col:first-child {
        width: 40%; } }
    @media (min-width: 839px) {
      .page-template-default.annual-meeting .section-downloads .o-flex-box__col:last-child {
        width: 50%; } }
    .page-template-default.annual-meeting .section-downloads ul.download-list {
      list-style: none;
      margin: 0;
      padding: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding-top: 1rem;
      margin-top: 2rem; }
      @media (--fixed) {
        .page-template-default.annual-meeting .section-downloads ul.download-list {
          padding-top: 2rem;
          margin-top: 4rem; } }
      .page-template-default.annual-meeting .section-downloads ul.download-list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 1.5em 0; }
        .page-template-default.annual-meeting .section-downloads ul.download-list li img {
          display: block;
          max-width: 126px;
          height: auto;
          margin-right: 2em; }
        .page-template-default.annual-meeting .section-downloads ul.download-list li h3 {
          font-size: 1.25em;
          margin: 0 0 .25em;
          line-height: 1.3; }
        .page-template-default.annual-meeting .section-downloads ul.download-list li p {
          margin: 0 0 1rem;
          line-height: 1.5; }
        .page-template-default.annual-meeting .section-downloads ul.download-list li .button {
          text-decoration: none;
          padding: .25em .5em; }
  .page-template-default.annual-meeting .section-awards {
    padding: 2em 0; }
    .page-template-default.annual-meeting .section-awards a {
      color: #3eb174; }
    .page-template-default.annual-meeting .section-awards .intro p:last-child {
      margin-top: 4rem; }
    .page-template-default.annual-meeting .section-awards .award-group {
      padding: 2rem 0;
      border-bottom: 1px solid #e8e8e8; }
    .page-template-default.annual-meeting .section-awards .intro + .award-group {
      padding-top: 0; }
    .page-template-default.annual-meeting .section-awards h4 {
      color: #3eb174;
      font-size: 1.1em;
      line-height: 1.33;
      letter-spacing: .1em;
      text-transform: uppercase;
      margin: 2rem 0 .5rem; }
    .page-template-default.annual-meeting .section-awards dl {
      margin: 0 0 1rem;
      padding: 0; }
      .page-template-default.annual-meeting .section-awards dl dt {
        font-weight: bold;
        margin-bottom: 0;
        font-size: 1.1em; }
      .page-template-default.annual-meeting .section-awards dl dd {
        margin: 0 0 1rem;
        color: #6d7289;
        font-weight: bold;
        font-size: 11px;
        line-height: 1.5;
        letter-spacing: 0.035em; }
  .page-template-default.annual-meeting .section-celebrating {
    margin: 2rem 0; }
    .page-template-default.annual-meeting .section-celebrating h3 {
      color: #3eb174;
      margin: 0; }
    .page-template-default.annual-meeting .section-celebrating h3 + p {
      margin-top: 0;
      margin-bottom: 2rem; }
  .page-template-default.annual-meeting .section-photo-gallery .container {
    max-width: 1170px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .page-template-default.annual-meeting .section-photo-gallery .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .page-template-default.annual-meeting .section-photo-gallery .intro {
    margin-bottom: 2rem; }
    @media (min-width: 839px) {
      .page-template-default.annual-meeting .section-photo-gallery .intro {
        padding-right: 33%; } }
  .page-template-default.annual-meeting .section-photo-gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .page-template-default.annual-meeting .section-photo-gallery li {
    width: calc(50% - 2%);
    margin-right: .25%;
    margin-bottom: .25%; }
    @media (min-width: 839px) {
      .page-template-default.annual-meeting .section-photo-gallery li {
        width: calc(20% - 4%);
        margin-right: .5%;
        margin-bottom: .5%; } }
    .page-template-default.annual-meeting .section-photo-gallery li div {
      padding-top: 75%;
      background-color: #EDEDEC;
      position: relative;
      overflow: hidden; }
      .page-template-default.annual-meeting .section-photo-gallery li div img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
  .page-template-default.annual-meeting .section-photo-gallery .outro {
    text-align: center; }
    .page-template-default.annual-meeting .section-photo-gallery .outro .button {
      text-decoration: none;
      margin: 2rem 0 4rem;
      display: inline-block; }
  .page-template-default.annual-meeting .feedback-submission-cta-banner {
    display: none; }

.partners .three-column-list, .partners .body {
  padding-top: 0; }

.single-historical-event {
  background: #1d252c;
  color: white;
  margin-bottom: 50px;
  padding-bottom: 0;
  /* Wrapper for sticky buttons to next and prev */ }
  @media (min-width: 839px) {
    .single-historical-event {
      margin-bottom: 100px; } }
  .single-historical-event .caption-box {
    position: static; }
  .single-historical-event .back-to-history {
    margin-bottom: 19.2px;
    text-align: right; }
    .single-historical-event .back-to-history a {
      text-decoration: none; }
  .single-historical-event .container {
    max-width: calc(1170px + (2 * 19.2px));
    max-width: calc(1170px + (2 * 19.2px));
    padding-left: 19.2px;
    padding-right: 19.2px;
    padding-left: 19.2px;
    padding-right: 19.2px;
    margin-left: auto;
    margin-right: auto; }
    @media print {
      .single-historical-event .container {
        padding-left: 0;
        padding-right: 0;
        max-width: none; } }
  .single-historical-event .year {
    font-size: 22px;
    margin: 0 0 24px; }
  .single-historical-event h1 {
    margin-top: 0;
    margin-bottom: 50px; }
    @media (min-width: 839px) {
      .single-historical-event h1 {
        margin-bottom: 80px; } }
  @media (min-width: 839px) {
    .single-historical-event section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .single-historical-event section img {
    max-width: 100%; }
  @media (min-width: 839px) {
    .single-historical-event .left-column,
    .single-historical-event .right-column {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: calc(50% - (19.2px / 2)); } }
  .single-historical-event .has-image {
    margin-bottom: 19.2px; }
  .single-historical-event .right-column {
    color: white; }
  .single-historical-event .left-column {
    margin-bottom: 19.2px;
    margin-right: 40px; }
    .single-historical-event .left-column > *:first-child {
      margin-top: 0; }
    .single-historical-event .left-column > *:last-child {
      margin-bottom: 0; }
    .single-historical-event .left-column a {
      color: white;
      text-decoration: none;
      -webkit-box-shadow: inset 0 -2px #3eb174;
              box-shadow: inset 0 -2px #3eb174;
      display: inline;
      position: static;
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .single-historical-event .left-column a:hover, .single-historical-event .left-column a:focus {
        background: #e7f5ee;
        color: #3eb174; }
      @media print {
        .single-historical-event .left-column a {
          -webkit-box-shadow: none;
                  box-shadow: none; } }
    .single-historical-event .left-column > ul, .single-historical-event .left-column ol {
      padding-left: 1em; }
      .single-historical-event .left-column > ul > li, .single-historical-event .left-column ol > li {
        margin-bottom: 10px; }
    .single-historical-event .left-column blockquote {
      color: white;
      border-left-color: white; }
      .single-historical-event .left-column blockquote:before {
        background: url(./images/main-body-blockquote-white.svg) no-repeat left top; }
  .single-historical-event .neighbor-event-wrap {
    display: none; }
    @media (min-width: 1320px) {
      .single-historical-event .neighbor-event-wrap {
        display: block;
        height: 0;
        position: -webkit-sticky;
        position: sticky;
        top: 50%;
        overflow: visible; } }
  .single-historical-event .neighbor-event-wrap__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .single-historical-event .neighbor-event-link {
    position: relative;
    z-index: 200;
    text-decoration: none;
    display: block;
    padding: 20px 50px;
    background: url(../dist/images/history-arrow-left.svg) no-repeat left 14.5px center rgba(81, 78, 71, 0.17);
    color: white;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.44444;
    -webkit-transition: background-color 150ms ease-in, -webkit-clip-path 300ms ease-out;
    transition: background-color 150ms ease-in, -webkit-clip-path 300ms ease-out;
    transition: background-color 150ms ease-in, clip-path 300ms ease-out;
    transition: background-color 150ms ease-in, clip-path 300ms ease-out, -webkit-clip-path 300ms ease-out;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .single-historical-event .neighbor-event-link .title {
      display: block;
      max-width: 350px; }
    .single-historical-event .neighbor-event-link .kicker {
      font-size: 14px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.8);
      word-break: normal; }
    .single-historical-event .neighbor-event-link.older, .single-historical-event .neighbor-event-link.previous {
      -webkit-clip-path: polygon(0 0, 50px 0, 50px 100%, 0 100%);
              clip-path: polygon(0 0, 50px 0, 50px 100%, 0 100%); }
      .single-historical-event .neighbor-event-link.older:hover, .single-historical-event .neighbor-event-link.older:focus, .single-historical-event .neighbor-event-link.previous:hover, .single-historical-event .neighbor-event-link.previous:focus {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    .single-historical-event .neighbor-event-link.newer, .single-historical-event .neighbor-event-link.next {
      text-align: right;
      margin-left: auto;
      background: url(../dist/images/history-arrow-right.svg) no-repeat right 14.5px center rgba(81, 78, 71, 0.17);
      -webkit-clip-path: polygon(calc(100% - 50px) 0, 100% 0, 100% 100%, calc(100% - 50px) 100%);
              clip-path: polygon(calc(100% - 50px) 0, 100% 0, 100% 100%, calc(100% - 50px) 100%); }
      .single-historical-event .neighbor-event-link.newer:hover, .single-historical-event .neighbor-event-link.newer:focus, .single-historical-event .neighbor-event-link.next:hover, .single-historical-event .neighbor-event-link.next:focus {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
    .single-historical-event .neighbor-event-link.previous, .single-historical-event .neighbor-event-link.next {
      text-transform: capitalize;
      -webkit-clip-path: none;
              clip-path: none;
      margin: 0 20px;
      position: relative;
      background: none;
      padding: 0;
      color: rgba(255, 255, 255, 0.6); }
      .single-historical-event .neighbor-event-link.previous:hover, .single-historical-event .neighbor-event-link.previous:focus, .single-historical-event .neighbor-event-link.next:hover, .single-historical-event .neighbor-event-link.next:focus {
        color: white;
        border-bottom-color: transparent;
        background: none; }
        .single-historical-event .neighbor-event-link.previous:hover svg polygon, .single-historical-event .neighbor-event-link.previous:focus svg polygon, .single-historical-event .neighbor-event-link.next:hover svg polygon, .single-historical-event .neighbor-event-link.next:focus svg polygon {
          fill: #3eb174; }
    .single-historical-event .neighbor-event-link.previous {
      margin-right: auto; }
      .single-historical-event .neighbor-event-link.previous:before {
        content: "";
        background: url("../dist/images/small-grey-left-arrow.svg");
        width: 20px;
        height: 20px;
        position: relative;
        display: inline-block;
        top: 6px;
        background-repeat: no-repeat; }
      .single-historical-event .neighbor-event-link.previous:hover:before, .single-historical-event .neighbor-event-link.previous:focus:before {
        background: url("../dist/images/small-white-left-arrow.svg");
        position: relative;
        background-repeat: no-repeat; }
    .single-historical-event .neighbor-event-link.next {
      margin-left: auto; }
      .single-historical-event .neighbor-event-link.next:after {
        content: "";
        background: url("../dist/images/small-grey-right-arrow.svg");
        width: 20px;
        height: 20px;
        position: relative;
        display: inline-block;
        margin-left: 10px;
        top: 6px;
        background-repeat: no-repeat; }
      .single-historical-event .neighbor-event-link.next:hover:after, .single-historical-event .neighbor-event-link.next:focus:after {
        background: url("../dist/images/small-white-right-arrow.svg");
        position: relative;
        background-repeat: no-repeat; }
    .single-historical-event .neighbor-event-link:hover, .single-historical-event .neighbor-event-link:focus {
      background-color: #ce3734; }
  .single-historical-event .neighbor-event-wrap-static {
    background-color: #ce3734;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px; }
    .single-historical-event .neighbor-event-wrap-static .neighbor-event-link {
      -webkit-clip-path: none;
              clip-path: none;
      -webkit-transform: none;
              transform: none;
      display: inline-block;
      background-color: inherit; }
      .single-historical-event .neighbor-event-wrap-static .neighbor-event-link:focus {
        -webkit-clip-path: none;
                clip-path: none; }

.neighbor-event-wrap-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px; }
  @media (min-width: 1320px) {
    .neighbor-event-wrap-mobile {
      display: none; } }

.sidebar-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  max-width: calc(1170px + (2 * 19.2px));
  max-width: calc(1170px + (2 * 19.2px));
  padding-left: 19.2px;
  padding-right: 19.2px;
  padding-left: 19.2px;
  padding-right: 19.2px;
  margin-left: auto;
  margin-right: auto; }
  @media print {
    .sidebar-section {
      padding-left: 0;
      padding-right: 0;
      max-width: none; } }
  @media (min-width: 839px) {
    .sidebar-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 839px) {
    .sidebar-section .left {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 50px; } }
  @media (min-width: 1170px) {
    .sidebar-section .left {
      margin-right: 100px; } }
  @media print {
    .sidebar-section .left {
      display: block; } }
  @media print {
    .sidebar-section .left > * {
      margin-bottom: 0;
      display: block; } }
  .sidebar-section .right {
    margin-bottom: 30px; }
    .sidebar-section .right > *:first-child {
      margin-top: 0; }
    .sidebar-section .right > *:last-child {
      margin-bottom: 0; }
    @media (min-width: 839px) {
      .sidebar-section .right {
        -webkit-box-flex: 300px;
        -webkit-flex: 300px;
            -ms-flex: 300px;
                flex: 300px;
        min-width: 300px;
        max-width: 300px;
        margin-bottom: 0; }
        .sidebar-section .right .inner {
          overflow: scroll;
          position: -webkit-sticky;
          position: sticky;
          top: 172px;
          max-height: calc(100vh - 202px);
          -ms-overflow-style: none; }
          .sidebar-section .right .inner::-webkit-scrollbar {
            width: 0 !important;
            background: none; } }
    @media print {
      .sidebar-section .right {
        display: none; } }
  .sidebar-section .print-this-page {
    width: 100%;
    margin-top: 19.2px;
    margin-top: 74px; }
  .sidebar-section .last-updated {
    margin-top: 19.2px;
    color: rgba(29, 37, 44, 0.7); }
  .sidebar-section .print-this-page:not(.bottom_page_button),
  .sidebar-section .last-updated:not(.bottom_page_button) {
    display: none; }
    @media (min-width: 839px) {
      .sidebar-section .print-this-page:not(.bottom_page_button),
      .sidebar-section .last-updated:not(.bottom_page_button) {
        display: block; } }
  .sidebar-section .print-page-bottom {
    display: block; }
    .sidebar-section .print-page-bottom .print-this-page {
      margin-top: 30px; }
    .sidebar-section .print-page-bottom .last-updated {
      margin-top: 20px;
      display: block; }
    @media (min-width: 839px) {
      .sidebar-section .print-page-bottom {
        display: none; } }
    @media print {
      .sidebar-section .print-page-bottom {
        display: none; } }
  @media print {
    .sidebar-section {
      max-width: none; } }

@media print {
  .single-resource-main {
    display: block; } }

@media print {
  .single-resource-main > * {
    display: block; } }

.single-resource-main .overview {
  font-size: 20px;
  line-height: 1.45455; }
  .single-resource-main .overview a {
    color: #00548e;
    text-decoration: none;
    -webkit-box-shadow: inset 0 -2px #00548e;
            box-shadow: inset 0 -2px #00548e;
    display: inline;
    position: static;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .single-resource-main .overview a:hover, .single-resource-main .overview a:focus {
      background: #b9e6f2; }
    @media print {
      .single-resource-main .overview a {
        -webkit-box-shadow: none;
                box-shadow: none; } }
  @media (min-width: 839px) {
    .single-resource-main .overview {
      font-size: 22px; } }
  .single-resource-main .overview > *:first-child {
    margin-top: 0; }
  .single-resource-main .overview > *:last-child {
    margin-bottom: 0; }
  @media print {
    .single-resource-main .overview {
      min-height: 0;
      margin-bottom: 0;
      padding-bottom: 0;
      display: block; } }

.single-resource-main .section {
  margin-top: 30px; }
  .single-resource-main .section > *:first-child {
    margin-top: 0; }
  .single-resource-main .section > *:last-child {
    margin-bottom: 0; }
  @media (min-width: 1170px) {
    .single-resource-main .section {
      margin-top: 40px; }
      .single-resource-main .section:last-child {
        min-height: calc(100vh - 306px); } }
  @media print {
    .single-resource-main .section {
      min-height: 0cm;
      margin-bottom: 0cm;
      padding-bottom: 0cm;
      display: block;
      vertical-align: top; } }
  @media print {
    .single-resource-main .section .inline-glossary-term, .single-resource-main .section .inline-glossary-term > * {
      display: none !important; } }

.single-resource-main h3 {
  margin: 0 0 10px; }

.single-resource-main .section-content > *:first-child {
  margin-top: 0; }

.single-resource-main .section-content > *:last-child {
  margin-bottom: 0; }

.single-resource-main .section-content > ul, .single-resource-main .section-content ol, .single-resource-main .section-content p {
  margin-top: -1rem; }

.single-resource-main .section-content > ul, .single-resource-main .section-content ol {
  padding-left: 1em; }
  .single-resource-main .section-content > ul > li, .single-resource-main .section-content ol > li {
    margin-bottom: 10px; }

.single-resource-main .section-content p {
  margin-top: 0; }

.single-resource-main .section-content a {
  color: #00548e;
  text-decoration: none;
  -webkit-box-shadow: inset 0 -2px #00548e;
          box-shadow: inset 0 -2px #00548e;
  display: inline;
  position: static;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .single-resource-main .section-content a:hover, .single-resource-main .section-content a:focus {
    background: #b9e6f2; }
  @media print {
    .single-resource-main .section-content a {
      -webkit-box-shadow: none;
              box-shadow: none; } }

@media print {
  .single-resource-main .section-content a:after {
    content: " (" attr(href) ")";
    color: black;
    white-space: pre;
    display: inline-block; }
  .single-resource-main .section-content iframe,
  .single-resource-main .section-content .fluid-width-video-wrapper {
    width: 5in;
    padding: 0 !important;
    height: 3.75in;
    background-color: #B9B8B5; } }
  @media print {
    .single-resource-main .section-content iframe,
    .single-resource-main .section-content .fluid-width-video-wrapper {
      display: none; } }

.single-resource-main .subsection-links__list {
  font-size: 18px; }
  .single-resource-main .subsection-links__list a {
    color: #00558f;
    text-decoration: none;
    display: block;
    line-height: 1.44444; }
    .single-resource-main .subsection-links__list a.active {
      font-weight: 700; }

.sidebar-list-border > *:first-child {
  margin-top: 0; }

.sidebar-list-border > *:last-child {
  margin-bottom: 0; }

@media (min-width: 839px) {
  .sidebar-list-border {
    padding-left: 19.2px;
    border-left: solid 2px #D3D3D1; } }

.sidebar-list-border ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.sidebar-list-border h4 {
  margin: 0; }

.sidebar-list-border li {
  margin: 10px 0; }
  @media (min-width: 839px) {
    .sidebar-list-border li {
      margin: 17.5px 0; } }

@media print {
  .inline-glossary-term {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: none !important; } }

.help-topics.sidebar-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 839px) {
    .help-topics.sidebar-section {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .help-topics.sidebar-section .subsection-links li {
    margin: 17.5px 0; }
    .help-topics.sidebar-section .subsection-links li.active a {
      font-weight: 600; }
  .help-topics.sidebar-section .subsection-links a {
    color: #1d252c;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.44444; }
    .help-topics.sidebar-section .subsection-links a.active {
      font-weight: 700; }
  .help-topics.sidebar-section .page-h2-sans-left-dark {
    margin-bottom: 1rem; }
  .help-topics.sidebar-section .c-reveal-more-box__inner {
    font-size: 18px; }
    .help-topics.sidebar-section .c-reveal-more-box__inner p {
      margin-top: 0; }

.help-topics-list > *:first-child {
  margin-top: 0; }

.help-topics-list > *:last-child {
  margin-bottom: 0; }

.help-topics-list__article {
  margin-bottom: 3rem; }
  .help-topics-list__article p {
    line-height: 1.5; }
  .help-topics-list__article h3.help-topic-list__article-title {
    margin: 0 0 8px; }
    .help-topics-list__article h3.help-topic-list__article-title a {
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #1d252c; }
      .help-topics-list__article h3.help-topic-list__article-title a:hover, .help-topics-list__article h3.help-topic-list__article-title a:focus {
        background-color: transparent;
        color: #00548e; }
  .help-topics-list__article .overview {
    margin-bottom: 20px; }
    .help-topics-list__article .overview > *:first-child {
      margin-top: 0; }
    .help-topics-list__article .overview > *:last-child {
      margin-bottom: 0; }
    .help-topics-list__article .overview a {
      color: #00548e;
      text-decoration: none; }
  .help-topics-list__article .overview {
    font-size: 18px; }
  .help-topics-list__article a.learn-more {
    text-decoration: none;
    color: #1d252c;
    display: inline-block; }
    .help-topics-list__article a.learn-more:hover, .help-topics-list__article a.learn-more:focus {
      color: white;
      background-color: #3eb174; }

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }


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