@charset "UTF-8";
/*
Theme Name:   Heartbeat Medical 
Theme URI:    https://heartbeat-med.com/
Description:  Custom template for Heartbeat Medical 
Version:    2.0
Author:     Alchemy Digital
Author URI:   https://alchemy.digital/
Tags:
*/
/*================ UTILS ================*/
/*============================================================================
  Color Variables
==============================================================================*/
/* ---- Main colors ---- */
/* ---- Other colors ---- */
/* ---- Border colors ---- */
/* ---- Social colors ---- */
/* ---- Colors Array - used to create color classes such as "color-white" in typography.scss & layout.scss ---- */
/*============================================================================
  Typography Variables
==============================================================================*/
/* ---- Font line heights ---- */
/* ---- Font sizes ---- */
/* ---- Font weights ---- */
/* ---- Font families ---- */
/*============================================================================
  Padding & Margin Variables
==============================================================================*/
/* ---- Padding ---- */
/* ---- Margin ---- */
/* ---- Grid padding ---- */
/* ---- Posts Grid padding ---- */
/* ---- BD Margin ---- */
/*============================================================================
  Grid Breakpoints and Class Names
==============================================================================*/
/*============================================================================
  Box Shadows
==============================================================================*/
/*============================================================================
  Easing & Transitions
==============================================================================*/
/*============================================================================
  Siteheader
==============================================================================*/
/*============================================================================
  Buttons
==============================================================================*/
/*============================================================================
  Forms
==============================================================================*/
/*============================================================================
  Other variables
==============================================================================*/
/*============================================================================
  Mixins
==============================================================================*/
/*============================================================================
  Mixin - Cover Image
==============================================================================*/
/*============================================================================
  Mixin - Plus list
==============================================================================*/
/*============================================================================
  Mixin - Input Placeholder Styles
==============================================================================*/
/*============================================================================
  Mixin - Responsive ratio

  Used for creating scalable elements that maintain the same ratio
  example:
  .element {
    @include responsive-ratio(400, 300);
  }
==============================================================================*/
/*============================================================================
  Mixin - Clear fix
==============================================================================*/
/*============================================================================
  Mixin - Visually Hidden
==============================================================================*/
/*============================================================================
  Mixin - Visually shown
==============================================================================*/
/*============================================================================
  Mixin - Prefix

  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*============================================================================
  Mixin - Media Queries
==============================================================================*/
/*============================================================================
  Mixin - Keyframes
==============================================================================*/
/*============================================================================
  Mixin - Animation
==============================================================================*/
/*============================================================================
  Mixin - Color Classes
==============================================================================*/
/*============================================================================
  Mixin - Grid
==============================================================================*/
/*============================================================================
  Mixin - Add gridsize to end of classes e.g. "--md" and puts it within the media query
  this is currently mostly used in _grid.scss
==============================================================================*/
/*================ VENDOR ================*/
@import 'sass/vendor/owl/owl.carousel.min.css';
@import 'sass/vendor/owl/owl.theme.default.min.css';
/*================= BASE =================*/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

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

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

/**
 * 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: 1em 0;
}

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

dd {
  margin: 0 0 0 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ==========================================================================
  animations -- animations.scss
  ========================================================================== */
/* ==========================================================================
  Accessibility - remove animations for "prefers reduced motion" -- animations.scss
  ========================================================================== */
@media screen and (prefers-reduced-motion: reduce), (update: slow) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}
/* ==========================================================================
  Main effect class -- animations.scss
  ========================================================================== */
.effect {
  opacity: 0;
  -webkit-transform: translate(0, 2em);
  -moz-transform: translate(0, 2em);
  transform: translate(0, 2em);
  -webkit-transition: opacity 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: opacity 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: opacity 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s, transform 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.effect.effect--ready, .no-cssanimations .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* ==========================================================================
  Custom effect classes -- animations.scss
  ========================================================================== */
.effect--fade {
  opacity: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.effect--fade.effect--ready, .no-cssanimations .effect--fade {
  opacity: 1;
}

.effect--slidein {
  -webkit-transform: translate(0, 2em);
  -moz-transform: translate(0, 2em);
  transform: translate(0, 2em);
}

.effect--slidein.effect--ready,
.no-cssanimations .effect--slidein {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effect--slidedown {
  -webkit-transform: translate(0, -2em);
  -moz-transform: translate(0, -2em);
  transform: translate(0, -2em);
}

.effect--slidedown.effect--ready,
.no-cssanimations .effect--slidedown {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.effect--slideright {
  -webkit-transform: translate(-2em, 0);
  -moz-transform: translate(-2em, 0);
  transform: translate(-2em, 0);
}

.effect--slideright.effect--ready,
.no-cssanimations .effect--slideright {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

.effect--slideleft {
  -webkit-transform: translate(2em, 0px);
  -moz-transform: translate(2em, 0px);
  transform: translate(2em, 0px);
}

.effect--slideleft.effect--ready,
.no-cssanimations .effect--slideleft {
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  transform: translate(0, 0px);
}

/* ==========================================================================
  Effect delays -- animations.scss
  ========================================================================== */
.effect--delay-1 {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
}

.effect--delay-2 {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  transition-delay: 300ms;
}

.effect--delay-3 {
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  transition-delay: 450ms;
}

.effect--delay-4 {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  transition-delay: 600ms;
}

.effect--delay-5 {
  -webkit-transition-delay: 750ms;
  -moz-transition-delay: 750ms;
  transition-delay: 750ms;
}

.effect--delay-6 {
  -webkit-transition-delay: 900ms;
  -moz-transition-delay: 900ms;
  transition-delay: 900ms;
}

.effect--delay-7 {
  -webkit-transition-delay: 1050ms;
  -moz-transition-delay: 1050ms;
  transition-delay: 1050ms;
}

.effect--delay-0 {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

/* ==========================================================================
  Effect grid delays -- animations.scss
  ========================================================================== */
.effect.col-1-2:nth-child(2n+1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.effect.col-1-2:nth-child(2n+2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
}

.effect.col-1-3:nth-child(3n+1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.effect.col-1-3:nth-child(3n+2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
}

.effect.col-1-3:nth-child(3n+3) {
  -webkit-transition-delay: calc(150ms * 2);
  -moz-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2);
}

.effect.col-1-4:nth-child(4n+1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.effect.col-1-4:nth-child(4n+2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
}

.effect.col-1-4:nth-child(4n+3) {
  -webkit-transition-delay: calc(150ms * 2);
  -moz-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2);
}

.effect.col-1-4:nth-child(4n+4) {
  -webkit-transition-delay: calc(150ms * 3);
  -moz-transition-delay: calc(150ms * 3);
  transition-delay: calc(150ms * 3);
}

.effect.col-1-5:nth-child(5n+1) {
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  transition-delay: 0ms;
}

.effect.col-1-5:nth-child(5n+2) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  transition-delay: 150ms;
}

.effect.col-1-5:nth-child(5n+3) {
  -webkit-transition-delay: calc(150ms * 2);
  -moz-transition-delay: calc(150ms * 2);
  transition-delay: calc(150ms * 2);
}

.effect.col-1-5:nth-child(5n+4) {
  -webkit-transition-delay: calc(150ms * 3);
  -moz-transition-delay: calc(150ms * 3);
  transition-delay: calc(150ms * 3);
}

.effect.col-1-5:nth-child(5n+5) {
  -webkit-transition-delay: calc(150ms * 4);
  -moz-transition-delay: calc(150ms * 4);
  transition-delay: calc(150ms * 4);
}

@media only screen and (min-width: 550px) {
  .effect.col-sm-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-sm-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-sm-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-sm-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-sm-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-sm-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-sm-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-sm-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-sm-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-sm-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-sm-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-sm-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-sm-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-sm-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
}
@media only screen and (min-width: 700px) {
  .effect.col-md-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-md-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-md-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-md-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-md-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-md-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-md-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-md-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-md-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-md-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-md-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-md-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-md-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-md-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
}
@media only screen and (min-width: 1000px) {
  .effect.col-lg-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-lg-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-lg-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-lg-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-lg-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-lg-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-lg-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-lg-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-lg-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-lg-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-lg-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-lg-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-lg-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-lg-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
}
@media only screen and (min-width: 1200px) {
  .effect.col-xl-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-xl-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-xl-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-xl-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-xl-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-xl-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-xl-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-xl-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-xl-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-xl-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-xl-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-xl-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-xl-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-xl-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
}
@media only screen and (min-width: 1400px) {
  .effect.col-ws-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-ws-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-ws-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-ws-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-ws-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-ws-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-ws-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-ws-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-ws-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-ws-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-ws-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-ws-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-ws-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-ws-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
}
@media only screen and (min-width: 1600px) {
  .effect.col-xw-1-2:nth-child(2n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-xw-1-2:nth-child(2n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-xw-1-3:nth-child(3n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-xw-1-3:nth-child(3n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-xw-1-3:nth-child(3n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-xw-1-4:nth-child(4n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-xw-1-4:nth-child(4n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-xw-1-4:nth-child(4n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-xw-1-4:nth-child(4n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-xw-1-5:nth-child(5n+1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .effect.col-xw-1-5:nth-child(5n+2) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    transition-delay: 150ms;
  }

  .effect.col-xw-1-5:nth-child(5n+3) {
    -webkit-transition-delay: calc(150ms * 2);
    -moz-transition-delay: calc(150ms * 2);
    transition-delay: calc(150ms * 2);
  }

  .effect.col-xw-1-5:nth-child(5n+4) {
    -webkit-transition-delay: calc(150ms * 3);
    -moz-transition-delay: calc(150ms * 3);
    transition-delay: calc(150ms * 3);
  }

  .effect.col-xw-1-5:nth-child(5n+5) {
    -webkit-transition-delay: calc(150ms * 4);
    -moz-transition-delay: calc(150ms * 4);
    transition-delay: calc(150ms * 4);
  }
}
/*  ==========================================================================
  Setup fonts
  ========================================================================== */
@font-face {
  font-family: "Uni Sans";
  src: url("webfonts/UniSansSemiBold.eot");
  src: url("webfonts/UniSansSemiBold.woff2") format("woff2"), url("webfonts/UniSansSemiBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Uni Sans";
  src: url("webfonts/UniSansSemiBoldItalic.eot");
  src: url("webfonts/UniSansSemiBoldItalic.woff2") format("woff2"), url("webfonts/UniSansSemiBoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
/* work-sans-regular - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('webfonts/work-sans-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/work-sans-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/work-sans-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/work-sans-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('webfonts/work-sans-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/work-sans-v18-latin-regular.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-600 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 600;
  src: url('webfonts/work-sans-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/work-sans-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/work-sans-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/work-sans-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('webfonts/work-sans-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/work-sans-v18-latin-600.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-700 - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 700;
  src: url('webfonts/work-sans-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/work-sans-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/work-sans-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/work-sans-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('webfonts/work-sans-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/work-sans-v18-latin-700.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 400;
  src: url('webfonts/work-sans-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/work-sans-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/work-sans-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/work-sans-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/work-sans-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/work-sans-v18-latin-italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-600italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 600;
  src: url('webfonts/work-sans-v18-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/work-sans-v18-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/work-sans-v18-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/work-sans-v18-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/work-sans-v18-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/work-sans-v18-latin-600italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/* work-sans-700italic - latin */
@font-face {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  src: url('webfonts/work-sans-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('webfonts/work-sans-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('webfonts/work-sans-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('webfonts/work-sans-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('webfonts/work-sans-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('webfonts/work-sans-v18-latin-700italic.svg#WorkSans') format('svg'); /* Legacy iOS */
}
/*  ==========================================================================
  Base typography -- typography.scss
  ========================================================================== */
html {
  /* stops fonts displaying bolder on firefox */
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.5em;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Uni Sans", sans-serif;
}

h1,
.font-header {
  font-family: "Uni Sans", sans-serif;
}

.text-huge,
h1 {
  font-size: 35px;
  line-height: 1;
}
@media only screen and (min-width: 550px) {
  .text-huge,
h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 700px) {
  .text-huge,
h1 {
    font-size: 52px;
  }
}
@media only screen and (min-width: 1000px) {
  .text-huge,
h1 {
    font-size: 56px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-huge,
h1 {
    font-size: 58px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-huge,
h1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-huge,
h1 {
    font-size: 60px;
  }
}

.text-large,
h2 {
  font-size: 28px;
  line-height: 1.2;
}
@media only screen and (min-width: 550px) {
  .text-large,
h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 700px) {
  .text-large,
h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1000px) {
  .text-large,
h2 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-large,
h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-large,
h2 {
    font-size: 38px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-large,
h2 {
    font-size: 38px;
  }
}

.text-med,
h3 {
  font-size: 22px;
  line-height: 1.5;
}
@media only screen and (min-width: 550px) {
  .text-med,
h3 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 700px) {
  .text-med,
h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1000px) {
  .text-med,
h3 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-med,
h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-med,
h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-med,
h3 {
    font-size: 28px;
  }
}

.text-reg,
body,
h4 {
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (min-width: 550px) {
  .text-reg,
body,
h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 700px) {
  .text-reg,
body,
h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .text-reg,
body,
h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-reg,
body,
h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-reg,
body,
h4 {
    font-size: 21px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-reg,
body,
h4 {
    font-size: 21px;
  }
}

.text-sml,
h5 {
  font-size: 14px;
}
@media only screen and (min-width: 550px) {
  .text-sml,
h5 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 700px) {
  .text-sml,
h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .text-sml,
h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-sml,
h5 {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-sml,
h5 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-sml,
h5 {
    font-size: 16px;
  }
}

.text-xsml, .hbspt-form form .hs-error-msgs, .hbspt-form form input[type=text],
.hbspt-form form input[type=email],
.hbspt-form form input[type=password],
.hbspt-form form input[type=number],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form select,
.hbspt-form form textarea, .btn, .hbspt-form form .hs-submit .actions input,
h6 {
  font-size: 12px;
}
@media only screen and (min-width: 550px) {
  .text-xsml, .hbspt-form form .hs-error-msgs, .hbspt-form form input[type=text],
.hbspt-form form input[type=email],
.hbspt-form form input[type=password],
.hbspt-form form input[type=number],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form select,
.hbspt-form form textarea, .btn, .hbspt-form form .hs-submit .actions input,
h6 {
    font-size: 12px;
  }
}
@media only screen and (min-width: 700px) {
  .text-xsml, .hbspt-form form .hs-error-msgs, .hbspt-form form input[type=text],
.hbspt-form form input[type=email],
.hbspt-form form input[type=password],
.hbspt-form form input[type=number],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form select,
.hbspt-form form textarea, .btn, .hbspt-form form .hs-submit .actions input,
h6 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1000px) {
  .text-xsml, .hbspt-form form .hs-error-msgs, .hbspt-form form input[type=text],
.hbspt-form form input[type=email],
.hbspt-form form input[type=password],
.hbspt-form form input[type=number],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form select,
.hbspt-form form textarea, .btn, .hbspt-form form .hs-submit .actions input,
h6 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .text-xsml, .hbspt-form form .hs-error-msgs, .hbspt-form form input[type=text],
.hbspt-form form input[type=email],
.hbspt-form form input[type=password],
.hbspt-form form input[type=number],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form select,
.hbspt-form form textarea, .btn, .hbspt-form form .hs-submit .actions input,
h6 {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1400px) {
  .text-xsml, .hbspt-form form .hs-error-msgs, .hbspt-form form input[type=text],
.hbspt-form form input[type=email],
.hbspt-form form input[type=password],
.hbspt-form form input[type=number],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form select,
.hbspt-form form textarea, .btn, .hbspt-form form .hs-submit .actions input,
h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .text-xsml, .hbspt-form form .hs-error-msgs, .hbspt-form form input[type=text],
.hbspt-form form input[type=email],
.hbspt-form form input[type=password],
.hbspt-form form input[type=number],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form select,
.hbspt-form form textarea, .btn, .hbspt-form form .hs-submit .actions input,
h6 {
    font-size: 14px;
  }
}

p {
  margin: 0 0 1em;
}

/*  ==========================================================================
  Font weights -- typography.scss
  ========================================================================== */
.font-bold,
b,
strong {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-reg {
  font-weight: 400;
}

.font-light {
  font-weight: 400;
}

/*  ==========================================================================
  Font Cases -- typography.scss
  ========================================================================== */
.case-lower {
  text-transform: lowercase;
}

.case-upper {
  text-transform: uppercase;
}

/*  ==========================================================================
  Text alignments -- typography.scss
  ========================================================================== */
.text-center {
  text-align: center;
}

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

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

/*  ==========================================================================
  Text colors -- typography.scss
  ========================================================================== */
.color-primary {
  color: #364152;
}
.color-secondary {
  color: #009b9f;
}
.color-primary-light {
  color: #A3DFE3;
}
.color-white {
  color: #fff;
}
.color-black {
  color: #364152;
}
.color-grey {
  color: #888;
}
.color-lightgrey {
  color: #ebebeb;
}

/*  ==========================================================================
  List styles -- typography.scss
  ========================================================================== */
ol,
ul {
  margin: 0 0 1em;
  padding: 0;
}
ol.list-style-none,
ul.list-style-none {
  margin-left: 0;
  list-style: none;
}

.inlinenavlist {
  margin: 0 -0.65em;
}
.inlinenavlist li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.inlinenavlist li a,
.inlinenavlist li .link-placeholder {
  display: block;
  margin: 0 0.65em;
}

/*  ==========================================================================
  Line heading -- typography.scss
  ========================================================================== */
.linethrough {
  position: relative;
  text-align: center;
  margin: 0;
}
.linethrough:after {
  content: "";
  width: 100%;
  border-top: 1px solid #ebebeb;
  position: absolute;
  left: 0;
  top: 50%;
}
.linethrough span {
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  padding-left: 1em;
  padding-right: 1em;
}

/*  ==========================================================================
    links -- links-buttons.scss
    ========================================================================== */
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
transform: scale(1.05) perspective(10px);
}

.linkline {
  border-bottom: solid 1px rgba(105, 195, 200);
}
a:hover .linkline {
  border-color: #009b9f;
}

.suplink {
  color: #888;
}

/*  ==========================================================================
    Anchors -- links-buttons.scss
    ========================================================================== */
.anchor {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  margin-top: calc(-4rem - 1em);
}
@media only screen and (min-width: 550px) {
  .anchor {
    margin-top: calc(-4rem - 1em);
  }
}
@media only screen and (min-width: 700px) {
  .anchor {
    margin-top: calc(-5rem - 1em);
  }
}
@media only screen and (min-width: 1000px) {
  .anchor {
    margin-top: calc(-5rem - 1em);
  }
}
@media only screen and (min-width: 1200px) {
  .anchor {
    margin-top: calc(-6rem - 1em);
  }
}
@media only screen and (min-width: 1400px) {
  .anchor {
    margin-top: calc(-6rem - 1em);
  }
}
@media only screen and (min-width: 1600px) {
  .anchor {
    margin-top: calc(-6rem - 1em);
  }
}

/*  ==========================================================================
    Link Icons -- links-buttons.scss
    ========================================================================== */
a .fa,
a .fab,
a .fal,
a .far,
a .fas,
.link-placeholder .fa,
.link-placeholder .fab,
.link-placeholder .fal,
.link-placeholder .far,
.link-placeholder .fas,
.btn .fa,
.hbspt-form form .hs-submit .actions input .fa,
.btn .fab,
.hbspt-form form .hs-submit .actions input .fab,
.btn .fal,
.hbspt-form form .hs-submit .actions input .fal,
.btn .far,
.hbspt-form form .hs-submit .actions input .far,
.btn .fas,
.hbspt-form form .hs-submit .actions input .fas {
  padding: 0 0 0 0.66em;
}
a .fa--left,
a .fab--left,
a .fal--left,
a .far--left,
a .fas--left,
.link-placeholder .fa--left,
.link-placeholder .fab--left,
.link-placeholder .fal--left,
.link-placeholder .far--left,
.link-placeholder .fas--left,
.btn .fa--left,
.hbspt-form form .hs-submit .actions input .fa--left,
.btn .fab--left,
.hbspt-form form .hs-submit .actions input .fab--left,
.btn .fal--left,
.hbspt-form form .hs-submit .actions input .fal--left,
.btn .far--left,
.hbspt-form form .hs-submit .actions input .far--left,
.btn .fas--left,
.hbspt-form form .hs-submit .actions input .fas--left {
  padding: 0 0.66em 0 0;
}
a .fa--nopad,
a .fab--nopad,
a .fal--nopad,
a .far--nopad,
a .fas--nopad,
.link-placeholder .fa--nopad,
.link-placeholder .fab--nopad,
.link-placeholder .fal--nopad,
.link-placeholder .far--nopad,
.link-placeholder .fas--nopad,
.btn .fa--nopad,
.hbspt-form form .hs-submit .actions input .fa--nopad,
.btn .fab--nopad,
.hbspt-form form .hs-submit .actions input .fab--nopad,
.btn .fal--nopad,
.hbspt-form form .hs-submit .actions input .fal--nopad,
.btn .far--nopad,
.hbspt-form form .hs-submit .actions input .far--nopad,
.btn .fas--nopad,
.hbspt-form form .hs-submit .actions input .fas--nopad {
  padding: 0;
}

.link-plus:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.5em;
  opacity: 0.5;
  font-weight: 900;
  font-size: 0.75em;
  vertical-align: middle;
}

/*  ==========================================================================
    Buttons -- links-buttons.scss
    ========================================================================== */
.btn, .hbspt-form form .hs-submit .actions input {
  cursor: pointer;
  background-color: #364152;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 1em 2.25em;
  border:  none;
  -webkit-transition: background-color 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: background-color 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: background-color 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  font-weight: 700;
}
.btn:after, .hbspt-form form .hs-submit .actions input:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 1.5em;
  font-weight: 900;
  vertical-align: middle;
}
.btn .linkline, .hbspt-form form .hs-submit .actions input .linkline {
  border: none;
}
.btn:hover, .hbspt-form form .hs-submit .actions input:hover {
   transform: scale(1.05) perspective(10px);
   color: #fff;
}
.btn--secondary {
  background: transparent;
  color: #364152;
  border:  2px solid #364152;
  padding: 0.85em 2.25em;
}
.btn--white {
  background: transparent;
  color: #fff;
  border:  2px solid #fff;
  padding: 0.85em 2.25em;
}
.btn--secondary:hover {
   transform: scale(1.05) perspective(10px);
   color: #364152;
}
}
.btn--white:hover {
   transform: scale(1.05) perspective(10px);
   color: #fff;
}
.btn--noplus:after {
  display: none;
}

/*  ==========================================================================
    Tag links -- links-buttons.scss
    ========================================================================== */
.taglink {
  cursor: pointer;
  background-color: #364152;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
  margin: 0 0.75em 0.75em 0;
  padding: 0.60em 1.25em;
  border:  none;
  -webkit-transition: background-color 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: background-color 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: background-color 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  font-weight: 700;
}
@media only screen and (min-width: 550px) {
  .taglink {
    font-size: 12px;
  }
}
@media only screen and (min-width: 700px) {
  .taglink {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1000px) {
  .taglink {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1200px) {
  .taglink {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1400px) {
  .taglink {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1600px) {
  .taglink {
    font-size: 14px;
  }
}
.taglink .linkline {
  border: none;
}
.taglink:hover {
   transform: scale(1.05) perspective(10px);
   color: #fff;
}

/*  ==========================================================================
    share icons -- links-buttons.scss
    ========================================================================== */
.shareicons {
  color: #fff;
  position: absolute;
  bottom: 0;
  margin-bottom: -1.25em;
}
.shareicons .shareiconslist {
  margin: 0 -0.25em;
  height: 3em;
}
.shareicons .shareiconslist li {
  margin: 0 0.25em;
  display: inline-block;
}
.shareicons .sharelink {
  display: inline-block;
  background: #364152;
  line-height: 3em;
  height: 3em;
  border-radius: 1.5em;
  margin: 0;
  color: #fff;
  border-radius: 1.5em;
}
.shareicons .sharelink:after {
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}
.shareicons .sharelink .sharetext {
  overflow: hidden;
  font-size: 12px;
  display: block;
  float: left;
  text-align: right;
  width: 0;
  -webkit-transition: all 150ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
  -moz-transition: all 150ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
  transition: all 150ms cubic-bezier(0.65, 0, 0.35, 1) 0s;
  text-align: left;
}
.shareicons .sharelink .shareicon {
  width: 3em;
  height: 3em;
  text-align: center;
  display: block;
  float: left;
  padding: 0;
  border: none;
}
.shareicons .sharelink .shareicon .fab {
  display: inline-block;
  padding: 0;
  line-height: 3em;
}
.shareicons .sharelink a:hover .shareicon .fab {
  display: inline-block;
  padding: 0;
}
.shareicons .sharelink:hover .sharetext {
  width: 55px;
}

/*================= LAYOUT =================*/
/* ==========================================================================
   Grid -- layout/_grid.scss
   ========================================================================== */
/* ==========================================================================
  Rows -- layout/_grid.scss
  ========================================================================== */
.row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.75em;
  margin-right: -0.75em;
}
@media only screen and (min-width: 550px) {
  .row {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}
@media only screen and (min-width: 700px) {
  .row {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media only screen and (min-width: 1000px) {
  .row {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media only screen and (min-width: 1200px) {
  .row {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media only screen and (min-width: 1400px) {
  .row {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
}
@media only screen and (min-width: 1600px) {
  .row {
    margin-left: -1.25em;
    margin-right: -1.25em;
  }
}

.row--nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (min-width: 550px) {
  .row--nowrap--sm {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 700px) {
  .row--nowrap--md {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1000px) {
  .row--nowrap--lg {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1200px) {
  .row--nowrap--xl {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1400px) {
  .row--nowrap--ws {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 1600px) {
  .row--nowrap--xw {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.row--wrapreverse {
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
@media only screen and (min-width: 550px) {
  .row--wrapreverse--sm {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 700px) {
  .row--wrapreverse--md {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 1000px) {
  .row--wrapreverse--lg {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .row--wrapreverse--xl {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .row--wrapreverse--ws {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}
@media only screen and (min-width: 1600px) {
  .row--wrapreverse--xw {
    -webkit-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
}

.row--column {
  -webkit-flex-direction: column;
  /* Safari 6.1+ */
  flex-direction: column;
}
@media only screen and (min-width: 550px) {
  .row--column--sm {
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
    flex-direction: column;
  }
}
@media only screen and (min-width: 700px) {
  .row--column--md {
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
    flex-direction: column;
  }
}
@media only screen and (min-width: 1000px) {
  .row--column--lg {
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .row--column--xl {
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
    flex-direction: column;
  }
}
@media only screen and (min-width: 1400px) {
  .row--column--ws {
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
    flex-direction: column;
  }
}
@media only screen and (min-width: 1600px) {
  .row--column--xw {
    -webkit-flex-direction: column;
    /* Safari 6.1+ */
    flex-direction: column;
  }
}

.row--columnreverse {
  -webkit-flex-direction: column-reverse;
  /* Safari 6.1+ */
  flex-direction: column-reverse;
}
@media only screen and (min-width: 550px) {
  .row--columnreverse--sm {
    -webkit-flex-direction: column-reverse;
    /* Safari 6.1+ */
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 700px) {
  .row--columnreverse--md {
    -webkit-flex-direction: column-reverse;
    /* Safari 6.1+ */
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1000px) {
  .row--columnreverse--lg {
    -webkit-flex-direction: column-reverse;
    /* Safari 6.1+ */
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .row--columnreverse--xl {
    -webkit-flex-direction: column-reverse;
    /* Safari 6.1+ */
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .row--columnreverse--ws {
    -webkit-flex-direction: column-reverse;
    /* Safari 6.1+ */
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1600px) {
  .row--columnreverse--xw {
    -webkit-flex-direction: column-reverse;
    /* Safari 6.1+ */
    flex-direction: column-reverse;
  }
}

.row--row {
  -webkit-flex-direction: row;
  /* Safari 6.1+ */
  flex-direction: row;
}
@media only screen and (min-width: 550px) {
  .row--row--sm {
    -webkit-flex-direction: row;
    /* Safari 6.1+ */
    flex-direction: row;
  }
}
@media only screen and (min-width: 700px) {
  .row--row--md {
    -webkit-flex-direction: row;
    /* Safari 6.1+ */
    flex-direction: row;
  }
}
@media only screen and (min-width: 1000px) {
  .row--row--lg {
    -webkit-flex-direction: row;
    /* Safari 6.1+ */
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .row--row--xl {
    -webkit-flex-direction: row;
    /* Safari 6.1+ */
    flex-direction: row;
  }
}
@media only screen and (min-width: 1400px) {
  .row--row--ws {
    -webkit-flex-direction: row;
    /* Safari 6.1+ */
    flex-direction: row;
  }
}
@media only screen and (min-width: 1600px) {
  .row--row--xw {
    -webkit-flex-direction: row;
    /* Safari 6.1+ */
    flex-direction: row;
  }
}

.row--rowreverse {
  -webkit-flex-direction: row-reverse;
  /* Safari 6.1+ */
  flex-direction: row-reverse;
}
@media only screen and (min-width: 550px) {
  .row--rowreverse--sm {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 700px) {
  .row--rowreverse--md {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1000px) {
  .row--rowreverse--lg {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .row--rowreverse--xl {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1400px) {
  .row--rowreverse--ws {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 1600px) {
  .row--rowreverse--xw {
    -webkit-flex-direction: row-reverse;
    /* Safari 6.1+ */
    flex-direction: row-reverse;
  }
}

.row--mb {
  margin-bottom: calc(0.75em * -2);
}
@media only screen and (min-width: 550px) {
  .row--mb {
    margin-bottom: calc(0.75em * -2);
  }
}
@media only screen and (min-width: 700px) {
  .row--mb {
    margin-bottom: calc(1em * -2);
  }
}
@media only screen and (min-width: 1000px) {
  .row--mb {
    margin-bottom: calc(1em * -2);
  }
}
@media only screen and (min-width: 1200px) {
  .row--mb {
    margin-bottom: calc(1em * -2);
  }
}
@media only screen and (min-width: 1400px) {
  .row--mb {
    margin-bottom: calc(1.25em * -2);
  }
}
@media only screen and (min-width: 1600px) {
  .row--mb {
    margin-bottom: calc(1.25em * -2);
  }
}
.row--mb > .col {
  margin-bottom: calc(0.75em * 2);
}
@media only screen and (min-width: 550px) {
  .row--mb > .col {
    margin-bottom: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 700px) {
  .row--mb > .col {
    margin-bottom: calc(1em * 2);
  }
}
@media only screen and (min-width: 1000px) {
  .row--mb > .col {
    margin-bottom: calc(1em * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .row--mb > .col {
    margin-bottom: calc(1em * 2);
  }
}
@media only screen and (min-width: 1400px) {
  .row--mb > .col {
    margin-bottom: calc(1.25em * 2);
  }
}
@media only screen and (min-width: 1600px) {
  .row--mb > .col {
    margin-bottom: calc(1.25em * 2);
  }
}

.row--tight {
  margin-bottom: calc(0.75em * -1);
}
@media only screen and (min-width: 550px) {
  .row--tight {
    margin-bottom: calc(0.75em * -1);
  }
}
@media only screen and (min-width: 700px) {
  .row--tight {
    margin-bottom: calc(1em * -1);
  }
}
@media only screen and (min-width: 1000px) {
  .row--tight {
    margin-bottom: calc(1em * -1);
  }
}
@media only screen and (min-width: 1200px) {
  .row--tight {
    margin-bottom: calc(1em * -1);
  }
}
@media only screen and (min-width: 1400px) {
  .row--tight {
    margin-bottom: calc(1.25em * -1);
  }
}
@media only screen and (min-width: 1600px) {
  .row--tight {
    margin-bottom: calc(1.25em * -1);
  }
}
.row--tight > .col {
  margin-bottom: calc(0.75em * 1);
  padding-left: calc(0.75em / 2);
  padding-right: calc(0.75em / 2);
}
@media only screen and (min-width: 550px) {
  .row--tight > .col {
    margin-bottom: calc(0.75em * 1);
    padding-left: calc(0.75em / 2);
    padding-right: calc(0.75em / 2);
  }
}
@media only screen and (min-width: 700px) {
  .row--tight > .col {
    margin-bottom: calc(1em * 1);
    padding-left: calc(1em / 2);
    padding-right: calc(1em / 2);
  }
}
@media only screen and (min-width: 1000px) {
  .row--tight > .col {
    margin-bottom: calc(1em * 1);
    padding-left: calc(1em / 2);
    padding-right: calc(1em / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .row--tight > .col {
    margin-bottom: calc(1em * 1);
    padding-left: calc(1em / 2);
    padding-right: calc(1em / 2);
  }
}
@media only screen and (min-width: 1400px) {
  .row--tight > .col {
    margin-bottom: calc(1.25em * 1);
    padding-left: calc(1.25em / 2);
    padding-right: calc(1.25em / 2);
  }
}
@media only screen and (min-width: 1600px) {
  .row--tight > .col {
    margin-bottom: calc(1.25em * 1);
    padding-left: calc(1.25em / 2);
    padding-right: calc(1.25em / 2);
  }
}

@media only screen and (min-width: 550px) {
  .row--staggered .col-sm-1-2 {
    margin-top: -5%;
  }
  .row--staggered .col-sm-1-2:nth-child(1), .row--staggered .col-sm-1-2:nth-child(2) {
    margin-top: 0;
  }
  .row--staggered .col-sm-1-2:nth-child(2n + 2) {
    padding-top: 5%;
  }
}
@media only screen and (min-width: 550px) {
  .row--staggered.row--staggered-3 .col-sm-1-2 {
    margin-top: -15%;
  }
  .row--staggered.row--staggered-3 .col-sm-1-2:nth-child(1), .row--staggered.row--staggered-3 .col-sm-1-2:nth-child(2) {
    margin-top: 0;
  }
  .row--staggered.row--staggered-3 .col-sm-1-2:nth-child(2n + 2) {
    padding-top: 15%;
  }
}
@media only screen and (min-width: 700px) {
  .row--staggered.row--staggered-3 .col {
    margin-top: 0;
    padding-top: 0;
  }
  .row--staggered.row--staggered-3 .col-md-1-3:nth-child(3n + 2) {
    padding-top: 5%;
  }
  .row--staggered.row--staggered-3 .col-md-1-3:nth-child(3n + 3) {
    padding-top: 10%;
  }
}

/* ==========================================================================
  Alignments -- layout/_grid.scss
  ========================================================================== */
.justify-center {
  justify-content: center;
  /* For IE 10 */
  -ms-flex-pack: center;
}
@media only screen and (min-width: 550px) {
  .justify-center--sm {
    justify-content: center;
    /* For IE 10 */
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 700px) {
  .justify-center--md {
    justify-content: center;
    /* For IE 10 */
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-center--lg {
    justify-content: center;
    /* For IE 10 */
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-center--xl {
    justify-content: center;
    /* For IE 10 */
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-center--ws {
    justify-content: center;
    /* For IE 10 */
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-center--xw {
    justify-content: center;
    /* For IE 10 */
    -ms-flex-pack: center;
  }
}

.justify-start {
  justify-content: flex-start;
}
@media only screen and (min-width: 550px) {
  .justify-start--sm {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 700px) {
  .justify-start--md {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-start--lg {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-start--xl {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-start--ws {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-start--xw {
    justify-content: flex-start;
  }
}

.justify-end {
  justify-content: flex-end;
}
@media only screen and (min-width: 550px) {
  .justify-end--sm {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 700px) {
  .justify-end--md {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-end--lg {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-end--xl {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-end--ws {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-end--xw {
    justify-content: flex-end;
  }
}

.justify-spacebetween {
  justify-content: space-between;
}
@media only screen and (min-width: 550px) {
  .justify-spacebetween--sm {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 700px) {
  .justify-spacebetween--md {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-spacebetween--lg {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-spacebetween--xl {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-spacebetween--ws {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-spacebetween--xw {
    justify-content: space-between;
  }
}

.justify-spacearound {
  justify-content: space-around;
}
@media only screen and (min-width: 550px) {
  .justify-spacearound--sm {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 700px) {
  .justify-spacearound--md {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-spacearound--lg {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-spacearound--xl {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-spacearound--ws {
    justify-content: space-around;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-spacearound--xw {
    justify-content: space-around;
  }
}

.justify-spaceevenly {
  justify-content: space-evenly;
}
@media only screen and (min-width: 550px) {
  .justify-spaceevenly--sm {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 700px) {
  .justify-spaceevenly--md {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1000px) {
  .justify-spaceevenly--lg {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1200px) {
  .justify-spaceevenly--xl {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1400px) {
  .justify-spaceevenly--ws {
    justify-content: space-evenly;
  }
}
@media only screen and (min-width: 1600px) {
  .justify-spaceevenly--xw {
    justify-content: space-evenly;
  }
}

.align-center {
  align-items: center;
}
@media only screen and (min-width: 550px) {
  .align-center--sm {
    align-items: center;
  }
}
@media only screen and (min-width: 700px) {
  .align-center--md {
    align-items: center;
  }
}
@media only screen and (min-width: 1000px) {
  .align-center--lg {
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) {
  .align-center--xl {
    align-items: center;
  }
}
@media only screen and (min-width: 1400px) {
  .align-center--ws {
    align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .align-center--xw {
    align-items: center;
  }
}

.align-start {
  align-items: flex-start;
}
@media only screen and (min-width: 550px) {
  .align-start--sm {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 700px) {
  .align-start--md {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1000px) {
  .align-start--lg {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1200px) {
  .align-start--xl {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1400px) {
  .align-start--ws {
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1600px) {
  .align-start--xw {
    align-items: flex-start;
  }
}

.align-end {
  align-items: flex-end;
}
@media only screen and (min-width: 550px) {
  .align-end--sm {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 700px) {
  .align-end--md {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1000px) {
  .align-end--lg {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .align-end--xl {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1400px) {
  .align-end--ws {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1600px) {
  .align-end--xw {
    align-items: flex-end;
  }
}

/* ==========================================================================
  Columns -- layout/_grid.scss
  ========================================================================== */
.col {
  vertical-align: top;
  box-sizing: border-box;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
@media only screen and (min-width: 550px) {
  .col {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media only screen and (min-width: 700px) {
  .col {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 1000px) {
  .col {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .col {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (min-width: 1400px) {
  .col {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}
@media only screen and (min-width: 1600px) {
  .col {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

.col--content {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .col--content {
    width: 83.33%;
  }
}
@media only screen and (min-width: 700px) {
  .col--content {
    width: 66.66666%;
  }
}
@media only screen and (min-width: 1000px) {
  .col--content {
    width: 60%;
  }
}
@media only screen and (min-width: 1200px) {
  .col--content {
    width: 50%;
  }
}
@media only screen and (min-width: 700px) {
  .col--content--wide {
    width: 83.33%;
  }
}
@media only screen and (min-width: 1000px) {
  .col--content--wide {
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .col--content--wide {
    width: 66.66666%;
  }
}

.col--nopadleft {
  padding-left: 0;
}
@media only screen and (min-width: 550px) {
  .col--nopadleft--sm {
    padding-left: 0;
  }
}
@media only screen and (min-width: 700px) {
  .col--nopadleft--md {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .col--nopadleft--lg {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .col--nopadleft--xl {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .col--nopadleft--ws {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .col--nopadleft--xw {
    padding-left: 0;
  }
}

.col--nopadright {
  padding-right: 0;
}
@media only screen and (min-width: 550px) {
  .col--nopadright--sm {
    padding-right: 0;
  }
}
@media only screen and (min-width: 700px) {
  .col--nopadright--md {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .col--nopadright--lg {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .col--nopadright--xl {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .col--nopadright--ws {
    padding-right: 0;
  }
}
@media only screen and (min-width: 1600px) {
  .col--nopadright--xw {
    padding-right: 0;
  }
}

/* ==========================================================================
  Grid classes -- layout/_grid.scss
  ========================================================================== */
.col-auto {
  width: auto;
}

.col-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-3 {
  width: 33.3%;
}

.col-2-3 {
  width: 66.66666%;
}

.col-1-6 {
  width: 16.66666%;
}

.col-1-4 {
  width: 25%;
}

.col-3-4 {
  width: 75%;
}

.col-1-5 {
  width: 20%;
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

.col-4-5 {
  width: 80%;
}

.col-1-6 {
  width: 16.656%;
}

.col-5-6 {
  width: 83.33%;
}

.col-1-8 {
  width: 12.5%;
}

.col-3-8 {
  width: 37.5%;
}

.col-5-8 {
  width: 62.5%;
}

.col-7-8 {
  width: 87.5%;
}

.col-1-12 {
  width: 8.3333%;
}

.col-5-12 {
  width: 41.6666%;
}

.col-7-12 {
  width: 58.3333%;
}

.col-11-12 {
  width: 91.6666%;
}

.col-1-24 {
  width: 4.1666%;
}

.col-5-24 {
  width: 20.8333%;
}

.col-7-24 {
  width: 29.1666%;
}

.col-11-24 {
  width: 45.8333%;
}

.col-13-24 {
  width: 54.1666%;
}

.col-17-24 {
  width: 70.8333%;
}

.col-19-24 {
  width: 79.1666%;
}

.col-23-24 {
  width: 95.8333%;
}

@media only screen and (min-width: 550px) {
  .col-sm-auto {
    width: auto;
  }

  .col-sm-1 {
    width: 100%;
  }

  .col-sm-1-2 {
    width: 50%;
  }

  .col-sm-1-3 {
    width: 33.3%;
  }

  .col-sm-2-3 {
    width: 66.66666%;
  }

  .col-sm-1-6 {
    width: 16.66666%;
  }

  .col-sm-1-4 {
    width: 25%;
  }

  .col-sm-3-4 {
    width: 75%;
  }

  .col-sm-1-5 {
    width: 20%;
  }

  .col-sm-2-5 {
    width: 40%;
  }

  .col-sm-3-5 {
    width: 60%;
  }

  .col-sm-4-5 {
    width: 80%;
  }

  .col-sm-1-6 {
    width: 16.656%;
  }

  .col-sm-5-6 {
    width: 83.33%;
  }

  .col-sm-1-8 {
    width: 12.5%;
  }

  .col-sm-3-8 {
    width: 37.5%;
  }

  .col-sm-5-8 {
    width: 62.5%;
  }

  .col-sm-7-8 {
    width: 87.5%;
  }

  .col-sm-1-12 {
    width: 8.3333%;
  }

  .col-sm-5-12 {
    width: 41.6666%;
  }

  .col-sm-7-12 {
    width: 58.3333%;
  }

  .col-sm-11-12 {
    width: 91.6666%;
  }

  .col-sm-1-24 {
    width: 4.1666%;
  }

  .col-sm-5-24 {
    width: 20.8333%;
  }

  .col-sm-7-24 {
    width: 29.1666%;
  }

  .col-sm-11-24 {
    width: 45.8333%;
  }

  .col-sm-13-24 {
    width: 54.1666%;
  }

  .col-sm-17-24 {
    width: 70.8333%;
  }

  .col-sm-19-24 {
    width: 79.1666%;
  }

  .col-sm-23-24 {
    width: 95.8333%;
  }
}
@media only screen and (min-width: 700px) {
  .col-md-auto {
    width: auto;
  }

  .col-md-1 {
    width: 100%;
  }

  .col-md-1-2 {
    width: 50%;
  }

  .col-md-1-3 {
    width: 33.3%;
  }

  .col-md-2-3 {
    width: 66.66666%;
  }

  .col-md-1-6 {
    width: 16.66666%;
  }

  .col-md-1-4 {
    width: 25%;
  }

  .col-md-3-4 {
    width: 75%;
  }

  .col-md-1-5 {
    width: 20%;
  }

  .col-md-2-5 {
    width: 40%;
  }

  .col-md-3-5 {
    width: 60%;
  }

  .col-md-4-5 {
    width: 80%;
  }

  .col-md-1-6 {
    width: 16.656%;
  }

  .col-md-5-6 {
    width: 83.33%;
  }

  .col-md-1-8 {
    width: 12.5%;
  }

  .col-md-3-8 {
    width: 37.5%;
  }

  .col-md-5-8 {
    width: 62.5%;
  }

  .col-md-7-8 {
    width: 87.5%;
  }

  .col-md-1-12 {
    width: 8.3333%;
  }

  .col-md-5-12 {
    width: 41.6666%;
  }

  .col-md-7-12 {
    width: 58.3333%;
  }

  .col-md-11-12 {
    width: 91.6666%;
  }

  .col-md-1-24 {
    width: 4.1666%;
  }

  .col-md-5-24 {
    width: 20.8333%;
  }

  .col-md-7-24 {
    width: 29.1666%;
  }

  .col-md-11-24 {
    width: 45.8333%;
  }

  .col-md-13-24 {
    width: 54.1666%;
  }

  .col-md-17-24 {
    width: 70.8333%;
  }

  .col-md-19-24 {
    width: 79.1666%;
  }

  .col-md-23-24 {
    width: 95.8333%;
  }
}
@media only screen and (min-width: 1000px) {
  .col-lg-auto {
    width: auto;
  }

  .col-lg-1 {
    width: 100%;
  }

  .col-lg-1-2 {
    width: 50%;
  }

  .col-lg-1-3 {
    width: 33.3%;
  }

  .col-lg-2-3 {
    width: 66.66666%;
  }

  .col-lg-1-6 {
    width: 16.66666%;
  }

  .col-lg-1-4 {
    width: 25%;
  }

  .col-lg-3-4 {
    width: 75%;
  }

  .col-lg-1-5 {
    width: 20%;
  }

  .col-lg-2-5 {
    width: 40%;
  }

  .col-lg-3-5 {
    width: 60%;
  }

  .col-lg-4-5 {
    width: 80%;
  }

  .col-lg-1-6 {
    width: 16.656%;
  }

  .col-lg-5-6 {
    width: 83.33%;
  }

  .col-lg-1-8 {
    width: 12.5%;
  }

  .col-lg-3-8 {
    width: 37.5%;
  }

  .col-lg-5-8 {
    width: 62.5%;
  }

  .col-lg-7-8 {
    width: 87.5%;
  }

  .col-lg-1-12 {
    width: 8.3333%;
  }

  .col-lg-5-12 {
    width: 41.6666%;
  }

  .col-lg-7-12 {
    width: 58.3333%;
  }

  .col-lg-11-12 {
    width: 91.6666%;
  }

  .col-lg-1-24 {
    width: 4.1666%;
  }

  .col-lg-5-24 {
    width: 20.8333%;
  }

  .col-lg-7-24 {
    width: 29.1666%;
  }

  .col-lg-11-24 {
    width: 45.8333%;
  }

  .col-lg-13-24 {
    width: 54.1666%;
  }

  .col-lg-17-24 {
    width: 70.8333%;
  }

  .col-lg-19-24 {
    width: 79.1666%;
  }

  .col-lg-23-24 {
    width: 95.8333%;
  }
}
@media only screen and (min-width: 1200px) {
  .col-xl-auto {
    width: auto;
  }

  .col-xl-1 {
    width: 100%;
  }

  .col-xl-1-2 {
    width: 50%;
  }

  .col-xl-1-3 {
    width: 33.3%;
  }

  .col-xl-2-3 {
    width: 66.66666%;
  }

  .col-xl-1-6 {
    width: 16.66666%;
  }

  .col-xl-1-4 {
    width: 25%;
  }

  .col-xl-3-4 {
    width: 75%;
  }

  .col-xl-1-5 {
    width: 20%;
  }

  .col-xl-2-5 {
    width: 40%;
  }

  .col-xl-3-5 {
    width: 60%;
  }

  .col-xl-4-5 {
    width: 80%;
  }

  .col-xl-1-6 {
    width: 16.656%;
  }

  .col-xl-5-6 {
    width: 83.33%;
  }

  .col-xl-1-8 {
    width: 12.5%;
  }

  .col-xl-3-8 {
    width: 37.5%;
  }

  .col-xl-5-8 {
    width: 62.5%;
  }

  .col-xl-7-8 {
    width: 87.5%;
  }

  .col-xl-1-12 {
    width: 8.3333%;
  }

  .col-xl-5-12 {
    width: 41.6666%;
  }

  .col-xl-7-12 {
    width: 58.3333%;
  }

  .col-xl-11-12 {
    width: 91.6666%;
  }

  .col-xl-1-24 {
    width: 4.1666%;
  }

  .col-xl-5-24 {
    width: 20.8333%;
  }

  .col-xl-7-24 {
    width: 29.1666%;
  }

  .col-xl-11-24 {
    width: 45.8333%;
  }

  .col-xl-13-24 {
    width: 54.1666%;
  }

  .col-xl-17-24 {
    width: 70.8333%;
  }

  .col-xl-19-24 {
    width: 79.1666%;
  }

  .col-xl-23-24 {
    width: 95.8333%;
  }
}
@media only screen and (min-width: 1400px) {
  .col-ws-auto {
    width: auto;
  }

  .col-ws-1 {
    width: 100%;
  }

  .col-ws-1-2 {
    width: 50%;
  }

  .col-ws-1-3 {
    width: 33.3%;
  }

  .col-ws-2-3 {
    width: 66.66666%;
  }

  .col-ws-1-6 {
    width: 16.66666%;
  }

  .col-ws-1-4 {
    width: 25%;
  }

  .col-ws-3-4 {
    width: 75%;
  }

  .col-ws-1-5 {
    width: 20%;
  }

  .col-ws-2-5 {
    width: 40%;
  }

  .col-ws-3-5 {
    width: 60%;
  }

  .col-ws-4-5 {
    width: 80%;
  }

  .col-ws-1-6 {
    width: 16.656%;
  }

  .col-ws-5-6 {
    width: 83.33%;
  }

  .col-ws-1-8 {
    width: 12.5%;
  }

  .col-ws-3-8 {
    width: 37.5%;
  }

  .col-ws-5-8 {
    width: 62.5%;
  }

  .col-ws-7-8 {
    width: 87.5%;
  }

  .col-ws-1-12 {
    width: 8.3333%;
  }

  .col-ws-5-12 {
    width: 41.6666%;
  }

  .col-ws-7-12 {
    width: 58.3333%;
  }

  .col-ws-11-12 {
    width: 91.6666%;
  }

  .col-ws-1-24 {
    width: 4.1666%;
  }

  .col-ws-5-24 {
    width: 20.8333%;
  }

  .col-ws-7-24 {
    width: 29.1666%;
  }

  .col-ws-11-24 {
    width: 45.8333%;
  }

  .col-ws-13-24 {
    width: 54.1666%;
  }

  .col-ws-17-24 {
    width: 70.8333%;
  }

  .col-ws-19-24 {
    width: 79.1666%;
  }

  .col-ws-23-24 {
    width: 95.8333%;
  }
}
@media only screen and (min-width: 1600px) {
  .col-xw-auto {
    width: auto;
  }

  .col-xw-1 {
    width: 100%;
  }

  .col-xw-1-2 {
    width: 50%;
  }

  .col-xw-1-3 {
    width: 33.3%;
  }

  .col-xw-2-3 {
    width: 66.66666%;
  }

  .col-xw-1-6 {
    width: 16.66666%;
  }

  .col-xw-1-4 {
    width: 25%;
  }

  .col-xw-3-4 {
    width: 75%;
  }

  .col-xw-1-5 {
    width: 20%;
  }

  .col-xw-2-5 {
    width: 40%;
  }

  .col-xw-3-5 {
    width: 60%;
  }

  .col-xw-4-5 {
    width: 80%;
  }

  .col-xw-1-6 {
    width: 16.656%;
  }

  .col-xw-5-6 {
    width: 83.33%;
  }

  .col-xw-1-8 {
    width: 12.5%;
  }

  .col-xw-3-8 {
    width: 37.5%;
  }

  .col-xw-5-8 {
    width: 62.5%;
  }

  .col-xw-7-8 {
    width: 87.5%;
  }

  .col-xw-1-12 {
    width: 8.3333%;
  }

  .col-xw-5-12 {
    width: 41.6666%;
  }

  .col-xw-7-12 {
    width: 58.3333%;
  }

  .col-xw-11-12 {
    width: 91.6666%;
  }

  .col-xw-1-24 {
    width: 4.1666%;
  }

  .col-xw-5-24 {
    width: 20.8333%;
  }

  .col-xw-7-24 {
    width: 29.1666%;
  }

  .col-xw-11-24 {
    width: 45.8333%;
  }

  .col-xw-13-24 {
    width: 54.1666%;
  }

  .col-xw-17-24 {
    width: 70.8333%;
  }

  .col-xw-19-24 {
    width: 79.1666%;
  }

  .col-xw-23-24 {
    width: 95.8333%;
  }
}
/*  ==========================================================================
  Tiles -- layout/layout.scss
  ========================================================================== */
.tiles.row {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
@media only screen and (min-width: 550px) {
  .tiles.row {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
@media only screen and (min-width: 700px) {
  .tiles.row {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .tiles.row {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles.row {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
@media only screen and (min-width: 1400px) {
  .tiles.row {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
@media only screen and (min-width: 1600px) {
  .tiles.row {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
.tiles.row > .col {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media only screen and (min-width: 550px) {
  .tiles.row > .col {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 700px) {
  .tiles.row > .col {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .tiles.row > .col {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles.row > .col {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 1400px) {
  .tiles.row > .col {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media only screen and (min-width: 1600px) {
  .tiles.row > .col {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.tiles.row.row--mb {
  margin-bottom: calc(0.5em * -2);
}
@media only screen and (min-width: 550px) {
  .tiles.row.row--mb {
    margin-bottom: calc(0.5em * -2);
  }
}
@media only screen and (min-width: 700px) {
  .tiles.row.row--mb {
    margin-bottom: calc(0.5em * -2);
  }
}
@media only screen and (min-width: 1000px) {
  .tiles.row.row--mb {
    margin-bottom: calc(0.5em * -2);
  }
}
@media only screen and (min-width: 1200px) {
  .tiles.row.row--mb {
    margin-bottom: calc(0.5em * -2);
  }
}
@media only screen and (min-width: 1400px) {
  .tiles.row.row--mb {
    margin-bottom: calc(0.5em * -2);
  }
}
@media only screen and (min-width: 1600px) {
  .tiles.row.row--mb {
    margin-bottom: calc(0.5em * -2);
  }
}
.tiles.row.row--mb > .col {
  margin-bottom: calc(0.5em * 2);
}
@media only screen and (min-width: 550px) {
  .tiles.row.row--mb > .col {
    margin-bottom: calc(0.5em * 2);
  }
}
@media only screen and (min-width: 700px) {
  .tiles.row.row--mb > .col {
    margin-bottom: calc(0.5em * 2);
  }
}
@media only screen and (min-width: 1000px) {
  .tiles.row.row--mb > .col {
    margin-bottom: calc(0.5em * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .tiles.row.row--mb > .col {
    margin-bottom: calc(0.5em * 2);
  }
}
@media only screen and (min-width: 1400px) {
  .tiles.row.row--mb > .col {
    margin-bottom: calc(0.5em * 2);
  }
}
@media only screen and (min-width: 1600px) {
  .tiles.row.row--mb > .col {
    margin-bottom: calc(0.5em * 2);
  }
}

/* ==========================================================================
   Forms -- layout/_forms.scss
   ========================================================================== */
/* ==========================================================================
  General Form Styling -- layout/_forms.scss
  ========================================================================== */
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=search],
input[type=tel],
select,
textarea {
  padding: 1.5em 2em;
  background: #fff;
  border: none;
  border-radius: 8px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  outline: none;
  border: none !important;
}

textarea {
  min-height: 10em;
}

/* ==========================================================================
   Hubspot -- layout/_forms.scss
   ========================================================================== */
.hbspt-form form {
  width: 100% !important;
}
@media only screen and (min-width: 700px) {
  .hbspt-form form {
    margin-left: -0.5em;
    margin-right: -0.5em;
  }
}
.hbspt-form form .input {
  margin-right: 0 !important;
}
.hbspt-form form input[type=text],
.hbspt-form form input[type=email],
.hbspt-form form input[type=password],
.hbspt-form form input[type=number],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form select,
.hbspt-form form textarea {
  padding: 1.5em 2em;
}
.hbspt-form form input[type=text]:focus,
.hbspt-form form input[type=email]:focus,
.hbspt-form form input[type=password]:focus,
.hbspt-form form input[type=number]:focus,
.hbspt-form form input[type=search]:focus,
.hbspt-form form input[type=tel]:focus,
.hbspt-form form select:focus,
.hbspt-form form textarea:focus {
  outline: none;
  border: none !important;
}
@media only screen and (max-width: 699px) {
  .hbspt-form form input[type=text],
.hbspt-form form input[type=email],
.hbspt-form form input[type=password],
.hbspt-form form input[type=number],
.hbspt-form form input[type=search],
.hbspt-form form input[type=tel],
.hbspt-form form select,
.hbspt-form form textarea {
    width: 100% !important;
  }
}
.hbspt-form form textarea {
  padding-top: 2em;
  padding-bottom: 2em;
}
.hbspt-form form fieldset {
  max-width: 100% !important;
}
.hbspt-form form .form-columns-1 .hs-input {
  width: 100% !important;
}
.hbspt-form form .hs-form-field {
  padding-left: 0.5em;
  padding-right: 0.5em;
  box-sizing: border-box;
}
@media only screen and (max-width: 699px) {
  .hbspt-form form .hs-form-field {
    padding: 0;
    width: 100% !important;
  }
}
.hbspt-form form .hs-form-field label {
  margin-bottom: 0.5em;
  display: none;
}
.hbspt-form form .hs-form-field input,
.hbspt-form form .hs-form-field textarea {
  margin-bottom: 1em;
}
.hbspt-form form .hs-form-field textarea {
  width: 100% !important;
}
.hbspt-form form .hs-submit {
  text-align: center;
}
.hbspt-form form .hs-submit .actions {
  position: relative;
  width: auto;
  margin: 2em 0 0 0;
}
.hbspt-form form .hs-submit .actions input {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  cursor: pointer;
  outline: inherit;
}
.hbspt-form form .hs-submit .actions input:disabled {
  opacity: 0.5;
}
.hbspt-form form .hs-submit .actions input:disabled:hover {
  background-color: #ff396f !important;
  color: #fff !important;
}
.hbspt-form form .hs-error-msgs {
  list-style: none;
  font-weight: 700;
  color: #e80000;
}
.hbspt-form form .hs_error_rollup {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/*  ==========================================================================
  Basic layout classes -- layout/layout.scss
  ========================================================================== */
html {
  height: -webkit-fill-available;
}

body {
  font-family: "Work Sans", sans-serif;
  margin: 0;
  padding: 0;
  color: #364152;
  background: #f5f5f5;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  max-width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

.bd {
  margin: 0 7.14%;
  position: relative;
  min-height: 1px;
}
@media only screen and (min-width: 1600px) {
  .bd {
    margin: 0 auto;
    max-width: 1370px;
  }
}
.bd:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.visuallyhidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*  ==========================================================================
  Backgrounds -- layout/layout.scss
  ========================================================================== */
.bg-primary {
  background-color: #A3DFE3;
}
.bg-secondary {
  background-color: #009b9f;
}
.bg-primary-light {
  background-color: #A3DFE3;
}
.bg-white {
  background-color: #fff;
}
.bg-black {
  background-color: #364152;
}
.bg-grey {
  background-color: #888;
}
.bg-lightgrey {
  background-color: #f5f5f5;
}

/*  ==========================================================================
  Margin & Padding -- layout/layout.scss
  ========================================================================== */
.pt {
  padding-top: 3rem;
}
@media only screen and (min-width: 550px) {
  .pt {
    padding-top: 3rem;
  }
}
@media only screen and (min-width: 700px) {
  .pt {
    padding-top: 4rem;
  }
}
@media only screen and (min-width: 1000px) {
  .pt {
    padding-top: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pt {
    padding-top: 6rem;
  }
}

.pb {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 550px) {
  .pb {
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 700px) {
  .pb {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1000px) {
  .pb {
    padding-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pb {
    padding-bottom: 6rem;
  }
}

.pt--half {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 550px) {
  .pt--half {
    padding-top: 1.5rem;
  }
}
@media only screen and (min-width: 700px) {
  .pt--half {
    padding-top: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .pt--half {
    padding-top: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pt--half {
    padding-top: 3rem;
  }
}

.pb--half {
  padding-bottom: 1.5rem;
}
@media only screen and (min-width: 550px) {
  .pb--half {
    padding-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 700px) {
  .pb--half {
    padding-bottom: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .pb--half {
    padding-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pb--half {
    padding-bottom: 3rem;
  }
}

.pt--em {
  padding-top: 1em;
}

.pb--em {
  padding-bottom: 1em;
}

.p--none {
  padding: 0;
}

.pt--none {
  padding-top: 0;
}

.pb--none {
  padding-bottom: 0;
}

.mt {
  margin-top: 3rem;
}
@media only screen and (min-width: 550px) {
  .mt {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 700px) {
  .mt {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 1000px) {
  .mt {
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mt {
    margin-top: 6rem;
  }
}

.mb {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 550px) {
  .mb {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 700px) {
  .mb {
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 1000px) {
  .mb {
    margin-bottom: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb {
    margin-bottom: 6rem;
  }
}

.mt--half {
  margin-top: 1.5rem;
}
@media only screen and (min-width: 550px) {
  .mt--half {
    margin-top: 1.5rem;
  }
}
@media only screen and (min-width: 700px) {
  .mt--half {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .mt--half {
    margin-top: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mt--half {
    margin-top: 3rem;
  }
}

.mb--half {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 550px) {
  .mb--half {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 700px) {
  .mb--half {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .mb--half {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb--half {
    margin-bottom: 3rem;
  }
}

.mb--half--negative {
  margin-bottom: -1.5rem;
}
@media only screen and (min-width: 550px) {
  .mb--half--negative {
    margin-bottom: -1.5rem;
  }
}
@media only screen and (min-width: 700px) {
  .mb--half--negative {
    margin-bottom: -2rem;
  }
}
@media only screen and (min-width: 1000px) {
  .mb--half--negative {
    margin-bottom: -2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .mb--half--negative {
    margin-bottom: -3rem;
  }
}

.mt--em {
  margin-top: 1em;
}

.mb--em {
  margin-bottom: 1em;
}

.m--none {
  margin: 0;
}

.mt--none {
  margin-top: 0;
}

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

/*  ==========================================================================
  images
  ========================================================================== */
.mediaimg {
  width: 100%;
}
.mediaimg--bg {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mediaimg--bg--cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.mediaimg--inline {
  display: block;
  height: auto;
}
.mediaimg--icon {
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.mediaimg--logo {
  padding: 30% 20%;
  box-sizing: border-box;
}
.mediaimg--logo .logoimg {
  padding-top: 66.66%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*  ==========================================================================
  video
  ========================================================================== */
.mediavideo {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  background: #f5f5f5!important;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.mediavideo iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*  ==========================================================================
  Page
  ========================================================================== */
.pageheader {
  position: relative;
  /* pageheader--media */
  /* pageheader--post or postheader */
  /* pageheader--person or personheader */
  /* pageheader--contact */
  /* pageheader--resources (resource centre) */
}
.pageheader .pageheader__bd {
  position: relative;
  z-index: 2;
}
.pageheader .pageheader__heading {
  margin: 0 auto;
  max-width: 12em;
}
.pageheader .pageheader__leader {
  margin: 1.5em auto 0 auto;
  max-width: 30em;
}
.pageheader .pageheader__media {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: #364152;
  overflow: hidden;
}
.pageheader .pageheader__gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  -moz-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
}
.pageheader .pageheader__gallery.owl-loaded {
  opacity: 1;
}
.pageheader .pageheader__gallery .owl-item,
.pageheader .pageheader__gallery .owl-stage,
.pageheader .pageheader__gallery .owl-stage-outer {
  height: 100%;
}
.pageheader .pageheader__gallery .owl-item {
  overflow: hidden;
}
.pageheader .pageheader__gallery .pageheader__gallery__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  -moz-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
}
.pageheader .pageheader__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.pageheader .pageheader__img.effect--ready, .no-cssanimations .pageheader .pageheader__img {
  opacity: 1;
}
@media only screen and (min-width: 1000px) {
  .pageheader--media .pageheader__content {
    margin-bottom: 0;
    margin-top: calc(1em * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--media .pageheader__content {
    margin-top: calc(1em * 2);
  }
}
@media only screen and (min-width: 1400px) {
  .pageheader--media .pageheader__content {
    margin-top: calc(1.25em * 2);
  }
}
@media only screen and (min-width: 1600px) {
  .pageheader--media .pageheader__content {
    margin-top: calc(1.25em * 2);
  }
}
.pageheader--media .pageheader__leader {
  margin-left: 0;
}
.pageheader--media .pageheader__heading {
  margin-left: 0;
}
.pageheader--media .pageheader__video .mediavideo {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 100%;
}
.pageheader--post .pageheader__bg {
  background-color: #364152;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: -4rem;
}
@media only screen and (min-width: 550px) {
  .pageheader--post .pageheader__bg {
    margin-top: -4rem;
  }
}
@media only screen and (min-width: 700px) {
  .pageheader--post .pageheader__bg {
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--post .pageheader__bg {
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--post .pageheader__bg {
    margin-top: -7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .pageheader--post .pageheader__bg {
    margin-top: -7rem;
  }
}
@media only screen and (min-width: 1600px) {
  .pageheader--post .pageheader__bg {
    margin-top: -7rem;
  }
}
.pageheader--post .pageheader__details {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .pageheader--post .pageheader__details {
    margin-bottom: 0;
  }
}
.pageheader--post .pageheader__details .row {
  margin-bottom: -1em;
}
.pageheader--post .pageheader__details .col {
  margin-bottom: 1em;
}
.pageheader--post .pageheader__details .pageheader__detail {
  position: relative;
}
.pageheader--post .pageheader__details .pageheader__detail .pageheader__detail__heading {
  margin-bottom: 0em;
}
.pageheader--post .pageheader__details .pageheader__detail .pageheader__detail__back {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1.75em;
  display: none;
}
@media only screen and (min-width: 550px) {
  .pageheader--post .pageheader__details .pageheader__detail .pageheader__detail__back {
    display: block;
  }
}
.pageheader--post .pageheader__author {
  display: flex;
  align-items: center;
  margin-top: 2em;
}
.pageheader--post .pageheader__author .pageheader__author__img {
  border-radius: 50%;
  width: 3em;
  height: 3em;
  padding-top: 0;
  margin-right: 1em;
}
.pageheader--post .pageheader__heading {
  max-width: none;
  margin-left: 0;
}
.pageheader--post .pageheader__leader {
  margin-left: 0;
  max-width: 38em;
}
.pageheader--post .pageheader__img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
.pageheader--post .pageheader__img.effect--ready, .no-cssanimations .pageheader--post .pageheader__img {
  opacity: 0.5;
}
.pageheader--post .pageheader__gallery.owl-loaded {
  opacity: 0.5;
}
.pageheader--post .pageheader__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
  -webkit-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  -moz-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  opacity: 0.66;
}
.pageheader--post .pageheader__video .mediavideo {
  position: absolute;
  padding-top: 0;
  width: 100%;
  height: 100%;
}
.pageheader--post .pageheader__video iframe {
  width: 100vw;
  height: 56.25vw;
  /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh;
  /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageheader--post.pageheader--default .pageheader__bd {
  border-bottom: 1px solid #ebebeb;
}
@media only screen and (min-width: 1000px) {
  .pageheader--person .pageheader__col--img {
    margin-bottom: 0;
  }
}
.pageheader--person .pageheader__heading {
  margin-left: 0;
}
.pageheader--person .persondetails li {
  margin-bottom: 0.5em;
}
.pageheader--contact .pageheader__bg {
  background-color: #364152;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: -4rem;
}
@media only screen and (min-width: 550px) {
  .pageheader--contact .pageheader__bg {
    margin-top: -4rem;
  }
}
@media only screen and (min-width: 700px) {
  .pageheader--contact .pageheader__bg {
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--contact .pageheader__bg {
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--contact .pageheader__bg {
    margin-top: -7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .pageheader--contact .pageheader__bg {
    margin-top: -7rem;
  }
}
@media only screen and (min-width: 1600px) {
  .pageheader--contact .pageheader__bg {
    margin-top: -7rem;
  }
}
.pageheader--contact.pageheader--hascontactboxes {
  margin-bottom: calc(3rem * 1.5);
}
@media only screen and (min-width: 550px) {
  .pageheader--contact.pageheader--hascontactboxes {
    margin-bottom: calc(3rem * 1.5);
  }
}
@media only screen and (min-width: 700px) {
  .pageheader--contact.pageheader--hascontactboxes {
    margin-bottom: calc(4rem * 1.5);
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--contact.pageheader--hascontactboxes {
    margin-bottom: calc(5rem * 1.5);
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--contact.pageheader--hascontactboxes {
    margin-bottom: calc(6rem * 1.5);
  }
}
.pageheader--contact .pageheader__contactboxes {
  margin-bottom: calc(-3rem * 1.5);
}
@media only screen and (min-width: 550px) {
  .pageheader--contact .pageheader__contactboxes {
    margin-bottom: calc(-3rem * 1.5);
  }
}
@media only screen and (min-width: 700px) {
  .pageheader--contact .pageheader__contactboxes {
    margin-bottom: calc(-4rem * 1.5);
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--contact .pageheader__contactboxes {
    margin-bottom: calc(-5rem * 1.5);
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--contact .pageheader__contactboxes {
    margin-bottom: calc(-6rem * 1.5);
  }
}
.pageheader--contact .pageheader__contactboxes .pageheader__contactbox {
  padding: 2em;
  box-shadow: 0px 0px 25px rgba(40, 40, 40, 0.15);
}
@media only screen and (min-width: 700px) {
  .pageheader--contact .pageheader__contactboxes .pageheader__contactbox {
    height: 100%;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--contact .pageheader__contactboxes .pageheader__contactbox {
    padding: 3em;
  }
}
.pageheader--contact .pageheader__contactboxes .pageheader__contactbox .contactbox__list {
  max-width: 15em;
  margin: 0 auto;
}
.pageheader--contact .pageheader__contactboxes .pageheader__contactbox .contactbox__list ul {
  list-style: none;
}
.pageheader--contact .pageheader__contactboxes .pageheader__contactbox .contactbox__cta .contactbox__btn {
  margin: 0 0 1em 0;
}
.pageheader--contact .pageheader__contactboxes .pageheader__contactbox .contactbox__cta .contactbox__phone {
  display: block;
}
@media only screen and (min-width: 700px) {
  .pageheader--contact .pageheader__contactboxes .pageheader__contactbox--left {
    margin-bottom: 0;
  }
}
.pageheader--resources .pageheader__search {
  position: relative;
  margin-top: 1.5em;
}
.pageheader--resources .pageheader__search input {
  padding-right: 4em;
}
.pageheader--resources .pageheader__search .pageheader__search__submit {
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  padding: 1em 1.5em;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pageheader--resources .pageheader__categories {
  border-top: 1px solid #364152;
}
.pageheader--resources .pageheader__categories .pageheader__categories__list {
  list-style: none;
  margin: 0;
}
.pageheader--home {
  overflow: hidden;
}
.pageheader--home .pageheader__content {
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .pageheader--home .pageheader__content {
    padding-right: 3em;
    text-align: left;
  }
}
@media only screen and (min-width: 1400px) {
  .pageheader--home .pageheader__content {
    padding-left: 3em;
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--home .pageheader__content .pageheader__heading {
    margin: 0;
  }
}
.pageheader--home .pageheader__content .pageheader__leader {
  margin: 1.5em auto;
}
@media only screen and (min-width: 1200px) {
  .pageheader--home .pageheader__content .pageheader__leader {
    margin-left: 0;
  }
}
.pageheader--home .pageheader__carousel {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .pageheader--home .pageheader__carousel {
    margin-right: calc((-7.14% * 2) - 1em);
  }
}
@media only screen and (min-width: 1400px) {
  .pageheader--home .pageheader__carousel {
    margin-right: calc((-7.14% * 2) - 1.25em);
  }
}
@media only screen and (min-width: 1600px) {
  .pageheader--home .pageheader__carousel {
    margin-right: calc((((100vw - 1370px) / 2) * -1) - 1.25em);
  }
}
.pageheader--home .pageheader__carousel .carousel__circle {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  opacity: 0.5;
  width: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pageheader--home .pageheader__carousel .carousel__dots {
  position: absolute;
  z-index: 2;
  left: -3em;
  bottom: 10%;
  width: 30%;
}
@media only screen and (min-width: 550px) {
  .pageheader--home .pageheader__carousel .carousel__dots {
    left: -4em;
  }
}
@media only screen and (min-width: 700px) {
  .pageheader--home .pageheader__carousel .carousel__dots {
    width: 35%;
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--home .pageheader__carousel .carousel__dots {
    width: 30%;
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--home .pageheader__carousel .carousel__dots {
    width: 35%;
    left: -4.5em;
  }
}
@media only screen and (min-width: 1400px) {
  .pageheader--home .pageheader__carousel .carousel__dots {
    width: 30%;
    bottom: 15%;
  }
}
@media only screen and (min-width: 1600px) {
  .pageheader--home .pageheader__carousel .carousel__dots {
    width: 25%;
  }
}
.pageheader--home .pageheader__carousel .carousel__dots svg {
  height: 100%;
  width: 100%;
}
.pageheader--home .pageheader__carousel .carousel__holder--primary .carousel__slide {
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.pageheader--home .pageheader__carousel .carousel__holder--primary .carousel__slide--video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.pageheader--home .pageheader__carousel .carousel__holder--secondary {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  margin-right: calc(-7.14% - (0.75em / 2));
}
@media only screen and (min-width: 550px) {
  .pageheader--home .pageheader__carousel .carousel__holder--secondary {
    margin-right: calc(-7.14% - (0.75em / 2));
  }
}
@media only screen and (min-width: 700px) {
  .pageheader--home .pageheader__carousel .carousel__holder--secondary {
    margin-right: calc(-7.14% - (1em / 2));
    width: 60%;
  }
}
@media only screen and (min-width: 1000px) {
  .pageheader--home .pageheader__carousel .carousel__holder--secondary {
    margin-right: calc(-7.14% - (1em / 2));
  }
}
@media only screen and (min-width: 1200px) {
  .pageheader--home .pageheader__carousel .carousel__holder--secondary {
    margin-right: 0;
    width: 70%;
  }
}
.pageheader--home .pageheader__carousel .carousel__holder--secondary .carousel__secondary {
  position: relative;
}
.pageheader--home .pageheader__carousel .carousel__holder--secondary .owl-item {
  -webkit-transition: transform 150ms cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: transform 150ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 150ms cubic-bezier(0.65, 0, 0.35, 1);
  transform: scale(0);
}
.pageheader--home .pageheader__carousel .carousel__holder--secondary .owl-item.active {
  transform: scale(1);
}
.pageheader--home .pageheader__carousel .carousel__holder--secondary .owl-item.active + .owl-item.active {
  transform: scale(0.8);
}
.pageheader--home .pageheader__carousel .carousel__holder--secondary .carousel__slide {
  padding-bottom: 80%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  border-radius: 1em;
}
.pageheader--home .pageheader__carousel .carousel__holder--secondary .carousel__slide--noborder {
  border: none;
  border-radius: 0;
}

/*  ==========================================================================
  content -- layout/layout.scss
  ========================================================================== */
.contentarea h1,
.contentarea h2,
.contentarea h3,
.contentarea h4,
.contentarea h5,
.contentarea h6 {
  margin-top: 1.5em;
}
.contentarea .aligncenter {
  margin: 0 auto;
  display: block;
}
.contentarea .alignleft,
.contentarea .alignright {
  margin-bottom: 1em;
}
.contentarea .alignleft {
  float: left;
  margin-right: 1em;
}
.contentarea .alignright {
  float: right;
  margin-left: 1em;
}
.contentarea .alignnone {
  width: 100% !important;
  height: auto;
  margin: 1.5em 0;
}
@media only screen and (min-width: 550px) {
  .contentarea .alignnone {
    margin: 2em 0;
  }
}
.contentarea .alignnone img {
  width: 100%;
}
.contentarea .wp-caption.aligncenter {
  margin-bottom: 0;
}
.contentarea .wp-caption .wp-caption-text {
  color: #888;
  font-size: 14px;
}
@media only screen and (min-width: 550px) {
  .contentarea .wp-caption .wp-caption-text {
    font-size: 14px;
  }
}
@media only screen and (min-width: 700px) {
  .contentarea .wp-caption .wp-caption-text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1000px) {
  .contentarea .wp-caption .wp-caption-text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .contentarea .wp-caption .wp-caption-text {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1400px) {
  .contentarea .wp-caption .wp-caption-text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1600px) {
  .contentarea .wp-caption .wp-caption-text {
    font-size: 16px;
  }
}
.contentarea ol,
.contentarea ul {
  margin: 2em 0;
}
.contentarea ul {
  list-style: none;
  font-weight: 600;
}
.contentarea ul li {
  position: relative;
  padding-left: 2em;
}
.contentarea ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  opacity: 0.5;
  font-weight: 400;
  vertical-align: middle;
}
.contentarea ul li {
  margin-bottom: 0.5em;
}
.contentarea ol {
  font-weight: 600;
  list-style: none;
  counter-reset: ol-counter;
}
.contentarea ol li {
  counter-increment: ol-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}
.contentarea ol li::before {
  content: counter(ol-counter) ". ";
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  vertical-align: middle;
}

ul.plus-list {
  list-style: none;
}
ul.plus-list li {
  position: relative;
  padding-left: 2em;
}
ul.plus-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  opacity: 0.5;
  font-weight: 400;
  vertical-align: middle;
}

ul.tick-list {
  list-style: none;
}
ul.tick-list li {
  position: relative;
  padding-left: 2em;
}
ul.tick-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  opacity: 0.5;
  font-weight: 400;
  color: #009b9f;
  vertical-align: middle;
}

ul.chevron-list {
  list-style: none;
}
ul.chevron-list li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.5em;
}
ul.chevron-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Font Awesome 5 Pro";
  opacity: 0.5;
  font-weight: 400;
  color: #009b9f;
  vertical-align: middle;
}

ul.columns-list {
  columns: 2;
  -webkit-columns: 2;
}

/*  ==========================================================================
  Video Embed styling -- layout/layout.scss
  ========================================================================== */
.embedwrapper {
  position: relative;
  margin: 1.5em 0;
}
@media only screen and (min-width: 550px) {
  .embedwrapper {
    margin: 2em 0;
  }
}
.embedwrapper--video {
  padding: 56.25% 0 0;
}
.embedwrapper--video iframe {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*  ==========================================================================
  posts -- layout/layout.scss
  ========================================================================== */
.post {
  position: relative;
  min-height: 17em;
  -webkit-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.post:hover {
  -webkit-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
}
.col .post {
  height: 100%;
}
.post .post__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.post .post__content {
  position: relative;
  box-sizing: border-box;
  padding: 1em;
}
.post .post__content .post__header {
  border-bottom: 1px solid #364152;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post .post__content .post__header .post__date {
  margin-left: 1em;
}
.post .post__content .post__footer {
  margin: 7em 0 2em 0;
}
.post .post__content .post__heading {
  margin: 0 0 0.5em 0;
}
.post.bg-white .post__heading {
  color: #009b9f;
}
.post.bg-white .post__cats {
  color: #364152;
}
.post--img .post__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.8;
}
.post--img .post__img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5.5em;
  background: linear-gradient(180deg, transparent 0%, #364152 100%);
}
.post--img .post__content .post__header {
  border-color: #fff;
}
.post--featured {
  min-height: 0;
  padding: 0 15%;
  background-color: transparent;
}
.post--featured:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.post--featured:before {
  content: "";
  position: absolute;
  margin-top: 33%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.post--featured .post__img {
  -webkit-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
}
.post--featured .post__content {
  padding: 0 0 2em 0;
  margin: 0 auto;
}
.post--featured .post__content .post__footer {
  margin-top: 1em;
  margin-bottom: 0;
}

.wiki {
  position: relative;
  -webkit-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.col .wiki {
  height: 100%;
}
.wiki:hover {
  -webkit-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
}
.wiki .wiki__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.wiki .wiki__content {
  position: relative;
  box-sizing: border-box;
  padding: 1em;
}

/*  ==========================================================================
  paging -- layout/layout.scss
  ========================================================================== */
.paging--default {
  position: relative;
}
@media only screen and (min-width: 700px) {
  .paging--default {
    border-bottom: solid 1px #009b9f;
    border-top: solid 1px #009b9f;
  }
}
.paging--default .paging__numbers {
  display: none;
}
@media only screen and (min-width: 700px) {
  .paging--default .paging__numbers {
    display: block;
  }
}
.paging--default .paging__numbers a,
.paging--default .paging__numbers span {
  padding: 1.5em;
  border: none;
  border-right: solid 1px #009b9f;
  display: block;
  float: left;
  min-width: 1.4em;
  text-align: center;
}
.paging--default .paging__numbers .current {
  color: #888;
}
.paging--default .paging__nextprev {
  text-align: center;
  padding: 0.5em;
}
@media only screen and (min-width: 700px) {
  .paging--default .paging__nextprev {
    position: absolute;
    padding: 0;
    right: 0;
    top: 50%;
    margin-top: -1.7em;
  }
}
.paging--default .paging__nextprev .btn, .paging--default .paging__nextprev .hbspt-form form .hs-submit .actions input, .hbspt-form form .hs-submit .actions .paging--default .paging__nextprev input {
  margin: 0;
}
.paging--default .paging__nextprev .paging__link--next .btn, .paging--default .paging__nextprev .paging__link--next .hbspt-form form .hs-submit .actions input, .hbspt-form form .hs-submit .actions .paging--default .paging__nextprev .paging__link--next input {
  margin-left: 0.75em;
}
.paging--ajax {
  text-align: center;
}

/*  ==========================================================================
  Search results page -- layout/layout.scss
  ========================================================================== */
.searchform .searchform__input {
  position: relative;
}
.searchform .searchform__input input {
  padding-right: 4em;
  position: relative;
  z-index: 1;
}
.searchform .searchform__input .searchform__submit {
  padding: 1.5em 1.5em;
  border: none;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 1px;
  background: none;
  text-align: center;
  color: #009b9f;
}
.searchform .searchform__input .searchform__submit:hover {
  color: #ff396f;
}

/*  ==========================================================================
  people -- layout/layout.scss
  ========================================================================== */
/* Person grid item */
.person {
  position: relative;
}
.person .person__img {
  -webkit-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.person .person__link {
  display: block;
  cursor: pointer;
}
.person .person__link:hover .person__img {
  -webkit-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
}
.person .person__img_wrap {
  max-width: 9em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 2em;
}
.person .person__img_wrap .person__img {
  border-radius: 50%;
}
.person .person__img_wrap .linkedin-circle .fab {
  background-color: black;
  padding: 16px;
  color: white;
  border-radius: 50%;
  border: 1px solid white;
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 1em;
  margin-bottom: -1.2em;
  text-align: center;
  font-size: 18px;
  -webkit-transition: background-color 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: background-color 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: background-color 250ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.person .person__img_wrap .linkedin-circle:hover .fab {
  background-color: #ff396f;
}
.person .person__content h3 {
  margin-bottom: 0.2em;
}

/*  ==========================================================================
  contact list, used on post authors, people -- layout/layout.scss
  ========================================================================== */
.contactlist {
  list-style: none;
  display: flex;
}
.contactlist li a {
  background-color: #364152;
  color: #fff;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  line-height: 3.1em;
  margin: 0 0.25em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactlist li a .fas,
.contactlist li a .fab {
  padding: 0;
  font-size: 16px;
}

/*  ==========================================================================
  Grid Carousels -- layout/layout.scss
  ========================================================================== */
.carousel .carousel__header {
  border-top: 1px solid #364152;
  min-height: calc(3.5rem + 0.8rem);
  padding-right: calc((3.5rem * 2) + 0.5em);
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 699px) {
  .carousel .carousel__header {
    flex-wrap: wrap;
  }
}
.carousel .carousel__header .carousel__heading {
  margin: 0.75em 1em 0.75em 0;
}
.carousel .carousel__header .btn, .carousel .carousel__header .hbspt-form form .hs-submit .actions input, .hbspt-form form .hs-submit .actions .carousel .carousel__header input {
  margin: 0.75em 0;
}

.row--carousel {
  margin-bottom: 0;
}
.row--carousel .owl-carousel .owl-item > .col {
  width: 100%;
  margin-bottom: 0;
}
.row--carousel .owl-carousel .owl-stage {
  display: flex;
}
.row--carousel .owl-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.row--carousel .owl-carousel .owl-nav {
  position: absolute;
  top: -0.4rem;
  right: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-right: 0.5em;
}
@media only screen and (min-width: 550px) {
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 700px) {
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 1000px) {
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 1400px) {
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.5em;
  }
}
@media only screen and (min-width: 1600px) {
  .row--carousel .owl-carousel .owl-nav {
    margin-right: 0.5em;
  }
}
.row--carousel .owl-carousel .owl-nav .owl-next,
.row--carousel .owl-carousel .owl-nav .owl-prev {
  position: relative;
  border-radius: 0;
  width: 3.5rem;
  height: 3.5rem;
  color: #364152;
}
.row--carousel .owl-carousel .owl-nav .owl-next span,
.row--carousel .owl-carousel .owl-nav .owl-prev span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 2em;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.row--carousel .owl-carousel .owl-nav .owl-next:focus,
.row--carousel .owl-carousel .owl-nav .owl-prev:focus {
  outline: none;
}
.row--carousel .owl-carousel .owl-nav .owl-next.disabled,
.row--carousel .owl-carousel .owl-nav .owl-prev.disabled {
  color: rgba(40, 40, 40, 0.25);
}
.row--carousel .owl-carousel .owl-nav .owl-prev {
  border-right: 1px solid #364152;
}

/*  ==========================================================================
  Resources Page -- layout/layout.scss
  ========================================================================== */
/* Category Nav */
.categorynav {
  position: relative;
  z-index: 5;
}
.categorynav .categorynav__bd {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #364152;
  padding: 1rem 0;
}
@media only screen and (min-width: 1000px) {
  .categorynav .categorynav__bd {
    padding: 0.5rem 0;
  }
}
.categorynav .categorynav__filterbtn {
  margin-right: 1em;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  .categorynav .categorynav__filterbtn {
    text-align: center;
    min-height: 3em;
    line-height: 3em;
    width: 3em;
    border-right: 1px solid #364152;
  }
}
.categorynav .categorynav__filterbtn:hover {
  color: #364152;
}
.categorynav .categorynav__filterbtn .far {
  vertical-align: middle;
}
.categorynav .categorynav__filterbtn .categorynav__filterbtn__text {
  margin-left: 1em;
}
@media only screen and (min-width: 1000px) {
  .categorynav .categorynav__filterbtn .categorynav__filterbtn__text {
    display: none;
  }
}
.categorynav .categorynav__links {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .categorynav .categorynav__links {
    display: block;
  }
}
.categorynav .categorynav__dropdown {
  display: none;
  background-color: #f5f5f5;
  box-shadow: 0px 0px 25px rgba(40, 40, 40, 0.15);
  box-sizing: border-box;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 1.5em;
}
@media only screen and (min-width: 700px) {
  .categorynav .categorynav__dropdown {
    padding: 2em;
  }
}
@media only screen and (min-width: 1000px) {
  .categorynav .categorynav__dropdown .categorynav__col--resourcetypes {
    display: none;
  }
}
.categorynav .categorynav__dropdown .categorynav__col:nth-child(1) .categorynav__dropdownsection {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: calc(0.75em * 2);
}
@media only screen and (min-width: 550px) {
  .categorynav .categorynav__dropdown .categorynav__col:nth-child(1) .categorynav__dropdownsection {
    padding-bottom: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 700px) {
  .categorynav .categorynav__dropdown .categorynav__col:nth-child(1) .categorynav__dropdownsection {
    padding-bottom: calc(1em * 2);
  }
}
.categorynav .categorynav__dropdown .categorynav__col:nth-child(2) .categorynav__dropdownsection {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: calc(0.75em * 2);
}
@media only screen and (min-width: 550px) {
  .categorynav .categorynav__dropdown .categorynav__col:nth-child(2) .categorynav__dropdownsection {
    padding-bottom: calc(0.75em * 2);
  }
}
@media only screen and (min-width: 700px) {
  .categorynav .categorynav__dropdown .categorynav__col:nth-child(2) .categorynav__dropdownsection {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.categorynav .categorynav__dropdown .categorynav__taglist {
  list-style: none;
  margin: 0;
  margin-bottom: -0.75em;
}
.categorynav .categorynav__dropdown .categorynav__taglist li {
  display: inline-block;
}
.categorynav .categorynav__dropdown .categorynav__categorylist {
  list-style: none;
  margin: 0;
}
.categorynav--showdropdown .categorynav__dropdown {
  display: block;
}

/* Featured resources carousel */
.featuredcarousel {
  border-top: 1px solid #009b9f;
}
@media only screen and (min-width: 700px) {
  .featuredcarousel {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
.featuredcarousel .featuredcarousel__header {
  position: absolute;
  box-shadow: 0px 0px 25px rgba(40, 40, 40, 0.15);
  max-width: 5em;
  z-index: 10;
  margin-left: 14%;
  margin-top: 5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.featuredcarousel .featuredcarousel__header .featuredcarousel__heading {
  padding: 1em;
  margin: 0;
  color: #364152;
}
.featuredcarousel .featuredcarousel__header .featuredcarousel__nav {
  padding: 0.5em;
}
.featuredcarousel .featuredcarousel__header .featuredcarousel__nav .featuredcarousel__navitem {
  cursor: pointer;
}
.featuredcarousel .featuredcarousel__header .featuredcarousel__nav .featuredcarousel__navitem--next {
  padding-left: 1em;
}
.featuredcarousel .featuredcarousel__header .featuredcarousel__nav .featuredcarousel__navitem--prev {
  padding-right: 1em;
  border-right: 1px solid #364152;
}

.postauthors__bd {
  border-top: 1px solid #ebebeb;
}
.postauthors .author__img_wrap {
  width: 6em;
}
.postauthors .author__img_wrap_singular {
  width: 11em;
  max-width: 100%;
}
.postauthors .author__img {
  border-radius: 50%;
}
.postauthors .author h3 {
  margin-bottom: 0.2em;
}

/*  ==========================================================================
  Wikis Post type Page -- layout/layout.scss
  ========================================================================== */
.wikis .wikis__filters {
  border-top: 1px solid #009b9f;
}
@media only screen and (min-width: 700px) {
  .wikis .wikis__filters {
    top: calc(5rem + 1em);
    position: sticky;
    position: -webkit-sticky;
  }
}
@media only screen and (min-width: 1000px) {
  .wikis .wikis__filters {
    top: calc(5rem + 1em);
  }
}
@media only screen and (min-width: 1200px) {
  .wikis .wikis__filters {
    top: calc(6rem + 1em);
  }
}
@media only screen and (min-width: 1400px) {
  .wikis .wikis__filters {
    top: calc(6rem + 1em);
  }
}
@media only screen and (min-width: 1600px) {
  .wikis .wikis__filters {
    top: calc(6rem + 1em);
  }
}
.wikis .wikis__filters .wikis__filters__list {
  list-style: none;
}
@media only screen and (max-width: 1199px) {
  .wikis .wikis__filters .wikis__filters__list {
    columns: 1;
    -webkit-columns: 1;
  }
}
.wikis .wikis__category {
  border-top: 1px solid #009b9f;
}
.wikis .wikis__category .anchor {
  margin-top: calc(-4rem - 2em);
}
@media only screen and (min-width: 550px) {
  .wikis .wikis__category .anchor {
    margin-top: calc(-4rem - 2em);
  }
}
@media only screen and (min-width: 700px) {
  .wikis .wikis__category .anchor {
    margin-top: calc(-5rem - 2em);
  }
}
@media only screen and (min-width: 1000px) {
  .wikis .wikis__category .anchor {
    margin-top: calc(-5rem - 2em);
  }
}
@media only screen and (min-width: 1200px) {
  .wikis .wikis__category .anchor {
    margin-top: calc(-6rem - 2em);
  }
}
@media only screen and (min-width: 1400px) {
  .wikis .wikis__category .anchor {
    margin-top: calc(-6rem - 2em);
  }
}
@media only screen and (min-width: 1600px) {
  .wikis .wikis__category .anchor {
    margin-top: calc(-6rem - 2em);
  }
}

/*  ==========================================================================
  Careers -- layout/layout.scss
  ========================================================================== */
.careers .careers__header {
  padding: 0.75em 0;
  border-top: 1px solid #009b9f;
  border-bottom: 1px solid #009b9f;
}

.career {
  position: relative;
  min-height: 12em;
  -webkit-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  -moz-transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: box-shadow 150ms cubic-bezier(0.33, 1, 0.68, 1) 0s;
}
.career:hover {
  -webkit-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  -moz-box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
  box-shadow: 10px 10px 25px rgba(40, 40, 40, 0.15);
}
.col .career {
  height: 100%;
  margin-bottom: 2em;
}
.career .career__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.career .career__content {
  position: relative;
  box-sizing: border-box;
  padding: 1.5em;
}
.career .career__content .career__information {
  margin-left: 1em;
}

/*  ==========================================================================
  Fancybox -- layout/layout.scss
  ========================================================================== */
.fancybox--page .fancybox-content {
  color: #364152;
  background: #f5f5f5;
  padding: 0;
  width: 90%;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1000px) {
  .fancybox--page .fancybox-content {
    width: 80%;
    margin-top: 5em;
    margin-bottom: 5em;
  }
}
@media only screen and (min-width: 1200px) {
  .fancybox--page .fancybox-content {
    width: 60%;
  }
}
.fancybox--page .fancybox-content .main {
  overflow: hidden;
}

/*  ==========================================================================
  Header variables
  ========================================================================== */
/*  ==========================================================================
  siteheader
  ========================================================================== */
.siteheader {
  color: #364152;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}
.siteheader .siteheader__wrap {
  position: relative;
  background: #fff;
  z-index: 2;
  height: 4rem;
}
@media only screen and (min-width: 550px) {
  .siteheader .siteheader__wrap {
    height: 4rem;
  }
}
@media only screen and (min-width: 700px) {
  .siteheader .siteheader__wrap {
    height: 5rem;
  }
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__wrap {
    height: 5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .siteheader .siteheader__wrap {
    height: 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .siteheader .siteheader__wrap {
    height: 7rem;
  }
}
@media only screen and (min-width: 1600px) {
  .siteheader .siteheader__wrap {
    height: 7rem;
  }
}
.siteheader .siteheader__dropdown {
  position: relative;
  z-index: 1;
  margin-top: -1px;
}
.siteheader .siteheader__bd {
  height: 100%;
}
.siteheader .siteheader__logo {
  position: absolute;
  z-index: 2;
	
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 9em;
}
@media only screen and (min-width: 700px) {
  .siteheader .siteheader__logo {
    width: 10em;
  }
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__logo {
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1200px) {
  .siteheader .siteheader__logo {
    -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  }
}
.siteheader .siteheader__logo__img {
  width: 100%;
  height: auto;
  display: block;
  background-image: url("img/framework/logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 27%;
}
.siteheader .siteheader__tools {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 999px) {
  .siteheader .siteheader__tools {
    width: 100%;
  }
  .siteheader .siteheader__tools .inlinenavlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.siteheader .siteheader__tools .mainnav-link {
  display: none;
  height: 3rem;
  line-height: 3rem;
  border-left: 1px solid #364152;
  margin-left: 0;
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__tools .mainnav-link {
    display: inline-block;
    vertical-align: middle;
  }
}
.siteheader .siteheader__tools .mainnav-link a,
.siteheader .siteheader__tools .mainnav-link .link-placeholder {
  margin: 0 calc(0.65em * 2);
}
.siteheader .siteheader__tools .mainnav-link:hover .link-placeholder {
  opacity: 0.8;
}
.siteheader .siteheader__btn {
  display: none;
  vertical-align: middle;
}
@media only screen and (min-width: 1200px) {
  .siteheader .siteheader__btn {
    display: inline-block;
  }
}
.siteheader .siteheader__searchbtn {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__searchbtn {
    display: inline-block;
    vertical-align: middle;
  }
}
.siteheader .siteheader__searchbtn a {
  margin: 0 calc(0.65em * 2);
}
.siteheader .siteheader__searchbtn:hover {
  opacity: 0.8;
}
.siteheader .siteheader__langselector {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__langselector {
    margin-right: 1em;
  }
}
.siteheader .siteheader__langselector .langselector__active {
  cursor: pointer;
  padding: 2em 0;
}
.siteheader .siteheader__langselector .langselector__active .fas {
  font-size: 0.75em;
  padding-right: 0.5em;
  opacity: 0.5;
}
.siteheader .siteheader__langselector .langselector__active:hover {
  opacity: 0.8;
}
.siteheader .siteheader__langselector .langselector__dropdown {
  opacity: 0;
  pointer-events: none;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 1em;
  background-color: #A3DFE3;
  color: #364152;
  box-shadow: 0px 0px 25px rgba(40, 40, 40, 0.15);
  margin-top: calc(4rem / 2);
}
@media only screen and (min-width: 550px) {
  .siteheader .siteheader__langselector .langselector__dropdown {
    margin-top: calc(4rem / 2);
  }
}
@media only screen and (min-width: 700px) {
  .siteheader .siteheader__langselector .langselector__dropdown {
    margin-top: calc(5rem / 2);
  }
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__langselector .langselector__dropdown {
    margin-top: calc(5rem / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .siteheader .siteheader__langselector .langselector__dropdown {
    margin-top: calc(6rem / 2);
  }
}
@media only screen and (min-width: 1400px) {
  .siteheader .siteheader__langselector .langselector__dropdown {
    margin-top: calc(6rem / 2);
  }
}
@media only screen and (min-width: 1600px) {
  .siteheader .siteheader__langselector .langselector__dropdown {
    margin-top: calc(6rem / 2);
  }
}
.siteheader .siteheader__langselector .langselector__dropdown:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #A3DFE3;
}
.siteheader .siteheader__langselector .langselector__dropdown .langselector__dropdownitem:hover {
  opacity: 0.8;
}
.siteheader .siteheader__langselector--open .langselector__dropdown {
  opacity: 1;
  pointer-events: auto;
}
.siteheader .siteheader__dropdownlink {
  position: relative;
  cursor: pointer;
}
.siteheader .siteheader__dropdownlink:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
  display: none;
  clear: both;
  margin-top: calc(4rem / 2);
}
@media only screen and (min-width: 550px) {
  .siteheader .siteheader__dropdownlink:after {
    margin-top: calc(4rem / 2);
  }
}
@media only screen and (min-width: 700px) {
  .siteheader .siteheader__dropdownlink:after {
    margin-top: calc(5rem / 2);
  }
}
@media only screen and (min-width: 1000px) {
  .siteheader .siteheader__dropdownlink:after {
    margin-top: calc(5rem / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .siteheader .siteheader__dropdownlink:after {
    margin-top: calc(6rem / 2);
  }
}
@media only screen and (min-width: 1400px) {
  .siteheader .siteheader__dropdownlink:after {
    margin-top: calc(6rem / 2);
  }
}
@media only screen and (min-width: 1600px) {
  .siteheader .siteheader__dropdownlink:after {
    margin-top: calc(6rem / 2);
  }
}
.siteheader .siteheader__dropdownlink--over:after {
  display: block;
}
.siteheader .siteheader__dropdownlink .far {
  line-height: 3rem;
}
.siteheader .searchform .searchform__input input {
  padding: 1em;
  border: none !important;
  border-radius: 0;
  background: none;
  color: #364152;
  padding-left: 0;
}
.siteheader .searchform .searchform__input input.placeholder {
  color: rgba(54, 65, 82, 0.5);
}
.siteheader .searchform .searchform__input input:-moz-placeholder {
  color: rgba(54, 65, 82, 0.5);
}
.siteheader .searchform .searchform__input input::-moz-placeholder {
  color: rgba(54, 65, 82, 0.5);
}
.siteheader .searchform .searchform__input input:-ms-input-placeholder {
  color: rgba(54, 65, 82, 0.5);
}
.siteheader .searchform .searchform__input input::-webkit-input-placeholder {
  color: rgba(54, 65, 82, 0.5);
}
.siteheader .searchform .searchform__input .searchform__submit {
  padding: 1em 0;
  color: rgba(54, 65, 82, 0.5);
}
.siteheader .searchform .searchform__input .searchform__submit:hover {
  color: #364152;
}
.siteheadertransparent .siteheader:not(.siteheader--scrolled):not(.siteheader--solid) {
  color: #fff;
}
.siteheadertransparent .siteheader:not(.siteheader--scrolled):not(.siteheader--solid) .siteheader__wrap {
  background-color: transparent;
}
.siteheadertransparent .siteheader:not(.siteheader--scrolled):not(.siteheader--solid) .siteheader__dropdownlink {
  border-color: rgba(255, 255, 255, 0.5);
}
.siteheadertransparent .siteheader:not(.siteheader--scrolled):not(.siteheader--solid) .siteheader__logo__img {
  background-image: url("img/framework/logo.white.svg");
}

/*  ==========================================================================
  sitenav
  ========================================================================== */
.sitenav {
  position: absolute;
	top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	
  display: none;
}
@media only screen and (min-width: 1200px) {
  .sitenav {
    display: block;
  }
}
.sitenav .sitenav__item.siteheader__dropdownlink--over .sitenav__link, .sitenav .sitenav__item:hover .sitenav__link {
  opacity: 0.8;
}

/*  ==========================================================================
  mobnav
  ========================================================================== */
.mobnav {
  position: relative;
  width: 100%;
  overflow: scroll;
  height: 0;
  box-shadow: 0 -1px 0 #364152 inset;
  -webkit-transition: height 150ms cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: height 150ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: height 150ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media only screen and (min-width: 1000px) {
  .mobnav {
    display: none;
  }
}
.mobnav .mobnav__search {
  background: #A3DFE3;
}
.mobnav .mobnav__sections {
  margin-bottom: 0;
  padding-bottom: 2em;
}
.mobnav .mobnav__sections .mobnav__section {
  border-top: solid 1px #364152;
}
.mobnav .mobnav__sections .mobnav__section:first-child {
  border-top: none;
}
.mobnav .mobnav__sections .mobnav__section .mobnav__section__header .mobnav__link {
  display: block;
  padding: 1em 0;
}
.mobnav .mobnav__sections .mobnav__section .mobnav__btn {
  margin: 2em 0 0 0;
  display: block;
  text-align: center;
}
.mobnav .mobnav__sections .mobnav__section.has-dropdown .mobnav__section__header {
  position: relative;
}
.mobnav .mobnav__sections .mobnav__section.has-dropdown .mobnav__section__header .mobnav__section__btn {
  color: rgba(54, 65, 82, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  padding: 1em 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mobnav .mobnav__sections .mobnav__section.has-dropdown .mobnav__section__header .mobnav__link {
  display: inline-block;
}
.mobnav .mobnav__sections .mobnav__section.has-dropdown .mobnav__sectioninner {
  display: block;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: height 150ms linear 0ms, opacity 150ms ease-out 0ms, transform 150ms ease-out 0ms;
  -moz-transition: height 150ms linear 0ms, opacity 150ms ease-out 0ms, transform 150ms ease-out 0ms;
  transition: height 150ms linear 0ms, opacity 150ms ease-out 0ms, transform 150ms ease-out 0ms;
}
.mobnav .mobnav__sections .mobnav__section.has-dropdown .mobnav__sectioninner ul li {
  margin-bottom: 0.5em;
}
.mobnav .mobnav__sections .mobnav__section.has-dropdown .mobnav__sectioninner ul li:last-child {
  margin-bottom: 0;
}
.mobnav .mobnav__sections .mobnav__section.has-dropdown.mobnav__section--open .mobnav__section__btn:before {
  content: "";
}
.mobnav .mobnav__sections .mobnav__section.has-dropdown.mobnav__section--open .mobnav__sectioninner {
  height: auto;
  opacity: 1;
}

@media only screen and (min-width: 1000px) {
  .mobnav-toggle {
    display: none !important;
  }
}
.mobnavopen .mobnav-toggle .fa-bars:before {
  content: "";
}

/*  ==========================================================================
  sitenav -- Dropdown
  ========================================================================== */
.sitenav__dropdown {
  position: absolute;
  z-index: 10;
  width: calc(100% + (3.5rem * 2));
  height: 0;
  top: 100%;
  box-sizing: border-box;
  -webkit-transition: opacity 0ms cubic-bezier(0.33, 1, 0.68, 1), height 0ms cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: opacity 0ms cubic-bezier(0.33, 1, 0.68, 1), height 0ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 0ms cubic-bezier(0.33, 1, 0.68, 1), height 0ms cubic-bezier(0.33, 1, 0.68, 1);
  pointer-events: none;
  margin-left: -3.5rem;
  margin-right: -3.5rem;
  display: none;
}
@media only screen and (min-width: 1000px) {
  .sitenav__dropdown {
    display: block;
  }
}
.sitenavopen .sitenav__dropdown {
  -webkit-transition-duration: 150ms;
  -moz-transition-duration: 150ms;
  transition-duration: 150ms;
}
.sitenav__dropdown .sitenavsection {
  width: 75%;
  position: absolute;
  background: #f5f5f5;
  box-shadow: 0px 0px 25px rgba(40, 40, 40, 0.15);
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}
.sitenav__dropdown .sitenavsection .sitenavsection__inner {
  padding: 3.5rem;
}
@media only screen and (min-width: 1000px) {
  .sitenav__dropdown .sitenavsection .sitenavsection__content {
    margin-bottom: 0;
  }
}
.sitenav__dropdown .sitenavsection .sitenavsection__content .sitenavsection__leader {
  max-width: 25em;
}
.sitenav__dropdown .sitenavsection .sitenavsection__submenu li {
  margin-bottom: 0.75em;
}
.sitenav__dropdown .sitenavsection .sitenavsection__submenu li:last-child {
  margin-bottom: 0;
}
.sitenav__dropdown .sitenavsection--resources {
  width: 100%;
}
.sitenav__dropdown .sitenavsection--resources .sitenavsection__submenu {
  max-width: 30em;
}
.sitenav__dropdown .sitenavsection--resources--carousel .sitenavsection__content {
  margin-top: calc(3.5rem + 0.8rem);
}
.sitenav__dropdown .sitenavsection--main {
  width: 100%;
}
.sitenav__dropdown .sitenavsection--main .row .col {
  border-right: 1px solid #364152;
}
@media only screen and (max-width: 1199px) {
  .sitenav__dropdown .sitenavsection--main .row .col:nth-child(2) {
    border-right: none;
  }
}
.sitenav__dropdown .sitenavsection--main .row .col:last-child {
  border-right: none;
}
.sitenav__dropdown .sitenavsection--active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms;
}

/*  ==========================================================================
  search
  ========================================================================== */
.siteheader__search {
  background: #A3DFE3;
  position: absolute;
  width: 100%;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  display: none;
}
@media only screen and (min-width: 1000px) {
  .siteheader__search {
    display: block;
  }
}
.siteheader__search--open {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 150ms cubic-bezier(0.65, 0, 0.35, 1);
  -moz-transition: opacity 150ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: opacity 150ms cubic-bezier(0.65, 0, 0.35, 1);
}

/*  ==========================================================================
  pagemsgs
  ========================================================================== */
.pagemsgs {
  margin: 0;
  position: relative;
  z-index: 9;
}
.pagemsgs .pagemsg {
  padding: 1em 0;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* ==========================================================================
   Footer -- layout/_footer.scss
   ========================================================================== */
.sitefooter {
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .sitefooter {
    text-align: left;
  }
}
.sitefooter .sitefooter__sources .sitefooter__bd {
  border-top: 1px solid #ebebeb;
}
.sitefooter .sitefooter__sources .sitefooter__sources__list {
  list-style: none;
  margin: 0;
}
.sitefooter .sitefooter__sources .sitefooter__sources__list .sitefooter__source {
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 0.75em;
}
@media only screen and (min-width: 1000px) {
  .sitefooter .sitefooter__sources .sitefooter__sources__list .sitefooter__source {
    padding-left: 0;
    margin-bottom: 1em;
  }
}
.sitefooter .sitefooter__sources .sitefooter__sources__list .sitefooter__source:last-child {
  margin-bottom: 0;
}
.sitefooter .sitefooter__sources .sitefooter__sources__list .sitefooter__source .sitefooter__source__no {
  position: absolute;
  margin-left: -2.5em;
  color: #888;
}
.sitefooter .sitefooter__logos {
  overflow: hidden;
}
.sitefooter .sitefooter__logos .owl-stage-outer {
  overflow: visible;
}
.sitefooter .sitefooter__logos .sitefooter__logos__header {
  max-width: 34em;
  margin-left: auto;
  margin-right: auto;
}
.sitefooter .sitefooter__logos .sitefooter__logos__logo {
  border: 1px solid #ebebeb;
}
.sitefooter .sitefooter__cta {
  position: relative;
  background-color: #A3DFE3;
}
.sitefooter .sitefooter__cta .sitefooter__cta__content {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .sitefooter .sitefooter__cta .sitefooter__cta__content {
    margin-top: 0;
  }
}
.sitefooter .sitefooter__cta .sitefooter__cta__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(163, 223, 227);
  width: calc(100% + (1.5em * 2));
  height: calc(100% + (1.5em * 2));
  margin-left: -1.5em;
  margin-top: -1.5em;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__cta .sitefooter__cta__content:before {
    width: calc(100% + (2em * 2));
    height: calc(100% + (2em * 2));
    margin-left: -2em;
    margin-top: -2em;
  }
}
.sitefooter .sitefooter__cta .sitefooter__cta__content .sitefooter__cta__contentbox {
  position: relative;
  padding: 1.5em;
  border: 1px solid #364152;
  box-sizing: border-box;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__cta .sitefooter__cta__content .sitefooter__cta__contentbox {
    padding: 2em;
  }
}
.sitefooter .sitefooter__cta .sitefooter__cta__content .sitefooter__cta__heading {
  max-width: 13em;
}
.sitefooter .sitefooter__cta .sitefooter__cta__content .sitefooter__cta__textarea {
  max-width: 26em;
}
.sitefooter .sitefooter__cta .sitefooter__cta__content .sitefooter__cta__btn {
  margin-top: 2em;
  display: inline-block;
  margin-bottom: 0;
}
.sitefooter .sitefooter__main .sitefooter__box {
  padding: 1.5em;
  border: 1px solid #364152;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__main .sitefooter__box {
    padding: 2em;
  }
}
.sitefooter .sitefooter__main .sitefooter__box .sitefooter__box__content {
  max-width: 24em;
  margin: 0 auto;
}
.sitefooter .sitefooter__main .sitefooter__box .sitefooter__box__cta {
  margin-top: 1em;
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.sitefooter .sitefooter__main .sitefooter__box .sitefooter__box__cta a {
  margin: 0 0.5em 0.5em 0.5em;
}
.sitefooter .sitefooter__main .sitefooter__box .sitefooter__box__cta .sitefooter__box__phone {
  white-space: nowrap;
}
.sitefooter .sitefooter__main .sitefooter__box .sitefooter__social {
  list-style: none;
  margin-left: -0.25em;
  margin-right: -0.25em;
}
.sitefooter .sitefooter__main .sitefooter__box .sitefooter__social li {
  display: inline-block;
}
.sitefooter .sitefooter__main .sitefooter__box .sitefooter__social .sitefooter__sociallink {
  background-color: #364152;
  color: #fff;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  line-height: 3.1em;
  margin: 0 0.25em;
  display: block;
}
.sitefooter .sitefooter__main .sitefooter__box .sitefooter__social .sitefooter__sociallink .fab {
  line-height: 3em;
}
.sitefooter .sitefooter__main .sitenavsection {
  color: #364152;
}
.sitefooter .sitefooter__main .sitenavsection h4 {
  color: #364152;
}
.sitefooter .sitefooter__main .sitenavsection li {
  margin-bottom: 0.75em;
}
.sitefooter .sitefooter__main .sitenavsection .sitenavsection__inner {
  padding: 0;
}
.sitefooter .sitefooter__main .sitenavsection .sitenavsection__submenu {
  margin: 0;
  font-weight: 400;
}color-primary
@media only screen and (min-width: 550px) {
  .sitefooter .sitefooter__main .sitenavsection .row .col {
    border-right: 1px solid #009b9f;
  }
}
@media only screen and (max-width: 1199px) {
  .sitefooter .sitefooter__main .sitenavsection .row .col:nth-child(2) {
    border-right: none;
  }
}
.sitefooter .sitefooter__main .sitenavsection .row .col:last-child {
  border-right: none;
}
.sitefooter .sitefooter__socialwrapper {
  display: block;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter form {
  position: relative;
  display: block;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_email label {
  display: none;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_email input {
  padding-right: 8em;
  background: rgba(255, 255, 255);
  color: #364152;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_email input.placeholder {
  color: rgba(54, 65, 82,);
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_email input:-moz-placeholder {
  color: rgba(54, 65, 82,);
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_email input::-moz-placeholder {
  color: rgba(54, 65, 82,);
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_email input:-ms-input-placeholder {
  color: rgba(54, 65, 82,);
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_email input::-webkit-input-placeholder {
  color: rgba(54, 65, 82,);
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs-form-field .hs-error-msgs {
  text-align: left;
  list-style: none;
  margin: 1em 0 0;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs-form-field .hs-error-msgs label {
  display: block;
  color: #364152;
  font-size: 0.88em;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_error_rollup {
  display: none;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_submit {
  position: absolute;
  right: 0;
  top: 0;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_submit .actions {
  margin: 0;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__newsletter .hs_submit input {
  padding: 1.5em 2em;
  background: #364152 !important;
  color: #fff !important;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__social {
  flex-shrink: 0;
  list-style: none;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__social li {
  display: inline-block;
}
.sitefooter .sitefooter__socialwrapper .sitefooter__social a.sitefooter__sociallink {
  background-color: #fff;
  color: #364152;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  line-height: 3.1em;
  margin: 0 0.25em 0.25em;
  display: block;
}
.sitefooter .sitefooter__footer .sitefooter__affiliates {
  list-style: none;
  margin: 0 -0.25em;
}
.sitefooter .sitefooter__footer .sitefooter__affiliates li {
  display: inline-block;
  vertical-align: middle;
}
.sitefooter .sitefooter__footer .sitefooter__affiliates .mediaimg {
  height: 2em;
  width: auto;
  margin: 0 0.25em;
  display: block;
}
@media only screen and (min-width: 700px) {
  .sitefooter .sitefooter__footer .sitefooter__nav {
    margin-top: 0;
    text-align: right;
  }
}

/*  ==========================================================================
  COMPONENTS - _modules.scss
  ========================================================================== */
/*  ==========================================================================
  COMPONENT - Text Content
  ========================================================================== */
@media only screen and (min-width: 1000px) {
  .textcontent {
    padding: 0 7.14%;
  }
}
@media only screen and (min-width: 1200px) {
  .textcontent {
    padding: 0 calc(7.14% * 2);
  }
}
@media only screen and (min-width: 1400px) {
  .textcontent {
    padding: 0 15%;
  }
}
.textcontent .textcontent__list {
  padding: 1.5em;
  margin-left: -1.5em;
  margin-right: -1.5em;
  margin-top: 2em;
  list-style: none;
}
.textcontent .textcontent__list li {
  border-bottom: 1px solid #364152;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
  /*padding-left: 2em;*/
}
/*.textcontent .textcontent__list li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\e122";
  font-family: "Font Awesome 6 Pro";
  opacity: 1;
  font-weight: 400;
}*/
.textcontent .textcontent__list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

/*  ==========================================================================
  COMPONENT - List Grid Item
  ========================================================================== */
.listgriditem__icon {
  max-width: 3em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
.listgriditem__textarea {
  font-size: 16px;
  max-width: 24em;
  margin: auto;
}

/*  ==========================================================================
  COMPONENT - Media
  ========================================================================== */
.media .media__device {
  position: relative;
}
.media .media__device .media__media {
  position: relative;
  padding-top: 100%;
  width: 100%;
}
.media .media__device .media__media .mediavideo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
  background: #364152;
}
.effect .media .media__device .media__media .mediavideo {
  opacity: 0;
  -webkit-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  -moz-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
}
.effect--ready .media .media__device .media__media .mediavideo {
  opacity: 1;
}
.media .media__device--tablet, .media .media__device--laptop {
  padding: 1.5%;
}
.media .media__device--tablet:after, .media .media__device--laptop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.media .media__device--tablet .media__media, .media .media__device--laptop .media__media {
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
}
.media .media__device--tablet .media__media {
  width: 100%;
  padding-top: 74.96%;
}
.media .media__device--tablet:after {
  background-image: url("img/tablet-overlay.png");
}
.media .media__device--laptop {
  margin: 0 11%;
}
.media .media__device--laptop .media__media {
  width: 100%;
  padding-top: 56.25%;
}
.media .media__device--laptop:after {
  background-image: url("img/laptop-overlay.png");
  margin-left: -13%;
  width: 126%;
}

/*  ==========================================================================
  COMPONENT - Statistic
  ========================================================================== */
.statistic .statistic__content {
  padding: 2em 1em;
}
.statistic .statistic__content span {
  display: block;
  margin-bottom: 1rem;
}
.statistic .statistic__content span:last-child {
  margin-bottom: 0;
}
.statistic .statistic__info {
  border-top: 1px solid #364152;
  padding: 1em;
}

/*  ==========================================================================
  COMPONENT - Tile Grid Item
  ========================================================================== */
.tilegriditem {
  padding: 1.5em 1em;
  height: 100%;
  box-sizing: border-box;
}
.tilegriditem__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tilegriditem__icon {
  max-width: 3em;
}
.tilegriditem__textarea {
  font-size: 16px;
  max-width: 24em;
  margin: 1px;
}
.tilegriditem .heading-border {
  border-bottom: 1px solid #364152;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/*  ==========================================================================
  MODULES - _modules.scss
  ========================================================================== */
/*  ==========================================================================
  General Module styles
  ========================================================================== */
.module--fullwidth + .module--fullwidth {
  margin-top: -3rem;
}
@media only screen and (min-width: 550px) {
  .module--fullwidth + .module--fullwidth {
    margin-top: -3rem;
  }
}
@media only screen and (min-width: 700px) {
  .module--fullwidth + .module--fullwidth {
    margin-top: -4rem;
  }
}
@media only screen and (min-width: 1000px) {
  .module--fullwidth + .module--fullwidth {
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .module--fullwidth + .module--fullwidth {
    margin-top: -6rem;
  }
}

/*  ==========================================================================
  MODULE - Line / Rule
  ========================================================================== */
.module--line .line {
  border-top: solid 1px #ebebeb;
  height: 0;
}

/*  ==========================================================================
  MODULE - Text Content Columns
  ========================================================================== */
@media only screen and (min-width: 1200px) {
  .module--text-content-columns .text-content-columns__featuredstat {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    width: 50%;
    margin-right: -50%;
    box-sizing: border-box;
    padding-left: calc(1em / 2);
    padding-right: calc(1em / 2);
  }
}
@media only screen and (min-width: 1400px) {
  .module--text-content-columns .text-content-columns__featuredstat {
    padding-left: calc(1.25em / 2);
    padding-right: calc(1.25em / 2);
  }
}
@media only screen and (min-width: 1600px) {
  .module--text-content-columns .text-content-columns__featuredstat {
    padding-left: calc(1.25em / 2);
    padding-right: calc(1.25em / 2);
  }
}

/*  ==========================================================================
  MODULE - Text Content & Media
  ========================================================================== */
@media only screen and (min-width: 1000px) {
  .module--text-content-media .text-content-media__col--text {
    margin-bottom: 0;
    margin-top: calc(1em * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .module--text-content-media .text-content-media__col--text {
    margin-top: calc(1em * 2);
  }
}
@media only screen and (min-width: 1400px) {
  .module--text-content-media .text-content-media__col--text {
    margin-top: calc(1.25em * 2);
  }
}
@media only screen and (min-width: 1600px) {
  .module--text-content-media .text-content-media__col--text {
    margin-top: calc(1.25em * 2);
  }
}
.module--text-content-media .text-content-media__overlay {
  position: relative;
}
.module--text-content-media .text-content-media__overlay--top {
  margin-bottom: -20%;
}
.module--text-content-media .text-content-media__overlay--top.text-content-media__overlay--pattern {
  margin-bottom: -30%;
}
.module--text-content-media .text-content-media__overlay--bottom {
  margin-top: -20%;
}
.module--text-content-media .text-content-media__overlay--bottom.text-content-media__overlay--pattern {
  margin-top: -30%;
}
.module--text-content-media .text-content-media__pattern {
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.module--text-content-media .text-content-media__pattern--dots {
  background-image: url("img/dots-pattern.png");
}
.module--text-content-media .text-content-media__pattern--line-graph {
  background-image: url("img/line-graph-pattern.png");
}
.module--text-content-media.module--right .text-content-media__pattern {
  margin-left: 15%;
}
.module--text-content-media.module--left .text-content-media__pattern {
  margin-left: -15%;
}
@media only screen and (min-width: 1000px) {
  .module--text-content-media--overlaytop .text-content-media__col--text .textcontent {
    padding-top: 18%;
  }
}

/*  ==========================================================================
  MODULE - Text Content & Accordion
  ========================================================================== */
@media only screen and (min-width: 1000px) {
  .module--text-content-accordion .text-content-accordion__col--text {
    margin-bottom: 0;
  }
}
.module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item {
  display: block;
  position: relative;
  border-top: 1px solid #ebebeb;
}
.module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item .accordion__question {
  display: flex;
  align-items: center;
  margin: 0;
  border-top: none;
  padding: 1em 3em 1em 0em;
  position: relative;
  cursor: pointer;
}
.module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item .accordion__question .accordion__icon {
  position: absolute;
  top: 1em;
  right: 1em;
  display: block;
  line-height: 1.2;
  color: #364152;
  opacity: 0.5;
  font-size: 22px;
}
.module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item .accordion__answer {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, -1em);
  -moz-transform: translate(0, -1em);
  transform: translate(0, -1em);
  -webkit-transition: height 0ms linear 260ms, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1), transform 150ms cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: height 0ms linear 260ms, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1), transform 150ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: height 0ms linear 260ms, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1), transform 150ms cubic-bezier(0.33, 1, 0.68, 1);
}
.module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item .accordion__answer .inner {
  margin: 0;
  padding: 0em 0em 1em 0em;
}
.module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item--open .accordion__question .accordion__icon::before {
  content: "";
  font-size: 24px;
}
.module--text-content-accordion .text-content-accordion__col--accordion .accordion .accordion__item--open .accordion__answer {
  -webkit-transition: height 0ms linear 0ms, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 10ms, transform 150ms cubic-bezier(0.33, 1, 0.68, 1) 10ms;
  -moz-transition: height 0ms linear 0ms, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 10ms, transform 150ms cubic-bezier(0.33, 1, 0.68, 1) 10ms;
  transition: height 0ms linear 0ms, opacity 150ms cubic-bezier(0.33, 1, 0.68, 1) 10ms, transform 150ms cubic-bezier(0.33, 1, 0.68, 1) 10ms;
  height: auto;
  opacity: 1;
  -webkit-transform: translate(0, 0em);
  -moz-transform: translate(0, 0em);
  transform: translate(0, 0em);
}

/*  ==========================================================================
  MODULE - Text Content & List Grid
  ========================================================================== */
@media only screen and (min-width: 1000px) {
  .module--text-content-listgrid .text-content-listgrid__col--text {
    margin-bottom: 0;
  }
}

/*  ==========================================================================
  MODULE - Quote
  ========================================================================== */
.module--quote {
  position: relative;
}
.module--quote .modulequote__quote {
  font-weight: 600;
}
.module--quote .modulequote__cite {
  display: flex;
  align-items: center;
  font-style: normal;
}
.module--quote .modulequote__cite__img {
  width: 3em;
  height: 3em;
  border-radius: 3em;
  margin-right: 1em;
  padding: 0;
}
.module--quote .modulequote__cite .cite__secondary {
  font-size: 13px;
}
@media only screen and (min-width: 1200px) {
  .module--quote .modulequote__featuredpost {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.module--quote.modulequote--withimg {
  background: #364152;
}
.module--quote.modulequote--withimg .modulequote__img {
  opacity: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  -moz-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
}
.module--quote.modulequote--withimg .modulequote__img.effect--ready {
  opacity: 0.66;
}

/*  ==========================================================================
  MODULE - Call to Action
  ========================================================================== */
.module--cta {
  position: relative;
}
.module--cta.modulecta--withimg {
  background: #364152;
}
.module--cta.modulecta--withimg .modulecta__img {
  opacity: 0;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -webkit-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  -moz-transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
  transition: opacity 1000ms cubic-bezier(0.33, 1, 0.68, 1) 0ms;
}
.module--cta.modulecta--withimg .modulecta__img.effect--ready {
  opacity: 1;
}

/*  ==========================================================================
  MODULE - Posts Grid / Carousel
  ========================================================================== */
/*  ==========================================================================
  MODULE - Interview / Q & A
  ========================================================================== */
.module--interview .interview__question, .module--interview .interview__answer {
  position: relative;
}
.module--interview .interview__question .interview__tag, .module--interview .interview__answer .interview__tag {
  display: inline-block;
  opacity: 0.5;
  margin-bottom: 0.5em;
}
.module--interview .interview__question .interview__tag::after, .module--interview .interview__answer .interview__tag::after {
  content: "‒";
  margin-left: 0.5em;
}
@media only screen and (min-width: 1000px) {
  .module--interview .interview__question .interview__tag, .module--interview .interview__answer .interview__tag {
    position: absolute;
    left: -4em;
    margin-bottom: 0;
  }
}
.module--interview .interview__question .interview__tag {
  font-weight: 700;
}

/*  ==========================================================================
  MODULE - Table
  ========================================================================== */
.module--table .table-responsive {
  overflow-x: auto;
}
.module--table__sidecontent {
  margin-top: 1em;
  margin-bottom: 0;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 1em;
  font-weight: 600;
}
@media only screen and (max-width: 999px) {
  .module--table__sidecontent {
    margin-bottom: 1em;
  }
}
.module--table table {
  width: 100%;
  border-color: #ebebeb;
}
.module--table table thead tr {
  background-color: #009b9f;
  color: #fff;
  text-align: left;
}
.module--table table th,
.module--table table td {
  padding: 0.3em 1em;
}
.module--table table td {
  background-color: #fff;
}

/*  ==========================================================================
  MODULE - Locations
  ========================================================================== */
.module--locations__card {
  background-color: #fff;
  height: 100%;
}
.module--locations__card address {
  padding: 1.5em 1.7em;
  font-style: normal;
}
.module--locations__card address .map-link {
  color: #009b9f;
  font-weight: 400;

}

.module--locations__card address .map-link::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  margin-left: 0.5em;
  font-weight: 300;
}

/*  ==========================================================================
  MODULE - People Grid
  ========================================================================== */
/* The person__detail below is for the person pop up, outside the module because the div is outside the module */
.person__detail {
  display: none;
  width: 100%;
  max-width: 1115px;
  padding: 1.5em;
}
@media only screen and (min-width: 700px) {
  .person__detail {
    padding: 3em;
  }
}
@media only screen and (max-width: 999px) {
  .person__detail {
    max-width: 90%;
  }
}
.person__detail .person__img {
  border-radius: 50%;
}
.person__detail h3 {
  margin-bottom: 0.2em;
}

@media only screen and (max-width: 699px) {
  .fancybox-slide--html {
    padding: 15px;
  }
}
/*  ==========================================================================
  MODULE - Single / Double Post
  ========================================================================== */
@media only screen and (max-width: 1199px) {
  .module--single-double-post .textcontent {
    padding: 0;
  }
}

/*  ==========================================================================
  MODULE - Gated Content Form
  ========================================================================== */
.module--gatedcontent .gcform {
  padding-left: 2em;
  padding-right: 2em;
}
.module--gatedcontent .gcform .gcform__heading,
.module--gatedcontent .gcform .gcform__textarea,
.module--gatedcontent .gcform .gcform__legaltext {
  max-width: 20em;
  margin: 0 auto;
}
.module--gatedcontent .gcform .gcform__textarea {
  max-width: 32em;
}
.module--gatedcontent .gcform .gcform__legaltext {
  max-width: 46em;
}
.module--gatedcontent .gcform .gcform__form form {
  position: relative;
  display: block;
}
.module--gatedcontent .gcform .gcform__form .hs_email label {
  display: none;
}
.module--gatedcontent .gcform .gcform__form .hs_email input {
  padding-right: 8em;
}
.module--gatedcontent .gcform .gcform__form .hs-form-field .hs-error-msgs {
  list-style: none;
  margin: 1em 0 0;
}
.module--gatedcontent .gcform .gcform__form .hs-form-field .hs-error-msgs label {
  display: block;
  color: #e80000;
  font-size: 0.88em;
}
.module--gatedcontent .gcform .gcform__form .hs_error_rollup {
  display: none;
}
.module--gatedcontent .gcform .gcform__form .hs_error_rollup .hs-error-msgs {
  list-style: none;
  margin: 0.5em 0 0;
}
.module--gatedcontent .gcform .gcform__form .hs_error_rollup .hs-error-msgs label {
  display: block;
  color: #e80000;
}
.module--gatedcontent .gcform .gcform__form .hs_submit .actions {
  margin: 0;
}
.module--gatedcontent .gcform .gcform__form .hs_submit input {
  padding: 1.5em 2em;
}

/*  ==========================================================================
  MODULE - Gated Download Form
  ========================================================================== */
.module--gateddownload .gdform {
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
}
.module--gateddownload .gdform .gdform__cover {
  max-width: 10em;
  margin: 0 auto;
  width: 100%;
  display: block;
}
.module--gateddownload .gdform .gdform__heading,
.module--gateddownload .gdform .gdform__textarea,
.module--gateddownload .gdform .gdform__legaltext {
  max-width: 20em;
  margin: 0 auto;
}
.module--gateddownload .gdform .gdform__heading {
  margin-bottom: 0.25em;
}
.module--gateddownload .gdform .gdform__textarea {
  max-width: 32em;
}
.module--gateddownload .gdform .gdform__legaltext {
  max-width: 46em;
}
@media only screen and (min-width: 1000px) {
  .module--gateddownload .gdform {
    padding-left: 8.3%;
    padding-right: 8.3%;
    text-align: left;
  }
  .module--gateddownload .gdform .gdform__heading,
.module--gateddownload .gdform .gdform__textarea,
.module--gateddownload .gdform .gdform__legaltext {
    margin-left: 0;
  }
  .module--gateddownload .gdform .gdform__cover {
    max-width: 13em;
  }
}
.module--gateddownload .gdform .gdform__form form {
  position: relative;
  display: block;
}
.module--gateddownload .gdform .gdform__form .hs_email label {
  display: none;
}
.module--gateddownload .gdform .gdform__form .hs-form-field .hs-error-msgs {
  list-style: none;
  margin: 1em 0 0;
}
.module--gateddownload .gdform .gdform__form .hs-form-field .hs-error-msgs label {
  display: block;
  color: #e80000;
  font-size: 0.88em;
}
.module--gateddownload .gdform .gdform__form .hs_error_rollup {
  display: none;
}
.module--gateddownload .gdform .gdform__form .hs_error_rollup .hs-error-msgs {
  list-style: none;
  margin: 0.5em 0 0;
}
.module--gateddownload .gdform .gdform__form .hs_error_rollup .hs-error-msgs label {
  display: block;
  color: #e80000;
}
.module--gateddownload .gdform .gdform__form .hs_submit {
  margin-left: 0.5em;
  float: left;
}
.module--gateddownload .gdform .gdform__form .hs_submit .actions {
  margin: 0;
}
.module--gateddownload .gdform .gdform__form .hs_submit input {
  padding: 1.5em 2em;
}

/*  ==========================================================================
  MODULE - Logos
  ========================================================================== */
.module--logos__logowrap {
  background-color: #fff;
  border: 1px solid #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  ==========================================================================
  MODULE - Text content & Tile Grid 
  ========================================================================== */
@media only screen and (min-width: 1000px) {
  .module--text-content-tilegrid .text-content-tilegrid__col--text {
    margin-bottom: 0;
    margin-top: calc(1em * 2);
  }
}
@media only screen and (min-width: 1200px) {
  .module--text-content-tilegrid .text-content-tilegrid__col--text {
    margin-top: calc(1em * 2);
  }
}
@media only screen and (min-width: 1400px) {
  .module--text-content-tilegrid .text-content-tilegrid__col--text {
    margin-top: calc(1.25em * 2);
  }
}
@media only screen and (min-width: 1600px) {
  .module--text-content-tilegrid .text-content-tilegrid__col--text {
    margin-top: calc(1.25em * 2);
  }
}

/*  ==========================================================================
  MODULE - Image Carousel
  ========================================================================== */
.module--image-carousel .image-carousel-wrap {
  overflow: hidden;
}
.module--image-carousel .imagecarousel__carousel {
  margin-left: -0.75em;
  margin-right: -0.75em;
}
@media only screen and (min-width: 550px) {
  .module--image-carousel .imagecarousel__carousel {
    margin-left: -0.75em;
    margin-right: -0.75em;
  }
}
@media only screen and (min-width: 700px) {
  .module--image-carousel .imagecarousel__carousel {
    margin-left: -1em;
    margin-right: -1em;
  }
}
@media only screen and (min-width: 1000px) {
  .module--image-carousel .imagecarousel__carousel {
    margin-left: -1em;
    margin-right: -1em;
  }
}
.module--image-carousel .imagecarousel__carousel .owl-item:not(.active) .carousel__img img {
  opacity: 0.5;
}
.module--image-carousel .carousel .carousel__img {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0.75em;
}
@media only screen and (min-width: 550px) {
  .module--image-carousel .carousel .carousel__img {
    padding: 0 0.75em;
  }
}
@media only screen and (min-width: 700px) {
  .module--image-carousel .carousel .carousel__img {
    padding: 0 1em;
  }
}
@media only screen and (min-width: 1000px) {
  .module--image-carousel .carousel .carousel__img {
    padding: 0 1em;
  }
}
.module--image-carousel .carousel .carousel__img .carousel__img__img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.module--image-carousel .carousel .carousel__img:hover .carousel__img__img {
  opacity: 0.85;
}
.module--image-carousel .owl-carousel .owl-item {
  float: none;
  display: inline-block;
}
.module--image-carousel .owl-carousel .owl-stage-outer {
  overflow: visible;
}

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