@charset "UTF-8";
/* VARIABLES
/* VARIABLES
------------------------------------------------------------------------------*/
/* Brand Colours
 *
 * These are copied from Sassquatch, and should be removed if not overwritten
------------------------------------------------------------------------------*/
/* General Colours
------------------------------------------------------------------------------*/
/* Contextual Colours
------------------------------------------------------------------------------*/
/* New Theme Colors
------------------------------------------------------------------------------*/
/* Topics Colours
------------------------------------------------------------------------------*/
/* Event Solution Colours
------------------------------------------------------------------------------*/
@-webkit-keyframes FadeIn {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes FadeIn {
  0% {
    -moz-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes FadeIn {
  0% {
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

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

@-moz-keyframes FadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes FadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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

@-webkit-keyframes slideLeft {
  0% {
    width: 0;
  }
  100% {
    width: 35px;
  }
}

@-moz-keyframes slideLeft {
  0% {
    width: 0;
  }
  100% {
    width: 35px;
  }
}

@-o-keyframes slideLeft {
  0% {
    width: 0;
  }
  100% {
    width: 35px;
  }
}

@keyframes slideLeft {
  0% {
    width: 0;
  }
  100% {
    width: 35px;
  }
}

@-webkit-keyframes smallerWidth {
  0% {
    width: 15%;
  }
  100% {
    width: 5%;
  }
}

@-moz-keyframes smallerWidth {
  0% {
    width: 15%;
  }
  100% {
    width: 5%;
  }
}

@-o-keyframes smallerWidth {
  0% {
    width: 15%;
  }
  100% {
    width: 5%;
  }
}

@keyframes smallerWidth {
  0% {
    width: 15%;
  }
  100% {
    width: 5%;
  }
}

@-webkit-keyframes closeAuthors {
  0% {
    width: 300px;
  }
  100% {
    width: 0;
  }
}

@-moz-keyframes closeAuthors {
  0% {
    width: 300px;
  }
  100% {
    width: 0;
  }
}

@-o-keyframes closeAuthors {
  0% {
    width: 300px;
  }
  100% {
    width: 0;
  }
}

@keyframes closeAuthors {
  0% {
    width: 300px;
  }
  100% {
    width: 0;
  }
}

.values {
  height: 70px;
  overflow: hidden;
  text-align: center;
}

.values .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 2;
  grid-row: auto;
}

.values .value span {
  display: inline-block;
}

.values .value span:nth-child(3), .values .value span:nth-child(4), .values .value span:nth-child(5) {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transform: translateY(-200%);
}

@-webkit-keyframes zero {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  26.66667% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  33.33333% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  33.33433% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  33.33633% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-moz-keyframes zero {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  26.66667% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  33.33333% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  33.33433% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  33.33633% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-o-keyframes zero {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  26.66667% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  33.33333% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  33.33433% {
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  33.33633% {
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes zero {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  26.66667% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  33.33333% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  33.33433% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  33.33633% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes numbers {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  26.66667% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66667% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66767% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
}

@-moz-keyframes numbers {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  26.66667% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  33.33333% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  60% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66667% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66767% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
}

@-o-keyframes numbers {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  26.66667% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  33.33333% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  60% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66667% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66767% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
}

@keyframes numbers {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 0;
  }
  26.66667% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  33.33333% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66667% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66767% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
}

@-webkit-keyframes numbers_reverse {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  26.66667% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  33.33333% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66667% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66767% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
}

@-moz-keyframes numbers_reverse {
  0% {
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  26.66667% {
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  33.33333% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  60% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66667% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66767% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
}

@-o-keyframes numbers_reverse {
  0% {
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  26.66667% {
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  33.33333% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  60% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66667% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66767% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
}

@keyframes numbers_reverse {
  0% {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
    opacity: 0;
  }
  26.66667% {
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    -o-transform: translateY(-200%);
    transform: translateY(-200%);
  }
  33.33333% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66667% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  66.66767% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
  }
}

.value--zero span:nth-child(1) {
  -webkit-animation: zero 300ms ease-in-out both 0.05s 1;
  -moz-animation: zero 300ms ease-in-out both 0.05s 1;
  -o-animation: zero 300ms ease-in-out both 0.05s 1;
  animation: zero 300ms ease-in-out both 0.05s 1;
}

.value--stats span:nth-child(1) {
  -webkit-animation: numbers 3s ease-in-out both 0.05s 1;
  -moz-animation: numbers 3s ease-in-out both 0.05s 1;
  -o-animation: numbers 3s ease-in-out both 0.05s 1;
  animation: numbers 3s ease-in-out both 0.05s 1;
}

.value--zero span:nth-child(2) {
  -webkit-animation: zero 300ms ease-in-out both 0.1s 1;
  -moz-animation: zero 300ms ease-in-out both 0.1s 1;
  -o-animation: zero 300ms ease-in-out both 0.1s 1;
  animation: zero 300ms ease-in-out both 0.1s 1;
}

.value--stats span:nth-child(2) {
  -webkit-animation: numbers 3s ease-in-out both 0.1s 1;
  -moz-animation: numbers 3s ease-in-out both 0.1s 1;
  -o-animation: numbers 3s ease-in-out both 0.1s 1;
  animation: numbers 3s ease-in-out both 0.1s 1;
}

.value--stats span:nth-child(3) {
  -webkit-animation: numbers_reverse 3s ease-in-out both 0.2s 1;
  -moz-animation: numbers_reverse 3s ease-in-out both 0.2s 1;
  -o-animation: numbers_reverse 3s ease-in-out both 0.2s 1;
  animation: numbers_reverse 3s ease-in-out both 0.2s 1;
}

.value--stats span:nth-child(4) {
  -webkit-animation: numbers_reverse 3s ease-in-out both 0.15s 1;
  -moz-animation: numbers_reverse 3s ease-in-out both 0.15s 1;
  -o-animation: numbers_reverse 3s ease-in-out both 0.15s 1;
  animation: numbers_reverse 3s ease-in-out both 0.15s 1;
}

.value--stats span:nth-child(5) {
  -webkit-animation: numbers_reverse 3s ease-in-out both 0.1s 1;
  -moz-animation: numbers_reverse 3s ease-in-out both 0.1s 1;
  -o-animation: numbers_reverse 3s ease-in-out both 0.1s 1;
  animation: numbers_reverse 3s ease-in-out both 0.1s 1;
}

/* MIXINS
------------------------------------------------------------------------------*/
/* BASELINE
------------------------------------------------------------------------------*/
/*
  Sassquatch
  Version: 0.1
  Author: Kevin Andrews

  sassquatch uses the BEM css class naming convention.
  .block__element
  .block--modifier
  .block__element--modifier
  .block--modifier__element--modifier
*/
/* VARIABLES
------------------------------------------------------------------------------*/
/* Brand Colours
------------------------------------------------------------------------------*/
/* Contextual Colours
------------------------------------------------------------------------------*/
/* MIXINS
------------------------------------------------------------------------------*/
/* Hide elements while remaining accessible */
/* Reset styles applied with the set-webaim-hidden mixin */
/* Adds an animated effect to link interactions */
/* Styles element as a CSS triangle */
/* Converts pixel font size value into EM based on base font size variable */
/* CONFIGURATION
------------------------------------------------------------------------------*/
/* CSS RESET
------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

/* Load Fonts Here
------------------------------------------------------------------------------*/
/* THEME BASELINE STYLES
------------------------------------------------------------------------------*/
html,
body {
  font-size: 16px;
  font-family: "proxima_nova";
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:first-child {
  margin-top: 0;
}

*:last-child {
  margin-bottom: 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "proxima_nova";
  margin-bottom: 30px;
  margin-top: 15px;
}

h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0;
}

* + h1, * + .h1,
* + h2, * + .h2,
* + h3, * + .h3,
* + h4, * + .h4,
* + h5, * + .h5,
* + h6, * + .h6 {
  margin-top: 45px;
}

h1, .h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.3125;
}

h2, .h2 {
  font-size: 1.75em;
  font-weight: 600;
  line-height: 1.35714;
}

h3, .h3 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.41667;
}

h4, .h4 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5;
}

h5, .h5 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.55556;
}

h6, .h6 {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.625;
}

p {
  margin-bottom: 30px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625;
}

a {
  color: #003a5d;
  display: inline;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px solid #003a5d;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625;
}

a:hover, a:focus {
  border-bottom: 1px solid transparent;
}

img {
  border: none;
}

img:only-child {
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

ul,
ol {
  padding-left: 20px;
  margin-bottom: 30px;
}

ul li,
ol li {
  margin-bottom: 10px;
}

ul li > ul,
ul li > ol,
ol li > ul,
ol li > ol {
  margin-top: 10px;
}

ul li > ul:last-child,
ul li > ol:last-child,
ol li > ul:last-child,
ol li > ol:last-child {
  margin-top: 10px;
}

hr {
  margin: 30px 0;
  border: none;
  height: 1px;
  width: 100%;
  background: #B0A8A7;
}

hr.spacer {
  background: transparent;
  margin-top: 0;
}

details {
  display: block;
}

details summary {
  padding: 10px;
}

select::-ms-expand {
  display: none;
}

blockquote {
  padding-left: 45px;
  margin-bottom: 30px;
  border-left: 10px solid #003a5d;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

blockquote p {
  margin-bottom: 15px;
}

/* THEME COMPONENTS
------------------------------------------------------------------------------*/
/* BUTTON COMPONENT
---------------------------------------------------------------------------*/
button {
  border: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625;
  cursor: pointer;
}

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 25px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  font-family: "proxima_nova";
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  margin: 5px;
  margin-left: 0;
  background: white;
  color: #FDE051;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.625;
  -webkit-box-shadow: 0 0 5px #B0A8A7;
  -moz-box-shadow: 0 0 5px #B0A8A7;
  box-shadow: 0 0 5px #B0A8A7;
}

.button:active {
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  -ms-transform: translate(1px, 1px);
  -o-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
  -webkit-box-shadow: inset 0px 0px 10px #B0A8A7;
  -moz-box-shadow: inset 0px 0px 10px #B0A8A7;
  box-shadow: inset 0px 0px 10px #B0A8A7;
}

.button:last-child {
  margin-bottom: 0;
}

.button--primary {
  background: #003a5d;
  color: white;
}

.button--primary:hover, .button--primary:focus {
  background: #e5ebee;
}

.button--secondary {
  background: #FDE051;
  color: white;
}

.button--secondary:hover, .button--secondary:focus {
  background: #fffbea;
}

.button--text {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #003a5d;
  display: inline;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.button--text:hover, .button--text:focus {
  border-bottom: 1px solid #003a5d;
}

.button--text:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.button--dropdown {
  width: 100%;
  display: block;
  border: 1px solid #B0A8A7;
}

.button--dropdown + .dropdown__content {
  border-top: none;
}

.button--dropdown i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: -o-transform 0.2s;
  -moz-transition: transform 0.2s, -moz-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s, -moz-transform 0.2s, -o-transform 0.2s;
}

.button--dropdown.open i {
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.button--small {
  padding: 5px 15px;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.71429;
}

.button--large {
  padding: 15px 30px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.55556;
}

.button--full-width {
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.button[disabled] {
  cursor: default;
  opacity: 0.5;
}

/* DROPDOWN COMPONENT
---------------------------------------------------------------------------*/
.dropdown {
  position: relative;
}

.dropdown__toggle, .dropdown__toggle--hover {
  text-align: left;
  margin-bottom: 0;
}

.dropdown__toggle.open .dropdown__icon--open, .dropdown__toggle--hover.open .dropdown__icon--open {
  display: block;
}

.dropdown__toggle.open .dropdown__icon--closed, .dropdown__toggle--hover.open .dropdown__icon--closed {
  display: none;
}

.dropdown__content {
  position: relative;
  z-index: 2;
  display: none;
}

.dropdown__content--overlay {
  position: absolute;
  width: 100%;
  z-index: 10;
}

.dropdown__icon {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

.dropdown__icon--open {
  display: none;
}

/* ALERT COMPONENT
---------------------------------------------------------------------------*/
.alert {
  padding: 15px;
  margin-bottom: 15px;
  position: relative;
  border-left: 8px solid;
  font-weight: 600;
  border-color: #B0A8A7 #B0A8A7 #B0A8A7 #003a5d;
  background: white;
  color: #003a5d;
}

.alert i {
  color: #003a5d;
}

.alert--success {
  border-color: #B0A8A7 #B0A8A7 #B0A8A7 #77b259;
  background: white;
  color: #77b259;
}

.alert--success i {
  color: #77b259;
}

.alert--warning {
  border-color: #B0A8A7 #B0A8A7 #B0A8A7 #ffdb4d;
  background: white;
  color: #806000;
}

.alert--warning i {
  color: #ffdb4d;
}

.alert--error {
  border-color: #B0A8A7 #B0A8A7 #B0A8A7 #e62600;
  background: white;
  color: #e62600;
}

.alert--error i {
  color: #e62600;
}

.alert--has-icon {
  padding-left: 45px;
}

.alert__icon {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.alert__close {
  position: absolute;
  top: 15px;
  right: 15px;
}

/* ICON COMPONENT
---------------------------------------------------------------------------*/
.icon--before {
  margin-right: 5px;
}

.icon--after {
  margin-left: 5px;
}

/* TEXT COMPONENT
---------------------------------------------------------------------------*/
.text--centered {
  display: block;
  text-align: center;
}

.text--left {
  display: block;
  text-align: left;
}

.text--right {
  display: block;
  text-align: right;
}

.text--italic {
  font-style: italic;
}

.text--caps {
  text-transform: uppercase;
}

.text--no-break {
  white-space: nowrap;
}

.text--ellipsis {
  display: block;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* BANNER COMPONENTS
---------------------------------------------------------------------------*/
.banner {
  padding: 30px 0;
}

/* CARD COMPONENTS
---------------------------------------------------------------------------*/
.card {
  background: white;
  border: 1px solid #B0A8A7;
  padding: 15px;
}

/* TOOLTIP COMPONENTS
---------------------------------------------------------------------------*/
.tooltip {
  display: none;
  background: white;
  width: 300px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-bottom: 10px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  -webkit-box-shadow: 0 0 5px #B0A8A7;
  -moz-box-shadow: 0 0 5px #B0A8A7;
  box-shadow: 0 0 5px #B0A8A7;
}

.tooltip:before, .tooltip:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip--top:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-top: 9.5px solid #B0A8A7;
  bottom: -9.5px;
}

.tooltip--top:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid white;
  bottom: -8px;
}

.tooltip--bottom {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}

.tooltip--bottom:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 9.5px solid transparent;
  border-right: 9.5px solid transparent;
  border-bottom: 9.5px solid #B0A8A7;
  top: -9.5px;
}

.tooltip--bottom:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid white;
  top: -8px;
}

.tooltip--left:before, .tooltip--left:after, .tooltip--right:before, .tooltip--right:after {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--left {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  margin-bottom: 0;
  margin-right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--left:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-left: 9.5px solid #B0A8A7;
  bottom: auto;
  left: auto;
  right: -9.5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--left:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-left: 9.5px solid white;
  bottom: auto;
  left: auto;
  right: -8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--right {
  bottom: auto;
  left: 100%;
  top: 50%;
  margin-bottom: 0;
  margin-left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--right:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-right: 9.5px solid #B0A8A7;
  bottom: auto;
  left: -9.5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip--right:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 9.5px solid transparent;
  border-bottom: 9.5px solid transparent;
  border-right: 9.5px solid white;
  bottom: auto;
  left: -8px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip__toggle {
  position: relative;
  overflow: visible;
}

.tooltip__toggle:hover .tooltip, .tooltip__toggle:focus .tooltip {
  display: inline-block;
}

/* FORM COMPONENTS
---------------------------------------------------------------------------*/
form {
  margin-bottom: 30px;
}

form:last-child {
  margin-bottom: 0;
}

.form__group {
  margin-bottom: 30px;
}

.form__group:last-child {
  margin-bottom: 0;
}

.form__group--has-icon {
  position: relative;
}

.form__group--has-icon .form__input {
  padding-left: 45px;
}

.form__group--has-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__group--inline-button {
  position: relative;
}

.form__group--inline-button .form__input {
  padding-right: 115px;
}

.form__group--inline-button .button {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.form__group--inline-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__group--inline-label .form__label {
  display: inline-block;
  white-space: nowrap;
  margin: 0;
  margin-right: 15px;
}

.form__group--inline-label .form__input {
  display: inline-block;
  width: 100%;
}

.form__label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}

.form__input {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  color: #FDE051;
  font-family: "proxima_nova";
  padding: 10px 15px;
  margin: 0;
  text-align: left;
  border: 1px solid #B0A8A7;
  -webkit-box-shadow: 0 0 5px #B0A8A7;
  -moz-box-shadow: 0 0 5px #B0A8A7;
  box-shadow: 0 0 5px #B0A8A7;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625;
}

.form__helper {
  font-size: 0.9em;
}

.form__select-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.form__select-wrapper .form__input {
  padding-right: 30px;
}

.form__select-wrapper .form__input + i {
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: black;
}

.form__radio, .form__checkbox {
  display: block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}

.form__radio input, .form__checkbox input {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form__radio input:checked + .form__checkbox-label .form__checkbox-icon,
.form__radio input:checked + .form__checkbox-label .form__radio-icon,
.form__radio input:checked + .form__radio-label .form__checkbox-icon,
.form__radio input:checked + .form__radio-label .form__radio-icon, .form__checkbox input:checked + .form__checkbox-label .form__checkbox-icon,
.form__checkbox input:checked + .form__checkbox-label .form__radio-icon,
.form__checkbox input:checked + .form__radio-label .form__checkbox-icon,
.form__checkbox input:checked + .form__radio-label .form__radio-icon {
  display: block;
}

.form__radio input:focus + .form__checkbox-label:before,
.form__radio input:focus + .form__radio-label:before, .form__checkbox input:focus + .form__checkbox-label:before,
.form__checkbox input:focus + .form__radio-label:before {
  -webkit-box-shadow: 0 0 5px #B0A8A7;
  -moz-box-shadow: 0 0 5px #B0A8A7;
  box-shadow: 0 0 5px #B0A8A7;
}

.form__radio-label:before, .form__checkbox-label:before {
  content: '';
  height: 15px;
  width: 15px;
  background: white;
  border: 1px solid #B0A8A7;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  cursor: pointer;
}

.form__radio-icon, .form__checkbox-icon {
  position: absolute;
  left: 4px;
  top: 2px;
  cursor: pointer;
  font-size: 0.8125em;
  font-weight: 400;
  line-height: 1.76923;
  color: #FDE051;
  display: none;
}

.form__radio-label:before {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.form__radio-icon {
  height: 9px;
  width: 9px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #FDE051;
  display: none;
  position: absolute;
  left: 4px;
  top: 4px;
}

.form--inline .form__group, .form--inline .form__label, .form--inline .form__input {
  display: inline-block;
}

.form--inline .form__group {
  margin-right: 30px;
}

.form--inline .form__group:last-of-type {
  margin-right: 0;
}

.form--inline .form__label {
  margin-right: 10px;
}

.form__switch {
  margin-bottom: 10px;
}

.form__switch:last-of-type {
  margin-bottom: 0;
}

.form__switch .form__switch-toggle {
  display: inline-block;
  cursor: pointer;
  padding: 8px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #B0A8A7;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form__switch .form__switch-toggle:after {
  content: '';
  height: 24px;
  width: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #B0A8A7;
  background: white;
  position: absolute;
  margin: 0 3px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form__switch .form__switch-toggle--inline {
  margin-left: 15px;
}

.form__switch .form__switch-active-text, .form__switch .form__switch-inactive-text {
  overflow: hidden;
  display: block;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.form__switch .form__switch-active-text {
  display: none;
}

.form__switch input[type="checkbox"]:focus + label .form__switch-toggle {
  -webkit-box-shadow: 0px 0px 10px #B0A8A7;
  -moz-box-shadow: 0px 0px 10px #B0A8A7;
  box-shadow: 0px 0px 10px #B0A8A7;
}

.form__switch input[type="checkbox"]:checked + label .form__switch-toggle {
  padding-left: 15px;
  padding-right: 35px;
  background: #FDE051;
}

.form__switch input[type="checkbox"]:checked + label .form__switch-toggle:after {
  left: 100%;
  -webkit-transform: translate(-33px, -50%);
  -moz-transform: translate(-33px, -50%);
  -ms-transform: translate(-33px, -50%);
  -o-transform: translate(-33px, -50%);
  transform: translate(-33px, -50%);
}

.form__switch input[type="checkbox"]:checked + label .form__switch-active-text {
  display: block;
  color: white;
}

.form__switch input[type="checkbox"]:checked + label .form__switch-inactive-text {
  display: none;
}

.form__switch--inline {
  display: inline-block;
  margin-right: 30px;
}

fieldset {
  margin-bottom: 30px;
}

fieldset legend {
  display: block;
  margin-bottom: 15px;
  font-weight: 600;
}

fieldset legend.form__label {
  margin-bottom: 15px;
}

textarea {
  min-height: 84px;
}

/* TABLE COMPONENTS
---------------------------------------------------------------------------*/
.table__wrapper {
  overflow-x: auto;
  margin-bottom: 15px;
  max-width: 100%;
}

.table__wrapper:last-child {
  margin-bottom: 0;
}

table {
  width: 100%;
}

table thead tr {
  background: #003a5d;
}

table thead tr th,
table thead tr td {
  text-align: left;
  font-weight: 700;
  padding: 15px;
  white-space: nowrap;
  color: white;
}

table tbody tr {
  background: white;
}

table tbody tr td {
  padding: 15px;
  border-bottom: 1px solid #B0A8A7;
}

table tfoot tr {
  background: #B0A8A7;
}

table tfoot tr td {
  padding: 15px;
}

/* POPUP COMPONENTS
---------------------------------------------------------------------------*/
body.popup--open {
  overflow: hidden;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid #B0A8A7;
  z-index: 1500;
  height: auto;
  width: 750px;
  max-width: -webkit-calc(100% - 15px * 2);
  max-width: -moz-calc(100% - 15px * 2);
  max-width: calc(100% - 15px * 2);
  max-height: -webkit-calc(100% - 15px * 2);
  max-height: -moz-calc(100% - 15px * 2);
  max-height: calc(100% - 15px * 2);
  overflow: auto;
  padding-top: 30px;
}

.popup__close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
}

.popup__close + * {
  margin-top: 0;
}

.popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1250;
}

.popup .scrolling-content {
  max-height: -webkit-calc(100vh - 30px * 3 - 2px);
  max-height: -moz-calc(100vh - 30px * 3 - 2px);
  max-height: calc(100vh - 30px * 3 - 2px);
  padding: 30px;
  padding-top: 0;
  overflow: auto;
}

/* TAB COMPONENTS
---------------------------------------------------------------------------*/
.tabs {
  border: none;
}

.tabs__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  background: white;
  border-bottom: 1px solid #B0A8A7;
}

.tabs__list:after {
  clear: both;
  content: "";
  display: table;
}

.tabs__tab-control {
  margin: 0;
  float: left;
  text-align: center;
  display: block;
  padding: 10px 15px;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
}

.tabs__tab-control--active {
  border-bottom: 3px solid black;
}

.tabs__content {
  padding: 30px;
  background: white;
  display: none;
}

.tabs__content.active {
  display: block;
}

/* STATUS COMPONENTS
---------------------------------------------------------------------------*/
.status {
  padding-left: 25px;
  position: relative;
}

.status__icon {
  position: absolute;
  left: 0;
  top: 2px;
  color: #B0A8A7;
}

.status__bar {
  width: 100%;
  height: 20px;
  border: 1px solid #B0A8A7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.status__bar:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: #e62600;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.status__text {
  display: block;
  margin-top: 5px;
}

.status--25 .status__bar:before {
  width: 25%;
}

.status--50 .status__bar:before {
  width: 50%;
  background: #AF6C2D;
}

.status--75 .status__bar:before {
  width: 75%;
  background: #938F43;
}

.status--100 .status__icon {
  color: #77b259;
}

.status--100 .status__bar:before {
  width: 100%;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
  background: #77b259;
}

code {
  display: block;
  padding: 1rem;
  word-wrap: normal;
  overflow: auto;
  background: #363738;
  color: #ef006b;
  font-family: monospace, monospace;
}

.code__prop {
  color: #6aff07;
}

.code__value {
  color: #fff72b;
}

.code__text {
  color: white;
}

*[parallax],
*[parallax-container] {
  position: relative;
  overflow: hidden;
}

.slideout {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  border-left: 1px solid #B0A8A7;
  width: 0;
  max-width: -webkit-calc(100% - 47px);
  max-width: -moz-calc(100% - 47px);
  max-width: calc(100% - 47px);
  background: white;
  -webkit-transition: width 0.4s ease-in-out;
  -o-transition: width 0.4s ease-in-out;
  -moz-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.slideout.open {
  width: 400px;
  border: 1px solid #B0A8A7;
}

.slideout.open--wide {
  width: -webkit-calc(100% - 47px);
  width: -moz-calc(100% - 47px);
  width: calc(100% - 47px);
}

.slideout--fixed {
  position: fixed;
  z-index: 100;
}

.slideout--left {
  right: auto;
  left: 0;
}

.slideout--left .slideout__controls {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.slideout__container {
  position: relative;
  padding-right: 60px;
  -webkit-transition: padding 0.4s ease-in-out;
  -o-transition: padding 0.4s ease-in-out;
  -moz-transition: padding 0.4s ease-in-out;
  transition: padding 0.4s ease-in-out;
}

.slideout__container--left {
  padding-right: 0;
  padding-left: 60px;
}

.slideout__content-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
}

.slideout__content {
  display: none;
  padding: 30px;
  max-width: 1290px;
  margin: 0 auto;
}

.slideout__controls {
  margin: 0;
  list-style: none;
  padding: 0;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.slideout__controls li {
  margin: 0;
}

.slideout__controls li:last-of-type .slideout__toggle {
  border-bottom: 1px solid #B0A8A7;
}

.slideout__toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #B0A8A7;
  border-bottom: none;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 1.55556;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: white;
}

.slideout__toggle:hover, .slideout__toggle:focus {
  background: #B0A8A7;
  border-bottom: none;
}

@media (max-width: 767px) {
  .slideout.open {
    width: -webkit-calc(100% - 47px);
    width: -moz-calc(100% - 47px);
    width: calc(100% - 47px);
  }
  .slideout--fixed {
    top: 90px;
  }
}

/* THEME STRUCTURE
------------------------------------------------------------------------------*/
/* GRID
---------------------------------------------------------------------------*/
*[class*="grid__col"] {
  padding: 0 15px;
  margin-bottom: 30px;
  width: 100%;
}

*[class*="grid__col"] img {
  max-width: 100%;
}

*[class*="grid__col"]:last-of-type {
  margin-bottom: 0;
}

.grid {
  margin: 0 -15px;
  margin-bottom: 30px;
}

.grid:after {
  clear: both;
  content: "";
  display: table;
}

.grid:last-of-type {
  margin-bottom: 0;
}

.grid__col--1 {
  width: 8.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-1 {
  margin-left: 8.33333%;
}

.grid__col--offset-left-1 {
  margin-left: -8.33333%;
}

.grid__col--2 {
  width: 16.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-2 {
  margin-left: 16.66667%;
}

.grid__col--offset-left-2 {
  margin-left: -16.66667%;
}

.grid__col--3 {
  width: 25%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-3 {
  margin-left: 25%;
}

.grid__col--offset-left-3 {
  margin-left: -25%;
}

.grid__col--4 {
  width: 33.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-4 {
  margin-left: 33.33333%;
}

.grid__col--offset-left-4 {
  margin-left: -33.33333%;
}

.grid__col--5 {
  width: 41.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-5 {
  margin-left: 41.66667%;
}

.grid__col--offset-left-5 {
  margin-left: -41.66667%;
}

.grid__col--6 {
  width: 50%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-6 {
  margin-left: 50%;
}

.grid__col--offset-left-6 {
  margin-left: -50%;
}

.grid__col--7 {
  width: 58.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-7 {
  margin-left: 58.33333%;
}

.grid__col--offset-left-7 {
  margin-left: -58.33333%;
}

.grid__col--8 {
  width: 66.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-8 {
  margin-left: 66.66667%;
}

.grid__col--offset-left-8 {
  margin-left: -66.66667%;
}

.grid__col--9 {
  width: 75%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-9 {
  margin-left: 75%;
}

.grid__col--offset-left-9 {
  margin-left: -75%;
}

.grid__col--10 {
  width: 83.33333%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-10 {
  margin-left: 83.33333%;
}

.grid__col--offset-left-10 {
  margin-left: -83.33333%;
}

.grid__col--11 {
  width: 91.66667%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-11 {
  margin-left: 91.66667%;
}

.grid__col--offset-left-11 {
  margin-left: -91.66667%;
}

.grid__col--12 {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.grid__col--offset-right-12 {
  margin-left: 100%;
}

.grid__col--offset-left-12 {
  margin-left: -100%;
}

.grid--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

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

.grid--flex > *[class*="grid__col"] {
  float: none;
}

@media (min-width: 480px) {
  .grid--flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-sm .grid__col {
    margin-bottom: 0;
  }
  .grid__col--sm-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-sm-1 {
    margin-left: -8.33333%;
  }
  .grid--wrap-sm-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-1 .grid__col {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-1 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-1 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-sm-2 {
    margin-left: -16.66667%;
  }
  .grid--wrap-sm-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-2 .grid__col {
    width: 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-2 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-2 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-sm-3 {
    margin-left: -25%;
  }
  .grid--wrap-sm-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-3 .grid__col {
    width: 33.33333%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-3 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-3 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-sm-4 {
    margin-left: -33.33333%;
  }
  .grid--wrap-sm-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-4 .grid__col {
    width: 25%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-4 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-4 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-sm-5 {
    margin-left: -41.66667%;
  }
  .grid--wrap-sm-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-5 .grid__col {
    width: 20%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-5 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-5 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-sm-6 {
    margin-left: -50%;
  }
  .grid--wrap-sm-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-6 .grid__col {
    width: 16.66667%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-6 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-6 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-sm-7 {
    margin-left: -58.33333%;
  }
  .grid--wrap-sm-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-7 .grid__col {
    width: 14.28571%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-7 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-7 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-sm-8 {
    margin-left: -66.66667%;
  }
  .grid--wrap-sm-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-8 .grid__col {
    width: 12.5%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-8 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-8 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-sm-9 {
    margin-left: -75%;
  }
  .grid--wrap-sm-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-9 .grid__col {
    width: 11.11111%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-9 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-9 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-sm-10 {
    margin-left: -83.33333%;
  }
  .grid--wrap-sm-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-10 .grid__col {
    width: 10%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-10 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-10 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-sm-11 {
    margin-left: -91.66667%;
  }
  .grid--wrap-sm-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-11 .grid__col {
    width: 9.09091%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-11 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-11 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--sm-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-sm-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-sm-12 {
    margin-left: -100%;
  }
  .grid--wrap-sm-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-sm-12 .grid__col {
    width: 8.33333%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-sm-12 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-sm-12 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .grid--flex-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-md .grid__col {
    margin-bottom: 0;
  }
  .grid__col--md-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-md-1 {
    margin-left: -8.33333%;
  }
  .grid--wrap-md-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-1 .grid__col {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-1 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-1 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-md-2 {
    margin-left: -16.66667%;
  }
  .grid--wrap-md-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-2 .grid__col {
    width: 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-2 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-2 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-md-3 {
    margin-left: -25%;
  }
  .grid--wrap-md-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-3 .grid__col {
    width: 33.33333%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-3 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-3 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-md-4 {
    margin-left: -33.33333%;
  }
  .grid--wrap-md-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-4 .grid__col {
    width: 25%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-4 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-4 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-md-5 {
    margin-left: -41.66667%;
  }
  .grid--wrap-md-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-5 .grid__col {
    width: 20%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-5 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-5 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-md-6 {
    margin-left: -50%;
  }
  .grid--wrap-md-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-6 .grid__col {
    width: 16.66667%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-6 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-6 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-md-7 {
    margin-left: -58.33333%;
  }
  .grid--wrap-md-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-7 .grid__col {
    width: 14.28571%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-7 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-7 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-md-8 {
    margin-left: -66.66667%;
  }
  .grid--wrap-md-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-8 .grid__col {
    width: 12.5%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-8 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-8 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-md-9 {
    margin-left: -75%;
  }
  .grid--wrap-md-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-9 .grid__col {
    width: 11.11111%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-9 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-9 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-md-10 {
    margin-left: -83.33333%;
  }
  .grid--wrap-md-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-10 .grid__col {
    width: 10%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-10 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-10 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-md-11 {
    margin-left: -91.66667%;
  }
  .grid--wrap-md-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-11 .grid__col {
    width: 9.09091%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-11 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-11 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--md-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-md-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-md-12 {
    margin-left: -100%;
  }
  .grid--wrap-md-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-md-12 .grid__col {
    width: 8.33333%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-md-12 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-md-12 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .grid--flex-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-lg .grid__col {
    margin-bottom: 0;
  }
  .grid__col--lg-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-lg-1 {
    margin-left: -8.33333%;
  }
  .grid--wrap-lg-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-1 .grid__col {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-1 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-1 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-lg-2 {
    margin-left: -16.66667%;
  }
  .grid--wrap-lg-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-2 .grid__col {
    width: 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-2 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-2 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-lg-3 {
    margin-left: -25%;
  }
  .grid--wrap-lg-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-3 .grid__col {
    width: 33.33333%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-3 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-3 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-lg-4 {
    margin-left: -33.33333%;
  }
  .grid--wrap-lg-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-4 .grid__col {
    width: 25%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-4 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-4 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-lg-5 {
    margin-left: -41.66667%;
  }
  .grid--wrap-lg-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-5 .grid__col {
    width: 20%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-5 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-5 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-lg-6 {
    margin-left: -50%;
  }
  .grid--wrap-lg-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-6 .grid__col {
    width: 16.66667%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-6 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-6 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-lg-7 {
    margin-left: -58.33333%;
  }
  .grid--wrap-lg-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-7 .grid__col {
    width: 14.28571%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-7 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-7 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-lg-8 {
    margin-left: -66.66667%;
  }
  .grid--wrap-lg-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-8 .grid__col {
    width: 12.5%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-8 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-8 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-lg-9 {
    margin-left: -75%;
  }
  .grid--wrap-lg-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-9 .grid__col {
    width: 11.11111%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-9 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-9 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-lg-10 {
    margin-left: -83.33333%;
  }
  .grid--wrap-lg-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-10 .grid__col {
    width: 10%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-10 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-10 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-lg-11 {
    margin-left: -91.66667%;
  }
  .grid--wrap-lg-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-11 .grid__col {
    width: 9.09091%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-11 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-11 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--lg-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-lg-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-lg-12 {
    margin-left: -100%;
  }
  .grid--wrap-lg-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-lg-12 .grid__col {
    width: 8.33333%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-lg-12 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-lg-12 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .grid--flex-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .grid--flex-xl .grid__col {
    margin-bottom: 0;
  }
  .grid__col--xl-1 {
    width: 8.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-1 {
    margin-left: 8.33333%;
  }
  .grid__col--offset-left-xl-1 {
    margin-left: -8.33333%;
  }
  .grid--wrap-xl-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-1 .grid__col {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-1 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-1 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-2 {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-2 {
    margin-left: 16.66667%;
  }
  .grid__col--offset-left-xl-2 {
    margin-left: -16.66667%;
  }
  .grid--wrap-xl-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-2 .grid__col {
    width: 50%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-2 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-2 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-3 {
    width: 25%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-3 {
    margin-left: 25%;
  }
  .grid__col--offset-left-xl-3 {
    margin-left: -25%;
  }
  .grid--wrap-xl-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-3 .grid__col {
    width: 33.33333%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-3 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-3 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-4 {
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-4 {
    margin-left: 33.33333%;
  }
  .grid__col--offset-left-xl-4 {
    margin-left: -33.33333%;
  }
  .grid--wrap-xl-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-4 .grid__col {
    width: 25%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-4 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-4 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-5 {
    width: 41.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-5 {
    margin-left: 41.66667%;
  }
  .grid__col--offset-left-xl-5 {
    margin-left: -41.66667%;
  }
  .grid--wrap-xl-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-5 .grid__col {
    width: 20%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-5 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-5 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-6 {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-6 {
    margin-left: 50%;
  }
  .grid__col--offset-left-xl-6 {
    margin-left: -50%;
  }
  .grid--wrap-xl-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-6 .grid__col {
    width: 16.66667%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-6 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-6 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-7 {
    width: 58.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-7 {
    margin-left: 58.33333%;
  }
  .grid__col--offset-left-xl-7 {
    margin-left: -58.33333%;
  }
  .grid--wrap-xl-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-7 .grid__col {
    width: 14.28571%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-7 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-7 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-8 {
    width: 66.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-8 {
    margin-left: 66.66667%;
  }
  .grid__col--offset-left-xl-8 {
    margin-left: -66.66667%;
  }
  .grid--wrap-xl-8 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-8 .grid__col {
    width: 12.5%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-8 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-8 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-9 {
    width: 75%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-9 {
    margin-left: 75%;
  }
  .grid__col--offset-left-xl-9 {
    margin-left: -75%;
  }
  .grid--wrap-xl-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-9 .grid__col {
    width: 11.11111%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-9 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-9 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-10 {
    width: 83.33333%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-10 {
    margin-left: 83.33333%;
  }
  .grid__col--offset-left-xl-10 {
    margin-left: -83.33333%;
  }
  .grid--wrap-xl-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-10 .grid__col {
    width: 10%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-10 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-10 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-11 {
    width: 91.66667%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-11 {
    margin-left: 91.66667%;
  }
  .grid__col--offset-left-xl-11 {
    margin-left: -91.66667%;
  }
  .grid--wrap-xl-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-11 .grid__col {
    width: 9.09091%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-11 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-11 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
  .grid__col--xl-12 {
    width: 100%;
    float: left;
    margin-bottom: 0;
  }
  .grid__col--offset-right-xl-12 {
    margin-left: 100%;
  }
  .grid__col--offset-left-xl-12 {
    margin-left: -100%;
  }
  .grid--wrap-xl-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .grid--wrap-xl-12 .grid__col {
    width: 8.33333%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .grid--wrap-xl-12 .grid__col > .card {
    height: 100%;
  }
  .grid--wrap-xl-12 .grid__col:last-of-type {
    margin-bottom: 30px;
  }
}

main,
.main {
  background: #f7f6f6;
}

@media (max-width: 767px) {
  body {
    padding-top: 90px;
  }
}

/* NAVIGATION COMPONENTS
---------------------------------------------------------------------------*/
.nav {
  position: relative;
}

.nav:after {
  clear: both;
  content: "";
  display: table;
}

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

.nav__menu:last-child {
  margin: 0;
}

.nav__menu-item {
  margin: 0;
}

.nav__menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
}

.nav__menu-link i {
  margin-left: 5px;
}

.nav__menu-link.open .dropdown__icon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav__menu-link:hover, .nav__menu-link:focus {
  border: none;
}

.nav__menu-toggle {
  background: transparent;
  margin-left: 10px;
}

.nav__menu-toggle i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -moz-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out;
}

.nav__menu-toggle.open i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav__submenu {
  display: none;
}

.nav--horizontal .dropdown {
  position: static;
}

.nav--horizontal .nav__menu {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1px;
  outline: 1px solid #B0A8A7;
  outline-offset: -1px;
}

.nav--horizontal .nav__menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-left: 1px solid #B0A8A7;
  margin: 0;
}

.nav--horizontal .nav__menu-item:first-of-type {
  border-left: none;
}

.nav--horizontal .nav__menu-item > .nav__menu {
  margin-top: 0;
  padding: 15px;
  padding-right: 0;
  outline: 0;
}

.nav--horizontal .nav__menu-link {
  border-bottom: none;
  padding: 15px;
  background: white;
  color: #003a5d;
}

.nav--horizontal .nav__menu-link:hover, .nav--horizontal .nav__menu-link:focus {
  border-bottom: none;
}

.nav--horizontal .nav__wrapper {
  position: relative;
}

.nav--horizontal .nav__wrapper > .nav__menu-link {
  padding-right: 45px;
}

.nav--horizontal .nav__wrapper > .nav__menu-toggle {
  position: absolute;
  right: 0;
  padding: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 100%;
  background: transparent;
}

.nav--horizontal .nav__submenu {
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 100%;
  left: 0;
  padding: 30px;
  border: 1px solid #B0A8A7;
  margin-top: -1px;
  background: white;
}

.nav--horizontal .nav__submenu .nav__menu {
  float: none;
  border: none;
  background: transparent;
  padding: 0;
  display: block;
  outline: none;
}

.nav--horizontal .nav__submenu .nav__menu-item {
  padding-left: 30px;
  margin-bottom: 15px;
  border: none;
  display: block;
}

.nav--horizontal .nav__submenu .nav__menu-item--first-level {
  padding-left: 0;
}

.nav--horizontal .nav__submenu .nav__menu-item--has-heading > .nav__menu > .nav__menu-item {
  padding-left: 0;
}

.nav--horizontal .nav__submenu .nav__menu-item + .nav__menu-item > h2 {
  margin-top: 45px;
}

.nav--horizontal .nav__submenu .nav__menu-item:last-of-type {
  margin-bottom: 0;
}

.nav--horizontal .nav__submenu .nav__menu-link {
  background: transparent;
  display: inline;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px solid #003a5d;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.nav--horizontal .nav__submenu .nav__menu-link:hover, .nav--horizontal .nav__submenu .nav__menu-link:focus {
  border-bottom: 1px solid transparent;
}

.nav--horizontal .nav__grid {
  margin: -30px;
  margin-bottom: 0;
}

.nav--horizontal .nav__col {
  padding: 30px;
  margin-bottom: -30px;
}

.nav--horizontal .nav__col:last-of-type {
  margin-bottom: -30px;
}

.nav--horizontal .nav__content {
  border-left: 1px solid #B0A8A7;
}

.nav--vertical .nav__menu-link {
  display: inline;
  padding: 0;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px solid #003a5d;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
  background: transparent;
  color: #003a5d;
}

.nav--vertical .nav__menu-link:hover, .nav--vertical .nav__menu-link:focus {
  border-bottom: 1px solid transparent;
}

.nav--vertical .nav__menu-item {
  margin-bottom: 15px;
}

.nav--vertical .nav__menu-item .nav__menu {
  padding: 15px;
  padding-bottom: 0;
}

.nav--vertical .nav__menu-item:last-of-type {
  margin-bottom: 0;
}

.mobile__toggle {
  margin: 0;
  position: fixed;
  right: 15px;
  top: 15px;
  height: 60px;
  z-index: 1100;
}

@media (max-width: 767px) {
  .nav--horizontal .nav__menu {
    display: block;
    width: 100%;
    outline: 0;
  }
  .nav--horizontal .nav__menu-item {
    display: block;
    border: none;
    border-bottom: 1px solid #B0A8A7;
  }
  .nav--horizontal .nav__menu-item:last-of-type {
    border-bottom: none;
  }
  .nav--horizontal .nav__menu-link {
    width: 100%;
  }
  .nav--horizontal .nav__submenu {
    margin-top: 0;
    position: static;
    border: none;
    border-top: 1px solid #B0A8A7;
  }
  .nav--horizontal .nav__submenu .nav__menu {
    float: none;
  }
  .nav--horizontal .nav__content {
    border: none;
  }
  .mobile__menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    padding-top: 90px;
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    background: white;
    border-bottom: 1px solid #B0A8A7;
  }
}

header,
.header {
  padding: 30px 0;
}

.header h1, .header .h1 {
  margin: 0;
}

.header__logo {
  width: 100%;
  max-width: 285px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .header {
    padding: 0;
  }
  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 15px 0;
    height: 90px;
    width: 100%;
    background: white;
    border-bottom: 1px solid #B0A8A7;
  }
  .header__logo {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    width: auto;
    max-width: 100%;
  }
}

section {
  padding: 30px 0;
}

footer,
.footer {
  padding: 30px 0;
}

.footer__logo {
  width: 100%;
  max-width: 75px !important;
}

/* THEME HELPERS
------------------------------------------------------------------------------*/
/* COMPONENT HELPERS
---------------------------------------------------------------------------*/
.jumplink__target:focus {
  outline: 0;
}

/* STRUCTURE HELPERS
---------------------------------------------------------------------------*/
.container {
  width: 100%;
  max-width: 1260px;
  padding: 0 15px;
  margin: 0 auto;
}

.container:after {
  clear: both;
  content: "";
  display: table;
}

.container .container {
  padding: 0;
}

*[class*="breakpoint-shown-"] {
  display: none;
}

*[class*="breakpoint-shown-"]--force {
  display: none !important;
}

*[class*="breakpoint-hidden-"] {
  display: block;
}

*[class*="breakpoint-hidden-"]--force {
  display: block !important;
}

@media (min-width: 480px) {
  .breakpoint-hidden-sm {
    display: none;
  }
  .breakpoint-hidden-sm--force {
    display: none !important;
  }
}

@media (min-width: 480px) {
  .breakpoint-shown-sm {
    display: block;
  }
  .breakpoint-shown-sm--force {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .breakpoint-hidden-md {
    display: none;
  }
  .breakpoint-hidden-md--force {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .breakpoint-shown-md {
    display: block;
  }
  .breakpoint-shown-md--force {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .breakpoint-hidden-lg {
    display: none;
  }
  .breakpoint-hidden-lg--force {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .breakpoint-shown-lg {
    display: block;
  }
  .breakpoint-shown-lg--force {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .breakpoint-hidden-xl {
    display: none;
  }
  .breakpoint-hidden-xl--force {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .breakpoint-shown-xl {
    display: block;
  }
  .breakpoint-shown-xl--force {
    display: block !important;
  }
}

/* ACCESSIBILITY HELPERS
---------------------------------------------------------------------------*/
.webaim-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 1000;
}

.skip-link:focus {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  overflow: visible;
  position: fixed;
  left: 15px;
  top: 15px;
  background: white;
}

/* TYPOGRAPHY HELPERS
---------------------------------------------------------------------------*/
*[data-attach-icon-after] i {
  margin-left: 5px;
}

*[data-attach-icon-before] i {
  margin-right: 5px;
}

/* THEME BASELINE STYLES
------------------------------------------------------------------------------*/
body {
  color: #231F20;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.125;
}

h1, .h1, h1:first-child {
  font-size: 2.8125em;
  font-weight: 700;
  line-height: 1.44444;
  margin-top: 40px;
}

h2, .h2 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.11111;
}

h3, .h3 {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.21429;
  margin-bottom: 10px;
}

h4, .h4 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.33333;
  margin-bottom: 15px;
}

h5, .h5 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.45455;
  margin-bottom: 10px;
}

h6, .h6 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.55556;
  margin-bottom: 20px;
}

h1.underline, h2.underline, h3.underline, h4.underline {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

h1.underline:before, h2.underline:before, h3.underline:before, h4.underline:before {
  content: "";
  background-color: #FDE051;
  height: 3px;
  width: 60px;
  margin-bottom: 15px;
  display: block;
}

h1.underline--lt, h2.underline--lt, h3.underline--lt, h4.underline--lt {
  color: #ffffff;
}

h1.line--below {
  margin: 0 0 40px;
}

h1.line--below:after {
  content: "";
  background-color: #FDE051;
  height: 4px;
  width: 40px;
  margin: 15px auto 0;
  display: block;
}

.print--header h1 {
  margin: 0 0 20px;
}

.print--header p.line--below {
  margin: 0;
}

.print--header p.line--below button.button--link {
  font-weight: 600;
  border-bottom: 0 none;
}

.print--header p.line--below button.button--link span {
  text-decoration: underline;
}

.print--header p.line--below button.button--link:hover span, .print--header p.line--below button.button--link:active span, .print--header p.line--below button.button--link:focus span {
  text-decoration: none;
}

.print--header p.line--below:after {
  content: "";
  background-color: #FDE051;
  height: 4px;
  width: 40px;
  margin: 30px auto 0;
  display: block;
}

@media screen and (max-width: 991px) {
  h1, .h1, h1:first-child {
    font-size: 2.1875em;
    font-weight: 700;
    line-height: 1.57143;
  }
  h2, .h2 {
    font-size: 1.875em;
    font-weight: 600;
    line-height: 1.26667;
  }
}

@media screen and (max-width: 640px) {
  h1, .h1, h1:first-child {
    font-size: 1.75em;
    font-weight: 700;
    line-height: 1.25;
  }
  h2, .h2 {
    font-size: 1.5625em;
    font-weight: 600;
    line-height: 1.28;
  }
  h3, .h3 {
    font-size: 1.375em;
    font-weight: 700;
    line-height: 1.36364;
  }
}

.wp-block-quote {
  max-width: 992px;
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: -webkit-calc(50% - 50vw);
  margin-left: -moz-calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  text-align: left;
  line-height: 1.5;
  border-bottom: 1px solid #f7f6f6;
  padding-bottom: 25px;
}

.wp-block-button__link {
  background-color: #FDE051;
  color: #231F20;
  font-weight: 700;
  padding: 13px 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  border: 2px solid #FDE051;
  line-height: 1.1;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.wp-block-button__link:hover, .wp-block-button__link:active, .wp-block-button__link:focus {
  background: #dcc244;
  color: #231F20;
}

.is-style-outline .wp-block-button__link {
  background-color: #ffffff;
  color: #003a5d;
  border: 2px solid #003a5d;
}

.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:active, .is-style-outline .wp-block-button__link:focus {
  background: #003a5d;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .has-sidebar .alignfull {
    margin-left: 0;
    width: auto;
    margin-right: -webkit-calc(66% - 50vw);
    margin-right: -moz-calc(66% - 50vw);
    margin-right: calc(66% - 50vw);
  }
}

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* THEME STRUCTURE
------------------------------------------------------------------------------*/
.header {
  position: relative;
}

.header a.search-button {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #555;
  text-decoration: none;
  border-bottom: 0 none;
  margin-right: 20px;
}

.header a.search-button:hover, .header a.search-button:focus, .header a.search-button:active {
  color: #003a5d;
}

.header__logo {
  margin-bottom: 0;
}

.header__post-types {
  padding: 60px 0 0;
}

.header__post-types h1 {
  margin: 20px 0 0;
  line-height: 1.2;
}

.header__post-types h2 {
  margin: 0 0 20px;
  font-size: 1.625em;
  font-weight: 600;
  line-height: 1.23077;
}

.header__topics {
  position: relative;
  text-align: center;
  color: #ffffff;
  background-position: center center;
  min-height: 335px;
  padding: 60px 0;
  margin-bottom: 100px;
}

.header__topics h1 {
  font-size: 2.8125em;
  font-weight: 700;
  line-height: 1.22222;
  text-transform: uppercase;
  letter-spacing: 6px;
}

.header__topics h1:after {
  content: "";
  background-color: #E38C25;
  height: 3px;
  width: 60px;
  margin: 10px auto 0;
  display: block;
}

.header__topics--purple h1:after {
  background-color: #B277BD;
}

.header__topics--green h1:after {
  background-color: #37AD70;
}

.header__topics--orange h1:after {
  background-color: #e38c25;
}

.header__topics--blue h1:after {
  background-color: #75a1d5;
}

.header__topics--red h1:after {
  background-color: #Da2128;
}

.header__topics .post__intro {
  position: absolute;
  background-color: #f7f6f6;
  color: #231F20;
  padding: 40px;
  width: 850px;
  max-width: 95%;
  margin: auto;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header__portal--home {
  background-color: #f8f6f6;
  -webkit-background-size: 90% auto;
  -moz-background-size: 90% auto;
  -o-background-size: 90% auto;
  background-size: 90% auto;
  background-repeat: no-repeat;
  padding: 80px 0 250px;
}

.header__portal--home h1 {
  font-size: 55px;
  line-height: 65px;
  max-width: 300px;
}

.header__portal--home h1:after {
  margin: 30px 0 0;
}

.header__portal--home p.larger--text {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.27273;
  margin-bottom: 15px;
}

.header__portal--archive {
  padding-top: 50px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .header .menu--nav-container {
    margin-bottom: 0;
  }
  .header__logo {
    position: static;
    width: auto;
    height: 60px;
  }
  .header__content {
    padding: 15px;
    -webkit-transition: 500ms linear;
    -o-transition: 500ms linear;
    -moz-transition: 500ms linear;
    transition: 500ms linear;
  }
  .header__content.scrolling {
    top: -90px;
  }
  .header__topics h1 {
    font-size: 1.5625em;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 3px;
  }
  .header__topics .post__intro {
    bottom: -110px;
  }
  .header__portal--home h1 {
    font-size: 36px;
    line-height: 44px;
  }
  .header__portal--archive {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.nav--social .nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav--social .nav__menu .nav__menu-item,
.nav--social .nav__menu li {
  margin: 10px;
}

.nav--social .nav__menu .nav__menu-item .nav__menu-link,
.nav--social .nav__menu .nav__menu-item a,
.nav--social .nav__menu li .nav__menu-link,
.nav--social .nav__menu li a {
  color: #CCCCCC;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.42857;
}

.nav--social .nav__menu .nav__menu-item .nav__menu-link i,
.nav--social .nav__menu .nav__menu-item a i,
.nav--social .nav__menu li .nav__menu-link i,
.nav--social .nav__menu li a i {
  margin: 0;
}

.nav--social .nav__menu .nav__menu-item .nav__menu-link:hover, .nav--social .nav__menu .nav__menu-item .nav__menu-link:active, .nav--social .nav__menu .nav__menu-item .nav__menu-link:focus,
.nav--social .nav__menu .nav__menu-item a:hover,
.nav--social .nav__menu .nav__menu-item a:active,
.nav--social .nav__menu .nav__menu-item a:focus,
.nav--social .nav__menu li .nav__menu-link:hover,
.nav--social .nav__menu li .nav__menu-link:active,
.nav--social .nav__menu li .nav__menu-link:focus,
.nav--social .nav__menu li a:hover,
.nav--social .nav__menu li a:active,
.nav--social .nav__menu li a:focus {
  color: #ffffff;
}

.nav--social-circle {
  margin-top: 20px;
}

.nav--social-circle .nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav--social-circle .nav__menu .nav__menu-item,
.nav--social-circle .nav__menu li {
  margin: 0 10px 0 0;
  padding: 0;
}

.nav--social-circle .nav__menu .nav__menu-item .nav__menu-link, .nav--social-circle .nav__menu .nav__menu-item a,
.nav--social-circle .nav__menu li .nav__menu-link,
.nav--social-circle .nav__menu li a {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
  color: #555;
  border: 1px solid rgba(85, 85, 85, 0.7);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 37px;
  height: 37px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.875;
}

.nav--social-circle .nav__menu .nav__menu-item .nav__menu-link i, .nav--social-circle .nav__menu .nav__menu-item a i,
.nav--social-circle .nav__menu li .nav__menu-link i,
.nav--social-circle .nav__menu li a i {
  margin: 0;
}

.nav--social-circle .nav__menu .nav__menu-item .nav__menu-link:hover, .nav--social-circle .nav__menu .nav__menu-item .nav__menu-link:active, .nav--social-circle .nav__menu .nav__menu-item .nav__menu-link:focus, .nav--social-circle .nav__menu .nav__menu-item a:hover, .nav--social-circle .nav__menu .nav__menu-item a:active, .nav--social-circle .nav__menu .nav__menu-item a:focus,
.nav--social-circle .nav__menu li .nav__menu-link:hover,
.nav--social-circle .nav__menu li .nav__menu-link:active,
.nav--social-circle .nav__menu li .nav__menu-link:focus,
.nav--social-circle .nav__menu li a:hover,
.nav--social-circle .nav__menu li a:active,
.nav--social-circle .nav__menu li a:focus {
  color: rgba(85, 85, 85, 0.7);
}

.nav--social-circle .nav__menu .nav__menu-item:before,
.nav--social-circle .nav__menu li:before {
  display: none;
}

.nav__alphabet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.nav__alphabet a {
  font-size: 1.1em;
  color: #003a5d;
  font-weight: 600;
  margin: 0 5px;
  border-bottom-color: transparent;
}

.nav__alphabet a:hover, .nav__alphabet a:active, .nav__alphabet a:focus {
  border-bottom-color: #003a5d;
}

.nav--utility .grid__col--auto {
  border-left: 1px solid #ebe9e9;
  padding-left: 20px;
}

.nav--utility .nav--social .nav__menu {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nav--utility .nav--social .nav__menu li.nav__menu-item {
  margin: 5px 10px;
}

.nav--utility .nav--social .nav__menu li.nav__menu-item a {
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  -moz-transition: 500ms ease;
  transition: 500ms ease;
  color: #231F20;
  font-size: 16px;
}

.nav--utility .nav--social .nav__menu li.nav__menu-item a:hover, .nav--utility .nav--social .nav__menu li.nav__menu-item a:focus, .nav--utility .nav--social .nav__menu li.nav__menu-item a:active {
  color: #003a5d;
}

.nav--utility .wpml-ls {
  width: 40px;
  display: inline-block;
}

.nav--utility .wpml-ls ul {
  list-style: none;
  padding: 0;
}

.nav--utility .wpml-ls ul a {
  font-weight: 600;
  color: #555;
  text-decoration: none;
  border-bottom: 0 none;
}

.nav--utility .wpml-ls ul a:hover, .nav--utility .wpml-ls ul a:focus, .nav--utility .wpml-ls ul a:active {
  color: #003a5d;
}

.nav--initiative.fixed {
  position: fixed;
  top: 20px;
  bottom: auto;
}

.nav--initiative a {
  display: block;
  border: 0 none;
  padding: 10px 10px 10px 0;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.38889;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #231F20;
  height: 50px;
}

.nav--initiative a:before {
  height: 0;
  width: 4px;
  background-color: #FDE051;
  content: "";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: 300ms linear;
  -o-transition: 300ms linear;
  -moz-transition: 300ms linear;
  transition: 300ms linear;
  margin-right: 25px;
}

.nav--initiative a:active, .nav--initiative a:hover, .nav--initiative a:focus, .nav--initiative a.active {
  color: #003a5d;
}

.nav--initiative a:active:before, .nav--initiative a:hover:before, .nav--initiative a:focus:before, .nav--initiative a.active:before {
  height: 25px;
}

.nav__hamburger {
  display: block;
  width: 24px;
  height: 18px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: 0 none;
}

.nav__hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #003a5d;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav__hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav__hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav__hamburger span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.nav__hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

.nav__hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.nav__hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 14px;
  left: 8px;
}

.nav__hamburger:hover, .nav__hamburger:active, .nav__hamburger:focus {
  border: 0 none;
}

.contextual-nav nav {
  border-top: 1px solid #ebe9e9;
  border-bottom: 1px solid #ebe9e9;
  padding: 15px 0;
  position: relative;
}

.contextual-nav nav .nav__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.contextual-nav nav .nav__menu li {
  margin: 0 30px;
}

.contextual-nav nav .nav__menu li a.nav__menu-link, .contextual-nav nav .nav__menu li button.nav__menu-link {
  text-transform: uppercase;
  font-size: 0.9375em;
  font-weight: 700;
  line-height: 1.33333;
  color: #231F20;
  background: transparent;
  letter-spacing: 1px;
}

.contextual-nav nav .nav__menu li a.nav__menu-link:hover, .contextual-nav nav .nav__menu li a.nav__menu-link:active, .contextual-nav nav .nav__menu li a.nav__menu-link:focus, .contextual-nav nav .nav__menu li button.nav__menu-link:hover, .contextual-nav nav .nav__menu li button.nav__menu-link:active, .contextual-nav nav .nav__menu li button.nav__menu-link:focus {
  color: #003b5c;
}

.contextual-nav nav .nav__submenu {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 800;
  background: #ffffff;
  padding: 40px 0;
  border-bottom: 1px solid #ebe9e9;
}

.contextual-nav nav .nav__submenu .grid__col--md-12 {
  max-width: 1200px;
  margin: auto;
  float: none;
}

.contextual-nav nav .nav__submenu .grid__col--md-12 > .nav__menu > li {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-animation: FadeIn 500ms linear;
  -moz-animation: FadeIn 500ms linear;
  -o-animation: FadeIn 500ms linear;
  animation: FadeIn 500ms linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.contextual-nav nav .nav__submenu .grid__col--md-12 > .nav__menu > li:nth-child(1) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}

.contextual-nav nav .nav__submenu .grid__col--md-12 > .nav__menu > li:nth-child(2) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
}

.contextual-nav nav .nav__submenu .grid__col--md-12 > .nav__menu > li:nth-child(3) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
}

.contextual-nav nav .nav__submenu .grid__col--md-12 > .nav__menu > li:nth-child(4) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
}

.contextual-nav nav .nav__submenu .grid__col--md-12 > .nav__menu > li:nth-child(5) {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}

.contextual-nav nav .nav__submenu .nav__menu {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contextual-nav nav .nav__submenu .nav__menu li a.nav__menu-link, .contextual-nav nav .nav__submenu .nav__menu li button.nav__menu-link {
  text-transform: none;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.22222;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  -moz-transition: 500ms ease;
  transition: 500ms ease;
  letter-spacing: 0;
}

.contextual-nav nav .nav__submenu .nav__menu li a.nav__menu-link:hover, .contextual-nav nav .nav__submenu .nav__menu li a.nav__menu-link:focus, .contextual-nav nav .nav__submenu .nav__menu li a.nav__menu-link:active, .contextual-nav nav .nav__submenu .nav__menu li button.nav__menu-link:hover, .contextual-nav nav .nav__submenu .nav__menu li button.nav__menu-link:focus, .contextual-nav nav .nav__submenu .nav__menu li button.nav__menu-link:active {
  color: #003a5d;
}

.contextual-nav nav .nav__submenu .nav__menu li .nav__menu {
  display: block;
  margin-top: 25px;
}

.contextual-nav nav .nav__submenu .nav__menu li .nav__menu li {
  margin: 0 0 15px;
}

.contextual-nav nav .nav__submenu .nav__menu li .nav__menu li a.nav__menu-link, .contextual-nav nav .nav__submenu .nav__menu li .nav__menu li button.nav__menu-link {
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.33333;
}

.contextual-nav nav .nav__submenu .nav__menu li .nav__menu:before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  margin-bottom: 15px;
  background-color: #B0A8A7;
}

.contextual-nav--portal nav {
  padding: 0;
}

.contextual-nav--portal nav .nav__menu li a.nav__menu-link,
.contextual-nav--portal nav .nav__menu li button.nav__menu-link {
  padding: 15px 0 10px;
  border-bottom: 5px solid transparent;
}

.contextual-nav--portal nav .nav__menu li a.nav__menu-link i,
.contextual-nav--portal nav .nav__menu li button.nav__menu-link i {
  display: none;
}

.contextual-nav--portal nav .nav__menu li a.nav__menu-link:hover, .contextual-nav--portal nav .nav__menu li a.nav__menu-link:active, .contextual-nav--portal nav .nav__menu li a.nav__menu-link:focus, .contextual-nav--portal nav .nav__menu li a.nav__menu-link.active,
.contextual-nav--portal nav .nav__menu li button.nav__menu-link:hover,
.contextual-nav--portal nav .nav__menu li button.nav__menu-link:active,
.contextual-nav--portal nav .nav__menu li button.nav__menu-link:focus,
.contextual-nav--portal nav .nav__menu li button.nav__menu-link.active {
  color: #003a5d;
  border-bottom: 5px solid #003a5d;
}

.main-nav {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 900;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffffff), color-stop(30%, #f7f6f6));
  background: -webkit-linear-gradient(left, #ffffff 70%, #f7f6f6 30%);
  background: -moz- oldlinear-gradient(left, #ffffff 70%, #f7f6f6 30%);
  background: -o-linear-gradient(left, #ffffff 70%, #f7f6f6 30%);
  background: linear-gradient(to right, #ffffff 70%, #f7f6f6 30%);
  border-top: 1px solid #ebe9e9;
  border-bottom: 1px solid #ebe9e9;
  display: none;
}

.main-nav .container.breakpoint-shown-lg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.main-nav .main-menu-container {
  padding: 30px 0;
  border-right: 1px solid #ebe9e9;
  width: 33%;
  -webkit-animation: FadeIn 300ms ease;
  -moz-animation: FadeIn 300ms ease;
  -o-animation: FadeIn 300ms ease;
  animation: FadeIn 300ms ease;
}

.main-nav .main-menu-container ul {
  margin: 0;
  padding: 0;
}

.main-nav .main-menu-container .utility-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav .main-menu-container .utility-mobile .wpml-ls {
  height: 16px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ccc;
}

.main-nav .main-menu-container .utility-mobile .wpml-ls li {
  margin: 0;
}

.main-nav .main-menu-container .utility-mobile .wpml-ls li a.wpml-ls-link {
  font-size: 18px;
  font-weight: 700;
  border-bottom: 0 none;
  line-height: 1;
}

.main-nav .main-menu-container .nav--social .nav__menu li {
  margin: 0 20px 0 0;
}

.main-nav .main-menu-container .nav--social .nav__menu li a {
  color: #231F20;
}

.main-nav .main-menu-container .nav--social .nav__menu li a:hover, .main-nav .main-menu-container .nav--social .nav__menu li a:active, .main-nav .main-menu-container .nav--social .nav__menu li a:focus {
  color: #B0A8A7;
}

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

.main-nav ul li {
  margin-bottom: 30px;
}

.main-nav ul li .nav__parent-item, .main-nav ul li .nav__single-item {
  text-transform: uppercase;
}

.main-nav ul li .nav__parent-item a, .main-nav ul li .nav__single-item a {
  color: #003a5d;
  font-weight: 700;
  border-bottom: 0 none;
}

.main-nav ul li .nav__menu {
  margin-top: 20px;
}

.main-nav ul li .nav__menu li {
  margin-bottom: 20px;
}

.main-nav ul li .nav__menu li a {
  border-bottom: 0 none;
  color: #231F20;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.main-nav ul li .nav__menu li a:after {
  background-color: #FDE051;
  content: "";
  display: inline-block;
  width: 0;
  height: 2px;
  vertical-align: middle;
  margin-left: 10px;
}

.main-nav ul li .nav__menu li a:hover, .main-nav ul li .nav__menu li a:active, .main-nav ul li .nav__menu li a:focus, .main-nav ul li .nav__menu li a.open {
  font-weight: 600;
  outline: none;
}

.main-nav ul li .nav__menu li a:hover:after, .main-nav ul li .nav__menu li a:active:after, .main-nav ul li .nav__menu li a:focus:after, .main-nav ul li .nav__menu li a.open:after {
  -webkit-animation: slideLeft 300ms linear;
  -moz-animation: slideLeft 300ms linear;
  -o-animation: slideLeft 300ms linear;
  animation: slideLeft 300ms linear;
  width: 35px;
}

.main-nav ul li .nav__menu li .third__lvl-menu {
  display: none;
  margin: 20px 0 0 15px;
}

.main-nav ul li .nav__menu li .third__lvl-menu li a:after {
  display: none;
}

.main-nav .nav__sub--menu {
  width: 33%;
  padding: 30px 50px;
}

.main-nav .nav__sub--menu--third {
  display: none;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.main-nav .nav__sub--menu--third.show {
  display: block;
  opacity: 1;
  -webkit-animation: FadeIn 300ms ease;
  -moz-animation: FadeIn 300ms ease;
  -o-animation: FadeIn 300ms ease;
  animation: FadeIn 300ms ease;
}

.main-nav .nav__sub--menu--third li {
  margin-bottom: 10px;
}

.main-nav .nav__sub--menu--third li a {
  border-bottom: 0 none;
  color: #231F20;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.main-nav .nav__sub--menu--third li a:hover, .main-nav .nav__sub--menu--third li a:active, .main-nav .nav__sub--menu--third li a:focus {
  font-weight: 600;
  outline: none;
}

.main-nav .featured-posts {
  width: 33%;
  padding: 30px 50px;
  background-color: #f7f6f6;
}

.main-nav .featured-posts .topic_feed {
  display: none;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.main-nav .featured-posts .topic_feed.show {
  display: block;
  opacity: 1;
  -webkit-animation: FadeIn 300ms ease;
  -moz-animation: FadeIn 300ms ease;
  -o-animation: FadeIn 300ms ease;
  animation: FadeIn 300ms ease;
}

.footer .nav--vertical .nav__menu-link {
  color: #ffffff;
  border-color: #ffffff;
}

.footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-menu li:before {
  display: none;
}

.footer .footer-menu li a {
  color: #ffffff;
  border-color: #231F20;
  line-height: 1;
  margin: 0;
}

.footer .footer-menu li a:hover, .footer .footer-menu li a:active, .footer .footer-menu li a:focus {
  border-color: #ffffff;
}

.footer .footer-menu li a.first-level {
  font-weight: 700;
}

.footer .footer-menu li ul {
  margin: 20px 0 10px;
  font-size: 0.9;
}

.footer .footer-menu li ul li a {
  color: #CCCCCC;
}

.footer .footer-menu--inline {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.28571;
}

.footer .footer-menu--inline li {
  display: inline-block;
  padding-left: 10px;
}

.footer .footer-menu--inline li:before {
  display: inline-block;
  content: "|";
  padding-right: 10px;
}

.footer .footer-menu--inline li a {
  color: #CCCCCC;
}

.footer .footer-menu--inline li:first-of-type {
  padding: 0;
}

.footer .footer-menu--inline li:first-of-type:before {
  display: none;
}

.fixed-footer-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 10px;
  z-index: 800;
  background: #003a5d;
  color: #ffffff;
  max-height: 75%;
  overflow-y: scroll;
  -webkit-transition: 500ms linear;
  -o-transition: 500ms linear;
  -moz-transition: 500ms linear;
  transition: 500ms linear;
}

.fixed-footer-nav.scrolling {
  bottom: -90px;
}

.fixed-footer-nav .dropdown__content {
  padding-bottom: 40px;
}

.fixed-footer-nav .dropdown__content h3 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.22222;
  margin: 20px 0 30px;
  color: #FDE051;
}

.fixed-footer-nav .dropdown__content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
}

.fixed-footer-nav .dropdown__content ul li:before {
  display: none;
}

.fixed-footer-nav .dropdown__content ul li a {
  font-weight: 400;
  font-style: italic;
  color: #ffffff;
  border: 0 none;
  text-decoration: underline;
}

.fixed-footer-nav .dropdown__content ul li a.active {
  color: #FDE051;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
}

.fixed-footer-nav .button--link-has-icon.dropdown__toggle {
  width: 95%;
  color: #ffffff;
  border: 0 none;
  padding: 0;
  margin: 0 auto;
  display: block;
  font-size: 1.3em;
  position: relative;
  font-weight: 700;
}

.fixed-footer-nav .button--link-has-icon.dropdown__toggle:before {
  display: inline-block;
  content: "\f03a";
  color: #FDE051;
  font-family: "Font Awesome 5 Pro";
  margin-right: 40px;
  vertical-align: middle;
  line-height: 1;
  font-size: 1.5em;
}

.fixed-footer-nav .button--link-has-icon.dropdown__toggle i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
  color: #FDE051;
}

.fixed-footer-nav .button--link-has-icon.dropdown__toggle.open i {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.fixed-footer-nav.fixed--footer--filters .button--link-has-icon.dropdown__toggle:before {
  content: "\f1de";
}

.fixed-footer-nav.fixed--footer--filters .button--link-has-icon.no-border {
  color: #ffffff;
}

.menu--nav-container {
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: 10px;
  border-right: 1px solid #ebe9e9;
  margin-bottom: 0;
}

.map_navigation {
  padding-top: 50px;
  padding-bottom: 50px;
}

.map_navigation *[class*="grid__col"] {
  padding: 0 5px;
}

.map_navigation .button--prev,
.map_navigation .button--next {
  position: relative;
}

.map_navigation .button--prev a,
.map_navigation .button--next a {
  position: relative;
  display: block;
  width: 100%;
  padding: 90px 30px;
  background-color: rgba(176, 168, 167, 0.1);
  border-bottom: 0 none;
  color: #231F20;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  -moz-transition: 200ms ease;
  transition: 200ms ease;
}

.map_navigation .button--prev a:hover, .map_navigation .button--prev a:active, .map_navigation .button--prev a:focus,
.map_navigation .button--next a:hover,
.map_navigation .button--next a:active,
.map_navigation .button--next a:focus {
  text-decoration: underline;
}

.map_navigation .button--prev a span.sub,
.map_navigation .button--next a span.sub {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

.map_navigation .button--prev:after {
  display: block;
  content: '';
  background-color: rgba(176, 168, 167, 0.1);
  height: 100%;
  width: 3000px;
  left: -3000px;
  top: 0;
  position: absolute;
}

.map_navigation .button--prev a {
  padding-left: 60px;
}

.map_navigation .button--prev a:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f177";
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.map_navigation .button--prev a:hover:after, .map_navigation .button--prev a:active:after, .map_navigation .button--prev a:focus:after {
  left: 5px;
}

.map_navigation .button--next:after {
  display: block;
  content: '';
  background-color: rgba(176, 168, 167, 0.1);
  height: 100%;
  width: 3000px;
  right: -3000px;
  top: 0;
  position: absolute;
}

.map_navigation .button--next a {
  padding-right: 60px;
}

.map_navigation .button--next a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.map_navigation .button--next a:hover:after, .map_navigation .button--next a:active:after, .map_navigation .button--next a:focus:after {
  right: 5px;
}

@media only screen and (max-width: 991px) {
  .contextual-nav {
    display: none;
  }
  .contextual-nav--portal {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 900;
  }
  .contextual-nav--portal nav {
    border-top: 0 none;
    border-bottom: 0 none;
  }
  .contextual-nav--portal nav .nav__menu {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .contextual-nav--portal nav .nav__menu li {
    margin: 0;
    text-align: center;
    height: 100%;
    width: 20%;
  }
  .contextual-nav--portal nav .nav__menu li a.nav__menu-link,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link {
    font-size: 12px;
    text-transform: none;
    display: block;
    padding: 15px 5px;
    height: 100%;
    border-bottom: 0 none;
    border-top: 3px solid transparent;
  }
  .contextual-nav--portal nav .nav__menu li a.nav__menu-link i,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link i {
    display: block;
    margin: 0 0 10px;
    font-size: 20px;
  }
  .contextual-nav--portal nav .nav__menu li a.nav__menu-link:hover, .contextual-nav--portal nav .nav__menu li a.nav__menu-link:active, .contextual-nav--portal nav .nav__menu li a.nav__menu-link:focus, .contextual-nav--portal nav .nav__menu li a.nav__menu-link.active,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link:hover,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link:active,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link:focus,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link.active {
    color: #003a5d;
    border-bottom: 0 none;
    background-color: #e5ebee;
    border-top: 3px solid #003a5d;
  }
  .contextual-nav--portal nav .nav__menu li a.nav__menu-link:hover i, .contextual-nav--portal nav .nav__menu li a.nav__menu-link:active i, .contextual-nav--portal nav .nav__menu li a.nav__menu-link:focus i, .contextual-nav--portal nav .nav__menu li a.nav__menu-link.active i,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link:hover i,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link:active i,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link:focus i,
  .contextual-nav--portal nav .nav__menu li button.nav__menu-link.active i {
    font-weight: 700;
  }
  .main-nav {
    background: #ffffff;
  }
  .main-nav .featured-posts {
    display: none;
  }
  .main-nav .main-menu-container,
  .main-nav .nav__sub--menu {
    width: 50%;
  }
  .main-nav .container.breakpoint-shown-lg {
    display: none;
  }
  .map_navigation {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .map_navigation .button--prev a span,
  .map_navigation .button--next a span {
    display: none;
  }
  .map_navigation .button--prev a span.sub,
  .map_navigation .button--next a span.sub {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .main-nav {
    position: fixed;
    top: 90px;
    max-height: 90%;
    overflow-y: scroll;
  }
  .main-nav .nav__sub--menu {
    display: none;
  }
  .main-nav .main-menu-container {
    width: 100%;
    padding: 20px;
  }
}

.container.container--relative {
  position: relative;
}

.grid--separator {
  padding-top: 50px;
  margin-top: 20px;
  border-top: 1px solid #ebe9e9;
}

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

.grid--align-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.grid--align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grid__col--auto {
  width: auto;
}

.grid.grid--flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.grid.grid--flex:after {
  display: none;
}

.grid.grid--flex--start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid.grid--flex--end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

*[class*="grid__col"].grid__col--left-0 {
  padding-left: 0;
}

@media (max-width: 991px) {
  .order__col--md-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order__col--md-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order__col--md-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order__col--md-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .auto-width--mobile {
    width: auto;
  }
}

@media (min-width: 992px) {
  .order__col--lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order__col--lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order__col--lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order__col--lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 640px) {
  .order__col--sm-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order__col--sm-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order__col--sm-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order__col--sm-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

img {
  max-width: 100%;
}

.map--detail-page .section__content {
  padding-top: 80px;
}

.map--detail-page .sharable-quote {
  margin-left: 0;
}

.map--detail-page .section__summary .button--primary-hollow {
  display: block;
  width: 100%;
  text-align: center;
}

.map--detail-page .button--print {
  margin-left: 50px;
  border-bottom: 0 none;
  text-decoration: none;
}

.map--detail-page .button--print i {
  margin-left: 5px;
}

.map--detail-page .button--print:hover, .map--detail-page .button--print:active, .map--detail-page .button--print:focus {
  text-decoration: underline;
}

.post__intro p {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

.post__intro-margin p {
  margin-bottom: 40px;
}

.post__intro--lg h2 {
  font-size: 2.9375em;
  font-weight: 700;
  line-height: 1.17021;
  margin-bottom: 50px;
}

.post__intro--container {
  margin-bottom: 80px;
  margin-top: 40px;
}

.post__intro--container .post__intro {
  margin-top: 0;
}

.main, main {
  background: transparent;
}

.main hr, main hr {
  background: #eaeaea;
}

.main .has-medium-font-size, main .has-medium-font-size {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.36364;
}

.main .container--sm-content, main .container--sm-content {
  max-width: 820px;
}

.main iframe, main iframe {
  max-width: 100%;
}

.main .post__intro, main .post__intro {
  margin-top: 20px;
}

.main .images__group, main .images__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.main .images__group *[class*="grid__col"], main .images__group *[class*="grid__col"] {
  padding: 0 10px;
}

.main .images__caption, main .images__caption {
  width: 80%;
  margin: 10px auto;
  padding: 0 10px;
}

.main .images__caption p, main .images__caption p {
  font-size: 0.9em;
}

.main img, main img {
  height: auto;
}

.main img.alignleft, main img.alignleft {
  float: left;
  margin: 0 30px 30px 0;
}

.main img.alignRight, main img.alignRight {
  float: right;
  margin: 0 0 30px 30px;
}

.main ul, .main ol, main ul, main ol {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.main ul:last-child, .main ol:last-child, main ul:last-child, main ol:last-child {
  margin-bottom: 0;
}

.main ul li, .main ol li, main ul li, main ol li {
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.625;
}

.main ul li > ul:last-child, .main ul li > ol:last-child, .main ol li > ul:last-child, .main ol li > ol:last-child, main ul li > ul:last-child, main ul li > ol:last-child, main ol li > ul:last-child, main ol li > ol:last-child {
  margin-top: 0;
}

.main ul, main ul {
  padding-left: 25px;
  list-style: disc;
}

.main ul li, main ul li {
  position: relative;
}

.main ul li::marker, main ul li::marker {
  font-size: 20px;
  color: #003a5d;
}

.main ul li ul, main ul li ul {
  list-style: none;
}

.main ul li ul li:before, main ul li ul li:before {
  content: '\f0da';
  font-family: "Font Awesome 5 Pro";
  font-weight: 700;
}

.main ul li ul li .list__icon, main ul li ul li .list__icon {
  color: #003a5d;
  position: absolute;
  left: 10px;
  top: 4px;
}

.main ul li ol, main ul li ol {
  counter-reset: custom-ol-top -webkit-calc(var(--start) - 1);
  counter-reset: custom-ol-top -moz-calc(var(--start) - 1);
  counter-reset: custom-ol-top calc(var(--start) - 1);
}

.main ul li ol > li, main ul li ol > li {
  counter-increment: custom-ol-top;
  padding-left: 30px;
  position: relative;
}

.main ul li ol > li:before, main ul li ol > li:before {
  content: counter(custom-ol-top) "";
  color: #003a5d;
  position: absolute;
  left: 10px;
  top: 0px;
}

.main ul li ol > li ol, main ul li ol > li ol {
  counter-reset: custom-ol-nested;
}

.main ul li ol > li ol > li, main ul li ol > li ol > li {
  counter-increment: custom-ol-nested;
}

.main ul li ol > li ol > li:before, main ul li ol > li ol > li:before {
  content: counter(custom-ol-nested, lower-alpha) ".";
}

.main ol, main ol {
  counter-reset: custom-ol-top -webkit-calc(var(--start) - 1);
  counter-reset: custom-ol-top -moz-calc(var(--start) - 1);
  counter-reset: custom-ol-top calc(var(--start) - 1);
}

.main ol > li, main ol > li {
  counter-increment: custom-ol-top;
  padding-left: 30px;
  position: relative;
}

.main ol > li:before, main ol > li:before {
  content: counter(custom-ol-top) "";
  color: #003a5d;
  position: absolute;
  left: 10px;
  top: 0px;
}

.main ol > li ol, main ol > li ol {
  counter-reset: custom-ol-nested;
}

.main ol > li ol > li, main ol > li ol > li {
  counter-increment: custom-ol-nested;
}

.main ol > li ol > li:before, main ol > li ol > li:before {
  content: counter(custom-ol-nested, lower-alpha) ".";
}

.main ol > li ul li, main ol > li ul li {
  position: relative;
  padding-left: 30px;
}

.main ol > li ul li:before, main ol > li ul li:before {
  content: '●';
  color: #003a5d;
  position: absolute;
  left: 10px;
  top: 0px;
}

.main ol > li ul li ul li:before, main ol > li ul li ul li:before {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
}

.main ol > li ul li ul li .list__icon, main ol > li ul li ul li .list__icon {
  color: #003a5d;
  position: absolute;
  left: 10px;
  top: 4px;
}

.main .wp-block-quote, main .wp-block-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
  max-width: 100%;
  position: relative;
  background-color: #fffbea;
  padding: 50px 20px 40px;
  border: 0 none;
}

.main .wp-block-quote p, main .wp-block-quote p {
  position: relative;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  font-style: italic;
  padding-left: 20px;
}

.main .wp-block-quote cite, main .wp-block-quote cite {
  padding-left: 20px;
  color: #231F20;
}

.main .wp-block-quote:before, main .wp-block-quote:before {
  content: "";
  background-color: #FDE051;
  height: 3px;
  width: 80px;
  margin-bottom: 30px;
  display: block;
}

@media screen and (max-width: 991px) {
  .map--detail-page .section__content#list-view {
    padding-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .main .images__group, .main .images__caption, main .images__group, main .images__caption {
    width: 100%;
  }
  .post__intro--lg h2 {
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .map--detail-page .section__content {
    padding-top: 40px;
  }
  .map--detail-page .button--print {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #B0A8A7;
  }
  .map--detail-page .button--print span {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
}

section, .section {
  padding: 0;
}

section__padded, .section__padded {
  padding-top: 30px;
  padding-bottom: 30px;
}

section__padded--lg, .section__padded--lg {
  padding-top: 60px;
  padding-bottom: 50px;
}

section__padded--xlg, .section__padded--xlg {
  padding-top: 90px;
  padding-bottom: 90px;
}

section__padded--bt, .section__padded--bt {
  padding-bottom: 90px;
}

section__brand_bg, .section__brand_bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #003a5d;
  color: #ffffff;
}

section__brand_bg h2, .section__brand_bg h2 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.25;
  margin: 30px 0 35px;
  color: #ffffff;
}

section__brand_bg h2.underline, .section__brand_bg h2.underline {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
}

section__brand_bg h3 a, .section__brand_bg h3 a {
  color: #ffffff;
  font-weight: 600;
}

section__brand_bg h3 a:hover, section__brand_bg h3 a:active, section__brand_bg h3 a:focus, .section__brand_bg h3 a:hover, .section__brand_bg h3 a:active, .section__brand_bg h3 a:focus {
  color: #FDE051;
}

section__grey-bg, .section__grey-bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f6f6;
}

section__grey-bg-sm, .section__grey-bg-sm {
  background-color: #f7f6f6;
}

section__featured-img, .section__featured-img {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, #FDE051), color-stop(35%, transparent));
  background: -webkit-linear-gradient(top, #FDE051 65%, transparent 35%);
  background: -moz- oldlinear-gradient(top, #FDE051 65%, transparent 35%);
  background: -o-linear-gradient(top, #FDE051 65%, transparent 35%);
  background: linear-gradient(to bottom, #FDE051 65%, transparent 35%);
  margin-bottom: 50px;
  margin-top: -20px;
}

section__featured-img-inner, .section__featured-img-inner {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(left, transparent 50%, #ffffff 50%);
  background: -moz- oldlinear-gradient(left, transparent 50%, #ffffff 50%);
  background: -o-linear-gradient(left, transparent 50%, #ffffff 50%);
  background: linear-gradient(to right, transparent 50%, #ffffff 50%);
}

section__featured-img.full--height, .section__featured-img.full--height {
  background: #FDE051;
}

section__featured-img.quarter--height, .section__featured-img.quarter--height {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, #FDE051), color-stop(25%, transparent));
  background: -webkit-linear-gradient(top, #FDE051 75%, transparent 25%);
  background: -moz- oldlinear-gradient(top, #FDE051 75%, transparent 25%);
  background: -o-linear-gradient(top, #FDE051 75%, transparent 25%);
  background: linear-gradient(to bottom, #FDE051 75%, transparent 25%);
}

section__featured-img .topics__group, .section__featured-img .topics__group {
  padding: 30px 0;
}

section__featured-img-full, .section__featured-img-full {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #FDE051), color-stop(45%, transparent));
  background: -webkit-linear-gradient(top, #FDE051 55%, transparent 45%);
  background: -moz- oldlinear-gradient(top, #FDE051 55%, transparent 45%);
  background: -o-linear-gradient(top, #FDE051 55%, transparent 45%);
  background: linear-gradient(to bottom, #FDE051 55%, transparent 45%);
  margin-bottom: 0px;
  margin-top: 50px;
}

section__featured-img-full img, .section__featured-img-full img {
  width: 100%;
}

section__featured-img-right, .section__featured-img-right {
  margin-top: 0;
  margin-bottom: 0;
  background: transparent;
}

section__featured-img-right .container--relative:after, .section__featured-img-right .container--relative:after {
  display: block;
  content: '';
  width: 3000px;
  height: 250px;
  position: absolute;
  right: -3000px;
  top: 0;
  background-color: #FDE051;
}

section__featured, .section__featured {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #ffffff), color-stop(20%, #f7f6f6));
  background: -webkit-linear-gradient(top, #ffffff 80%, #f7f6f6 20%);
  background: -moz- oldlinear-gradient(top, #ffffff 80%, #f7f6f6 20%);
  background: -o-linear-gradient(top, #ffffff 80%, #f7f6f6 20%);
  background: linear-gradient(to bottom, #ffffff 80%, #f7f6f6 20%);
}

section__featured--secondary-body, .section__featured--secondary-body {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #FDE051), color-stop(45%, transparent));
  background: -webkit-linear-gradient(top, #FDE051 55%, transparent 45%);
  background: -moz- oldlinear-gradient(top, #FDE051 55%, transparent 45%);
  background: -o-linear-gradient(top, #FDE051 55%, transparent 45%);
  background: linear-gradient(to bottom, #FDE051 55%, transparent 45%);
  margin-bottom: 70px;
  margin-top: 0;
}

section__featured--secondary-body .inner, .section__featured--secondary-body .inner {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #003a5d));
  background: -webkit-linear-gradient(left, transparent 50%, #003a5d 50%);
  background: -moz- oldlinear-gradient(left, transparent 50%, #003a5d 50%);
  background: -o-linear-gradient(left, transparent 50%, #003a5d 50%);
  background: linear-gradient(to right, transparent 50%, #003a5d 50%);
}

section__featured--secondary-body .brand-bg, .section__featured--secondary-body .brand-bg {
  background-color: #003a5d;
  color: #ffffff;
  padding: 90px 40px 90px 90px;
}

section__featured--secondary-body .brand-bg p, .section__featured--secondary-body .brand-bg p {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.25;
}

section__featured-post, .section__featured-post {
  margin-top: 40px;
}

section__featured-post .primary, .section__featured-post .primary {
  position: relative;
}

section__featured-post .primary .section__featured-content, .section__featured-post .primary .section__featured-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  padding: 20px 25px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

section__featured-post .secondary, .section__featured-post .secondary {
  margin-bottom: 10px;
}

section__featured-post .secondary h3, .section__featured-post .secondary h3 {
  font-size: 1.5em;
}

section__featured-post .secondary h3 a, .section__featured-post .secondary h3 a {
  color: #231F20;
  border-color: transparent;
  font-weight: 700;
}

section__featured-post .secondary h3 a:hover, section__featured-post .secondary h3 a:active, section__featured-post .secondary h3 a:focus, .section__featured-post .secondary h3 a:hover, .section__featured-post .secondary h3 a:active, .section__featured-post .secondary h3 a:focus {
  color: #003a5d;
}

section__featured-post-home h2, .section__featured-post-home h2 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
}

section__featured-post-home .secondary, .section__featured-post-home .secondary {
  background-color: #f7f6f6;
  margin-bottom: 10px;
  padding: 20px;
}

section__featured-post-home .secondary h3, .section__featured-post-home .secondary h3 {
  font-size: 1.2em;
}

section__featured-post-home .secondary h3 a, .section__featured-post-home .secondary h3 a {
  line-height: 1.2;
}

section__featured-post-home .secondary .intro p, section__featured-post-home .secondary .intro p:last-child, .section__featured-post-home .secondary .intro p, .section__featured-post-home .secondary .intro p:last-child {
  font-size: 0.9em;
  line-height: 1.4;
  margin-bottom: 10px;
}

section__featured-post-home .secondary:nth-child(odd), .section__featured-post-home .secondary:nth-child(odd) {
  background-color: #e5ebee;
}

section__featured-post-home .secondary:nth-child(odd) .intro, .section__featured-post-home .secondary:nth-child(odd) .intro {
  display: none;
}

section__featured-post-home .secondary:last-of-type, .section__featured-post-home .secondary:last-of-type {
  margin-bottom: 0;
}

section__featured-content, .section__featured-content {
  padding: 42px;
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-95px);
  -moz-transform: translateY(-95px);
  -ms-transform: translateY(-95px);
  -o-transform: translateY(-95px);
  transform: translateY(-95px);
}

section__featured-content .post__meta, .section__featured-content .post__meta {
  margin-bottom: 10px;
}

section__featured-content h3, .section__featured-content h3 {
  font-size: 2em;
}

section__featured-content h3 a, .section__featured-content h3 a {
  line-height: 1;
  color: #231F20;
  border-bottom: 0 none;
  font-weight: 600;
}

section__focus, .section__focus {
  padding-top: 70px;
  padding-bottom: 70px;
}

section__focus h2.underline, .section__focus h2.underline {
  margin-bottom: 15px;
}

section__focus .focus_area_title h2, .section__focus .focus_area_title h2 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.25;
  margin-right: 40px;
}

section__about, .section__about {
  position: relative;
  margin-top: 60px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ffffff), color-stop(50%, #f7f6f6));
  background: -webkit-linear-gradient(left, #ffffff 50%, #f7f6f6 50%);
  background: -moz- oldlinear-gradient(left, #ffffff 50%, #f7f6f6 50%);
  background: -o-linear-gradient(left, #ffffff 50%, #f7f6f6 50%);
  background: linear-gradient(to right, #ffffff 50%, #f7f6f6 50%);
}

section__about .brand-2-bar, .section__about .brand-2-bar {
  width: 50%;
  height: 230px;
  background-color: #FDE051;
  position: absolute;
  bottom: 0;
  left: 0;
}

section__about .container, .section__about .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f7f6f6 url("../../images/map.svg") no-repeat center center/cover;
}

section__about h2, .section__about h2 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.38889;
}

section__about h2:after, .section__about h2:after {
  content: "";
  background-color: #FDE051;
  height: 6px;
  width: 85px;
  margin-top: 20px;
  display: block;
}

section__about p, .section__about p {
  margin-bottom: 20px;
}

section__about p a.button--link-has-icon, .section__about p a.button--link-has-icon {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
}

section__about p a.button--link-has-icon i, .section__about p a.button--link-has-icon i {
  margin-left: 10px;
}

section__about p a.button--link-has-icon span, .section__about p a.button--link-has-icon span {
  border-bottom: 2px solid transparent;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

section__about p a.button--link-has-icon:hover span, section__about p a.button--link-has-icon:active span, section__about p a.button--link-has-icon:focus span, .section__about p a.button--link-has-icon:hover span, .section__about p a.button--link-has-icon:active span, .section__about p a.button--link-has-icon:focus span {
  border-color: #003a5d;
}

section__about .content p, section__about .content p:last-child, .section__about .content p, .section__about .content p:last-child {
  margin-bottom: 30px;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.27273;
}

section__all, .section__all {
  padding-top: 40px;
  padding-bottom: 40px;
}

section__all h2, .section__all h2 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

section__all h2:before, .section__all h2:before {
  content: "";
  background-color: #FDE051;
  height: 3px;
  width: 60px;
  margin-bottom: 15px;
  display: block;
}

section__all p, .section__all p {
  font-size: 0.9em;
}

section__all--resources, .section__all--resources {
  background-color: #f7f6f6;
}

section__all--resources .card__light-grey, .section__all--resources .card__light-grey {
  margin-bottom: 30px;
}

section__all--publications .single__result, .section__all--publications .single__result {
  border-bottom: 1px solid #ebe9e9;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

section__all--publications .single__result h3 a, .section__all--publications .single__result h3 a {
  color: #231F20;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  border: 0 none;
}

section__all .intro p, .section__all .intro p {
  font-size: 1em;
  margin-bottom: 15px;
}

section__initiatives .header__post-types, .section__initiatives .header__post-types {
  padding: 0;
}

section__initiatives .header__post-types h1:after, .section__initiatives .header__post-types h1:after {
  display: block;
  content: "";
  background-color: #FDE051;
  width: 70px;
  height: 4px;
  margin-top: 40px;
  margin-bottom: 40px;
}

section__initiatives .section__padded, .section__initiatives .section__padded {
  padding-top: 60px;
  padding-bottom: 60px;
}

section__initiatives--sidebar, .section__initiatives--sidebar {
  border-left: 1px solid #ebe9e9;
}

section__initiatives--sidebar.section__padded, .section__initiatives--sidebar.section__padded {
  padding: 60px 0;
}

section__initiatives .single__post, .section__initiatives .single__post {
  border-top: 1px solid #ebe9e9;
  margin-top: 70px;
  padding-top: 60px;
  padding-right: 10%;
}

section__initiatives .single__post .post-meta h3, .section__initiatives .single__post .post-meta h3 {
  margin: 0;
}

section__initiatives .single__post .post-meta p, .section__initiatives .single__post .post-meta p {
  font-size: 0.9em;
  font-weight: 600;
  color: #555;
}

section__initiatives .single__post--header .share, section__initiatives .single__post--header p, .section__initiatives .single__post--header .share, .section__initiatives .single__post--header p {
  margin: 10px 0;
}

section__initiatives .single__post--header .date, .section__initiatives .single__post--header .date {
  color: #003a5d;
  font-weight: 600;
}

section__initiatives .single__post .related__content--sm .single__post, .section__initiatives .single__post .related__content--sm .single__post {
  border-top: 0 none;
  margin-top: 0;
  padding-top: 0;
  padding-right: 15px;
}

section__latest--posts, .section__latest--posts {
  margin: 0;
}

section__latest--posts.section__related--content, .section__latest--posts.section__related--content {
  padding-bottom: 0;
}

section__latest--posts .container, .section__latest--posts .container {
  border-bottom: 1px solid #f7f6f6;
}

section__latest--news, .section__latest--news {
  background: #e5ebee;
  padding: 60px 30px;
  margin: 40px 0;
}

section__latest--news h2, .section__latest--news h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
}

section__latest--news .latest--news-title, .section__latest--news .latest--news-title {
  margin-bottom: 45px;
}

section__latest--visuals, .section__latest--visuals {
  background-color: #003a5d;
  color: #ffffff;
  padding: 80px 0;
}

section__latest--visuals h2, .section__latest--visuals h2 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 60px;
  margin-left: 30px;
  color: #ffffff;
}

section__latest--visuals h2:before, .section__latest--visuals h2:before {
  content: "";
  background-color: #FDE051;
  height: 3px;
  width: 60px;
  margin-bottom: 20px;
  display: block;
}

section__latest .single__post, .section__latest .single__post {
  border-left: 1px solid #b5d3e5;
  padding-left: 30px;
}

section__latest .single__post h3, .section__latest .single__post h3 {
  font-size: 18px;
}

section__latest .single__post h3 a, .section__latest .single__post h3 a {
  color: #231F20;
  border-bottom: 0 none;
  font-weight: 600;
  line-height: 1.4;
}

section__latest .single__post .date, .section__latest .single__post .date {
  font-size: 0.9em;
  margin-bottom: 10px;
}

section__latest .single__post:first-of-type, .section__latest .single__post:first-of-type {
  border-left: 0 none;
  padding-left: 15px;
}

section__summary, .section__summary {
  background: #e5ebee;
  padding: 30px;
  color: #003a5d;
  margin-bottom: 40px;
}

section__summary h2, .section__summary h2 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.375;
  margin-bottom: 20px;
}

section__summary p, section__summary ul, .section__summary p, .section__summary ul {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
}

section__related--content, .section__related--content {
  background: #f7f6f6;
  padding: 60px 0;
}

section__related--content h2, .section__related--content h2 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 25px;
}

section__related--content h2:before, .section__related--content h2:before {
  content: "";
  background-color: #FDE051;
  height: 3px;
  width: 60px;
  margin-bottom: 25px;
  display: block;
}

section__related--content-light, .section__related--content-light {
  background-color: #ffffff;
}

section__medias, .section__medias {
  padding: 60px 0 30px;
}

section__medias iframe, .section__medias iframe {
  max-width: 100%;
}

section__report > p:first-of-type:first-letter, .section__report > p:first-of-type:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
  font-weight: 700;
}

section__form-area, .section__form-area {
  padding: 0 0 60px;
}

section__form-area h2, .section__form-area h2 {
  font-size: 50px;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1;
}

section__form-area p, .section__form-area p {
  font-size: 1.3em;
  line-height: 1.4;
}

section--more, .section--more {
  padding: 20px 0 40px;
}

section--more .button, .section--more .button {
  margin: 0;
}

section__members, .section__members {
  padding: 40px 0;
  margin-bottom: 60px;
}

section__members .grid, .section__members .grid {
  position: relative;
  margin: 0 -25px;
}

section__members .grid *[class*="grid__col"], .section__members .grid *[class*="grid__col"] {
  padding: 0 25px;
}

section__members--staff, .section__members--staff {
  margin-bottom: 0;
}

section__members h2, .section__members h2 {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 35px;
}

section__members h2:before, .section__members h2:before {
  content: "";
  background-color: #FDE051;
  height: 3px;
  width: 60px;
  margin-bottom: 15px;
  display: block;
}

section__members .single__member, .section__members .single__member {
  margin-bottom: 50px;
  position: relative;
}

section__members .single__member .thumbnail, .section__members .single__member .thumbnail {
  overflow: hidden;
}

section__members .single__member .thumbnail img, .section__members .single__member .thumbnail img {
  display: block;
}

section__members .single__member-title, .section__members .single__member-title {
  padding: 10px 10px 0 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 80%;
}

section__members .single__member-title h3, .section__members .single__member-title h3 {
  font-size: 1.3em;
  margin: 0;
}

section__members .single__member--leader, .section__members .single__member--leader {
  margin-bottom: 70px;
}

section__members .single__member--leader .single__member-content, .section__members .single__member--leader .single__member-content {
  background-color: #ffffff;
  padding: 25px 20px 15px;
  width: 80%;
  position: absolute;
  left: 0;
  bottom: -60px;
  min-height: 190px;
}

section__members .single__member--leader .single__member-content h3, .section__members .single__member--leader .single__member-content h3 {
  margin: 0;
}

section__members .single__member--leader .single__member-content p, .section__members .single__member--leader .single__member-content p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

section__members .single__member--leader .single__member-content a, .section__members .single__member--leader .single__member-content a {
  font-weight: 700;
  text-transform: uppercase;
  color: #244e6e;
}

section__members .single__member .button--secondary, .section__members .single__member .button--secondary {
  margin: 0;
  width: 80px;
  height: 80px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.3em;
  color: #003a5d;
}

section__members .single__member .button--secondary i, .section__members .single__member .button--secondary i {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: -o-transform 300ms ease;
  -moz-transition: transform 300ms ease, -moz-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease, -moz-transform 300ms ease, -o-transform 300ms ease;
}

section__members .single__member .button--secondary:active, section__members .single__member .button--secondary:hover, section__members .single__member .button--secondary:focus, .section__members .single__member .button--secondary:active, .section__members .single__member .button--secondary:hover, .section__members .single__member .button--secondary:focus {
  background-color: #003a5d;
  border-color: #003a5d;
  color: #FDE051;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

section__members .single__member .button--secondary.open, .section__members .single__member .button--secondary.open {
  background-color: #003a5d;
  border-color: #003a5d;
  color: #FDE051;
}

section__members .single__member .button--secondary.open i, .section__members .single__member .button--secondary.open i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

section__members .single__member .dropdown__content, .section__members .single__member .dropdown__content {
  margin-top: 50px;
  background-color: #ffffff;
}

section__agenda, .section__agenda {
  background-color: #e5ebee;
  border: 2px solid #C7D2D7;
  padding: 20px 30px;
  margin: 5px 0;
}

section__agenda p, .section__agenda p {
  margin: 0 0 10px;
}

section__agenda p.title, .section__agenda p.title {
  font-weight: 700;
  font-size: 18px;
  color: #003a5d;
}

section__agenda p.location i, .section__agenda p.location i {
  color: #003a5d;
  margin-right: 10px;
}

section__agenda a.button--link-has-icon, .section__agenda a.button--link-has-icon {
  color: #003a5d;
  padding: 0;
  margin: 0;
}

section__agenda a.button--link-has-icon span, .section__agenda a.button--link-has-icon span {
  font-weight: 600;
  border-bottom: 0 none;
  text-decoration: underline;
}

section__agenda a.button--link-has-icon:hover span, section__agenda a.button--link-has-icon:active span, section__agenda a.button--link-has-icon:focus span, .section__agenda a.button--link-has-icon:hover span, .section__agenda a.button--link-has-icon:active span, .section__agenda a.button--link-has-icon:focus span {
  text-decoration: none;
}

section__agenda--session, .section__agenda--session {
  padding: 30px 30px 30px 40px;
  margin-left: 35px;
  border-left: 1px solid #C7D2D7;
  position: relative;
}

section__agenda--session:before, .section__agenda--session:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #f7f6f6;
  border: 2px solid #003a5d;
  outline: 5px solid #f7f6f6;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 32px;
  left: -8px;
}

section__agenda--session p, .section__agenda--session p {
  margin: 0;
}

section__agenda--session p.time, .section__agenda--session p.time {
  font-weight: 700;
  color: #003a5d;
  margin-bottom: 5px;
}

section__agenda--session p.title, .section__agenda--session p.title {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 10px;
}

section__agenda--session p.location, .section__agenda--session p.location {
  font-size: 14px;
  margin-bottom: 10px;
}

section__agenda--session p.location i, .section__agenda--session p.location i {
  color: #003a5d;
  margin-right: 10px;
}

section__agenda--session p.role, .section__agenda--session p.role {
  margin-bottom: 10px;
  font-size: 14px;
}

section__agenda--session .tag, .section__agenda--session .tag {
  background: #FDE051;
  color: #003a5d;
  padding: 10px 5px;
  display: inline;
  line-height: 1;
  margin-left: 15px;
  font-size: 12px;
  vertical-align: middle;
}

section__agenda--session .documents, .section__agenda--session .documents {
  margin: 20px 0;
}

section__agenda--session .documents p, .section__agenda--session .documents p {
  margin-bottom: 10px;
}

section__agenda .emphasis:before, .section__agenda .emphasis:before {
  content: "";
  display: block;
  margin: 20px 0;
  width: 35px;
  height: 2px;
  background-color: #003a5d;
}

section__agenda .emphasis p, .section__agenda .emphasis p {
  color: #003a5d;
  font-weight: 600;
  font-style: italic;
  margin: 0;
}

.single-report .section__featured-img {
  margin-top: 0;
}

.single-initiative .section__latest--news {
  margin-bottom: 0;
}

.agenda--container .hidden--title {
  font-weight: bold;
  font-size: 20px;
  display: none;
}

.agenda--container .agenda:last-of-type.section__agenda--session {
  border-left: 0 none;
}

.agenda--container .agenda:last-of-type.section__agenda--session:before {
  background-color: #003a5d;
}

.agenda--container .agenda:last-of-type.section__agenda--session:after {
  content: "";
  background-color: #C7D2D7;
  width: 1px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
}

.page--biography.header {
  background: #003a5d url("../../images/watermark-logo-blue.svg") no-repeat top right;
  -webkit-background-size: auto 150%;
  -moz-background-size: auto 150%;
  -o-background-size: auto 150%;
  background-size: auto 150%;
  color: #ffffff;
  height: 180px;
}

.page--biography.header a.btn--back {
  color: #ffffff;
  font-weight: 600;
}

.page--biography.header a.btn--back i {
  color: #FDE051;
  margin-right: 5px;
}

.page--biography.header a.btn--back:hover span, .page--biography.header a.btn--back:active span, .page--biography.header a.btn--back:focus span {
  text-decoration: underline;
}

.page--biography.header img {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #ffffff;
  position: absolute;
  bottom: -190px;
  left: 0;
}

.page--biography .header--name {
  margin: 30px 0;
}

.page--biography .header--name h1 {
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1.23077;
  margin: 0;
}

.page--biography .header--name p {
  margin: 5px 0;
}

.page--biography .header--name .company a {
  font-weight: 600;
  border-bottom: none;
}

.page--biography .header--name .company a span {
  text-decoration: underline;
}

.page--biography .header--name .company a:active span, .page--biography .header--name .company a:hover span, .page--biography .header--name .company a:focus span {
  text-decoration: none;
}

.page--biography .taxonomy--tag {
  margin-top: 10px;
  background-color: #e5ebee;
  color: #003a5d;
  text-transform: uppercase;
  display: inline-block;
  line-height: 1.2;
  padding: 7px 10px 5px;
  font-size: 12px;
  font-weight: 600;
}

.page--biography .nav--social {
  position: absolute;
  top: -40px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page--biography .nav--social span {
  font-size: 14px;
}

.page--biography .nav--social .nav__menu-link {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.page--biography .nav--social .nav__menu-link i {
  margin: 0 5px 0 10px;
  font-size: 14px;
}

.page--biography .nav--social .nav__menu-link:active, .page--biography .nav--social .nav__menu-link:hover, .page--biography .nav--social .nav__menu-link:focus {
  color: #14243e;
  text-decoration: underline;
}

.page--biography h2.section--title {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.21429;
  margin: 60px 0;
}

@media screen and (max-width: 991px) {
  section__featured-img, section__featured-img.full--height, section__featured-img.quarter--height, .section__featured-img, .section__featured-img.full--height, .section__featured-img.quarter--height {
    margin-bottom: 20px;
    background: #FDE051;
  }
  section__featured-img-inner, section__featured-img.full--height-inner, section__featured-img.quarter--height-inner, .section__featured-img-inner, .section__featured-img.full--height-inner, .section__featured-img.quarter--height-inner {
    background: transparent;
  }
  section__featured-img-inner .container, section__featured-img.full--height-inner .container, section__featured-img.quarter--height-inner .container, .section__featured-img-inner .container, .section__featured-img.full--height-inner .container, .section__featured-img.quarter--height-inner .container {
    padding-right: 0;
  }
  section__featured-img .topics__group, section__featured-img.full--height .topics__group, section__featured-img.quarter--height .topics__group, .section__featured-img .topics__group, .section__featured-img.full--height .topics__group, .section__featured-img.quarter--height .topics__group {
    padding: 30px 0;
  }
  section__latest, .section__latest {
    padding-left: 0;
    padding-right: 0;
  }
  section__latest .latest--news-title, section__latest *[class*="grid__col"], .section__latest .latest--news-title, .section__latest *[class*="grid__col"] {
    margin-bottom: 0;
  }
  section__latest .single__post, .section__latest .single__post {
    border-left: 0 none;
    padding: 40px 15px 0;
  }
  section__latest .single__post:first-of-type, .section__latest .single__post:first-of-type {
    border: 0 none;
  }
  section__featured, .section__featured {
    background: #ffffff;
  }
  section__featured-post .primary .section__featured-content, .section__featured-post .primary .section__featured-content {
    position: static;
    width: 100%;
    padding: 20px 0;
    min-height: 0;
  }
  section__featured-post .secondary h3, .section__featured-post .secondary h3 {
    font-size: 1.1em;
  }
  section__featured-post .secondary h3 a, .section__featured-post .secondary h3 a {
    line-height: 1.2;
  }
  section__members .single__member-leader, .section__members .single__member-leader {
    width: 100%;
    position: static;
  }
  .page--biography.header {
    height: 145px;
    padding-top: 20px;
  }
  .page--biography.header img {
    bottom: -170px;
    left: 20px;
  }
  .page--biography .nav--social {
    right: 15px;
  }
}

@media screen and (max-width: 640px) {
  section__featured-img, section__featured-img.full--height, section__featured-img.quarter--height, .section__featured-img, .section__featured-img.full--height, .section__featured-img.quarter--height {
    margin-bottom: 20px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(80%, #FDE051), color-stop(20%, transparent));
    background: -webkit-linear-gradient(bottom, #FDE051 80%, transparent 20%);
    background: -moz- oldlinear-gradient(bottom, #FDE051 80%, transparent 20%);
    background: -o-linear-gradient(bottom, #FDE051 80%, transparent 20%);
    background: linear-gradient(to top, #FDE051 80%, transparent 20%);
  }
  section__featured-img-inner, section__featured-img.full--height-inner, section__featured-img.quarter--height-inner, .section__featured-img-inner, .section__featured-img.full--height-inner, .section__featured-img.quarter--height-inner {
    background: transparent;
  }
  section__featured-img-inner .container, section__featured-img.full--height-inner .container, section__featured-img.quarter--height-inner .container, .section__featured-img-inner .container, .section__featured-img.full--height-inner .container, .section__featured-img.quarter--height-inner .container {
    padding-right: 0;
  }
  section__featured-img .topics__group, section__featured-img.full--height .topics__group, section__featured-img.quarter--height .topics__group, .section__featured-img .topics__group, .section__featured-img.full--height .topics__group, .section__featured-img.quarter--height .topics__group {
    padding: 30px 0 0;
  }
  section__featured-img-right, section__featured-img.full--height-right, section__featured-img.quarter--height-right, .section__featured-img-right, .section__featured-img.full--height-right, .section__featured-img.quarter--height-right {
    margin-top: 0;
    margin-bottom: 0;
    background: transparent;
  }
  section__featured-img-right .container--relative, section__featured-img.full--height-right .container--relative, section__featured-img.quarter--height-right .container--relative, .section__featured-img-right .container--relative, .section__featured-img.full--height-right .container--relative, .section__featured-img.quarter--height-right .container--relative {
    padding: 0;
  }
  section__featured-img-right .container--relative:after, section__featured-img.full--height-right .container--relative:after, section__featured-img.quarter--height-right .container--relative:after, .section__featured-img-right .container--relative:after, .section__featured-img.full--height-right .container--relative:after, .section__featured-img.quarter--height-right .container--relative:after {
    display: none;
  }
  section__latest *[class*="grid__col"], .section__latest *[class*="grid__col"] {
    margin-bottom: 30px;
  }
  section__latest .single__post, .section__latest .single__post {
    border-left: 0 none;
    border-top: 1px solid #b5d3e5;
    padding-left: 15px;
    padding-top: 30px;
  }
  section__latest .single__post:first-of-type, .section__latest .single__post:first-of-type {
    border: 0 none;
  }
  section__featured, .section__featured {
    background: #ffffff;
  }
  section__featured-content, .section__featured-content {
    padding: 0 15px 15px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  section__featured-content h3, .section__featured-content h3 {
    font-size: 1.5em;
  }
  section__featured--secondary-body .brand-bg, .section__featured--secondary-body .brand-bg {
    padding: 30px;
  }
  section__featured--secondary-body .brand-bg p, .section__featured--secondary-body .brand-bg p {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.5;
  }
  section__all, .section__all {
    padding: 20px 0;
  }
  section__about .container, .section__about .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.pagination {
  text-align: center;
  font-size: 18px;
}

.pagination .current-page {
  display: inline-block;
  margin: 15px 20px;
}

.pagination .page-numbers {
  display: inline-block;
  -webkit-transition: color 0.15s ease, -webkit-transform 0.15s ease;
  transition: color 0.15s ease, -webkit-transform 0.15s ease;
  -o-transition: color 0.15s ease, -o-transform 0.15s ease;
  -moz-transition: color 0.15s ease, transform 0.15s ease, -moz-transform 0.15s ease;
  transition: color 0.15s ease, transform 0.15s ease;
  transition: color 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease, -moz-transform 0.15s ease, -o-transform 0.15s ease;
}

.pagination .page-numbers:hover {
  color: #003a5d;
}

.pagination .next:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pagination .prev:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.pagination a {
  border-bottom: none;
  font-size: 1.1em;
}

.pagination .nav-links .disabled.prev, .pagination .nav-links .disabled.next {
  display: inline-block;
  color: #B0A8A7;
}

/* PAGER */
.search__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #003a5d;
  font-weight: 600;
}

.search__pager--select {
  position: relative;
  display: inline-block;
  border: 1px solid #ebe9e9;
  line-height: 40px;
  height: 40px;
  top: 1px;
  padding: 0 12px;
  margin: 0 15px;
  font-size: 0.9em;
}

.search__pager--select input {
  display: none;
  border: 0;
  width: 50px;
}

.search__pager--select .current {
  color: #231F20;
  font-weight: 400;
}

.search__pager--select .current i {
  color: #003a5d;
  font-weight: 600;
}

.search__pager--select .editable_pager .current {
  cursor: pointer;
}

.search__pager--select i {
  color: #231F20;
}

.search__pager--select.edit input {
  display: inline-block;
  position: absolute;
  line-height: 39px;
  font-size: 15px;
  font-weight: 600;
  padding: 0;
  background: transparent;
}

.search__pager--select.edit .current {
  visibility: hidden;
}

.sidebar {
  padding-left: 55px;
}

.sidebar__list {
  margin-bottom: 40px;
  counter-reset: list-item;
}

.sidebar__list > h2 {
  margin-bottom: 20px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.55556;
  color: #231F20;
  text-transform: uppercase;
}

.sidebar__list--item {
  padding-bottom: 20px;
  padding-right: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebe9e9;
}

.sidebar__list--item:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.sidebar__list--item p {
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.57143;
}

.sidebar__list--item p:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar__list--item p:first-child:before {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.22222;
  counter-increment: list-item;
  content: counter(list-item) ". ";
  margin: 5px 15px 0 0;
}

@media screen and (max-width: 991px) {
  .sidebar {
    padding-left: 15px;
  }
}

.footer {
  background: #231F20;
  color: #ffffff;
  padding-top: 50px;
}

.footer h3.has-icon {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 20px;
}

.footer h3.has-icon i {
  font-size: 0.9em;
  margin-right: 15px;
  color: #FDE051;
}

.footer hr {
  background-color: #404040;
  margin: 40px 0 20px;
}

.pre--footer {
  padding: 30px 0;
  background: #383736;
}

.pre--footer .user--footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pre--footer .user--footer a {
  color: #ffffff;
  font-weight: 700;
  border-bottom: 0 none;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  -moz-transition: 400ms ease;
  transition: 400ms ease;
  padding: 0 30px;
  border-left: 1px solid #231F20;
}

.pre--footer .user--footer a:first-of-type {
  border-left: 0 none;
}

.pre--footer .user--footer a:hover, .pre--footer .user--footer a:active, .pre--footer .user--footer a:focus {
  text-decoration: underline;
}

.pre--footer .user--footer a.logout {
  color: #FDE051;
}

@media screen and (max-width: 640px) {
  .pre--footer {
    padding: 15px 0;
  }
  .pre--footer .user--footer {
    display: block;
    text-align: center;
  }
  .pre--footer .user--footer a {
    display: block;
    padding: 10px 30px;
    border-left: 0 none;
  }
}

.closed-text {
  display: none;
}

.relative {
  position: relative;
}

.bg--highlight {
  background-color: #e5ebee;
  color: #003a5d;
  padding: 20px;
  margin-bottom: 30px;
}

.bg--highlight h2 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.22222;
  margin: 0 0 15px;
}

.share {
  margin-top: 30px;
  margin-bottom: 30px;
}

.share__label {
  display: inline-block;
  margin-right: 15px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  color: #B0A8A7;
}

.share__label-blue {
  color: #003a5d;
}

.share__list {
  display: inline-block;
}

.share__list li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-right: 15px;
  font-size: 1em;
}

.share__list li:last-of-type {
  margin-right: 0;
}

.share__list li:before {
  display: none;
}

.share__list li a {
  border: 0 none;
}

.share__list li a i {
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.share__list li a:hover, .share__list li a:active, .share__list li a:focus {
  border: 0 none;
}

.share__list li a:hover i, .share__list li a:active i, .share__list li a:focus i {
  color: #40718e;
}

.topics__group--container {
  background-color: #FDE051;
  padding-top: 30px;
  padding-bottom: 30px;
  min-height: 260px;
  position: relative;
}

.topics__group--container:after {
  display: block;
  background-color: #FDE051;
  content: "";
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -3000px;
}

.author__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #e5ebee;
  color: #003a5d;
  padding: 20px 20px 15px;
  font-size: 0.9em;
  width: 300px;
  overflow: hidden;
  position: relative;
  z-index: 600;
}

.author__group--publications {
  position: absolute;
  top: -45px;
  right: 15px;
}

.author__group--header {
  margin: 30px 0;
  font-size: 0.9em;
  font-weight: 600;
  color: #555;
}

.author__group--header .author__single {
  margin-bottom: 0;
}

.author__group--header .author a {
  font-size: 0.9em;
  font-weight: 600;
  color: #555;
}

.author__group--header .author a:active, .author__group--header .author a:hover, .author__group--header .author a:focus {
  border-color: #003a5d;
}

.author__by {
  font-size: 1.1em;
  line-height: 1.6;
  margin-right: 15px;
  font-weight: 700;
  font-style: italic;
}

.author__list a.author__single {
  margin-bottom: 0;
  border-bottom: 0 none;
  display: block;
}

.author__list a.author__single:hover, .author__list a.author__single:focus, .author__list a.author__single:active {
  text-decoration: underline;
}

.author__list .author a {
  border-color: transparent;
  font-weight: 700;
}

.author__list .author a:active, .author__list .author a:hover, .author__list .author a:focus {
  border-color: #003a5d;
}

.filter-options .grid__col {
  width: 30%;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  border-left: 1px solid #ebe9e9;
}

.filter-options .grid__col .form__label {
  margin: 0;
}

.filter-options .grid__col.sort_by_col {
  width: 40%;
}

.podcast__description p {
  font-size: 2.25em;
  font-weight: 400;
  line-height: 1.22222;
  margin: 50px 0;
}

.media_description {
  padding-left: 50px;
}

.media-thumbnail {
  display: block;
  position: relative;
  border: 0 none;
}

.media-thumbnail img {
  display: block;
}

.media-thumbnail .type {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FDE051;
  color: #003a5d;
  width: 65px;
  height: 60px;
  font-size: 2em;
  text-align: center;
  line-height: 60px;
}

.media-thumbnail .type i {
  line-height: 55px;
}

.media-thumbnail:hover, .media-thumbnail:active, .media-thumbnail:focus {
  border: 0 none;
}

.featured--sidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.featured_post h3 {
  font-size: 1.5em;
  margin: 10px 0 15px;
}

.featured_post h3 a {
  color: #231F20;
  border-color: transparent;
  font-weight: 700;
}

.featured_post h3 a:hover, .featured_post h3 a:active, .featured_post h3 a:focus {
  color: #003a5d;
}

.featured_stats {
  position: relative;
  margin-bottom: 50px;
}

.statistics {
  background-color: #e5ebee;
  color: #003a5d;
  padding: 50px 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  -o-transform: translateY(40%);
  transform: translateY(40%);
  max-width: 100%;
  width: 1200px;
}

.statistics .statistic {
  padding: 0 30px;
}

.statistics .statistic .value {
  font-size: 4.0625em;
  font-weight: 700;
  line-height: 1.07692;
}

.statistics--static {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  width: 100%;
  padding: 50px 0;
}

.statistics--static .statistic {
  text-align: center;
}

.statistics--static .statistic p {
  margin-bottom: 0;
}

.statistics--static .statistic .values {
  font-size: 2.1875em;
  font-weight: 700;
  line-height: 1.28571;
  height: auto;
  overflow: auto;
}

.active-filters--margins {
  margin-top: 20px;
}

.related__content {
  margin: 40px 0;
}

.related__content .single__post {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #ebe9e9;
  margin-bottom: 0;
}

.related__content .single__post h3 {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 30px;
}

.related__content .single__post h3 a {
  border-bottom: 1px solid #231F20;
  line-height: 1;
  font-weight: 700;
  color: #231F20;
}

.related__content .single__post h3 a:hover, .related__content .single__post h3 a:active, .related__content .single__post h3 a:focus {
  color: #003a5d;
  border-color: transparent;
}

.related__content .single__post:first-of-type {
  border-top: 0 none;
}

.related__content--sm {
  margin-top: 50px;
  margin-bottom: 60px;
}

.related__content--sm > .grid:first-of-type {
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.related__content--sm h2 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  margin-bottom: 30px;
}

.related__content--sm h2:before {
  content: "";
  background-color: #FDE051;
  height: 3px;
  width: 60px;
  margin-bottom: 15px;
  display: block;
}

.related__content--sm .single__post h3 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.22222;
  margin-bottom: 5px;
}

.related__content--sm .single__post h3 a {
  border-bottom: 0 none;
  line-height: 1;
  font-weight: 700;
  color: #555;
}

.related__content--sm .single__post h3 a:hover, .related__content--sm .single__post h3 a:active, .related__content--sm .single__post h3 a:focus {
  color: #003a5d;
  border-bottom: 0 none;
}

.related__content--sm .single__post .date {
  font-size: 0.9em;
  font-weight: 600;
  color: #B0A8A7;
}

.related__content--sm .single__post .photo {
  padding: 0;
}

.related__content--topics {
  margin: 0;
}

.related__content--topics .single__post {
  border-top: 1px solid #ebe9e9;
  margin-bottom: 0;
}

.related__content--topics .single__post h3 {
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.22222;
  margin: 10px 0 0;
}

.related__content--topics .single__post h3 a {
  border-bottom: 0 none;
  line-height: 1;
  font-weight: 700;
  color: #555;
}

.related__content--topics .single__post h3 a:hover, .related__content--topics .single__post h3 a:active, .related__content--topics .single__post h3 a:focus {
  color: #003a5d;
  border-bottom: 0 none;
}

.related__content--topics .single__post .date {
  font-size: 0.9em;
  font-weight: 600;
}

.related__content--topics .single__post .photo {
  padding: 0;
}

.related__content--topics .single__post:first-of-type, .related__content--topics .single__post:nth-child(2) {
  border-top: 0 none;
}

.related__content--single *[class*="grid__col"] {
  margin-bottom: 40px;
}

.image__tag {
  position: relative;
  padding-top: 25px;
}

.image__tag .tag__single {
  position: absolute;
  top: 0;
  left: 0;
}

.image__tag img {
  display: block;
  margin-top: -25px;
}

.typeform-widget {
  width: 100%;
  height: 400px;
  border-top: 1px solid #ebe9e9;
  margin-top: 50px;
}

.trend__col {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 60px;
}

.trend__col h3 {
  font-size: 1.5em;
  margin: 10px 0 15px;
}

.trend__col h3 a {
  color: #231F20;
  border-color: transparent;
  font-weight: 700;
}

.trend__col h3 a:hover, .trend__col h3 a:active, .trend__col h3 a:focus {
  color: #003a5d;
}

.trend__col .intro p, .trend__col .intro p:last-of-type {
  margin-bottom: 30px;
  font-size: 1.1em;
}

.trend__col.bg--brand-2 {
  position: relative;
  background: #FDE051 url("../../images/bg_logo_callout.svg") no-repeat right bottom/auto 100%;
  padding: 20px 40px;
}

.trend__col.bg--brand-2 h3 {
  font-size: 36px;
  margin: 40px 0 0;
}

.trend__col.bg--brand-2 h3:after {
  background-color: #dcc244;
  content: "";
  height: 3px;
  width: 70px;
  margin: 25px 0 40px;
  display: block;
}

.trend__col.bg--brand-2 .intro p {
  display: none;
}

.trend__col.bg--brand-2 .tag__single {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  padding: 12px 10px 12px 25px;
}

.sharable-quote {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -10%;
  width: 580px;
  max-width: 100%;
  position: relative;
  background: #fffbea url("../../images/quote-graphic.png") no-repeat right bottom/auto 100%;
  padding: 50px 40px 40px;
}

.sharable-quote p {
  position: relative;
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.38462;
  font-style: italic;
  padding-left: 45px;
}

.sharable-quote p span {
  font-size: 3.125em;
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  position: absolute;
  top: -10px;
  left: 0;
}

.sharable-quote:before {
  content: "";
  background-color: #FDE051;
  height: 3px;
  width: 80px;
  margin-bottom: 30px;
  display: block;
}

.sharable-quote .share {
  margin-bottom: 0;
  margin-left: 45px;
}

.sharable-quote .share__list li {
  font-size: 1.1em;
}

.sharable-quote .share__list li a i {
  color: #231F20;
}

.sharable-quote .share__list li a:hover, .sharable-quote .share__list li a:active, .sharable-quote .share__list li a:focus {
  border: 0 none;
}

.sharable-quote .share__list li a:hover i, .sharable-quote .share__list li a:active i, .sharable-quote .share__list li a:focus i {
  color: #dcc244;
}

.tag__group {
  margin-top: 20px;
}

.tag__single {
  display: inline-block;
  background: #FDE051;
  color: #003a5d;
  padding: 8px 10px 8px 25px;
  text-transform: uppercase;
  font-weight: 700;
  border: 0 none;
  font-size: 0.65em;
  position: relative;
  margin-bottom: 5px;
}

.tag__single:hover, .tag__single:focus, .tag__single:active {
  border: 0 none;
}

.tag__single:after {
  font-family: "Font Awesome 5 Pro";
  content: '\f111';
  color: #003a5d;
  position: absolute;
  left: 10px;
  top: 48%;
  font-size: 7px;
  line-height: 1;
  -webkit-transform: translateY(-48%);
  -moz-transform: translateY(-48%);
  -ms-transform: translateY(-48%);
  -o-transform: translateY(-48%);
  transform: translateY(-48%);
}

.tag__single--purple:after {
  color: #B277BD;
}

.tag__single--green:after {
  color: #37AD70;
}

.tag__single--orange:after {
  color: #e38c25;
}

.tag__single--blue:after {
  color: #75a1d5;
}

.tag__single--red:after {
  color: #Da2128;
}

.tag__single-link {
  color: #555;
  border-bottom: 1px solid transparent;
  font-weight: 600;
  font-size: 0.9em;
  margin-left: 10px;
}

.tag__single-link:hover, .tag__single-link:focus, .tag__single-link:active {
  border-color: transparent;
  color: #003a5d;
}

.tag__single-link:before {
  display: inline-block;
  content: "|";
  margin-right: 10px;
}

.tag__single-link:first-of-type {
  margin-left: 0;
}

.tag__single-link:first-of-type:before {
  display: none;
}

.tag__single-listed {
  display: block;
  color: #34555c;
  font-size: 0.75em;
  padding-left: 15px;
}

.tag__single-listed:after {
  left: 0;
  top: 17px;
}

.tag__single-listed:hover, .tag__single-listed:focus, .tag__single-listed:active {
  border-color: transparent;
  color: #003a5d;
}

.post__meta {
  margin-top: 20px;
}

.post__meta .date {
  font-size: 0.9em;
  font-weight: 600;
  color: #555;
}

.post__meta .author {
  font-size: 0.9em;
  font-weight: 600;
  color: #555;
}

.post__meta .author__group {
  display: inline-block;
}

.post__meta .author a {
  border-bottom: 1px solid transparent;
  font-weight: 700;
}

.post__meta .author a:hover, .post__meta .author a:active, .post__meta .author a:focus {
  border-color: #003a5d;
}

.post__meta--inline .date {
  margin-left: 10px;
}

.post__meta--inline .date:before {
  content: "|";
  display: inline-block;
  margin-right: 15px;
  color: #B0A8A7;
}

.post__meta--dk-bg {
  color: #ffffff;
}

.post__meta--dk-bg .date {
  color: #ffffff;
}

.post__meta--dk-bg a {
  color: #FDE051;
}

.post__types--primary {
  border-bottom: 1px solid transparent;
  font-weight: 700;
}

.post__types--primary:hover, .post__types--primary:active, .post__types--primary:focus {
  border-color: #003a5d;
}

.homepage__newsletter {
  padding: 60px 0 30px;
}

.homepage__newsletter .container {
  background: #f7f6f6;
  padding: 60px;
}

.homepage__newsletter .container h2 {
  font-size: 4.0625em;
  font-weight: 700;
  line-height: 0.92308;
  color: #231F20;
}

.homepage__newsletter .container h2 span {
  color: #FDE051;
}

.homepage__newsletter .container .newsletter-group p {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.25;
}

.homepage__newsletter .container .newsletter-group .form__group--inline-button .form__input-dk {
  background: #f7f6f6;
  color: #231F20;
}

.coords p {
  margin: 10px 0;
}

.coords p i {
  color: #003a5d;
  margin-right: 10px;
  font-size: 14px;
}

.coords .socials {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.coords .socials a {
  color: #003a5d;
  border-bottom: 0 none;
  margin-right: 10px;
  font-size: 16px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.coords .socials a:hover, .coords .socials a:active, .coords .socials a:focus {
  color: #244e6e;
}

.faq--accordion {
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  -moz-transition: 200ms ease;
  transition: 200ms ease;
}

.faq--accordion .dropdown__toggle {
  display: block;
  position: relative;
  color: #231F20;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  padding: 25px 45px 25px 15px;
  border-top: 1px solid #e5ebee;
  border-bottom: 0 none;
}

.faq--accordion .dropdown__toggle:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-weight: 400;
  display: block;
  position: absolute;
  top: 50%;
  font-size: 16px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq--accordion .dropdown__toggle:hover, .faq--accordion .dropdown__toggle:active, .faq--accordion .dropdown__toggle:focus {
  border-top: 1px solid #e5ebee;
  border-bottom: 0 none;
}

.faq--accordion .dropdown__content {
  padding: 0 15px 30px;
}

.faq--accordion:first-of-type .dropdown__toggle {
  border-top: 0 none;
}

.faq--accordion.open {
  background-color: #e5ebee;
}

.faq--accordion.open .dropdown__toggle {
  border-top-color: #ffffff;
  color: #003a5d;
}

.faq--accordion.open .dropdown__toggle:after {
  content: "\f068";
}

.document__section h2 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.27273;
  margin-bottom: 20px;
}

.document__section ul {
  margin-bottom: 50px;
}

.document__section ul li {
  padding: 0;
  margin-bottom: 10px;
}

.document__section ul li:before {
  display: none;
}

.document__section ul li a {
  font-weight: 600;
  border-bottom: 0 none;
}

.document__section ul li a span {
  text-decoration: underline;
}

.document__section ul li a i {
  margin-left: 5px;
}

.document__section ul li a:hover span, .document__section ul li a:active span, .document__section ul li a:focus span {
  text-decoration: none;
}

.document__buttons {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.document__buttons a {
  display: block;
  border: 1px solid #e5ebee;
  padding: 25px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.document__buttons a i {
  background-color: #e5ebee;
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 24px;
  line-height: 65px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 30px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.document__buttons a span {
  font-size: 18px;
  font-weight: 600;
}

.document__buttons a:hover {
  background-color: #e5ebee;
}

.document__buttons a:hover i {
  background-color: #003a5d;
  color: #ffffff;
}

.document__buttons a:hover span {
  text-decoration: underline;
}

.document__buttons a:focus, .document__buttons a:active {
  background-color: #e5ebee;
  border: 1px solid #003a5d;
}

.document__buttons a:focus i, .document__buttons a:active i {
  background-color: #003a5d;
  color: #ffffff;
}

.document__buttons a:focus span, .document__buttons a:active span {
  text-decoration: underline;
}

.box--yellow-lt {
  background: #fffbea url("../../images/watermark-logo-yellow.svg") no-repeat center right;
  -webkit-background-size: auto 150%;
  -moz-background-size: auto 150%;
  -o-background-size: auto 150%;
  background-size: auto 150%;
  border: 1px solid #F4E08D;
  padding: 40px 60px;
  width: 100%;
  max-width: 980px;
  margin: auto;
}

.box--yellow-lt h2 {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.375;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.box--yellow-lt p {
  margin-bottom: 0;
}

.box--yellow-lt p.title {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.2;
}

.box--yellow-lt p i {
  margin-right: 5px;
}

.agenda__card {
  display: block;
  background-color: #ffffff;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  min-height: 350px;
  margin-top: -250px;
  border: 1px solid #e5ebee;
  padding: 40px 40px 30px;
  overflow: hidden;
  color: #231F20;
}

.agenda__card .featured--image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 560px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.agenda__card .grid {
  margin-bottom: 0;
}

.agenda__card h2 {
  color: #003a5d;
  font-weight: 400;
  font-size: 26px;
}

.agenda__card h2:after {
  content: "";
  background-color: #FDE051;
  height: 2px;
  width: 36px;
  margin: 30px 0 0;
  display: block;
}

.agenda__card p.infos {
  margin-bottom: 0;
}

.agenda__card p.infos i {
  color: #003a5d;
  margin-right: 5px;
}

.agenda__card p.address {
  margin: 30px 0;
}

.agenda__card p .read-more {
  border-bottom: 0 none;
  font-weight: 700;
  color: #003a5d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agenda__card p .read-more i {
  margin-left: 10px;
}

.agenda__card:hover {
  border: 1px solid #e5ebee;
}

.agenda__card:hover p .read-more span {
  text-decoration: underline;
}

.agenda__card:hover h2 {
  text-decoration: underline;
}

.agenda__card:active, .agenda__card:focus {
  border: 1px solid #003a5d;
}

.agendas {
  background-color: #f7f6f6;
}

.agendas .agenda__card {
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 880px;
}

.list--view {
  background-color: #e5ebee;
}

.list--view .dropdown__toggle--main {
  display: none;
  width: 100%;
  padding: 30px;
  border-bottom: 0 none;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (min-width: 992px) {
  .list--view .dropdown__toggle--main {
    display: block;
  }
}

.list--view .dropdown__toggle--main i.fa-list {
  margin-right: 5px;
}

.list--view .dropdown__toggle--main i.arrow {
  margin-left: 5px;
  font-size: 28px;
  vertical-align: middle;
}

.list--view .dropdown__toggle--main.open i.arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.list--view .list--accordion .dropdown__toggle {
  display: inline-block;
  position: relative;
  color: #003a5d;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  padding: 10px 45px 10px 0;
  border-top: 1px solid #e5ebee;
  border-bottom: 0 none;
}

.list--view .list--accordion .dropdown__toggle:after {
  background-color: #003a5d;
  color: #FDE051;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  font-weight: 400;
  display: block;
  position: absolute;
  top: 50%;
  font-size: 16px;
  line-height: 20px;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  text-align: center;
}

.list--view .list--accordion .dropdown__toggle:hover, .list--view .list--accordion .dropdown__toggle:active, .list--view .list--accordion .dropdown__toggle:focus {
  border-bottom: 0 none;
}

.list--view .list--accordion .dropdown__content {
  padding: 20px 0 0;
}

.list--view .list--accordion:first-of-type .dropdown__toggle {
  border-top: 0 none;
}

.list--view .list--accordion.open .dropdown__toggle:after {
  color: #ffffff;
  content: "\f068";
}

.list--view .dropdown__content--main {
  padding: 30px 60px 50px;
}

.list--view .dropdown__content--main .card {
  padding: 30px;
}

.list--view .dropdown__content--main .card .grid {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991px) {
  .media_description {
    padding: 20px;
  }
  .featured_stats {
    margin: 0;
  }
  .statistics {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    margin: -10px 0 0;
  }
  .statistics .statistic {
    width: 45%;
    margin: 10px 0;
  }
  .statistics--static .statistic {
    width: 100%;
  }
  .agenda__card {
    padding: 20px 0 0;
    min-height: 0;
  }
  .agenda__card *[class*="grid__col"] {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 0;
  }
  .agenda__card .featured--image {
    display: none;
  }
  .agenda__card .read-more {
    display: block;
    width: 100%;
    padding: 20px;
    line-height: 1;
    background: #e5ebee;
    text-align: center;
    font-weight: 700;
    border-bottom: 0 none;
    font-size: 18px;
  }
  .agenda__card .read-more i {
    margin: 0 10px 0 0;
  }
  .agenda__card .read-more--home {
    color: #FDE051;
    background-color: #003a5d;
  }
  .agendas {
    padding-left: 15px;
    padding-right: 15px;
  }
  .agendas .agenda__card {
    padding: 20px 0 0;
  }
  .topics__group--container {
    margin: 0;
    min-height: 0;
  }
  .topics__group--container:after {
    display: none;
  }
  .list--view .list--accordion .dropdown__toggle {
    font-size: 22px;
    padding: 15px 45px 15px 0;
  }
  .list--view .dropdown__content--main {
    padding: 30px 0;
  }
  .list--view .dropdown__content--main .card .grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media (max-width: 769px) {
  .media-thumbnail {
    margin-top: 20px;
  }
  .author__group--header .author__single {
    display: block;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .sharable-quote {
    margin: 20px 0;
    padding: 20px;
  }
  .has-large-font-size {
    font-size: 1.625em;
    font-weight: 400;
    line-height: 1.30769;
  }
  .statistics {
    padding: 20px 10px;
  }
  .statistics--container.container {
    padding: 0;
  }
  .statistics .statistic .value {
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.16667;
  }
  .post__meta--inline .date {
    display: block;
    margin: 0;
  }
  .post__meta--inline .date:before {
    display: none;
  }
}

/* THEME COMPONENTS
------------------------------------------------------------------------------*/
.card {
  border: 0 none;
  margin-bottom: 30px;
}

.card--lg {
  margin-top: 30px;
  padding-right: 55px;
}

.card--spaced {
  margin-bottom: 60px;
}

.card--spaced img {
  margin-bottom: 20px;
}

.card--spaced h2 {
  font-size: 1.8em;
  margin: 0 0 10px;
}

.card--header {
  background-color: transparent;
  padding: 0;
}

.card--header h3 {
  margin: 0;
  font-size: 24px;
}

.card--header h3 a {
  color: #231F20;
  border-bottom: 0 none;
  font-weight: 600;
  line-height: 1.2;
}

.card--header .date {
  font-size: 0.9em;
  font-weight: 600;
  color: #B0A8A7;
}

.card--container {
  background: #ffffff;
  height: 100%;
}

.card--container h3 {
  margin: 0 0 15px;
  font-size: 24px;
}

.card--container h3 a {
  color: #231F20;
  border-bottom: 0 none;
  font-weight: 600;
  line-height: 1.2;
}

.card--container-leader {
  margin-bottom: 50px;
}

.card--container-leader img {
  width: 100%;
}

.card--container-leader h3 {
  margin-bottom: 0;
}

.card--container-leader p {
  margin-bottom: 10px;
}

.card--container-leader .position--title {
  color: #003a5d;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.25;
}

.card--content {
  padding: 20px 0;
}

.card__light-grey {
  background-color: #f7f6f6;
  margin-bottom: 0;
}

.card__light-grey .card--content {
  padding: 20px;
}

.card__light-grey-spaced, .card__light-grey-spaced:last-of-type {
  margin-bottom: 30px;
}

.card__slide {
  height: 230px;
  overflow: hidden;
}

.card__slide.first-post {
  height: 370px;
  margin-bottom: 30px;
}

.card__slide.first-post .card__slide--content {
  width: 50%;
  height: 70%;
  bottom: -50%;
}

.card__slide.first-post .card__slide--content:hover {
  width: 100%;
  bottom: 0;
}

.card__slide--container {
  background: #ffffff;
  height: 100%;
  position: relative;
}

.card__slide--container .image__tag {
  position: relative;
}

.card__slide--container .image__tag .image__thumb {
  border: 0 none;
}

.card__slide--container .image__tag .image__thumb:hover, .card__slide--container .image__tag .image__thumb:active, .card__slide--container .image__tag .image__thumb:focus {
  border: 0 none;
}

.card__slide--content {
  position: absolute;
  bottom: -65%;
  left: 0;
  padding: 15px 20px;
  color: #231F20;
  -webkit-transition: 200ms linear;
  -o-transition: 200ms linear;
  -moz-transition: 200ms linear;
  transition: 200ms linear;
  background: #ffffff;
  width: 100%;
  height: 100%;
}

.card__slide--content .screen-reader-text p {
  opacity: 1;
}

.card__slide--content:hover {
  bottom: 0;
}

.card__slide--content:hover p, .card__slide--content:hover h3:after {
  opacity: 1;
}

.card__slide--content:hover h3 {
  padding-bottom: 15px;
  margin: 15px 0;
}

.card__slide--content h3 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.33333;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.card__slide--content h3:before {
  content: "\f3c9";
  display: block;
  font-family: "Font Awesome 5 Pro";
  font-size: 28px;
  font-weight: 400;
  color: #003a5d;
  margin-right: 15px;
}

.card__slide--content h3:after {
  content: "";
  background-color: #FDE051;
  height: 2px;
  width: 35px;
  display: block;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.card__slide--content h3 a {
  color: #231F20;
  border: 0 none;
  font-weight: 700;
  line-height: 1.2;
}

.card__slide--content h3 a:hover, .card__slide--content h3 a:active, .card__slide--content h3 a:focus {
  border: 0 none;
  color: #003a5d;
}

.card__slide--content .button--link-icon {
  color: #003a5d;
  padding: 0;
  font-weight: 600;
  font-size: 0.9em;
}

.card__slide--content .button--link-icon:after {
  color: #003a5d;
  font-weight: 600;
}

.card__slide--content p {
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  -moz-transition: 200ms ease;
  transition: 200ms ease;
}

.card--bio {
  display: block;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  -webkit-transition: 400ms ease;
  -o-transition: 400ms ease;
  -moz-transition: 400ms ease;
  transition: 400ms ease;
}

.card--bio img {
  width: 140px;
  height: 140px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.card--bio p {
  color: #231F20;
  margin: 0;
}

.card--bio p.company {
  font-weight: 600;
}

.card--bio h2, .card--bio h3 {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.27273;
  margin-bottom: 10px;
}

.card--bio:hover, .card--bio:active, .card--bio:focus {
  background-color: #f4f7f8;
  border-color: #e5ebee;
}

.card--bio:hover h2, .card--bio:hover h3, .card--bio:active h2, .card--bio:active h3, .card--bio:focus h2, .card--bio:focus h3 {
  text-decoration: underline;
}

.card--bio-mini {
  background: transparent;
  border: 0 none;
}

.card--bio-mini img {
  width: 45px;
  height: 45px;
}

.card--bio-mini p {
  font-size: 14px;
}

.card--bio-mini p a {
  font-weight: 700;
  font-size: 16px;
}

.card--bio-mini:hover, .card--bio-mini:active, .card--bio-mini:focus {
  background: transparent;
  border: 0 none;
}

.card--map .description {
  padding-top: 20px;
}

.card--map .description h2 {
  font-size: 16px;
  margin: 0 0 20px;
}

.card--map .description h2 a {
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.36364;
  border: 0 none;
}

.card--map .description h2 a:hover, .card--map .description h2 a:focus, .card--map .description h2 a:active {
  border: 0 none;
  text-decoration: underline;
}

.card--map .description h2 a i {
  display: inline;
  margin-left: 5px;
}

.card--map .description .statistic {
  max-width: 33%;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #f7f6f6;
}

@media screen and (max-width: 991px) {
  .card--map .description .statistic {
    max-width: 50%;
  }
}

.card--map .description .statistic:first-of-type {
  padding-left: 15px;
  border-left: 0 none;
}

.card--map .description .statistic .values {
  height: auto;
  text-align: left;
  overflow: auto;
  margin: 0;
  font-size: 1.375em;
  font-weight: 700;
  line-height: 1.27273;
  color: #003a5d;
}

.members .card {
  margin-top: 20px;
}

.members .card--content p {
  margin-bottom: 10px;
}

.members .card--content p.name {
  font-size: 1em;
  line-height: 1.3;
  margin-bottom: 0;
}

.members .card--content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .card__slide, .card__slide.first-post {
    height: auto;
  }
  .card__slide .card__slide--content, .card__slide.first-post .card__slide--content {
    width: 100%;
    height: auto;
  }
  .card__slide--content, .card__slide.first-post--content {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .card__slide--content p, .card__slide--content h3:after, .card__slide.first-post--content p, .card__slide.first-post--content h3:after {
    opacity: 1;
  }
  .card__slide--content h3, .card__slide.first-post--content h3 {
    padding-bottom: 15px;
    margin: 15px 0;
  }
  .card--bio img {
    width: 90px;
    height: 90px;
  }
  .card--bio-mini img {
    width: 45px;
    height: 45px;
  }
  .card--bio-mini .bio-description {
    width: 190px;
    padding: 0;
  }
  .card--map .description .statistic {
    padding-left: 15px;
    padding-right: 15px;
    border-left: 0 none;
    width: 50%;
  }
  .card--map .description .statistic .values {
    font-size: 18px;
  }
  .card--map .description .statistic:nth-child(3) {
    display: none;
  }
}

.section__toolbar {
  padding: 0;
  margin-top: 50px;
  background-color: #ffffff;
}

.section__toolbar--container {
  position: relative;
}

.section__toolbar--container.grid {
  margin: 0;
}

.section__toolbar .toc-current-section {
  width: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: 400ms linear;
  -o-transition: 400ms linear;
  -moz-transition: 400ms linear;
  transition: 400ms linear;
  height: 26px;
  overflow: hidden;
}

.section__toolbar .toc-current-section p {
  display: none;
}

.section__toolbar.animate .section__toolbar--container {
  padding: 18px 0 16px 0;
}

.section__toolbar.animate .section__toolbar--container .toc-current-section {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  -webkit-animation: FadeInText 500ms linear;
  -moz-animation: FadeInText 500ms linear;
  -o-animation: FadeInText 500ms linear;
  animation: FadeInText 500ms linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}

.section__toolbar.animate .section__toolbar--container .toc-current-section p {
  display: block;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.section__toolbar.animate .section__toolbar--container .button--link-has-icon {
  padding: 0;
}

.section__toolbar.animate .section__toolbar--container .author__group {
  -webkit-animation: closeAuthors 500ms linear;
  -moz-animation: closeAuthors 500ms linear;
  -o-animation: closeAuthors 500ms linear;
  animation: closeAuthors 500ms linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 0;
  height: 0;
  padding: 0;
}

.section__toolbar.animate .section__toolbar--container .author__group > div {
  opacity: 0;
}

.section__toolbar.animate .section__toolbar--container .share {
  margin: 0;
  width: auto;
}

.section__toolbar.animate .section__toolbar--container .download {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
  -webkit-animation: smallerWidth 500ms linear;
  -moz-animation: smallerWidth 500ms linear;
  -o-animation: smallerWidth 500ms linear;
  animation: smallerWidth 500ms linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 5%;
}

.section__toolbar.animate .section__toolbar--container .download .button--link-has-icon {
  margin-left: 0;
}

.section__toolbar.animate .section__toolbar--container .download span {
  opacity: 0;
  display: none;
}

.section__toolbar.animate .section__toolbar--container .download:before {
  display: inline-block;
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  background-color: #ebe9e9;
  height: 10px;
}

.section__toolbar.animate .section__toolbar--container .section__toolbar--right {
  padding-right: 0;
  position: static;
}

.section__toolbar.animate .section__toolbar--container .section__toolbar--right .toc {
  padding-top: 0;
  padding-right: 0;
}

.section__toolbar.animate .section__toolbar--container .section__toolbar--right .toc .toc-content {
  left: auto;
  top: 110%;
  right: 0;
  padding-right: 20px;
}

.section__toolbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 15px;
  width: 100%;
  max-width: 100%;
  z-index: 900;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
}

.section__toolbar--right {
  position: absolute;
  right: 0;
  top: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section__toolbar .share {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 22%;
}

.section__toolbar .share__list li a, .section__toolbar a, .section__toolbar .share__label {
  color: #003a5d;
}

.section__toolbar .download {
  width: 15%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.section__toolbar .download span {
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  -moz-transition: 500ms ease;
  transition: 500ms ease;
}

.section__toolbar .button--link-has-icon {
  display: inline-block;
  border-left: 0 none;
  color: #003a5d;
  font-weight: 600;
  font-size: 0.9em;
  padding: 0;
}

.section__toolbar .button--link-has-icon i {
  margin-left: 5px;
  font-size: 1.1em;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.section__toolbar .button--link-has-icon:hover, .section__toolbar .button--link-has-icon:active, .section__toolbar .button--link-has-icon:focus {
  border: 0 none;
}

.section__toolbar .button--link-has-icon.open i {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.section__toolbar .button--link-has-icon.dropdown__toggle {
  font-size: 1em;
  line-height: 1;
}

.section__toolbar .button--link-has-icon.dropdown__toggle i {
  margin-left: 15px;
}

.section__toolbar .author__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #e5ebee;
  color: #003a5d;
  padding: 20px 20px 15px;
  font-size: 0.9em;
  width: 300px;
  overflow: hidden;
}

.section__toolbar .author__group > div {
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  -moz-transition: 500ms ease;
  transition: 500ms ease;
}

.section__toolbar .author__by {
  font-size: 1.1em;
  line-height: 1.6;
  margin-right: 15px;
  font-weight: 700;
  font-style: italic;
}

.section__toolbar .author__list .author__single {
  margin-bottom: 5px;
}

.section__toolbar .author__list .author a {
  border-color: transparent;
  font-weight: 700;
}

.section__toolbar .author__list .author a:active, .section__toolbar .author__list .author a:hover, .section__toolbar .author__list .author a:focus {
  border-color: #003a5d;
}

.section__table_content .dropdown__content ul {
  counter-reset: list-item;
}

.section__table_content .dropdown__content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.section__table_content .dropdown__content ul li:before {
  width: 20%;
  counter-increment: list-item;
  content: "Part " counter(list-item) " —";
  margin-right: 10px;
  position: static;
  color: #ffffff;
}

.section__table_content .dropdown__content ul li a {
  width: 80%;
}

.toc {
  position: relative;
  padding-top: 23px;
  padding-right: 30px;
}

.toc h3 {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.28571;
  margin: 20px 0 30px;
}

.toc h3:after {
  background-color: #FDE051;
  content: "";
  display: inline-block;
  width: 25px;
  height: 2px;
  vertical-align: middle;
  margin-left: 10px;
}

.toc .toc-content {
  position: absolute;
  background: #ffffff;
  top: 60px;
  left: 0;
  width: 550px;
  padding: 20px 200px 20px 20px;
}

.toc .toc-content ul {
  counter-reset: list-item;
}

.toc .toc-content ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.28571;
}

.toc .toc-content ul li:before {
  width: 25%;
  counter-increment: list-item;
  content: "Part " counter(list-item) " —";
  margin-right: 10px;
  position: static;
}

.toc .toc-content ul li a {
  width: 85%;
  font-weight: 400;
  font-style: italic;
  color: #555;
  border: 0 none;
  text-decoration: underline;
}

.toc .toc-content ul li a.active {
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  section__toolbar--right .toc .toc-content, .section__toolbar--right .toc .toc-content {
    left: auto;
    top: 110%;
    right: 0;
    padding-right: 20px;
  }
}

@media screen and (max-width: 991px) {
  section__toolbar .share, section__toolbar .download, .section__toolbar .share, .section__toolbar .download {
    width: auto;
  }
  section__toolbar .download .button--link-has-icon span, .section__toolbar .download .button--link-has-icon span {
    display: none;
    opacity: 0;
  }
  section__toolbar.fixed, .section__toolbar.fixed {
    position: static;
  }
  section__toolbar.fixed .section__toolbar--container, .section__toolbar.fixed .section__toolbar--container {
    margin-left: 0;
    padding-right: 10px;
  }
  section__toolbar.fixed .section__toolbar--right, .section__toolbar.fixed .section__toolbar--right {
    right: 20px;
  }
  section__toolbar--right, .section__toolbar--right {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  section__toolbar--mobile .author__group, .section__toolbar--mobile .author__group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #e5ebee;
    color: #003a5d;
    padding: 20px 20px 15px;
    font-size: 0.9em;
    width: -webkit-calc(100% + 15px);
    width: -moz-calc(100% + 15px);
    width: calc(100% + 15px);
  }
  section__toolbar--mobile .author__group > div, .section__toolbar--mobile .author__group > div {
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
    -moz-transition: 500ms ease;
    transition: 500ms ease;
  }
  section__toolbar--mobile .author__by, .section__toolbar--mobile .author__by {
    font-size: 1.1em;
    line-height: 1.6;
    margin-right: 15px;
    font-weight: 700;
    font-style: italic;
  }
  section__toolbar--mobile .author__list .author__single, .section__toolbar--mobile .author__list .author__single {
    margin-bottom: 5px;
  }
  section__toolbar--mobile .author__list .author a, .section__toolbar--mobile .author__list .author a {
    border-color: transparent;
    font-weight: 700;
  }
  section__toolbar--mobile .author__list .author a:active, section__toolbar--mobile .author__list .author a:hover, section__toolbar--mobile .author__list .author a:focus, .section__toolbar--mobile .author__list .author a:active, .section__toolbar--mobile .author__list .author a:hover, .section__toolbar--mobile .author__list .author a:focus {
    border-color: #003a5d;
  }
}

.popup {
  background: transparent;
  border: 0 none;
}

.popup__close {
  font-size: 1.5em;
  color: #ffffff;
  top: 0;
  right: 15px;
}

.form__group--inline-button .form__input-dk {
  padding-right: 15px;
}

.form__group--date {
  margin-bottom: 15px;
  position: relative;
  width: 90%;
  background-color: #ffffff;
}

.form__group--date:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f073";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #003a5d;
}

.form__group--sm .form__select-wrapper {
  width: auto;
}

.form__input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #003a5d;
  outline-color: #231F20;
}

.form__input-dk {
  background: #231F20;
  color: #ffffff;
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  width: 65%;
}

.form__input-dk::-webkit-input-placeholder {
  font-style: italic;
  font-size: 1.1em;
}

.form__input-dk::-moz-placeholder {
  font-style: italic;
  font-size: 1.1em;
}

.form__input-dk::-ms-input-placeholder {
  font-style: italic;
  font-size: 1.1em;
}

.form__input-dk::placeholder {
  font-style: italic;
  font-size: 1.1em;
}

.form__input.search-field-global {
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  padding-right: 20px;
  width: 80%;
  font-size: 26px;
  color: #231F20;
  font-weight: 600;
  line-height: 1.1;
}

.form__input.search-field-global::-webkit-input-placeholder {
  font-size: 26px;
  color: #231F20;
}

.form__input.search-field-global::-moz-placeholder {
  font-size: 26px;
  color: #231F20;
}

.form__input.search-field-global::-ms-input-placeholder {
  font-size: 26px;
  color: #231F20;
}

.form__input.search-field-global::placeholder {
  font-size: 26px;
  color: #231F20;
}

.form__input--sm {
  width: 65px;
  border: 0 none;
  padding-right: 20px !important;
  padding-left: 10px;
}

.form__date {
  border-color: #b5d3e5;
  background-color: transparent;
  position: relative;
}

.form__checkbox, .form__radio {
  margin: 20px 0;
  font-size: 0.95em;
}

.form__checkbox-label:before, .form__radio-label:before {
  border-color: #b5d3e5;
}

.form__checkbox input:focus + .form__checkbox-label:before, .form__checkbox input:focus + .form__radio-label:before, .form__radio input:focus + .form__checkbox-label:before, .form__radio input:focus + .form__radio-label:before {
  border-color: #003a5d;
}

.form__checkbox input:checked + .form__checkbox-label:before, .form__radio input:checked + .form__checkbox-label:before {
  background: #003a5d;
  border-color: #b5d3e5;
}

.form__checkbox input:checked + .form__checkbox-label .form__checkbox-icon, .form__radio input:checked + .form__checkbox-label .form__checkbox-icon {
  color: #ffffff;
  line-height: 1.3;
}

.form__checkbox--lvl-2, .form__radio--lvl-2 {
  margin: 10px 0 10px 25px;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1.28571;
}

.form__checkbox--lvl-2 input:checked + .form__checkbox-label, .form__radio--lvl-2 input:checked + .form__checkbox-label {
  font-weight: 600;
}

.form__checkbox--lvl-2 input:checked + .form__checkbox-label .form__checkbox-icon, .form__radio--lvl-2 input:checked + .form__checkbox-label .form__checkbox-icon {
  line-height: 1.3;
}

.form__error {
  color: #e62600;
  display: none;
}

.form--search-global .form__icon {
  left: 10px;
  font-size: 1.3em;
}

.form--search-global .form__group {
  margin-bottom: 10px;
}

.form__select-wrapper i {
  display: block;
  top: 40%;
  line-height: 1;
}

.form__select-country {
  width: 300px;
  margin-bottom: 40px;
}

.form__select-country .form__label {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.form__select-country .form__select-wrapper i {
  display: block;
}

.form__select-country .form__input {
  color: #231F20;
  border-color: #d3d3d3;
}

.author--select .form__select-wrapper i {
  display: none;
}

.select2-container {
  width: 90% !important;
}

.select2-container--default .select2-selection--single {
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-color: #b5d3e5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

body .nf-form-content {
  max-width: 100%;
}

body .nf-form-content .list-checkbox-wrap .nf-field-element ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px !important;
}

body .nf-form-content .list-checkbox-wrap .nf-field-element ul li input {
  float: none;
  height: auto;
  margin: 0;
}

body .nf-form-content .list-checkbox-wrap .nf-field-element ul li label {
  margin-left: 10px;
  margin-right: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
}

body .nf-form-content .list-checkbox-wrap .nf-field-element ul li:before {
  display: none;
}

body .nf-form-content label {
  text-transform: uppercase;
  color: #231F20;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.42857;
}

body .nf-form-content .list-select-wrap .nf-field-element > div,
body .nf-form-content input:not([type=button]),
body .nf-form-content textarea {
  background: #ffffff;
  border: 1px solid #d4d0cf;
  color: #231F20;
}

body .nf-form-content .list-select-wrap > div div:after {
  content: "\f0dd";
  right: 15px;
  color: #003a5d;
  line-height: 1;
  height: auto;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  bottom: auto;
  top: 30%;
}

body .nf-form-content .ninja-forms-req-symbol {
  color: #003a5d;
}

body .nf-form-content .listselect-wrap .nf-field-element div,
body .nf-form-content input.ninja-forms-field,
body .nf-form-content select.ninja-forms-field:not([multiple]) {
  height: 40px;
  line-height: 1;
}

body .nf-form-content button,
body .nf-form-content input[type=button],
body .nf-form-content input[type=submit] {
  background: #FDE051;
  color: #231F20;
  font-weight: 700;
  padding: 13px 40px;
  height: auto;
  cursor: pointer;
  border: 0 none;
  font-size: 16px;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  -moz-transition: 500ms ease;
  transition: 500ms ease;
}

body .nf-form-content button:hover, body .nf-form-content button:active, body .nf-form-content button:focus,
body .nf-form-content input[type=button]:hover,
body .nf-form-content input[type=button]:active,
body .nf-form-content input[type=button]:focus,
body .nf-form-content input[type=submit]:hover,
body .nf-form-content input[type=submit]:active,
body .nf-form-content input[type=submit]:focus {
  background: #dcc244;
  color: #231F20;
  border: 0 none;
}

body .nf-form-title h3 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.55556;
  margin-bottom: 25px;
}

body .nf-before-form-content {
  margin-bottom: 25px;
}

.ui-datepicker {
  z-index: 900 !important;
}

.ui-datepicker-header {
  background-color: #003a5d;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 10px 0;
}

.ui-datepicker-title {
  text-align: center;
  clear: both;
}

.ui-datepicker-prev, .ui-datepicker-next {
  text-decoration: none;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-calendar tbody tr td {
  padding: 5px;
  text-align: center;
}

.ui-datepicker-calendar tbody tr td a {
  border-bottom: 0;
  display: block;
}

.ui-datepicker-calendar tbody tr td a:hover, .ui-datepicker-calendar tbody tr td a:active, .ui-datepicker-calendar tbody tr td a:focus {
  background-color: #f7f6f6;
}

.button {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.button--primary {
  background: #003a5d;
  color: #ffffff;
  border: 2px solid #003a5d;
}

.button--primary:hover, .button--primary:active, .button--primary:focus {
  background: #e5ebee;
  color: #003a5d;
  border: 2px solid #003a5d;
}

.button--primary-hollow {
  background: transparent;
  border: 2px solid #003a5d;
  color: #003a5d;
}

.button--primary-hollow:hover, .button--primary-hollow:active, .button--primary-hollow:focus {
  background: #003a5d;
  color: #ffffff;
  border: 2px solid #003a5d;
}

.button--primary.has--icon {
  padding: 10px 15px;
}

.button--primary.has--icon i {
  margin-right: 5px;
  color: #FDE051;
}

.button--primary.has--icon:hover, .button--primary.has--icon:active, .button--primary.has--icon:focus {
  background: #ffffff;
  color: #003a5d;
  border: 2px solid #003a5d;
}

.button--primary.has--icon:hover i, .button--primary.has--icon:active i, .button--primary.has--icon:focus i {
  color: #003a5d;
}

.button--secondary {
  background: #FDE051;
  color: #231F20;
  border: 0 none;
}

.button--secondary-hollow {
  background: transparent;
  border: 1px solid #FDE051;
  color: #ffffff;
}

.button--secondary-hollow:hover, .button--secondary-hollow:active, .button--secondary-hollow:focus {
  background: #FDE051;
  border: 1px solid #FDE051;
  color: #003a5d;
}

.button--secondary:hover, .button--secondary:active, .button--secondary:focus {
  border: 0 none;
}

.button--lt-hollow {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
}

.button--lt-hollow:hover, .button--lt-hollow:active, .button--lt-hollow:focus {
  background: #ffffff;
  border: 2px solid #ffffff;
  color: #003a5d;
}

.button--filter {
  padding: 14px 0 10px 25px;
  border: 0 none;
  margin: 0;
  border-left: 1px solid #ebe9e9;
  color: #231F20;
  background-color: transparent;
}

.button--filter i {
  margin-right: 10px;
}

.button--filter:hover, .button--filter:active, .button--filter:focus, .button--filter.active {
  color: #003a5d;
  border: 0 none;
  border-left: 1px solid #ebe9e9;
}

.button--toggle .opened-icon, .button--toggle .closed-icon {
  width: 18px;
  text-align: center;
}

.button--toggle .opened-icon {
  display: none;
}

.button--toggle .closed-icon {
  display: inline-block;
}

.button--toggle.open .opened-icon {
  display: inline-block;
}

.button--toggle.open .closed-icon {
  display: none;
}

.button--pill {
  background: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 2px 10px;
  color: #003a5d;
  font-size: 0.9em;
  border-bottom: 0 none;
  font-weight: 600;
}

.button--pill.active, .button--pill:hover, .button--pill:focus, .button--pill:active {
  background-color: #e5ebee;
  border-bottom: 0 none;
}

.button--pill-reversed {
  color: #231F20;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 8px 35px 8px 15px;
  background-color: #ebe9e9;
  display: inline-block;
  font-size: 0.9em;
  border-bottom: 0 none;
  font-weight: 600;
  position: relative;
}

.button--pill-reversed a {
  position: absolute;
  right: 15px;
  border: 0 none;
  font-size: 15px;
  font-weight: 600;
  line-height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #231F20;
}

.button--pill-reversed:first-of-type {
  margin-left: -5px;
}

.button--link {
  background: transparent;
  color: #003a5d;
  line-height: 1;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #003a5d;
  font-weight: 600;
}

.button--link-icon {
  border: 0 none;
}

.button--link-icon span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
  vertical-align: middle;
}

.button--link-icon:after {
  content: "\f178";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  vertical-align: middle;
}

.button--link-icon:hover, .button--link-icon:active, .button--link-icon:focus {
  border: 0 none;
}

.button--link-icon:hover span, .button--link-icon:active span, .button--link-icon:focus span {
  border-bottom: 1px solid #003a5d;
}

.button--link-icon-plus {
  background: #e5ebee;
  color: #003a5d;
  border: 0 none;
  padding: 8px 12px;
  line-height: 1;
  height: 32px;
  margin-bottom: 5px;
  vertical-align: bottom;
  display: inline-block;
}

.button--link-icon-plus:after {
  content: "\f067";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
}

.button--link-icon-plus.open {
  border: 0 none;
}

.button--link-icon-plus.open:after {
  content: "\f068";
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  vertical-align: middle;
}

.button--link-has-icon {
  background: transparent;
  border: 0 none;
  color: #231F20;
  border-left: 1px solid #ebe9e9;
  padding-left: 13px;
  margin-left: 10px;
}

.button--link-has-icon i {
  vertical-align: middle;
}

.button--link-has-icon:hover, .button--link-has-icon:active, .button--link-has-icon:focus {
  border: 0 none;
  border-left: 1px solid #ebe9e9;
  color: #003a5d;
}

.button--link-has-icon:hover span, .button--link-has-icon:active span, .button--link-has-icon:focus span {
  border-color: #003a5d;
}

.button--link-has-icon-left i {
  margin-right: 5px;
}

.button--link-has-icon.no-border {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.button--link-has-icon.no-border:hover, .button--link-has-icon.no-border:active, .button--link-has-icon.no-border:focus {
  border: 0 none;
  color: #003a5d;
}

.button--link-has-icon span {
  vertical-align: middle;
  border-bottom: 1px solid transparent;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.button--link-has-icon.sm-blue {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.42857;
  color: #003a5d;
}

.button--link-has-icon.sm-blue span {
  border-color: #003a5d;
}

@media (max-width: 991px) {
  .button--link-icon {
    display: block;
    padding-right: 30px;
  }
}

@media (max-width: 640px) {
  .button--pill-reversed,
  .button--pill-reversed:first-of-type {
    margin-left: 0;
    display: block;
  }
}

.accordion {
  margin-bottom: 40px;
}

.accordion > h2 {
  margin-bottom: 20px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.55556;
  color: #231F20;
  text-transform: uppercase;
}

.accordion .dropdown .dropdown__toggle {
  background-color: transparent;
  color: #003a5d;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.33333;
  cursor: pointer;
  padding: 10px 40px 10px 20px;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebe9e9;
}

.accordion .dropdown .dropdown__toggle:after {
  display: block;
  content: "\f067";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7em;
}

.accordion .dropdown .dropdown__toggle.open {
  border-color: #ffffff;
}

.accordion .dropdown .dropdown__toggle.open:after {
  content: "\f068";
}

.accordion .dropdown .dropdown__content {
  background: transparent;
  padding: 0 20px 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ebe9e9;
}

.accordion .dropdown .dropdown__content p {
  margin-bottom: 15px;
}

.dropdown--topics ul {
  margin-top: 10px;
  font-size: 0.9em;
}

.dropdown--topics ul li {
  padding-left: 15px;
  margin-bottom: 5px;
}

.dropdown--topics ul li:before {
  left: 0;
  font-size: 0.9em;
  top: 2px;
}

.dropdown--search {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 800;
}

.dropdown--search .container {
  background: #e5ebee;
  padding: 40px 30px 20px;
}

.tabs {
  padding-top: 30px;
}

.tabs__content {
  padding: 40px 0;
  background-color: transparent;
}

.tabs__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5ebee;
}

.tabs__list:after {
  display: none;
}

.tabs__list--days {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  border-bottom: 0 none;
  padding-bottom: 0;
}

.tabs__list--days .tabs__tab-control {
  text-decoration: none;
  line-height: 1.4;
}

.tabs__list--days .tabs__tab-control:after {
  content: "";
  display: block;
  width: 90px;
  height: 3px;
  background-color: transparent;
  margin: 15px auto 0;
}

.tabs__list--days .tabs__tab-control .selected-tab-text {
  display: none;
}

.tabs__list--days .tabs__tab-control.active:after {
  background-color: #003a5d;
}

.tabs__list--days .tabs__tab-control.active .selected-tab-text {
  display: inline;
}

.tabs__tab-control {
  border-bottom: 0 none;
  float: none;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  color: #231F20;
  text-decoration: underline;
  width: 33%;
}

.tabs__tab-control:hover, .tabs__tab-control:focus, .tabs__tab-control:active {
  border-bottom: 0 none;
  color: #003a5d;
}

.tabs__tab-control .selected-tab-text {
  display: none;
}

.tabs__tab-control.active {
  border-bottom: 0 none;
  text-decoration: none;
  color: #003a5d;
}

.tabs__tab-control.active .selected-tab-text {
  display: inline;
}

.tabs__tab-control.text--left {
  text-align: left;
}

.tabs__tab-control.text--right {
  text-align: right;
}

.tabs__tab-control span {
  text-transform: none;
  font-weight: 400;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 65px;
  width: 35px;
  background: #FDE051;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  z-index: 200;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #fffbea;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  line-height: 1;
  color: #003a5d;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0;
}

.slick-prev:before {
  content: "";
}

[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: 0;
  right: auto;
}

.slick-next:before {
  content: "";
}

[dir="rtl"] .slick-next:before {
  content: "";
}

.slick-list {
  padding: 45px 20px !important;
  margin-left: 0 !important;
}

.slider--topics .slick-list {
  padding: 0 !important;
  margin-left: 0px !important;
}

.slider--topics .content--container.grid {
  padding: 0 15px;
}

.slider--topics .content--container .content {
  padding-left: 60px;
  -webkit-transition: 1.5s ease;
  -o-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
  opacity: 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slider--topics .content--container .content h2 {
  font-size: 2.25em;
  font-weight: 600;
  line-height: 1.11111;
  margin: 0 0 15px;
}

.slider--topics .content--container .pagination {
  padding: 0 10px;
  font-size: 1.625em;
  font-weight: 400;
  line-height: 1.15385;
}

.slider--topics .content--container .pagination .active {
  font-weight: 700;
}

.slider--topics .slick-slide {
  width: 900px;
}

.slider--topics .slick-slide .image {
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  -moz-transition: 500ms ease;
  transition: 500ms ease;
  -webkit-transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  position: relative;
}

.slider--topics .slick-slide .image img {
  width: 100%;
}

.slider--topics .slick-slide .image a {
  display: block;
  border: 0 none;
}

.slider--topics .slick-slide .image .bg-color-brand-1 {
  background-color: #003a5d;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 300ms ease;
  -o-transition: 300ms ease;
  -moz-transition: 300ms ease;
  transition: 300ms ease;
}

.slider--topics .slick-slide.slick-center .content, .slider--topics .slick-slide.slick-center .slider--nav-container {
  opacity: 1;
}

.slider--topics .slick-slide.slick-center .content h2 a, .slider--topics .slick-slide.slick-center .slider--nav-container h2 a {
  font-weight: 600;
  border-bottom: 0 none;
}

.slider--topics .slick-slide.slick-center .image {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.slider--topics .slick-slide.slick-center .image .bg-color-brand-1 {
  opacity: 0;
}

.slider--topics .slider--nav-container {
  background: #FDE051;
  opacity: 0;
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  -moz-transition: 1s ease;
  transition: 1s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider--topics .slider--nav {
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.slider--topics .slider--nav .slick-prev,
.slider--topics .slider--nav .slick-next {
  height: 65px !important;
  width: 85px !important;
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.slider--topics .slider--nav .slick-prev:before,
.slider--topics .slider--nav .slick-next:before {
  font-size: 24px;
}

.slider--topics .slider--nav .slick-prev {
  left: 0;
}

[dir="rtl"] .slider--topics .slider--nav .slick-prev {
  left: auto;
  right: 0;
}

.slider--topics .slider--nav .slick-prev:before {
  content: '\f177';
}

[dir="rtl"] .slider--topics .slider--nav .slick-prev:before {
  content: '\f178';
}

.slider--topics .slider--nav .slick-next {
  right: 0;
}

[dir="rtl"] .slider--topics .slider--nav .slick-next {
  left: 0;
  right: auto;
}

.slider--topics .slider--nav .slick-next:before {
  content: '\f178';
}

[dir="rtl"] .slider--topics .slider--nav .slick-next:before {
  content: '\f177';
}

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Pro";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.content-slider {
  margin: 50px 0 65px;
}

.content-slider .single__slide {
  background-color: #003a5d;
  padding: 0 30px;
  overflow: hidden;
}

.content-slider .single__slide--container {
  background: #ffffff;
  height: 100%;
  position: relative;
}

.content-slider .single__slide--container .image__tag {
  position: relative;
  padding-bottom: 65px;
}

.content-slider .single__slide--container .image__tag .image__thumb {
  border: 0 none;
}

.content-slider .single__slide--container .image__tag .image__thumb:hover, .content-slider .single__slide--container .image__tag .image__thumb:active, .content-slider .single__slide--container .image__tag .image__thumb:focus {
  border: 0 none;
}

.content-slider .single__slide--content {
  position: absolute;
  bottom: -70%;
  left: 0;
  padding: 20px;
  color: #231F20;
  -webkit-transition: 200ms linear;
  -o-transition: 200ms linear;
  -moz-transition: 200ms linear;
  transition: 200ms linear;
  background: #ffffff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-slider .single__slide--content:hover {
  bottom: 0;
}

.content-slider .single__slide--content:hover p, .content-slider .single__slide--content:hover h3:after {
  opacity: 1;
}

.content-slider .single__slide--content:hover h3 {
  margin: 15px 0 0;
}

.content-slider .single__slide--content h3 {
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.25;
}

.content-slider .single__slide--content h3:after {
  content: "";
  background-color: #FDE051;
  height: 2px;
  width: 35px;
  margin-top: 10px;
  display: block;
  opacity: 0;
}

.content-slider .single__slide--content h3 a {
  color: #231F20;
  border-color: transparent;
  font-weight: 700;
  line-height: 1.2;
}

.content-slider .single__slide--content h3 a:hover, .content-slider .single__slide--content h3 a:active, .content-slider .single__slide--content h3 a:focus {
  border-color: #231F20;
}

.content-slider .single__slide--content .date {
  font-size: 0.9em;
  font-weight: 600;
  color: #696868;
}

.content-slider .single__slide--content .button--link-icon {
  color: #003a5d;
  padding: 0;
  font-weight: 600;
  font-size: 0.9em;
}

.content-slider .single__slide--content .button--link-icon:after {
  color: #003a5d;
  font-weight: 600;
}

.content-slider .single__slide--content p {
  font-size: 0.9375em;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
  opacity: 0;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  -moz-transition: 200ms ease;
  transition: 200ms ease;
}

@media screen and (max-width: 950px) {
  .slider--topics .slick-slide {
    width: 600px;
  }
  .slider--topics .content--container .content {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 640px) {
  .slider--topics .slick-slide {
    width: 350px;
  }
}

.search__filters {
  border-top: 1px solid #ebe9e9;
  border-bottom: 1px solid #ebe9e9;
  position: relative;
  margin-top: 30px;
}

.search__filters .dropdown--search h3 {
  text-transform: uppercase;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.33333;
  margin-bottom: 30px;
}

.search__filters .dropdown--search h3 a {
  font-size: 1em;
  font-weight: 600;
  line-height: 1.5;
  color: #231F20;
  border: 0 none;
}

.search--form {
  display: none;
  position: absolute;
  width: 100%;
  top: 85%;
  left: 0;
  z-index: 800;
  background: #fff;
  padding: 10px 0 0;
}

.search--form .container {
  width: 75%;
}

.search--form .form__group--inline-button .form__input {
  border: 0 none;
  padding-left: 0;
  padding-right: 0;
}

.search--form .form__group--inline-button .button {
  width: 50px;
}

.search--form .form__group--inline-button .button:hover, .search--form .form__group--inline-button .button:active, .search--form .form__group--inline-button .button:focus {
  border: 0 none;
  color: #003a5d;
}

.search--results-title {
  text-align: center;
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.36364;
}

.section__all .search__filters {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .search__filters {
    display: none;
  }
}

.breadcrumb {
  margin-bottom: 30px;
}

.breadcrumb a {
  font-size: 1.1em;
  border-bottom: 0 none;
}

.breadcrumb a span {
  border-bottom: 1px solid transparent;
  -webkit-transition: 500ms ease;
  -o-transition: 500ms ease;
  -moz-transition: 500ms ease;
  transition: 500ms ease;
}

.breadcrumb a:hover span, .breadcrumb a:active span, .breadcrumb a:focus span {
  border-color: #003a5d;
}

.alert-banner {
  background-color: #f7f6f6;
  padding: 20px 15px;
}

.alert-banner .button.button--primary {
  padding: 6px 25px 4px;
}

.alert-banner.bg__light-yellow {
  background-color: #fef9db;
}

.alert-banner.bg__light-yellow .button.button--primary:hover, .alert-banner.bg__light-yellow .button.button--primary:active, .alert-banner.bg__light-yellow .button.button--primary:focus {
  background-color: #fef9db;
}

.alert-banner .container {
  position: relative;
  padding: 0;
}

.alert-banner .container.close__btn--container {
  padding-right: 40px;
}

.alert-banner__title {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}

.alert-banner__content p {
  margin-bottom: 0 !important;
}

.alert-banner__close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.alert-banner--light-yellow {
  background-color: #fef9db;
}

.alert-banner--light-blue {
  background-color: #e5ebed;
}

.alert-banner--light-blue__title {
  color: #0f395e;
}

.alert-banner--blue {
  background-color: #0f395e;
}

.alert-banner--blue .alert-banner__title {
  color: #fbe141;
}

.map--container {
  position: relative;
}

.map--container .stories--preview {
  position: absolute;
  width: 350px;
  height: 600px;
  left: -315px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  display: none;
}

.map--container .stories--preview_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f7f6f6;
}

.map--container .stories--preview_header .stories--count {
  width: 80px;
  height: 70px;
  background-color: #003a5d;
  color: #ffffff;
  text-align: center;
  padding: 15px 10px;
}

.map--container .stories--preview_header .stories--count p {
  margin-bottom: 0;
  line-height: 1.2;
}

.map--container .stories--preview_header .stories--count p.count {
  color: #FDE051;
  font-weight: 700;
}

.map--container .stories--preview_header .stories--close {
  width: 80px;
  height: 70px;
  color: #231F20;
  background-color: #ffffff;
}

.map--container .stories--preview_header .stories--close:hover, .map--container .stories--preview_header .stories--close:active {
  background-color: #f7f6f6;
}

.map--container .stories--preview_header .stories--title {
  max-width: 185px;
  padding: 0 20px;
}

.map--container .stories--preview_header .stories--title p {
  text-transform: uppercase;
  color: #003a5d;
  font-weight: 700;
  margin-bottom: 0;
}

.map--container .stories--preview_content {
  padding: 0 15px 0 10px;
}

.map--container .stories--preview_content .inner {
  height: 500px;
  overflow-y: scroll;
}

.map--container .stories--preview_content .inner .card--map {
  padding: 10px 0 15px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebe9e9;
}

.map--container .stories--preview_content .inner .card--map:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0 none;
}

.map--container .stories--preview_content .inner .card--map .description h2 {
  margin-bottom: 15px;
}

.map--container .stories--preview_content .inner .card--map .description h2 a {
  font-size: 20px;
}
.map--container .stories--preview_content .inner .card--map .description h2 span {
  font-size: 20px;
  color: #003a5d;
  font-weight: 700;
}

.map--container .stories--preview_content .inner .card--map .description p {
  margin-bottom: 15px;
  line-height: 1.425;
}

.map--container .stories--preview_content .inner .card--map .description .statistic {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 0 none;
  width: 50%;
  max-width: 50%;
}

.map--container .stories--preview_content .inner .card--map .description .statistic p {
  margin-bottom: 0;
}

.map--container .stories--preview_content .inner .card--map .description .statistic .values {
  font-size: 18px;
}

.map--container .state__group .state, .map--container .state__group .state-small {
  fill: #ebebeb;
  -webkit-transition: 200ms ease;
  -o-transition: 200ms ease;
  -moz-transition: 200ms ease;
  transition: 200ms ease;
}

.map--container .state__group .state.has--stories, .map--container .state__group .state-small.has--stories {
  cursor: pointer;
  fill: #cdd8e0;
}

.map--container .state__group .pin, .map--container .state__group .pin-line {
  display: none;
}

.map--container .state__group .pin.has--stories, .map--container .state__group .pin-line.has--stories {
  cursor: pointer;
  display: block;
}

.map--container .state__group .pin.pin-line-bubble, .map--container .state__group .pin-line.pin-line-bubble {
  display: block;
}

.map--container .state__group .pin-text.one-story {
  font-size: 20px;
}

.map--container .state__group:hover .state.has--stories, .map--container .state__group.active .state.has--stories {
  fill: #003a5d;
}

.map--container .state__group:hover .pin.has--stories, .map--container .state__group.active .pin.has--stories {
  fill: #FDE051;
}

.map--container .state__group:hover .pin-text, .map--container .state__group.active .pin-text {
  fill: #003a5d;
}

/* THEME HELPERS
------------------------------------------------------------------------------*/

/*# sourceMappingURL=../maps/sassquatch.css.map */

.map-footnotes {
  margin-top: 30px;
}
