/* global variables, mixins, functions, etc. */
/* ==========================================================================
   SASS Base: Variables, mixins, etc.
   ========================================================================== */
/* Add more colors here! */
/*
 * Easy conversion to em from pixels
 */
/*
 * Replicate adobe tracking values in em
 */
/*
 * Breakpoints
 */
/*
 * Photoshop Text Shadow
 * NOTE: $spread has no effect for text shadows
 * https://gist.github.com/heygrady/1039282
 */
/*
 * Using variation specific font names from the start to avoid IE8 issues
 * http://help.typekit.com/customer/portal/articles/6855-Using-multiple-weights-and-styles
 */
/*
 * HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/
 * Don't edit
 */
/* normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

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

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* user defined base styles */
html, body {
  background-color: #fff;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400; }

body.active-hamburger-menu {
  overflow: hidden;
  position: fixed; }

/* ==========================================================================
   Global button styles
   ========================================================================== */
.button {
  background-color: #f1602e;
  border: none;
  color: white;
  font-size: 1.25em;
  height: 100%;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .button.wysiwyg-button {
    padding: 5px 10px; }
    .button.wysiwyg-button:hover {
      color: white; }

/* ==========================================================================
   Global Input Styles
   ========================================================================== */
.input {
  height: 3.125em;
  width: 100%; }

/* ==========================================================================
   Global link styles
   ========================================================================== */
a {
  color: #155c83;
  text-decoration: none; }

a:hover {
  color: #155c83;
  text-decoration: underline; }

.fade-in-up {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out; }
  .fade-in-up.animate {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }

/* module or section specific styles */
.container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 79.5em;
  padding: 0 1.25em; }
  .container--lg {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    max-width: 90em;
    padding: 0 1.25em; }
  @media screen and (max-width: 1440px) {
    .container--nav {
      padding: 0; } }

.wysiwyg-content {
  color: #525458; }
  .wysiwyg-content h1 {
    color: #145b81;
    font-weight: 300;
    font-size: 4.375em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 200; }
    @media (max-width: 74.9375em) {
      .wysiwyg-content h1 {
        font-size: 4.375em; } }
    @media (max-width: 61.9375em) {
      .wysiwyg-content h1 {
        font-size: 3.125em; } }
    .wysiwyg-content h1.page-section--page-title-single-page {
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 300; }
  .wysiwyg-content h2 {
    color: #919499;
    font-size: 2.1875em;
    margin: 0;
    padding: 0.57143em 0 0.57143em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 74.9375em) {
      .wysiwyg-content h2 {
        font-size: 1.875em; } }
  .wysiwyg-content h3 {
    color: #919499;
    font-size: 1.5em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .wysiwyg-content p {
    line-height: 1.7;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .wysiwyg-content ol > li, .wysiwyg-content ul > li {
    color: #525458;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;}
  .wysiwyg-content .aligncenter {
    text-align: center;
    width: 100%; }
  .wysiwyg-content img.aligncenter {
    display: block;
    margin: 2.5em auto 2.5em auto;
    max-width: 100%;
    width: auto; }
  .wysiwyg-content .alignleft {
    float: left;
    margin: 2.5em 2.5em 2.5em 0; }
  .wysiwyg-content .alignright {
    float: right;
    margin: 2.5em 0 2.5em 2.5em; }

.basic-content__wysiwyg-content {
  margin: 0 auto;
  margin-bottom: 3.125em;
  max-width: 64.0625em; }
  @media (max-width: 47.9375em) {
    .basic-content__wysiwyg-content {
      margin-bottom: 1.5625em; } }
  .basic-content__wysiwyg-content h1 + h2 {
    color: #145b81;
    font-size: 1.625em;
    margin-top: -1.25em;
    padding: 0;
    text-transform: none; }

.site-header {
  background-color: #919499;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.375em;
  width: 100%;
  z-index: 100; }
  .site-header.active {
    position: fixed; }
  .site-header .container {
    position: relative; }

.site-header__primary-nav {
  float: right;
  position: relative; }
  @media (max-width: 61.9375em) {
    .site-header__primary-nav {
      display: none; } }

#menu-primary-navigation {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding-top: 1.5625em;
  padding-bottom: 1.5625em;
  padding-left: 0; }
  #menu-primary-navigation .menu-item {
    display: inline-block;
    position: relative;
    padding: 0.625em 0.9375em; }
    @media (min-width: 992px) and (max-width: 1100px) {
      #menu-primary-navigation .menu-item {
        padding: 0.3125em 0.46875em; } }
    #menu-primary-navigation .menu-item.active {
      background-color: #fff; }
    #menu-primary-navigation .menu-item:hover > .sub-menu {
      display: block; }
    #menu-primary-navigation .menu-item.current-menu-item > a {
      color: #f1602e;
      border-bottom: 2px solid #f1602e; }
    #menu-primary-navigation .menu-item a {
      color: #155c83;
      font-size: 1.125em;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 400; }
      @media (max-width: 74.9375em) {
        #menu-primary-navigation .menu-item a {
          font-size: 1.125em; } }
    #menu-primary-navigation .menu-item .sub-menu {
      background-color: white;
      border-bottom: 2px solid #e9eaec;
      border-right: 2px solid #e9eaec;
      border-left: 2px solid #e9eaec;
      display: none;
      left: 0;
      margin: 0;
      margin-left: -2px;
      padding: 0.625em 3.125em 0.625em 0;
      position: absolute;
      width: 15.625em;
      top: 100%; }
      #menu-primary-navigation .menu-item .sub-menu .menu-item {
        display: block; }
      #menu-primary-navigation .menu-item .sub-menu.current-menu-item > a {
        color: #f1602e;
        border-bottom: 2px solid #f1602e; }

.site-header__primary-nav-add {
  display: inline-block;
  padding-left: 0; }
  .site-header__primary-nav-add li {
    display: inline-block;
    list-style: none; }
    .site-header__primary-nav-add li .fas {
      color: #145b81;
      padding: 1.25em; }
    .site-header__primary-nav-add li:first-child {
      position: relative; }
      .site-header__primary-nav-add li:first-child:before {
        background-color: #ddd;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        width: 1px;
        top: 0; }
  .site-header__primary-nav-add .site-header__utility-search {
    cursor: pointer; }

.site-header__utility-hamburger {
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .site-header__utility-hamburger:hover {
    background-color: #030b27; }
    .site-header__utility-hamburger:hover:before, .site-header__utility-hamburger:hover:after {
      background-color: #030b27; }
    .site-header__utility-hamburger:hover .fa-bars {
      color: white; }
    .site-header__utility-hamburger:hover .site-header__primary-nav-add--open {
      display: block;
      pointer-events: auto;
      opacity: 1; }

.site-header__primary-nav-add--open {
  background: #030b27;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  list-style: none;
  position: absolute;
  padding: 1.875em;
  right: 0;
  top: 56x;
  width: 18.75em;
  z-index: 5;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .site-header__primary-nav-add--open .menu {
    padding-left: 0; }
    .site-header__primary-nav-add--open .menu li {
      display: block;
      font-size: 1em;
      margin: 0.9375em 0;
      position: relative;
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 400; }
      .site-header__primary-nav-add--open .menu li a {
        color: white; }
      .site-header__primary-nav-add--open .menu li:first-child:after, .site-header__primary-nav-add--open .menu li:first-child:before {
        display: none; }
      .site-header__primary-nav-add--open .menu li:last-child {
        margin-bottom: 0;
        padding-bottom: 0.9375em; }
        .site-header__primary-nav-add--open .menu li:last-child:after {
          background-color: #fff;
          bottom: 0;
          content: "";
          height: 1px;
          left: 0;
          position: absolute;
          width: 100%; }

.site-header__stay-informed {
  color: #145b81;
  font-size: 1.25em;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400; }

.site-header__email-input {
  width: 100%; }
  .site-header__email-input .email {
    border: none;
    width: 100%;
    height: 3.125em;
    text-indent: 10px; }

.site-header__button {
  height: 3.125em;
  margin-top: 0.625em;
  width: 100%; }
  .site-header__button .button {
    line-height: 2.25; }

.site-header__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.site-header__search-input {
  width: 100%;
  position: relative;
  height: 2.5em; }
  .site-header__search-input .input {
    border: none;
    color: #145b81;
    height: 100%;
    padding: 0 0 0 10px;
    width: 15.625em; }
    @media (min-width: 992px) and (max-width: 1040px) {
      .site-header__search-input .input {
        width: 12.5em; } }
  .site-header__search-input input::-webkit-input-placeholder {
    color: #145b81; }
  .site-header__search-input input:-ms-input-placeholder {
    color: #145b81; }
  .site-header__search-input input::-ms-input-placeholder {
    color: #145b81; }
  .site-header__search-input input::placeholder {
    color: #145b81; }

.search-button {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .search-button .fas.fa-search {
    padding: 0; }

.site-header__mobile-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  height: 4.375em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 100%;
  z-index: 4; }
  @media (max-width: 61.9375em) {
    .site-header__mobile-nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.site-header__mobile-nav-opener {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 1.875em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875em;
  cursor: pointer; }
  .site-header__mobile-nav-opener .site-header__mid-bar,
  .site-header__mobile-nav-opener .site-header__top-bar,
  .site-header__mobile-nav-opener .site-header__bot-bar {
    background-color: #145b81;
    height: 3px;
    position: relative;
    -webkit-transform-origin: center;
            transform-origin: center;
    width: 90%; }
  .site-header__mobile-nav-opener .site-header__mid-bar {
    margin: 0.3125em 0;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear; }
    .site-header__mobile-nav-opener .site-header__mid-bar.open {
      margin: 0;
      opacity: 0; }
  .site-header__mobile-nav-opener .site-header__top-bar {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    top: 0; }
    .site-header__mobile-nav-opener .site-header__top-bar.open {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 3px; }
  .site-header__mobile-nav-opener .site-header__bot-bar {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
    top: 0; }
    .site-header__mobile-nav-opener .site-header__bot-bar.open {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: -3px; }

.site-header__mobile-nav-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e9eaec;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0%;
  margin-top: 4.375em;
  overflow-y: scroll;
  padding: 0 1.25em;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  top: -100%;
  width: 100%;
  z-index: 3; }
  .site-header__mobile-nav-list .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
    text-align: left; }
    @media screen and (max-height: 812px) {
      .site-header__mobile-nav-list .menu {
        margin: 0; } }
    .site-header__mobile-nav-list .menu .menu-item {
      font-size: 1.375em;
      margin-bottom: 0.68182em;
      padding-top: 0.68182em;
      position: relative; }
      .site-header__mobile-nav-list .menu .menu-item:first-child:before {
        display: none; }
      .site-header__mobile-nav-list .menu .menu-item:before {
        background-color: #ddd;
        content: '';
        height: 1px;
        position: absolute;
        top: 0;
        width: 100%; }
      @media screen and (max-height: 812px) {
        .site-header__mobile-nav-list .menu .menu-item {
          font-size: 1.25em; } }
      @media (max-width: 35.9375em) {
        .site-header__mobile-nav-list .menu .menu-item {
          font-size: 1em; } }
      .site-header__mobile-nav-list .menu .menu-item .down-caret {
        color: #145b81;
        display: none; }
      .site-header__mobile-nav-list .menu .menu-item.current-menu-item > a, .site-header__mobile-nav-list .menu .menu-item.current-menu-parent > a {
        border-bottom: 2px solid #f1602e;
        color: #f1602e; }
      .site-header__mobile-nav-list .menu .menu-item.menu-item-has-children {
        position: relative; }
        .site-header__mobile-nav-list .menu .menu-item.menu-item-has-children > .down-caret {
          display: inline-block;
          float: right; }
      .site-header__mobile-nav-list .menu .menu-item a {
        font-size: 1.5625em;
        color: #145b81; }
      .site-header__mobile-nav-list .menu .menu-item .sub-menu {
        display: none;
        font-size: 0.75em;
        list-style: none;
        padding-left: 0.9375em; }
        .site-header__mobile-nav-list .menu .menu-item .sub-menu.active {
          display: block; }
  @media (max-width: 35.9375em) {
    .site-header__mobile-nav-list #menu-utility-navigation-1 {
      display: none; } }
  .site-header__mobile-nav-list.active {
    top: 0;
    height: 100vh;
    padding-bottom: 6.25em; }
  .site-header__mobile-nav-list .site-header__mobile-stay-informed {
    color: #145b81;
    font-size: 1.25em;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media screen and (max-height: 812px) {
      .site-header__mobile-nav-list .site-header__mobile-stay-informed {
        font-size: 1em; }
        .site-header__mobile-nav-list .site-header__mobile-stay-informed p {
          margin-bottom: 0; } }
  .site-header__mobile-nav-list .site-header__mobile-email-input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 3.125em;
    width: 50%; }
    @media screen and (max-height: 812px) {
      .site-header__mobile-nav-list .site-header__mobile-email-input {
        height: 2.125em; } }
    @media (max-width: 47.9375em) {
      .site-header__mobile-nav-list .site-header__mobile-email-input {
        width: 100%; } }
    .site-header__mobile-nav-list .site-header__mobile-email-input input {
      border: 1px solid #155c83;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 100%;
      padding-left: 0.3125em;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 300; }
      .site-header__mobile-nav-list .site-header__mobile-email-input input::-webkit-input-placeholder {
        color: #145b81; }
      .site-header__mobile-nav-list .site-header__mobile-email-input input:-ms-input-placeholder {
        color: #145b81; }
      .site-header__mobile-nav-list .site-header__mobile-email-input input::-ms-input-placeholder {
        color: #145b81; }
      .site-header__mobile-nav-list .site-header__mobile-email-input input::placeholder {
        color: #145b81; }
  .site-header__mobile-nav-list .site-header__mobile-subscribe-button {
    background-color: #f1602e;
    border: none;
    color: white;
    font-size: 1.25em;
    height: 2.5em;
    margin-top: 0.5em;
    width: 50%;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media screen and (max-height: 812px) {
      .site-header__mobile-nav-list .site-header__mobile-subscribe-button {
        font-size: 1em;
        height: 2.125em; } }
    @media (max-width: 47.9375em) {
      .site-header__mobile-nav-list .site-header__mobile-subscribe-button {
        width: 100%; } }
  .site-header__mobile-nav-list .site-header__mobile-utility-search {
    margin-top: 0.9375em;
    width: 50%; }
    @media (max-width: 47.9375em) {
      .site-header__mobile-nav-list .site-header__mobile-utility-search {
        width: 100%;
        margin-bottom: 0.9375em; } }
    .site-header__mobile-nav-list .site-header__mobile-utility-search .site-header__mobile-search-input {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 2.5em;
      position: relative; }
      @media screen and (max-height: 812px) {
        .site-header__mobile-nav-list .site-header__mobile-utility-search .site-header__mobile-search-input {
          height: 2.125em; } }
      .site-header__mobile-nav-list .site-header__mobile-utility-search .site-header__mobile-search-input input {
        border: 1px solid #145b81;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        height: 100%;
        padding-left: 0.3125em;
        font-family: "Oswald", sans-serif;
        font-style: normal;
        font-weight: 300; }
        .site-header__mobile-nav-list .site-header__mobile-utility-search .site-header__mobile-search-input input::-webkit-input-placeholder {
          color: #145b81; }
        .site-header__mobile-nav-list .site-header__mobile-utility-search .site-header__mobile-search-input input:-ms-input-placeholder {
          color: #145b81; }
        .site-header__mobile-nav-list .site-header__mobile-utility-search .site-header__mobile-search-input input::-ms-input-placeholder {
          color: #145b81; }
        .site-header__mobile-nav-list .site-header__mobile-utility-search .site-header__mobile-search-input input::placeholder {
          color: #145b81; }
    .site-header__mobile-nav-list .site-header__mobile-utility-search .search-button {
      color: #145b81;
      background-color: transparent;
      position: absolute; }

.site-header__logo {
  float: left;
  max-width: 7.1875em;
  width: 25%;
  position: relative; }
  @media (max-width: 47.9375em) {
    .site-header__logo {
      width: 50%;
      z-index: 100; } }
  .site-header__logo img {
    width: 100%; }

.fixed-wrap--header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100; }
  .fixed-wrap--header:before {
    content: "";
    width: 100%;
    height: 70px;
    background: #fff;
    position: absolute;
    display: block;
    background: #e9eaec; }
    @media (max-width: 992px) {
      .fixed-wrap--header:before {
        height: 70px; } }
  .fixed-wrap--header .site-header {
    background: #e9eaec; }

body {
  padding-top: 70px; }
  @media (max-width: 992px) {
    body {
      padding-top: 70px; } }

.hide-nav .fixed-wrap--header {
  -webkit-transform: translateY(-140px);
          transform: translateY(-140px); }

.site-footer {
  background-color: #022a3f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.25em 0; }
  @media (max-width: 61.9375em) {
    .site-footer {
      height: auto; } }
  .site-footer .container {
    height: 100%; }
  .site-footer .site-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .site-footer .site-footer__logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__logo {
        -ms-flex-item-align: center;
            align-self: center;
        margin-bottom: 1.25em; } }
  .site-footer .site-footer__title p {
    font-size: 1.25em;
    margin: 0;
    padding-bottom: 0.625em;
    font-family: "Oswald", sans-serif;
    font-style: italic;
    font-weight: 300; }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__title p {
        text-align: center; } }
  .site-footer .site-footer__left-nav-wrapper, .site-footer .site-footer__right-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__left-nav-wrapper, .site-footer .site-footer__right-nav-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (max-width: 35.9375em) {
    .site-footer .site-footer__left-nav-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .site-footer .site-footer__utility-nav, .site-footer .site-footer__footer-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 61.9375em) {
      .site-footer .site-footer__utility-nav, .site-footer .site-footer__footer-nav {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__utility-nav, .site-footer .site-footer__footer-nav {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 0;
        padding-left: 0; } }
  .site-footer .site-footer__utility-nav {
    font-size: 1.25em;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400; }
    @media (max-width: 74.9375em) {
      .site-footer .site-footer__utility-nav {
        font-size: 0.9375em; } }
  .site-footer .site-footer__utility-nav > li {
    padding: 0 1.25em;
    text-transform: uppercase; }
    .site-footer .site-footer__utility-nav > li:first-child {
      padding-left: 0; }
    .site-footer .site-footer__utility-nav > li:last-child {
      padding-right: 0; }
    @media (max-width: 61.9375em) {
      .site-footer .site-footer__utility-nav > li {
        padding: 0; } }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__utility-nav > li {
        padding-bottom: 1em; } }
  .site-footer .site-footer__right-nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -3.125em; }
    @media (max-width: 61.9375em) {
      .site-footer .site-footer__right-nav-wrapper {
        -ms-flex-item-align: end;
            align-self: flex-end;
        margin-top: 0; } }
    @media (max-width: 47.9375em) {
      .site-footer .site-footer__right-nav-wrapper {
        -ms-flex-item-align: unset;
            align-self: unset; } }
  .site-footer .site-footer__right-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__right-nav-list {
        display: block; } }
  .site-footer .site-footer__footer-nav {
    font-size: 1.125em;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .site-footer .site-footer__footer-nav > li {
    padding: 0 0.9375em; }
    .site-footer .site-footer__footer-nav > li:first-child {
      padding-left: 0; }
    .site-footer .site-footer__footer-nav > li:last-child {
      padding-right: 0; }
    @media (max-width: 61.9375em) {
      .site-footer .site-footer__footer-nav > li {
        padding: 0; } }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__footer-nav > li {
        padding-bottom: 1em; } }
  .site-footer .site-footer__social-links-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.875em; }
    @media (max-width: 61.9375em) {
      .site-footer .site-footer__social-links-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__social-links-nav {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 0;
        padding-left: 0; } }
    .site-footer .site-footer__social-links-nav li {
      width: 0.9375em;
      padding-right: 0.625em; }
      @media (max-width: 35.9375em) {
        .site-footer .site-footer__social-links-nav li {
          padding-bottom: 1em;
          width: 7%; } }
      .site-footer .site-footer__social-links-nav li:last-child {
        padding-left: 0; }
      .site-footer .site-footer__social-links-nav li svg {
        fill: #1DA1F2; }
  .site-footer .site-footer__right-footer-image {
    width: 55%;
    -ms-flex-item-align: end;
        align-self: flex-end; }
    @media (max-width: 61.9375em) {
      .site-footer .site-footer__right-footer-image {
        -ms-flex-item-align: center;
            align-self: center; } }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__right-footer-image {
        width: 30%; } }
    .site-footer .site-footer__right-footer-image img {
      width: 100%; }
  .site-footer ul {
    list-style: none; }
  .site-footer a {
    color: white; }
  .site-footer p, .site-footer h3 {
    color: white;
    font-size: 1.25em;
    font-family: "Oswald", sans-serif;
    font-style: italic;
    font-weight: 300; }
  .site-footer p {
    color: white;
    font-size: 0.875em;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .site-footer .site-footer__copywrite > p, .site-footer .site-footer__title > p {
    color: #145b81; }
  .site-footer .site-footer__copywrite p {
    margin-top: 1em;
    margin-bottom: 0; }
    @media (max-width: 61.9375em) {
      .site-footer .site-footer__copywrite p {
        margin-top: 1em;
        margin-bottom: 0; } }
  .site-footer .site-footer__copywrite {
    overflow: hidden; }
    @media (max-width: 35.9375em) {
      .site-footer .site-footer__copywrite {
        padding-bottom: 1.25em;
        text-align: center; } }

.page-section--main.active-hamburger-menu {
  overflow: auto; }

.page-section__page-title {
  margin: 1.875em 0; }

.page-section__title-background-img {
  max-height: 16.25em;
  overflow: hidden;
  width: 100%; }
  .page-section__title-background-img img {
    width: 100%; }

.page-section__wysiwyg-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 47.9375em) {
    .page-section__wysiwyg-content {
      display: block; } }

.page-section--page-title {
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1;
  width: 45%;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 200; }
  @media (max-width: 47.9375em) {
    .page-section--page-title {
      width: 100%;
      text-align: center; } }

.page-section--page-title-single-page {
  text-transform: none !important;
  font-size: 3.375em !important;
  line-height: 1;
  margin: 1.2963em 0;
  width: 45%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 61.9375em) {
    .page-section--page-title-single-page {
      font-size: 3.125em !important; } }
  @media (max-width: 47.9375em) {
    .page-section--page-title-single-page {
      font-size: 2.5em !important; } }

.page-section__summary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  margin-left: 3.125em; }
  @media (max-width: 47.9375em) {
    .page-section__summary {
      display: block;
      margin-left: 0;
      width: 100%; } }
  .page-section__summary p {
    color: #145b81;
    font-size: 1.625em;
    padding-left: 1.92308em;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 74.9375em) {
      .page-section__summary p {
        font-size: 1.25em; } }
    @media (max-width: 47.9375em) {
      .page-section__summary p {
        padding-left: 0;
        padding-top: 1em; } }
    .page-section__summary p:before {
      background-color: #f1602e;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      width: 1px; }
      @media (max-width: 47.9375em) {
        .page-section__summary p:before {
          height: 1px;
          top: 0;
          width: 100%; } }

.about-us p {
  color: #525458;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400; }

.page-section__sub-nav {
  background-color: #145b81;
  border-bottom: 5px solid #145b81;
  display: inline-block;
  height: 4.0625em;
  font-size: 1.25em;
  list-style: none;
  margin: 0;
  padding: 0 2.1875em;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .page-section__sub-nav {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%; } }
  .page-section__sub-nav a {
    padding: 0 1em;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white; }
  .page-section__sub-nav > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .page-section__sub-nav > li.current-menu-item > a {
      margin-bottom: -5px;
      color: #98bbce;
      border-bottom: 5px solid white; }
  .page-section__sub-nav .sub-menu {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0; }
    .page-section__sub-nav .sub-menu > li {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-section__sub-nav .sub-menu > li.current-menu-item {
        color: #98bbce;
        border-bottom: 5px solid white; }
        .page-section__sub-nav .sub-menu > li.current-menu-item > a {
          color: #98bbce; }

.post__title-content h2 {
  padding-bottom: 1.14286em; }

.post {
  padding-bottom: 5em; }

.page-section--no-search-results {
  margin-bottom: 3em;
  text-align: center; }

.post__breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 2.25em 0 0 0;
  padding-left: 0;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 47.9375em) {
    .post__breadcrumbs {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .post__breadcrumbs .post__breadcrumb .post__breadcrumb-sep {
    margin: 0 0.625em; }
  .post__breadcrumbs .post__breadcrumb:last-child {
    color: #145b81; }

.search-results_result {
  padding: 1.5625em 0;
  position: relative;
  width: 100%; }
  .search-results_result:after {
    background-color: #eef1f1;
    bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
    width: 100%; }

.search-results__result-title {
  font-size: 2.1875em;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .search-results__result-title a {
    color: #155c83; }

.search-results__result-excerpt {
  margin-left: 2.77778em;
  font-size: 1.125em;
  line-height: 1.5;
  color: #525458; }
  @media (max-width: 61.9375em) {
    .search-results__result-excerpt {
      margin-left: 0; } }

.hero.container--lg {
  padding: 0; }
  @media screen and (min-width: 767px) {
    .hero.container--lg {
      padding: 0 5em; } }

.main-carousel .carousel-cell {
  margin: 0 7px;
  overflow: hidden;
  width: 100%; }
  .main-carousel .carousel-cell img {
    width: 100%; }
  .main-carousel .carousel-cell.single-hero {
    margin: 0;
    position: relative;
    overflow: unset; }
    @media (max-width: 47.9375em) {
      .main-carousel .carousel-cell.single-hero {
        overflow: hidden; } }
    .main-carousel .carousel-cell.single-hero:before, .main-carousel .carousel-cell.single-hero:after {
      background-color: #145b81;
      content: '';
      height: 100%;
      position: absolute;
      top: 0;
      width: 80px; }
    .main-carousel .carousel-cell.single-hero:before {
      left: -80px; }
    .main-carousel .carousel-cell.single-hero:after {
      right: -80px; }
  .main-carousel .carousel-cell .carousel-cell--mobile {
    display: none; }
  .main-carousel .carousel-cell .carousel-cell--desktop {
    display: block; }
  @media (max-width: 47.9375em) {
    .main-carousel .carousel-cell .carousel-cell--desktop {
      display: none; }
    .main-carousel .carousel-cell .carousel-cell--mobile {
      display: block; } }

@media screen and (min-width: 767px) {
  .flickity-button {
    background-color: #145b81;
    border-radius: 0;
    height: 100%;
    padding: 0;
    width: 80px; }
    .flickity-button:hover {
      background-color: #145b81; }
    .flickity-button .flickity-button-icon {
      fill: #fff;
      height: auto;
      left: 50%;
      top: 50%;
      width: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }

@media (max-width: 47.9375em) {
  .flickity-button .flickity-button-icon {
    fill: #fff; } }

@media (max-width: 47.9375em) {
  .flickity-button {
    background-color: transparent; }
    .flickity-button:hover {
      background-color: rgba(250, 250, 250, 0.4); } }

@media screen and (min-width: 767px) {
  .flickity-prev-next-button.previous {
    left: -80px; }
  .flickity-prev-next-button.next {
    right: -80px; } }

.content-with-imagery {
  position: relative; }

@media (max-width: 992px) {
  .parallax {
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important; } }

.content-with-imagery__three-section-intro {
  color: #525458;
  font-size: 1.5em;
  margin-left: 0.83333em;
  max-width: 23.33333em;
  position: relative;
  width: 46%; }
  .content-with-imagery__three-section-intro p {
    padding-left: 3.125em;
    position: relative;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 74.9375em) {
      .content-with-imagery__three-section-intro p {
        font-size: 1em; } }
    @media (max-width: 47.9375em) {
      .content-with-imagery__three-section-intro p {
        padding-left: 0;
        padding-top: 1em; } }
  .content-with-imagery__three-section-intro:before {
    background-color: #f1602e;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px; }
    @media (max-width: 47.9375em) {
      .content-with-imagery__three-section-intro:before {
        height: 1px;
        top: 0;
        width: 100%; } }
  @media (max-width: 47.9375em) {
    .content-with-imagery__three-section-intro {
      width: 100%;
      margin-left: 0; } }

.content-with-imagery__three-title {
  color: #f1602e;
  font-size: 1.5em;
  margin: 0 0 1.5em 0.83333em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 500; }
  @media (max-width: 47.9375em) {
    .content-with-imagery__three-title {
      font-size: 2em;
      margin: 0; } }

.content-with-imagery__three-wrapper {
  padding-bottom: 12.5em;
  padding-top: 5.625em; }
  @media (max-width: 61.9375em) {
    .content-with-imagery__three-wrapper {
      padding-bottom: 3.125em;
      padding-top: 5.3125em; } }
  @media (max-width: 47.9375em) {
    .content-with-imagery__three-wrapper {
      padding: 3.125em 0; } }

.content-with-imagery__three-image-wrapper {
  background-color: white;
  height: 35em;
  position: absolute;
  right: 1.25em;
  top: 0;
  width: 36.80555556%; }
  @media (max-width: 47.9375em) {
    .content-with-imagery__three-image-wrapper {
      height: auto;
      position: static;
      width: auto; } }

.content-with-imagery__three-image {
  background-size: cover;
  height: 0;
  overflow: hidden;
  position: absolute; }
  @media (max-width: 47.9375em) {
    .content-with-imagery__three-image {
      position: static; } }
  .content-with-imagery__three-image:first-child {
    left: -19.5%;
    padding-bottom: 58.9%;
    top: 75%;
    width: 72.92857143%; }
    @media (min-width: 1440px) {
      .content-with-imagery__three-image:first-child {
        top: 80%; } }
    @media (max-width: 61.9375em) {
      .content-with-imagery__three-image:first-child {
        top: 62%; } }
    @media (max-width: 47.9375em) {
      .content-with-imagery__three-image:first-child {
        width: auto; } }
    .content-with-imagery__three-image:first-child img {
      -webkit-transform: scale(1.5);
              transform: scale(1.5);
      -webkit-transform-origin: 90%;
              transform-origin: 90%; }
  .content-with-imagery__three-image:nth-child(2) {
    left: 12%;
    max-height: 13.75em;
    padding-bottom: 47.5%;
    top: 30%;
    width: 41.50943396%; }
    @media (max-width: 47.9375em) {
      .content-with-imagery__three-image:nth-child(2) {
        display: none; } }
  .content-with-imagery__three-image:last-child {
    background-position: center;
    max-height: 23.75em;
    padding-bottom: 84.73%;
    right: 0;
    top: 40%;
    width: 40.73584906%; }
    @media (max-width: 47.9375em) {
      .content-with-imagery__three-image:last-child {
        display: none; } }
  .content-with-imagery__three-image img {
    width: 100%; }

.content-with-imagery__half-section {
  position: relative;
  margin-bottom: 6.25em; }

.content-with-imagery__half-section-intro {
  background-color: #eef1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #525458;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 4.25em;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 61.9375em) {
    .content-with-imagery__half-section-intro {
      padding: 2.1875em;
      position: static;
      width: 100%; } }
  .content-with-imagery__half-section-intro .content-with-imagery__half-title {
    color: #919499;
    font-size: 2.1875em;
    margin-top: 0;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
    @media (max-width: 61.9375em) {
      .content-with-imagery__half-section-intro .content-with-imagery__half-title {
        font-size: 1.875em; } }
    @media (max-width: 47.9375em) {
      .content-with-imagery__half-section-intro .content-with-imagery__half-title {
        margin-top: 0; } }
  .content-with-imagery__half-section-intro .content-with-imagery__half-section-intro-container {
    font-size: 1.5em;
    line-height: 1.7;
    max-width: 23.54167em; }
    .content-with-imagery__half-section-intro .content-with-imagery__half-section-intro-container p {
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 300; }
    @media (max-width: 74.9375em) {
      .content-with-imagery__half-section-intro .content-with-imagery__half-section-intro-container {
        font-size: 1.25em; } }
    @media (max-width: 61.9375em) {
      .content-with-imagery__half-section-intro .content-with-imagery__half-section-intro-container {
        font-size: 1.125em;
        max-width: none; } }

@media screen and (min-width: 2000px) {
  .content-with-imagery__half-section-intro-content {
    margin: 0 auto; } }

.learn-more-link {
  color: #155c83;
  font-size: 1.5em;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 74.9375em) {
    .learn-more-link {
      font-size: 1.25em; } }
  @media (max-width: 61.9375em) {
    .learn-more-link {
      font-size: 1.125em; } }
  @media (max-width: 35.9375em) {
    .learn-more-link {
      font-size: 1em; } }
  .learn-more-link:hover {
    color: #155c83; }
    .learn-more-link:hover .fa-arrow-right {
      left: 10px; }
  .learn-more-link span {
    margin-left: 0.625em; }
    .learn-more-link span .fa-arrow-right {
      position: relative;
      color: #f1602e;
      left: 0;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }

.content-with-imagery__half-image-offset {
  background-position: center;
  background-size: cover;
  display: inline-block;
  height: 40.625em;
  overflow: hidden;
  position: relative;
  width: 50%;
  z-index: 5; }
  @media (max-width: 74.9375em) {
    .content-with-imagery__half-image-offset {
      height: 32.8125em; } }
  @media (max-width: 61.9375em) {
    .content-with-imagery__half-image-offset {
      position: relative;
      top: 0;
      width: 100%; } }

.content-with-imagery__caption-box {
  font-size: 16px; }
  .content-with-imagery__caption-box .caption {
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 1; }
  .content-with-imagery__caption-box .caption-plus {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f1602e;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    width: 40px;
    cursor: pointer;
    right: 0;
    z-index: 5; }
  @media (hover: hover) {
    .content-with-imagery__caption-box:hover {
      height: auto;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0 1em;
      width: 100%; }
      .content-with-imagery__caption-box:hover .caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1; } }
  .content-with-imagery__caption-box.active {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 1em;
    width: 100%; }
    .content-with-imagery__caption-box.active .caption {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 1; }

.caption {
  background-color: #f1602e;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  font-size: 1.125em;
  margin: 0;
  padding: 1em;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }

.caption-plus {
  color: white;
  font-size: 3em;
  font-weight: 100;
  margin: 0; }

.content-with-imagery__full-image {
  background-position: right;
  background-size: cover;
  height: 31.25em;
  position: relative; }

.content-with-imagery__full-title {
  background-color: white;
  color: #919499;
  font-size: 2.1875em;
  padding-bottom: 4.508566276%;
  padding-left: 0;
  padding-right: 5.503144654%;
  padding-top: 2.705139766%;
  position: absolute;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 74.9375em) {
    .content-with-imagery__full-title {
      font-size: 1.875em; } }

.content-with-imagery__full-section-intro {
  font-size: 1.5em; }
  .content-with-imagery__full-section-intro p {
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
  @media (max-width: 74.9375em) {
    .content-with-imagery__full-section-intro {
      font-size: 1.25em; } }

.content-with-imagery__full-section-content {
  color: #525458;
  padding-bottom: 1.2em;
  padding-top: 4.0625em;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 47.9375em) {
    .content-with-imagery__full-section-content {
      width: auto; } }

.content-with-imagery__centered-list {
  list-style: none; }
  @media (max-width: 47.9375em) {
    .content-with-imagery__centered-list {
      padding: 0; } }
  .content-with-imagery__centered-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3.75em;
    position: relative; }
    @media (max-width: 61.9375em) {
      .content-with-imagery__centered-list li {
        display: block; } }
    .content-with-imagery__centered-list li:nth-child(odd) .content-with-imagery__centered-wrapper {
      margin-right: -26.875em; }
    .content-with-imagery__centered-list li:nth-child(odd) .content-with-imagery__centered-image-wrapper {
      -webkit-transform: translate(-94%, -50%);
              transform: translate(-94%, -50%); }
      @media (max-width: 74.9375em) {
        .content-with-imagery__centered-list li:nth-child(odd) .content-with-imagery__centered-image-wrapper {
          -webkit-transform: translate(-90%, -50%);
                  transform: translate(-90%, -50%); } }
      @media (max-width: 61.9375em) {
        .content-with-imagery__centered-list li:nth-child(odd) .content-with-imagery__centered-image-wrapper {
          -webkit-transform: none;
                  transform: none; } }
    .content-with-imagery__centered-list li:nth-child(odd) .content-with-imagery__centered-content-wrapper {
      padding-left: 9.375em; }
      .content-with-imagery__centered-list li:nth-child(odd) .content-with-imagery__centered-content-wrapper--no-image {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 3.125em;
        width: 100%; }
      @media (max-width: 74.9375em) {
        .content-with-imagery__centered-list li:nth-child(odd) .content-with-imagery__centered-content-wrapper {
          padding-left: 6.25em; } }
      @media (max-width: 61.9375em) {
        .content-with-imagery__centered-list li:nth-child(odd) .content-with-imagery__centered-content-wrapper {
          padding: 4em; } }
      @media (max-width: 47.9375em) {
        .content-with-imagery__centered-list li:nth-child(odd) .content-with-imagery__centered-content-wrapper {
          padding: 2.1875em; } }
    .content-with-imagery__centered-list li:nth-child(even) .content-with-imagery__centered-image-wrapper {
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%); }
      @media (max-width: 74.9375em) {
        .content-with-imagery__centered-list li:nth-child(even) .content-with-imagery__centered-image-wrapper {
          -webkit-transform: translate(10%, -50%);
                  transform: translate(10%, -50%); } }
      @media (max-width: 61.9375em) {
        .content-with-imagery__centered-list li:nth-child(even) .content-with-imagery__centered-image-wrapper {
          -webkit-transform: none;
                  transform: none; } }
    .content-with-imagery__centered-list li:nth-child(even) .content-with-imagery__centered-content-wrapper {
      padding-left: 4.0625em; }
      .content-with-imagery__centered-list li:nth-child(even) .content-with-imagery__centered-content-wrapper--no-image {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 3.125em;
        width: 100%; }
    .content-with-imagery__centered-list li:nth-child(even) .content-with-imagery__centered-wrapper {
      margin-left: -23.4375em; }
      @media (max-width: 74.9375em) {
        .content-with-imagery__centered-list li:nth-child(even) .content-with-imagery__centered-wrapper {
          margin-left: -15.625em; } }
      @media (max-width: 61.9375em) {
        .content-with-imagery__centered-list li:nth-child(even) .content-with-imagery__centered-wrapper {
          margin-left: 0;
          -webkit-transform: none;
                  transform: none; } }
    .content-with-imagery__centered-list li:last-child {
      margin-bottom: 0; }

.content-with-imagery > .container.half-width-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 3.75em;
  position: relative; }
  @media (max-width: 61.9375em) {
    .content-with-imagery > .container.half-width-image {
      display: block; } }
  .content-with-imagery > .container.half-width-image:nth-child(odd) .content-with-imagery__centered-wrapper {
    margin-right: -26.875em; }
  .content-with-imagery > .container.half-width-image:nth-child(odd) .content-with-imagery__centered-image-wrapper {
    -webkit-transform: translate(-94%, -50%);
            transform: translate(-94%, -50%); }
    @media (max-width: 74.9375em) {
      .content-with-imagery > .container.half-width-image:nth-child(odd) .content-with-imagery__centered-image-wrapper {
        -webkit-transform: translate(-90%, -50%);
                transform: translate(-90%, -50%); } }
    @media (max-width: 61.9375em) {
      .content-with-imagery > .container.half-width-image:nth-child(odd) .content-with-imagery__centered-image-wrapper {
        -webkit-transform: none;
                transform: none; } }
  .content-with-imagery > .container.half-width-image:nth-child(odd) .content-with-imagery__centered-content-wrapper {
    padding-left: 9.375em; }
    .content-with-imagery > .container.half-width-image:nth-child(odd) .content-with-imagery__centered-content-wrapper--no-image {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 3.125em;
      width: 100%; }
    @media (max-width: 74.9375em) {
      .content-with-imagery > .container.half-width-image:nth-child(odd) .content-with-imagery__centered-content-wrapper {
        padding-left: 6.25em; } }
    @media (max-width: 61.9375em) {
      .content-with-imagery > .container.half-width-image:nth-child(odd) .content-with-imagery__centered-content-wrapper {
        padding: 4em; } }
    @media (max-width: 47.9375em) {
      .content-with-imagery > .container.half-width-image:nth-child(odd) .content-with-imagery__centered-content-wrapper {
        padding: 2.1875em; } }
  .content-with-imagery > .container.half-width-image:nth-child(even) .content-with-imagery__centered-image-wrapper {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%); }
    @media (max-width: 74.9375em) {
      .content-with-imagery > .container.half-width-image:nth-child(even) .content-with-imagery__centered-image-wrapper {
        -webkit-transform: translate(10%, -50%);
                transform: translate(10%, -50%); } }
    @media (max-width: 61.9375em) {
      .content-with-imagery > .container.half-width-image:nth-child(even) .content-with-imagery__centered-image-wrapper {
        -webkit-transform: none;
                transform: none; } }
  .content-with-imagery > .container.half-width-image:nth-child(even) .content-with-imagery__centered-content-wrapper {
    padding-left: 4.0625em; }
    .content-with-imagery > .container.half-width-image:nth-child(even) .content-with-imagery__centered-content-wrapper--no-image {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 3.125em;
      width: 100%; }
  .content-with-imagery > .container.half-width-image:nth-child(even) .content-with-imagery__centered-wrapper {
    margin-left: -23.4375em; }
    @media (max-width: 74.9375em) {
      .content-with-imagery > .container.half-width-image:nth-child(even) .content-with-imagery__centered-wrapper {
        margin-left: -15.625em; } }
    @media (max-width: 61.9375em) {
      .content-with-imagery > .container.half-width-image:nth-child(even) .content-with-imagery__centered-wrapper {
        margin-left: 0;
        -webkit-transform: none;
                transform: none; } }
  .content-with-imagery > .container.half-width-image:last-child {
    margin-bottom: 0; }

.content-with-imagery__centered-wrapper {
  background-color: #eef1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 40.625em;
  min-height: 34.375em;
  width: 45.34722222%; }
  @media (max-width: 61.9375em) {
    .content-with-imagery__centered-wrapper {
      height: auto;
      margin: 0;
      width: 100%; } }
  .content-with-imagery__centered-wrapper .content-with-imagery__centered-image-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    left: 50%;
    max-width: 31.25em;
    padding-bottom: 40.722%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 40.72222222%; }
    .content-with-imagery__centered-wrapper .content-with-imagery__centered-image-wrapper .background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: no-repeat transaprent 50% 50%;
      background-size: cover;
      background-position: center; }
    @media (max-width: 61.9375em) {
      .content-with-imagery__centered-wrapper .content-with-imagery__centered-image-wrapper {
        max-width: none;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding-bottom: 50%;
        position: relative;
        left: auto;
        -webkit-transform: none;
                transform: none;
        width: 100%; } }
  .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper {
    padding: 2.14286em 0;
    width: 60%; }
    @media (max-width: 61.9375em) {
      .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 4em;
        width: auto; } }
    .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper .post-type {
      color: #f1602e;
      font-size: 1.5em;
      margin: 0;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 500; }
    .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper .content-with-imagery__centered-title {
      color: #145b81;
      font-size: 2.1875em;
      margin-bottom: 0.28571em;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 300; }
      @media (max-width: 74.9375em) {
        .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper .content-with-imagery__centered-title {
          font-size: 1.875em;
          margin: 0.5em 0; } }
    .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper .date-author {
      color: #525458;
      font-size: 0.875em;
      margin: 0;
      font-family: "Open Sans", sans-serif;
      font-style: normal;
      font-weight: 300; }
    .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper .content-with-imagery__centered-content {
      color: #525458;
      font-size: 1.125em;
      line-height: 2;
      width: 100%;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 300; }
      @media (max-width: 74.9375em) {
        .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper .content-with-imagery__centered-content {
          font-size: 1.0625em; } }
    .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper .post-type,
    .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper .content-with-imagery__centered-title,
    .content-with-imagery__centered-wrapper .content-with-imagery__centered-content-wrapper .content-with-imagery__centered-content {
      width: 100%; }

.people__section-intro {
  margin: 0 auto;
  padding: 4.375em 0 5.625em 0;
  width: 69.44444444%; }
  @media (max-width: 35.9375em) {
    .people__section-intro {
      width: auto; } }
  .people__section-intro h2 {
    padding: 0.57143em 0; }
  .people__section-intro p {
    color: #525458;
    font-size: 1.125em;
    line-height: 2;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400; }

.page-section__people {
  background-color: #f8f9f9; }

.people__intro-title {
  color: #919499;
  font-size: 2.1875em;
  margin: 0;
  padding: 2.28571em 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }

.people__list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }

.people__list-item {
  max-width: 11.25em;
  padding: 0 1.25em 5em;
  position: relative;
  width: 12.5%; }
  @media (max-width: 74.9375em) {
    .people__list-item {
      margin: 0 0.9375em 3.75em 0.9375em;
      max-width: none;
      padding: 0;
      position: static;
      width: 30%; } }
  @media (max-width: 47.9375em) {
    .people__list-item {
      width: 40%; } }
  @media (max-width: 35.9375em) {
    .people__list-item {
      width: 100%; } }
  .people__list-item:first-child {
    padding-left: 0; }
  .people__list-item:nth-child(7n + 7) {
    padding-left: 0; }
  .people__list-item:nth-child(6n + 6) {
    padding-right: 0;
    position: relative; }
    @media (max-width: 74.9375em) {
      .people__list-item:nth-child(6n + 6) {
        position: static; } }

.people__person-description-wrapper {
  display: none;
  left: 0;
  position: absolute;
  background-color: #eef1f1; }
  @media (max-width: 47.9375em) {
    .people__person-description-wrapper {
      padding: 0.3125em; } }
  @media (max-width: 74.9375em) {
    .people__person-description-wrapper {
      padding: 0.3125em 1.5625em;
      margin: 1.875em; }
      .people__person-description-wrapper.active {
        display: block; } }
  .people__person-description-wrapper .people__person-title {
    color: #525458;
    font-size: 2.1875em;
    margin-bottom: 0.71429em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .people__person-description-wrapper .people__person-link, .people__person-description-wrapper .people__person-paper {
    color: #155c83;
    display: block;
    font-size: 0.875em;
    margin-bottom: 1.42857em;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .people__person-description-wrapper p {
    color: #919499;
    font-size: 1.125em;
    line-height: 2;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400; }
  .people__person-description-wrapper .people__person-description-close {
    position: absolute;
    right: 0.3125em;
    color: #f1602e;
    font-size: 2.1875em; }

.people__person-wrapper {
  cursor: pointer; }
  .people__person-wrapper:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.people__person-image-wrapper {
  height: 0;
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
  padding-bottom: 100%; }

.people__person-name-wrapper {
  margin-top: 0.9375em; }

.people__person-first-name,
.people__person-last-name {
  color: #525458;
  font-size: 1.25em;
  line-height: 1;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 300; }

.people__person-position {
  color: #525458;
  font-size: 1em;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 400; }

.people__bio-window {
  background-color: #eef1f1;
  max-height: 0em;
  height: auto;
  margin-bottom: 6.25em;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
  width: 100%; }
  .people__bio-window.active {
    max-height: 93.75em; }
  @media (max-width: 74.9375em) {
    .people__bio-window {
      display: none !important; } }

.people__bio-content-container {
  margin: 0 auto;
  max-width: 62.5em;
  padding: 6.25em 0;
  position: relative; }
  .people__bio-content-container .people__bio-content-close {
    color: #f1602e;
    font-size: 2.1875em;
    position: absolute;
    right: 0;
    cursor: pointer; }
  .people__bio-content-container .people__bio-title {
    color: #525458;
    font-size: 2.1875em;
    margin-bottom: 0.71429em;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .people__bio-content-container .people__bio-link, .people__bio-content-container .people__bio-paper {
    color: #155c83;
    font-size: 0.875em;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .people__bio-content-container .people__bio-link .fa-laptop, .people__bio-content-container .people__bio-link .fa-file-alt, .people__bio-content-container .people__bio-paper .fa-laptop, .people__bio-content-container .people__bio-paper .fa-file-alt {
      margin-right: 0.71429em; }
  .people__bio-content-container .people__bio-link {
    margin-right: 0.9375em; }
  .people__bio-content-container p {
    color: #525458;
    font-size: 1.125em;
    line-height: 2;
    margin-top: 2.77778em;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400; }

.people__carrot {
  background-color: #eef1f1;
  bottom: 0%;
  left: 50%;
  padding-bottom: 40%;
  position: absolute;
  opacity: 0;
  -webkit-transform: translate(-100%, 60%) rotate(45deg);
          transform: translate(-100%, 60%) rotate(45deg);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 40%; }
  .people__carrot.active {
    opacity: 1; }
    @media (max-width: 74.9375em) {
      .people__carrot.active {
        opacity: 0; } }

.posts-listing {
  color: #525458; }
  .posts-listing a:hover {
    color: #f1602e; }

.posts-listing__section-intro {
  margin: 0 auto;
  padding: 0;
  width: 69.44444444%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 35.9375em) {
    .posts-listing__section-intro {
      width: auto; } }
  .posts-listing__section-intro p {
    font-size: 1.125em;
    margin: 0; }

.post-listing__section-intro-title {
  color: #919499;
  font-size: 2.1875em;
  margin: 0;
  padding: 2.28571em 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }

.post-listing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-bottom: 3.125em;
  padding-left: 0;
  position: relative; }
  @media (max-width: 61.9375em) {
    .post-listing__list {
      padding: 0 2em; } }
  @media (max-width: 47.9375em) {
    .post-listing__list {
      padding: 0; } }
  .post-listing__list .post-listing__initiative-list,
  .post-listing__list .post-listing__partnership-list,
  .post-listing__list .post-listing__news-list,
  .post-listing__list .post-listing__insight-list {
    width: 45%; }
    .post-listing__list .post-listing__initiative-list .post-listing__post-content > p,
    .post-listing__list .post-listing__partnership-list .post-listing__post-content > p,
    .post-listing__list .post-listing__news-list .post-listing__post-content > p,
    .post-listing__list .post-listing__insight-list .post-listing__post-content > p {
      margin-right: 1.25em;
      margin-top: 0;
      width: 70%; }
      @media (max-width: 47.9375em) {
        .post-listing__list .post-listing__initiative-list .post-listing__post-content > p,
        .post-listing__list .post-listing__partnership-list .post-listing__post-content > p,
        .post-listing__list .post-listing__news-list .post-listing__post-content > p,
        .post-listing__list .post-listing__insight-list .post-listing__post-content > p {
          margin-right: 0;
          width: 100%; } }
    .post-listing__list .post-listing__initiative-list .post-listing__no-image > p,
    .post-listing__list .post-listing__partnership-list .post-listing__no-image > p,
    .post-listing__list .post-listing__news-list .post-listing__no-image > p,
    .post-listing__list .post-listing__insight-list .post-listing__no-image > p {
      width: 100%; }
    @media (max-width: 61.9375em) {
      .post-listing__list .post-listing__initiative-list,
      .post-listing__list .post-listing__partnership-list,
      .post-listing__list .post-listing__news-list,
      .post-listing__list .post-listing__insight-list {
        width: 100%; } }
  .post-listing__list li {
    position: relative; }
    .post-listing__list li .post-listing__post-taxonomy {
      color: #525458;
      text-transform: uppercase;
      font-size: 1.125em;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 700; }
    .post-listing__list li .post-listing__date-author {
      color: #919499;
      font-size: 0.875em;
      margin-bottom: 0;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 500; }
    .post-listing__list li .post-listing__post-content-link {
      bottom: 0;
      color: #f1602e;
      position: absolute; }
    .post-listing__list li .post-listing__post-title {
      color: #f1602e;
      font-size: 1.5em;
      margin-bottom: 0.33333em;
      text-transform: uppercase;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 500; }
    .post-listing__list li .post-listing__post-content {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 1.375em;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      line-height: 1.8;
      padding-bottom: 1.13636em;
      font-family: "Oswald", sans-serif;
      font-style: normal;
      font-weight: 300; }
      @media (max-width: 47.9375em) {
        .post-listing__list li .post-listing__post-content {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      @media (max-width: 47.9375em) {
        .post-listing__list li .post-listing__post-content {
          -webkit-transform: none;
                  transform: none; } }
    .post-listing__list li .post-listing__post-content-image {
      -ms-flex-item-align: start;
          align-self: flex-start;
      margin-top: 1em;
      width: 30%; }
      @media (max-width: 47.9375em) {
        .post-listing__list li .post-listing__post-content-image {
          width: 100%; } }
      .post-listing__list li .post-listing__post-content-image img {
        width: 100%; }

.posts-listing__filter-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 61.9375em) {
    .posts-listing__filter-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }

.posts-listing__sort label {
  font-size: 1.125em;
  margin-right: 0.625em;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 61.9375em) {
    .posts-listing__sort label {
      display: block;
      margin-top: 1.25em; } }

.posts-listing__filter select, .posts-listing__sort select {
  background-color: white;
  border: 1px solid #eef1f1;
  border-radius: 0px;
  color: #525458;
  height: 2.72727em;
  width: 12.27273em;
  font-size: 1.125em;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }

@media (max-width: 61.9375em) {
  .posts-listing__filter, .posts-listing__sort {
    width: 100%; }
    .posts-listing__filter select, .posts-listing__sort select {
      width: 100%; } }

.faq {
  margin: 0 auto;
  max-width: 64.0625em; }

.faq__section-intro {
  color: #919499;
  font-size: 2.1875em;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }

.faq__list {
  list-style: none; }
  @media (max-width: 35.9375em) {
    .faq__list {
      padding-left: 0; } }

.faq__question-wrapper {
  margin-top: 1.5625em;
  padding-bottom: 1.5625em;
  position: relative; }
  .faq__question-wrapper:after {
    background-color: #eef1f1;
    bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
    width: 100%; }
  .faq__question-wrapper:last-child:after {
    display: none; }

.faq__question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #525458;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }
  .faq__question .plus {
    -ms-flex-item-align: center;
        align-self: center;
    color: #f1602e;
    font-size: 2em;
    padding-right: 0.625em;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 200; }

.faq__answer {
  color: #525458;
  font-size: 1.125em;
  height: auto;
  margin-bottom: 0;
  margin-top: 0;
  max-height: 0em;
  overflow: hidden;
  padding-left: 2.5em;
  position: relative;
  -webkit-transition: max-height 0.7s linear;
  transition: max-height 0.7s linear;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400; }
  .faq__answer.active {
    max-height: 156.25em; }
  .faq__answer:before {
    background-color: #f1602e;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    width: 1px; }

.wpcf7 form, .page-section__signup-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media (max-width: 61.9375em) {
    .wpcf7 form, .page-section__signup-form form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .wpcf7 form p, .page-section__signup-form form p {
    color: #525458;
    font-size: 1.125em;
    margin: 0;
    font-family: "Oswald", sans-serif;
    font-style: normal;
    font-weight: 300; }
  .wpcf7 form .user-info, .page-section__signup-form form .user-info {
    width: 40%; }
    @media (max-width: 74.9375em) {
      .wpcf7 form .user-info, .page-section__signup-form form .user-info {
        width: 45%; } }
    @media (max-width: 61.9375em) {
      .wpcf7 form .user-info, .page-section__signup-form form .user-info {
        width: 100%; } }
    .wpcf7 form .user-info .wpcf7-list-item, .page-section__signup-form form .user-info .wpcf7-list-item {
      display: block; }
    .wpcf7 form .user-info .fullname, .wpcf7 form .user-info .email, .page-section__signup-form form .user-info .fullname, .page-section__signup-form form .user-info .email {
      margin-bottom: 1.25em; }
      .wpcf7 form .user-info .fullname input, .wpcf7 form .user-info .email input, .page-section__signup-form form .user-info .fullname input, .page-section__signup-form form .user-info .email input {
        color: #525458;
        font-size: 1.25em;
        text-indent: 0.83333em;
        padding: 0.55556em 0;
        width: 90%; }
        @media (max-width: 61.9375em) {
          .wpcf7 form .user-info .fullname input, .wpcf7 form .user-info .email input, .page-section__signup-form form .user-info .fullname input, .page-section__signup-form form .user-info .email input {
            width: 100%; } }
  .wpcf7 form .user-comments, .page-section__signup-form form .user-comments {
    width: 60%; }
    @media (max-width: 74.9375em) {
      .wpcf7 form .user-comments, .page-section__signup-form form .user-comments {
        width: 55%; } }
    @media (max-width: 61.9375em) {
      .wpcf7 form .user-comments, .page-section__signup-form form .user-comments {
        margin-top: 1.40625em;
        width: 100%; } }
    .wpcf7 form .user-comments .comments, .page-section__signup-form form .user-comments .comments {
      color: #525458;
      max-height: 8.75em;
      width: 100%; }
  .wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form textarea, .page-section__signup-form form input[type="text"], .page-section__signup-form form input[type="email"], .page-section__signup-form form textarea {
    border: 1px solid #eee; }

.wpcf7 .submit-button, .page-section__signup-form .submit-button {
  background-color: #f1602e;
  border: none;
  color: white;
  float: right;
  height: 3.75em;
  text-transform: uppercase;
  width: 12.5em;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  font-weight: 300; }
  @media (max-width: 61.9375em) {
    .wpcf7 .submit-button, .page-section__signup-form .submit-button {
      width: 100%; } }

.wpcf7 .signup-form__wrapper, .page-section__signup-form .signup-form__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 61.9375em) {
    .wpcf7 .signup-form__wrapper, .page-section__signup-form .signup-form__wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .wpcf7 .signup-form__wrapper input, .page-section__signup-form .signup-form__wrapper input {
    color: #525458;
    margin-bottom: 1.25em;
    text-indent: 0.9375em; }
  .wpcf7 .signup-form__wrapper .signup-form__name-wrapper, .page-section__signup-form .signup-form__wrapper .signup-form__name-wrapper {
    width: 45%; }
    @media (max-width: 61.9375em) {
      .wpcf7 .signup-form__wrapper .signup-form__name-wrapper, .page-section__signup-form .signup-form__wrapper .signup-form__name-wrapper {
        width: 100%; } }
  .wpcf7 .signup-form__wrapper .signup-form__email-wrapper, .page-section__signup-form .signup-form__wrapper .signup-form__email-wrapper {
    width: 45%; }
    @media (max-width: 61.9375em) {
      .wpcf7 .signup-form__wrapper .signup-form__email-wrapper, .page-section__signup-form .signup-form__wrapper .signup-form__email-wrapper {
        width: 100%; } }

.page-section__signup-form {
  padding-bottom: 3.125em; }

/* global media specific */
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }