@charset "UTF-8";
/*
	Theme Name: Alberta Innovates 2019
	Author: Box Clever
	Author URI: http://www.boxclever.ca/
	Version: 1.0
*/
/* !!!!!!
These styles are generated using the SASS files. Do not edit the .css file directly
!!!!! */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,700&display=swap');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

blockquote {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 0 0 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: grab;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* ==========================================================================
   _fancybox.scss
   ========================================================================== */
body.fancybox-active {
  overflow: hidden;
}

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Helvetica Neue, Arial, sans-serif;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-is-closing .fancybox-stage {
  overflow: visible;
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-slide:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide > base,
.fancybox-slide > link,
.fancybox-slide > meta,
.fancybox-slide > script,
.fancybox-slide > style,
.fancybox-slide > title {
  display: none;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px;
}

.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color 0.3s ease;
  cursor: pointer;
  outline: none;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6;
}

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--zoom svg path {
  fill: transparent;
}

.fancybox-navigation {
  display: none;
}

.fancybox-show-nav .fancybox-navigation {
  display: block;
}

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px;
}

.fancybox-navigation button:before {
  content: '';
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color 0.25s;
  box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
  top: 0;
  right: -40px;
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0;
  background: linear-gradient(
    180deg,
    transparent 0,
    rgba(0, 0, 0, 0.1) 20%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.6) 80%,
    rgba(0, 0, 0, 0.8)
  );
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a 0.8s infinite linear;
  animation: a 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px;
  font-size: 35px;
  font-weight: 700;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

p.fancybox-share__links {
  margin-right: -10px;
}

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all 0.2s;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7;
}

.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/* ==========================================================================
   _layout.scss
   ========================================================================== */
html {
  font-size: 10px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #545659;
  padding-top: 109px;
}
@media (max-width: 600px) {
  body {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
body.desktop-menu-open,
body.mobile-menu-open {
  overflow: hidden;
}
@media (max-width: 850px) {
  body {
    padding-top: 89px;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 83px;
  }
}
@supports (display: flex) {
  html,
  body {
    height: 100%;
    box-sizing: border-box;
  }
  body {
    display: flex;
    flex-direction: column;
  }
  .page-container {
    flex: 1 0 auto;
  }
  .footer {
    flex-shrink: 0;
  }
}

a.skip-link {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background-color: #1c3c6e;
  padding: 5px 20px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #ffffff;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (max-width: 600px) {
  a.skip-link {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
a.skip-link:focus,
a.skip-link:active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

a {
  text-decoration: none;
  color: #00b188;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}

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

div[data-animate-in='universal'] {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

div.animate-in[data-animate-in='universal'] {
  -webkit-animation-name: animate-in;
  animation-name: animate-in;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes animate-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
    -ms-transform: translate(0, 150px);
    transform: translate(0, 150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Standard syntax */
@keyframes animate-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 150px);
    -ms-transform: translate(0, 150px);
    transform: translate(0, 150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* Safari 4.0 - 8.0 */
/* Standard syntax */
/* Header Styles
 * -------------------------------------------------------------------------- */
h1,
h2,
h3,
h4 {
  margin: 0;
  line-height: 1.2;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 5.4rem;
  line-height: 6.2rem;
}
@media (max-width: 600px) {
  h1 {
    font-size: 3.6rem;
    line-height: 4.1rem;
  }
}
h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 5.4rem;
}
@media (max-width: 600px) {
  h2 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media (max-width: 600px) {
  h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media (max-width: 600px) {
  h4 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
/* Reuseable Elements
 * -------------------------------------------------------------------------- */
.container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 880px;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 700px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.container.width--full {
  max-width: 100%;
}
.container.width--wide {
  max-width: 1560px;
}
.container.width--columns {
  max-width: 1270px;
}

#page-banner {
  padding-top: 80px;
  padding-bottom: 27px;
}
#page-banner h1 {
  text-align: center;
  color: #1c3c6e;
}
@media (max-width: 550px) {
  #page-banner {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
@media (min-width: 881px) {
  .container.width--columns {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: center;
    /* OLD - Firefox 19- */
    -ms-flex-pack: center;
    /* IE 10 */
    justify-content: center;
  }
  .container.width--columns .column__main {
    -webkit-box-flex: 0 1 700px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 700px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 700px;
    /* Chrome */
    -ms-flex: 0 1 700px;
    /* IE 10 */
    flex: 0 1 700px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .container.width--columns .column__sidebar {
    -webkit-box-flex: 0 1 312px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 312px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 312px;
    /* Chrome */
    -ms-flex: 0 1 312px;
    /* IE 10 */
    flex: 0 1 312px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    min-width: 200px;
    margin-left: 12%;
    margin-bottom: 80px;
  }
}

@media (max-width: 880px) {
  .container.width--columns .column__sidebar {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.js-search-view {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: relative;
}
.js-search-view:before {
  content: '';
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url('images/ajax-loader.gif');
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  visibility: hidden;
}
.js-search-view.loading {
  opacity: 0.5;
}
.js-search-view.loading:before {
  visibility: visible;
  top: -50px;
}

.body-content {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}

.load-more-btn {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-transform: uppercase;
  text-align: center;
  color: #1c3c6e;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin: 0 auto;
}
.load-more-btn:hover,
.load-more-btn:focus {
  color: #00b188;
}
.load-more-btn:hover span.loader .dot,
.load-more-btn:focus span.loader .dot {
  background: #00b188;
}
.load-more-btn span.loader {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 26px;
}
.load-more-btn span.loader .dot {
  position: absolute;
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1c3c6e;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
  -webkit-animation-timing-function: cubic-bezier(0.325, 0.195, 0.14, 1);
  animation-timing-function: cubic-bezier(0.325, 0.195, 0.14, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}
.load-more-btn span.loader .dot:nth-child(1) {
  left: 5px;
}
.load-more-btn span.loader .dot:nth-child(2) {
  left: 5px;
}
.load-more-btn span.loader .dot:nth-child(3) {
  left: 16px;
}
.load-more-btn span.loader .dot:nth-child(4) {
  left: 27px;
}
.js-search-view.lazy-loading + .load-more-btn span.loader .dot:nth-child(1) {
  -webkit-animation-name: lds-ellipsis1;
  animation-name: lds-ellipsis1;
}
.js-search-view.lazy-loading + .load-more-btn span.loader .dot:nth-child(2) {
  -webkit-animation-name: lds-ellipsis2;
  animation-name: lds-ellipsis2;
}
.js-search-view.lazy-loading + .load-more-btn span.loader .dot:nth-child(3) {
  -webkit-animation-name: lds-ellipsis2;
  animation-name: lds-ellipsis2;
}
.js-search-view.lazy-loading + .load-more-btn span.loader .dot:nth-child(4) {
  -webkit-animation-name: lds-ellipsis3;
  animation-name: lds-ellipsis3;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(11px, 0);
  }
}

a.backto-link {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 2.4rem;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #00b188 !important;
}
@media (max-width: 600px) {
  a.backto-link {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
/* Generic Archive Items
 * -------------------------------------------------------------------------- */
.archive-item__generic + .archive-item__generic {
  margin-top: 30px;
}

/* Social Sharing Section
 * -------------------------------------------------------------------------- */
.social-sharing {
  position: relative;
}
.social-sharing .share-link {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #1c3c6e;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.social-sharing .share-link span.icon,
.social-sharing .share-link span.text {
  display: inline-block;
  vertical-align: middle;
}
.social-sharing .share-link span.icon {
  margin-right: 15px;
}
.social-sharing .share-link .fill {
  fill: #1c3c6e;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.social-sharing .share-link svg {
  display: block;
  width: 19px;
  height: 21px;
}
.social-sharing .share-link:hover,
.social-sharing .share-link:focus {
  color: #00b188;
}
.social-sharing .share-link:hover .fill,
.social-sharing .share-link:focus .fill {
  fill: #00b188;
}
@media (max-width: 600px) {
  .social-sharing .share-link {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.social-sharing ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 15px;
  line-height: 1;
  box-sizing: border-box;
  padding: 20px 15px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
}
.social-sharing ul.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.social-sharing ul li {
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.social-sharing ul li + li {
  margin-top: 20px;
}
.social-sharing ul a {
  display: block;
}
.social-sharing ul a:hover svg .fill,
.social-sharing ul a:focus svg .fill {
  fill: #00b188;
}
.social-sharing ul svg {
  display: block;
}
.social-sharing ul svg .fill {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  fill: #1c3c6e;
}
.social-sharing ul .sm--linkedin svg {
  width: 24px;
  height: 24px;
}
.social-sharing ul .sm--facebook svg {
  width: 24px;
  height: 24px;
}
.social-sharing ul .sm--twitter svg {
  width: 26px;
  height: 22px;
}
.social-sharing ul .sm--youtube svg {
  width: 28px;
  height: 20px;
}

/* ==========================================================================
   _forms.scss
   ========================================================================== */
/* Reset All Styles
 * -------------------------------------------------------------------------- */
button,
select:not([class*='ui-']),
textarea,
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
}

form,
.wpforms-container form {
  /* Labels
	 * -------------------------------------------------------------------------- */
  /* Regular Inputs
	 * -------------------------------------------------------------------------- */
  /* Selects
	 * -------------------------------------------------------------------------- */
  /* IE 10/11+ - This hides native dropdown button arrow so it will have the custom appearance, IE 9 and earlier get a native select - targeting media query hack via http://browserhacks.com/#hack-28f493d247a12ab654f6c3637f6978d5 - looking for better ways to achieve this targeting */
  /* The second rule removes the odd blue bg color behind the text in the select button in IE 10/11 and sets the text color to match the focus style's - fix via http://stackoverflow.com/questions/17553300/change-ie-background-color-on-unopened-focused-select-box */
  /* Radio/Checkbox
	 * -------------------------------------------------------------------------- */
  /* Submit
	 * -------------------------------------------------------------------------- */
}
form input[type='text'],
.wpforms-container form input[type='text'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c3c6e;
  border: 1px solid #d7dee8;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
  height: 5rem;
  border-radius: 3px;
}
@media (max-width: 600px) {
  form input[type='text'],
  .wpforms-container form input[type='text'] {
    line-height: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
  }
}
form input[type='text']:focus,
.wpforms-container form input[type='text']:focus {
  border-color: #05acd8;
}
form input[type='email'],
.wpforms-container form input[type='email'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c3c6e;
  border: 1px solid #d7dee8;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
  height: 5rem;
  border-radius: 3px;
}
@media (max-width: 600px) {
  form input[type='email'],
  .wpforms-container form input[type='email'] {
    line-height: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
  }
}
form input[type='email']:focus,
.wpforms-container form input[type='email']:focus {
  border-color: #05acd8;
}
form input[type='password'],
.wpforms-container form input[type='password'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c3c6e;
  border: 1px solid #d7dee8;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
  height: 5rem;
  border-radius: 3px;
}
@media (max-width: 600px) {
  form input[type='password'],
  .wpforms-container form input[type='password'] {
    line-height: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
  }
}
form input[type='password']:focus,
.wpforms-container form input[type='password']:focus {
  border-color: #05acd8;
}
form input[type='search'],
.wpforms-container form input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c3c6e;
  border: 1px solid #d7dee8;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
  height: 5rem;
  border-radius: 3px;
}
@media (max-width: 600px) {
  form input[type='search'],
  .wpforms-container form input[type='search'] {
    line-height: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
  }
}
form input[type='search']:focus,
.wpforms-container form input[type='search']:focus {
  border-color: #05acd8;
}
form input[type='tel'],
.wpforms-container form input[type='tel'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c3c6e;
  border: 1px solid #d7dee8;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
  height: 5rem;
  border-radius: 3px;
}
@media (max-width: 600px) {
  form input[type='tel'],
  .wpforms-container form input[type='tel'] {
    line-height: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
  }
}
form input[type='tel']:focus,
.wpforms-container form input[type='tel']:focus {
  border-color: #05acd8;
}
form input[type='url'],
.wpforms-container form input[type='url'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c3c6e;
  border: 1px solid #d7dee8;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
  height: 5rem;
  border-radius: 3px;
}
@media (max-width: 600px) {
  form input[type='url'],
  .wpforms-container form input[type='url'] {
    line-height: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
  }
}
form input[type='url']:focus,
.wpforms-container form input[type='url']:focus {
  border-color: #05acd8;
}
form input[type='number'],
.wpforms-container form input[type='number'] {
  box-sizing: border-box;
  display: block;
  vertical-align: baseline;
  margin: 0;
  outline: none;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c3c6e;
  border: 1px solid #d7dee8;
  padding: 0 15px;
  background-color: #ffffff;
  width: 100%;
  height: 5rem;
  border-radius: 3px;
}
@media (max-width: 600px) {
  form input[type='number'],
  .wpforms-container form input[type='number'] {
    line-height: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
  }
}
form input[type='number']:focus,
.wpforms-container form input[type='number']:focus {
  border-color: #05acd8;
}
form textarea,
.wpforms-container form textarea {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.1rem;
  color: #1c3c6e;
  border: 1px solid #d7dee8;
  padding: 15px;
  background-color: #ffffff;
  width: 100%;
  min-height: 300px;
  border-radius: 3px;
}
@media (max-width: 600px) {
  form textarea,
  .wpforms-container form textarea {
    line-height: 4.2rem;
    font-size: 1.6rem;
  }
}
form textarea:focus,
.wpforms-container form textarea:focus {
  border-color: #05acd8;
}
form select:not([class*='ui-']),
.wpforms-container form select:not([class*='ui-']) {
  text-overflow: ellipsis;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 5rem;
  color: #1c3c6e;
  border: 1px solid #d7dee8;
  padding: 0 35px 0 15px;
  background-color: #ffffff;
  width: 100%;
  height: 5rem;
  border-radius: 3px;
  background-image: url('images/icon-dropdown.svg');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px 6px;
}
@media (max-width: 600px) {
  form select:not([class*='ui-']),
  .wpforms-container form select:not([class*='ui-']) {
    line-height: 4.2rem;
    height: 4.2rem;
    font-size: 1.6rem;
  }
}
form select:not([class*='ui-']):focus,
.wpforms-container form select:not([class*='ui-']):focus {
  border-color: #05acd8;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  form select::-ms-expand,
  .wpforms-container form select::-ms-expand {
    display: none;
  }
  form select:focus::-ms-value,
  .wpforms-container form select:focus::-ms-value {
    background: transparent;
  }
}
form input[type='radio'] + label,
form input[type='checkbox'] + label,
.wpforms-container form input[type='radio'] + label,
.wpforms-container form input[type='checkbox'] + label {
  margin: 0;
}
form input[type='submit'],
form button[type='submit'],
.wpforms-container form input[type='submit'],
.wpforms-container form button[type='submit'] {
  background: none;
  border: none;
}

/* Structures
 * -------------------------------------------------------------------------- */
/* Search Field
 * -------------------------------------------------------------------------- */
@media (min-width: 551px) {
  .search-filter-container {
    margin-bottom: 40px;
  }
  .search-filter-container form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: center;
    /* OLD - Firefox 19- */
    -ms-flex-pack: center;
    /* IE 10 */
    justify-content: center;
  }
  .search-filter-container .search-field,
  .search-filter-container .filter-field {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 315px;
  }
  .search-filter-container .search-field + .search-field,
  .search-filter-container .search-field + .filter-field,
  .search-filter-container .filter-field + .search-field,
  .search-filter-container .filter-field + .filter-field {
    margin-left: 16px;
  }
}

@media (max-width: 550px) {
  .search-filter-container {
    margin-bottom: 20px;
  }
  .search-filter-container .search-field,
  .search-filter-container .filter-field {
    width: 100%;
  }
  .search-filter-container .search-field + .search-field,
  .search-filter-container .search-field + .filter-field,
  .search-filter-container .filter-field + .search-field,
  .search-filter-container .filter-field + .filter-field {
    margin-top: 10px;
  }
}

/* Errors
 * -------------------------------------------------------------------------- */
/* Gravity Forms override styles
 * -------------------------------------------------------------------------- */
.page-container .gform_wrapper .gform_fields {
  padding-left: 0 !important;
}

.page-container .gform_wrapper .ginput_container_select select,
.page-container .gform_wrapper .ginput_container_address select {
  padding: 0 35px 0 15px !important;
}

.page-container .gform_wrapper .ginput_container_multiselect select {
  padding: 15px;
  line-height: 1.2;
}

.page-container .gform_wrapper .ginput_container_text input {
  padding: 0 15px !important;
}

.page-container .gform_wrapper .ginput_container_email input {
  padding: 0 15px !important;
}

.page-container .gform_wrapper .ginput_container_password input {
  padding: 0 15px !important;
}

.page-container .gform_wrapper .ginput_container_search input {
  padding: 0 15px !important;
}

.page-container .gform_wrapper .ginput_container_tel input {
  padding: 0 15px !important;
}

.page-container .gform_wrapper .ginput_container_url input {
  padding: 0 15px !important;
}

.page-container .gform_wrapper .ginput_container_number input,
.page-container .gform_wrapper .ginput_container_name input,
.page-container .gform_wrapper .ginput_container_address input,
.page-container .gform_wrapper .ginput_container_website input,
.page-container .gform_wrapper .ginput_list input,
.page-container .gform_wrapper .ginput_container_phone input,
.page-container .gform_wrapper .ginput_container_date input {
  padding: 0 15px !important;
}

.page-container .gform_wrapper .ginput_container_textarea textarea {
  padding: 15px !important;
}

.page-container .gform_wrapper .gfield .gfield_time_ampm select {
  background-position: right 5px center !important;
  padding: 0 15px 0 2px !important;
  max-width: 7rem !important;
}

.page-container .gform_wrapper .gfield_checkbox,
.page-container .gform_wrapper .gfield_radio {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-container .gform_wrapper .gfield_list_container {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
}

.page-container .gform_wrapper input[type='submit'] {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #1c3c6e;
  color: #ffffff;
}
@media (max-width: 600px) {
  .page-container .gform_wrapper input[type='submit'] {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.page-container .gform_wrapper input[type='submit']:hover,
.page-container .gform_wrapper input[type='submit']:focus {
  opacity: 0.8;
}

@media (max-width: 880px) {
  .page-container .gform_wrapper .gform_heading .gform_title {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.page-container .gform_wrapper .gfield_required {
  color: #05acd8 !important;
}

.page-container .gform_wrapper div.validation_error {
  border: none;
  padding: 10px 15px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: left;
  color: #c37509 !important;
  background-color: rgba(195, 117, 9, 0.2) !important;
}
@media (max-width: 600px) {
  .page-container .gform_wrapper div.validation_error {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.page-container .gform_wrapper .gfield.gfield_error {
  background: transparent !important;
  border: none !important;
  padding-top: 0 !important;
}
.page-container .gform_wrapper .gfield.gfield_error .gfield_label {
  color: #545659 !important;
}
.page-container .gform_wrapper .gfield.gfield_error .gfield_required {
  color: #c37509 !important;
}
.page-container
  .gform_wrapper
  .gfield.gfield_error
  input:not([type='radio']):not([type='checkbox']):not([type='submit']):not([type='button']):not([type='image']):not([type='file']),
.page-container .gform_wrapper .gfield.gfield_error textarea {
  border-color: #c37509 !important;
}
.page-container
  .gform_wrapper
  .gfield.gfield_error
  .ginput_container_select
  select,
.page-container
  .gform_wrapper
  .gfield.gfield_error
  .ginput_container_address
  select {
  border-color: #c37509 !important;
}
.page-container
  .gform_wrapper
  .gfield.gfield_error
  div.ginput_complex.ginput_container
  label,
.page-container .gform_wrapper .gfield.gfield_error ul.gfield_checkbox,
.page-container .gform_wrapper .gfield.gfield_error ul.gfield_radio {
  color: #c37509 !important;
}
.page-container .gform_wrapper .gfield.gfield_error .validation_message {
  color: #c37509 !important;
  padding-top: 5px !important;
  padding-left: 25px;
  background-image: url('images/icon-error.svg');
  background-repeat: no-repeat;
  background-position: left top 11px;
  background-size: 15px 15px;
}

.page-container .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.page-container
  .gform_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type='checkbox'],
.page-container
  .gform_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type='radio'] {
  margin-top: 0;
}

.page-container .gform_confirmation_wrapper .gform_confirmation_message {
  padding: 10px 15px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: left;
  color: #159030 !important;
  background-color: rgba(21, 144, 48, 0.2) !important;
}
@media (max-width: 600px) {
  .page-container .gform_confirmation_wrapper .gform_confirmation_message {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
/* ==========================================================================
   _header.scss
   ========================================================================== */
#header {
  padding: 30px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #d7dee8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
#header .container {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  -webkit-justify-content: space-between;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: space-between;
  /* OLD - Firefox 19- */
  -ms-flex-pack: space-between;
  /* IE 10 */
  justify-content: space-between;
  position: relative;
  z-index: 101;
}
#header .header__left {
  -webkit-box-flex: 0 0 320px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 320px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 320px;
  /* Chrome */
  -ms-flex: 0 0 320px;
  /* IE 10 */
  flex: 0 0 320px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@media (max-width: 600px) {
  #header .header__left {
    -webkit-box-flex: 0 0 190px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 190px;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 190px;
    /* Chrome */
    -ms-flex: 0 0 190px;
    /* IE 10 */
    flex: 0 0 190px;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}
#header .header__right {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  -webkit-justify-content: flex-end;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: flex-end;
  /* OLD - Firefox 19- */
  -ms-flex-pack: flex-end;
  /* IE 10 */
  justify-content: flex-end;
}
#header .header-logo {
  display: block;
  margin: 0;
}
#header .header-logo .fill-blue {
  fill: #003a70;
}
#header .header-logo .fill-light-blue {
  fill: #00acd9;
}
#header .header-logo .fill-green {
  fill: #00b189;
}
#header .header-logo svg {
  height: 40px;
  width: 320px;
}
@media (max-width: 600px) {
  #header .header-logo svg {
    width: 190px;
    height: 24px;
  }
}
#header .cta-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #00b188;
  color: #ffffff;
}
@media (max-width: 600px) {
  #header .cta-btn {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
#header .cta-btn:hover,
#header .cta-btn:focus {
  opacity: 0.8;
}
@media (max-width: 850px) {
  #header .cta-btn {
    display: none;
  }
}
body.desktop-menu-open #header .cta-btn,
body.mobile-menu-open #header .cta-btn,
body.search-open #header .cta-btn {
  background-color: #00b188;
  color: #ffffff;
}
body.desktop-menu-open #header .header-logo .fill-blue,
body.mobile-menu-open #header .header-logo .fill-blue,
body.search-open #header .header-logo .fill-blue {
  fill: #003a70;
}
body.desktop-menu-open #header .header-logo .fill-light-blue,
body.mobile-menu-open #header .header-logo .fill-light-blue,
body.search-open #header .header-logo .fill-light-blue {
  fill: #00acd9;
}
body.desktop-menu-open #header .header-logo .fill-green,
body.mobile-menu-open #header .header-logo .fill-green,
body.search-open #header .header-logo .fill-green {
  fill: #00b189;
}
@media (max-width: 850px) {
  #header {
    padding: 20px 0;
  }
}
/* Site Search
 * -------------------------------------------------------------------------- */
#site-search-toggle {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 42px;
  width: 42px;
  box-sizing: border-box;
  border-radius: 50%;
  background: transparent;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 850px) {
  #site-search-toggle {
    margin-right: 0;
  }
}
#site-search-toggle span.text {
  overflow: hidden;
  text-indent: -1000px;
  white-space: nowrap;
  font-size: 0;
}
#site-search-toggle span.search-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
  -ms-transform: scale(1, 1) translate(-50%, -50%);
  transform: scale(1, 1) translate(-50%, -50%);
  height: 26px;
  width: 26px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#site-search-toggle span.search-icon .stroke {
  stroke: #1c3c6e;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#site-search-toggle span.search-icon svg {
  display: block;
  height: 25px;
  width: 25px;
}
#site-search-toggle span.close-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0, 0) translate(-50%, -50%);
  -ms-transform: scale(0, 0) translate(-50%, -50%);
  transform: scale(0, 0) translate(-50%, -50%);
  height: 25px;
  width: 25px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
}
#site-search-toggle span.close-icon:before,
#site-search-toggle span.close-icon:after {
  content: '';
  display: block;
  height: 26px;
  width: 3px;
  border-radius: 2px;
  background-color: #1c3c6e;
  position: absolute;
  top: 0;
  left: 11px;
}
#site-search-toggle span.close-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#site-search-toggle span.close-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#site-search-toggle:hover,
#site-search-toggle:focus {
  opacity: 0.6;
}
#site-search-toggle.search-open span.search-icon {
  opacity: 0;
  -webkit-transform: scale(0, 0) translate(-50%, -50%);
  -ms-transform: scale(0, 0) translate(-50%, -50%);
  transform: scale(0, 0) translate(-50%, -50%);
}
#site-search-toggle.search-open span.close-icon {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
  -ms-transform: scale(1, 1) translate(-50%, -50%);
  transform: scale(1, 1) translate(-50%, -50%);
}
body.desktop-menu-open #site-search-toggle span.search-icon .stroke,
body.mobile-menu-open #site-search-toggle span.search-icon .stroke,
body.search-open #site-search-toggle span.search-icon .stroke {
  stroke: #1c3c6e;
}
body.desktop-menu-open #site-search-toggle span.close-icon:before,
body.desktop-menu-open #site-search-toggle span.close-icon:after,
body.mobile-menu-open #site-search-toggle span.close-icon:before,
body.mobile-menu-open #site-search-toggle span.close-icon:after,
body.search-open #site-search-toggle span.close-icon:before,
body.search-open #site-search-toggle span.close-icon:after {
  background-color: #1c3c6e;
}

#site-search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: transparent;
  box-sizing: border-box;
  padding: 215px 60px 60px;
  visibility: hidden;
}
#site-search:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #e6ebf1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
  transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
}
#site-search:before {
  height: 0;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
#site-search form {
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#site-search.search-open {
  visibility: visible;
}
#site-search.search-open:before {
  height: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#site-search.search-open form {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#site-search .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#site-search form {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
  transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
  width: 100%;
}

/* Navigation - Desktop
 * -------------------------------------------------------------------------- */
#desktop-menu-toggle,
#mobile-menu-toggle {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  height: 42px;
  width: 42px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid #1c3c6e;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  margin-left: 10px;
}
#desktop-menu-toggle span.icon,
#mobile-menu-toggle span.icon {
  display: block;
  height: 38px;
  width: 38px;
  position: relative;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#desktop-menu-toggle span.icon:before,
#desktop-menu-toggle span.icon:after,
#mobile-menu-toggle span.icon:before,
#mobile-menu-toggle span.icon:after {
  content: '';
  display: block;
  width: 24px;
  height: 3px;
  background-color: #1c3c6e;
  position: absolute;
  left: 7px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#desktop-menu-toggle span.icon:before,
#mobile-menu-toggle span.icon:before {
  top: 13px;
}
#desktop-menu-toggle span.icon:after,
#mobile-menu-toggle span.icon:after {
  bottom: 13px;
}
#desktop-menu-toggle span.text,
#mobile-menu-toggle span.text {
  overflow: hidden;
  text-indent: -1000px;
  white-space: nowrap;
  font-size: 0;
}
#desktop-menu-toggle.menu-open span.icon,
#mobile-menu-toggle.menu-open span.icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#desktop-menu-toggle.menu-open span.icon:before,
#mobile-menu-toggle.menu-open span.icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
}
#desktop-menu-toggle.menu-open span.icon:after,
#mobile-menu-toggle.menu-open span.icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 17px;
}
#desktop-menu-toggle:hover,
#desktop-menu-toggle:focus,
#mobile-menu-toggle:hover,
#mobile-menu-toggle:focus {
  opacity: 0.6;
}
body.desktop-menu-open #desktop-menu-toggle,
body.mobile-menu-open #desktop-menu-toggle,
body.search-open #desktop-menu-toggle,
body.desktop-menu-open #mobile-menu-toggle,
body.mobile-menu-open #mobile-menu-toggle,
body.search-open #mobile-menu-toggle {
  border-color: #1c3c6e;
}
body.desktop-menu-open #desktop-menu-toggle span.icon:before,
body.desktop-menu-open #desktop-menu-toggle span.icon:after,
body.mobile-menu-open #desktop-menu-toggle span.icon:before,
body.mobile-menu-open #desktop-menu-toggle span.icon:after,
body.search-open #desktop-menu-toggle span.icon:before,
body.search-open #desktop-menu-toggle span.icon:after,
body.desktop-menu-open #mobile-menu-toggle span.icon:before,
body.desktop-menu-open #mobile-menu-toggle span.icon:after,
body.mobile-menu-open #mobile-menu-toggle span.icon:before,
body.mobile-menu-open #mobile-menu-toggle span.icon:after,
body.search-open #mobile-menu-toggle span.icon:before,
body.search-open #mobile-menu-toggle span.icon:after {
  background-color: #1c3c6e;
}

@media (min-width: 851px) {
  #mobile-menu-toggle,
  #mobile-navigation {
    display: none !important;
  }
}

@media (max-width: 850px) {
  #desktop-menu-toggle,
  #desktop-navigation {
    display: none !important;
  }
}

#desktop-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: transparent;
  box-sizing: border-box;
  overflow: hidden;
  padding: 215px 0 60px 60px;
  visibility: hidden;
}
#desktop-navigation .primary-menu {
  position: relative;
  z-index: 2;
}
#desktop-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#desktop-navigation:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-color: #e6ebf1;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
  transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
}
#desktop-navigation:before {
  width: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#desktop-navigation .nav__tabs button {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#desktop-navigation.menu-open {
  visibility: visible;
}
#desktop-navigation.menu-open:before {
  width: 100%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
#desktop-navigation.menu-open .nav__tabs button {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#desktop-navigation .primary-menu {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: flex-start;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: flex-start;
  /* OLD - Firefox 19- */
  -ms-flex-align: flex-start;
  /* IE 10 */
  align-items: flex-start;
}
#desktop-navigation .nav__tabs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 518px;
  -webkit-box-flex: 0 0 518px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 518px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 518px;
  /* Chrome */
  -ms-flex: 0 0 518px;
  /* IE 10 */
  flex: 0 0 518px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#desktop-navigation .nav__tabs li {
  display: block;
  margin-bottom: 30px;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 1) button span {
  display: inline;
  background-image: linear-gradient(
    180deg,
    transparent 65%,
    rgba(5, 172, 216, 0.3) 0
  );
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 1) button:hover span,
#desktop-navigation .nav__tabs li:nth-child(5n + 1) button:focus span {
  background-size: 100% 100%;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 2) button span {
  display: inline;
  background-image: linear-gradient(
    180deg,
    transparent 65%,
    rgba(131, 39, 107, 0.3) 0
  );
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 2) button:hover span,
#desktop-navigation .nav__tabs li:nth-child(5n + 2) button:focus span {
  background-size: 100% 100%;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 3) button span {
  display: inline;
  background-image: linear-gradient(
    180deg,
    transparent 65%,
    rgba(118, 188, 33, 0.3) 0
  );
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 3) button:hover span,
#desktop-navigation .nav__tabs li:nth-child(5n + 3) button:focus span {
  background-size: 100% 100%;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 4) button span {
  display: inline;
  background-image: linear-gradient(
    180deg,
    transparent 65%,
    rgba(255, 214, 0, 0.3) 0
  );
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 4) button:hover span,
#desktop-navigation .nav__tabs li:nth-child(5n + 4) button:focus span {
  background-size: 100% 100%;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 5) button span {
  display: inline;
  background-image: linear-gradient(
    180deg,
    transparent 65%,
    rgba(0, 101, 72, 0.3) 0
  );
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
#desktop-navigation .nav__tabs li:nth-child(5n + 5) button:hover span,
#desktop-navigation .nav__tabs li:nth-child(5n + 5) button:focus span {
  background-size: 100% 100%;
}
#desktop-navigation .nav__tabs li button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 5.4rem;
  color: #1c3c6e;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
  transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
}
#desktop-navigation .nav__tabs li button.level-open span {
  background-size: 100% 100%;
}
#desktop-navigation .nav__items {
  box-sizing: border-box;
  position: relative;
  -webkit-box-flex: 0 1 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 1 100%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 1 100%;
  /* Chrome */
  -ms-flex: 0 1 100%;
  /* IE 10 */
  flex: 0 1 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 100%;
  height: calc(100vh - 215px);
}
#desktop-navigation .nav__items ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-left: 40px;
  padding-right: 60px;
  box-sizing: border-box;
  visibility: hidden;
}
#desktop-navigation .nav__items ul.open {
  visibility: visible;
}
#desktop-navigation .nav__items ul.open li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#desktop-navigation .nav__items li {
  display: inline-block;
  vertical-align: middle;
  margin: 20px;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
  transition-timing-function: cubic-bezier(0.365, 0.305, 0, 1);
  opacity: 0;
  -webkit-transform: translate(-50px, 0);
  -ms-transform: translate(-50px, 0);
  transform: translate(-50px, 0);
}
#desktop-navigation .nav__items li a {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}
#desktop-navigation .nav__items li a:hover,
#desktop-navigation .nav__items li a:focus {
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 8px 22px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 8px 22px 4px rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}
#desktop-navigation .nav__items li a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: center;
  /* OLD - Firefox 19- */
  -ms-flex-align: center;
  /* IE 10 */
  align-items: center;
  -webkit-justify-content: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: center;
  /* OLD - Firefox 19- */
  -ms-flex-pack: center;
  /* IE 10 */
  justify-content: center;
}
@media (min-width: 1691px) {
  #desktop-navigation .nav__items ul {
    max-width: 1225px;
  }
  #desktop-navigation .nav__items ul li {
    width: calc(20% - 45px);
  }
  #desktop-navigation .nav__items ul.open li:nth-child(5n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(5n + 2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(5n + 3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(5n + 4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(5n + 5) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
}
@media (min-width: 1486px) and (max-width: 1690px) {
  #desktop-navigation .nav__items ul li {
    width: calc(25% - 45px);
  }
  #desktop-navigation .nav__items ul.open li:nth-child(4n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(4n + 2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(4n + 3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(4n + 4) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}
@media (min-width: 1116px) and (max-width: 1485px) {
  #desktop-navigation .nav__items ul li {
    width: calc(33.333% - 45px);
  }
  #desktop-navigation .nav__items ul.open li:nth-child(3n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(3n + 2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(3n + 3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}
@media (min-width: 851px) and (max-width: 1115px) {
  #desktop-navigation .nav__items ul li {
    width: calc(50% - 45px);
    max-width: 190px;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(2n + 1) {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
  }
  #desktop-navigation .nav__items ul.open li:nth-child(2n + 2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
}
@media (max-width: 1300px) {
  #desktop-navigation .nav__tabs {
    -webkit-box-flex: 0 0 35%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 35%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 35%;
    /* Chrome */
    -ms-flex: 0 0 35%;
    /* IE 10 */
    flex: 0 0 35%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    width: 35%;
  }
}
#mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: transparent;
  box-sizing: border-box;
  overflow-y: auto;
  padding: 100px 0 0;
  visibility: hidden;
}
#mobile-navigation:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #e6ebf1;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-navigation:before {
  height: 0;
}
#mobile-navigation ul.primary-menu {
  opacity: 0;
}
#mobile-navigation.menu-open {
  visibility: visible;
}
#mobile-navigation.menu-open:before {
  height: 100%;
}
#mobile-navigation.menu-open ul.primary-menu {
  opacity: 1;
}
#mobile-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#mobile-navigation ul.primary-menu {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  position: relative;
  z-index: 2;
  padding: 0 30px;
  height: 100%;
  overflow-y: auto;
}
#mobile-navigation ul.primary-menu > li:last-child {
  margin-bottom: 30px;
}
#mobile-navigation ul.primary-menu > li:not(.btn-only) {
  border-bottom: 1px solid #d7dee8;
}
#mobile-navigation ul.primary-menu > li.level-open:not(.btn-only) {
  border-bottom-color: transparent;
}
#mobile-navigation
  ul.primary-menu
  > li.level-open:not(.btn-only)
  > button:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#mobile-navigation ul.primary-menu > li:not(.btn-only) > button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #1c3c6e;
  text-align: left;
}
#mobile-navigation ul.primary-menu > li:not(.btn-only) > button:after {
  content: '';
  display: block;
  height: 11px;
  width: 21px;
  background-image: url('images/icon-arrow-large.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 11px;
  position: absolute;
  right: 3px;
  top: calc(50% - 5px);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mobile-navigation ul.primary-menu > li.btn-only {
  padding: 15px 0;
}
#mobile-navigation ul.primary-menu > li.btn-only a {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #00b188;
  color: #ffffff;
}
@media (max-width: 600px) {
  #mobile-navigation ul.primary-menu > li.btn-only a {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
#mobile-navigation ul.primary-menu > li.btn-only a:hover,
#mobile-navigation ul.primary-menu > li.btn-only a:focus {
  opacity: 0.8;
}
#mobile-navigation ul.sub-menu {
  margin-bottom: 10px;
  display: none;
}
#mobile-navigation ul.sub-menu li {
  display: block;
  margin-bottom: 2px;
}
#mobile-navigation ul.sub-menu a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 12px 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #1c3c6e;
}

/* ==========================================================================
   _footer.scss
   ========================================================================== */
#footer {
  position: relative;
  z-index: 10;
}

/* Footer Newsletter
 * -------------------------------------------------------------------------- */
.footer__newsletter {
  padding: 25px 0;
  background-color: #1c3c6e;
}
.footer__newsletter h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 600px) {
  .footer__newsletter h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.footer__newsletter form input[type='email'] {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 148px);
  margin-right: 20px;
}
.footer__newsletter form button[type='submit'],
.footer__newsletter form input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #ffffff;
  color: #1c3c6e;
}
@media (max-width: 600px) {
  .footer__newsletter form button[type='submit'],
  .footer__newsletter form input[type='submit'] {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.footer__newsletter form button[type='submit']:hover,
.footer__newsletter form button[type='submit']:focus,
.footer__newsletter form input[type='submit']:hover,
.footer__newsletter form input[type='submit']:focus {
  opacity: 0.8;
}
@media (min-width: 801px) {
  .footer__newsletter .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between;
  }
  .footer__newsletter form {
    margin-left: 10px;
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 700px;
  }
}
@media (max-width: 800px) {
  .footer__newsletter form {
    padding-top: 16px;
  }
}
@media (min-width: 751px) {
  .footer__newsletter form {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .footer__newsletter h3 {
    position: relative;
    padding-right: 35px;
  }
  .footer__newsletter h3:after {
    content: '';
    display: block;
    width: 21px;
    height: 11px;
    background-image: url('images/icon-arrow-large-white.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 21px 11px;
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .footer__newsletter h3:hover,
  .footer__newsletter h3:focus {
    cursor: pointer;
  }
  .footer__newsletter h3.open:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .footer__newsletter form {
    display: none;
  }
}
@media (max-width: 600px) {
  .footer__newsletter form input[type='email'] {
    width: calc(100% - 130px);
  }
}
/* Footer Breadcrumbs
 * -------------------------------------------------------------------------- */
.footer__breadcrumbs {
  padding: 9px 0;
  background-color: #e6ebf1;
}
.footer__breadcrumbs ul.breadcrumbs {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #a1a5ab;
}
.footer__breadcrumbs ul.breadcrumbs li {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 5px;
}
.footer__breadcrumbs ul.breadcrumbs a {
  color: #a1a5ab;
}
.footer__breadcrumbs ul.breadcrumbs a:hover,
.footer__breadcrumbs ul.breadcrumbs a:focus {
  color: #1c3c6e;
}

/* Footer Navigation
 * -------------------------------------------------------------------------- */
.footer__navigation {
  padding: 40px 0;
  background-color: #ffffff;
}
@media (min-width: 751px) and (max-width: 950px) {
  .footer__navigation {
    padding: 40px 0 0;
  }
}
@media (min-width: 1021px) {
  .footer__navigation .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
  }
}
.footer__navigation .col--logo {
  -webkit-box-flex: 0 0 192px;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 192px;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 192px;
  /* Chrome */
  -ms-flex: 0 0 192px;
  /* IE 10 */
  flex: 0 0 192px;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 192px;
  margin-right: 100px;
}
.footer__navigation .col--logo img {
  display: block;
  width: 192px;
  margin-bottom: 27px;
}
.footer__navigation .col--logo .contact-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #1c3c6e;
  color: #ffffff;
  width: 100%;
}
@media (max-width: 600px) {
  .footer__navigation .col--logo .contact-btn {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.footer__navigation .col--logo .contact-btn:hover,
.footer__navigation .col--logo .contact-btn:focus {
  opacity: 0.8;
}
.footer__navigation .col--nav {
  -webkit-box-flex: 0 1 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 1 100%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 1 100%;
  /* Chrome */
  -ms-flex: 0 1 100%;
  /* IE 10 */
  flex: 0 1 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
@media (max-width: 1020px) {
  .footer__navigation .col--nav {
    margin-top: 40px;
  }
}
.footer__navigation #menu-footer {
  box-sizing: border-box;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__navigation #menu-footer > li > a {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  line-height: 1.9rem;
  text-align: left;
  font-size: 1.6rem;
  color: #1c3c6e;
}
.footer__navigation #menu-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.footer__navigation #menu-footer .sub-menu li {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: normal;
  margin-top: 10px;
}
.footer__navigation #menu-footer a {
  display: inline-block;
  color: #545659;
}
.footer__navigation #menu-footer a:hover,
.footer__navigation #menu-footer a:focus {
  color: #05acd8;
}
@media (min-width: 751px) {
  .footer__navigation #menu-footer {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between;
  }
  .footer__navigation #menu-footer > li {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .footer__navigation #menu-footer > li + li {
    margin-left: 30px;
  }
  .footer__navigation #menu-footer > li:last-child {
    padding-left: 30px;
    border-left: 1px solid #d7dee8;
  }
  .footer__navigation #menu-footer > li:last-child .sub-menu a {
    color: #05acd8;
  }
  .footer__navigation #menu-footer > li a[href='#'] {
    pointer-events: none;
  }
  .footer__navigation #menu-footer > li .sub-menu {
    display: block !important;
  }
}
@media (min-width: 751px) and (max-width: 950px) {
  .footer__navigation #menu-footer {
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
  }
  .footer__navigation #menu-footer > li {
    -webkit-box-flex: 0 0 25%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 25%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 25%;
    /* Chrome */
    -ms-flex: 0 0 25%;
    /* IE 10 */
    flex: 0 0 25%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: calc(25% - 23px);
    margin: 0 0 40px 30px;
  }
  .footer__navigation #menu-footer > li:nth-child(4n + 1) {
    margin-left: 0;
  }
  .footer__navigation #menu-footer > li:last-child {
    padding-left: 15px;
    margin-left: 15px;
    max-width: calc(25% - 22px);
  }
}
@media (max-width: 750px) {
  .footer__navigation #menu-footer {
    border-top: 1px solid #d7dee8;
  }
  .footer__navigation #menu-footer > li.level-open > a:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .footer__navigation #menu-footer > li > a {
    padding: 10px 0;
    width: 100%;
    position: relative;
  }
  .footer__navigation #menu-footer > li > a:after {
    content: '';
    display: block;
    height: 7px;
    width: 12px;
    background-image: url('images/icon-arrow-small.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px 7px;
    position: absolute;
    right: 2px;
    top: calc(50% - 3px);
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
  .footer__navigation #menu-footer .sub-menu {
    padding-bottom: 26px;
    display: none;
  }
  .footer__navigation #menu-footer .sub-menu li + li {
    margin-top: 10px;
  }
}
/* Footer Bottom
 * -------------------------------------------------------------------------- */
.footer__bottom {
  padding: 20px 0;
  background-color: #ffffff;
  border-top: 1px solid #d7dee8;
}
@media (min-width: 701px) {
  .footer__bottom .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between;
  }
}
.footer__bottom ul.social-media {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 0 10px;
  white-space: nowrap;
  text-align: center;
}
@media (min-width: 701px) {
  .footer__bottom ul.social-media {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}
@media (max-width: 700px) {
  .footer__bottom ul.social-media {
    margin-bottom: 20px;
  }
}
.footer__bottom ul.social-media li {
  display: inline-block;
  vertical-align: middle;
}
.footer__bottom ul.social-media li + li {
  margin-left: 25px;
}
.footer__bottom ul.social-media a {
  display: block;
}
.footer__bottom ul.social-media a:hover svg .fill,
.footer__bottom ul.social-media a:focus svg .fill {
  fill: #05acd8;
}
.footer__bottom ul.social-media svg {
  display: block;
}
.footer__bottom ul.social-media svg .fill {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  fill: #a1a5ab;
}
.footer__bottom ul.social-media .sm--linkedin svg {
  width: 24px;
  height: 24px;
}
.footer__bottom ul.social-media .sm--facebook svg {
  width: 24px;
  height: 24px;
}
.footer__bottom ul.social-media .sm--twitter svg {
  width: 26px;
  height: 22px;
}
.footer__bottom ul.social-media .sm--youtube svg {
  width: 28px;
  height: 20px;
}
.footer__bottom .copyright {
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 2.5rem;
  color: #a1a5ab;
}
@media (min-width: 701px) {
  .footer__bottom .copyright {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}
@media (max-width: 700px) {
  .footer__bottom .copyright {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 3px);
    margin: 0 auto 0 0;
  }
}
.footer__bottom p.siteby {
  text-align: right;
  height: 21px;
}
@media (min-width: 701px) {
  .footer__bottom p.siteby {
    -webkit-box-ordinal-group: 3;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 3;
    /* OLD - Firefox 19- */
    -ms-flex-order: 3;
    /* IE 10 */
    -webkit-order: 3;
    /* NEW - Chrome */
    order: 3;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
}
@media (max-width: 700px) {
  .footer__bottom p.siteby {
    display: inline-block;
    vertical-align: middle;
    width: calc(50% - 3px);
    margin: 0 0 0 auto;
  }
}
/* Common use Box Clever logo Styles
 * -------------------------------------------------------------------------- */
#boxclever-logo {
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3rem;
  line-height: 1;
  height: 21px;
  color: #a1a5ab;
  padding-right: 30px;
}
#boxclever-logo span {
  display: inline-block;
  vertical-align: middle;
  pointer-events: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#boxclever-logo span.text {
  text-align: left;
  overflow: hidden;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: 0 50%;
  white-space: nowrap;
  opacity: 1;
  line-height: 21px;
}
#boxclever-logo span.logo {
  position: absolute;
  left: calc(100% - 20px);
  top: 0;
}
#boxclever-logo svg {
  display: block;
  width: 110px;
  height: 21px;
  color: #a1a5ab;
}
#boxclever-logo:hover span.text,
#boxclever-logo:focus span.text {
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
}
#boxclever-logo:hover span.logo,
#boxclever-logo:focus span.logo {
  left: 0;
}

/* ==========================================================================
   _articles.scss
   ========================================================================== */
.body-content .article p {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article ul {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article ol {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article table:not(.jsgrid-table) {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article h3 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article h4 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article .wp-block-button {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article .wp-block-image {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article blockquote {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article .gform_wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article .gform_confirmation_wrapper {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.body-content .article a:not(.wp-block-button__link) {
  color: #545659;
  text-decoration: underline;
}
.body-content .article a:not(.wp-block-button__link):hover,
.body-content .article a:not(.wp-block-button__link):focus {
  color: #00b188;
  text-decoration: none;
}

.body-content .article h2 a:not(.wp-block-button__link),
.body-content .article h3 a:not(.wp-block-button__link),
.body-content .article h4 a:not(.wp-block-button__link) {
  text-decoration: none;
}
.body-content .article h2 a:not(.wp-block-button__link):hover,
.body-content .article h2 a:not(.wp-block-button__link):focus,
.body-content .article h3 a:not(.wp-block-button__link):hover,
.body-content .article h3 a:not(.wp-block-button__link):focus,
.body-content .article h4 a:not(.wp-block-button__link):hover,
.body-content .article h4 a:not(.wp-block-button__link):focus {
  text-decoration: underline;
}

.body-content .article h2 {
  margin-top: 60px;
  color: #1c3c6e;
}
.body-content .article h2:first-child {
  margin-top: 0;
}
.body-content .article h2 a:not(.wp-block-button__link) {
  color: #00b188;
}

.body-content .article h3 {
  margin-top: 36px;
  color: #76bc21;
}
.body-content .article h3:first-child {
  margin-top: 0;
}
.body-content .article h3 a:not(.wp-block-button__link) {
  color: #00b188;
}

.body-content .article h4 {
  margin-top: 27px;
  color: #1c3c6e;
}
.body-content .article h4:first-child {
  margin-top: 0;
}
.body-content .article h4 a:not(.wp-block-button__link) {
  color: #00b188;
}

.body-content .article p,
.body-content .article ul,
.body-content .article ol,
.body-content .article table {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-top: 27px;
}
@media (max-width: 600px) {
  .body-content .article p,
  .body-content .article ul,
  .body-content .article ol,
  .body-content .article table {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.body-content .article p:first-child,
.body-content .article ul:first-child,
.body-content .article ol:first-child,
.body-content .article table:first-child {
  margin-top: 0;
}

.body-content .article blockquote {
  margin-top: 57px;
  margin-bottom: 57px;
}
.body-content .article blockquote:first-child {
  margin-top: 0;
}
.body-content .article blockquote:not(.is-style-large) p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #00b188;
  position: relative;
}
@media (max-width: 600px) {
  .body-content .article blockquote:not(.is-style-large) p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.body-content .article blockquote:not(.is-style-large) p:before {
  content: '';
  display: block;
  width: 13px;
  height: 11px;
  background-image: url('images/icon-blockquote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 9px;
  position: absolute;
  top: 5px;
  left: -15px;
}
.body-content .article blockquote.is-large,
.body-content .article blockquote.is-style-large {
  padding: 0;
}
.body-content .article blockquote.is-large p,
.body-content .article blockquote.is-style-large p {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 5.2rem;
  font-style: normal;
  color: #00b188;
  position: relative;
}
@media (max-width: 600px) {
  .body-content .article blockquote.is-large p,
  .body-content .article blockquote.is-style-large p {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.body-content .article blockquote.is-large p:before,
.body-content .article blockquote.is-style-large p:before {
  content: '';
  display: block;
  width: 13px;
  height: 11px;
  background-image: url('images/icon-blockquote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13px 11px;
  position: absolute;
  top: 5px;
  left: -15px;
}

.body-content .article .wp-block-image {
  margin-top: 27px;
  margin-bottom: 0;
}
.body-content .article .wp-block-image:first-child {
  margin-top: 0;
}
.body-content .article .wp-block-image a {
  display: block;
}
.body-content .article .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.body-content .article .wp-block-image figure {
  margin-bottom: 27px;
  display: block;
  max-width: 100%;
}
.body-content .article .wp-block-image figcaption {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-top: 23px;
  color: #545659;
  display: block;
  width: 100%;
}
@media (max-width: 600px) {
  .body-content .article .wp-block-image figcaption {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 601px) {
  .body-content .article .wp-block-image figure.alignright {
    margin-left: 27px;
    width: 50%;
  }
  .body-content .article .wp-block-image figure.alignleft {
    margin-right: 27px;
    width: 50%;
  }
}
@media (max-width: 600px) {
  .body-content .article .wp-block-image figure.alignright,
  .body-content .article .wp-block-image figure.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .body-content .article .wp-block-image figure.alignright img,
  .body-content .article .wp-block-image figure.alignleft img {
    margin-left: auto;
    margin-right: auto;
  }
}
.body-content .article p img {
  margin-bottom: 27px;
  display: block;
  max-width: 100%;
}

@media (min-width: 601px) {
  .body-content .article p img.alignright {
    margin-left: 27px;
    float: right;
  }
  .body-content .article p img.alignleft {
    margin-right: 27px;
    float: left;
  }
}

@media (max-width: 600px) {
  .body-content .article p img.alignright,
  .body-content .article p img.alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.body-content .article .wp-block-cover {
  margin-top: 60px;
  margin-bottom: 60px;
}
.body-content .article .wp-block-cover:first-child {
  margin-top: 0;
}

.body-content .article .wp-block-gallery .blocks-gallery-item figcaption {
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media (max-width: 600px) {
  .body-content .article .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.body-content .article .wp-block-button {
  margin-bottom: 0;
  margin-top: 27px;
}
.body-content .article .wp-block-button:first-child {
  margin-top: 0;
}

.body-content .article .wp-block-button__link {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 600px) {
  .body-content .article .wp-block-button__link {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.body-content .article .wp-block-button__link:hover,
.body-content .article .wp-block-button__link:focus {
  opacity: 0.8;
}

.body-content .article .wp-block-separator {
  border: none;
  height: 2px;
  background-color: #e6ebf1;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .body-content .article .wp-block-separator {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.body-content .article table {
  width: 100%;
}
.body-content .article table td,
.body-content .article table th {
  border: 1px solid #d7dee8;
  padding: 5px;
}

.body-content .article .wp-block-embed {
  margin-top: 27px;
  margin-bottom: 0;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.body-content .article .wp-block-embed.wp-block-embed-youtube {
  max-width: 500px;
}
.body-content .article .wp-block-embed:first-child {
  margin-top: 0;
}
.body-content .article .wp-block-embed figcaption {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  margin-top: 23px;
  color: #545659;
}
@media (max-width: 600px) {
  .body-content .article .wp-block-embed figcaption {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.body-content .article .wp-block-group {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 0;
}
.body-content .article .wp-block-group:first-child {
  margin-top: 0;
}
.body-content .article .wp-block-group .wp-block-button__link {
  -webkit-box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.14);
}

@media (min-width: 551px) {
  .body-content .article {
    margin: 60px 0;
  }
  .body-content .article:first-child {
    margin-top: 0;
  }
}

@media (max-width: 550px) {
  .body-content .article {
    margin: 30px 0;
  }
  .body-content .article:first-child {
    margin-top: 0;
  }
}

.body-content .article .has-teal-background-color {
  background-color: #00b188;
}

.body-content .article .has-lime-green-background-color {
  background-color: #76bc21;
}

.body-content .article .has-navy-background-color {
  background-color: #1c3c6e;
}

.body-content .article .has-light-blue-background-color {
  background-color: #05acd8;
}

.body-content .article .has-pale-blue-background-color {
  background-color: #eef1f5;
}

.body-content .article .has-purple-background-color {
  background-color: #83276b;
}

.body-content .article .has-white-background-color {
  background-color: #ffffff;
}

.body-content .article .has-black-background-color {
  background-color: #545659;
}

.body-content .article .has-teal-color {
  color: #00b188;
}

.body-content .article .has-lime-green-color {
  color: #76bc21;
}

.body-content .article .has-navy-color {
  color: #1c3c6e;
}

.body-content .article .has-light-blue-color {
  color: #05acd8;
}

.body-content .article .has-pale-blue-color {
  color: #eef1f5;
}

.body-content .article .has-purple-color {
  color: #83276b;
}

.body-content .article .has-white-color {
  color: #ffffff;
}

.body-content .article .has-black-color {
  color: #545659;
}

@media (max-width: 880px) {
  #page__default .body-content .article:not(.accordion-item__body) p {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default .body-content .article:not(.accordion-item__body) ul {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default .body-content .article:not(.accordion-item__body) ol {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    table:not(.jsgrid-table) {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default .body-content .article:not(.accordion-item__body) h2 {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default .body-content .article:not(.accordion-item__body) h3 {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default .body-content .article:not(.accordion-item__body) h4 {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    .wp-block-button {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    .wp-block-image {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default .body-content .article:not(.accordion-item__body) blockquote {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    .gform_wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    .gform_confirmation_wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__default .body-content .article:not(.accordion-item__body) ul {
    padding-left: 77px;
  }
  #page__default .body-content .article:not(.accordion-item__body) table {
    max-width: calc(100% - 120px);
    margin-left: 60px;
    margin-right: 60px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    blockquote
    p {
    padding: 0;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    p.has-background {
    padding: 20px;
    max-width: calc(100% - 120px);
    margin-left: 60px;
    margin-right: 60px;
  }
}

@media (max-width: 700px) {
  #page__default .body-content .article:not(.accordion-item__body) p {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default .body-content .article:not(.accordion-item__body) ul {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default .body-content .article:not(.accordion-item__body) ol {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    table:not(.jsgrid-table) {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default .body-content .article:not(.accordion-item__body) h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default .body-content .article:not(.accordion-item__body) h3 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default .body-content .article:not(.accordion-item__body) h4 {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    .wp-block-button {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    .wp-block-image {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default .body-content .article:not(.accordion-item__body) blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    .gform_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    .gform_confirmation_wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__default .body-content .article:not(.accordion-item__body) table {
    max-width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
  #page__default .body-content .article:not(.accordion-item__body) ul {
    padding-left: 47px;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    blockquote
    p {
    padding: 0;
  }
  #page__default
    .body-content
    .article:not(.accordion-item__body)
    p.has-background {
    padding: 20px;
    max-width: calc(100% - 60px);
    margin-left: 30px;
    margin-right: 30px;
  }
}

/* ==========================================================================
   _flexible-content.scss
   ========================================================================== */
.flexible-content__container {
  overflow: hidden;
}

/* Featured Blocks
 * -------------------------------------------------------------------------- */
.flexible-content__featured-block {
  width: 100%;
}
.flexible-content__featured-block .featured-block__image {
  position: relative;
}
.flexible-content__featured-block .featured-block__image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
.flexible-content__featured-block .featured-block__image .circle {
  position: absolute;
  height: 0;
  border-radius: 50%;
  background-color: #00b188;
}
.flexible-content__featured-block .featured-block__image canvas {
  display: block;
  height: 100%;
  width: 100%;
}
.flexible-content__featured-block .featured-block__content {
  color: #1c3c6e;
}
.flexible-content__featured-block .featured-block__content h3.preheading {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 3px;
  color: #00b188;
}
@media (max-width: 600px) {
  .flexible-content__featured-block .featured-block__content h3.preheading {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.flexible-content__featured-block .featured-block__content h2 {
  margin-bottom: 36px;
}
.flexible-content__featured-block .featured-block__content p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 27px;
}
@media (max-width: 600px) {
  .flexible-content__featured-block .featured-block__content p {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.flexible-content__featured-block .featured-block__button {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #ffffff;
  background-color: #00b188;
}
@media (max-width: 600px) {
  .flexible-content__featured-block .featured-block__button {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.flexible-content__featured-block .featured-block__button:hover,
.flexible-content__featured-block .featured-block__button:focus {
  opacity: 0.8;
}
@media (min-width: 951px) {
  .flexible-content__featured-block {
    margin: 200px 0;
  }
  .flexible-content__featured-block .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
  }
  .flexible-content__featured-block .featured-block__image {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .flexible-content__featured-block .featured-block__image .circle {
    top: 50%;
    width: 100%;
    padding-bottom: 100%;
  }
  .flexible-content__featured-block .featured-block__content {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 550px;
  }
  .flexible-content__featured-block.featured-block--align-left
    .featured-block__image {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-right: 12%;
  }
  .flexible-content__featured-block.featured-block--align-left
    .featured-block__image
    .circle {
    left: -6.4%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .flexible-content__featured-block.featured-block--align-left
    .featured-block__content {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .flexible-content__featured-block.featured-block--align-right
    .featured-block__image {
    -webkit-box-ordinal-group: 2;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;
    /* OLD - Firefox 19- */
    -ms-flex-order: 2;
    /* IE 10 */
    -webkit-order: 2;
    /* NEW - Chrome */
    order: 2;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-left: 12%;
  }
  .flexible-content__featured-block.featured-block--align-right
    .featured-block__image
    .circle {
    right: -6.4%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .flexible-content__featured-block.featured-block--align-right
    .featured-block__content {
    -webkit-box-ordinal-group: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 1;
    /* OLD - Firefox 19- */
    -ms-flex-order: 1;
    /* IE 10 */
    -webkit-order: 1;
    /* NEW - Chrome */
    order: 1;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .flexible-content__featured-block[data-animate-in='custom']
    .featured-block__image
    .circle,
  .flexible-content__featured-block[data-animate-in='custom']
    .featured-block__image
    img,
  .flexible-content__featured-block[data-animate-in='custom']
    .featured-block__content {
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
  }
  .flexible-content__featured-block[data-animate-in='custom']
    .featured-block__image
    .circle {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .flexible-content__featured-block.featured-block--align-left[data-animate-in='custom']
    .featured-block__image
    img {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .flexible-content__featured-block.featured-block--align-left[data-animate-in='custom']
    .featured-block__image
    .circle {
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
  }
  .flexible-content__featured-block.featured-block--align-left[data-animate-in='custom']
    .featured-block__content {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  .flexible-content__featured-block.featured-block--align-right[data-animate-in='custom']
    .featured-block__image
    img {
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  .flexible-content__featured-block.featured-block--align-right[data-animate-in='custom']
    .featured-block__image
    .circle {
    -webkit-transform: translate(60%, -50%);
    -ms-transform: translate(60%, -50%);
    transform: translate(60%, -50%);
  }
  .flexible-content__featured-block.featured-block--align-right[data-animate-in='custom']
    .featured-block__content {
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .flexible-content__featured-block.animate-in[data-animate-in='custom']
    .featured-block__image
    img,
  .flexible-content__featured-block.animate-in[data-animate-in='custom']
    .featured-block__content {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .flexible-content__featured-block.animate-in.featured-block--align-left[data-animate-in='custom']
    .featured-block__image
    .circle {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .flexible-content__featured-block.animate-in.featured-block--align-right[data-animate-in='custom']
    .featured-block__image
    .circle {
    opacity: 1;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
@media (max-width: 950px) {
  .flexible-content__featured-block {
    margin: 25vw 0 80px;
  }
  .flexible-content__featured-block .featured-block__image {
    max-width: 750px;
    margin: 0 auto 30px;
  }
  .flexible-content__featured-block .featured-block__image .circle {
    width: 75%;
    padding-bottom: 75%;
    top: 17%;
  }
  .flexible-content__featured-block.featured-block--align-left
    .featured-block__image
    .circle {
    left: 5%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .flexible-content__featured-block.featured-block--align-right
    .featured-block__image
    .circle {
    right: 5%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
}
.flexible-content__featured-block[data-animate-in='custom'] {
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.flexible-content__featured-block.animate-in[data-animate-in='custom'] {
  opacity: 1;
}
@media (max-width: 550px) {
  .flexible-content__featured-block {
    margin-bottom: 50px;
  }
}
.flexible-content__featured-block.color--teal .circle {
  background-color: #00b188;
}
.flexible-content__featured-block.color--teal h3.preheading,
.flexible-content__featured-block.color--teal h3 {
  color: #00b188;
}
.flexible-content__featured-block.color--teal .featured-block__button {
  background-color: #00b188;
}
.flexible-content__featured-block.color--lime-green .circle {
  background-color: #76bc21;
}
.flexible-content__featured-block.color--lime-green h3.preheading,
.flexible-content__featured-block.color--lime-green h3 {
  color: #76bc21;
}
.flexible-content__featured-block.color--lime-green .featured-block__button {
  background-color: #76bc21;
}
.flexible-content__featured-block.color--navy .circle {
  background-color: #1c3c6e;
}
.flexible-content__featured-block.color--navy h3.preheading,
.flexible-content__featured-block.color--navy h3 {
  color: #1c3c6e;
}
.flexible-content__featured-block.color--navy .featured-block__button {
  background-color: #1c3c6e;
}
.flexible-content__featured-block.color--light-blue .circle {
  background-color: #05acd8;
}
.flexible-content__featured-block.color--light-blue h3.preheading,
.flexible-content__featured-block.color--light-blue h3 {
  color: #05acd8;
}
.flexible-content__featured-block.color--light-blue .featured-block__button {
  background-color: #05acd8;
}
.flexible-content__featured-block.color--purple .circle {
  background-color: #83276b;
}
.flexible-content__featured-block.color--purple h3.preheading,
.flexible-content__featured-block.color--purple h3 {
  color: #83276b;
}
.flexible-content__featured-block.color--purple .featured-block__button {
  background-color: #83276b;
}

/* Accordion
 * -------------------------------------------------------------------------- */
.flexible-content__accordion-block {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 551px) {
  .flexible-content__accordion-block {
    margin: 80px 0;
  }
}
@media (max-width: 550px) {
  .flexible-content__accordion-block {
    padding: 50px 0;
  }
}
.flexible-content__accordion-block .accordion-block__header {
  text-align: center;
}
.flexible-content__accordion-block h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  color: #00b188;
}
@media (max-width: 600px) {
  .flexible-content__accordion-block h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.flexible-content__accordion-block h2 + p {
  margin-top: 27px;
}
.flexible-content__accordion-block .accordion-item {
  margin-top: 27px;
  border: 1px solid #e6ebf1;
  box-sizing: border-box;
  width: 100%;
}
.flexible-content__accordion-block .accordion-item__header {
  position: relative;
  padding-right: 35px;
  padding: 20px 65px 20px 30px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.flexible-content__accordion-block .accordion-item__header h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
}
@media (max-width: 600px) {
  .flexible-content__accordion-block .accordion-item__header h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.flexible-content__accordion-block .accordion-item__header span.icon {
  display: block;
  height: 11px;
  width: 21px;
  background-image: url('images/icon-arrow-large.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px 11px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.flexible-content__accordion-block .accordion-item__header:hover,
.flexible-content__accordion-block .accordion-item__header:focus {
  background-color: #eef1f5;
  cursor: pointer;
}
.flexible-content__accordion-block .accordion-item__header.open span.icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.flexible-content__accordion-block .accordion-item__body {
  margin: 0;
  padding: 30px;
  display: none;
}
.flexible-content__accordion-block
  .container[data-animate-in='custom']
  .accordion-block__header {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.flexible-content__accordion-block
  .container[data-animate-in='custom']
  .accordion-item {
  opacity: 0;
  -webkit-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.flexible-content__accordion-block
  .container[data-animate-in='custom']
  .accordion-item:nth-of-type(2n + 1) {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}
.flexible-content__accordion-block
  .container[data-animate-in='custom']
  .accordion-item:nth-of-type(2n + 2) {
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.flexible-content__accordion-block
  .container.animate-in[data-animate-in='custom']
  .accordion-block__header {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.flexible-content__accordion-block
  .container.animate-in[data-animate-in='custom']
  .accordion-item {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Enticers
 * -------------------------------------------------------------------------- */
@media (min-width: 551px) {
  .flexible-content__enticers-block {
    margin: 80px 0;
  }
}

@media (max-width: 550px) {
  .flexible-content__enticers-block {
    padding: 50px 0;
  }
}

.flexible-content__enticers-block h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  margin-bottom: 34px;
  text-align: center;
  color: #00b188;
}
@media (max-width: 600px) {
  .flexible-content__enticers-block h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 526px) {
  .flexible-content__enticers-block .enticers-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: center;
    /* OLD - Firefox 19- */
    -ms-flex-pack: center;
    /* IE 10 */
    justify-content: center;
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
  }
}

.flexible-content__enticers-block .enticer {
  display: block;
  position: relative;
  overflow: hidden;
}
.flexible-content__enticers-block .enticer img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.flexible-content__enticers-block .enticer .enticer__text {
  position: absolute;
  top: 50%;
  left: 5%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  z-index: 2;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 600px) {
  .flexible-content__enticers-block .enticer .enticer__text {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
.flexible-content__enticers-block .enticer:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.flexible-content__enticers-block .enticer:hover img,
.flexible-content__enticers-block .enticer:focus img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}

.flexible-content__enticers-block .container[data-animate-in='custom'] .enticer,
.flexible-content__enticers-block .container[data-animate-in='custom'] h2 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.flexible-content__enticers-block
  .container.animate-in[data-animate-in='custom']
  h2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.flexible-content__enticers-block
  .container.animate-in[data-animate-in='custom']
  .enticer {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.flexible-content__enticers-block
  .container.animate-in[data-animate-in='custom']
  .enticer:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.flexible-content__enticers-block
  .container.animate-in[data-animate-in='custom']
  .enticer:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.flexible-content__enticers-block
  .container.animate-in[data-animate-in='custom']
  .enticer:nth-child(4) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

@media (min-width: 1021px) {
  .flexible-content__enticers-block .enticer {
    -webkit-box-flex: 0 0 25%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 25%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 25%;
    /* Chrome */
    -ms-flex: 0 0 25%;
    /* IE 10 */
    flex: 0 0 25%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: calc(25% - 3.3%);
  }
  .flexible-content__enticers-block .enticer + .enticer {
    margin-left: 4.4%;
  }
}

@media (min-width: 526px) and (max-width: 1020px) {
  .flexible-content__enticers-block .enticer {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: calc(50% - 3.8%);
  }
  .flexible-content__enticers-block .enticer:nth-child(2n + 2) {
    margin-left: 7.6%;
  }
  .flexible-content__enticers-block .enticer:nth-child(3),
  .flexible-content__enticers-block .enticer:nth-child(4) {
    margin-top: 32px;
  }
}

@media (max-width: 525px) {
  .flexible-content__enticers-block .enticer {
    width: 100%;
  }
  .flexible-content__enticers-block .enticer + .enticer {
    margin-top: 20px;
  }
}

/* Events
 * -------------------------------------------------------------------------- */
@media (min-width: 551px) {
  .flexible-content__events-block {
    margin: 80px 0;
  }
}

@media (max-width: 550px) {
  .flexible-content__events-block {
    padding: 50px 0;
  }
}

.flexible-content__events-block h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #006548;
}
@media (max-width: 600px) {
  .flexible-content__events-block h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.flexible-content__events-block .events-list {
  -webkit-justify-content: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: center;
  /* OLD - Firefox 19- */
  -ms-flex-pack: center;
  /* IE 10 */
  justify-content: center;
}
@media (min-width: 526px) and (max-width: 950px) {
  .flexible-content__events-block .events-list {
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
  }
}
.flexible-content__events-block
  .container[data-animate-in='custom']
  .archive-item__events-post,
.flexible-content__events-block .container[data-animate-in='custom'] h2 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.flexible-content__events-block
  .container.animate-in[data-animate-in='custom']
  h2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.flexible-content__events-block
  .container.animate-in[data-animate-in='custom']
  .archive-item__events-post {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.flexible-content__events-block
  .container.animate-in[data-animate-in='custom']
  .archive-item__events-post:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.flexible-content__events-block
  .container.animate-in[data-animate-in='custom']
  .archive-item__events-post:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

.events-block__footer {
  margin-top: 36px;
  text-align: center;
}
.events-block__footer a.view-all {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
}
@media (max-width: 600px) {
  .events-block__footer a.view-all {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.events-block__footer a.view-all span {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00b188;
}
.events-block__footer a.view-all span:after {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  background-color: #1c3c6e;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.events-block__footer a.view-all:hover span:after,
.events-block__footer a.view-all:focus span:after {
  width: 100%;
}

/* News
 * -------------------------------------------------------------------------- */
@media (min-width: 551px) {
  .flexible-content__news-block {
    margin: 80px 0;
  }
}

@media (max-width: 550px) {
  .flexible-content__news-block {
    padding: 50px 0;
  }
}

.flexible-content__news-block h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  margin-bottom: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #76bc21;
}
@media (max-width: 600px) {
  .flexible-content__news-block h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.flexible-content__news-block .news-list {
  -webkit-justify-content: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: center;
  /* OLD - Firefox 19- */
  -ms-flex-pack: center;
  /* IE 10 */
  justify-content: center;
}
@media (min-width: 526px) and (max-width: 950px) {
  .flexible-content__news-block .news-list {
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
  }
}
.flexible-content__news-block
  .container[data-animate-in='custom']
  .archive-item__news-post,
.flexible-content__news-block .container[data-animate-in='custom'] h2 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

.flexible-content__news-block
  .container.animate-in[data-animate-in='custom']
  h2 {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.flexible-content__news-block
  .container.animate-in[data-animate-in='custom']
  .archive-item__news-post {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.flexible-content__news-block
  .container.animate-in[data-animate-in='custom']
  .archive-item__news-post:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.flexible-content__news-block
  .container.animate-in[data-animate-in='custom']
  .archive-item__news-post:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

/* Content
 * -------------------------------------------------------------------------- */
.flexible-content__content-block {
  border-top: 1px solid #d7dee8;
  border-bottom: 1px solid #d7dee8;
  width: 100%;
}
.flexible-content__content-block + .flexible-content__content-columns,
.flexible-content__content-block + .flexible-content__content-block {
  border-top: none;
}
.flexible-content__content-block .article {
  margin: 0;
}
@media (min-width: 551px) {
  .flexible-content__content-block {
    padding: 80px 0;
  }
}
@media (max-width: 550px) {
  .flexible-content__content-block {
    padding: 50px 0;
  }
}
.flexible-content__content-block[data-animate-in='custom'] .container {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.flexible-content__content-block.animate-in[data-animate-in='custom']
  .container {
  -webkit-animation-name: animate-in;
  animation-name: animate-in;
}

/* Content Columns
 * -------------------------------------------------------------------------- */
.flexible-content__content-columns {
  padding: 40px 0;
  border-top: 1px solid #d7dee8;
  border-bottom: 1px solid #d7dee8;
}
.flexible-content__content-columns + .flexible-content__content-columns,
.flexible-content__content-columns + .flexible-content__content-block {
  border-top: none;
}
.flexible-content__content-columns ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.flexible-content__content-columns ul li {
  margin: 20px 0;
}
.flexible-content__content-columns ul h4 {
  color: #1c3c6e;
}
.flexible-content__content-columns ul p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #545659;
}
@media (max-width: 600px) {
  .flexible-content__content-columns ul p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 601px) {
  .flexible-content__content-columns ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
  }
  .flexible-content__content-columns ul li {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 50%;
  }
  .flexible-content__content-columns ul li + li {
    margin-left: 20px;
  }
}
@media (min-width: 451px) and (max-width: 600px) {
  .flexible-content__content-columns ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
  }
  .flexible-content__content-columns ul li {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: calc(50% - 10px);
  }
  .flexible-content__content-columns ul li:nth-child(2n + 2) {
    margin-left: 20px;
  }
}
@media (max-width: 550px) {
  .flexible-content__content-columns {
    padding: 20px 0;
  }
}
.flexible-content__content-columns .container[data-animate-in='custom'] li {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
  -webkit-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.flexible-content__content-columns
  .container.animate-in[data-animate-in='custom']
  li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.flexible-content__content-columns
  .container.animate-in[data-animate-in='custom']
  li:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.flexible-content__content-columns
  .container.animate-in[data-animate-in='custom']
  li:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.flexible-content__content-columns
  .container.animate-in[data-animate-in='custom']
  li:nth-child(4) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

/* Social Media Block
 * -------------------------------------------------------------------------- */
@media (min-width: 551px) {
  .flexible-content__socialmedia-block {
    margin: 80px 0;
  }
}

@media (max-width: 550px) {
  .flexible-content__socialmedia-block {
    padding: 50px 0;
  }
}

.flexible-content__socialmedia-block .socialmedia__linkedin {
  background-color: #eef1f5;
  box-sizing: border-box;
  padding: 60px 40px;
}
.flexible-content__socialmedia-block .socialmedia__linkedin h2 {
  color: #1c3c6e;
}
.flexible-content__socialmedia-block .socialmedia__linkedin p {
  margin-top: 27px;
}
.flexible-content__socialmedia-block .socialmedia__linkedin span.linkedin-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.flexible-content__socialmedia-block
  .socialmedia__linkedin
  span.linkedin-icon
  svg {
  display: block;
  height: 36px;
  width: 36px;
}
.flexible-content__socialmedia-block
  .socialmedia__linkedin
  span.linkedin-icon
  svg
  .fill {
  fill: #00b188;
}
.flexible-content__socialmedia-block .socialmedia__linkedin a.profile-link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
}
@media (max-width: 600px) {
  .flexible-content__socialmedia-block .socialmedia__linkedin a.profile-link {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.flexible-content__socialmedia-block
  .socialmedia__linkedin
  a.profile-link
  span {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00b188;
}
.flexible-content__socialmedia-block
  .socialmedia__linkedin
  a.profile-link
  span:after {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  background-color: #1c3c6e;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.flexible-content__socialmedia-block
  .socialmedia__linkedin
  a.profile-link:hover
  span:after,
.flexible-content__socialmedia-block
  .socialmedia__linkedin
  a.profile-link:focus
  span:after {
  width: 100%;
}

.flexible-content__socialmedia-block .socialmedia__feeds {
  box-sizing: border-box;
}
.flexible-content__socialmedia-block .socialmedia__feeds .feeds__tabs button {
  width: 84px;
  height: 91px;
  background-color: #e6ebf1;
}
.flexible-content__socialmedia-block
  .socialmedia__feeds
  .feeds__tabs
  button.active {
  background-color: #eef1f5;
}
.flexible-content__socialmedia-block
  .socialmedia__feeds
  .feeds__tabs
  button.active
  .fill {
  fill: #1c3c6e;
}
.flexible-content__socialmedia-block
  .socialmedia__feeds
  .feeds__tabs
  button[data-target='facebook']
  svg {
  height: 42px;
}
.flexible-content__socialmedia-block
  .socialmedia__feeds
  .feeds__tabs
  button[data-target='twitter']
  svg {
  height: 37px;
}
.flexible-content__socialmedia-block .socialmedia__feeds .feeds__tabs svg {
  width: 42px;
}
.flexible-content__socialmedia-block
  .socialmedia__feeds
  .feeds__tabs
  svg
  .fill {
  fill: rgba(28, 60, 110, 0.7);
}
.flexible-content__socialmedia-block .socialmedia__feeds .feeds__container {
  width: 100%;
  background-color: #eef1f5;
  box-sizing: border-box;
  padding: 60px 40px 60px 60px;
}
.flexible-content__socialmedia-block
  .socialmedia__feeds
  .feeds__container
  .feed:not(.active) {
  display: none;
}

.flexible-content__socialmedia-block .fts-jal-fb-header,
.flexible-content__socialmedia-block .fts-likes-shares-etc-wrap,
.flexible-content__socialmedia-block .fts-twitter-reply-wrap-left,
.flexible-content__socialmedia-block .fts-jal-fb-post-time,
.flexible-content__socialmedia-block .fts-jal-fb-user-thumb,
.flexible-content__socialmedia-block .fts-twitter-full-name,
.flexible-content__socialmedia-block .fts-tweeter-wrap .time {
  display: none !important;
}

.flexible-content__socialmedia-block .fts-jal-single-fb-post {
  padding: 0 !important;
}

.flexible-content__socialmedia-block .fts-jal-fb-user-name {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 5.4rem;
  padding: 0 !important;
}
@media (max-width: 600px) {
  .flexible-content__socialmedia-block .fts-jal-fb-user-name {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.flexible-content__socialmedia-block .fts-jal-fb-message {
  padding-top: 27px;
}

.flexible-content__socialmedia-block .fts-jal-single-fb-post {
  border-bottom: none;
}

.flexible-content__socialmedia-block .fts-twitter-at-name {
  font-family: 'Roboto', sans-serif;
  font-weight: bold !important;
  font-size: 4rem !important;
  line-height: 5.4rem !important;
  color: #1c3c6e !important;
}
@media (max-width: 600px) {
  .flexible-content__socialmedia-block .fts-twitter-at-name {
    font-size: 2.8rem !important;
    line-height: 4rem !important;
  }
}
.flexible-content__socialmedia-block .fts-tweeter-wrap .tweeter-info,
.flexible-content__socialmedia-block .tweeter-info .fts-twitter-full-width {
  padding: 0;
}

.flexible-content__socialmedia-block .fts-twitter-text {
  padding-top: 27px;
}

@media (min-width: 951px) {
  .flexible-content__socialmedia-block .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: center;
    /* OLD - Firefox 19- */
    -ms-flex-pack: center;
    /* IE 10 */
    justify-content: center;
  }
  .flexible-content__socialmedia-block .socialmedia__linkedin {
    -webkit-box-flex: 0 1 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 50%;
    /* Chrome */
    -ms-flex: 0 1 50%;
    /* IE 10 */
    flex: 0 1 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .flexible-content__socialmedia-block
    .socialmedia__linkedin
    + .socialmedia__feeds {
    margin-left: 6.3%;
  }
  .flexible-content__socialmedia-block .socialmedia__feeds {
    padding-left: 84px;
    position: relative;
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  .flexible-content__socialmedia-block .socialmedia__feeds .feeds__tabs {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 950px) {
  .flexible-content__socialmedia-block
    .socialmedia__linkedin
    + .socialmedia__feeds {
    margin-top: 50px;
  }
}

@media (min-width: 526px) and (max-width: 950px) {
  .flexible-content__socialmedia-block .socialmedia__feeds {
    padding-left: 84px;
    position: relative;
  }
  .flexible-content__socialmedia-block .socialmedia__feeds .feeds__tabs {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (max-width: 525px) {
  .flexible-content__socialmedia-block .socialmedia__feeds .feeds__tabs {
    font-size: 0;
    text-align: right;
  }
  .flexible-content__socialmedia-block .socialmedia__feeds .feeds__tabs button {
    width: 60px;
    height: 66px;
    display: inline-block;
    vertical-align: bottom;
  }
  .flexible-content__socialmedia-block
    .socialmedia__feeds
    .feeds__tabs
    button[data-target='facebook']
    svg {
    height: 34px;
    width: 34px;
  }
  .flexible-content__socialmedia-block
    .socialmedia__feeds
    .feeds__tabs
    button[data-target='twitter']
    svg {
    height: 28px;
    width: 34px;
  }
}

/* ==========================================================================
   _home.scss
   ========================================================================== */
/* Banner
 * -------------------------------------------------------------------------- */
.section__home-banner {
  width: 100%;
  position: relative;
  min-height: 53.96vw;
  background-color: #eef1f5;
}
.section__home-banner span.arrow {
  display: block;
  height: 25px;
  width: 39px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  z-index: 10;
  margin-left: -20px;
}
.section__home-banner span.arrow:after {
  content: '';
  display: block;
  height: 25px;
  width: 25px;
  position: absolute;
  bottom: 7px;
  left: 50%;
  margin-left: -13px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section__home-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.section__home-banner a {
  height: 100%;
  width: 100%;
  display: block;
}
.section__home-banner .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.section__home-banner .container .banner-text {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 7.2rem;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 1800px) {
  .section__home-banner .container .banner-text {
    font-size: 4.3vw;
  }
}
@media (max-width: 600px) {
  .section__home-banner .container .banner-text {
    font-size: 3rem;
  }
}
/* ----------------------------------------------
 * Generated by Animista on 2019-8-29 9:20:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
.section__home-banner span.arrow {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce-top;
  animation-name: bounce-top;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
}

@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  61.6666666667% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  66.6666666667% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  74.6666666667% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  88.3333333333% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  97.6666666667% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  75%,
  85%,
  91.6666666667%,
  95.6666666667% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  64.6666666667% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  66.6666666667% {
    -webkit-transform: translateY(-45px);
    transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 1;
  }
  74.6666666667% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  88.3333333333% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  94% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  97.6666666667% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  75%,
  85%,
  91.6666666667%,
  95.6666666667% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

/* Intro Article
 * -------------------------------------------------------------------------- */
.home__intro-article {
  color: #1c3c6e;
}
@media (min-width: 551px) {
  .home__intro-article {
    margin-bottom: 80px;
    padding-top: 80px;
  }
}
@media (max-width: 550px) {
  .home__intro-article {
    margin-bottom: 50px;
    padding-top: 50px;
  }
}
/* Testimonials Slider
 * -------------------------------------------------------------------------- */
.testimonials {
  border-top: 1px solid #eef1f5;
}
@media (min-width: 551px) {
  .testimonials {
    padding: 80px 0;
  }
}
@media (max-width: 550px) {
  .testimonials {
    padding: 50px 0;
  }
}
.testimonials h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  color: #00b188;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .testimonials h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.testimonials .slide {
  text-align: center;
  margin: 36px 0;
}
.testimonials .quote {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 5.2rem;
  font-style: normal;
  color: #00b188;
}
@media (max-width: 600px) {
  .testimonials .quote {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
.testimonials .author {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #545659;
  margin-top: 6px;
}
.testimonials .slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.testimonials .slick-dots li {
  display: inline-block;
  vertical-align: middle;
}
.testimonials .slick-dots li + li {
  margin-left: 35px;
}
.testimonials .slick-dots li button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #d7dee8;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.testimonials .slick-dots li button:hover,
.testimonials .slick-dots li button:focus {
  background-color: #b7c3d5;
}
.testimonials .slick-dots li.slick-active button {
  background-color: #05acd8;
}

/* ==========================================================================
   _landing-page.scss
   ========================================================================== */
#page-template__landing-page .body-content,
#post-page__offering .body-content {
  background-color: transparent;
}

#page-template__landing-page .landing-page__banner,
#post-page__offering .landing-page__banner {
  width: 100%;
  position: relative;
}
#page-template__landing-page .landing-page__banner h1,
#post-page__offering .landing-page__banner h1 {
  color: #ffffff;
  text-transform: uppercase;
}
#page-template__landing-page .landing-page__banner img,
#post-page__offering .landing-page__banner img {
  display: block;
  width: 100%;
  height: auto;
}

#page-template__landing-page .intro-article,
#post-page__offering .intro-article {
  padding-top: 60px;
}

@media (min-width: 601px) {
  #page-template__landing-page .landing-page__banner,
  #post-page__offering .landing-page__banner {
    min-height: calc(18vw + 160px);
  }
  #page-template__landing-page .landing-page__banner .container,
  #post-page__offering .landing-page__banner .container {
    position: absolute;
    bottom: 9vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #page-template__landing-page .landing-page__banner h1,
  #post-page__offering .landing-page__banner h1 {
    max-width: 760px;
    width: 57vw;
    font-size: 15.8rem;
    line-height: 14.7rem;
  }
}

@media (min-width: 601px) and (max-width: 1560px) {
  #page-template__landing-page .landing-page__banner,
  #post-page__offering .landing-page__banner {
    min-height: 25vw;
  }
  #page-template__landing-page .landing-page__banner .container,
  #post-page__offering .landing-page__banner .container {
    bottom: 10vw;
  }
  #page-template__landing-page .landing-page__banner h1,
  #post-page__offering .landing-page__banner h1 {
    font-size: 10.2vw;
    line-height: 9.5vw;
  }
}

@media (max-width: 600px) {
  #page-template__landing-page .landing-page__banner,
  #post-page__offering .landing-page__banner {
    min-height: 18vw;
  }
  #page-template__landing-page .landing-page__banner .container,
  #post-page__offering .landing-page__banner .container {
    position: absolute;
    bottom: calc(3.6vw + 30px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #page-template__landing-page .landing-page__banner h1,
  #post-page__offering .landing-page__banner h1 {
    max-width: 54vw;
    font-size: 10vw;
    line-height: 8.6vw;
  }
}

#page-template__landing-page .quicklinks-bar,
#post-page__offering .quicklinks-bar {
  background-color: #e6ebf1;
}
#page-template__landing-page .quicklinks-bar strong,
#post-page__offering .quicklinks-bar strong {
  display: block;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
}
#page-template__landing-page .quicklinks-bar ul.quicklinks,
#post-page__offering .quicklinks-bar ul.quicklinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#page-template__landing-page .quicklinks-bar ul.quicklinks li,
#post-page__offering .quicklinks-bar ul.quicklinks li {
  display: inline-block;
  vertical-align: baseline;
}
#page-template__landing-page .quicklinks-bar ul.quicklinks li + li,
#post-page__offering .quicklinks-bar ul.quicklinks li + li {
  margin-left: 20px;
}
#page-template__landing-page .quicklinks-bar ul.quicklinks a,
#post-page__offering .quicklinks-bar ul.quicklinks a {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #1c3c6e;
}
#page-template__landing-page .quicklinks-bar ul.quicklinks a:hover,
#page-template__landing-page .quicklinks-bar ul.quicklinks a:focus,
#post-page__offering .quicklinks-bar ul.quicklinks a:hover,
#post-page__offering .quicklinks-bar ul.quicklinks a:focus {
  color: #00b188;
}
@media (min-width: 801px) {
  #page-template__landing-page .quicklinks-bar,
  #post-page__offering .quicklinks-bar {
    padding: 20px 0;
  }
  #page-template__landing-page .quicklinks-bar .container,
  #post-page__offering .quicklinks-bar .container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between;
  }
  #page-template__landing-page .quicklinks-bar ul.quicklinks,
  #post-page__offering .quicklinks-bar ul.quicklinks {
    text-align: right;
    margin-left: 25px;
  }
}
@media (max-width: 800px) {
  #page-template__landing-page .quicklinks-bar,
  #post-page__offering .quicklinks-bar {
    padding: 15px 0 0;
  }
  #page-template__landing-page .quicklinks-bar ul.quicklinks,
  #post-page__offering .quicklinks-bar ul.quicklinks {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
    padding-top: 15px;
    background: linear-gradient(to right, #e6ebf1 30%, rgba(230, 235, 241, 0)),
      linear-gradient(to right, rgba(230, 235, 241, 0), #e6ebf1 70%) 0 100%,
      radial-gradient(
        farthest-side at 0% 50%,
        rgba(28, 60, 110, 0.5),
        rgba(28, 60, 110, 0)
      ),
      radial-gradient(
          farthest-side at 100% 50%,
          rgba(28, 60, 110, 0.5),
          rgba(28, 60, 110, 0)
        )
        0 100%;
    background-repeat: no-repeat;
    background-size: 40px 200%, 40px 200%, 20px 200%, 20px 200%;
    background-position: 0, 100%, 0, 100%;
    background-attachment: local, local, scroll, scroll;
  }
}
@media (min-width: 701px) and (max-width: 800px) {
  #page-template__landing-page .quicklinks-bar ul.quicklinks,
  #post-page__offering .quicklinks-bar ul.quicklinks {
    width: calc(100% + 120px);
    margin-left: -60px;
    padding-left: 60px;
  }
  #page-template__landing-page .quicklinks-bar ul.quicklinks li:last-child,
  #post-page__offering .quicklinks-bar ul.quicklinks li:last-child {
    margin-right: 60px;
  }
}
@media (max-width: 700px) {
  #page-template__landing-page .quicklinks-bar ul.quicklinks,
  #post-page__offering .quicklinks-bar ul.quicklinks {
    width: calc(100% + 60px);
    margin-left: -30px;
    padding-left: 30px;
  }
  #page-template__landing-page .quicklinks-bar ul.quicklinks li:last-child,
  #post-page__offering .quicklinks-bar ul.quicklinks li:last-child {
    margin-right: 30px;
  }
}
/* ==========================================================================
   _news.scss
   ========================================================================== */
/* Listing - News & Events
 * -------------------------------------------------------------------------- */
@media (min-width: 526px) {
  .news-list,
  .events-list {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
  }
}

@media (min-width: 526px) {
  .archive-item__news-post.no-image,
  .archive-item__events-post.no-image {
    -ms-flex-item-align: center;
    /* IE 10 */
    -webkit-align-self: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-self: center;
    /* OLD - Firefox 19- */
    align-self: center;
  }
}

@media (min-width: 951px) {
  .archive-item__news-post,
  .archive-item__events-post {
    -webkit-box-flex: 0 0 33.333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 33.333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 33.333%;
    /* Chrome */
    -ms-flex: 0 0 33.333%;
    /* IE 10 */
    flex: 0 0 33.333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: calc(33.333% - 4.7%);
    margin-left: 7%;
  }
  .archive-item__news-post:nth-child(3n + 1),
  .archive-item__events-post:nth-child(3n + 1) {
    margin-left: 0;
  }
}

@media (min-width: 701px) and (max-width: 950px) {
  .archive-item__news-post,
  .archive-item__events-post {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-left: 12.5%;
    max-width: calc(50% - 6.25%);
    margin-bottom: 32px;
  }
  .archive-item__news-post:nth-child(2n + 1),
  .archive-item__events-post:nth-child(2n + 1) {
    margin-left: 0;
  }
  .archive-item__news-post:last-child,
  .archive-item__events-post:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 526px) and (max-width: 700px) {
  .archive-item__news-post,
  .archive-item__events-post {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    margin-left: 9%;
    max-width: calc(50% - 4.5%);
    margin-bottom: 32px;
  }
  .archive-item__news-post:nth-child(2n + 1),
  .archive-item__events-post:nth-child(2n + 1) {
    margin-left: 0;
  }
  .archive-item__news-post:last-child,
  .archive-item__events-post:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 950px) {
  .archive-item__news-post.no-image,
  .archive-item__events-post.no-image {
    box-sizing: border-box;
    border: 2px solid #e6ebf1;
    padding: 20px;
  }
}

@media (max-width: 525px) {
  .archive-item__news-post,
  .archive-item__events-post {
    width: 100%;
    margin-bottom: 32px;
  }
  .archive-item__news-post:last-child,
  .archive-item__events-post:last-child {
    margin-bottom: 0;
  }
}

.news-post__image,
.events-post__image {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}
.news-post__image img,
.events-post__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.news-post__content,
.events-post__content {
  width: 86%;
  margin-left: 7%;
}
@media (max-width: 700px) {
  .news-post__content,
  .events-post__content {
    width: 100%;
    margin-left: 0;
  }
}
.news-post__content h3,
.events-post__content h3 {
  margin-bottom: 14px;
}

#archive-page__post .archive-item__news-post,
#archive-page__post .archive-item__events-post,
#archive-page__event .archive-item__news-post,
#archive-page__event .archive-item__events-post {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#archive-page__post .archive-item__news-post.ajax-loaded,
#archive-page__post .archive-item__events-post.ajax-loaded,
#archive-page__event .archive-item__news-post.ajax-loaded,
#archive-page__event .archive-item__events-post.ajax-loaded {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-animation-name: animate-in;
  animation-name: animate-in;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 1),
#archive-page__post .archive-item__events-post:nth-child(12n + 1),
#archive-page__event .archive-item__news-post:nth-child(12n + 1),
#archive-page__event .archive-item__events-post:nth-child(12n + 1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 2),
#archive-page__post .archive-item__events-post:nth-child(12n + 2),
#archive-page__event .archive-item__news-post:nth-child(12n + 2),
#archive-page__event .archive-item__events-post:nth-child(12n + 2) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 3),
#archive-page__post .archive-item__events-post:nth-child(12n + 3),
#archive-page__event .archive-item__news-post:nth-child(12n + 3),
#archive-page__event .archive-item__events-post:nth-child(12n + 3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 4),
#archive-page__post .archive-item__events-post:nth-child(12n + 4),
#archive-page__event .archive-item__news-post:nth-child(12n + 4),
#archive-page__event .archive-item__events-post:nth-child(12n + 4) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 5),
#archive-page__post .archive-item__events-post:nth-child(12n + 5),
#archive-page__event .archive-item__news-post:nth-child(12n + 5),
#archive-page__event .archive-item__events-post:nth-child(12n + 5) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 6),
#archive-page__post .archive-item__events-post:nth-child(12n + 6),
#archive-page__event .archive-item__news-post:nth-child(12n + 6),
#archive-page__event .archive-item__events-post:nth-child(12n + 6) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 7),
#archive-page__post .archive-item__events-post:nth-child(12n + 7),
#archive-page__event .archive-item__news-post:nth-child(12n + 7),
#archive-page__event .archive-item__events-post:nth-child(12n + 7) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 8),
#archive-page__post .archive-item__events-post:nth-child(12n + 8),
#archive-page__event .archive-item__news-post:nth-child(12n + 8),
#archive-page__event .archive-item__events-post:nth-child(12n + 8) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 9),
#archive-page__post .archive-item__events-post:nth-child(12n + 9),
#archive-page__event .archive-item__news-post:nth-child(12n + 9),
#archive-page__event .archive-item__events-post:nth-child(12n + 9) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 10),
#archive-page__post .archive-item__events-post:nth-child(12n + 10),
#archive-page__event .archive-item__news-post:nth-child(12n + 10),
#archive-page__event .archive-item__events-post:nth-child(12n + 10) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 11),
#archive-page__post .archive-item__events-post:nth-child(12n + 11),
#archive-page__event .archive-item__news-post:nth-child(12n + 11),
#archive-page__event .archive-item__events-post:nth-child(12n + 11) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
#archive-page__post .archive-item__news-post:nth-child(12n + 12),
#archive-page__post .archive-item__events-post:nth-child(12n + 12),
#archive-page__event .archive-item__news-post:nth-child(12n + 12),
#archive-page__event .archive-item__events-post:nth-child(12n + 12) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

#archive-page__post .archive-item__no-results,
#archive-page__event .archive-item__no-results {
  max-width: 760px;
  width: 100%;
  margin: 0 auto 100px;
}

@media (min-width: 551px) {
  #archive-page__post .news-list,
  #archive-page__post .events-list,
  #archive-page__event .news-list,
  #archive-page__event .events-list {
    margin-top: 80px;
  }
  #archive-page__post .archive-item__news-post,
  #archive-page__post .archive-item__events-post,
  #archive-page__event .archive-item__news-post,
  #archive-page__event .archive-item__events-post {
    margin-bottom: 80px;
  }
  #archive-page__post .load-more-btn,
  #archive-page__event .load-more-btn {
    margin-bottom: 80px;
  }
}

@media (max-width: 550px) {
  #archive-page__post .news-list,
  #archive-page__post .events-list,
  #archive-page__event .news-list,
  #archive-page__event .events-list {
    margin-top: 50px;
  }
  #archive-page__post .archive-item__news-post,
  #archive-page__post .archive-item__events-post,
  #archive-page__event .archive-item__news-post,
  #archive-page__event .archive-item__events-post {
    margin-bottom: 50px;
  }
  #archive-page__post .load-more-btn,
  #archive-page__event .load-more-btn {
    margin-bottom: 50px;
  }
}

@media (min-width: 551px) {
  body.search-results .archive-item__news-post,
  body.search-results .archive-item__events-post {
    margin-bottom: 80px;
  }
}

@media (max-width: 550px) {
  body.search-results .archive-item__news-post,
  body.search-results .archive-item__events-post {
    margin-bottom: 50px;
  }
}

/* Listing - News
 * -------------------------------------------------------------------------- */
.news-post__content h3 a {
  display: inline-block;
  color: #76bc21;
}
.news-post__content h3 a span {
  display: inline;
  background-image: linear-gradient(
    180deg,
    transparent 65%,
    rgba(5, 172, 216, 0.2) 0
  );
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.news-post__content h3 a:hover span,
.news-post__content h3 a:focus span {
  background-size: 100% 100%;
}

.news-post__content p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #545659;
}
@media (max-width: 600px) {
  .news-post__content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
/* Listing - Events
 * -------------------------------------------------------------------------- */
.events-post__content h3 a {
  display: inline-block;
  color: #006548;
}
.events-post__content h3 a span {
  display: inline;
  background-image: linear-gradient(
    180deg,
    transparent 65%,
    rgba(0, 101, 72, 0.2) 0
  );
  background-size: 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.events-post__content h3 a:hover span,
.events-post__content h3 a:focus span {
  background-size: 100% 100%;
}

.events-post__content p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #545659;
}
@media (max-width: 600px) {
  .events-post__content p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
.events-post__content .date {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #006548;
}
@media (max-width: 600px) {
  .events-post__content .date {
    font-size: 2rem;
    line-height: 3rem;
  }
}
/* Post Pages - News & Events
 * -------------------------------------------------------------------------- */
.post__header {
  border-bottom: 1px solid #d7dee8;
  text-align: center;
}
@media (min-width: 551px) {
  .post__header {
    padding: 80px 0;
    margin-bottom: 80px;
  }
}
@media (max-width: 550px) {
  .post__header {
    padding: 50px 0;
    margin-bottom: 50px;
  }
}
.post__header h1 {
  color: #1c3c6e;
}

.post__footer {
  border-top: 1px solid #d7dee8;
  text-align: center;
}
@media (min-width: 551px) {
  .post__footer {
    padding: 60px 0;
  }
}
@media (max-width: 550px) {
  .post__footer {
    padding: 30px 0;
  }
}
.flexible-content__content-block + .post__footer {
  border-top: none;
}
.post__footer ul.tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #1c3c6e;
}
.post__footer ul.tags li {
  display: inline-block;
}
.post__footer ul.tags a {
  color: #1c3c6e;
}
.post__footer ul.tags a:hover,
.post__footer ul.tags a:focus {
  color: #00b188;
}
.post__footer ul.tags + .social-sharing {
  margin-left: 50px;
}
.post__footer .social-sharing {
  display: inline-block;
  vertical-align: middle;
}

/* Post Page - News
 * -------------------------------------------------------------------------- */
#post-page__post .posted-on {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #1c3c6e;
  text-transform: uppercase;
  margin-bottom: 9px;
}

#post-page__post .post__details {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#post-page__post .post__details h4 {
  color: #1c3c6e;
}
#post-page__post .post__details p {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #545659;
}
@media (max-width: 600px) {
  #post-page__post .post__details p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 601px) {
  #post-page__post .post__details {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
  }
  #post-page__post .post__details li {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 50%;
  }
  #post-page__post .post__details li + li {
    margin-left: 20px;
  }
}
@media (min-width: 451px) and (max-width: 600px) {
  #post-page__post .post__details {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-pack: flex-start;
    /* IE 10 */
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
    margin-bottom: -20px;
  }
  #post-page__post .post__details li {
    -webkit-box-flex: 0 0 50%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 50%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 50%;
    /* Chrome */
    -ms-flex: 0 0 50%;
    /* IE 10 */
    flex: 0 0 50%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  #post-page__post .post__details li:nth-child(2n + 2) {
    margin-left: 20px;
  }
}
#post-page__post .column__sidebar h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  letter-spacing: 0;
  color: #1c3c6e;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  #post-page__post .column__sidebar h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#post-page__post .column__sidebar ul.related-programs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#post-page__post .column__sidebar ul.related-programs li {
  display: block;
  margin-bottom: 2px;
}
#post-page__post .column__sidebar ul.related-programs a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
  padding: 11px 30px;
  border-radius: 6px;
  background-color: #eef1f5;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 600px) {
  #post-page__post .column__sidebar ul.related-programs a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#post-page__post .column__sidebar ul.related-programs a:hover,
#post-page__post .column__sidebar ul.related-programs a:focus {
  background-color: #e6ebf1;
}

#post-page__post .related-news {
  border-top: 1px solid #d7dee8;
}
@media (min-width: 551px) {
  #post-page__post .related-news {
    padding-bottom: 80px;
  }
}
@media (max-width: 550px) {
  #post-page__post .related-news {
    padding-bottom: 50px;
  }
}
#post-page__post .related-news h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  color: #76bc21;
  text-align: center;
  margin-bottom: 36px;
}
@media (max-width: 600px) {
  #post-page__post .related-news h2 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#post-page__post .related-news .news-list {
  -webkit-justify-content: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: center;
  /* OLD - Firefox 19- */
  -ms-flex-pack: center;
  /* IE 10 */
  justify-content: center;
}
@media (min-width: 551px) {
  #post-page__post .related-news {
    padding: 60px 0;
  }
}
@media (max-width: 550px) {
  #post-page__post .related-news {
    padding: 30px 0;
  }
}
/* Post Page - Events
 * -------------------------------------------------------------------------- */
#post-page__event .column__sidebar h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.4rem;
  letter-spacing: 1px;
  letter-spacing: 0;
  color: #76bc21;
  margin-bottom: 3px;
}
@media (max-width: 600px) {
  #post-page__event .column__sidebar h3 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
#post-page__event .column__sidebar p {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: normal;
  color: #006548;
}
@media (max-width: 600px) {
  #post-page__event .column__sidebar p {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
#post-page__event .column__sidebar a {
  color: #006548;
  text-decoration: underline;
}
#post-page__event .column__sidebar a:hover,
#post-page__event .column__sidebar a:focus {
  color: #76bc21;
}

#post-page__event .column__sidebar a.cta-btn {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #00b188;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 600px) {
  #post-page__event .column__sidebar a.cta-btn {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
#post-page__event .column__sidebar a.cta-btn:hover,
#post-page__event .column__sidebar a.cta-btn:focus {
  opacity: 0.8;
}

@media (min-width: 551px) {
  #post-page__event .column__sidebar p + h3 {
    margin-top: 80px;
  }
}

@media (max-width: 550px) {
  #post-page__event .column__sidebar p + h3 {
    margin-top: 50px;
  }
}

/* ==========================================================================
   _directory.scss
   ========================================================================== */
/* Listing
 * -------------------------------------------------------------------------- */
.archive-item__directory-item {
  border-bottom: 1px solid #d7dee8;
}
@media (min-width: 526px) {
  .archive-item__directory-item {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: space-between;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: space-between;
    /* OLD - Firefox 19- */
    -ms-flex-pack: space-between;
    /* IE 10 */
    justify-content: space-between;
  }
}
.archive-item__directory-item .item__right {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #545659;
}
@media (max-width: 600px) {
  .archive-item__directory-item .item__right {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 526px) {
  .archive-item__directory-item .item__right {
    margin-left: 20px;
    text-align: right;
  }
}
@media (max-width: 525px) {
  .archive-item__directory-item .item__right {
    margin-top: 20px;
  }
}
.archive-item__directory-item .item__right a {
  color: #05acd8;
}
.archive-item__directory-item .item__right a:hover,
.archive-item__directory-item .item__right a:focus {
  text-decoration: underline;
}
.archive-item__directory-item h3 {
  color: #1c3c6e;
}
.archive-item__directory-item .preheading {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #1c3c6e;
  margin-bottom: 5px;
}
@media (max-width: 600px) {
  .archive-item__directory-item .preheading {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
@media (min-width: 551px) {
  .archive-item__directory-item {
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
@media (max-width: 550px) {
  .archive-item__directory-item {
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
#archive-page__directory .archive-item__directory-item {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#archive-page__directory .archive-item__directory-item.ajax-loaded {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-animation-name: animate-in;
  animation-name: animate-in;
}

@media (min-width: 551px) {
  #archive-page__directory {
    padding-bottom: 60px;
  }
  #archive-page__directory .body-content {
    padding-bottom: 40px;
  }
}

@media (max-width: 550px) {
  #archive-page__directory {
    padding-bottom: 30px;
  }
  #archive-page__directory .body-content {
    padding-bottom: 20px;
  }
}

/* Post Page
 * -------------------------------------------------------------------------- */
/* ==========================================================================
   _offerings.scss
   ========================================================================== */
/* Listing
 * -------------------------------------------------------------------------- */
.archive-item__offering-item {
  background-color: #eef1f5;
  padding: 0;
  border-radius: 6px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 2px;
}
.archive-item__offering-item h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
}
@media (max-width: 600px) {
  .archive-item__offering-item h3 {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.archive-item__offering-item .offering__category {
  display: block;
  margin-bottom: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.9rem;
  color: #1c3c6e;
}
@media (max-width: 600px) {
  .archive-item__offering-item .offering__category {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}
.archive-item__offering-item .offering-item__header {
  padding: 11px 30px;
  cursor: pointer;
}
.archive-item__offering-item .offering-item__header:hover {
  cursor: pointer;
}
.archive-item__offering-item .offering-item__content {
  padding: 0 30px 8px;
  display: none;
}
.archive-item__offering-item .offering-item__content p + p {
  margin-top: 27px;
}
.archive-item__offering-item a.cta-btn {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #05acd8;
  color: #ffffff;
}
@media (max-width: 600px) {
  .archive-item__offering-item a.cta-btn {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.archive-item__offering-item a.cta-btn:hover,
.archive-item__offering-item a.cta-btn:focus {
  opacity: 0.8;
}

#archive-page__offerings .archive-item__offering-item {
  -webkit-animation-duration: 0.35s;
  animation-duration: 0.35s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#archive-page__offerings .archive-item__offering-item.ajax-loaded {
  opacity: 0;
  -webkit-transform: translate(0, 150px);
  -ms-transform: translate(0, 150px);
  transform: translate(0, 150px);
  -webkit-animation-name: animate-in;
  animation-name: animate-in;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 1) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 2) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 4) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 5) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 6) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 7) {
  -webkit-animation-delay: 0.85s;
  animation-delay: 0.85s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 8) {
  -webkit-animation-delay: 0.95s;
  animation-delay: 0.95s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 9) {
  -webkit-animation-delay: 1.05s;
  animation-delay: 1.05s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 10) {
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 11) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
#archive-page__offerings .archive-item__offering-item:nth-child(12n + 12) {
  -webkit-animation-delay: 1.35s;
  animation-delay: 1.35s;
}

#archive-page__offerings .offerings__sidebar {
  box-sizing: border-box;
  padding: 100px 60px;
  background-color: #eef1f5;
}
@media (max-width: 700px) {
  #archive-page__offerings .offerings__sidebar {
    padding-left: 30px;
    padding-right: 30px;
  }
}
#archive-page__offerings .offerings__sidebar .offerings-sidebar__heading {
  position: relative;
}
#archive-page__offerings .offerings__sidebar .offerings-sidebar__heading h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #1c3c6e;
}
@media (max-width: 600px) {
  #archive-page__offerings .offerings__sidebar .offerings-sidebar__heading h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
#archive-page__offerings
  .offerings__sidebar
  .offerings-sidebar__heading
  span.arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 21px;
  height: 11px;
  background-image: url('images/icon-arrow-large.svg');
  background-size: 21px 11px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#archive-page__offerings
  .offerings__sidebar
  .offerings-sidebar__heading.open
  span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#archive-page__offerings .offerings__sidebar .filter-field {
  margin-top: 40px;
}
#archive-page__offerings .offerings__sidebar .row.submit {
  margin-top: 40px;
  text-align: center;
}
#archive-page__offerings .offerings__sidebar .row.submit button[type='submit'] {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #00b188;
  color: #ffffff;
}
@media (max-width: 600px) {
  #archive-page__offerings
    .offerings__sidebar
    .row.submit
    button[type='submit'] {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
#archive-page__offerings
  .offerings__sidebar
  .row.submit
  button[type='submit']:hover,
#archive-page__offerings
  .offerings__sidebar
  .row.submit
  button[type='submit']:focus {
  opacity: 0.8;
}
#archive-page__offerings
  .offerings__sidebar
  .row.submit
  button[type='submit']
  + button {
  margin-left: 15px;
}
#archive-page__offerings .offerings__sidebar .row.submit button[type='button'] {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #00b188;
  background: transparent;
}
@media (max-width: 600px) {
  #archive-page__offerings
    .offerings__sidebar
    .row.submit
    button[type='button'] {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
#archive-page__offerings
  .offerings__sidebar
  .row.submit
  button[type='button']:hover,
#archive-page__offerings
  .offerings__sidebar
  .row.submit
  button[type='button']:focus {
  opacity: 0.8;
}
#archive-page__offerings
  .offerings__sidebar
  .row.submit
  button[type='button']
  + button {
  margin-left: 15px;
}

#archive-page__offerings .offerings__main h1 {
  color: #1c3c6e;
}

@media (min-width: 801px) {
  #archive-page__offerings .body-content {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
  #archive-page__offerings .offerings__sidebar {
    -webkit-box-flex: 0 0 40%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 40%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 40%;
    /* Chrome */
    -ms-flex: 0 0 40%;
    /* IE 10 */
    flex: 0 0 40%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 475px;
  }
  #archive-page__offerings
    .offerings__sidebar
    .offerings-sidebar__heading
    span.arrow {
    display: none;
  }
  #archive-page__offerings .offerings__sidebar .offerings-sidebar__content {
    display: block !important;
  }
  #archive-page__offerings .offerings__main {
    -webkit-box-flex: 0 1 100%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 1 100%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 1 100%;
    /* Chrome */
    -ms-flex: 0 1 100%;
    /* IE 10 */
    flex: 0 1 100%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    padding-top: 80px;
  }
}

@media (max-width: 800px) {
  #archive-page__offerings .offerings__sidebar {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #archive-page__offerings .offerings__sidebar .offerings-sidebar__heading h2 {
    max-width: calc(100% - 30px);
  }
  #archive-page__offerings .offerings__sidebar .offerings-sidebar__content {
    display: none;
  }
  #archive-page__offerings .offerings__main {
    padding-top: 50px;
  }
}

@media (max-width: 550px) {
  #archive-page__offerings .offerings__sidebar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #archive-page__offerings .offerings__sidebar .offerings-sidebar__content {
    padding-bottom: 15px;
  }
}

#archive-page__offerings .offerings__search-bar {
  margin: 20px 0 40px;
}
#archive-page__offerings .offerings__search-bar .search-field {
  position: relative;
}
#archive-page__offerings .offerings__search-bar .search-field .search-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -15px;
}
#archive-page__offerings .offerings__search-bar .search-field .search-icon svg {
  display: block;
  height: 25px;
  width: 25px;
}
#archive-page__offerings
  .offerings__search-bar
  .search-field
  .search-icon
  svg
  .stroke {
  stroke: #1c3c6e;
}
#archive-page__offerings
  .offerings__search-bar
  .search-field
  input[type='text'] {
  padding-right: 50px;
}
#archive-page__offerings .offerings__search-bar .grouping-field {
  margin-top: 20px;
}
#archive-page__offerings
  .offerings__search-bar
  .grouping-field
  input[type='checkbox'] {
  height: 0;
  width: 0;
  float: left;
  opacity: 0;
}
#archive-page__offerings
  .offerings__search-bar
  .grouping-field
  input[type='checkbox']
  + label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #545659;
  position: relative;
  padding: 0 0 0 34px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  #archive-page__offerings
    .offerings__search-bar
    .grouping-field
    input[type='checkbox']
    + label {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#archive-page__offerings
  .offerings__search-bar
  .grouping-field
  input[type='checkbox']
  + label:before {
  content: '';
  display: block;
  height: 18px;
  width: 18px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 2px solid #545659;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-size: 10px 8px;
  background-repeat: no-repeat;
  background-position: center;
}
#archive-page__offerings
  .offerings__search-bar
  .grouping-field
  input[type='checkbox']
  + label:hover,
#archive-page__offerings
  .offerings__search-bar
  .grouping-field
  input[type='checkbox']
  + label:focus {
  cursor: pointer;
}
#archive-page__offerings
  .offerings__search-bar
  .grouping-field
  input[type='checkbox']:checked
  + label:before {
  background-color: #00b188;
  border-color: #00b188;
  background-image: url('images/icon-checkmark-white.svg');
}

#archive-page__offerings .service-section {
  border-bottom: 1px solid #d7dee8;
}
#archive-page__offerings .service-section .service-section__heading {
  padding: 16px 0;
  position: relative;
}
#archive-page__offerings .service-section .service-section__heading h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 3.4rem;
  color: #1c3c6e;
  max-width: calc(100% - 30px);
}
@media (max-width: 600px) {
  #archive-page__offerings .service-section .service-section__heading h2 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
#archive-page__offerings .service-section .service-section__heading span.arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  width: 21px;
  height: 11px;
  background-image: url('images/icon-arrow-large.svg');
  background-size: 21px 11px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#archive-page__offerings .service-section .service-section__heading:hover {
  cursor: pointer;
}
#archive-page__offerings .service-section .service-section__heading.open span {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#archive-page__offerings .service-section .service-section__content {
  padding-bottom: 16px;
  display: none;
}
#archive-page__offerings
  .service-section:nth-child(1)
  .service-section__content {
  display: block;
}

#archive-page__offerings .offering-search-divider {
  margin-top: 40px;
}
#archive-page__offerings .offering-search-divider p {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
}
@media (max-width: 600px) {
  #archive-page__offerings .offering-search-divider p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
#archive-page__offerings .offerings-list {
  margin-bottom: 20px;
}

#archive-page__offerings .load-more-btn {
  margin-bottom: 80px;
}

#archive-page__offerings .offering-search-footer {
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 36px 31px 27px;
  border: 1px solid #83276b;
  border-radius: 6px;
}
#archive-page__offerings .offering-search-footer h3 {
  color: #1c3c6e;
}
#archive-page__offerings .offering-search-footer p {
  margin-top: 27px;
}
#archive-page__offerings .offering-search-footer a.btn {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: #ffffff;
  background-color: #83276b;
}
@media (max-width: 600px) {
  #archive-page__offerings .offering-search-footer a.btn {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
#archive-page__offerings .offering-search-footer a.btn:hover,
#archive-page__offerings .offering-search-footer a.btn:focus {
  opacity: 0.8;
}

.offerings__sidebar .filter-field > label,
.section__start-here-tool .filter-field > label {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
  color: #545659;
  display: block;
}
@media (max-width: 600px) {
  .offerings__sidebar .filter-field > label,
  .section__start-here-tool .filter-field > label {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.offerings__sidebar .filter-field input[type='checkbox'],
.section__start-here-tool .filter-field input[type='checkbox'] {
  height: 0;
  width: 0;
  float: left;
  opacity: 0;
}
.offerings__sidebar .filter-field input[type='checkbox'] + label,
.section__start-here-tool .filter-field input[type='checkbox'] + label {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #545659;
  position: relative;
  padding: 11px 15px 11px 52px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 6px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 600px) {
  .offerings__sidebar .filter-field input[type='checkbox'] + label,
  .section__start-here-tool .filter-field input[type='checkbox'] + label {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.offerings__sidebar .filter-field input[type='checkbox'] + label:before,
.section__start-here-tool .filter-field input[type='checkbox'] + label:before {
  content: '';
  display: block;
  height: 28px;
  width: 28px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 2px solid #00b188;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -14px;
  background-size: 14px 11px;
  background-repeat: no-repeat;
  background-position: center;
}
.offerings__sidebar .filter-field input[type='checkbox'] + label:hover,
.offerings__sidebar .filter-field input[type='checkbox'] + label:focus,
.section__start-here-tool .filter-field input[type='checkbox'] + label:hover,
.section__start-here-tool .filter-field input[type='checkbox'] + label:focus {
  cursor: pointer;
  background-color: #e6ebf1;
}
.offerings__sidebar .filter-field input[type='checkbox']:checked + label,
.section__start-here-tool .filter-field input[type='checkbox']:checked + label {
  background-color: #e6ebf1;
}
.offerings__sidebar .filter-field input[type='checkbox']:checked + label:before,
.section__start-here-tool
  .filter-field
  input[type='checkbox']:checked
  + label:before {
  background-image: url('images/icon-checkmark-green.svg');
}

.offerings__sidebar .filter-field .option,
.section__start-here-tool .filter-field .option {
  margin-top: 2px;
}

/* Post Page
 * -------------------------------------------------------------------------- */
/* Offering Tool "Start Here"
 * -------------------------------------------------------------------------- */
.section__start-here-tool {
  text-align: center;
  background-color: #eef1f5;
  padding: 200px 0;
}
@media (max-width: 700px) {
  .section__start-here-tool {
    padding: 100px 0;
  }
}
.section__start-here-tool h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 4rem;
  line-height: 5.4rem;
  color: #0b3773;
}
@media (max-width: 600px) {
  .section__start-here-tool h2 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.section__start-here-tool form {
  padding: 60px 0 0;
}
@media (min-width: 1021px) {
  .section__start-here-tool form {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: flex-start;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: flex-start;
    /* OLD - Firefox 19- */
    -ms-flex-align: flex-start;
    /* IE 10 */
    align-items: flex-start;
    -webkit-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: center;
    /* OLD - Firefox 19- */
    -ms-flex-pack: center;
    /* IE 10 */
    justify-content: center;
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
  }
}
.section__start-here-tool form .filter-field {
  margin-bottom: 27px;
  background-color: #ffffff;
  border-radius: 12px;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 8px 22px 4px rgba(0, 0, 0, 0.12);
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 8px 22px 4px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  text-align: left;
  padding: 20px 30px;
}
.section__start-here-tool form .filter-field > label {
  text-align: center;
}
.section__start-here-tool form .row.submit {
  -webkit-box-flex: 0 0 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 100%;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 100%;
  /* Chrome */
  -ms-flex: 0 0 100%;
  /* IE 10 */
  flex: 0 0 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin-top: 54px;
}
.section__start-here-tool form .row.submit button[type='submit'] {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #00b188;
  color: #ffffff;
}
@media (max-width: 600px) {
  .section__start-here-tool form .row.submit button[type='submit'] {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.section__start-here-tool form .row.submit button[type='submit']:hover,
.section__start-here-tool form .row.submit button[type='submit']:focus {
  opacity: 0.8;
}
.section__start-here-tool form .row.submit button[type='submit'] + button {
  margin-left: 15px;
}
.section__start-here-tool form .row.submit p {
  margin-top: 27px;
}
@media (min-width: 1021px) {
  .section__start-here-tool form .filter-field .checkboxes {
    display: block !important;
  }
  .section__start-here-tool form .filter-field {
    -webkit-box-flex: 0 0 33.333%;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 0 0 33.333%;
    /* OLD - Firefox 19- */
    -webkit-flex: 0 0 33.333%;
    /* Chrome */
    -ms-flex: 0 0 33.333%;
    /* IE 10 */
    flex: 0 0 33.333%;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    max-width: 28.666%;
    margin-right: 7%;
  }
  .section__start-here-tool form .filter-field:nth-child(3) {
    margin-right: 0;
  }
}
@media (max-width: 1020px) {
  .section__start-here-tool form {
    padding: 24px 0;
  }
  .section__start-here-tool form .filter-field {
    width: 100%;
    max-width: 640px;
    margin: 0 auto 7px;
    padding: 0;
  }
  .section__start-here-tool form .filter-field > label {
    padding: 20px 30px;
    margin-bottom: 0;
  }
  .section__start-here-tool form .filter-field > label:hover,
  .section__start-here-tool form .filter-field > label:focus {
    cursor: pointer;
  }
  .section__start-here-tool form .filter-field .checkboxes {
    display: none;
    padding: 0 30px 20px;
  }
  .section__start-here-tool form .row.submit {
    margin-top: 34px;
  }
  .section__start-here-tool form .row.submit p {
    margin-top: 24px;
  }
}
.section__start-here-tool a.view-all {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
}
@media (max-width: 600px) {
  .section__start-here-tool a.view-all {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.section__start-here-tool a.view-all span {
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #00b188;
}
.section__start-here-tool a.view-all span:after {
  content: '';
  display: block;
  height: 100%;
  width: 0;
  background-color: #1c3c6e;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.section__start-here-tool a.view-all:hover span:after,
.section__start-here-tool a.view-all:focus span:after {
  width: 100%;
}
.section__start-here-tool div[data-animate-in='custom'] h2,
.section__start-here-tool div[data-animate-in='custom'] .filter-field {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  opacity: 0;
}
.section__start-here-tool div[data-animate-in='custom'] h2 {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.section__start-here-tool div[data-animate-in='custom'] .filter-field {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.section__start-here-tool
  div[data-animate-in='custom']
  .filter-field:nth-child(2) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.section__start-here-tool
  div[data-animate-in='custom']
  .filter-field:nth-child(3) {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.section__start-here-tool div.animate-in[data-animate-in='custom'] h2 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.section__start-here-tool
  div.animate-in[data-animate-in='custom']
  .filter-field {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

/* ==========================================================================
   _get-started.scss
   ========================================================================== */
/* Featured Blocks
 * -------------------------------------------------------------------------- */
.get-started__offerings-tabs {
  background-color: #eef1f5;
  padding: 80px 0 120px;
}
@media (max-width: 550px) {
  .get-started__offerings-tabs {
    padding: 50px 0;
  }
}
.get-started__offerings-tabs .tabs {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-align-items: flex-end;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-align-items: flex-end;
  /* OLD - Firefox 19- */
  -ms-flex-align: flex-end;
  /* IE 10 */
  align-items: flex-end;
  -webkit-justify-content: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: center;
  /* OLD - Firefox 19- */
  -ms-flex-pack: center;
  /* IE 10 */
  justify-content: center;
  border-bottom: 3px solid #d7dee8;
}
.get-started__offerings-tabs .tabs button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding-bottom: 20px;
  position: relative;
  color: #00b188;
  background: transparent;
}
@media (max-width: 600px) {
  .get-started__offerings-tabs .tabs button {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.get-started__offerings-tabs .tabs button:after {
  content: '';
  display: block;
  height: 3px;
  width: 80%;
  background-color: #00b188;
  position: absolute;
  left: 10%;
  bottom: -3px;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.get-started__offerings-tabs .tabs button + button {
  margin-left: 40px;
}
.get-started__offerings-tabs .tabs button.active:after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.get-started__offerings-tabs .panels {
  max-width: 1180px;
  margin: 40px auto 0;
  position: relative;
}
.get-started__offerings-tabs .panel {
  position: relative;
  z-index: 2;
}
.get-started__offerings-tabs .panel:not(.active) {
  position: absolute;
  z-index: -1;
}
.get-started__offerings-tabs .panel ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.get-started__offerings-tabs .panel ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}
.get-started__offerings-tabs .panel ul a {
  width: 100%;
  display: block;
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #1c3c6e;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: relative;
}
@media (min-width: 526px) {
  .get-started__offerings-tabs ul {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: center;
    /* OLD - Firefox 19- */
    -ms-flex-pack: center;
    /* IE 10 */
    justify-content: center;
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-flex-wrap: wrap;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome, TWEENER - IE 10 */
    -moz-flex-wrap: wrap;
    /* OLD - Firefox 19- */
    -ms-flex-wrap: wrap;
    /* IE 10 */
    flex-wrap: wrap;
  }
  .get-started__offerings-tabs ul a {
    height: 0;
    padding-bottom: 100%;
    border-radius: 50%;
    text-align: center;
  }
  .get-started__offerings-tabs ul a span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    padding: 20px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-align-items: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-align-items: center;
    /* OLD - Firefox 19- */
    -ms-flex-align: center;
    /* IE 10 */
    align-items: center;
    -webkit-justify-content: center;
    /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
    -moz-justify-content: center;
    /* OLD - Firefox 19- */
    -ms-flex-pack: center;
    /* IE 10 */
    justify-content: center;
  }
  .get-started__offerings-tabs ul a:hover,
  .get-started__offerings-tabs ul a:focus {
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
      0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 8px 22px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
      0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 8px 22px 4px rgba(0, 0, 0, 0.12);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@media (min-width: 1021px) {
  .get-started__offerings-tabs .panel ul li {
    width: calc(16.666% - 20px);
  }
}
@media (min-width: 701px) and (max-width: 1020px) {
  .get-started__offerings-tabs .panel ul li {
    width: calc(25% - 20px);
  }
}
@media (min-width: 526px) and (max-width: 700px) {
  .get-started__offerings-tabs .panel ul li {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 525px) {
  .get-started__offerings-tabs .panels {
    margin-top: 20px;
  }
  .get-started__offerings-tabs .tabs button + button {
    margin-left: 20px;
  }
  .get-started__offerings-tabs .panel ul li {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .get-started__offerings-tabs .panel ul a {
    padding: 7px 30px;
    box-sizing: border-box;
  }
  .get-started__offerings-tabs .panel ul a:hover,
  .get-started__offerings-tabs .panel ul a:focus {
    -webkit-box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
      0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 8px 22px 4px rgba(0, 0, 0, 0.12);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2),
      0 12px 17px 2px rgba(0, 0, 0, 0.14), 0 8px 22px 4px rgba(0, 0, 0, 0.12);
  }
}
/* ==========================================================================
   _search.scss
   ========================================================================== */
/* 
 * -------------------------------------------------------------------------- */
.search-switch-views {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: center;
  /* OLD - iOS 6-, Safari 3.1-6, NEW - Chrome */
  -moz-justify-content: center;
  /* OLD - Firefox 19- */
  -ms-flex-pack: center;
  /* IE 10 */
  justify-content: center;
  margin: 80px 0;
}
.search-switch-views .view-button {
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  text-align: center;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
  border-radius: 25px;
  padding: 12px 16px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #1c3c6e;
  color: #ffffff;
}
@media (max-width: 600px) {
  .search-switch-views .view-button {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
}
.search-switch-views .view-button:hover,
.search-switch-views .view-button:focus {
  opacity: 0.8;
}
.search-switch-views .view-button + .view-button {
  margin-left: 15px;
}
.search-switch-views .view-button.active {
  background-color: #00b188;
}

.results-section {
  margin: 80px 0;
}
.results-section .no-results {
  text-align: center;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}*/
  /*
	 * Don't show links for images, or javascript/internal links
	 */
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  pre,
  blockquote {
    border: 1px solid #999;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img,
  p,
  ul,
  ol {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  /* Hide things on print
	* -------------------------------------------------------------------------- */
  .footer__newsletter,
  .footer__navigation,
  .footer__bottom .social-media,
  .footer__bottom .siteby,
  #header .header__right {
    display: none !important;
  }
  /* Better styles for printing
	* -------------------------------------------------------------------------- */
  #header .container {
    display: block;
    text-align: center;
  }
  .footer__breadcrumbs {
    text-align: center;
  }
  .footer__bottom .container {
    display: block;
    text-align: center;
  }
  /* Reset the "Animate In" to always visible
	* -------------------------------------------------------------------------- */
  div[data-animate-in='universal'] {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-animation: none !important;
    animation: none !important;
  }
  .flexible-content__accordion-block {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .flexible-content__accordion-block
    .container[data-animate-in='custom']
    .accordion-block__header {
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
  }
  .flexible-content__accordion-block
    .container[data-animate-in='custom']
    .accordion-item {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .flexible-content__featured-block[data-animate-in='custom'] {
    opacity: 1 !important;
  }
  .flexible-content__featured-block[data-animate-in='custom']
    .featured-block__image
    img,
  .flexible-content__featured-block[data-animate-in='custom']
    .featured-block__content {
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  .flexible-content__featured-block.featured-block--align-left[data-animate-in='custom']
    .featured-block__image
    .circle {
    opacity: 1 !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .flexible-content__featured-block.featured-block--align-right[data-animate-in='custom']
    .featured-block__image
    .circle {
    opacity: 1 !important;
    -webkit-transform: translate(50%, -50%) !important;
    -ms-transform: translate(50%, -50%) !important;
    transform: translate(50%, -50%) !important;
  }
  .flexible-content__enticers-block .container[data-animate-in='custom'] h2 {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .flexible-content__enticers-block
    .container[data-animate-in='custom']
    .enticer {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .flexible-content__events-block .container[data-animate-in='custom'] h2 {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .flexible-content__events-block
    .container[data-animate-in='custom']
    .archive-item__events-post {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .flexible-content__news-block .container[data-animate-in='custom'] h2 {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .flexible-content__news-block
    .container[data-animate-in='custom']
    .archive-item__news-post {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .flexible-content__content-columns .container[data-animate-in='custom'] li {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  /* Landing Page
	* -------------------------------------------------------------------------- */
  .landing-page__banner img {
    display: none !important;
  }
  .landing-page__banner .container {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .landing-page__banner + .body-content .intro-article {
    margin-top: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}
