/* ======================================================================
Utility
====================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.nav-main__item > a, .mega-submenu__heading, .footer-nav__heading, .stat-card__heading, .stat-catalog__heading {
  font-family: 'bariol';
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.nav-main__submenu ul a[target="_blank"]::after, .footer-nav__list a[target="_blank"]::after {
  content: '\f08e';
  position: relative;
  top: -2px;
  margin-left: 0.8em;
  font-size: 0.8em;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro'; }

.social__list, .footer-secondary__list {
  list-style: none;
  padding-right: 0;
  padding-left: 0; }
  .social__list li, .footer-secondary__list li {
    display: inline-block; }

.footer-cta__item--has-img, .hero, .post-card__thumb {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* ======================================================================
Vendor
====================================================================== */
/* ======================================================================
Fonts
====================================================================== */
@font-face {
  font-family: 'bariol-thin';
  src: url("../fonts/bariol/bariol_thin-webfont.eot");
  src: url("../fonts/bariol/bariol_thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_thin-webfont.woff2") format("woff2"), url("../fonts/bariol/bariol_thin-webfont.woff") format("woff"), url("../fonts/bariol/bariol_thin-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_thin-webfont.svg#bariolregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bariol-thin-italic';
  src: url("../fonts/bariol/bariol_thin_italic-webfont.eot");
  src: url("../fonts/bariol/bariol_thin_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_thin_italic-webfont.woff2") format("woff2"), url("../fonts/bariol/bariol_thin_italic-webfont.woff") format("woff"), url("../fonts/bariol/bariol_thin_italic-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_thin_italic-webfont.svg#bariolitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bariol-light';
  src: url("../fonts/bariol/bariol_light-webfont.eot");
  src: url("../fonts/bariol/bariol_light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_light-webfont.woff2") format("woff2"), url("../fonts/bariol/bariol_light-webfont.woff") format("woff"), url("../fonts/bariol/bariol_light-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_light-webfont.svg#bariollight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bariol-light-italic';
  src: url("../fonts/bariol/bariol_light_italic-webfont.eot");
  src: url("../fonts/bariol/bariol_light_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_light_italic-webfont.woff2") format("woff2"), url("../fonts/bariol/bariol_light_italic-webfont.woff") format("woff"), url("../fonts/bariol/bariol_light_italic-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_light_italic-webfont.svg#bariolitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bariol';
  src: url("../fonts/bariol/bariol_regular-webfont.eot");
  src: url("../fonts/bariol/bariol_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_regular-webfont.woff2") format("woff2"), url("../fonts/bariol/bariol_regular-webfont.woff") format("woff"), url("../fonts/bariol/bariol_regular-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_regular-webfont.svg#bariolregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bariol-italic';
  src: url("../fonts/bariol/bariol_regular_italic-webfont.eot");
  src: url("../fonts/bariol/bariol_regular_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_regular_italic-webfont.woff2") format("woff2"), url("../fonts/bariol/bariol_regular_italic-webfont.woff") format("woff"), url("../fonts/bariol/bariol_regular_italic-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_regular_italic-webfont.svg#bariolitalic") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bariol-bold';
  src: url("../fonts/bariol/bariol_bold-webfont.eot");
  src: url("../fonts/bariol/bariol_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_bold-webfont.woff2") format("woff2"), url("../fonts/bariol/bariol_bold-webfont.woff") format("woff"), url("../fonts/bariol/bariol_bold-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_bold-webfont.svg#bariolbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'bariol-bold-italic';
  src: url("../fonts/bariol/bariol_bold_italic-webfont.eot");
  src: url("../fonts/bariol/bariol_bold_italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bariol/bariol_bold_italic-webfont.woff2") format("woff2"), url("../fonts/bariol/bariol_bold_italic-webfont.woff") format("woff"), url("../fonts/bariol/bariol_bold_italic-webfont.ttf") format("truetype"), url("../fonts/bariol/bariol_bold_italic-webfont.svg#bariolbold_italic") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ======================================================================
Base
====================================================================== */
/* =================================================================================
  12 column grid
  --------------
  Based on display: inline-block; and font-size: 0; + font-size: 1rem;
================================================================================= */
.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px; }

.columns {
  font-size: 0;
  margin-right: -1.8vw;
  margin-left: -1.8vw; }

.col {
  display: inline-block;
  width: calc(100% - 3.6vw);
  vertical-align: top;
  margin-right: 1.8vw;
  margin-left: 1.8vw;
  font-size: 1rem; }

.col-1 {
  width: calc(8.333% - 3.6vw); }

.col-2 {
  width: calc(16.666% - 3.6vw); }

.col-3 {
  width: calc(25% - 3.6vw); }

.col-4 {
  width: calc(33.333% - 3.6vw); }

.col-5 {
  width: calc(41.666% - 3.6vw); }

.col-6 {
  width: calc(50% - 3.6vw); }

.col-7 {
  width: calc(58.333% - 3.6vw); }

.col-8 {
  width: calc(66.666% - 3.6vw); }

.col-9 {
  width: calc(75% - 3.6vw); }

.col-10 {
  width: calc(83.333% - 3.6vw); }

.col-11 {
  width: calc(91.666% - 3.6vw); }

.col-12 {
  width: calc(100% - 3.6vw); }

.col-offset-0 {
  margin-left: 1.8vw; }

.col-offset-1 {
  margin-left: calc(8.333% + 1.8vw); }

.col-offset-2 {
  margin-left: calc(16.666% + 1.8vw); }

.col-offset-3 {
  margin-left: calc(25% + 1.8vw); }

.col-offset-4 {
  margin-left: calc(33.333% + 1.8vw); }

.col-offset-5 {
  margin-left: calc(41.666% + 1.8vw); }

.col-offset-6 {
  margin-left: calc(50% + 1.8vw); }

.col-offset-7 {
  margin-left: calc(58.333% + 1.8vw); }

.col-offset-8 {
  margin-left: calc(66.666% + 1.8vw); }

.col-offset-9 {
  margin-left: calc(75% + 1.8vw); }

.col-offset-10 {
  margin-left: calc(83.333% + 1.8vw); }

.col-offset-11 {
  margin-left: calc(91.666% + 1.8vw); }

@media only screen and (min-width: 350px) {
  .container {
    padding-left: 4vw;
    padding-right: 4vw; } }
@media only screen and (min-width: 480px) {
  .col-sm-1 {
    width: calc(8.333% - 3.6vw); }

  .col-sm-2 {
    width: calc(16.666% - 3.6vw); }

  .col-sm-3 {
    width: calc(25% - 3.6vw); }

  .col-sm-4 {
    width: calc(33.333% - 3.6vw); }

  .col-sm-5 {
    width: calc(41.666% - 3.6vw); }

  .col-sm-6 {
    width: calc(50% - 3.6vw); }

  .col-sm-7 {
    width: calc(58.333% - 3.6vw); }

  .col-sm-8 {
    width: calc(66.666% - 3.6vw); }

  .col-sm-9 {
    width: calc(75% - 3.6vw); }

  .col-sm-10 {
    width: calc(83.333% - 3.6vw); }

  .col-sm-11 {
    width: calc(91.666% - 3.6vw); }

  .col-sm-12 {
    width: calc(100% - 3.6vw); }

  .col-sm-offset-0 {
    margin-left: 1.8vw; }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 1.8vw); }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 1.8vw); }

  .col-sm-offset-3 {
    margin-left: calc(25% + 1.8vw); }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 1.8vw); }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 1.8vw); }

  .col-sm-offset-6 {
    margin-left: calc(50% + 1.8vw); }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 1.8vw); }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 1.8vw); }

  .col-sm-offset-9 {
    margin-left: calc(75% + 1.8vw); }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 1.8vw); }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 1.8vw); } }
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 35px;
    padding-right: 35px; }

  .col-md-1 {
    width: calc(8.333% - 3.6vw); }

  .col-md-2 {
    width: calc(16.666% - 3.6vw); }

  .col-md-3 {
    width: calc(25% - 3.6vw); }

  .col-md-4 {
    width: calc(33.333% - 3.6vw); }

  .col-md-5 {
    width: calc(41.666% - 3.6vw); }

  .col-md-6 {
    width: calc(50% - 3.6vw); }

  .col-md-7 {
    width: calc(58.333% - 3.6vw); }

  .col-md-8 {
    width: calc(66.666% - 3.6vw); }

  .col-md-9 {
    width: calc(75% - 3.6vw); }

  .col-md-10 {
    width: calc(83.333% - 3.6vw); }

  .col-md-11 {
    width: calc(91.666% - 3.6vw); }

  .col-md-12 {
    width: calc(100% - 3.6vw); }

  .col-md-offset-0 {
    margin-left: 1.8vw; }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 1.8vw); }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 1.8vw); }

  .col-md-offset-3 {
    margin-left: calc(25% + 1.8vw); }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 1.8vw); }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 1.8vw); }

  .col-md-offset-6 {
    margin-left: calc(50% + 1.8vw); }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 1.8vw); }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 1.8vw); }

  .col-md-offset-9 {
    margin-left: calc(75% + 1.8vw); }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 1.8vw); }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 1.8vw); } }
@media only screen and (min-width: 991px) {
  .col-lg-1 {
    width: calc(8.333% - 3.6vw); }

  .col-lg-2 {
    width: calc(16.666% - 3.6vw); }

  .col-lg-3 {
    width: calc(25% - 3.6vw); }

  .col-lg-4 {
    width: calc(33.333% - 3.6vw); }

  .col-lg-5 {
    width: calc(41.666% - 3.6vw); }

  .col-lg-6 {
    width: calc(50% - 3.6vw); }

  .col-lg-7 {
    width: calc(58.333% - 3.6vw); }

  .col-lg-8 {
    width: calc(66.666% - 3.6vw); }

  .col-lg-9 {
    width: calc(75% - 3.6vw); }

  .col-lg-10 {
    width: calc(83.333% - 3.6vw); }

  .col-lg-11 {
    width: calc(91.666% - 3.6vw); }

  .col-lg-12 {
    width: calc(100% - 3.6vw); }

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

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 1.8vw); }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 1.8vw); }

  .col-lg-offset-3 {
    margin-left: calc(25% + 1.8vw); }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 1.8vw); }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 1.8vw); }

  .col-lg-offset-6 {
    margin-left: calc(50% + 1.8vw); }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 1.8vw); }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 1.8vw); }

  .col-lg-offset-9 {
    margin-left: calc(75% + 1.8vw); }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 1.8vw); }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 1.8vw); } }
@media only screen and (min-width: 1199px) {
  .columns {
    margin-right: -22px;
    margin-left: -22px; }

  .col {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px; }

  .col-1 {
    width: calc(8.333% - 44px); }

  .col-2 {
    width: calc(16.666% - 44px); }

  .col-3 {
    width: calc(25% - 44px); }

  .col-4 {
    width: calc(33.333% - 44px); }

  .col-5 {
    width: calc(41.666% - 44px); }

  .col-6 {
    width: calc(50% - 44px); }

  .col-7 {
    width: calc(58.333% - 44px); }

  .col-8 {
    width: calc(66.666% - 44px); }

  .col-9 {
    width: calc(75% - 44px); }

  .col-10 {
    width: calc(83.333% - 44px); }

  .col-11 {
    width: calc(91.666% - 44px); }

  .col-12 {
    width: calc(100% - 44px); }

  .col-offset-0 {
    margin-left: 22px; }

  .col-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-offset-11 {
    margin-left: calc(91.666% + 22px); }

  .col-sm-1 {
    width: calc(8.333% - 44px); }

  .col-sm-2 {
    width: calc(16.666% - 44px); }

  .col-sm-3 {
    width: calc(25% - 44px); }

  .col-sm-4 {
    width: calc(33.333% - 44px); }

  .col-sm-5 {
    width: calc(41.666% - 44px); }

  .col-sm-6 {
    width: calc(50% - 44px); }

  .col-sm-7 {
    width: calc(58.333% - 44px); }

  .col-sm-8 {
    width: calc(66.666% - 44px); }

  .col-sm-9 {
    width: calc(75% - 44px); }

  .col-sm-10 {
    width: calc(83.333% - 44px); }

  .col-sm-11 {
    width: calc(91.666% - 44px); }

  .col-sm-12 {
    width: calc(100% - 44px); }

  .col-sm-offset-0 {
    margin-left: 22px; }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-sm-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-sm-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-sm-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 22px); }

  .col-md-1 {
    width: calc(8.333% - 44px); }

  .col-md-2 {
    width: calc(16.666% - 44px); }

  .col-md-3 {
    width: calc(25% - 44px); }

  .col-md-4 {
    width: calc(33.333% - 44px); }

  .col-md-5 {
    width: calc(41.666% - 44px); }

  .col-md-6 {
    width: calc(50% - 44px); }

  .col-md-7 {
    width: calc(58.333% - 44px); }

  .col-md-8 {
    width: calc(66.666% - 44px); }

  .col-md-9 {
    width: calc(75% - 44px); }

  .col-md-10 {
    width: calc(83.333% - 44px); }

  .col-md-11 {
    width: calc(91.666% - 44px); }

  .col-md-12 {
    width: calc(100% - 44px); }

  .col-md-offset-0 {
    margin-left: 22px; }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-md-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-md-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-md-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 22px); }

  .col-lg-1 {
    width: calc(8.333% - 44px); }

  .col-lg-2 {
    width: calc(16.666% - 44px); }

  .col-lg-3 {
    width: calc(25% - 44px); }

  .col-lg-4 {
    width: calc(33.333% - 44px); }

  .col-lg-5 {
    width: calc(41.666% - 44px); }

  .col-lg-6 {
    width: calc(50% - 44px); }

  .col-lg-7 {
    width: calc(58.333% - 44px); }

  .col-lg-8 {
    width: calc(66.666% - 44px); }

  .col-lg-9 {
    width: calc(75% - 44px); }

  .col-lg-10 {
    width: calc(83.333% - 44px); }

  .col-lg-11 {
    width: calc(91.666% - 44px); }

  .col-lg-12 {
    width: calc(100% - 44px); }

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

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-lg-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-lg-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-lg-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 22px); }

  .col-xl-1 {
    width: calc(8.333% - 44px); }

  .col-xl-2 {
    width: calc(16.666% - 44px); }

  .col-xl-3 {
    width: calc(25% - 44px); }

  .col-xl-4 {
    width: calc(33.333% - 44px); }

  .col-xl-5 {
    width: calc(41.666% - 44px); }

  .col-xl-6 {
    width: calc(50% - 44px); }

  .col-xl-7 {
    width: calc(58.333% - 44px); }

  .col-xl-8 {
    width: calc(66.666% - 44px); }

  .col-xl-9 {
    width: calc(75% - 44px); }

  .col-xl-10 {
    width: calc(83.333% - 44px); }

  .col-xl-11 {
    width: calc(91.666% - 44px); }

  .col-xl-12 {
    width: calc(100% - 44px); }

  .col-xl-offset-0 {
    margin-left: 22px; }

  .col-xl-offset-1 {
    margin-left: calc(8.333% + 22px); }

  .col-xl-offset-2 {
    margin-left: calc(16.666% + 22px); }

  .col-xl-offset-3 {
    margin-left: calc(25% + 22px); }

  .col-xl-offset-4 {
    margin-left: calc(33.333% + 22px); }

  .col-xl-offset-5 {
    margin-left: calc(41.666% + 22px); }

  .col-xl-offset-6 {
    margin-left: calc(50% + 22px); }

  .col-xl-offset-7 {
    margin-left: calc(58.333% + 22px); }

  .col-xl-offset-8 {
    margin-left: calc(66.666% + 22px); }

  .col-xl-offset-9 {
    margin-left: calc(75% + 22px); }

  .col-xl-offset-10 {
    margin-left: calc(83.333% + 22px); }

  .col-xl-offset-11 {
    margin-left: calc(91.666% + 22px); } }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  min-height: 100%;
  overflow-x: hidden;
  /* mobile menu */
  background: #013B52; }

html {
  height: 100%;
  color: #5D5D5D;
  font-size: 100%;
  font-family: "Nunito Sans", sans-serif;
  text-decoration-skip: ink;
  line-height: 1.55; }
  @media (min-width: 991px) {
    html {
      font-size: 112.5%; } }

body {
  margin: 0;
  overflow: hidden; }

.body-overlay {
  position: relative;
  background: #fff;
  transition: -webkit-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: -moz-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  -ms-transition: -ms-transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
  transition: transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s; }

@media (min-width: 768px) {
  .site-columns {
    min-height: 45vh; } }

p {
  margin: 1em 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3; }

h1 {
  margin: 0.625em 0;
  font-size: 2em; }

.style-h1, .content h1 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .style-h1, .content h1 {
      font-size: 2rem; } }
  @media (min-width: 1199px) {
    .style-h1, .content h1 {
      font-size: 2.22rem; } }

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

.style-h2, .content h2 {
  color: #000;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .style-h2, .content h2 {
      font-size: 1.33rem; } }

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

.style-h3, .content h3 {
  color: #005F84;
  font-size: 1.1rem;
  font-weight: normal;
  font-family: 'bariol-bold';
  font-style: normal;
  text-transform: uppercase; }

h4 {
  margin: 0.938em 0;
  font-size: 1.125em; }

h5 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125; }

h6 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125; }

p + h2,
p + h3,
p + h4,
p + h5,
p + h6 {
  margin-top: 1.875em; }

ul, ol {
  margin: 1.250em 0 0.625em; }

hr {
  height: 1px;
  margin: 2rem 0;
  border: none;
  background: rgba(93, 93, 93, 0.3); }
  @media (min-width: 768px) {
    hr {
      margin: 3rem 0; } }

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

figure {
  max-width: 100%; }

a:focus,
a img,
input:focus,
textarea:focus,
button:focus {
  outline: 0 none;
  /*Chrome Outline Fix*/ }

input,
textarea {
  font-size: 0.83rem; }

input:not([type='radio']):not([type='checkbox']),
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none; }

input:not([type='radio']):not([type='checkbox']):not([type='submit']),
textarea {
  width: 100%;
  outline: none;
  border: 1px solid rgba(93, 93, 93, 0.25);
  border-radius: 0;
  padding: 1em 1.25em;
  font-family: inherit;
  line-height: inherit; }

button {
  font-size: 1em;
  cursor: pointer; }

::-webkit-input-placeholder {
  color: rgba(93, 93, 93, 0.5); }

::-moz-placeholder {
  color: rgba(93, 93, 93, 0.5); }

:-moz-placeholder {
  color: rgba(93, 93, 93, 0.5); }

:-ms-input-placeholder {
  color: rgba(93, 93, 93, 0.5); }

:placeholder-shown {
  color: rgba(93, 93, 93, 0.5); }

.table__wrap {
  position: relative; }
  .table__wrap::before, .table__wrap::after {
    content: '';
    position: absolute;
    top: 0;
    display: block;
    width: 10px;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s; }
  .table__wrap::before {
    left: 0;
    background-image: linear-gradient(to right, rgba(93, 93, 93, 0.5), rgba(93, 93, 93, 0)); }
  .table__wrap::after {
    right: 0;
    background-image: linear-gradient(to left, rgba(93, 93, 93, 0.5), rgba(93, 93, 93, 0)); }
  .table__wrap.has-scroll--left::before, .table__wrap.has-scroll--right::after {
    opacity: 1; }

.table__container {
  width: 100%;
  overflow-x: scroll;
  margin: 1rem 0 2rem; }
  .table__container--journals-table {
    overflow-x: visible; }
  @media (min-width: 768px) {
    .table__container {
      margin-top: 1.5rem;
      margin-bottom: 3rem; } }
  .table__container table {
    width: auto !important;
    min-width: 100%;
    height: auto !important;
    border-collapse: collapse;
    font-size: 0.88rem;
    line-height: 1.4; }
  .table__container thead,
  .table__container tfoot {
    background: #f0f3f7;
    color: #005F84;
    font-size: 0.9em; }
  .table__container thead {
    font-weight: 900; }
  .table__container tfoot td,
  .table__container tfoot th {
    padding-top: 0.7em;
    padding-bottom: 0.7em; }
  .table__container td,
  .table__container th {
    border: 1px solid #dddddd;
    padding: 1.4em 1rem;
    text-align: left; }
  .table__container th {
    min-width: 150px;
    max-width: 300px; }
    @media (min-width: 768px) {
      .table__container th {
        min-width: 150px;
        max-width: 500px; } }
  .table__container td {
    min-width: 175px; }
  .table__container tbody tr:nth-child(even) {
    background: #f9f9f9; }
  .table__container tbody td,
  .table__container tbody th {
    padding-top: 1em;
    padding-bottom: 1em; }

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
  clear: both; }

.hidden-text {
  position: absolute;
  left: -99999px; }

.objectfit--contain {
  object-fit: contain; }
.objectfit--cover {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.objectfit-shiv--contain {
  background-size: contain;
  background-position: center; }
.objectfit-shiv--cover {
  background-size: cover;
  background-position: center; }

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

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  @page {
    margin: 0.5cm; }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  .site-header .header-logo a:after {
    content: ''; }

  .hidden-print {
    display: none !important; }

  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print, td.visible-print {
    display: table-cell !important; }

  .visible-print-block {
    display: block !important; }

  .visible-print-inline {
    display: inline !important; }

  .visible-print-inline-block {
    display: inline-block !important; } }
/* ======================================================================
Components
====================================================================== */
.alignnone {
  margin-right: 1.5em; }

.aligncenter,
div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

.alignright,
.alignleft {
  display: block;
  margin: 1rem auto; }

@media (min-width: 480px) {
  .alignright {
    display: inline;
    float: right;
    margin: .4em 0 .6em 1.5em; } }

@media (min-width: 480px) {
  .alignleft {
    display: inline;
    float: left;
    margin: .4em 1.5em .6em 0; } }

.wp-caption.alignleft {
  margin-bottom: 1em; }

.wp-caption.alignright {
  margin-bottom: 1em; }

.wp-caption.alignright img,
.wp-caption.alignleft img {
  display: block; }

.wp-caption .wp-caption-text {
  padding: .5em;
  font-size: .9em;
  text-align: center; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

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

.content > *:first-child {
  margin-top: 0; }
.content > *:last-child {
  margin-bottom: 0; }
.content h1 {
  margin-top: 1em; }
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0; }
.content li {
  margin-bottom: 0.5em;
  line-height: 1.333; }
.content .lead {
  font-size: 1.2rem;
  font-family: "Lora", serif;
  line-height: 1.6; }
  @media (min-width: 768px) {
    .content .lead {
      font-size: 1.3rem; } }
.content .lead + h2,
.content .lead + h3,
.content .lead + h4,
.content .lead + h5,
.content .lead + h6 {
  margin-top: 0.938em; }
.content .callout {
  margin-top: 2em;
  margin-bottom: 2em;
  border-left: 0.45em solid #f5f5f5;
  padding: 0 0 0 1em;
  color: #FEC42E;
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  line-height: 1.5; }
  @media (min-width: 768px) {
    .content .callout {
      padding: 0 1.4em;
      font-size: 1.3rem; } }
  .content .callout a {
    color: inherit;
    text-decoration: underline; }
    .content .callout a:hover, .content .callout a:focus {
      color: #f8b301; }
.content .call-to-action {
  margin: 1.250em 0;
  font-weight: bold; }
.content .btn__wrap {
  margin-bottom: 2rem; }
.content .footnote {
  margin-top: 3em;
  font-size: 0.8em;
  font-style: italic;
  line-height: 1.8; }

a {
  color: #04A7E6;
  text-decoration: none;
  transition: color 0.3s; }
  a:hover, a:focus {
    color: #0082B4;
    text-decoration: none; }

a.link-passive,
a.link-passive:visited,
a.link-passive:hover,
a.link-passive:focus,
a.link-passive:active {
  color: inherit;
  text-decoration: inherit; }

.cta-link {
  display: inline-block;
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .cta-link::after {
    content: '\f178';
    position: relative;
    left: 0;
    display: inline-block;
    margin-left: 0.5em;
    color: rgba(0, 0, 0, 0.3);
    font-size: 0.8em;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    transition: left 0.3s; }
  .cta-link:hover::after, .cta-link:focus::after {
    left: 0.4em; }

.cta-link-block {
  position: relative;
  display: inline-block;
  padding: 0.7em 3em 0.7em 1em;
  background: #FEC42E;
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  transition: background 0.3s; }
  @media (min-width: 768px) {
    .cta-link-block {
      padding: 1em 3em 1em 1.2em; } }
  @media (min-width: 991px) {
    .cta-link-block {
      width: 100%;
      font-size: .9rem; } }
  @media (min-width: 1199px) {
    .cta-link-block {
      font-size: 1.1rem; } }
  .cta-link-block:hover, .cta-link-block:focus {
    background: #f8b301;
    color: #000; }
  .cta-link-block::after {
    content: '\f105';
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.4em;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro'; }

.btn, .content .btn__wrap a {
  display: inline-block;
  padding: 0.8em 1.4em 0.8em 1.8em;
  border: none;
  border-radius: 0;
  background-color: #fec42e;
  color: #000;
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 0.1em;
  transition: background-color 0.3s; }
  .btn::after, .content .btn__wrap a::after {
    content: '\f178';
    margin-left: 0.4em;
    font-weight: 400;
    font-family: 'Font Awesome 5 Pro'; }
  .btn:hover, .content .btn__wrap a:hover, .btn:focus, .content .btn__wrap a:focus {
    background-color: rgba(254, 196, 46, 0.8);
    color: #000; }

.btn--sec, .btn--ter {
  border: 2px solid #FEC42E;
  padding: 0.7em 1.3em 0.7em 1.7em;
  background-color: transparent;
  color: #fff;
  transition: border 0.3s; }
  .btn--sec:hover, .btn--ter:hover, .btn--sec:focus, .btn--ter:focus {
    border-color: #fff;
    background-color: transparent;
    color: #fff; }

.btn--ter {
  color: #000;
  transition: background 0.3s; }
  .btn--ter:hover, .btn--ter:focus {
    border-color: #FEC42E;
    background-color: #FEC42E;
    color: #000; }

@media print {
  .btn, .content .btn__wrap a {
    border: none; } }
.main-search {
  max-width: 300px; }

.main-search__group {
  position: relative;
  border: 1px solid #d7d7d7; }

input:not([type='radio']):not([type='checkbox']).main-search__field {
  display: block;
  border: none;
  padding: 0.7em 3em 0.6em 1em; }

.main-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #FEC42E;
  font-size: 1.1em;
  transition: color 0.3s; }
  .main-search__btn:hover, .main-search__btn:focus {
    color: #f8b301; }
  .main-search__btn i {
    position: relative;
    top: 0.1em; }

.social__list {
  margin: 0; }

.social__item {
  margin-left: 0.4em; }
  .social__item:first-child {
    margin-left: 0; }
  .social__item a {
    color: #005F84; }
    .social__item a:hover, .social__item a:focus {
      color: #04A7E6; }

.social-share {
  display: flex;
  flex-direction: row;
  align-items: center; }

.social-share__label {
  margin-right: 0.7em;
  font-size: 0.66rem;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.social-share__list {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none; }
  .social-share__list li {
    display: inline-block;
    margin-right: 0.5em; }
  .social-share__list a {
    color: rgba(93, 93, 93, 0.5); }
    .social-share__list a:hover, .social-share__list a:focus {
      color: #04a7e6; }

.social-share {
  margin-top: 1rem; }
  @media (min-width: 1199px) {
    .social-share {
      margin-top: 2rem; } }

.site-header {
  position: relative;
  padding: 0;
  background-color: #005F84;
  background-image: linear-gradient(to right, #005F84, #004d6b); }
  .site-header .container {
    position: relative; }
    @media print {
      .site-header .container {
        height: 125px; } }

.header-logo {
  position: relative;
  z-index: 999;
  display: inline-block;
  padding: 1rem 0 0.7rem; }
  .header-logo img {
    width: 65px;
    max-width: 100%;
    height: 65px; }
    @media (min-width: 768px) {
      .header-logo img {
        width: 97px;
        height: 97px; } }
  @media print {
    .header-logo .hidden-text {
      position: static;
      font-size: 2rem; } }

.header-logo__tagline {
  display: none; }
  @media (min-width: 480px) {
    .header-logo__tagline {
      position: absolute;
      bottom: calc(0.7rem + 1em);
      left: calc(100% + 1rem);
      display: block;
      width: 15em;
      color: #fff;
      font-size: 1rem;
      font-family: 'bariol-italic';
      line-height: 1.3; } }
  @media (min-width: 768px) {
    .header-logo__tagline {
      bottom: calc(0.7rem + 1.2em);
      left: calc(100% + 1.5rem);
      font-size: 1.2rem; } }
  @media (min-width: 991px) {
    .header-logo__tagline {
      bottom: calc(0.7rem + 0.9em); } }
  @media (min-width: 1199px) {
    .header-logo__tagline {
      font-size: 1.33rem;
      bottom: calc(0.7rem + 0.7em); } }
  @media print {
    .header-logo__tagline {
      position: static; } }

.header-utility {
  display: none; }
  @media (min-width: 768px) {
    .header-utility {
      position: absolute;
      top: 0;
      right: 35px;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      width: calc(100% - (70px + 97px + 1.5rem));
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      padding: 0.6rem 0; } }

.header-utility__nav__list,
.nav-main__append .utility-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.05em; }
  .header-utility__nav__list li,
  .nav-main__append .utility-nav-list li {
    display: inline-block;
    margin-left: 1em; }
    .header-utility__nav__list li:first-child,
    .nav-main__append .utility-nav-list li:first-child {
      margin-left: 0; }
  .header-utility__nav__list a,
  .nav-main__append .utility-nav-list a {
    color: #7DDBFF; }

.nav-main__append .utility-nav-list {
  margin-top: 2rem;
  text-align: center;
  font-size: 0.75rem; }

.header-search {
  position: relative;
  color: #fff;
  font-size: 0.83rem; }
  .header-search ::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-style: normal; }
  .header-search ::-moz-placeholder {
    color: #fff;
    font-weight: 300;
    font-style: normal; }
  .header-search :-moz-placeholder {
    color: #fff;
    font-weight: 300;
    font-style: normal; }
  .header-search :-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
    font-style: normal; }
  .header-search :placeholder-shown {
    color: #fff;
    font-weight: 300;
    font-style: normal; }

.header-search__group {
  position: relative; }

input:not([type='radio']):not([type='checkbox']).header-search__field {
  border: none;
  padding: 0.3em 3em 0.2em 1em;
  background: transparent;
  color: #fff; }

.header-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s; }
  .header-search__btn:hover, .header-search__btn:focus {
    color: #FEC42E; }

.header-search--sm {
  width: 100%;
  margin-top: 3em;
  padding-right: 15px;
  padding-left: 15px; }
  .header-search--sm input:not([type='radio']):not([type='checkbox']).header-search__field {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12); }

@media (min-width: 768px) {
  .header-search--lg {
    width: 15rem;
    margin-left: 1rem; }
    .header-search--lg::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 1px;
      height: 70%;
      background: rgba(255, 255, 255, 0.12);
      transform: translateY(-50%); }
    .header-search--lg input:not([type='radio']):not([type='checkbox']).header-search__field {
      padding-left: 1.2em; } }

.social--header {
  position: static;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 991px) {
    .social--header {
      position: absolute;
      top: 4rem;
      right: 35px;
      display: inline-block;
      padding-right: 0;
      padding-left: 0; } }

.nav-main--active .body-overlay {
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  transform: translateX(-270px); }
  @media (min-width: 991px) {
    .nav-main--active .body-overlay {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      transform: none; } }

.nav-main {
  position: absolute;
  right: -270px;
  top: 0;
  z-index: 101;
  display: block;
  width: 270px;
  padding-top: 10px;
  margin: 0;
  background: #013B52;
  overflow-x: hidden; }
  @media (min-width: 991px) {
    .nav-main {
      top: auto;
      bottom: 0;
      right: calc(35px - 1rem);
      width: auto;
      padding: 0;
      margin: 0;
      background: transparent;
      overflow-x: visible; } }

.nav-main__list {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0 15px;
  font-size: 0; }
  @media (min-width: 991px) {
    .nav-main__list {
      margin: 0;
      padding: 0; } }

.nav-main__item {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1rem; }
  @media (min-width: 991px) {
    .nav-main__item {
      display: inline-block;
      border-bottom: none; } }

.nav-main__item a {
  color: #fff;
  line-height: 1.3; }

.nav-main__item > a {
  position: relative;
  display: block;
  padding: 0.8em 0; }
  @media (min-width: 991px) {
    .nav-main__item > a {
      display: inline-block;
      padding: 0.5rem 1rem 1.75rem;
      color: #fff;
      transition: background-color 0.5s; } }

@media (min-width: 991px) {
  .nav-main__item > a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem;
    display: block;
    width: calc(100% - 2rem);
    height: 0;
    background: #FEC42E;
    transition: height 0.3s; } }

@media (min-width: 991px) {
  .nav-main__item > a:hover::before,
  .nav-main__item > a:focus::before,
  .nav-main__item--active > a::before,
  .nav-main__item--current-item > a::before {
    height: 5px; } }

.nav-main__item--current-item > a {
  font-family: 'bariol-bold'; }
  @media (min-width: 991px) {
    .nav-main__item--current-item > a {
      font-family: 'bariol'; } }

.nav-main__item--parent > a::after {
  content: "\f107";
  position: relative;
  top: 1px;
  margin-left: 0.5em;
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro';
  opacity: 0.35;
  transition: opacity 0.3s; }

.nav-main__item--parent > a:hover::after,
.nav-main__item--parent.nav-main__item--active > a::after {
  opacity: 1; }
  @media (min-width: 991px) {
    .nav-main__item--parent > a:hover::after,
    .nav-main__item--parent.nav-main__item--active > a::after {
      opacity: 0.2; } }

.nav-main__item--parent--mega {
  position: static; }

.nav-main__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  box-shadow: 0 0 0 0 transparent;
  font-size: 0.94rem;
  opacity: 1; }
  @media (min-width: 991px) {
    .nav-main__submenu {
      position: absolute;
      left: 1rem;
      display: block;
      min-width: 14em;
      height: 0;
      background: #013B52;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.4s; } }

.nav-main__item--active .nav-main__submenu {
  height: auto;
  opacity: 1; }

.nav-main__submenu--right {
  left: auto;
  right: 1rem; }

.nav-main__submenu ul {
  list-style: none; }

.nav-main__submenu:not(.nav-main__submenu--mega) ul {
  margin: 0 0 1.3em 0;
  padding: 0 0 0 1em; }
  @media (min-width: 991px) {
    .nav-main__submenu:not(.nav-main__submenu--mega) ul {
      margin: 0;
      padding: 0.5em 1.5em 1em;
      transition: padding 0.4s; }
      .nav-main__item--active .nav-main__submenu:not(.nav-main__submenu--mega) ul {
        padding-top: 1em; } }

.nav-main__submenu ul a {
  display: block;
  padding: 0.5em 0;
  color: #7DDBFF;
  text-decoration: none; }
  .nav-main__submenu ul a:hover {
    color: #fff; }

@media (min-width: 991px) {
  .nav-main__submenu--mega {
    left: auto;
    right: -1rem;
    width: calc(100vw + 2px); } }
@media (min-width: 1270px) {
  .nav-main__submenu--mega {
    right: calc( (100vw - 1270px) / -2 - 1rem ); } }

@media (min-width: 991px) {
  .nav-main__submenu--mega .container--flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 2rem 35px 3rem;
    transition: padding 0.4s; }
    .nav-main__item--active .nav-main__submenu--mega .container--flex {
      padding-top: 2.5rem; } }

@media (min-width: 991px) {
  .mega-submenu__flex-item {
    width: 30%; } }

.mega-submenu__flex-item--desc {
  display: none; }
  @media (min-width: 991px) {
    .mega-submenu__flex-item--desc {
      display: inline-block; } }

.mega-submenu__heading {
  display: none; }
  @media (min-width: 991px) {
    .mega-submenu__heading {
      display: block;
      margin: 0 0 1em;
      color: #fff;
      font-size: 1.11rem; } }
  .mega-submenu__heading a {
    color: inherit; }

.mega-submenu__list {
  margin: 0 0 1.3em 0;
  padding: 0 0 0 1em; }
  @media (min-width: 991px) {
    .mega-submenu__list {
      margin: 0;
      padding: 0; } }

@media (min-width: 991px) {
  .nav-main__submenu--mega .mega-submenu__list a {
    padding-top: 0.3em;
    padding-bottom: 0.3em; } }

@media (min-width: 991px) {
  .mega-submenu__list__item--sm {
    display: none; } }

@media (min-width: 991px) {
  .mega-submenu__flex-item--desc {
    color: #fff; } }

@media (min-width: 991px) {
  .mega-submenu__desc {
    font-size: 1.11rem;
    font-family: "Lora", serif;
    opacity: 0.7; } }

@media (min-width: 991px) {
  .nav-main__submenu--mega .btn, .nav-main__submenu--mega .content .btn__wrap a, .content .btn__wrap .nav-main__submenu--mega a {
    margin-top: 1.3rem;
    color: #000; } }

@media (min-width: 991px) {
  .nav-main__append {
    display: none; } }

.toggle-nav-main {
  position: absolute;
  top: 50%;
  right: 2px;
  /* container padding and toggle padding */
  z-index: 9999;
  padding: 8px;
  cursor: pointer;
  transform: translateY(-50%); }
  @media (min-width: 350px) {
    .toggle-nav-main {
      right: calc(4vw - 8px); } }
  @media (min-width: 768px) {
    .toggle-nav-main {
      top: 4.4em;
      right: calc(35px - 8px);
      transform: translateY(0); } }
  @media (min-width: 991px) {
    .toggle-nav-main {
      display: none; } }

.toggle-nav-main__wrap {
  position: relative;
  width: 35px;
  height: 20px;
  transition: -webkit-transform 0.5s ease-out;
  transition: -ms-transform 0.5s ease-out;
  transition: transform 0.5s ease-out; }

.toggle-nav-main__bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1000px;
  background: #fff;
  transition: all 0.5s ease-out; }
  .toggle-nav-main__bar:nth-child(1) {
    top: 0; }
  .toggle-nav-main__bar:nth-child(2) {
    top: 50%;
    margin-top: -1px;
    opacity: 1; }
  .toggle-nav-main__bar:nth-child(3) {
    bottom: 0; }

.nav-main--active .toggle-nav-main__wrap {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  /* spins the whole toggle */ }

.nav-main--active .toggle-nav-main__bar:nth-child(1) {
  top: 50%;
  margin-top: -2px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.nav-main--active .toggle-nav-main__bar:nth-child(2) {
  opacity: 0; }
.nav-main--active .toggle-nav-main__bar:nth-child(3) {
  bottom: 50%;
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.blog .site-footer, .archive .site-footer, .search .site-footer, .error404 .site-footer {
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .blog .site-footer, .archive .site-footer, .search .site-footer, .error404 .site-footer {
      margin-top: 3rem; } }
  @media (min-width: 1199px) {
    .blog .site-footer, .archive .site-footer, .search .site-footer, .error404 .site-footer {
      margin-top: 4rem; } }
.page-template-location .site-footer {
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .page-template-location .site-footer {
      margin-top: 3rem; } }

.footer-primary {
  padding-top: 2rem;
  padding-bottom: 0;
  background: #f5f5f5; }
  @media (min-width: 768px) {
    .footer-primary {
      padding-top: 3rem;
      padding-bottom: 1rem; } }
  .footer-primary .col {
    margin-bottom: 1.5rem; }

.footer-nav__heading {
  margin: 0 0 1em;
  color: #005F84;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: 'bariol-bold'; }
  @media (min-width: 768px) {
    .footer-nav__heading {
      font-size: 1.11rem; } }

.footer-nav__list,
.footer-col__desc {
  color: #5D5D5D;
  font-size: 0.94rem; }

.footer-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3; }
  .footer-nav__list li {
    margin-bottom: 0.7em; }
  .footer-nav__list a {
    color: inherit; }
    .footer-nav__list a:hover, .footer-nav__list a:focus {
      color: #000; }

.footer__newsletter .cta-link {
  margin-top: 0.8rem; }

.footer-secondary {
  padding: 1rem 0; }
  @media (min-width: 480px) {
    .footer-secondary .container--flex {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; } }

.footer-secondary__list {
  margin: 0;
  font-size: 0.94rem; }
  .footer-secondary__list li:nth-child(n+2)::before {
    content: '|';
    margin-right: 0.5em;
    margin-left: 0.4em; }
  .footer-secondary__list a {
    color: inherit; }
    .footer-secondary__list a:hover, .footer-secondary__list a:focus {
      color: #04A7E6; }

.social--footer {
  position: relative;
  top: 2px;
  font-size: 1.5rem; }

.site-headline {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .site-headline {
      margin-top: 3rem;
      margin-bottom: 2.5rem; } }
  @media (min-width: 1199px) {
    .site-headline {
      margin-top: 4rem; } }
  .has-breadcrumb .site-headline {
    margin-top: 1em; }
    @media (min-width: 768px) {
      .has-breadcrumb .site-headline {
        margin-top: 2rem; } }
    @media (min-width: 768px) {
      .has-breadcrumb .site-headline {
        margin-top: 2.5rem; } }
  .site-headline .container {
    position: relative; }
  @media print {
    .site-headline {
      margin-top: 2rem; } }

.headline-title {
  margin: 0;
  color: #005F84;
  font-size: 1.7rem;
  font-family: 'bariol';
  line-height: 1.05; }
  @media (min-width: 768px) {
    .headline-title {
      font-size: 2.4rem; } }
  @media (min-width: 991px) {
    .headline-title {
      font-size: 2.8rem; } }
  @media (min-width: 1199px) {
    .headline-title {
      font-size: 3.1rem; } }

.site-headline__rss {
  position: absolute;
  top: -1.3em;
  right: 10px;
  display: inline-block;
  color: rgba(93, 93, 93, 0.5);
  font-size: 1.1rem;
  transition: color 0.3s; }
  .site-headline__rss:hover, .site-headline__rss:focus {
    color: #04a7e6; }
  @media (min-width: 768px) {
    .site-headline__rss {
      top: -1.5em;
      right: 35px; } }

.blog .site-headline__rss,
.root-parent-post .site-headline__rss,
.category .site-headline__rss {
  top: -0.55em;
  right: 5px; }
  @media (min-width: 768px) {
    .blog .site-headline__rss,
    .root-parent-post .site-headline__rss,
    .category .site-headline__rss {
      top: -0.65em;
      right: 18px; } }

@media (min-width: 991px) {
  .blog .headline-title,
  .archive.root-parent-post .headline-title,
  .category .headline-title {
    display: inline-block;
    width: calc(100% - 600px); } }

.nav-select__wrap {
  margin-top: 0.75rem; }
  @media (min-width: 991px) {
    .nav-select__wrap {
      float: right;
      display: flex;
      flex-direction: row;
      align-items: center;
      margin-top: 0.5rem; } }

.nav-select__label {
  display: block;
  margin-bottom: 0.25em;
  font-size: 0.83rem;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media (min-width: 991px) {
    .nav-select__label {
      margin-bottom: 0;
      margin-right: 1em; } }

.nav-article-meta {
  margin-top: 0.4rem; }

.nav-article-meta__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.77rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.nav-article-meta li {
  display: inline; }
  .nav-article-meta li::before {
    content: '\00a0\00a0\0007c\00a0\00a0';
    /* &ndash; */
    font-weight: 300; }
  .nav-article-meta li:nth-child(-n+2)::before {
    content: ''; }
  .nav-article-meta li.nav-article-meta__date {
    display: block;
    margin-bottom: 0.2em;
    font-weight: 400; }

.single .nav-article-meta--top {
  margin-top: 1.5rem; }

.nav-article-meta--bottom {
  margin-bottom: 1rem; }
  @media (min-width: 1199px) {
    .nav-article-meta--bottom {
      margin-bottom: 2rem; } }

.list-article:nth-of-type(n+2) {
  margin-top: 2em;
  border-top: 1px solid rgba(93, 93, 93, 0.15);
  padding-top: 2rem; }

.article-header__title {
  margin: 0; }

.post-card__date {
  display: block;
  margin-top: 0.5em;
  color: #000;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.list-article__desc {
  margin-top: 0.7rem; }

.list-article__thumb {
  max-width: 300px;
  height: 175px;
  margin-top: 0;
  margin-bottom: 0.2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 480px) {
    .list-article__thumb {
      float: left;
      display: inline-block;
      width: 115px;
      height: 115px;
      margin-top: 0.5em;
      margin-right: 1em; } }
  @media (min-width: 768px) {
    .list-article__thumb {
      width: 200px;
      height: 200px;
      margin-right: 1.5em;
      margin-bottom: 0.5em; } }
  @media (min-width: 991px) {
    .list-article__thumb {
      width: 225px;
      height: 225px;
      margin-bottom: 1em; } }

.list-article--has-thumb .list-article__content {
  margin-top: 1rem; }
  @media (min-width: 480px) {
    .list-article--has-thumb .list-article__content {
      margin-top: 0.5rem; } }
  @media (min-width: 768px) {
    .list-article--has-thumb .list-article__content {
      padding-left: calc(200px + 1.5em); } }
  @media (min-width: 991px) {
    .list-article--has-thumb .list-article__content {
      padding-left: calc(225px + 1.5em); } }

.nav-pagination {
  margin: 2rem 0 0; }
  @media (min-width: 768px) {
    .nav-pagination {
      margin-top: 3rem; } }

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

.nav-pagination li {
  display: inline;
  margin: 0;
  padding: 0; }

.nav-pagination li a,
.nav-pagination li span {
  display: inline-block;
  width: 36px;
  padding: 0.5em 0;
  background: #f5f5f5;
  color: #000;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  transition: background 0.3s; }
  .nav-pagination li a.prev, .nav-pagination li a.next,
  .nav-pagination li span.prev,
  .nav-pagination li span.next {
    background: none; }
    .nav-pagination li a.prev i, .nav-pagination li a.next i,
    .nav-pagination li span.prev i,
    .nav-pagination li span.next i {
      position: relative;
      top: 1px;
      font-size: 1.1em; }

.nav-pagination li a:hover,
.nav-pagination li a:focus,
.nav-pagination li span.current {
  background: #e8e8e8; }

.nav-prevnext {
  margin: 2rem 0; }
  @media (min-width: 768px) {
    .nav-prevnext {
      margin-bottom: 3rem; } }

.nav-prevnext ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 900; }

.nav-prevnext li {
  float: left;
  width: 40%; }

.nav-prevnext li.nav-item-next {
  float: right;
  text-align: right; }

.nav-prevnext li.nav-item-prev a:before,
.nav-prevnext li.nav-item-next a:after {
  position: relative;
  top: 1px;
  color: rgba(93, 93, 93, 0.3);
  font-weight: 300;
  font-family: 'Font Awesome 5 Pro'; }

.nav-prevnext li.nav-item-prev a:before {
  content: '\f177';
  margin-right: 0.5em; }

.nav-prevnext li.nav-item-next a:after {
  content: '\f178';
  margin-left: 0.5em; }

.nav-breadcrumbs {
  margin-top: 1rem; }

.nav-breadcrumbs__list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .nav-breadcrumbs__list li {
    display: inline-block; }
    .nav-breadcrumbs__list li::after {
      content: '\f105';
      position: relative;
      top: 0.15em;
      display: inline-block;
      margin-right: 0.7em;
      margin-left: 0.7em;
      font-size: 1.4em;
      font-weight: 300;
      font-family: 'Font Awesome 5 Pro';
      opacity: 0.5; }
    .nav-breadcrumbs__list li:last-child::after {
      display: none; }
    .nav-breadcrumbs__list li:last-child a {
      color: #5D5D5D;
      font-weight: 400; }

.sidebar {
  margin-bottom: 1.250em; }
  .sidebar ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0; }

.sidebar-item__heading {
  margin: 0; }

.footer-cta__item {
  background-color: #0073A0; }

.footer-cta__item--has-img {
  position: relative; }
  .footer-cta__item--has-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 115, 160, 0.9); }
  .footer-cta__item--has-img .footer-cta__inner {
    position: relative; }

.footer-cta__inner {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-cta__inner {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media (min-width: 1199px) {
    .footer-cta__inner {
      padding-top: 4rem;
      padding-bottom: 4rem; } }

.footer-cta__heading {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .footer-cta__heading {
      font-size: 1.8rem; } }
  @media (min-width: 1199px) {
    .footer-cta__heading {
      font-size: 2.22rem; } }

.footer-cta__desc {
  margin-top: 0.5rem; }

.footer-cta__btn-group {
  margin-top: 1.5rem; }

@media (min-width: 768px) {
  .footer-cta--count-2 {
    display: flex;
    flex-direction: row; } }
.footer-cta--count-2 .footer-cta__item {
  padding-right: 2rem;
  padding-left: 2rem; }
  @media (min-width: 768px) {
    .footer-cta--count-2 .footer-cta__item {
      width: 50%;
      padding-right: 3rem;
      padding-left: 3rem; } }
  @media (min-width: 768px) {
    .footer-cta--count-2 .footer-cta__item .footer-cta__inner {
      max-width: 510px;
      text-align: left; } }
@media (min-width: 1350px) {
  .footer-cta--count-2 .footer-cta__item--0 {
    padding-left: calc( (100vw - 1270px) / 2 ); } }
@media (min-width: 768px) {
  .footer-cta--count-2 .footer-cta__item--0 .footer-cta__inner {
    margin-left: 0; } }
.footer-cta--count-2 .footer-cta__item--1 {
  background-color: #005F84; }
  @media (min-width: 1350px) {
    .footer-cta--count-2 .footer-cta__item--1 {
      padding-right: calc( (100vw - 1270px) / 2 ); } }
  .footer-cta--count-2 .footer-cta__item--1.footer-cta__item--has-img::before {
    background: rgba(0, 95, 132, 0.9); }
  @media (min-width: 768px) {
    .footer-cta--count-2 .footer-cta__item--1 .footer-cta__inner {
      margin-right: 0; } }

@media print {
  .footer-cta__item--has-img::before {
    background: transparent; } }
body .gform_wrapper form {
  font-size: 0.83rem; }

body .gform_wrapper .gform_body img {
  margin: 0; }

body .gform_wrapper .gform_body label.gfield_label + div.ginput_container {
  margin-top: 0; }

.gform_wrapper .gform_body form li,
.gform_wrapper .gform_body li {
  margin-bottom: 0.7rem; }

.gform_wrapper .gform_body .gform_page_footer .button.gform_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_previous_button {
  cursor: pointer; }

.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 1em 1.25em; }

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
  line-height: 1.34; }

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea {
  margin-top: 0.75em; }

.gform_wrapper .gform_body .top_label .gfield_label {
  margin: 0.65em 0 0.2em;
  font-size: 0.85rem;
  font-weight: 700; }

.gform_wrapper .gform_body .gfield_required {
  color: inherit; }

.gform_wrapper .gform_body .top_label .gfield_description {
  padding-top: 0.2em; }

.gform_wrapper .gform_body li.field_description_above .gfield_description {
  margin-bottom: 0.2em; }

.gform_wrapper .gform_body .description,
.gform_wrapper .gform_body .gfield_description,
.gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_body .instruction {
  font-size: 0.8rem; }

.gform_wrapper form div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 0.8em 0; }

.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0; }

.gform_wrapper .gform_body .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .gform_body .ginput_container + .gfield_description.validation_message {
  margin-top: 0; }

.gform_wrapper .gform_body .gfield_description.validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message {
  padding: 0.25em 0 0.65em !important; }

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797; }

.wd-select-wrap select,
.gform_wrapper .gform_body .top_label .wd-select-wrap select,
.gform_wrapper .gform_body .wd-select-wrap select,
.gform_wrapper .gform_body ul.gform_fields li.gfield .wd-select-wrap select {
  display: inline-block;
  width: 250px;
  height: 45px;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 55px 0 1.25em;
  font-size: 0.83rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }
  @media (min-width: 991px) {
    .wd-select-wrap select,
    .gform_wrapper .gform_body .top_label .wd-select-wrap select,
    .gform_wrapper .gform_body .wd-select-wrap select,
    .gform_wrapper .gform_body ul.gform_fields li.gfield .wd-select-wrap select {
      width: 300px;
      height: 50px;
      padding-right: 60px; } }

.wd-select-wrap select::-ms-expand {
  display: none; }

.wd-select-wrap select:hover,
.wd-select-wrap select:focus {
  outline: none; }

.wd-select-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(93, 93, 93, 0.25);
  background: #fff; }

.wd-select-wrap::after {
  content: "\025be";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 45px;
  height: 100%;
  background: #fff;
  color: rgba(93, 93, 93, 0.4);
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  font-family: serif;
  line-height: 45px;
  transition: color 0.3s; }
  @media (min-width: 991px) {
    .wd-select-wrap::after {
      width: 50px;
      line-height: 50px; } }

.wd-select-wrap:hover::after {
  color: #5d5d5d; }

select.wd-select--wrapped {
  position: relative;
  z-index: 5;
  background-color: transparent; }

@media (min-width: 768px) {
  .nav-select__wrap .wd-select-wrap select {
    width: 300px; } }
@media (min-width: 991px) {
  .nav-select__wrap .wd-select-wrap select {
    width: 370px; } }

.location-map {
  width: 100%;
  height: 400px; }

.location__address {
  margin: 2rem 0 0;
  font-style: normal; }

.location__address__group:nth-child(2) {
  margin-top: 0.5rem; }

.address__item {
  display: block; }

.address__phone-label {
  display: inline-block; }
  .address__phone-label::after {
    content: ':'; }

.location__details {
  margin-top: 2rem; }

/* ======================================================================
Project
====================================================================== */
.hero {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .hero {
      padding-top: 3rem;
      padding-bottom: 3.5rem; } }
  @media (min-width: 1199px) {
    .hero {
      padding-top: 4.5rem;
      padding-bottom: 5rem; } }
  .hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background-image: linear-gradient(to right, rgba(9, 22, 32, 0.52), rgba(9, 22, 32, 0.4)); }
    @media (min-width: 768px) {
      .hero::before {
        background-image: linear-gradient(to right, rgba(9, 22, 32, 0.52), rgba(35, 49, 129, 0) 80%); } }
    @media (min-width: 991px) {
      .hero::before {
        background-image: linear-gradient(to right, rgba(9, 22, 32, 0.52), rgba(35, 49, 129, 0) 60%); } }
    @media (min-width: 1500px) {
      .hero::before {
        background-image: linear-gradient(to right, rgba(9, 22, 32, 0.52), rgba(35, 49, 129, 0) 70%); } }
  .hero .container {
    position: relative; }

.hero__heading {
  max-width: 630px;
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-family: 'bariol';
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase; }
  @media (min-width: 480px) and (max-width: 1199px) {
    .hero__heading {
      font-size: calc(32px + (70 - 32) * (100vw - 480px) / (1199 - 480)); } }
  @media (min-width: 768px) {
    .hero__heading {
      max-width: 70%; } }
  @media (min-width: 991px) {
    .hero__heading {
      max-width: 55%; } }
  @media (min-width: 1199px) {
    .hero__heading {
      font-size: 70px; } }

.hero__links-list {
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .hero__links-list {
      margin-top: 2rem; } }
  @media (min-width: 768px) {
    .hero__links-list li {
      display: inline-block; } }
  .hero__links-list li:nth-child(2) {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .hero__links-list li:nth-child(2) {
        margin-top: 0;
        margin-left: 1rem; } }

.post-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.post-card {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .post-card {
      margin-top: 3.6vw; } }
  @media (min-width: 1199px) {
    .post-card {
      margin-top: 2.5rem; } }
  .post-card:first-child {
    margin-top: 0; }
  @media (min-width: 480px) {
    .post-card:nth-child(2) {
      margin-top: 0; } }
  @media (min-width: 991px) {
    .post-card:nth-child(3) {
      margin-top: 0; } }

.post-card__link-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  background: #FEC42E;
  color: #000;
  transition: background 0.3s; }
  .post-card__link-wrap::after {
    content: '+';
    position: absolute;
    bottom: 0;
    right: 0.7rem;
    font-size: 1.9rem;
    font-weight: 700;
    color: #fff;
    transform: scale(1);
    transition: transform 0.3s; }
  .post-card__link-wrap:hover, .post-card__link-wrap:focus {
    background: #f8b301; }
  .post-card__link-wrap:hover::after, .post-card__link-wrap:focus::after {
    transform: scale(1.4); }

.post-card__thumb {
  width: 100%;
  height: 225px;
  border: 2px solid #aaaaaa; }
  @media (min-width: 480px) {
    .post-card__thumb {
      height: 180px; } }
  @media (min-width: 768px) {
    .post-card__thumb {
      height: 245px; } }
  @media print {
    .post-card__thumb {
      display: none; } }

.post-card__content {
  padding: 1.5rem 1rem 2rem; }
  @media (min-width: 768px) {
    .post-card__content {
      padding: 2rem 2rem 2.5rem; } }

.post-card__heading {
  margin: 0; }

.post-card__desc {
  margin-top: 1.3rem;
  color: #000; }

.module {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .module {
      margin-top: 3.5rem;
      margin-bottom: 3.5rem; } }
  @media (min-width: 1199px) {
    .module {
      margin-top: 4.5rem;
      margin-bottom: 4.5rem; } }

.module--collapse {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }
  @media (min-width: 768px) {
    .module--collapse {
      margin-top: 1rem;
      margin-bottom: 1rem; } }

.module--collapse-top {
  margin-top: 0.5rem; }
  @media (min-width: 768px) {
    .module--collapse-top {
      margin-top: 1rem; } }

.module:not(.module--collapse) + .module--collapse-top {
  margin-top: -1rem; }
  @media (min-width: 768px) {
    .module:not(.module--collapse) + .module--collapse-top {
      margin-top: -1.5rem; } }
  @media (min-width: 1199px) {
    .module:not(.module--collapse) + .module--collapse-top {
      margin-top: -2rem; } }

.module--solid {
  margin-top: 0;
  margin-bottom: 0; }

.module:not(.module--solid) + .module--solid,
.module--solid + .module:not(.module--solid) {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .module:not(.module--solid) + .module--solid,
    .module--solid + .module:not(.module--solid) {
      margin-top: 3.5rem; } }
  @media (min-width: 1199px) {
    .module:not(.module--solid) + .module--solid,
    .module--solid + .module:not(.module--solid) {
      margin-top: 4.5rem; } }

.site-main__inc-content .section:first-child,
.site-main__inc-content .section:first-child .content:first-child > *:first-child {
  margin-top: 0; }
@media (min-width: 768px) {
  .site-main__inc-content .section:first-child.module--columns .col > *:first-child {
    margin-top: 0; }
    .site-main__inc-content .section:first-child.module--columns .col > *:first-child.gform_wrapper {
      position: relative;
      top: -1.5rem; } }
.site-main__inc-content .section:last-of-type.section--content--primary,
.site-main__inc-content .module:last-of-type:not(.module--solid) {
  margin-bottom: 3rem; }
  @media (min-width: 768px) {
    .site-main__inc-content .section:last-of-type.section--content--primary,
    .site-main__inc-content .module:last-of-type:not(.module--solid) {
      margin-bottom: 3.5rem; } }
  @media (min-width: 1199px) {
    .site-main__inc-content .section:last-of-type.section--content--primary,
    .site-main__inc-content .module:last-of-type:not(.module--solid) {
      margin-bottom: 4.5rem; } }

.single-post .site-main__inc-content .section:last-of-type.section--content--primary,
.single-post .site-main__inc-content .module:last-of-type:not(.module--solid) {
  margin-bottom: 2rem; }

.hero + .site-main .site-main__inc-content .module:not(.module--solid):not(.module--collapse):not(.module--collapse-top) {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .hero + .site-main .site-main__inc-content .module:not(.module--solid):not(.module--collapse):not(.module--collapse-top) {
      margin-top: 3.5rem; } }
  @media (min-width: 1199px) {
    .hero + .site-main .site-main__inc-content .module:not(.module--solid):not(.module--collapse):not(.module--collapse-top) {
      margin-top: 4.5rem; } }
.hero + .site-main .site-main__inc-content .module--collapse,
.hero + .site-main .site-main__inc-content .module--collapse-top {
  margin-top: 1rem; }
  @media (min-width: 768px) {
    .hero + .site-main .site-main__inc-content .module--collapse,
    .hero + .site-main .site-main__inc-content .module--collapse-top {
      margin-top: 2rem; } }

.cards--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  @media (min-width: 480px) {
    .cards--flex {
      margin-right: -1rem;
      margin-left: -1rem; } }
  @media (min-width: 991px) {
    .cards--flex {
      margin-right: -1.5rem;
      margin-left: -1.5rem; } }

.cards__flex-item,
.card__link-wrap,
.card {
  display: flex;
  flex-direction: column; }

.card__link-wrap,
.card {
  flex: 1 1 auto; }

.cards__flex-item {
  width: 100%; }
  @media (min-width: 480px) {
    .cards__flex-item {
      width: 50%; } }
  @media (min-width: 991px) {
    .cards__flex-item {
      width: 33.3%; } }

@media (min-width: 480px) {
  .cards--4 .cards__flex-item {
    width: 50%; } }
@media (min-width: 991px) {
  .cards--4 .cards__flex-item {
    width: 25%; } }

@media (min-width: 480px) {
  .cards--2 .cards__flex-item {
    width: 50%; } }
@media (min-width: 991px) {
  .cards--2 .cards__flex-item {
    width: 50%; } }

.card {
  padding: 1.5rem 1rem;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0);
  transition: box-shadow 0.3s; }
  @media (min-width: 991px) {
    .card {
      padding: 1.5rem; } }

.card__icon {
  margin-bottom: 0.5em;
  color: #FEC42E;
  font-size: 2.22rem; }

.card__heading {
  margin: 0; }

.card__meta {
  margin: 0.5em 0 0;
  color: #5D5D5D;
  font-size: 0.77rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.card__desc {
  margin-top: 0.9em;
  color: #5D5D5D; }

.card .cta-link {
  margin-top: 1rem; }

.card__link-wrap:hover .card,
.card__link-wrap:focus .card {
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.2); }

.catalog__item:nth-child(n+2) {
  margin-top: 1.5rem; }

.catalog__thumb {
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0.2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (min-width: 480px) {
    .catalog__thumb {
      float: left;
      display: inline-block;
      max-width: 100%;
      width: 165px;
      margin-top: 0.5em;
      margin-right: 1em; } }
  @media (min-width: 768px) {
    .catalog__thumb {
      width: 300px;
      margin-right: 1.5em;
      margin-bottom: 0.5em; } }
  @media (min-width: 991px) {
    .catalog__thumb {
      width: 370px;
      margin-bottom: 1em; } }

.catalog__content {
  margin-top: 1rem; }

@media (min-width: 480px) {
  .catalog__item--has-thumb .catalog__content {
    margin-top: 0.5rem; } }
@media (min-width: 768px) {
  .catalog__item--has-thumb .catalog__content {
    padding-left: calc(300px + 1.5em); } }
@media (min-width: 991px) {
  .catalog__item--has-thumb .catalog__content {
    padding-left: calc(370px + 2em); } }

.catalog__heading {
  margin-top: 0.5em;
  margin-bottom: 0; }

.catalog__meta {
  display: block;
  margin: 0.6em 0 0;
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em; }

.catalog__desc {
  margin-top: 0.75rem; }

.catalog__item .cta-link {
  margin-top: 0.8em; }

.post-cards__append {
  margin-top: 1rem;
  text-align: right; }
  @media (min-width: 768px) {
    .post-cards__append {
      margin-top: 1.5rem; } }

.standalone, .partners {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.standalone__heading {
  margin: 0 0 1.2em; }

.standalone__desc {
  font-size: 1.1rem;
  font-family: "Lora", serif; }
  @media (min-width: 768px) {
    .standalone__desc {
      font-size: 1.2rem; } }
  @media (min-width: 991px) {
    .standalone__desc {
      font-size: 1.33rem; } }

.standalone__links-list, .partners__links-list {
  margin-top: 1.4rem;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .standalone__links-list, .partners__links-list {
      margin-top: 1.7rem; } }
  .standalone__links-list li, .partners__links-list li {
    margin-top: 0.5rem; }

.partners__heading {
  margin-top: 0;
  margin-bottom: 1em;
  color: #005F84;
  font-size: 1rem;
  font-family: 'Bariol';
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media (min-width: 768px) {
    .partners__heading {
      font-size: 1.1rem; } }

.partners__links-list {
  margin-top: 1.2rem;
  margin-bottom: 0; }

.partner-logos {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 1rem -1rem 0; }

.partner-logos__item {
  margin: 0.5rem 1rem; }
  @media (min-width: 991px) {
    .partner-logos__item {
      margin: 0.5rem 1.3rem; } }

.addendum__wrap {
  border-top: 1px solid rgba(93, 93, 93, 0.15);
  padding-top: 1rem; }
  @media (min-width: 768px) {
    .addendum__wrap {
      padding-top: 2rem; } }

.addendum {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }

.module--stat-cards {
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  background: rgba(0, 95, 132, 0.05); }
  @media (min-width: 768px) {
    .module--stat-cards {
      padding-top: 3rem;
      padding-bottom: 3.5rem; } }
  @media (min-width: 1199px) {
    .module--stat-cards {
      padding-top: 4rem;
      padding-bottom: 4.5rem; } }
  .module--stat-cards .container {
    text-align: center; }

.stat-card {
  margin-top: 2rem; }
  .stat-card:first-child {
    margin-top: 0; }
  @media (min-width: 768px) {
    .stat-card:nth-child(n-2) {
      margin-top: 0; } }
  @media print {
    .stat-card {
      margin-top: 2rem !important; } }

.stat-cards__section-heading {
  max-width: 520px;
  margin: 0 auto 1em;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .stat-cards__section-heading {
      font-size: 1.9rem; } }
  @media (min-width: 991px) {
    .stat-cards__section-heading {
      font-size: 2.22rem; } }

.stat-card__stat {
  margin-top: 0;
  margin-bottom: 0;
  color: #005F84;
  font-size: 2.5rem;
  font-family: 'PT Mono', monospace;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .stat-card__stat {
      font-size: 3rem; } }
  @media (min-width: 991px) {
    .stat-card__stat {
      font-size: 4rem; } }
  @media (min-width: 1199px) {
    .stat-card__stat {
      font-size: 5rem; } }

.stat-card__heading {
  color: #005F84;
  font-size: 1.11rem; }

.layout-section-nav .module--stat-cards {
  padding-right: 1rem;
  padding-left: 1rem; }
  @media (min-width: 768px) {
    .layout-section-nav .module--stat-cards {
      padding-right: 2rem;
      padding-left: 2rem; } }
@media (min-width: 768px) {
  .layout-section-nav .stat-card:nth-child(3) {
    margin-top: 2rem; } }

.stat-catalog__item {
  margin-top: 2rem;
  border-top: 1px solid rgba(93, 93, 93, 0.15);
  padding-top: 2rem; }
  @media (min-width: 768px) {
    .stat-catalog__item {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin-top: 2.5rem;
      padding-top: 2.5rem; } }
  @media (min-width: 1199px) {
    .stat-catalog__item {
      margin-top: 3rem;
      padding-top: 3rem; } }
  .stat-catalog__item:first-child {
    margin-top: 0;
    border-top: none;
    padding-top: 0; }
  @media (min-width: 768px) {
    .stat-catalog__item:nth-child(even) .stat-catalog__desc {
      order: -1; } }

.stat-catalog__stat-wrap {
  text-align: center; }
  @media (min-width: 768px) {
    .stat-catalog__stat-wrap {
      width: 39%; } }

.stat-catalog__stat {
  margin-top: 0;
  margin-bottom: 0;
  color: #FEC42E;
  font-size: 2.5rem;
  font-weight: 400;
  font-family: 'PT Mono', monospace;
  line-height: 1.1; }
  @media (min-width: 768px) {
    .stat-catalog__stat {
      font-size: 3rem; } }
  @media (min-width: 991px) {
    .stat-catalog__stat {
      font-size: 4rem; } }
  @media (min-width: 1199px) {
    .stat-catalog__stat {
      font-size: 5rem; } }

.stat-catalog__heading {
  margin: 0.7em auto 0;
  color: #005F84;
  font-size: 1.11rem;
  line-height: 1.5; }

.stat-catalog__desc {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.1rem;
  font-family: "Lora", serif; }
  @media (min-width: 768px) {
    .stat-catalog__desc {
      width: 58%;
      margin-top: 0;
      text-align: left;
      font-size: 1.2rem; } }
  @media (min-width: 1199px) {
    .stat-catalog__desc {
      font-size: 1.33rem; } }

.chart-bar__section-heading {
  max-width: 520px;
  margin: 0 auto 1em;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .chart-bar__section-heading {
      font-size: 1.9rem; } }
  @media (min-width: 1199px) {
    .chart-bar__section-heading {
      font-size: 2.22rem; } }

.chart-bar {
  max-width: 850px;
  margin: 0 auto; }
  .chart-bar .ct-chart-bar {
    overflow-x: visible; }
  .chart-bar .ct-series-a .ct-bar {
    stroke-width: 7%; }
  .chart-bar .ct-bar {
    opacity: 0.01;
    transition: opacity 0.4s; }
    @media print {
      .chart-bar .ct-bar {
        opacity: 1 !important;
        stroke: #000 !important; } }
  .chart-bar.chart--revealed .ct-bar {
    opacity: 1; }

.module--journals-list .table__container {
  margin: 1rem 0; }
.module--journals-list .footnote {
  margin: .5rem 0; }

table.journals-table {
  border: 1px solid #dddddd;
  border-collapse: collapse; }
  table.journals-table tr {
    display: block;
    border-top: 1px solid #dddddd; }
    table.journals-table tr:first-child {
      border-top: 0 none; }
    @media (min-width: 991px) {
      table.journals-table tr {
        display: table-row; } }
  table.journals-table th {
    display: block;
    border: 0 none;
    padding: .9em;
    width: 100%; }
    @media (min-width: 991px) {
      table.journals-table th {
        display: table-cell;
        min-width: 0;
        max-width: 100%;
        width: auto; } }
  table.journals-table td {
    display: block;
    border: 0 none;
    padding: .9em;
    width: 100%; }
    @media (min-width: 991px) {
      table.journals-table td {
        display: table-cell;
        min-width: 0;
        width: auto; } }
  table.journals-table thead tr {
    display: none; }
    @media (min-width: 991px) {
      table.journals-table thead tr {
        display: table-row; } }
    table.journals-table thead tr td:first-child {
      min-width: 200px; }
      @media (min-width: 991px) {
        table.journals-table thead tr td:first-child {
          min-width: 250px; } }
    @media (min-width: 991px) {
      table.journals-table thead tr td:nth-child(4) {
        min-width: 135px; } }
  table.journals-table tbody tr {
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 991px) {
      table.journals-table tbody tr {
        padding-top: 0;
        padding-bottom: 0; } }
  table.journals-table tbody th,
  table.journals-table tbody td {
    margin: .6em;
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 991px) {
      table.journals-table tbody th,
      table.journals-table tbody td {
        margin: 0;
        padding-top: 1em;
        padding-bottom: 1em; } }
  table.journals-table tbody td.journals-table__cell--empty {
    display: none; }
    @media (min-width: 991px) {
      table.journals-table tbody td.journals-table__cell--empty {
        display: table-cell; } }
  @media (min-width: 991px) {
    table.journals-table tbody td::before,
    table.journals-table tbody td::after {
      display: none; } }
  @media (min-width: 991px) {
    table.journals-table tbody td:nth-child(1) {
      width: 20%; } }
  table.journals-table tbody td:nth-child(2)::before {
    content: 'Topics: '; }
  table.journals-table tbody td:nth-child(3)::before {
    content: 'Impact Factor*: '; }
  table.journals-table tbody td:nth-child(4)::before {
    content: 'Citations: '; }
  table.journals-table tbody td:nth-child(5)::before {
    content: 'Frequency: '; }
  table.journals-table tbody td:nth-child(5)::after {
    content: '/year'; }
  table.journals-table .btn, table.journals-table .content .btn__wrap a, .content .btn__wrap table.journals-table a {
    font-size: 0.7em; }

.journals-table__s-t-link-wrap {
  display: block;
  margin-top: 1em;
  font-size: 0.8rem; }

.journals-table__s-t-link i {
  margin-left: 0.3em;
  font-size: 0.8em; }

.newsletter__wrap {
  max-width: 500px; }
  .newsletter__wrap .btn, .newsletter__wrap .content .btn__wrap a, .content .btn__wrap .newsletter__wrap a {
    margin-top: 1rem;
    cursor: pointer; }

.newsletter__input-group {
  margin-top: 0.5rem; }

.child-page-list {
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .child-page-list {
      margin-top: 3rem; } }
  @media (min-width: 1199px) {
    .child-page-list {
      margin-top: 4rem; } }
  .child-page-list:first-child {
    margin-top: 0; }

.child-page-list__heading {
  margin-top: 0;
  margin-bottom: 1em;
  border-bottom: 1px solid rgba(93, 93, 93, 0.15);
  padding-bottom: 0.3em;
  color: #000; }
  .child-page-list__heading a {
    color: inherit; }
    .child-page-list__heading a:hover, .child-page-list__heading a:focus {
      color: #0082B4; }

.child-page-list__list {
  margin: 0;
  padding-left: 1.75em; }
  .child-page-list__list li {
    margin-bottom: 0.4em;
    line-height: 1.4; }

.child-page-list .cta-link {
  margin-top: 1.5rem; }
  @media (min-width: 768px) {
    .child-page-list .cta-link {
      margin-top: 2rem; } }
  @media (min-width: 1199px) {
    .child-page-list .cta-link {
      margin-top: 2.5rem; } }

@media (min-width: 768px) {
  .child-page-list--col-1 .child-page-list__list {
    columns: 2;
    column-gap: 5%; } }
@media (min-width: 768px) {
  .child-page-list--col-1 .child-page-list__list li {
    break-inside: avoid; } }

@media (min-width: 768px) {
  .child-page-list--col-2.child-page-list:nth-child(2) {
    margin-top: 0; } }

@media (min-width: 991px) {
  .columns--layout-section-nav {
    display: flex;
    flex-direction: row; } }
@media (min-width: 991px) {
  .columns--layout-section-nav .aside-section-nav {
    order: -1; } }

.aside-section-nav {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .aside-section-nav {
      margin-top: 3rem;
      margin-bottom: 3rem; } }
  @media (min-width: 991px) {
    .aside-section-nav {
      padding-right: 1rem; } }
  @media (min-width: 1199px) {
    .aside-section-nav {
      margin-top: 4rem;
      margin-bottom: 4rem; } }
  .has-breadcrumb .aside-section-nav {
    margin-top: 1em; }
    @media (min-width: 768px) {
      .has-breadcrumb .aside-section-nav {
        margin-top: 2rem; } }
    @media (min-width: 768px) {
      .has-breadcrumb .aside-section-nav {
        margin-top: 2.5rem; } }

.section-nav__list {
  margin: 0;
  padding: 0 0 0 0.5rem;
  list-style: none;
  font-size: 0.83rem;
  font-weight: 900; }
  @media (min-width: 768px) {
    .section-nav__list {
      padding-left: 0; } }
  .section-nav__list li {
    border-top: 1px solid rgba(93, 93, 93, 0.2); }
    .section-nav__list li:first-child {
      border-top: none; }
  .section-nav__list a {
    display: block;
    padding: 1em 0;
    line-height: 1.2; }
  .section-nav__list li.current_page_item,
  .section-nav__list li.current_page_ancestor {
    position: relative; }
    .section-nav__list li.current_page_item::before,
    .section-nav__list li.current_page_ancestor::before {
      content: '';
      position: absolute;
      top: 1.1em;
      left: -1em;
      display: block;
      width: 5px;
      height: 5px;
      border: 2px solid #FEC42E; }
      @media (min-width: 768px) {
        .section-nav__list li.current_page_item::before,
        .section-nav__list li.current_page_ancestor::before {
          top: 1.15em;
          left: -1.5em;
          width: 7px;
          height: 7px; } }
    .section-nav__list li.current_page_item a,
    .section-nav__list li.current_page_ancestor a {
      color: #0082B4; }

.aside-section-nav .cta-link-block__list {
  margin-top: 2rem; }

.cta-link-block__list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cta-link-block__list li {
    margin-top: 1rem; }
    @media (min-width: 768px) {
      .cta-link-block__list li {
        margin-top: 1.5rem; } }
    .cta-link-block__list li:first-child {
      margin-top: 0; }

.search-controls {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .search-controls {
      margin-bottom: 2.7rem; } }
  .search-controls .main-search {
    width: 100%;
    max-width: 800px; }

.search-controls__toggle {
  display: flex;
  flex-direction: row;
  margin-top: 2rem;
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .search-controls__toggle label {
    position: relative;
    padding: 0.85em 1.2em 0.8em;
    background: #f5f5f5;
    color: #04A7E6;
    cursor: pointer;
    transition: background 0.3s, color 0.3s; }
    .search-controls__toggle label:hover, .search-controls__toggle label:focus {
      background: #ebebeb;
      color: #0082B4; }
    .search-controls__toggle label:first-child {
      border-radius: 2000px 0 0 2000px;
      padding-left: 1.9em; }
    .search-controls__toggle label:last-child {
      border-radius: 0 2000px 2000px 0;
      padding-right: 1.9em; }
    .search-controls__toggle label.active {
      background-color: #04A7E6;
      color: #fff;
      cursor: default; }
      .search-controls__toggle label.active:hover, .search-controls__toggle label.active:focus {
        background-color: #04A7E6;
        color: #fff; }
  .search-controls__toggle input[type=radio] {
    position: absolute;
    z-index: -5; }

.supplemental-navigation {
  background-color: #f5f5f5;
  border-bottom: 1px solid #005F84;
  padding: .2rem 0; }
  @media (min-width: 768px) {
    .supplemental-navigation {
      padding: .1rem 0; } }

.nav-supplemental {
  font-size: .8rem; }
  @media (min-width: 768px) {
    .nav-supplemental {
      font-size: .85rem; } }

.nav-supplemental__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .nav-supplemental__list a {
    display: block;
    padding: .5em 1em;
    color: inherit; }
    .nav-supplemental__list a:visited {
      color: inherit; }
    .nav-supplemental__list a:focus, .nav-supplemental__list a:hover {
      color: #000; }

.special-topic-cta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1em 1em 0.9em;
  background: #f5f5f5;
  color: #000; }
  .special-topic-cta > * {
    margin: 0.2rem; }
  .special-topic-cta .btn, .special-topic-cta .content .btn__wrap a, .content .btn__wrap .special-topic-cta a {
    font-size: 0.72rem; }

.special-topic-cta__wrap--top {
  margin-bottom: 2rem; }

.special-topic-cta__wrap--bottom {
  margin-bottom: 1rem; }
  @media (min-width: 991px) {
    .special-topic-cta__wrap--bottom {
      margin-bottom: 5rem; } }

@media (min-width: 991px) {
  .s-t-journal-archive {
    margin-bottom: 5rem; } }

.s-t-journal__list__header {
  margin-bottom: 2rem; }
  @media (min-width: 768px) {
    .s-t-journal__list__header {
      margin-bottom: 2.5rem; } }

.s-t-journal__header__heading {
  margin: 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .s-t-journal__header__heading {
      font-size: 1.7rem; } }

.s-t-journal__header__desc {
  margin-top: 0.9rem; }

.s-t-journal__item {
  margin-bottom: 2rem;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 2rem; }
  .s-t-journal__item:last-child {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .s-t-journal__item {
      margin-bottom: 3rem;
      padding-bottom: 3rem; } }

.s-t-journal__buttons {
  margin-top: 1rem;
  margin-bottom: -0.75rem; }
  @media (min-width: 768px) {
    .s-t-journal__buttons {
      margin-top: 1.2em; } }
  .s-t-journal__buttons .btn, .s-t-journal__buttons .content .btn__wrap a, .content .btn__wrap .s-t-journal__buttons a {
    margin-bottom: 0.75rem;
    font-size: 0.72rem; }
    .s-t-journal__buttons .btn:first-child, .s-t-journal__buttons .content .btn__wrap a:first-child, .content .btn__wrap .s-t-journal__buttons a:first-child {
      margin-right: 0.75em; }

.s-t-journal__list__past-link {
  display: block;
  margin-top: 1rem;
  text-align: right; }

.s-t-journal__list--future .s-t-journal__img-wrap {
  display: block;
  width: 200px;
  height: 200px;
  margin-bottom: 1.5rem;
  background: #D8D8D8; }
  @media (min-width: 768px) {
    .s-t-journal__list--future .s-t-journal__img-wrap {
      float: left;
      margin-bottom: 0;
      margin-right: 1rem; } }
  @media (min-width: 1199px) {
    .s-t-journal__list--future .s-t-journal__img-wrap {
      width: 250px;
      height: 250px; } }
.s-t-journal__list--future .s-t-journal__heading {
  margin: 0; }
  .s-t-journal__list--future .s-t-journal__heading a {
    color: inherit; }
    .s-t-journal__list--future .s-t-journal__heading a:hover, .s-t-journal__list--future .s-t-journal__heading a:focus {
      color: #04A7E6; }
.s-t-journal__list--future .s-t-journal__date {
  display: block;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  padding: 1.2em 1em 1.1em;
  background: #f5f5f5;
  color: #000; }
  @media (min-width: 768px) {
    .s-t-journal__list--future .s-t-journal__date {
      margin-top: 1em;
      margin-bottom: 1em; } }

@media (min-width: 768px) {
  .s-t-journal__item--has-img .s-t-journal__content {
    padding-left: calc(200px + 1rem); } }
@media (min-width: 1199px) {
  .s-t-journal__item--has-img .s-t-journal__content {
    padding-left: calc(250px + 2rem); } }

.s-t-journal__list--past {
  margin-top: 3rem; }
  @media (min-width: 768px) {
    .s-t-journal__list--past {
      margin-top: 4rem; } }
  @media (min-width: 1199px) {
    .s-t-journal__list--past {
      margin-top: 4.5rem; } }
  @media (min-width: 768px) {
    .s-t-journal__list--past .s-t-journal__item {
      margin-bottom: 2.5rem;
      padding-bottom: 2.5rem; } }
  .s-t-journal__list--past .s-t-journal__heading {
    margin: 0; }
    .s-t-journal__list--past .s-t-journal__heading a {
      color: #005F84; }
      .s-t-journal__list--past .s-t-journal__heading a:hover, .s-t-journal__list--past .s-t-journal__heading a:focus {
        color: #04A7E6; }

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