/** ==========================================================

    $ Table of Contents

========================================================== **/
/**
* Sections
* --------
* $1...............Setup
* $2................Grid
* $3..........Typography
* $4..........Components
* $5..............Layout
* $6.........Breakpoints
* $7.............Helpers


**/
/** ==========================================================

    $1 Setup

========================================================== **/
/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
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 */ }

/**
 * 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; }

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

html {
  background-color: #fff; }

body {
  font-family: "Stag Sans Web", "Helvetica", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.4;
  font-weight: 300; }

main {
  background: #fff;
  color: #464C57; }

a {
  color: #71C5DC;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  a:hover {
    color: #464C57; }

a:hover, a:active, a:focus {
  outline: none;
  color: #D6E1E6; }

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

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

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
  /* Added by Greyvy for responsive imagery */
  max-width: 100%;
  height: auto; }

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

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

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ====== media ====== */
.media, .bd {
  overflow: hidden;
  _overflow: visible;
  zoom: 1; }

.media .img {
  float: left;
  margin-right: 10px; }

.media .img img {
  display: block; }

.media .imgExt {
  float: right;
  margin-left: 10px; }

.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -20px; }
  .grid.grid-nogutter {
    margin: 0; }
    .grid.grid-nogutter > .col {
      padding: 0; }
  .grid.grid-onepixelGutter {
    margin: 1px; }
    .grid.grid-onepixelGutter > .col {
      padding: 1px; }
  .grid.grid-threepixelGutter {
    margin: 3px; }
    .grid.grid-threepixelGutter > .col {
      padding: 3px; }

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 0 20px 20px; }

.col-align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-align-bottom {
  align-self: flex-end; }

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex; }

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex; }

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex; }

.grid-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

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

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

.grid-around {
  justify-content: space-around; }

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

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col-fixed {
  flex: initial; }

.col-grow-2 {
  flex-grow: 2; }

.col-grow-3 {
  flex-grow: 3; }

.col-grow-4 {
  flex-grow: 4; }

.col-grow-5 {
  flex-grow: 5; }

.col-grow-6 {
  flex-grow: 6; }

.col-grow-7 {
  flex-grow: 7; }

.col-grow-8 {
  flex-grow: 8; }

.col-grow-9 {
  flex-grow: 9; }

.col-grow-10 {
  flex-grow: 10; }

.col-grow-11 {
  flex-grow: 11; }

.col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

@media only screen and (max-width: 46em) {
  .col-sm {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-sm {
    margin-bottom: 0; } }

@media only screen and (max-width: 55em) {
  .col-md {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-md {
    margin-bottom: 0; } }

@media only screen and (max-width: 70em) {
  .col-lg {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-lg {
    margin-bottom: 0; } }

@media only screen and (min-width: 55em) {
  .grid.grid-fatGutter {
    margin: 1em; }
    .grid.grid-fatGutter > .col {
      padding: 1em; }
  .sm-col-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .sm-col-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .sm-col-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .sm-col-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .sm-col-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .sm-col-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .sm-col-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .sm-col-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .sm-col-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .sm-col-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .sm-col-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .sm-col-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px 0 -16px; }
  .grid.grid-nogutter {
    margin: 0; }
    .grid.grid-nogutter > .col {
      padding: 0; }
  .grid.grid-largegutter {
    margin: 0 0 0 -32px; }
    .grid.grid-largegutter > .col {
      padding: 0 0 0 32px; }
  .grid.grid-fullGutter {
    margin: 0 0 0 -32px; }
    .grid.grid-fullGutter > .col {
      padding: 0 0 32px 32px; }

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 0 0 16px; }

.col-align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-align-bottom {
  align-self: flex-end; }

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex; }

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex; }

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex; }

.grid-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

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

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

.grid-around {
  justify-content: space-around; }

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

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col-fixed {
  flex: initial; }

.col-grow-2 {
  flex-grow: 2; }

.col-grow-3 {
  flex-grow: 3; }

.col-grow-4 {
  flex-grow: 4; }

.col-grow-5 {
  flex-grow: 5; }

.col-grow-6 {
  flex-grow: 6; }

.col-grow-7 {
  flex-grow: 7; }

.col-grow-8 {
  flex-grow: 8; }

.col-grow-9 {
  flex-grow: 9; }

.col-grow-10 {
  flex-grow: 10; }

.col-grow-11 {
  flex-grow: 11; }

.col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

@media only screen and (max-width: 46em) {
  .col-sm {
    flex: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 55em) {
  .col-md {
    flex: 100%;
    max-width: 100%; } }

@media only screen and (max-width: 70em) {
  .col-lg {
    flex: 100%;
    max-width: 100%; } }

/** ==========================================================

    $AlternateGrid

========================================================== **/
.threepixelGutter {
  margin-top: 3px; }
  .threepixelGutter .grid-col {
    margin-bottom: 3px; }

/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/
/* -- Begin grids
------------------------------------------------------------- */
.grid {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -20px; }
  .grid.grid-nogutter {
    margin: 0; }
    .grid.grid-nogutter > .col {
      padding: 0; }
  .grid.grid-onepixelGutter {
    margin: 1px; }
    .grid.grid-onepixelGutter > .col {
      padding: 1px; }
  .grid.grid-threepixelGutter {
    margin: 3px; }
    .grid.grid-threepixelGutter > .col {
      padding: 3px; }

.col {
  box-sizing: border-box;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0 0 20px 20px; }

.col-align-top {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-align-bottom {
  align-self: flex-end; }

.col-align-middle {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.col-top {
  justify-content: flex-start !important;
  flex-direction: column;
  display: flex; }

.col-bottom {
  justify-content: flex-end !important;
  flex-direction: column;
  display: flex; }

.col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex; }

.grid-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

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

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

.grid-around {
  justify-content: space-around; }

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

.col-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.col-last {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

.grid-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col-fixed {
  flex: initial; }

.col-grow-2 {
  flex-grow: 2; }

.col-grow-3 {
  flex-grow: 3; }

.col-grow-4 {
  flex-grow: 4; }

.col-grow-5 {
  flex-grow: 5; }

.col-grow-6 {
  flex-grow: 6; }

.col-grow-7 {
  flex-grow: 7; }

.col-grow-8 {
  flex-grow: 8; }

.col-grow-9 {
  flex-grow: 9; }

.col-grow-10 {
  flex-grow: 10; }

.col-grow-11 {
  flex-grow: 11; }

.col-1 {
  -ms-flex-preferred-size: 8.3333333333%;
  -webkit-flex-basis: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  -ms-flex-preferred-size: 16.6666666667%;
  -webkit-flex-basis: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex-preferred-size: 33.3333333333%;
  -webkit-flex-basis: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  -ms-flex-preferred-size: 41.6666666667%;
  -webkit-flex-basis: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex-preferred-size: 58.3333333333%;
  -webkit-flex-basis: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  -ms-flex-preferred-size: 66.6666666667%;
  -webkit-flex-basis: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex-preferred-size: 83.3333333333%;
  -webkit-flex-basis: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  -ms-flex-preferred-size: 91.6666666667%;
  -webkit-flex-basis: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%; }

@media only screen and (max-width: 46em) {
  .col-sm {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-sm {
    margin-bottom: 0; } }

@media only screen and (max-width: 55em) {
  .col-md {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-md {
    margin-bottom: 0; } }

@media only screen and (max-width: 70em) {
  .col-lg {
    flex: 100%;
    max-width: 100%; }
  .grid-nogutter .col-lg {
    margin-bottom: 0; } }

@media only screen and (min-width: 55em) {
  .grid.grid-fatGutter {
    margin: 1em; }
    .grid.grid-fatGutter > .col {
      padding: 1em; }
  .sm-col-1 {
    -ms-flex-preferred-size: 8.3333333333%;
    -webkit-flex-basis: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .sm-col-2 {
    -ms-flex-preferred-size: 16.6666666667%;
    -webkit-flex-basis: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .sm-col-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .sm-col-4 {
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .sm-col-5 {
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .sm-col-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .sm-col-7 {
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .sm-col-8 {
    -ms-flex-preferred-size: 66.6666666667%;
    -webkit-flex-basis: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .sm-col-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .sm-col-10 {
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .sm-col-11 {
    -ms-flex-preferred-size: 91.6666666667%;
    -webkit-flex-basis: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .sm-col-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%; } }

/* -- Use this wrapper if you want to divide your columns -- */
.divide-bottom {
  opacity: .3;
  border-bottom: 1px solid #D6E1E6;
  padding-bottom: 0;
  margin-bottom: 1.5em; }

/* -- Setup grids with base class -- */
.grid-wrap {
  margin-left: -1.5em;
  overflow: hidden;
  clear: both; }

.grid-col {
  float: left;
  padding-left: 1.5em;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.large-gutter {
  margin-left: -3em; }
  .large-gutter .grid-col {
    padding-left: 3em; }

.half-gutter {
  margin-left: -0.75em; }
  .half-gutter .grid-col {
    padding-left: 0.75em; }

.quarter-gutter {
  margin-left: -0.375em; }
  .quarter-gutter .grid-col {
    padding-left: 0.375em; }

.no-gutter {
  margin-left: 0; }
  .no-gutter .grid-col {
    padding-left: 0; }

.reset-gutter {
  margin-left: -1.5em; }
  .reset-gutter .grid-col {
    padding-left: 1.5em; }

.onepixel-gutter {
  margin-left: -1px; }
  .onepixel-gutter .grid-col {
    padding-left: 1px; }

.threepixelGutter {
  margin-left: -3px; }
  .threepixelGutter .grid-col {
    padding-left: 3px; }

.fatGutter {
  margin-left: -16px; }
  .fatGutter .grid-col {
    padding-left: 16px; }

ul.grid-wrap,
ol.grid-wrap {
  padding-left: 0;
  list-style: none; }

li.grid-col {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none; }

.col-size1of1,
.col-full,
.col-set-full .grid-col {
  width: 100%; }

.col-size1of2,
.col-one-half,
.col-set-one-half .grid-col {
  width: 50%; }

.col-size1of3,
.col-one-third,
.col-set-one-third .grid-col {
  width: 33.333%; }

.col-size1of4,
.col-one-quarter,
.col-set-one-quarter .grid-col {
  width: 25%; }

.col-size2of3,
.col-two-thirds {
  width: 66.666%; }

.col-size3of4,
.col-three-quarters {
  width: 75%; }

.col-size1of5,
.col-one-fifth {
  width: 20%; }

.col-size2of5,
.col-two-fifths {
  width: 40%; }

.col-size3of5,
.col-three-fifths {
  width: 60%; }

.col-size4of5,
.col-four-fifths {
  width: 80%; }

.col-size1of8,
.col-one-eighth {
  width: 12.5%; }

.col-size1of10,
.col-one-tenth {
  width: 10%; }

.col-size1of6,
.col-one-sixth {
  width: 16.666%; }

.col-size1of16,
.col-one-sixteenth {
  width: 6.25%; }

/* -- Breakpoint (.bp1)
------------------------------------------------------------- */
@media only screen and (min-width: 46em) {
  .bp1-col-size1of1,
  .bp1-col-full,
  .bp1-col-set-full .grid-col {
    width: 100%; }
  .bp1-col-size1of2,
  .bp1-col-one-half,
  .bp1-col-set-one-half .grid-col {
    width: 50%; }
  .bp1-col-size1of3,
  .bp1-col-one-third,
  .bp1-col-set-one-third .grid-col {
    width: 33.333%; }
  .bp1-col-size1of4,
  .bp1-col-one-quarter,
  .bp1-col-set-one-quarter .grid-col {
    width: 25%; }
  .bp1-col-size2of3,
  .bp1-col-two-thirds {
    width: 66.666%; }
  .bp1-col-size3of4,
  .bp1-col-three-quarters {
    width: 75%; }
  .bp1-col-size1of5,
  .bp1-col-one-fifth {
    width: 20%; }
  .bp1-col-size2of5,
  .bp1-col-two-fifths {
    width: 40%; }
  .bp1-col-size3of5,
  .bp1-col-three-fifths {
    width: 60%; }
  .bp1-col-size4of5,
  .bp1-col-four-fifths {
    width: 80%; }
  .bp1-col-size1of8,
  .bp1-col-one-eighth {
    width: 12.5%; }
  .bp1-col-size1of10,
  .bp1-col-one-tenth {
    width: 10%; }
  .bp1-col-size1of6,
  .bp1-col-one-sixth {
    width: 16.666%; }
  .bp1-col-size1of16,
  .bp1-col-one-sixteenth {
    width: 6.25%; } }

/* -- Breakpoint 2 (.bp2)
------------------------------------------------------------- */
@media only screen and (min-width: 55em) {
  .fatGutter {
    margin-top: 16px; }
    .fatGutter .grid-col {
      margin-bottom: 16px; }
  .bp2-col-size1of1,
  .bp2-col-full,
  .bp2-col-set-full .grid-col {
    width: 100%; }
  .bp2-col-size1of2,
  .bp2-col-one-half,
  .bp2-col-set-one-half .grid-col {
    width: 50%; }
  .bp2-col-size1of3,
  .bp2-col-one-third,
  .bp2-col-set-one-third .grid-col {
    width: 33.333%; }
  .bp2-col-size1of4,
  .bp2-col-one-quarter,
  .bp2-col-set-one-quarter .grid-col {
    width: 25%; }
  .bp2-col-size2of3,
  .bp2-col-two-thirds {
    width: 66.666%; }
  .bp2-col-size3of4,
  .bp2-col-three-quarters {
    width: 75%; }
  .bp2-col-size1of5,
  .bp2-col-one-fifth {
    width: 20%; }
  .bp2-col-size2of5,
  .bp2-col-two-fifths {
    width: 40%; }
  .bp2-col-size3of5,
  .bp2-col-three-fifths {
    width: 60%; }
  .bp2-col-size4of5,
  .bp2-col-four-fifths {
    width: 80%; }
  .bp2-col-size1of8,
  .bp2-col-one-eighth {
    width: 12.5%; }
  .bp2-col-size1of10,
  .bp2-col-one-tenth {
    width: 10%; }
  .bp2-col-size1of6,
  .bp2-col-one-sixth {
    width: 16.666%; }
  .bp2-col-size1of16,
  .bp2-col-one-sixteenth {
    width: 6.25%; } }

/* -- Breakpoint 3 (.bp3)
------------------------------------------------------------- */
@media only screen and (min-width: 70em) {
  .bp3-col-size1of1,
  .bp3-col-full,
  .bp3-col-set-full .grid-col {
    width: 100%; }
  .bp3-col-size1of2,
  .bp3-col-one-half,
  .bp3-col-set-one-half .grid-col {
    width: 50%; }
  .bp3-col-size1of3,
  .bp3-col-one-third,
  .bp3-col-set-one-third .grid-col {
    width: 33.333%; }
  .bp3-col-size1of4,
  .bp3-col-one-quarter,
  .bp3-col-set-one-quarter .grid-col {
    width: 25%; }
  .bp3-col-size2of3,
  .bp3-col-two-thirds {
    width: 66.666%; }
  .bp3-col-size3of4,
  .bp3-col-three-quarters {
    width: 75%; }
  .bp3-col-size1of5,
  .bp3-col-one-fifth {
    width: 20%; }
  .bp3-col-size2of5,
  .bp3-col-two-fifths {
    width: 40%; }
  .bp3-col-size3of5,
  .bp3-col-three-fifths {
    width: 60%; }
  .bp3-col-size4of5,
  .bp3-col-four-fifths {
    width: 80%; }
  .bp3-col-size1of8,
  .bp3-col-one-eighth {
    width: 12.5%; }
  .bp3-col-size1of10,
  .bp3-col-one-tenth {
    width: 10%; }
  .bp3-col-size1of6,
  .bp3-col-one-sixth {
    width: 16.666%; }
  .bp3-col-size1of16,
  .bp3-col-one-sixteenth {
    width: 6.25%; } }

/* -- Breakpoint 4 (.bp4)
------------------------------------------------------------- */
@media only screen and (min-width: 90em) {
  .bp4-col-size1of1,
  .bp4-col-full,
  .bp4-col-set-full .grid-col {
    width: 100%; }
  .bp4-col-size1of2,
  .bp4-col-one-half,
  .bp4-col-set-one-half .grid-col {
    width: 50%; }
  .bp4-col-size1of3,
  .bp4-col-one-third,
  .bp4-col-set-one-third .grid-col {
    width: 33.333%; }
  .bp4-col-size1of4,
  .bp4-col-one-quarter,
  .bp4-col-set-one-quarter .grid-col {
    width: 25%; }
  .bp4-col-size2of3,
  .bp4-col-two-thirds {
    width: 66.666%; }
  .bp4-col-size3of4,
  .bp4-col-three-quarters {
    width: 75%; }
  .bp4-col-size1of5,
  .bp4-col-one-fifth {
    width: 20%; }
  .bp4-col-size2of5,
  .bp4-col-two-fifths {
    width: 40%; }
  .bp4-col-size3of5,
  .bp4-col-three-fifths {
    width: 60%; }
  .bp4-col-size4of5,
  .bp4-col-four-fifths {
    width: 80%; }
  .bp4-col-size1of8,
  .bp4-col-one-eighth {
    width: 12.5%; }
  .bp4-col-size1of10,
  .bp4-col-one-tenth {
    width: 10%; }
  .bp4-col-size1of6,
  .bp4-col-one-sixth {
    width: 16.666%; }
  .bp4-col-size1of16,
  .bp4-col-one-sixteenth {
    width: 6.25%; } }

/* 
	=============================================
		Custom Type
	=============================================	
*/
@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-BlackItalic-Web.woff2") format("woff2"), url("../fonts/StagSans-BlackItalic-Web.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-Black-Web.woff2") format("woff2"), url("../fonts/StagSans-Black-Web.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-BoldItalic-Web.woff2") format("woff2"), url("../fonts/StagSans-BoldItalic-Web.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-Bold-Web.woff2") format("woff2"), url("../fonts/StagSans-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-SemiboldItalic-Web.woff2") format("woff2"), url("../fonts/StagSans-SemiboldItalic-Web.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-Semibold-Web.woff2") format("woff2"), url("../fonts/StagSans-Semibold-Web.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-MediumItalic-Web.woff2") format("woff2"), url("../fonts/StagSans-MediumItalic-Web.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-Medium-Web.woff2") format("woff2"), url("../fonts/StagSans-Medium-Web.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-BookItalic-Web.woff2") format("woff2"), url("../fonts/StagSans-BookItalic-Web.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-Book-Web.woff2") format("woff2"), url("../fonts/StagSans-Book-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-LightItalic-Web.woff2") format("woff2"), url("../fonts/StagSans-LightItalic-Web.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-Light-Web.woff2") format("woff2"), url("../fonts/StagSans-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-ThinItalic-Web.woff2") format("woff2"), url("../fonts/StagSans-ThinItalic-Web.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: 'Stag Sans Web';
  src: url("../fonts/StagSans-Thin-Web.woff2") format("woff2"), url("../fonts/StagSans-Thin-Web.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-stretch: normal; }

/** ==========================================================

    $3 Typography

========================================================== **/
#mfPreviewBar {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5em;
  text-transform: none;
  font-family: "Stag Sans Web", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  color: #464C57; }

h1 {
  font-size: 3em;
  letter-spacing: 1px;
  padding: 0;
  margin: 0 0 0.5em;
  line-height: 1em;
  font-family: "Stag Sans Web", "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

h2 {
  font-size: 1.9em;
  font-weight: 600;
  line-height: 1.2em;
  margin: 0 0 1em;
  font-family: "Stag Sans Web", "Helvetica Neue", "Helvetica", Arial, sans-serif; }
  h2 strong {
    font-weight: 600; }

h3 {
  font-size: 1.6em;
  font-weight: 500;
  margin: 0 0 .5em;
  padding: 0;
  letter-spacing: 0;
  line-height: 1.2em; }

h4 {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 1em;
  color: #464C57; }

h5 {
  font-weight: 500;
  font-size: 1em;
  margin: 0 0 .5em; }
  h5 span {
    color: #A0A4AD;
    font-weight: 300; }

h6 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 0 0 .5em; }

address {
  line-height: 1.5;
  font-size: 0.9em;
  margin-bottom: 1em;
  margin-top: 0; }

p {
  line-height: 1.6em;
  font-size: 1em;
  margin: 0 0 .75em 0; }
  p strong {
    font-weight: 600; }

b, strong {
  font-weight: 600; }

ul {
  margin: 0 0 1em 1.5em;
  padding: 0; }
  ul li {
    line-height: 1.4em;
    margin: 0 0 .5em 0;
    padding: 0;
    list-style: disc;
    font-size: .9em; }

.center-txt,
.txt-center {
  text-align: center; }

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

.small {
  font-size: .75em; }

.verticalText__BottomRight {
  text-align: left;
  transform: rotate(-90deg) translate(100%, 0);
  transform-origin: right bottom;
  bottom: 0;
  right: 16px; }

.verticalText__TopRight {
  text-align: right;
  transform: rotate(-90deg) translate(2%, 0);
  transform-origin: 100% 100%;
  float: right;
  top: 0;
  right: 16px; }

.articleBody p a, .articleBody li a {
  color: #464C57;
  text-decoration: underline; }
  .articleBody p a:hover, .articleBody li a:hover {
    color: #71C5DC; }

.siteMainContent--heroHeader h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.2em;
  letter-spacing: 0.025em;
  line-height: 1em;
  font-weight: 600; }

.quickLink {
  vertical-align: middle;
  display: inline-block;
  font-weight: 500; }
  .quickLink .icon {
    width: 12px;
    height: 12px;
    fill: #71C5DC;
    vertical-align: middle; }

.sidebarBox {
  font-weight: 500; }
  .sidebarBox h3, .sidebarBox h4 {
    font-size: 1.2em;
    font-weight: 500;
    margin: 0; }
  .sidebarBox p {
    margin: 0 0 1.5em; }

.featureBoxes .box {
  overflow: hidden; }
  .featureBoxes .box .box-featuredHeading {
    font-size: 2.4em;
    font-weight: 600;
    text-transform: uppercase; }
  .featureBoxes .box .box-featuredHeading.smallHeading {
    text-transform: none;
    font-size: 1.4em;
    font-weight: 500;
    letter-spacing: 1px; }
  .featureBoxes .box .box-heading {
    color: #fff; }
    .featureBoxes .box .box-heading .slug {
      font-weight: 500;
      letter-spacing: 1px;
      margin: 0 0 .5em;
      display: block; }
    .featureBoxes .box .box-heading h3 {
      margin: 0;
      color: #fff;
      letter-spacing: 1px;
      font-weight: 600; }

.featureBoxes a .box .box-featuredHeading, .featureBoxes .boxWrap .box .box-featuredHeading {
  color: #fff; }

.featureBoxes a .box .box-featuredHeading.smallHeading, .featureBoxes .boxWrap .box .box-featuredHeading.smallHeading {
  opacity: 1;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }

.featureBoxes a .box .box-image, .featureBoxes .boxWrap .box .box-image {
  background: #464c57;
  background: linear-gradient(0deg, #464c57 0%, #71c5dc 100%); }

.featureBoxes a:hover img, .featureBoxes .boxWrap:hover img {
  opacity: 0; }

.featureBoxes a:hover .box .box-featuredHeading, .featureBoxes .boxWrap:hover .box .box-featuredHeading {
  color: #fff; }

.featureBoxes a:hover .box .box-featuredHeading.smallHeading, .featureBoxes .boxWrap:hover .box .box-featuredHeading.smallHeading {
  opacity: 0; }

.featureBoxes.peopleBoxes .boxWrap .box:hover img {
  opacity: 0; }

table.contactDetails {
  width: 100%; }
  table.contactDetails a {
    font-weight: 500; }
  table.contactDetails tr td {
    vertical-align: top;
    padding-bottom: 1em; }
  table.contactDetails tr td.t-label {
    width: 20%; }
  table.contactDetails tr td.t-detail {
    padding-left: 1em; }

/* 
	=============================================
		Responsive Typography
	=============================================	
*/
.verticalText__TopRight.landingPage {
  top: -50px; }

@media only screen and (min-height: 800px) and (min-width: 55em) {
  .siteMainContent--heroHeader h1 {
    font-size: 4em; }
  .featureBoxes .box .box-featuredHeading {
    font-size: 2.6em; } }

@media only screen and (min-width: 70em) {
  h1 {
    font-size: 3.2em; }
  h2 {
    font-size: 2.4em; }
  h3 {
    font-size: 1.9em; }
  h4 {
    font-size: 1.6em;
    margin-bottom: .5em; }
  p {
    font-size: 1em; }
  ul li {
    line-height: 1.4em;
    font-size: 1em; }
  .featureBoxes .box .box-featuredHeading {
    font-size: 3.4em; }
  .featureBoxes .box .box-heading h3 {
    font-size: 1.8em;
    max-width: 65%; }
  .siteMainContent--heroHeader h1 {
    font-size: 4em; } }

.quoteGroup blockquote {
  color: #71C5DC;
  margin: 0 0 1.5em;
  padding: 0 0 0.75em;
  border-bottom: 1px solid #D6E1E6;
  font-weight: 400;
  letter-spacing: .02em; }

.quoteGroup cite {
  font-weight: 500;
  letter-spacing: .05em;
  font-style: italic;
  margin: 0;
  padding: 0;
  color: #A0A4AD;
  text-align: left;
  display: block; }

@media only screen and (min-height: 800px) and (min-width: 70em) {
  .siteMainContent--heroHeader h1 {
    font-size: 4.5em; } }

@media only screen and (min-height: 800px) and (min-width: 55em) {
  .verticalText__TopRight.landingPage {
    top: -75px; } }

@media only screen and (min-height: 800px) and (min-width: 90em) {
  h1 {
    font-size: 3.6em; }
  .siteMainContent--heroHeader h1 {
    font-size: 5em; }
  .featureBoxes .box .box-featuredHeading {
    font-size: 4em; } }

.pagination .pagination-link {
  font-weight: 600;
  font-size: 1.6em;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  color: #464C57;
  white-space: nowrap; }
  .pagination .pagination-link span {
    display: none; }
  .pagination .pagination-link .icon {
    fill: #464C57;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .pagination .pagination-link:hover {
    color: #D6E1E6; }
    .pagination .pagination-link:hover .icon {
      fill: #D6E1E6; }

.pagination .pagination-prev .icon {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.verticalAlign {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.asBlock {
  display: block; }

@media only screen and (min-width: 55em) {
  .pagination .pagination-link {
    font-size: 1.2em; }
    .pagination .pagination-link span {
      display: inline-block; }
    .pagination .pagination-link .icon {
      width: 12px;
      height: 12px; } }

@media only screen and (min-width: 70em) {
  .pagination .pagination-link {
    font-size: 1.6em; } }

.navWrapper nav .navigation {
  margin: 0 0 1.5em;
  padding: 0; }
  .navWrapper nav .navigation li {
    list-style: none;
    margin: 0 0 .75em;
    padding: 0; }
    .navWrapper nav .navigation li a {
      color: #D6E1E6;
      font-weight: 500;
      letter-spacing: 0.02em;
      font-size: 1.6em;
      display: block;
      white-space: nowrap;
      vertical-align: middle; }
      .navWrapper nav .navigation li a .icon {
        vertical-align: middle;
        display: inline-block;
        width: 11px;
        height: 8px;
        fill: #D6E1E6;
        -webkit-transition: all 0.15s ease-in;
        -moz-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in; }
      .navWrapper nav .navigation li a:hover {
        color: #71C5DC; }
        .navWrapper nav .navigation li a:hover .icon {
          fill: #71C5DC; }
    .navWrapper nav .navigation li a.active {
      color: #71C5DC; }
  .navWrapper nav .navigation li.navCta {
    margin-top: 1.6em;
    text-transform: uppercase; }
    .navWrapper nav .navigation li.navCta a {
      font-size: 1.2em;
      letter-spacing: 0.04em; }
  .navWrapper nav .navigation li.parent .subnav {
    margin: 0;
    padding: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in; }
    .navWrapper nav .navigation li.parent .subnav li {
      list-style: none;
      margin: .25em 0;
      padding: 0; }
      .navWrapper nav .navigation li.parent .subnav li a {
        font-weight: 300;
        font-size: 1em; }
  .navWrapper nav .navigation li.static-parent .static-subnav {
    padding: 0;
    margin: 0.75em 0 1.5em;
    height: auto;
    visibility: visible;
    opacity: 1; }
    .navWrapper nav .navigation li.static-parent .static-subnav li {
      list-style: none;
      margin: .25em 0;
      padding: 0; }
      .navWrapper nav .navigation li.static-parent .static-subnav li a {
        font-weight: 300;
        font-size: 1em; }
  .navWrapper nav .navigation li.parent.active .icon {
    transform: rotate(90deg); }
  .navWrapper nav .navigation li.parent.active .subnav {
    margin: 0.75em 0 1.5em;
    height: auto;
    visibility: visible;
    opacity: 1; }

.headerCta--register__mobileBar {
  position: absolute;
  top: 0;
  height: 67px;
  right: 0;
  left: auto;
  width: 120px;
  z-index: 99;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .headerCta--register__mobileBar .cta.button {
    height: 67px;
    line-height: 67px;
    padding: 0 1em;
    float: right;
    border-radius: 0; }
    .headerCta--register__mobileBar .cta.button:hover {
      color: #fff; }

.siteWrapper.minimized .headerCta--register__mobileBar {
  visibility: hidden;
  opacity: 0; }

@media only screen and (min-width: 55em) {
  .headerCta--register__mobileBar {
    display: none; }
  .navWrapper {
    padding-bottom: 3em; }
    .navWrapper nav .navigation {
      margin: 3em 0 0 0; }
      .navWrapper nav .navigation li {
        margin: 0 0 .55em;
        padding: 0; }
        .navWrapper nav .navigation li a {
          font-size: 1.4em; }
      .navWrapper nav .navigation li.navCta {
        margin-top: 2.5em; }
        .navWrapper nav .navigation li.navCta a {
          font-size: 1em;
          letter-spacing: 0.04em; } }

.headerCta--social a {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 .5em 0 0;
  opacity: .5; }
  .headerCta--social a .icon {
    display: block;
    fill: white;
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .headerCta--social a:hover {
    opacity: 1; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

.arrowBox {
  bottom: -35px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 0;
  z-index: 9;
  background: #71C5DC;
  cursor: pointer;
  opacity: 1;
  text-align: center; }
  .arrowBox .icon {
    width: 16px;
    height: 16px;
    margin: auto;
    vertical-align: middle;
    fill: #fff; }
  .arrowBox:hover {
    background: #464C57; }

.arrowBox.arrowPrev {
  right: 37px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  top: auto;
  bottom: -32px;
  left: 0;
  right: auto;
  width: 100%;
  text-align: left; }
  .slick-dots li {
    margin: 0 .35em;
    padding: 0;
    list-style: none;
    display: inline-block; }
    .slick-dots li button {
      padding: 0px;
      border: none;
      color: #D6E1E6;
      background: #D6E1E6;
      overflow: hidden;
      line-height: 11px;
      height: 11px;
      width: 11px;
      border-radius: 100%;
      text-align: center;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
      .slick-dots li button:hover {
        color: #D6E1E6;
        background: #D6E1E6; }
  .slick-dots li.slick-active button {
    background: #71C5DC;
    color: #71C5DC; }

@media only screen and (min-width: 55em) {
  .arrowBox {
    bottom: -50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #71C5DC; }
    .arrowBox .icon {
      width: 20px;
      height: 20px; }
  .arrowBox.arrowPrev {
    right: 52px; }
  .slick-dots {
    bottom: -35px;
    margin: 0 auto;
    right: 0;
    text-align: center; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 92%;
  cursor: auto;
  background: #fff;
  margin: 1.5em 0; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 66.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.css-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2; }

@media only screen and (min-width: 46em) {
  .css-columns {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3; } }

@media only screen and (min-width: 55em) {
  .css-columns {
    -webkit-column-count: 4;
    /* Chrome, Safari, Opera */
    -moz-column-count: 4;
    /* Firefox */
    column-count: 4; } }

.arrow_box {
  position: relative;
  background: #464C57;
  padding: .5em;
  color: #fff;
  margin: 0 0 1.25em;
  border-radius: .25em;
  font-family: "Stag Sans Web", "Helvetica", Arial, sans-serif; }

.arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #464C57;
  border-width: 10px;
  margin-left: -10px; }

.isotope-item {
  transition: opacity 0.5s, background-color 0.25s linear, border-color 0.25s linear; }

.filterButtons {
  margin: 0 0 1.5em; }
  .filterButtons ul {
    margin: 0;
    padding: 0; }
    .filterButtons ul li {
      list-style: none;
      margin: 0 .25em .5em 0;
      padding: 0;
      display: inline-block; }
      .filterButtons ul li .button {
        text-transform: none;
        cursor: pointer;
        padding: .55em 1.25em; }
    .filterButtons ul li.active .button {
      background: #71C5DC; }

.sel-box {
  position: relative; }
  .sel-box .selectButton, .sel-box .button {
    display: block;
    width: 235px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    padding: 0;
    background: #464C57;
    text-transform: none;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    border-radius: 8px; }
    .sel-box .selectButton:hover, .sel-box .button:hover {
      background: #464C57;
      color: #fff; }
  .sel-box .selectButton {
    vertical-align: middle; }
    .sel-box .selectButton .icon {
      display: inline-block;
      fill: #fff;
      height: 12px;
      width: 12px;
      margin: 0 0 0 3px;
      transform: rotate(90deg); }
  .sel-box .toc-odd {
    position: absolute;
    top: 0;
    background: #464C57;
    width: 235px;
    display: none;
    z-index: 999;
    margin: 0;
    padding: 0 0 0 0;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.55); }
    .sel-box .toc-odd li {
      margin: 0;
      padding: 0;
      list-style: none; }
      .sel-box .toc-odd li .button {
        background: none;
        padding: 0;
        margin: 0;
        font-weight: 300;
        text-transform: none; }
        .sel-box .toc-odd li .button:hover {
          color: #71C5DC; }

.teamListing {
  list-style: none; }
  .teamListing li {
    position: relative; }
    .teamListing li .letterBox {
      height: 35px;
      line-height: 30px;
      font-weight: 500;
      text-transform: uppercase;
      width: 100%;
      background: #fff; }
    .teamListing li .itemContent {
      display: block;
      position: absolute;
      bottom: 1.5em;
      left: 1.5em;
      font-size: .6em;
      -webkit-transition: all .6s;
      transition: all .6s; }
      .teamListing li .itemContent h3, .teamListing li .itemContent h4 {
        margin: 0;
        padding: 0;
        color: #fff; }
      .teamListing li .itemContent h3 {
        font-size: 1.9em;
        letter-spacing: 0.04em; }
      .teamListing li .itemContent h4 {
        text-transform: none; }
    .teamListing li:hover .itemContent {
      bottom: 3em; }

.teamMember-vCard h3, .teamMember-vCard h4 {
  color: #fff;
  margin: 0;
  font-size: 1.2em;
  font-weight: 500; }

.teamMember-vCard h4 {
  font-weight: 400; }

.teamMember-bio p {
  color: #D6E1E6; }

.dashClose {
  width: 30px;
  height: 2px;
  display: block;
  background: #fff;
  text-indent: -999em;
  display: none; }

.expandingPanels .panel {
  position: relative; }
  .expandingPanels .panel .panel-details {
    height: 0;
    opacity: 0;
    display: none;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .expandingPanels .panel .circle-plus {
    position: absolute;
    top: 1em;
    right: 1em; }

.expandingPanels .panel.activated .panel-details {
  display: block;
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 1.5em 0 0 0; }

.expandingPanels .faq .panel.activated .panel-details {
  padding: 0; }

.jobPostings, .faqs {
  margin: 1.5em 0;
  padding: 0; }
  .jobPostings .job, .jobPostings .faq, .faqs .job, .faqs .faq {
    margin: 0 0 .75em;
    padding: 0;
    list-style: none; }
    .jobPostings .job .circle, .jobPostings .faq .circle, .faqs .job .circle, .faqs .faq .circle {
      cursor: pointer; }
    .jobPostings .job .panel, .jobPostings .faq .panel, .faqs .job .panel, .faqs .faq .panel {
      padding: 1.5em;
      background: #D6E1E6;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    .jobPostings .job:hover .panel, .jobPostings .faq:hover .panel, .faqs .job:hover .panel, .faqs .faq:hover .panel {
      background: #71C5DC; }
    .jobPostings .job .panel-heading, .jobPostings .faq .panel-heading, .faqs .job .panel-heading, .faqs .faq .panel-heading {
      max-width: 700px;
      padding-right: 145px; }
      .jobPostings .job .panel-heading p, .jobPostings .faq .panel-heading p, .faqs .job .panel-heading p, .faqs .faq .panel-heading p {
        margin: 0;
        padding: 0; }
    .jobPostings .job .panel-details, .jobPostings .faq .panel-details, .faqs .job .panel-details, .faqs .faq .panel-details {
      max-width: 500px; }
  .jobPostings .job:hover .panel.activated, .jobPostings .faq:hover .panel.activated, .faqs .job:hover .panel.activated, .faqs .faq:hover .panel.activated {
    background: #D6E1E6; }

.closed .vertical {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg); }

.closed .horizontal {
  transition: all 0.5s ease-in-out;
  transform: rotate(-90deg);
  opacity: 1; }

.activated {
  opacity: 1; }
  .activated .vertical {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg); }
  .activated .horizontal {
    transition: all 0.5s ease-in-out;
    transform: rotate(90deg);
    opacity: 0; }

.circle-plus {
  height: 4em;
  width: 4em;
  font-size: 1em;
  opacity: .7; }

.circle-plus .circle {
  position: relative;
  width: 2.55em;
  height: 2.5em;
  border-radius: 100%;
  float: right; }

.circle-plus .circle .horizontal {
  position: absolute;
  background-color: #464C57;
  width: 20px;
  height: 2px;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  margin-top: -1px; }

.circle-plus .circle .vertical {
  position: absolute;
  background-color: #464C57;
  width: 2px;
  height: 20px;
  left: 50%;
  margin-left: -1px;
  top: 50%;
  margin-top: -10px; }

/**
*
* Buttons of Various Sorts
*
**/
.button {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.04em;
  padding: .55em 1.25em;
  background: #A0A4AD;
  display: inline-block;
  border-radius: 8px; }
  .button:hover {
    background: #71C5DC;
    color: #fff; }

.button.noCaps {
  text-transform: none; }

.button.asBlock {
  display: block;
  text-align: center; }

.button.reverse {
  background: #71C5DC; }
  .button.reverse:hover {
    background: #464C57; }

.bigButton {
  padding: 1.15em 3.75em; }

.mobile-pageUpButton {
  display: block;
  height: 40px;
  line-height: 40px; }
  .mobile-pageUpButton .icon {
    width: 40px;
    height: 40px; }
  .mobile-pageUpButton:hover {
    opacity: .5; }

.load-cta {
  color: #464C57;
  text-transform: none;
  vertical-align: middle; }
  .load-cta .icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    color: #464C57;
    transform: rotate(90deg);
    margin: 0 0 0 3px; }
  .load-cta:hover {
    color: #A0A4AD; }

/* ----------------------------------------------  Reset form elements ---------------------------------------------- */
input, select, textarea {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
  outline: none;
  font-family: inherit;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #464C57;
  font-family: "Stag Sans Web", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #464C57;
  font-family: "Stag Sans Web", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #464C57;
  font-family: "Stag Sans Web", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

:-ms-input-placeholder {
  color: #464C57;
  font-family: "Stag Sans Web", "Helvetica", Arial, sans-serif;
  text-transform: uppercase;
  font-size: .85em;
  padding-top: .15em;
  font-style: normal; }

/* ----------------------------------------------  Classes  ---------------------------------------------- */
.field {
  margin: .25em 0;
  position: relative; }
  .field:before, .field:after {
    content: "";
    display: table;
    clear: both; }
  .field:after {
    clear: both; }

.field.marginBottom {
  margin-bottom: .5em; }

.submitFieldBox {
  padding-top: 2.5em; }

.parsley-error-list {
  margin: 0;
  padding: 0;
  position: absolute;
  top: .75em;
  right: 0; }
  .parsley-error-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px; }

.ff-form-errors p {
  font-weight: 500;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #C43824; }

.ff-form-success p {
  color: #464C57;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.2em; }

.ff-errors {
  margin: 0 0 1em;
  padding: 0;
  display: block;
  clear: both; }
  .ff-errors li {
    color: #C43824;
    font-weight: 500;
    clear: both;
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1em; }

/* ----------------------------------------------  Labels  ---------------------------------------------- */
label {
  display: block;
  float: none;
  margin: 0;
  padding: 0.5em 0 0;
  text-align: left;
  text-indent: 0;
  font-size: 1em;
  line-height: 1.2em;
  min-height: 2.2em;
  font-family: "Stag Sans Web", "Helvetica", Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  color: #464C57; }

label.notBold {
  font-weight: 300; }

/* ----------------------------------------------  Inputs, textareas and selects  ---------------------------------------------- */
input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"], textarea, select, div.styled, input[type="file"] {
  width: 100%;
  border: none;
  padding: 0.65em 0.6em;
  color: #464C57;
  display: block;
  border: 1px solid #464C57;
  border-radius: 8px;
  font-family: "Stag Sans Web", "Helvetica", Arial, sans-serif;
  background: transparent; }

input.smaller {
  padding: .4em .6em;
  background: #ebebeb; }

input.large-form-field {
  padding: 0.95em;
  margin-bottom: 1.25em; }

input.mobile-search-input {
  background: #fff; }

div.styled, select, input[type="submit"],
input[type="file"]:after {
  background: #464C57;
  font-weight: 100;
  font-family: "Stag Sans Web", "Arial", "Helvetica", Arial, sans-serif;
  font-size: 0.85em;
  padding: 0.8em .25em;
  text-indent: 0.7em;
  margin: 0;
  cursor: pointer;
  width: 100%;
  color: #fff;
  text-transform: none; }
  div.styled:hover, select:hover, input[type="submit"]:hover,
  input[type="file"]:after:hover {
    background-color: #999;
    color: #fff; }

.ie9 input[type="text"] {
  line-height: normal; }

/* Get the stuff to line up right */
.lt-ie10 select {
  padding-left: .5em; }

textarea {
  width: 100%;
  height: 6em; }

/* ----------------------------------------------  Select menu  ---------------------------------------------- */
/* For IE and Firefox */
div.styled {
  overflow: hidden;
  padding: 0;
  margin: 0; }

.ie7 div.styled {
  border: none; }

div.styled select {
  width: 115%;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  border: none;
  box-shadow: none; }

.ie7 div.styled select {
  width: 100%;
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 0.3em 1em; }

/* ----------------------------------------------  File field  ----------------------------------------------  */
/* Webkit Only */
input[type="file"] {
  position: relative;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 40%;
  padding: 0; }

input[type=file]::-webkit-file-upload-button {
  width: 0;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  border: none; }

input[type="file"]:after {
  content: 'Upload File';
  margin: 0 0 0 0.5em;
  display: inline-block;
  left: 100%;
  position: relative;
  background: white url(../gfx/formelements-select.png) no-repeat center left;
  padding: 0.3em 0.5em;
  border: solid 1px #ccc !important;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }

input[type="file"]:active:after {
  box-shadow: none; }

/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */
.radiosInstructions {
  font-weight: 500; }

label.radio,
label.checkbox {
  display: inline;
  border: none;
  min-height: 1em;
  line-height: 1em;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding: 0 1em 0 0;
  font-size: .8em;
  font-style: italic; }

input[type="checkbox"] {
  position: absolute;
  left: -999em; }

label.checkbox:before {
  display: inline-block;
  position: relative;
  margin: 0 5px 0 0;
  padding: 0;
  border: none;
  top: 0.5em;
  left: -2px;
  content: '';
  width: 25px;
  height: 25px;
  background-image: url(../gfx/icon-check.png);
  background-repeat: no-repeat;
  background-position: -25px -25px;
  background-color: #ebebeb;
  border: 1px solid #c2c2c2;
  border-radius: 4px; }

input[type="checkbox"] + label.checkbox:before {
  background-position: -25px -25px; }

input[type="checkbox"]:checked + label.checkbox:before {
  background-position: 50% 50%; }

input[type="radio"] + label:before {
  background-position: -25px -25px; }

input[type="radio"]:checked + label:before {
  background-position: 50% 50%; }

/* Remove the custom styling for IE 7-8 */
.ie8 label:before {
  display: none;
  content: none; }

.ie8 input[type="checkbox"],
.ie8 input[type="radio"],
.ie7 input[type="checkbox"],
.ie7 input[type="radio"] {
  position: static;
  left: 0; }

.ie8 input[type="checkbox"],
.ie8 input[type="radio"] {
  position: relative;
  top: 5px;
  margin-right: 0.5em; }

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
  background: #fff;
  border: 2px solid #464C57; }

/* ---------------------------------------------- Form Submit and Next buttons ---------------------------------------------- */
form button,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.8em;
  border: none;
  width: 100%;
  display: inline-block;
  text-align: center;
  text-transform: none; }

form button.button {
  width: auto;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  border-style: solid;
  border: none; }

/* Gradient Generator by : http://www.colorzilla.com/gradient-editor/ */
input[type="submit"]:active,
input[type="button"]:active {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* IE7 needs you to change the background to transparent when using image background for submit buttons */
/* Fancy checkbox via https://codepen.io/bbodine1/pen/novBm */
.checkboxField {
  position: relative; }
  .checkboxField .checkboxInstructions {
    color: #fff;
    font-size: 11px; }
  .checkboxField .squaredTwo {
    width: 28px;
    height: 28px;
    position: relative;
    margin: 0 1em 0 0;
    float: left;
    border: 3px solid #464C57;
    background: rgba(0, 0, 0, 0); }
    .checkboxField .squaredTwo label {
      width: 20px;
      height: 20px;
      cursor: pointer;
      position: absolute;
      left: 4px;
      top: 4px;
      background: transparent; }
      .checkboxField .squaredTwo label:after {
        content: '';
        width: 9px;
        height: 5px;
        position: absolute;
        top: 1px;
        left: 1px;
        border: 3px solid #464C57;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        transform: rotate(-45deg); }
      .checkboxField .squaredTwo label:hover::after {
        opacity: 0.8; }
    .checkboxField .squaredTwo input[type=checkbox] {
      visibility: hidden; }
      .checkboxField .squaredTwo input[type=checkbox]:checked + label:after {
        opacity: 1; }

/* ----------------------------------------------  Checkboxes and Radio inputs  ----------------------------------------------  */
.buttons--radios .radioButtonSet {
  margin: 0;
  padding: 0; }
  .buttons--radios .radioButtonSet:before, .buttons--radios .radioButtonSet:after {
    content: "";
    display: table;
    clear: both; }
  .buttons--radios .radioButtonSet:after {
    clear: both; }
  .buttons--radios .radioButtonSet .radioButtonItem {
    list-style: none;
    margin: 0 1.5em 0 0;
    padding: 0;
    display: inline-block;
    position: relative;
    width: auto;
    float: left;
    line-height: 1em; }

.buttons--radios .radioButtonSet .radioButtonItem input[type=radio] {
  position: absolute;
  visibility: hidden; }

.buttons--radios .radioButtonSet .radioButtonItem label {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1em;
  padding: 4px 0 25px 32px;
  margin: 10px auto;
  height: 30px;
  line-height: 1.75em;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear; }

.buttons--radios .radioButtonSet .radioButtonItem:hover label {
  color: #464C57; }

.buttons--radios .radioButtonSet .radioButtonItem .check {
  display: block;
  position: absolute;
  border: 3px solid #464C57;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 15px;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear; }

.buttons--radios .radioButtonSet .radioButtonItem .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 13px;
  width: 13px;
  top: 3px;
  left: 3px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.buttons--radios input[type=radio]:checked ~ .check {
  border: 3px solid #464C57; }

.buttons--radios input[type=radio]:checked ~ .check::before {
  background: #464C57; }

.buttons--radios input[type=radio]:checked ~ label {
  color: #464C57; }

label.radio {
  display: inline;
  border: none;
  min-height: 1em;
  line-height: 1em;
  margin: 0;
  position: relative;
  cursor: pointer;
  padding: 0 1em 0 0;
  font-size: .8em;
  font-style: italic; }

input[type="radio"] + label:before {
  background-position: -25px -25px; }

input[type="radio"]:checked + label:before {
  background-position: 50% 50%; }

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

*:focus {
  outline: none;
  border: none; }

.clear {
  clear: both; }

.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

html, body {
  height: 100%;
  width: 100%; }

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

.siteWrapper {
  position: relative; }

.siteHeaderWrapper {
  position: relative;
  height: 100%; }

.mobile-only {
  display: block; }

.not-mobile {
  display: none; }

.hamburgerHelper {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  z-index: 999; }

.siteWrapper {
  overflow: hidden;
  overflow-y: scroll; }
  .siteWrapper header {
    height: 67px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #464C57;
    color: #fff;
    z-index: 999; }
    .siteWrapper header .logo {
      max-width: 120px;
      right: 0;
      left: 0;
      margin: auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      position: absolute; }
  .siteWrapper .headerNavWrapper {
    top: 67px;
    position: absolute;
    width: 0;
    height: 0;
    background: #464C57;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
    .siteWrapper .headerNavWrapper .navWrapper, .siteWrapper .headerNavWrapper .headerCtas {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
    .siteWrapper .headerNavWrapper .headerCtas .headerCta--social {
      margin: 1.5em 0 0 0; }
  .siteWrapper main {
    margin-top: 67px; }
    .siteWrapper main .siteMainContent--heroHeader {
      position: relative; }
      .siteWrapper main .siteMainContent--heroHeader h1 {
        position: absolute; }
      .siteWrapper main .siteMainContent--heroHeader .scrollPrompt {
        position: absolute;
        bottom: 1.5em;
        left: 0;
        right: 0;
        margin: auto;
        width: 60px;
        height: 60px;
        display: block;
        fill: 1;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in; }
        .siteWrapper main .siteMainContent--heroHeader .scrollPrompt .icon {
          width: 60px;
          height: 60px;
          fill: none; }
        .siteWrapper main .siteMainContent--heroHeader .scrollPrompt:hover {
          opacity: .75; }
    .siteWrapper main .bg__brandPattern {
      background: url(../gfx/bgShapeBlend.svg) no-repeat 100% 0;
      background-size: 45%; }

.siteWrapper.minimized .headerNavWrapper {
  width: 100%;
  height: calc(100vh - 67px);
  padding: 1.5em;
  overflow-y: scroll; }
  .siteWrapper.minimized .headerNavWrapper .navWrapper, .siteWrapper.minimized .headerNavWrapper .headerCtas {
    opacity: 1;
    visibility: visible; }

@media only screen and (min-height: 400px) {
  .siteWrapper.minimized .headerNavWrapper .headerCtas {
    position: fixed;
    width: 200px;
    bottom: 1.5em;
    left: 1.5em; } }

.paddedContainer__sizeLarge {
  padding: 1.5em; }

.paddedContainer__sizeSmall {
  padding: 20px; }

.container__constrainWidth-wide {
  max-width: 90em; }

.container__constrainWidth-normal {
  max-width: 70em; }

.container__constrainWidth-narrow {
  max-width: 55em; }

.container__constrainWidth-narrowWide {
  max-width: 700px; }

.container__constrainWidth-ultraNarrow {
  max-width: 500px; }

.container__constrainWidth-veryNarrow {
  max-width: 370px; }

.pageHeaderContainer {
  max-width: 450px; }

.pageHeaderContainer-wide {
  max-width: 700px; }

.half-pad--top {
  padding-top: .75em; }

.half-pad--bottom {
  padding-bottom: .75em; }

.no-pad--bottom {
  padding-bottom: 0 !important; }

.no-pad--top {
  padding-top: 0 !important; }

.pad--top {
  padding-top: 1.5em; }

.pad--bottom {
  padding-bottom: 1.5em; }

.island {
  padding: 20px; }

.autoWidthImages img {
  width: auto;
  max-width: auto; }

.bg--dark {
  background: #464C57;
  color: #71C5DC; }
  .bg--dark h3, .bg--dark h4 {
    color: #fff; }

.bg-light {
  background: #D6E1E6; }

.borderBox {
  padding: 10px;
  background: #D6E1E6; }

.fullHeight {
  height: 100%; }

.featureBoxes .box {
  position: relative; }
  .featureBoxes .box .box-heading,
  .featureBoxes .box .box-hoverCta {
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    width: auto;
    right: 1.5em;
    z-index: 99; }
  .featureBoxes .box .box-hoverCta {
    top: 1.5em;
    bottom: auto;
    color: #fff;
    font-weight: 500; }
  .featureBoxes .box .box-featuredHeading {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99; }
  .featureBoxes .box .box-featuredHeading.topLeft {
    top: 1em;
    left: 1em;
    right: auto;
    text-align: left; }
  .featureBoxes .box .box-bio p {
    font-size: .9em; }
  .featureBoxes .box .box-description {
    color: #464C57;
    padding: .25em 0 0 0; }
    .featureBoxes .box .box-description .slug {
      font-weight: 500; }
    .featureBoxes .box .box-description p {
      line-height: 1.2em; }
      .featureBoxes .box .box-description p span {
        color: #A0A4AD; }
  .featureBoxes .box .verticalText__TopRight {
    top: -15%;
    right: -20px; }

.featureBoxes a .box-image, .featureBoxes .boxWrap .box-image {
  overflow: hidden; }
  .featureBoxes a .box-image img, .featureBoxes .boxWrap .box-image img {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }

.featureBoxes a .box-hoverCta, .featureBoxes .boxWrap .box-hoverCta {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.featureBoxes a .box-description .slug, .featureBoxes .boxWrap .box-description .slug {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.featureBoxes a:hover .box-hoverCta, .featureBoxes .boxWrap:hover .box-hoverCta {
  opacity: 1; }

.featureBoxes a:hover .box-image img, .featureBoxes .boxWrap:hover .box-image img {
  transform: scale(1.15); }

.featureBoxes a:hover .box-description .slug, .featureBoxes .boxWrap:hover .box-description .slug {
  color: #71C5DC; }

.featureBoxes.peopleBoxes .boxWrap .box .boxHoverOnly {
  height: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }

.featureBoxes.peopleBoxes .boxWrap .box .box-social a {
  color: #fff;
  margin: 0 0 .5em;
  display: inline-block; }
  .featureBoxes.peopleBoxes .boxWrap .box .box-social a .icon {
    fill: #fff;
    width: 20px;
    height: 20px; }

.featureBoxes.peopleBoxes .boxWrap .box .box-bio {
  max-width: 400px;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .featureBoxes.peopleBoxes .boxWrap .box .box-bio p {
    color: #D6E1E6;
    line-height: 1.4em; }

.featureBoxes.peopleBoxes .boxWrap .box:hover .boxHoverOnly {
  height: auto;
  visibility: visible;
  opacity: 1; }

.featureBoxes.peopleBoxes .boxWrap .box:hover .box-bio {
  margin-top: 1em; }

.featureBoxes.peopleBoxes .boxWrap .box:hover .box-image img {
  transform: scale(1); }

.largeRectangleBoxes .largeRectangle {
  margin: 0 0 1.5em; }

.largeRectangleBoxes .infoBox, .largeRectangleBoxes .infoBox-v2, .largeRectangleBoxes .infoBox-v4, .largeRectangleBoxes .calloutQuote {
  padding: 1.5em; }
  .largeRectangleBoxes .infoBox p, .largeRectangleBoxes .infoBox-v2 p, .largeRectangleBoxes .infoBox-v4 p, .largeRectangleBoxes .calloutQuote p {
    color: #A0A4AD; }
  .largeRectangleBoxes .infoBox .slug, .largeRectangleBoxes .infoBox-v2 .slug, .largeRectangleBoxes .infoBox-v4 .slug, .largeRectangleBoxes .calloutQuote .slug {
    font-weight: 500;
    text-transform: uppercase;
    color: #fff; }
  .largeRectangleBoxes .infoBox h4, .largeRectangleBoxes .infoBox-v2 h4, .largeRectangleBoxes .infoBox-v4 h4, .largeRectangleBoxes .calloutQuote h4 {
    font-weight: 500; }
  .largeRectangleBoxes .infoBox .infoBox-logo, .largeRectangleBoxes .infoBox-v2 .infoBox-logo, .largeRectangleBoxes .infoBox-v4 .infoBox-logo, .largeRectangleBoxes .calloutQuote .infoBox-logo {
    max-width: 200px;
    width: auto; }

.largeRectangleBoxes .infoBox-v2 {
  padding: 1.5em; }

.largeRectangleBoxes .infoBox-v3 {
  padding: 1.5em;
  background: #D6E1E6; }
  .largeRectangleBoxes .infoBox-v3 h5 {
    font-weight: 500;
    font-size: 1em; }
  .largeRectangleBoxes .infoBox-v3 p {
    font-size: 1em; }
  .largeRectangleBoxes .infoBox-v3 a {
    color: #71C5DC; }
    .largeRectangleBoxes .infoBox-v3 a:hover {
      color: #A0A4AD; }

.largeRectangleBoxes .infoBox-v4 p, .largeRectangleBoxes .calloutQuote p {
  color: #fff; }

.largeRectangleBoxes .infoBox-v4 blockquote, .largeRectangleBoxes .calloutQuote blockquote {
  margin: 1.5em 0 1em;
  padding: 0;
  display: block; }
  .largeRectangleBoxes .infoBox-v4 blockquote p, .largeRectangleBoxes .calloutQuote blockquote p {
    margin: 0;
    padding: 0;
    font-weight: 500; }

.largeRectangleBoxes .infoBox-v4 cite, .largeRectangleBoxes .calloutQuote cite {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #A0A4AD; }

.grid-sizer,
.grid-item {
  width: 100%;
  margin: 0 0 1.5em; }

@media only screen and (min-width: 46em) {
  .bp1-max-width-80 {
    max-width: 80%; } }

@media only screen and (min-width: 55em) {
  .paddedContainer__sizeSmall {
    padding: 20px 25px; }
  .grid-sizer,
  .grid-item {
    margin-bottom: 16px;
    width: calc( ( 100% - 32px ) / 3); }
  /* 2 columns */
  .grid-item--width2 {
    width: calc( ( 100% - 32px ) * ( 2 / 3 ) + 16px); }
  .mobile-only {
    display: none; }
  .not-mobile {
    display: block; }
  .hamburgerHelper {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    z-index: 999; }
  .siteWrapper .siteHeaderWrapper {
    padding: 1.5em;
    padding-top: 4.5em; }
  .siteWrapper .headerNavWrapper {
    opacity: 1;
    visibility: visible;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    position: relative; }
    .siteWrapper .headerNavWrapper .navWrapper, .siteWrapper .headerNavWrapper .headerCtas {
      opacity: 1;
      visibility: visible;
      -webkit-transition: all 3.15s ease-in;
      -moz-transition: all 3.15s ease-in;
      transition: all 3.15s ease-in; }
  .siteWrapper header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 230px;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    .siteWrapper header .logo {
      right: auto;
      left: auto;
      margin: 0;
      position: relative;
      top: auto;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      transition: all 0.5s ease-in; }
  .siteWrapper main {
    margin-top: 0;
    margin-left: 230px;
    background: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in; }
    .siteWrapper main .siteMainContent--heroHeader {
      width: 100%;
      height: 100vh;
      overflow: hidden;
      background: #071D40; }
    .siteWrapper main .siteMainContent--heroHeader.shortHeader {
      height: 40vh; }
    .siteWrapper main .heroImageBg {
      height: 100%;
      width: 100%;
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 100%; }
    .siteWrapper main .heroImageBg.alignToTop {
      background-position: 50% 0; }
    .siteWrapper main .siteMainContent--heroHeader.containBgImage .heroImageBg {
      background-size: contain; }
  .siteWrapper.minimized header {
    width: 80px; }
    .siteWrapper.minimized header .logo {
      transform: rotate(-90deg);
      transform-origin: -25% 20%;
      width: 120px;
      max-width: 120px;
      position: fixed;
      left: 60px;
      top: 240px; }
  .siteWrapper.minimized main {
    margin-left: 80px; }
  .siteWrapper.minimized .headerNavWrapper {
    visibility: hidden;
    opacity: 0;
    height: auto; }
    .siteWrapper.minimized .headerNavWrapper .navWrapper, .siteWrapper.minimized .headerNavWrapper .headerCtas {
      opacity: 0;
      visibility: hidden; }
  .siteWrapper.minimized .siteHeaderWrapper {
    padding: 0;
    padding-top: 4.5em; }
  .paddedContainer__sizeLarge {
    padding: 3em; }
  .grid.featureBoxes .col {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%; } }

@media only screen and (min-height: 500px) and (min-width: 55em) {
  .siteWrapper .siteHeaderWrapper .headerCtas {
    position: fixed;
    bottom: 1.5em;
    left: 1.5em; }
  .pad--top {
    padding-top: 3em; }
  .pad--bottom {
    padding-bottom: 3em; }
  .featureBoxes .box-description {
    max-width: 85%; }
  .bp2-max-width-80 {
    max-width: 80%; } }

@media only screen and (min-width: 70em) {
  .featureBoxes .box .box-heading {
    bottom: 2em;
    left: 2em; }
  .featureBoxes .box .box-bio p {
    font-size: 1em; }
  .featureBoxes.peopleBoxes .box .box-heading {
    right: 2em; }
  .featureBoxes .box-description {
    max-width: 75%; }
  .largeRectangleBoxes .largeRectangle {
    margin: 0 0 1.5em; }
  .largeRectangleBoxes .infoBox {
    padding: 20% 1.5em 1.5em; }
  .largeRectangleBoxes .infoBox-v2 {
    padding: 3em 1.5em; } }

.gridder {
  margin: 0;
  padding: 0px;
  list-style-type: none;
  font-size: 0;
  display: block; }

.gridder-list, .gridder-show {
  font-size: 16px; }

.gridder-list {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background: #000; }
  .gridder-list .thumb {
    opacity: .95;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .gridder-list:hover .thumb {
    opacity: 1; }

.gridder-list.placeholder {
  cursor: default; }
  .gridder-list.placeholder img {
    opacity: 1; }
  .gridder-list.placeholder:hover img {
    opacity: 1; }

.gridder-list.withBio.selectedItem {
  background: #000;
  color: #fff; }
  .gridder-list.withBio.selectedItem .thumb {
    opacity: 1; }
  .gridder-list.withBio.selectedItem .itemContent {
    display: none; }

.gridder-list.withBio.selectedItem:after {
  bottom: 0px;
  z-index: 99;
  right: 0;
  border: solid transparent;
  content: " x ";
  text-align: center;
  vertical-align: middle;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #71C5DC; }

.gridder-list.withBio.placeholder.selectedItem:after {
  border: none; }

.gridder-show {
  display: block;
  float: left;
  width: 100%;
  position: relative; }

.gridder-content {
  display: none; }

.gridder-navigation {
  position: absolute;
  right: 1.5em;
  top: 1.5em; }
  .gridder-navigation a {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 1.5em;
    width: 1.5em;
    opacity: 1; }
    .gridder-navigation a:first-child {
      margin-left: 0; }
  .gridder-navigation:hover {
    opacity: .7; }
  .gridder-navigation .gridder-nav {
    display: none; }

.gridder-expanded-content {
  padding: 1.5em;
  margin: 0 0 1.5em;
  background: #464c57;
  background: linear-gradient(0deg, #464c57 0%, #71c5dc 100%); }

.gridder-list {
  width: 49.5%; }
  .gridder-list:nth-child(n) {
    margin-bottom: 1%;
    margin-right: 1%; }
  .gridder-list:nth-of-type(2n) {
    margin-right: 0;
    margin-bottom: 0; }

.gridder-list.evenCycle-2.sorted,
.gridder-list.evenCycle-4.sorted {
  margin-right: 0;
  margin-bottom: 0; }

.gridder-list.oddCycle-1.sorted,
.gridder-list.oddCycle-3.sorted {
  margin-right: 1%;
  margin-bottom: 1%; }

@media only screen and (min-width: 46em) {
  .gridder-list {
    width: 32.6666666667%; }
    .gridder-list:nth-child(n) {
      margin-bottom: 1%;
      margin-right: 1%; }
    .gridder-list:nth-of-type(3n) {
      margin-right: 0;
      margin-bottom: 0; }
  .gridder-list.oddCycle-1.sorted,
  .gridder-list.evenCycle-2.sorted,
  .gridder-list.evenCycle-4.sorted {
    margin-right: 1%;
    margin-bottom: 1%; }
  .gridder-list.oddCycle-3.sorted {
    margin-right: 0;
    margin-bottom: 0; } }

@media only screen and (min-width: 55em) {
  .gridder-list {
    width: 32%; }
    .gridder-list:nth-child(n) {
      margin-bottom: 2%;
      margin-right: 2%; }
    .gridder-list:nth-of-type(3n) {
      margin-right: 0;
      margin-bottom: 0; }
  .gridder-list.evenCycle-4.sorted,
  .gridder-list.oddCycle-3.evenCycle-4.sorted {
    margin-right: 0;
    margin-bottom: 0; }
  .gridder-list.oddCycle-3.sorted,
  .gridder-list.evenCycle-2.sorted,
  .gridder-list.oddCycle-2.evenCycle-3.sorted,
  .gridder-list.oddCycle-2.evenCycle-1.sorted {
    margin-right: 1%;
    margin-bottom: 1%; }
  .gridder-expanded-content {
    padding: 1.5em;
    margin: 0 0 1.5em; }
    .gridder-expanded-content:before, .gridder-expanded-content:after {
      content: "";
      display: table;
      clear: both; }
    .gridder-expanded-content:after {
      clear: both; }
    .gridder-expanded-content .teamMember-bio {
      max-width: 60%; } }

/** ==========================================================

    $6 Breakpoints

========================================================== **/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .mobile {
    display: block; }
  .not-mobile {
    display: none; } }

/* ipad portrait */
/** ==========================================================

    $7 Helpers

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

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

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

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

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

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

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

.cfix:after {
  clear: both; }

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

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 50px; }

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 50px; }

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
  .hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 50px; }

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg); }
  .hamburger--3dxy.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 50px; }

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--3dxy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -8px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
  .hamburger--arrowturn.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
  .hamburger--arrowturn-r.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
  .hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--collapse-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
  .hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }
  .hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .hamburger--elastic-r .hamburger-inner::before {
    top: 8px;
    transition: opacity 0.125s 0.275s ease; }
  .hamburger--elastic-r .hamburger-inner::after {
    top: 16px;
    transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s; }
  .hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
  .hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(270deg);
    transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }
  .hamburger--emphatic .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic.is-active .hamburger-inner::before {
      left: -50px;
      top: -50px;
      transform: translate3d(50px, 50px, 0) rotate(45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic.is-active .hamburger-inner::after {
      right: -50px;
      top: -50px;
      transform: translate3d(-50px, 50px, 0) rotate(-45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }
  .hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in; }
    .hamburger--emphatic-r .hamburger-inner::after {
      top: 8px;
      right: 0;
      transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in; }
  .hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
    .hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -50px;
      top: 50px;
      transform: translate3d(50px, -50px, 0) rotate(-45deg);
      transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }
    .hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -50px;
      top: 50px;
      transform: translate3d(-50px, -50px, 0) rotate(45deg);
      transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear; }

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear; }

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0; }

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0; }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1px; }
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 16px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.5714285714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1px; }
  .hamburger--slider-r .hamburger-inner::before {
    top: 8px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider-r .hamburger-inner::after {
    top: 16px; }

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg); }
  .hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(3.5714285714px, -6px, 0);
    opacity: 0; }
  .hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(90deg); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear; }
  .hamburger--spring .hamburger-inner::before {
    top: 8px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring .hamburger-inner::after {
    top: 16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent; }
  .hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(45deg); }
  .hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 8px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spring-r .hamburger-inner::after {
    top: -16px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
  .hamburger--spring-r .hamburger-inner::before {
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }
  .hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear; }
  .hamburger--stand-r .hamburger-inner::before {
    transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear; }
  .hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
  .hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
  .hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
  .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
  .hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
  .hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
