@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?qoxd5t");
  src: url("fonts/icomoon.eot?qoxd5t#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?qoxd5t") format("truetype"), url("fonts/icomoon.woff?qoxd5t") format("woff"), url("fonts/icomoon.svg?qoxd5t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; 
}


[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

.icon-lock:before {
  content: "\e93b"; }

.icon-mail:before {
  content: "\e002"; }

.icon-arrow-down:before {
  content: "\e097"; }

.icon-checkmark:before {
  content: "\e116"; }

.icon-mouse:before {
  content: "\e937"; }

.icon-play-button-line:before {
  content: "\e934"; }

.icon-clipboard3:before {
  content: "\e925"; }

.icon-bookmark:before {
  content: "\e924"; }

.icon-contact-card:before {
  content: "\e926"; }

.icon-diamond:before {
  content: "\e927"; }

.icon-edit:before {
  content: "\e928"; }

.icon-helm:before {
  content: "\e929"; }

.icon-house:before {
  content: "\e92a"; }

.icon-light-bulb:before {
  content: "\e92b"; }

.icon-light:before {
  content: "\e92c"; }

.icon-mixer:before {
  content: "\e92d"; }

.icon-phone:before {
  content: "\e92e"; }

.icon-plug2:before {
  content: "\e92f"; }

.icon-power-button:before {
  content: "\e930"; }

.icon-presentation:before {
  content: "\e931"; }

.icon-trophy:before {
  content: "\e932"; }

.icon-security:before {
  content: "\e923"; }

.icon-alarm:before {
  content: "\e900"; }

.icon-badge:before {
  content: "\e901"; }

.icon-barchart:before {
  content: "\e902"; }

.icon-check:before {
  content: "\e903"; }

.icon-chevron-left:before {
  content: "\e904"; }

.icon-chevron-right:before {
  content: "\e905"; }

.icon-clipboard:before {
  content: "\e906"; }

.icon-clipboard2:before {
  content: "\e907"; }

.icon-clock:before {
  content: "\e908"; }

.icon-direction:before {
  content: "\e909"; }

.icon-download:before {
  content: "\e90a"; }

.icon-facebook:before {
  content: "\e90b"; }

.icon-flag:before {
  content: "\e90c"; }

.icon-globe:before {
  content: "\e90d"; }

.icon-graduate:before {
  content: "\e90e"; }

.icon-graph:before {
  content: "\e90f"; }

.icon-heart:before {
  content: "\e910"; }

.icon-instagram:before {
  content: "\e911"; }

.icon-key:before {
  content: "\e912"; }

.icon-linkedin:before {
  content: "\e913"; }

.icon-magnet:before {
  content: "\e914"; }

.icon-menu:before {
  content: "\e915"; }

.icon-pencil:before {
  content: "\e916"; }

.icon-pinterest:before {
  content: "\e917"; }

.icon-play:before {
  content: "\e918"; }

.icon-plug:before {
  content: "\e919"; }

.icon-plus:before {
  content: "\e91a"; }

.icon-recycle:before {
  content: "\e91b"; }

.icon-scope:before {
  content: "\e91c"; }

.icon-serve:before {
  content: "\e91d"; }

.icon-shield:before {
  content: "\e91e"; }

.icon-students:before {
  content: "\e91f"; }

.icon-twitter:before {
  content: "\e920"; }

.icon-vimeo:before {
  content: "\e921"; }

.icon-youtube:before {
  content: "\e922"; }

.icon-chevron-down:before {
  content: "\e938"; }

.icon-chevron-up:before {
  content: "\e939"; }

.icon-cart:before {
  content: "\e93a"; }

.icon-location:before {
  content: "\e947"; }

.icon-googleplus:before {
  content: "\ea8d"; }

.icon-doc:before {
  content: "\e933"; }

.icon-network:before {
  content: "\e9c9"; }

.icon-question:before {
  content: "\ea09"; }

.icon-info:before {
  content: "\ea0c"; }

.icon-envelope:before {
  content: "\e936"; }

.icon-user:before {
  content: "\e935"; }

span.icon-goodreads:before {
    content: "g";
    font-family: arial, sans-serif!important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-block;
    font-size: 30px;
    line-height: 0;
    padding: 17px 0;
    text-align: center;
    color: white;
    background: #F15A22;
    margin-top: -10px;
    vertical-align: middle;
    transition: 0.2s ease all;
}

span.icon-goodreads:hover:before {
    background: #aaaaaa;
}



@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
*    without disabling user zoom.
*/

html {
  font-family: 'PT Sans', sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
}

/** Remove default margin */

body {
  margin: 0; 
}

html, body {
    overflow-x: hidden;
}

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

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

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * 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 Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
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.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; 
}

*,
*::before,
*::after {
    box-sizing: inherit; 
}

body {
    padding: 0;
    margin: 0;
    font-family: "PT Sans", sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #363738;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0.3rem; }

select {
  width: 100%;
  border-radius: 0.3rem; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0.3rem;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

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

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

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    max-width: none; }
    @media screen and (min-width: 40em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  min-width: 0; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  -ms-flex: 0 0 8.33333%;
      flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.small-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%; }

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

.small-4 {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%; }

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

.small-5 {
  -ms-flex: 0 0 41.66667%;
      flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.small-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%; }

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

.small-7 {
  -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
  max-width: 58.33333%; }

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

.small-8 {
  -ms-flex: 0 0 66.66667%;
      flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.small-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%; }

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

.small-10 {
  -ms-flex: 0 0 83.33333%;
      flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

.small-11 {
  -ms-flex: 0 0 91.66667%;
      flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.small-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%; }

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

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

@media screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

@media screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-top {
  -ms-flex-align: start;
      align-items: flex-start; }

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

.align-bottom {
  -ms-flex-align: end;
      align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -ms-flex-align: center;
      align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.align-stretch {
  -ms-flex-align: stretch;
      align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.small-order-1 {
  -ms-flex-order: 1;
      order: 1; }

.small-order-2 {
  -ms-flex-order: 2;
      order: 2; }

.small-order-3 {
  -ms-flex-order: 3;
      order: 3; }

.small-order-4 {
  -ms-flex-order: 4;
      order: 4; }

.small-order-5 {
  -ms-flex-order: 5;
      order: 5; }

.small-order-6 {
  -ms-flex-order: 6;
      order: 6; }

@media screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.1px;
}

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #43464d;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2; 
}

h1,
h2,
h3 {
    font-family: "oswald", "PT Sans", sans-serif;
    text-transform: uppercase;
}
  
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
     color: #cacaca;
     line-height: 0; 
}

h1 {
  font-size: 2.4rem; }

h2 {
  font-size: 1.625rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

h1.huge {
    font-size: 3em;
    background-image: -webkit-linear-gradient(180deg,#eb4c12,#f89876);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff;
}

@media screen and (min-width: 40em) {
    h1 {
    font-size: 2.875rem; }
    h2 {
    font-size: 2.375rem; }
    h3 {
    font-size: 1.9375rem; }
    h4 {
    font-size: 1.5625rem; }
    h5 {
    font-size: 1.25rem; }
    h6 {
    font-size: 1rem; } 
    h1.huge {
    font-size: 4.3em;
    }
}

a {
    color: #F15A22;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
    transition: 0.2s ease all;
}

a:hover, 
a:focus {
    color: #aaaaaa; 
}

a img {
    border: 0; 
}

h1 a,
h2 a {
    color: #43464d;
}

h1 a:hover,
h2 a:hover {
    color: #565758;
}

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e7e8e9;
  border-left: 0;
  margin: 1rem auto;
  clear: both; 
}

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem;
}

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
  
dl dt {
    margin-bottom: 0.3rem;
    font-weight: 500;
}

blockquote {
    margin: 0 0 2rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca; 
}

blockquote p {
    line-height: 1.6;
    color: #464646; 
    letter-spacing: 0px;
    font-weight: 600;
}

blockquote h4 {
    font-weight: 600;
    letter-spacing: 0;
    font-size: 1.25rem;
}

blockquote h4+p {
    font-size: .85em;
    font-weight: 500;
}

blockquote h4+h5 {
    color: #00A1CB;
    text-transform: uppercase;
    font-family: oswald;
}

blockquote h6{
    color: #aaaaaa;
}

.drop-caps {
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 300;
    background: #fff3f2;
    display: inline-block;
    float: left;
    line-height: 1;
    margin-right: .625rem;
    padding: .625rem .9375rem;
    text-align: center;
}

@media screen and (min-width: 64em) {
    .drop-caps {
    font-size: 4.5rem;
    }
}

img.circle {
    border-radius: 50%;
}

cite {
    display: block;
    font-size: 0.8125rem;
    color: #464646; 
}

abbr {
    color: #464646;
    cursor: help;
    border-bottom: 1px dotted #666;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #666;
  background-color: #f3f3f3;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #f3f3f3;
  color: #666;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 0.3rem;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.3;
  color: #464646;
}

.lead, #investment-top .top-section:last-child p {
  font-size: 125%;
  line-height: 1.3; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  
p + .stat {
    margin-top: -1rem; }

.no-bullet {
    margin-left: 0;
    list-style: none;
}

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; }
}

.show-for-print {
    display: none !important;
}

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

    .show-for-print {
    display: block !important; }

    .hide-for-print {
    display: none !important; }

    table.show-for-print {
    display: table !important; }

    thead.show-for-print {
    display: table-header-group !important; }

    tbody.show-for-print {
    display: table-row-group !important; }

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

    td.show-for-print {
    display: table-cell !important; }
  
    th.show-for-print {
    display: table-cell !important; }
  
    a,
    a:visited {
    text-decoration: underline; }
  
    a[href]:after {
    content: " (" attr(href) ")"; }
  
    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
    content: ''; }
    
    abbr[title]:after {
    content: " (" attr(title) ")"; }
    
    pre,
    blockquote {
    border: 1px solid #464646;
    page-break-inside: avoid; }
    
    thead {
    display: table-header-group; }
    
    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; 
    } 
}
/* END Print Styles */

/* #main-nav ul li:last-child a, */
input.submit,
.button, 
.video-close,
#mobile-nav-close, 
.comment-reply-link, 
#home-quote #home-video-close, 
.timeline-video-close {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3rem;
    padding: 1em 1.25em;
    margin: 0 0 2rem 0;
    font-size: 1.2rem;
    background-color: #F15A22;
    color: #FFFFFF;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

#header ul.sub-menu li:last-child a {
    transition: none;
}

[data-whatinput='mouse'] .button, 
[data-whatinput='mouse'] .video-close, 
[data-whatinput='mouse'] #main-nav ul li:last-child a, 
#header ul li:last-child [data-whatinput='mouse'] a, 
[data-whatinput='mouse'] #mobile-nav-close, 
[data-whatinput='mouse'] .comment-reply-link, 
[data-whatinput='mouse'] #home-quote #home-video-close, 
#home-quote [data-whatinput='mouse'] #home-video-close, 
[data-whatinput='mouse'] .timeline-video-close {
    outline: 0; 
}


[data-whatinput='mouse'] #main-nav ul li:last-child a:hover {
	color: #f15a22;
}
  
input.submit:hover,
.button:hover, 
.video-close:hover,
#mobile-nav-close:hover, 
.comment-reply-link:hover, 
#home-quote #home-video-close:hover, 
.timeline-video-close:hover, 
.button:focus, .video-close:focus, 
#main-nav ul li:last-child a:focus, 
#mobile-nav-close:focus, 
.comment-reply-link:focus, 
#home-quote #home-video-close:focus, 
.timeline-video-close:focus {
    background-color: #43464d;
    color: #FFFFFF; 
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .25);
}
  
.button.tiny, 
#main-nav ul li:last-child a.comment-reply-link, 
#mobile-nav-close.comment-reply-link, 
.comment-reply-link {
    font-size: 0.6rem; 
}

.button.tinyone {
    font-size: 0.6rem; 
    margin: 15px;
    max-width: 100px;
    text-transform: uppercase;
    color: white;
}

.button.small, 
.small.comment-reply-link {
    font-size: 0.75rem; 
}
  
.button.large, 
.large.video-close, 
#main-nav ul li:last-child a.large, 
.large#mobile-nav-close, 
.large.comment-reply-link {
    font-size: 1.5rem; 
}

.button.expanded, 
.expanded.video-close, 
#main-nav ul li:last-child a.expanded, 
.expanded#mobile-nav-close, 
.expanded.comment-reply-link, 
#home-quote .expanded#home-video-close, 
.expanded.timeline-video-close {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; 
}
  
.button.primary, 
.primary.video-close, 
#main-nav ul li:last-child a.primary, 
.primary#mobile-nav-close, 
.primary.comment-reply-link, 
#home-quote .primary#home-video-close, 
.primary.timeline-video-close {
    background-color: #00A1CB;
    color: #fff; 
}
    
.button.primary:hover, 
.primary.video-close:hover, 
#main-nav ul li:last-child a.primary:hover, 
.primary#mobile-nav-close:hover, 
.primary.comment-reply-link:hover, 
#home-quote .primary#home-video-close:hover, 
.primary.timeline-video-close:hover, 
.button.primary:focus, 
.primary.video-close:focus, 
#main-nav ul li:last-child a.primary:focus, 
.primary#mobile-nav-close:focus, 
.primary.comment-reply-link:focus, 
#home-quote .primary#home-video-close:focus, 
.primary.timeline-video-close:focus {
    background-color: #653f80;
    color: #ffffff; 
}
  
.button.secondary, 
.secondary.video-close, 
#main-nav ul li:last-child a.secondary, 
.secondary#mobile-nav-close, 
.secondary.comment-reply-link,
#home-quote .secondary#home-video-close, 
.secondary.timeline-video-close {
    background-color: #fff;
    color: #F15A22;
    font-size: .9em;
    font-weight: 500;
    border: 1px solid #ddd;
    padding: 15px 23px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    
.button.secondary:hover, 
.secondary.video-close:hover, 
#main-nav ul li:last-child a.secondary:hover, 
.secondary#mobile-nav-close:hover, 
.secondary.comment-reply-link:hover, 
#home-quote .secondary#home-video-close:hover, 
.secondary.timeline-video-close:hover,
.button.secondary:focus, 
.secondary.video-close:focus, 
#main-nav ul li:last-child a.secondary:focus,
.secondary#mobile-nav-close:focus,
.secondary.comment-reply-link:focus,
#home-quote .secondary#home-video-close:focus, 
.secondary.timeline-video-close:focus {
    background-color: #F15A22;
    border-color: #F15A22;
    color: #ffffff;
}

.button.success, 
.success.video-close, 
#main-nav ul li:last-child a.success, 
.success#mobile-nav-close, 
.success.comment-reply-link, 
#home-quote .success#home-video-close, 
.success.timeline-video-close {
    background-color: #3adb76;
    color: #fff; 
}

.button.success:hover, 
.success.video-close:hover, 
#main-nav ul li:last-child a.success:hover, 
.success#mobile-nav-close:hover, 
.success.comment-reply-link:hover, 
#home-quote .success#home-video-close:hover, 
.success.timeline-video-close:hover, 
.button.success:focus, 
.success.video-close:focus, 
#main-nav ul li:last-child a.success:focus, 
.success#mobile-nav-close:focus, 
.success.comment-reply-link:focus, 
#home-quote .success#home-video-close:focus, 
.success.timeline-video-close:focus {
    background-color: #22bb5b;
    color: #fff; 
}

.button.warning, 
.warning.video-close, 
#main-nav ul li:last-child a.warning, 
.warning#mobile-nav-close, 
.warning.comment-reply-link, 
#home-quote .warning#home-video-close, 
.warning.timeline-video-close {
    background-color: #ffae00;
    color: #fff; 
}

.button.warning:hover, 
.warning.video-close:hover, 
#main-nav ul li:last-child a.warning:hover, 
.warning#mobile-nav-close:hover, 
.warning.comment-reply-link:hover, 
#home-quote .warning#home-video-close:hover, 
.warning.timeline-video-close:hover,
.button.warning:focus, 
.warning.video-close:focus, 
#main-nav ul li:last-child a.warning:focus, 
.warning#mobile-nav-close:focus,
.warning.comment-reply-link:focus, 
#home-quote .warning#home-video-close:focus,
.warning.timeline-video-close:focus {
    background-color: #cc8b00;
    color: #fff; 
}

.button.alert,
.alert.video-close,
#main-nav ul li:last-child a.alert, 
.alert#mobile-nav-close, 
.alert.comment-reply-link, 
#home-quote .alert#home-video-close,
.alert.timeline-video-close {
    background-color: #ec5840;
    color: #fff; 
}

.button.alert:hover, 
.alert.video-close:hover, 
#main-nav ul li:last-child a.alert:hover, 
.alert#mobile-nav-close:hover, 
.alert.comment-reply-link:hover,
#home-quote .alert#home-video-close:hover, 
.alert.timeline-video-close:hover, 
.button.alert:focus, 
.alert.video-close:focus,
#main-nav ul li:last-child a.alert:focus, 
.alert#mobile-nav-close:focus, 
.alert.comment-reply-link:focus,
#home-quote .alert#home-video-close:focus,
.alert.timeline-video-close:focus {
    background-color: #da3116;
    color: #fff; 
}
 
.button.hollow, 
.hollow.video-close, 
#main-nav ul li:last-child a.hollow, 
.hollow#mobile-nav-close, 
.hollow.comment-reply-link, 
#home-quote .hollow#home-video-close, 
.hollow.timeline-video-close {
    border: 1px solid #00A1CB;
    color: #00A1CB; 
}
 
.button.hollow, .hollow.video-close, #main-nav ul li:last-child a.hollow, .hollow#mobile-nav-close, .hollow.comment-reply-link, #home-quote .hollow#home-video-close, .hollow.timeline-video-close, .button.hollow:hover, .hollow.video-close:hover, #main-nav ul li:last-child a.hollow:hover, .hollow#mobile-nav-close:hover, .hollow.comment-reply-link:hover, #home-quote .hollow#home-video-close:hover, .hollow.timeline-video-close:hover, .button.hollow:focus, .hollow.video-close:focus, #main-nav ul li:last-child a.hollow:focus, .hollow#mobile-nav-close:focus, .hollow.comment-reply-link:focus, #home-quote .hollow#home-video-close:focus, .hollow.timeline-video-close:focus {
    background-color: transparent; 
}
    
.button.hollow:hover, 
.hollow.video-close:hover, 
#main-nav ul li:last-child a.hollow:hover, 
.hollow#mobile-nav-close:hover, 
.hollow.comment-reply-link:hover, 
#home-quote .hollow#home-video-close:hover, 
.hollow.timeline-video-close:hover, 
.button.hollow:focus, 
.hollow.video-close:focus,
#main-nav ul li:last-child a.hollow:focus,
.hollow#mobile-nav-close:focus,
.hollow.comment-reply-link:focus,
#home-quote .hollow#home-video-close:focus, 
.hollow.timeline-video-close:focus {
    border-color: #3f2850;
    color: #3f2850; 
}

.button.hollow.primary, 
.hollow.primary.video-close,
#main-nav ul li:last-child a.hollow.primary,
.hollow.primary#mobile-nav-close,
.hollow.primary.comment-reply-link,
#home-quote .hollow.primary#home-video-close, 
.hollow.primary.timeline-video-close {
    border: 1px solid #00A1CB;
    color: #00A1CB; 
}
 
.button.hollow.primary:hover, 
.hollow.primary.video-close:hover, 
#main-nav ul li:last-child a.hollow.primary:hover, 
.hollow.primary#mobile-nav-close:hover, 
.hollow.primary.comment-reply-link:hover,
#home-quote .hollow.primary#home-video-close:hover, 
.hollow.primary.timeline-video-close:hover,
.button.hollow.primary:focus, 
.hollow.primary.video-close:focus, 
#main-nav ul li:last-child a.hollow.primary:focus, 
.hollow.primary#mobile-nav-close:focus, 
.hollow.primary.comment-reply-link:focus,
#home-quote .hollow.primary#home-video-close:focus, 
.hollow.primary.timeline-video-close:focus {
    border-color: #3f2850;
    color: #3f2850; 
}

.button.hollow.secondary, 
.hollow.secondary.video-close, 
#main-nav ul li:last-child a.hollow.secondary, 
.hollow.secondary#mobile-nav-close, 
.hollow.secondary.comment-reply-link, 
#home-quote .hollow.secondary#home-video-close, 
.hollow.secondary.timeline-video-close {
    border: 1px solid #00b3e3;
    color: #00b3e3; 
}
 
.button.hollow.secondary:hover,
.hollow.secondary.video-close:hover,
#main-nav ul li:last-child a.hollow.secondary:hover,
.hollow.secondary#mobile-nav-close:hover,
.hollow.secondary.comment-reply-link:hover,
#home-quote .hollow.secondary#home-video-close:hover,
.hollow.secondary.timeline-video-close:hover,
.button.hollow.secondary:focus,
.hollow.secondary.video-close:focus,
#main-nav ul li:last-child a.hollow.secondary:focus,
.hollow.secondary#mobile-nav-close:focus,
.hollow.secondary.comment-reply-link:focus,
#home-quote .hollow.secondary#home-video-close:focus,
.hollow.secondary.timeline-video-close:focus {
    border-color: #005a72;
    color: #005a72; 
}
    
.button.hollow.success, 
.hollow.success.video-close,
#main-nav ul li:last-child a.hollow.success,
.hollow.success#mobile-nav-close,
.hollow.success.comment-reply-link,
#home-quote .hollow.success#home-video-close,
.hollow.success.timeline-video-close {
    border: 1px solid #3adb76;
    color: #3adb76; 
}

.button.hollow.success:hover,
.hollow.success.video-close:hover,
#main-nav ul li:last-child a.hollow.success:hover,
.hollow.success#mobile-nav-close:hover,
.hollow.success.comment-reply-link:hover,
#home-quote .hollow.success#home-video-close:hover,
.hollow.success.timeline-video-close:hover, 
.button.hollow.success:focus, 
.hollow.success.video-close:focus, 
#main-nav ul li:last-child a.hollow.success:focus,
.hollow.success#mobile-nav-close:focus, 
.hollow.success.comment-reply-link:focus,
#home-quote .hollow.success#home-video-close:focus,
.hollow.success.timeline-video-close:focus {
    border-color: #157539;
    color: #157539; 
}
  
.button.hollow.warning, 
.hollow.warning.video-close,
#main-nav ul li:last-child a.hollow.warning, 
.hollow.warning#mobile-nav-close, 
.hollow.warning.comment-reply-link, 
#home-quote .hollow.warning#home-video-close, 
.hollow.warning.timeline-video-close {
    border: 1px solid #ffae00;
    color: #ffae00; 
}
    
.button.hollow.warning:hover,
.hollow.warning.video-close:hover, 
#main-nav ul li:last-child a.hollow.warning:hover,
.hollow.warning#mobile-nav-close:hover,
.hollow.warning.comment-reply-link:hover, 
#home-quote .hollow.warning#home-video-close:hover,
.hollow.warning.timeline-video-close:hover, 
.button.hollow.warning:focus, 
.hollow.warning.video-close:focus, 
#main-nav ul li:last-child a.hollow.warning:focus, 
.hollow.warning#mobile-nav-close:focus,
.hollow.warning.comment-reply-link:focus,
#home-quote .hollow.warning#home-video-close:focus, 
.hollow.warning.timeline-video-close:focus {
    border-color: #805700;
    color: #805700; 
}
   
.button.hollow.alert, .hollow.alert.video-close, #main-nav ul li:last-child a.hollow.alert, .hollow.alert#mobile-nav-close, .hollow.alert.comment-reply-link, #home-quote .hollow.alert#home-video-close, .hollow.alert.timeline-video-close {
    border: 1px solid #ec5840;
    color: #ec5840; 
}
     
.button.hollow.alert:hover, .hollow.alert.video-close:hover, #main-nav ul li:last-child a.hollow.alert:hover, .hollow.alert#mobile-nav-close:hover, .hollow.alert.comment-reply-link:hover, #home-quote .hollow.alert#home-video-close:hover, .hollow.alert.timeline-video-close:hover, .button.hollow.alert:focus, .hollow.alert.video-close:focus, #main-nav ul li:last-child a.hollow.alert:focus, .hollow.alert#mobile-nav-close:focus, .hollow.alert.comment-reply-link:focus, #home-quote .hollow.alert#home-video-close:focus, .hollow.alert.timeline-video-close:focus {
    border-color: #881f0e;
    color: #881f0e; 
}
  
.button.disabled, .disabled.video-close, #main-nav ul li:last-child a.disabled, .disabled#mobile-nav-close, .disabled.comment-reply-link, #home-quote .disabled#home-video-close, .disabled.timeline-video-close, .button[disabled], [disabled].video-close, #main-nav ul li:last-child a[disabled], [disabled]#mobile-nav-close, [disabled].comment-reply-link, #home-quote [disabled]#home-video-close, [disabled].timeline-video-close {
    opacity: 0.25;
    cursor: not-allowed; 
}
  
.button.dropdown::after, .dropdown.video-close::after, #main-nav ul li:last-child a.dropdown::after, .dropdown#mobile-nav-close::after, .dropdown.comment-reply-link::after, #home-quote .dropdown#home-video-close::after, .dropdown.timeline-video-close::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1.25em;
    display: inline-block; 
}
  
.button.arrow-only::after, 
.arrow-only.video-close::after, 
#main-nav ul li:last-child a.arrow-only::after,
.arrow-only#mobile-nav-close::after,
.arrow-only.comment-reply-link::after,
#home-quote .arrow-only#home-video-close::after,
.arrow-only.timeline-video-close::after {
    margin-left: 0;
    float: none;
    top: -0.1em; 
}

[type='text'], 
[type='password'], 
[type='date'], 
[type='datetime'], 
[type='datetime-local'], 
[type='month'], 
[type='week'], 
[type='email'], 
[type='number'], 
[type='search'], 
[type='tel'], 
[type='time'], 
[type='url'], 
[type='color'],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #02AAC6;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #666;
    background-color: #fefefe;
    border-radius: 0.3rem;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none; 
}
  
[type='text']:focus, 
[type='password']:focus, 
[type='date']:focus, 
[type='datetime']:focus, 
[type='datetime-local']:focus, 
[type='month']:focus, 
[type='week']:focus, 
[type='email']:focus, 
[type='number']:focus, 
[type='search']:focus, 
[type='tel']:focus, 
[type='time']:focus, 
[type='url']:focus, 
[type='color']:focus,
textarea:focus {
    border: 2px solid #a3a4a5;
    background-color: #fefefe;
    outline: none;
    transition: border-color 0.25s ease-in-out; 
}

textarea {
    max-width: 100%; 
}
  
textarea[rows] {
    height: auto; 
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca; 
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cacaca; 
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca; 
}

input::placeholder,
textarea::placeholder {
    color: #cacaca; 
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #f3f3f3;
    cursor: default; 
}

[type='submit'],
[type='button'] {
    border-radius: 0.3rem;
    -webkit-appearance: none;
    -moz-appearance: none; 
}

input[type='search'] {
    box-sizing: border-box; 
}

[type='file'],
[type='checkbox'],
[type='radio'] {
    margin: 0 0 .5rem; 
}

[type='checkbox'] + label,
[type='radio'] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline; 
}
  
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
    cursor: pointer; 
}

label > [type='checkbox'],
label > [type='radio'] {
    margin-right: 0.5rem; 
}

[type='file'] {
    width: 100%; 
}

label {
    display: block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.8;
    color: #666; 
}
  
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; 
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0.3rem 0 0 0.3rem; }
  .input-group > :last-child > * {
    border-radius: 0 0.3rem 0.3rem 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #f3f3f3;
  color: #666;
  border: 1px solid #cacaca;
  white-space: nowrap;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  width: auto;
  height: auto; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #02AAC6;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #666;
  background-color: #fefefe;
  border-radius: 0.3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #f3f3f3;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #f3f3f3;
  border-bottom: 0;
  border-radius: 0.3rem;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #00A1CB;
  position: relative;
  border-bottom: 1px solid #f3f3f3; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #f3f3f3; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #f3f3f3;
  background-color: #fefefe; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #00A1CB transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -ms-transform: scaleY(-1);
      transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #00A1CB;
  color: #fefefe; }
  .badge.secondary {
    background: #00b3e3;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 2rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  
.breadcrumbs::after {
    clear: both; }
 
.breadcrumbs li {
    float: left;
    color: #666;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
  
.breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }

.breadcrumbs a {
    color: #00A1CB; }
  
.breadcrumbs a:hover {
      text-decoration: underline; }
 
.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: stretch;
      align-items: stretch; }
  
.button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  
.button-group::after {
    clear: both; }
 
.button-group .button, .button-group .video-close, .button-group #main-nav ul li:last-child a, #header ul li:last-child .button-group a, .button-group #mobile-nav-close, .button-group .comment-reply-link, .button-group #home-quote #home-video-close, #home-quote .button-group #home-video-close, .button-group .timeline-video-close {
    margin: 0;
    font-size: 1.2rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
   
.button-group .button:not(:last-child), .button-group .video-close:not(:last-child), .button-group #main-nav ul li:last-child a:not(:last-child), #header ul li:last-child .button-group a:not(:last-child), .button-group #mobile-nav-close:not(:last-child), .button-group .comment-reply-link:not(:last-child), .button-group #home-quote #home-video-close:not(:last-child), #home-quote .button-group #home-video-close:not(:last-child), .button-group .timeline-video-close:not(:last-child) {
      margin-right: 1px; }
 
.button-group.tiny .button, .button-group.comment-reply-link .button, .button-group.tiny .video-close, .button-group.comment-reply-link .video-close, .button-group.tiny #main-nav ul li:last-child a, #header ul li:last-child .button-group.tiny a, .button-group.comment-reply-link #main-nav ul li:last-child a, #header ul li:last-child .button-group.comment-reply-link a, .button-group.tiny #mobile-nav-close, .button-group.comment-reply-link #mobile-nav-close, .button-group.tiny .comment-reply-link, .button-group.comment-reply-link .comment-reply-link, .button-group.tiny #home-quote #home-video-close, #home-quote .button-group.tiny #home-video-close, .button-group.comment-reply-link #home-quote #home-video-close, #home-quote .button-group.comment-reply-link #home-video-close, .button-group.tiny .timeline-video-close, .button-group.comment-reply-link .timeline-video-close {
    font-size: 0.6rem; }
 
.button-group.small .button, .button-group.small .video-close, .button-group.small #main-nav ul li:last-child a, #header ul li:last-child .button-group.small a, .button-group.small #mobile-nav-close, .button-group.small .comment-reply-link, .button-group.small #home-quote #home-video-close, #home-quote .button-group.small #home-video-close, .button-group.small .timeline-video-close {
    font-size: 0.75rem; }
 
.button-group.large .button, .button-group.large .video-close, .button-group.large #main-nav ul li:last-child a, #header ul li:last-child .button-group.large a, .button-group.large #mobile-nav-close, .button-group.large .comment-reply-link, .button-group.large #home-quote #home-video-close, #home-quote .button-group.large #home-video-close, .button-group.large .timeline-video-close {
    font-size: 1.5rem; }
 
.button-group.expanded .button, .button-group.expanded .video-close, .button-group.expanded #main-nav ul li:last-child a, #header ul li:last-child .button-group.expanded a, .button-group.expanded #mobile-nav-close, .button-group.expanded .comment-reply-link, .button-group.expanded #home-quote #home-video-close, #home-quote .button-group.expanded #home-video-close, .button-group.expanded .timeline-video-close {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; }
 
.button-group.primary .button, .button-group.primary .video-close, .button-group.primary #main-nav ul li:last-child a, #header ul li:last-child .button-group.primary a, .button-group.primary #mobile-nav-close, .button-group.primary .comment-reply-link, .button-group.primary #home-quote #home-video-close, #home-quote .button-group.primary #home-video-close, .button-group.primary .timeline-video-close {
    background-color: #00A1CB;
    color: #fff; }
  
.button-group.primary .button:hover, .button-group.primary .video-close:hover, .button-group.primary #main-nav ul li:last-child a:hover, #header ul li:last-child .button-group.primary a:hover, .button-group.primary #mobile-nav-close:hover, .button-group.primary .comment-reply-link:hover, .button-group.primary #home-quote #home-video-close:hover, #home-quote .button-group.primary #home-video-close:hover, .button-group.primary .timeline-video-close:hover, .button-group.primary .button:focus, .button-group.primary .video-close:focus, .button-group.primary #main-nav ul li:last-child a:focus, #header ul li:last-child .button-group.primary a:focus, .button-group.primary #mobile-nav-close:focus, .button-group.primary .comment-reply-link:focus, .button-group.primary #home-quote #home-video-close:focus, #home-quote .button-group.primary #home-video-close:focus, .button-group.primary .timeline-video-close:focus {
      background-color: #653f80;
      color: #fff; }
  
.button-group.secondary .button, .button-group.secondary .video-close, .button-group.secondary #main-nav ul li:last-child a, #header ul li:last-child .button-group.secondary a, .button-group.secondary #mobile-nav-close, .button-group.secondary .comment-reply-link, .button-group.secondary #home-quote #home-video-close, #home-quote .button-group.secondary #home-video-close, .button-group.secondary .timeline-video-close {
    background-color: #00b3e3;
    color: #fff; }
   
.button-group.secondary .button:hover, .button-group.secondary .video-close:hover, .button-group.secondary #main-nav ul li:last-child a:hover, #header ul li:last-child .button-group.secondary a:hover, .button-group.secondary #mobile-nav-close:hover, .button-group.secondary .comment-reply-link:hover, .button-group.secondary #home-quote #home-video-close:hover, #home-quote .button-group.secondary #home-video-close:hover, .button-group.secondary .timeline-video-close:hover, .button-group.secondary .button:focus, .button-group.secondary .video-close:focus, .button-group.secondary #main-nav ul li:last-child a:focus, #header ul li:last-child .button-group.secondary a:focus, .button-group.secondary #mobile-nav-close:focus, .button-group.secondary .comment-reply-link:focus, .button-group.secondary #home-quote #home-video-close:focus, #home-quote .button-group.secondary #home-video-close:focus, .button-group.secondary .timeline-video-close:focus {
      background-color: #008fb6;
      color: #fff; }
 
.button-group.success .button, .button-group.success .video-close, .button-group.success #main-nav ul li:last-child a, #header ul li:last-child .button-group.success a, .button-group.success #mobile-nav-close, .button-group.success .comment-reply-link, .button-group.success #home-quote #home-video-close, #home-quote .button-group.success #home-video-close, .button-group.success .timeline-video-close {
    background-color: #3adb76;
    color: #fff; }
   
.button-group.success .button:hover, .button-group.success .video-close:hover, .button-group.success #main-nav ul li:last-child a:hover, #header ul li:last-child .button-group.success a:hover, .button-group.success #mobile-nav-close:hover, .button-group.success .comment-reply-link:hover, .button-group.success #home-quote #home-video-close:hover, #home-quote .button-group.success #home-video-close:hover, .button-group.success .timeline-video-close:hover, .button-group.success .button:focus, .button-group.success .video-close:focus, .button-group.success #main-nav ul li:last-child a:focus, #header ul li:last-child .button-group.success a:focus, .button-group.success #mobile-nav-close:focus, .button-group.success .comment-reply-link:focus, .button-group.success #home-quote #home-video-close:focus, #home-quote .button-group.success #home-video-close:focus, .button-group.success .timeline-video-close:focus {
      background-color: #22bb5b;
      color: #fff; }
  
.button-group.warning .button, .button-group.warning .video-close, .button-group.warning #main-nav ul li:last-child a, #header ul li:last-child .button-group.warning a, .button-group.warning #mobile-nav-close, .button-group.warning .comment-reply-link, .button-group.warning #home-quote #home-video-close, #home-quote .button-group.warning #home-video-close, .button-group.warning .timeline-video-close {
    background-color: #ffae00;
    color: #fff; }
   
.button-group.warning .button:hover, .button-group.warning .video-close:hover, .button-group.warning #main-nav ul li:last-child a:hover, #header ul li:last-child .button-group.warning a:hover, .button-group.warning #mobile-nav-close:hover, .button-group.warning .comment-reply-link:hover, .button-group.warning #home-quote #home-video-close:hover, #home-quote .button-group.warning #home-video-close:hover, .button-group.warning .timeline-video-close:hover, .button-group.warning .button:focus, .button-group.warning .video-close:focus, .button-group.warning #main-nav ul li:last-child a:focus, #header ul li:last-child .button-group.warning a:focus, .button-group.warning #mobile-nav-close:focus, .button-group.warning .comment-reply-link:focus, .button-group.warning #home-quote #home-video-close:focus, #home-quote .button-group.warning #home-video-close:focus, .button-group.warning .timeline-video-close:focus {
      background-color: #cc8b00;
      color: #fff; }
 
.button-group.alert .button, .button-group.alert .video-close, .button-group.alert #main-nav ul li:last-child a, #header ul li:last-child .button-group.alert a, .button-group.alert #mobile-nav-close, .button-group.alert .comment-reply-link, .button-group.alert #home-quote #home-video-close, #home-quote .button-group.alert #home-video-close, .button-group.alert .timeline-video-close {
    background-color: #ec5840;
    color: #fff; }
   
.button-group.alert .button:hover, .button-group.alert .video-close:hover, .button-group.alert #main-nav ul li:last-child a:hover, #header ul li:last-child .button-group.alert a:hover, .button-group.alert #mobile-nav-close:hover, .button-group.alert .comment-reply-link:hover, .button-group.alert #home-quote #home-video-close:hover, #home-quote .button-group.alert #home-video-close:hover, .button-group.alert .timeline-video-close:hover, .button-group.alert .button:focus, .button-group.alert .video-close:focus, .button-group.alert #main-nav ul li:last-child a:focus, #header ul li:last-child .button-group.alert a:focus, .button-group.alert #mobile-nav-close:focus, .button-group.alert .comment-reply-link:focus, .button-group.alert #home-quote #home-video-close:focus, #home-quote .button-group.alert #home-video-close:focus, .button-group.alert .timeline-video-close:focus {
      background-color: #da3116;
      color: #fff; }
  
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
   
.button-group.stacked .button, .button-group.stacked .video-close, .button-group.stacked #main-nav ul li:last-child a, #header ul li:last-child .button-group.stacked a, .button-group.stacked #mobile-nav-close, .button-group.stacked .comment-reply-link, .button-group.stacked #home-quote #home-video-close, #home-quote .button-group.stacked #home-video-close, .button-group.stacked .timeline-video-close, .button-group.stacked-for-small .button, .button-group.stacked-for-small .video-close, .button-group.stacked-for-small #main-nav ul li:last-child a, #header ul li:last-child .button-group.stacked-for-small a, .button-group.stacked-for-small #mobile-nav-close, .button-group.stacked-for-small .comment-reply-link, .button-group.stacked-for-small #home-quote #home-video-close, #home-quote .button-group.stacked-for-small #home-video-close, .button-group.stacked-for-small .timeline-video-close, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .video-close, .button-group.stacked-for-medium #main-nav ul li:last-child a, #header ul li:last-child .button-group.stacked-for-medium a, .button-group.stacked-for-medium #mobile-nav-close, .button-group.stacked-for-medium .comment-reply-link, .button-group.stacked-for-medium #home-quote #home-video-close, #home-quote .button-group.stacked-for-medium #home-video-close, .button-group.stacked-for-medium .timeline-video-close {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      margin-right: 0; }
     
.button-group.stacked .button:not(:last-child), .button-group.stacked .video-close:not(:last-child), .button-group.stacked #main-nav ul li:last-child a:not(:last-child), #header ul li:last-child .button-group.stacked a:not(:last-child), .button-group.stacked #mobile-nav-close:not(:last-child), .button-group.stacked .comment-reply-link:not(:last-child), .button-group.stacked #home-quote #home-video-close:not(:last-child), #home-quote .button-group.stacked #home-video-close:not(:last-child), .button-group.stacked .timeline-video-close:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-small .video-close:not(:last-child), .button-group.stacked-for-small #main-nav ul li:last-child a:not(:last-child), #header ul li:last-child .button-group.stacked-for-small a:not(:last-child), .button-group.stacked-for-small #mobile-nav-close:not(:last-child), .button-group.stacked-for-small .comment-reply-link:not(:last-child), .button-group.stacked-for-small #home-quote #home-video-close:not(:last-child), #home-quote .button-group.stacked-for-small #home-video-close:not(:last-child), .button-group.stacked-for-small .timeline-video-close:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child), .button-group.stacked-for-medium .video-close:not(:last-child), .button-group.stacked-for-medium #main-nav ul li:last-child a:not(:last-child), #header ul li:last-child .button-group.stacked-for-medium a:not(:last-child), .button-group.stacked-for-medium #mobile-nav-close:not(:last-child), .button-group.stacked-for-medium .comment-reply-link:not(:last-child), .button-group.stacked-for-medium #home-quote #home-video-close:not(:last-child), #home-quote .button-group.stacked-for-medium #home-video-close:not(:last-child), .button-group.stacked-for-medium .timeline-video-close:not(:last-child) {
        margin-bottom: 1px; }
  
@media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small .video-close, .button-group.stacked-for-small #main-nav ul li:last-child a, #header ul li:last-child .button-group.stacked-for-small a, .button-group.stacked-for-small #mobile-nav-close, .button-group.stacked-for-small .comment-reply-link, .button-group.stacked-for-small #home-quote #home-video-close, #home-quote .button-group.stacked-for-small #home-video-close, .button-group.stacked-for-small .timeline-video-close {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
      
    .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-small .video-close:not(:last-child), .button-group.stacked-for-small #main-nav ul li:last-child a:not(:last-child), #header ul li:last-child .button-group.stacked-for-small a:not(:last-child), .button-group.stacked-for-small #mobile-nav-close:not(:last-child), .button-group.stacked-for-small .comment-reply-link:not(:last-child), .button-group.stacked-for-small #home-quote #home-video-close:not(:last-child), #home-quote .button-group.stacked-for-small #home-video-close:not(:last-child), .button-group.stacked-for-small .timeline-video-close:not(:last-child) {
        margin-right: 1px; } }
  
@media screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .video-close, .button-group.stacked-for-medium #main-nav ul li:last-child a, #header ul li:last-child .button-group.stacked-for-medium a, .button-group.stacked-for-medium #mobile-nav-close, .button-group.stacked-for-medium .comment-reply-link, .button-group.stacked-for-medium #home-quote #home-video-close, #home-quote .button-group.stacked-for-medium #home-video-close, .button-group.stacked-for-medium .timeline-video-close {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }
     
    .button-group.stacked-for-medium .button:not(:last-child), .button-group.stacked-for-medium .video-close:not(:last-child), .button-group.stacked-for-medium #main-nav ul li:last-child a:not(:last-child), #header ul li:last-child .button-group.stacked-for-medium a:not(:last-child), .button-group.stacked-for-medium #mobile-nav-close:not(:last-child), .button-group.stacked-for-medium .comment-reply-link:not(:last-child), .button-group.stacked-for-medium #home-quote #home-video-close:not(:last-child), #home-quote .button-group.stacked-for-medium #home-video-close:not(:last-child), .button-group.stacked-for-medium .timeline-video-close:not(:last-child) {
        margin-right: 1px; } }
  
@media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
     
    .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .video-close, .button-group.stacked-for-small.expanded #main-nav ul li:last-child a, #header ul li:last-child .button-group.stacked-for-small.expanded a, .button-group.stacked-for-small.expanded #mobile-nav-close, .button-group.stacked-for-small.expanded .comment-reply-link, .button-group.stacked-for-small.expanded #home-quote #home-video-close, #home-quote .button-group.stacked-for-small.expanded #home-video-close, .button-group.stacked-for-small.expanded .timeline-video-close {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(102, 102, 102, 0.25);
  border-radius: 0.3rem;
  position: relative;
  color: #464646;
  background-color: white; }
  
.callout > :first-child {
    margin-top: 0; }

.callout > :last-child {
    margin-bottom: 0; }

.callout.primary {
    background-color: #ece4f2; }

.callout.secondary {
    background-color: #d5f6ff; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
    position: absolute;
    color: #464646;
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer;
    background: #FFF;
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px;
}
  
[data-whatinput='mouse'] .close-button {
    outline: 0; 
}
  
.close-button:hover, .close-button:focus {
    color: #666; 
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
  
.is-drilldown li {
    display: block !important; 
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fefefe;
    transition: transform 0.15s linear;
}
  
.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
  
.is-drilldown-submenu.is-closing {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.is-drilldown-submenu-parent > a {
    position: relative;
}
  
.is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #00A1CB;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
}

.js-drilldown-back > a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent #00A1CB transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.75rem;
}

.dropdown-pane {
    background-color: #fefefe;
    border: 1px solid #cacaca;
    border-radius: 0.3rem;
    display: block;
    font-size: 1rem;
    padding: 1rem;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
}
  
.dropdown-pane.is-open {
    visibility: visible;
}

.dropdown-pane.tiny, .dropdown-pane.comment-reply-link {
    width: 100px;
}

.dropdown-pane.small {
    width: 200px;
}

.dropdown-pane.large {
    width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #00A1CB transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px;
}

[data-whatinput='mouse'] .dropdown.menu a {
    outline: 0;
}

.no-js .dropdown.menu ul {
    display: none;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
    top: 0;
}

.dropdown.menu.vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
}

.dropdown.menu.vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%;
}

.dropdown.menu.vertical > li > a::after {
    right: 14px;
    margin-top: -3px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #00A1CB transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
}

.dropdown.menu.vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #00A1CB;
    border-left-style: solid;
    border-right-width: 0;
}

@media screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #00A1CB transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #00A1CB transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #00A1CB;
    border-left-style: solid;
    border-right-width: 0; }
}

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #00A1CB transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #00A1CB transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #00A1CB;
    border-left-style: solid;
    border-right-width: 0; }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0;
}

.is-dropdown-menu.vertical {
    width: 100px;
}
  
.is-dropdown-menu.vertical.align-right {
    float: right;
}

.is-dropdown-submenu-parent {
    position: relative;
}
  
.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px;
}

.is-dropdown-submenu-parent.opens-inner .is-dropdown-submenu {
    top: 100%;
}

.is-dropdown-submenu-parent.opens-left .is-dropdown-submenu {
    left: auto;
    right: 100%;
}

.is-dropdown-submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #fefefe;
    border: 1px solid #cacaca;
}
  
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; 
}
  
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #00A1CB transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
}
  
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #00A1CB;
    border-left-style: solid;
    border-right-width: 0;
}
  
.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px;
}

.is-dropdown-submenu > li {
    width: 100%;
}

.is-dropdown-submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .is-dropdown-submenu, 
.is-dropdown-submenu.js-dropdown-active {
    display: block;
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden;
}
  
.flex-video iframe,
.flex-video object, 
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flex-video.widescreen {
    padding-bottom: 56.25%;
}
  
.flex-video.vimeo {
    padding-top: 0;
}

.label {
    display: inline-block;
    padding: 0.33333rem 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 0.3rem;
    background: #00A1CB;
    color: #fefefe;
}

.label.secondary {
    background: #00b3e3;
    color: #fefefe;
}

.label.success {
    background: #3adb76;
    color: #fefefe;
}

.label.warning {
    background: #ffae00;
    color: #fefefe;
}

.label.alert {
    background: #ec5840;
    color: #fefefe;
}

.media-object {
    margin-bottom: 2rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
  
.media-object img {
    max-width: none;
}
  
.media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  
@media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 2rem;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
      
    .media-object.stack-for-small .media-object-section img {
        width: 100%;
    }
}

.media-object-section {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.media-object-section:first-child {
    padding-right: 2rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 2rem;
}

.media-object-section.main-section {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.menu {
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
}
  
.menu > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; 
}

[data-whatinput='mouse'] .menu > li {
    outline: 0; 
}
  
.menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1;
}
  
.menu input,
.menu a,
.menu button {
    margin-bottom: 0;
}
  
.menu > li > a {
    display: -ms-flexbox;
    display: flex;
}
  
.menu > li > a {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.menu > li > a img,
.menu > li > a i {
    margin-right: 0.25rem;
}
 
.menu > li {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
 
.menu.vertical {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
  
.menu.vertical > li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
    
.menu.vertical > li > a {
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
  
@media screen and (min-width: 40em) {
    .menu.medium-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .menu.medium-horizontal > li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.medium-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu.medium-vertical > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .menu.medium-vertical > li > a {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
}
  
@media screen and (min-width: 64em) {
    .menu.large-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .menu.large-horizontal > li {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
    .menu.large-vertical {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .menu.large-vertical > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; }
    .menu.large-vertical > li > a {
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
}
  
.menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem;
}
  
.menu.simple a {
    padding: 0;
}
  
.menu.align-right {
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu.expanded > li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}

.menu.expanded > li:first-child:last-child {
    width: 100%;
}

.menu.icon-top > li > a {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
}
    
.menu.icon-top > li > a img,
.menu.icon-top > li > a i {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: center;
    margin-bottom: 0.25rem;
}

.menu.nested {
    margin-left: 1rem;
}
  
.menu .active > a {
    color: #fefefe;
    background: #00A1CB;
}

.menu-text {
    font-weight: bold;
    color: inherit;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0.7rem 1rem;
}

.menu-centered {
    text-align: center;
}

.menu-centered > .menu {
    display: inline-block;
}

.no-js [data-responsive-menu] ul {
    display: none;
}

.slider {
    position: relative;
    height: 0.5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #f3f3f3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: 0.5rem;
    background-color: #cacaca;
    transition: all 0.2s ease-in-out;
}
 
.slider-fill.is-dragging {
    transition: all 0s linear;
}

.slider-handle {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #00A1CB;
    transition: all 0.2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 0.3rem;
}
  
[data-whatinput='mouse'] .slider-handle {
    outline: 0;
}

.slider-handle:hover {
    background-color: #4FB6C0;
}

.slider-handle.is-dragging {
    transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
}

.slider.vertical {
    display: inline-block;
    width: 0.5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -ms-transform: scale(1, -1);
    transform: scale(1, -1); 
}
  
.slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; 
}
  
.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); 
}

.sticky-container {
    position: relative; 
}

.sticky {

}

.sticky.is-stuck {
    position: fixed;
    z-index: 5; 
}
  
.sticky.is-stuck.is-at-top {
    top: 0; 
}
  
.sticky.is-stuck.is-at-bottom {
    bottom: 0; 
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto; 
}
  
.sticky.is-anchored.is-at-bottom {
    bottom: 0; 
}

body.is-reveal-open {
    overflow: hidden; 
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(245,246,247,0.95);
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch;
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    background-color: #fefefe;
    border-radius: 0.3rem;
    position: relative;
    top: 100px;
    margin-left: auto;
    margin-right: auto;
    overflow-y: hidden; 
}
  
[data-whatinput='mouse'] .reveal {
    outline: 0; 
}
  
@media screen and (min-width: 40em) {
    .reveal {
        min-height: 0; 
    } 
}
  
.reveal .column, 
.reveal .columns,
.reveal .columns {
    min-width: 0;
}
  
.reveal > :last-child {
    margin-bottom: 0;
}
  
@media screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 75rem;
    }
}
  
@media screen and (min-width: 40em) {
    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto;
    } 
}
  
.reveal.collapse {
    padding: 0;
}
  
@media screen and (min-width: 40em) {
    .reveal.tiny, .reveal.comment-reply-link {
      width: 30%;
      max-width: 75rem; } 
}
  
@media screen and (min-width: 40em) {
    .reveal.small {
    width: 50%;
    max-width: 75rem;
    } 
}

@media screen and (min-width: 40em) {
    .reveal.large {
        width: 90%;
        max-width: 75rem; 
    }
}
  
.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
    
  .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0;
    }
}
  
.reveal.without-overlay {
    position: fixed;
}

.switch {
    margin-bottom: 2rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fefefe;
    font-weight: bold;
    font-size: 0.875rem;
}

.switch-input {
    opacity: 0;
    position: absolute;
}

.switch-paddle {
    background: #cacaca;
    cursor: pointer;
    display: block;
    position: relative;
    width: 4rem;
    height: 2rem;
    transition: all 0.25s ease-out;
    border-radius: 0.3rem;
    color: inherit;
    font-weight: inherit;
}
  
input + .switch-paddle {
    margin: 0;
}
  
.switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0.3rem;
}

input:checked ~ .switch-paddle {
    background: #00A1CB;
}

input:checked ~ .switch-paddle::after {
      left: 2.25rem;
}
  
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0;
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.switch-active {
    left: 8%;
    display: none; 
}
  
input:checked + label > .switch-active {
      display: block;
}

.switch-inactive {
    right: 15%;
}

input:checked + label > .switch-inactive {
    display: none;
}

.switch.tiny .switch-paddle, .switch.comment-reply-link .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after, 
.switch.comment-reply-link .switch-paddle::after {
    width: 1rem;
    height: 1rem;
}

.switch.tiny input:checked ~ .switch-paddle::after, 
.switch.comment-reply-link input:checked ~ .switch-paddle::after {
    left: 1.75rem;
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem;
}

.switch.small input:checked ~ .switch-paddle::after {
    left: 2rem;
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem;
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem;
}

.switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem;
}

table {
    width: 100%;
    margin-bottom: 2rem;
    border-radius: 0.3rem;
}
  
table thead,
table tbody,
table tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}
 
table caption {
    font-weight: 500;
    padding: 0.5rem 0.625rem 0.625rem;
}

table thead,
table tfoot {
    background: #f8f8f8;
    color: #464646;
}
    
table thead tr,
table tfoot tr {
    background: transparent; 
}
    
table thead th,
table thead td,
table tfoot th,
table tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: 500;
      text-align: left;
}
  
table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}
  
table tbody th,
table tbody td {
    padding: 0.5rem 0.625rem 0.625rem;
}

@media screen and (max-width: 63.9375em) {
    table.stack thead {
    display: none;}
    table.stack tfoot {
    display: none; }
    table.stack tr,
    table.stack th,
    table.stack td {
    display: block; }
    table.stack td {
    border-top: 0; }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto;
}

table.hover tr:hover {
    background-color: #f9f9f9;
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ececec;
}

.table-scroll {
    overflow-x: auto; 
}

.table-scroll table {
    width: auto;
}

.tabs {
    margin: 0;
    list-style-type: none;
    background: #fefefe;
    border: 1px solid #f3f3f3;
}
  
.tabs::before, 
.tabs::after {
    content: ' ';
    display: table;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-order: 1;
    order: 1;
}
  
.tabs::after {
    clear: both;
}

.tabs.vertical > li {
    width: auto;
    float: none;
    display: block;
}

.tabs.simple > li > a {
    padding: 0; 
}
 
.tabs.simple > li > a:hover {
    background: transparent;
}

.tabs.primary {
    background: #00A1CB;
}
  
.tabs.primary > li > a {
    color: #fefefe; 
}
    
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
    background: #784b98;
}

.tabs-title {
    float: left;
}
  
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.75rem;
}
    
.tabs-title > a:hover {
    background: #fefefe;
}
    
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
    background: #f3f3f3;
}

.tabs-content {
    background: #fefefe;
    transition: all 0.5s ease;
    border: 1px solid #f3f3f3;
    border-top: 0; 
}

.tabs-content.vertical {
    border: 1px solid #f3f3f3;
    border-left: 0; 
}

.tabs-panel {
    display: none;
    padding: 1rem; 
}
  
.tabs-panel.is-active {
    display: block; 
}

.thumbnail {
    border: solid 4px #fefefe;
    box-shadow: 0 0 0 1px rgba(102, 102, 102, 0.2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow 200ms ease-out;
    border-radius: 0.3rem;
    margin-bottom: 2rem; 
}
  
.thumbnail:hover, .thumbnail:focus {
      box-shadow: 0 0 6px 1px rgba(126, 79, 160, 0.5); 
}

.title-bar {
    background: #666;
    color: #fefefe;
    padding: 0.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; 
}
  
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; 
}

.title-bar-left,
.title-bar-right {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; 
}

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

.title-bar-title {
    font-weight: bold;
    vertical-align: middle;
    display: inline-block; 
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 16px; 
}
  
.menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #666;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #666, 0 14px 0 #666; 
}
  
.menu-icon.dark:hover::after {
    background: #464646;
      box-shadow: 0 7px 0 #464646, 0 14px 0 #464646; 
}

.slide-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
}

.slide-in-down.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0); 
}

.slide-in-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; 
}

.slide-in-left.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slide-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.slide-in-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.slide-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
    -ms-transform: translateY(100%);
    transform: translateY(100%); 
}

.slide-out-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.slide-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.slide-out-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.fade-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1;
}

.fade-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0;
}

.hinge-in-from-top.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-right.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(90deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-left.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(90deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateX(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotateY(-90deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0deg);
    opacity: 1;
}

.hinge-out-from-top.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-right.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0;
}

.hinge-out-from-left.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    transform: perspective(2000px) rotate(0deg);
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: transform, opacity;
    opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0;
}

.scale-in-up.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    transition-property: transform, opacity;
    opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.scale-in-down.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: transform, opacity;
    opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.scale-out-up.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
}

.scale-out-down.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: transform, opacity;
    opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}

.spin-in.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    transition-property: transform, opacity;
    opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}

.spin-out.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    opacity: 0;
}

.spin-in-ccw.mui-enter {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0.75turn);
    transform: rotate(0.75turn);
    transition-property: transform, opacity;
    opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
}

.spin-out-ccw.mui-leave {
    transition-duration: 500ms;
    transition-timing-function: linear;
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: transform, opacity;
    opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -ms-transform: rotate(-0.75turn);
    transform: rotate(-0.75turn);
    opacity: 0;
}

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); }
}

.spin-cw {
    animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); }
}

.spin-ccw {
    animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); }
}

.wiggle {
    animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
    animation-duration: 500ms;
}

.infinite {
    animation-iteration-count: infinite;
}

.slow {
    animation-duration: 750ms !important;
}

.fast {
    animation-duration: 250ms !important;
}

.linear {
    animation-timing-function: linear !important;
}

.ease {
    animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.button, 
.video-close,
#mobile-nav-close, 
.comment-reply-link, 
#home-quote #home-video-close, 
.timeline-video-close {
    font-weight: 500;
    border-width: 0; 
}
  
.button.green-stroke,
.green-stroke.video-close,
#main-nav ul li:last-child a.green-stroke,
.green-stroke#mobile-nav-close,
.green-stroke.comment-reply-link,
#home-quote .green-stroke#home-video-close,
.green-stroke.timeline-video-close {
    position: relative;
    z-index: 0;
    box-shadow: inset 0 0 0 4px #cacaca;
    color: #464646;
    background: transparent;
}
    
.button.green-stroke:hover,
.green-stroke.video-close:hover,
#main-nav ul li:last-child a.green-stroke:hover,
.green-stroke#mobile-nav-close:hover,
.green-stroke.comment-reply-link:hover,
#home-quote .green-stroke#home-video-close:hover,
.green-stroke.timeline-video-close:hover {
    box-shadow: none;
    color: #fefefe;
}
  
.button.blue, 
.blue.video-close,
#main-nav ul li:last-child a.blue,
.blue#mobile-nav-close,
.blue.comment-reply-link,
#home-quote .blue#home-video-close,
.blue.timeline-video-close {
    background: #00A1CB;
    color: #fefefe !important; 
}
    
.button.blue:hover,
.blue.video-close:hover,
#main-nav ul li:last-child a.blue:hover,
.blue#mobile-nav-close:hover,
.blue.comment-reply-link:hover,
#home-quote .blue#home-video-close:hover,
.blue.timeline-video-close:hover {
    background: #43464d;
    color: #fefefe !important;
}

.button.green {
    background: #b9bc2f;
    color: #fefefe !important; 
}
    
.button.blue:green {
    background: #43464d;
    color: #fefefe !important;
}
  
.button.white-stroke, 
.white-stroke.video-close,
#main-nav ul li:last-child a.white-stroke, 
.white-stroke#mobile-nav-close,
.white-stroke.comment-reply-link, 
#home-quote .white-stroke#home-video-close, 
.white-stroke.timeline-video-close {
    position: relative;
    z-index: 0;
    box-shadow: inset 0 0 0 4px #fefefe;
    color: #fefefe;
    background: transparent;
}
    
.button.white-stroke:hover,
.white-stroke.video-close:hover, 
#main-nav ul li:last-child a.white-stroke:hover,
.white-stroke#mobile-nav-close:hover,
.white-stroke.comment-reply-link:hover,
#home-quote .white-stroke#home-video-close:hover,
.white-stroke.timeline-video-close:hover {
    background: #fefefe;
    color: #666;
}
  
.button.black-stroke,
.black-stroke.video-close,
#main-nav ul li:last-child a.black-stroke,
.black-stroke#mobile-nav-close,
.black-stroke.comment-reply-link,
#home-quote .black-stroke#home-video-close,
.black-stroke.timeline-video-close {
    position: relative;
    z-index: 0;
    box-shadow: inset 0 0 0 4px #464646;
    color: #464646;
    background: transparent;
}
   
.button.black-stroke:hover,
.black-stroke.video-close:hover,
#main-nav ul li:last-child a.black-stroke:hover,
.black-stroke#mobile-nav-close:hover,
.black-stroke.comment-reply-link:hover,
#home-quote .black-stroke#home-video-close:hover,
.black-stroke.timeline-video-close:hover {
    background: #464646;
    color: #fefefe;
}
  
/* #main-nav ul li:last-child a, */
.button.secondary-stroke, 
.secondary-stroke.video-close,
.secondary-stroke#mobile-nav-close, 
.secondary-stroke.comment-reply-link, 
#home-quote .secondary-stroke#home-video-close, 
#home-quote #main-nav ul li:last-child a#home-video-close, 
#header ul li:last-child #home-quote a#home-video-close, 
.secondary-stroke.timeline-video-close {
    position: relative;
    z-index: 0;
    color: #666;
}

/* #main-nav ul li:last-child a:after, */
.button.secondary-stroke:after, 
.secondary-stroke.video-close:after,
.secondary-stroke#mobile-nav-close:after, 
.secondary-stroke.comment-reply-link:after, 
#home-quote .secondary-stroke#home-video-close:after, 
#home-quote #main-nav ul li:last-child a#home-video-close:after, 
#header ul li:last-child #home-quote a#home-video-close:after, 
.secondary-stroke.timeline-video-close:after {
    position: absolute;
    background: #fefefe;
    z-index: -1;
    top: 4px;
    right: 4px;
    left: 4px;
    bottom: 4px;
    display: block;
    border-radius: 0.12rem;
    content: '';
    opacity: 1;
}

.button.secondary-stroke:hover, 
.secondary-stroke.video-close:hover,
.secondary-stroke#mobile-nav-close:hover, 
.secondary-stroke.comment-reply-link:hover, 
#home-quote .secondary-stroke#home-video-close:hover, 
#home-quote #main-nav ul li:last-child a#home-video-close:hover, 
#header ul li:last-child #home-quote a#home-video-close:hover, 
.secondary-stroke.timeline-video-close:hover {
    color: #fefefe; 
}
      
.button.secondary-stroke:hover:after, 
.secondary-stroke.video-close:hover:after, 
.secondary-stroke#mobile-nav-close:hover:after, 
.secondary-stroke.comment-reply-link:hover:after, 
#home-quote .secondary-stroke#home-video-close:hover:after, 
#home-quote #main-nav ul li:last-child a#home-video-close:hover:after, 
#header ul li:last-child #home-quote a#home-video-close:hover:after, 
.secondary-stroke.timeline-video-close:hover:after {
    opacity: 0; 
}

#header ul.sub-menu li:last-child a:after {
    position: relative;
    background: none;
    margin: 0;
    left: 0;
    opacity: 1;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal;
  color: #000; 
}

p, span {
  font-family: "PT Sans", sans-serif;
  font-weight: 300; }

::-moz-selection {
  background: #482762;
  color: #fefefe; }

::selection {
  background: #363738;
  color: #fefefe; }

.vertical-pad {
  padding-top: 3rem;
  padding-bottom: 3rem; }


.vertical-pad-0 {
  padding-top: .5rem;
  padding-bottom: -3rem; }


.vertical-pad-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.vertical-pad-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.vertical-pad-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.vertical-pad-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.vertical-pad-5 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.vertical-pad-6 {
  padding-top: 6rem;
  padding-bottom: 6rem; }


.vertical-pad-top {
  padding-top: 4rem; }

.vertical-pad-bottom {
  padding-bottom: 4rem; }

.extra-vertical-pad {
  padding-top: 7rem;
  padding-bottom: 7rem; }

.extra-vertical-pad-top {
  padding-top: 7rem; }

.extra-vertical-pad-bottom {
  padding-bottom: 7rem; }


/* small only */
@media only screen and (max-width: 40.063em) { 

    .vertical-pad:not(.maintain),
    .vertical-pad-0:not(.maintain),
    .vertical-pad-1:not(.maintain),
    .vertical-pad-2:not(.maintain),
    .vertical-pad-3:not(.maintain),
    .vertical-pad-4:not(.maintain),
    .vertical-pad-5:not(.maintain),
    .vertical-pad-6:not(.maintain){
    padding-top: 1rem;
    padding-bottom: 1rem;
    }
    
    .vertical-pad-top:not(.maintain) {
    padding-top: 1rem; }

    .vertical-pad-bottom:not(.maintain) {
    padding-bottom: 1rem; }

    .extra-vertical-pad:not(.maintain) {
    padding-top: 2rem;
    padding-bottom: 2rem; }

    .extra-vertical-pad-top:not(.maintain) {
    padding-top: 2rem; }

    .extra-vertical-pad-bottom:not(.maintain) {
    padding-bottom: 2rem; }

}


/* small only */
@media only screen and (min-width: 40.063em) { 
    
    .row.narrow {
    padding-left: 8em;
    padding-right: 8em;
    }
    
}

/* - Sub Navigation - Blog Topic Navigation - */
  
.page-sub-nav {
    background: #00A1CB;
}

#filters .page-sub-nav {
    background: none;
}

.page-sub-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 0; 
}
    
.page-sub-nav ul li {
    display: inline-block;
    width: 100%; 
}
      
@media screen and (min-width: 40em) {
        
    .page-sub-nav ul li {
        width: auto; 
    } 
}
      
.page-sub-nav ul li a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fefefe;
    font-size: 1rem;
    border-bottom: 6px solid transparent;
}
        
@media screen and (min-width: 64em) {
          
    .page-sub-nav ul li a {
        font-size: 1.2rem;
        padding: 0.75rem 2rem; }
    
}
      
.page-sub-nav ul li.current-menu-item a {
    border-bottom: 6px solid #ffffff;
}

.page-sub-nav ul li a:hover {
    background: rgba(0,0,0,0.3); 
}
  
.page-sub-nav#filter-deep ul {
    text-align: left; 
}
    
.page-sub-nav#filter-deep ul li {
      width: 100%; 
}

.arrow, 
.number-nav > div > a.active, 
.block-tab-nav > div > a.active, 
#companies .company-trigger.active, 
.bio-link.active {
  position: relative; }
  
.arrow:after, 
.number-nav > div > a.active:after, 
.block-tab-nav > div > a.active:after, 
#companies .company-trigger.active:after, 
.bio-link.active:after {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -1.25rem;
    width: 0;
    height: 0;
    display: block;
    content: '';
    border: 1.5rem solid transparent;
    border-bottom-color: #f3f3f3; }

.number-nav {
  position: relative;
  margin-top: 2rem; }
  
.number-nav:before {
    position: absolute;
    top: 2rem;
    left: 10%;
    right: 10%;
    width: 0;
    background: #8CCFB4;
    width: 80%;
    height: 3px;
    content: '';
    display: block; }
    
@media screen and (min-width: 40em) {
      
    .number-nav:before {
        top: 2.25rem; } 
}
  
.number-nav > div > a {
    display: block;
    color: #8CCFB4;
    text-align: center;
    position: relative;
    padding-top: 0.5rem;
    margin-bottom: 1.5rem; }
    
.number-nav > div > a span {
      width: 3rem;
      height: 3rem;
      display: inline-block;
      background: #fefefe;
      text-align: center;
      line-height: 3rem;
      font-size: 1.5rem;
      border-radius: 50%;
      box-shadow: 0 0 0 3px #8CCFB4;
      margin-bottom: 1.5rem; }
    
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
      
    .number-nav > div > a {
        font-size: 1rem; } 
}
    
@media screen and (min-width: 40em) {
      
    .number-nav > div > a span {
        width: 3.5rem;
        height: 3.5rem;
        line-height: 3.5rem;
        font-size: 2rem; } 
}
    
@media screen and (min-width: 64em) {
      
    .number-nav > div > a {
        font-size: 1.5rem; } 
}
    
.number-nav > div > a.active, .number-nav > div > a:hover {
    color: #02AAC6; }
      
.number-nav > div > a.active span, .number-nav > div > a:hover span {
    box-shadow: 0 0 0 3px #02AAC6; }
    
.number-nav > div > a.active:after {
      bottom: -1.5rem;
      border-bottom-color: #02AAC6; }
  
.number-nav #tab-content {
    background: #02AAC6;
    padding-top: 2rem;
    padding-bottom: 2rem;
    color: #fefefe;
    position: relative; }
   
.number-nav #tab-content h4 {
      color: #fefefe; }

.number-nav #tab-content p:last-child {
      margin-bottom: 0; }

.number-nav #tab-content a {
      color: #fefefe;
      margin: 0; }

.number-nav #tab-content:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -2000px;
      right: -2000px;
      content: '';
      display: block;
      background-color: #02AAC6;
      z-index: -1; }

#implementation-tabs {
  padding-bottom: 4rem; }
  
#implementation-tabs .number-nav:before {
    left: 15%;
    right: 15%;
    background: #8CCFB4;
    width: 70%; }
  
@media screen and (max-width: 39.9375em) {
    
    #implementation-tabs .number-nav > div > a {
      font-size: 0.6rem; } 
}

.block-tab-nav > div {
  padding-left: 0;
  padding-right: 0; }
  
.block-tab-nav > div > a {
    text-align: center;
    padding: 4rem 2rem;
    position: relative;
    background-color: #8CCFB4;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center; }
    
@media screen and (min-width: 64em) {
    .block-tab-nav > div > a {
        padding: 4rem 0.5rem; } 
}
    
.block-tab-nav > div > a:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      display: block;
      transition: opacity 200ms;
      opacity: 0;
      z-index: 0; }
    
.block-tab-nav > div > a h3 {
      display: inline-block;
      margin-bottom: 0;
      color: #fefefe;
      transition: color 200ms;
      position: relative;
      z-index: 0; }
      
.block-tab-nav > div > a h3 span {
        font-size: 3rem; }
    
.block-tab-nav > div > a:hover h3 {
      color: #fefefe; }
    
.block-tab-nav > div > a:hover:before {
      opacity: 1; }
    
.block-tab-nav > div > a.active h3 {
      color: #fefefe; }
    
.block-tab-nav > div > a.active:before {
      opacity: 1; }
    
.block-tab-nav > div > a.active:after {
      bottom: 0; }

@media screen and (max-width: 39.9375em) {
  .block-tab-nav > div:nth-child(1) {
    border-top: 1px solid #f3f3f3; }
  .block-tab-nav > div:nth-child(2) {
    border-top: 1px solid #f3f3f3; }
  .block-tab-nav > div:nth-child(3) {
    border-top: 1px solid #f3f3f3; }
  .block-tab-nav > div:nth-child(4) {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .block-tab-nav > div:nth-child(1) {
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3; }
  .block-tab-nav > div:nth-child(2) {
    border-top: 1px solid #f3f3f3; }
  .block-tab-nav > div:nth-child(3) {
    border-bottom: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3; }
  .block-tab-nav > div:nth-child(4) {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3; } }

@media screen and (min-width: 64em) {
  .block-tab-nav > div:nth-child(1) {
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-left: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; }
  .block-tab-nav > div:nth-child(2) {
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; }
  .block-tab-nav > div:nth-child(3) {
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; }
  .block-tab-nav > div:nth-child(4) {
    border-top: 1px solid #f3f3f3;
    border-right: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3; } }

.block-tab-nav #tab-content {
    background: #f3f3f3;
    position: relative;
    z-index: 0;
    padding: 2rem 1rem; }
  
@media screen and (min-width: 40em) {
    
    .block-tab-nav #tab-content {
      padding-top: 4rem;
      padding-bottom: 4rem; } 
}
  
.block-tab-nav #tab-content:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    content: '';
    display: block;
    background-color: #f3f3f3;
    z-index: -1; }
  
.block-tab-nav #tab-content p {
    margin-bottom: 0; }

#implementation-points {
    overflow: hidden; }

textarea {
    height: 6rem; }

.comment-form label {
    font-size: 1rem; }

.comment-form input {
    height: 3rem; }

.comment-form input, .comment-form textarea {
    font-size: 1.2rem; }

.comment-form input[type=submit] {
    margin-bottom: 1.5rem;
    height: 3.5rem; 
    border-radius: 50px;
}

.tile {
    background: #fefefe;
    background-position: center cener;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 1rem 0;
    padding: 3rem 2rem;
    position: relative;
    z-index: 0;
}
  
@media screen and (min-width: 40em) {
    
    .tile {
        margin: 3rem 0;
    } 
}
  
.tile h3 {
    color: #464646;
    margin: 0;
    padding: 0;
}
  
.tile h3, .tile p {
    color: #fefefe;
    position: relative;
    z-index: 2;
}
  
.tile .tile-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    position: relative;
    visibility: hidden;
    width: 100%;
}
    
.tile .tile-inner.title-only {
    position: absolute;
    visibility: visible;
}
  
.tile:after {
    background-color: rgba(23, 85, 166, 0.78);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
  
.tile:hover:after {
    background-color: #00b3e3;
}
  
.tile:hover h3 {
    margin: 0 0 2rem;
}
  
.tile:hover .tile-inner {
    visibility: visible;
}
    
.tile:hover .tile-inner.title-only {
    visibility: hidden;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background: #000;
    overflow: visible;
    margin-bottom: 0;
}
  
.video-iframe iframe {
    width: 100%;
    height: 100%;
}

.video-close {
    position: absolute;
    left: 50%;
    top: 0;
    text-align: center;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inline-button-icon {
    position: relative;
    top: 2px;
    left: -8px;
}

.row.full-width {
    max-width: 100%;
}

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

:focus {
    outline: none;
}

.wow {
    visibility: hidden;
}


.slide-in {
    animation-duration: 1000ms;
    animation-name: custom-1;
}

#mobile-nav {
    animation-duration: 500ms;
    animation-name: reveal-nav; 
}


@keyframes reveal-nav {
    0% {
    transform: translateX(-100%);
    opacity: 0;
    }
    100% {
    transform: translateX(0);
    opacity: 1;
    } 
}


@keyframes custom-1 {
  0% {
    transform: translateY(10%);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } 
}


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

.slick-list {
  position: relative;
  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 {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
  
.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; 
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -10px\9;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 1; 
}
  
.slick-prev:hover, 
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; 
}
    
.slick-prev:hover:before, 
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; 
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25; 
}

.slick-prev:before, .slick-next:before {
    font-family: "icomoon";
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}

.slick-prev {
    left: 0; 
}
  
[dir="rtl"] .slick-prev {
    left: auto;
    right: 0; 
}
  
.slick-prev:before {
    content: ""; 
}
    
[dir="rtl"] .slick-prev:before {
      content: ""; 
}

.slick-next {
  right: 0; 
}
  
[dir="rtl"] .slick-next {
    left: 0;
    right: auto; 
}
  
.slick-next:before {
    content: ""; 
}
    
[dir="rtl"] .slick-next:before {
    content: ""; 
}

.slick-slider {
    margin-bottom: 30px; 
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%; 
}
  
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; 
}
    
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer; 
}
      
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; 
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1; 
}
      
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "icomoon";
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; 
}
    
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75; 
}
  
#header h1, #header h2 {
    line-height: 78px;
    display: inline-block;
    float: left; 
}
  
#main-nav ul {
    display: none;
    float: right;
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 0 2rem; 
}
    
ul.utility-menu{
    display: none;
}

@media screen and (min-width: 74em) {
    #header ul {
        display: block; 
    }
    ul.utility-menu{
        display: block;
    }
}
    
#main-nav ul li {
    display: inline-block; 
}
      
#main-nav ul li a {
    line-height: 78px;
    display: inline-block;
    padding: 0 1rem;
    font-size: 1.3rem;
    color: #464646; 
}
      
/*
#main-nav ul li:last-child a {
    margin-left: 0.8em;
    margin-bottom: 0;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    vertical-align: baseline;
    font-size: 1.1rem; 
    color: #FFFFFF;
    background: #00A1CB;
}

#main-nav ul li:last-child a:hover{
    background: #4FB6C0;
}
*/
  
#header #mobile-nav-trigger {
    float: right;
    display: inline-block;
    height: 78px;
    margin: 0 2rem;
    position: relative;
    display: block;
    padding-top: 33px;
}
    
#header #mobile-nav-trigger .mobile-nav-trigger-title {
      position: absolute;
      top: 50%;
      -ms-transform: translate(-56px, -13px);
          transform: translate(-56px, -13px);
      font-weight: 500;
      font-size: 1.1em;
      color: #8CCFB4; 
}
    
#header #mobile-nav-trigger .mobile-nav-trigger-slice {
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    width: 100%;
    top: 50%;
    background-color: #464646;
    margin-top: -2px;
}
      
#header #mobile-nav-trigger .mobile-nav-trigger-slice:nth-child(1) {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
      
#header #mobile-nav-trigger .mobile-nav-trigger-slice:nth-child(2) {
    -ms-transform: translateY(0);
    transform: translateY(0); }
      
#header #mobile-nav-trigger .mobile-nav-trigger-slice:nth-child(3) {
    -ms-transform: translateY(10px);
    transform: translateY(10px); }
    
#header #mobile-nav-trigger:hover .mobile-nav-trigger-slice {
    background-color: #00A1CB; }
    
#header #mobile-nav-trigger:hover .mobile-nav-trigger-title {
    color: #00A1CB; }
    
@media screen and (min-width: 74em) {
    
    #header #mobile-nav-trigger {
        display: none; 
    } 
    
}

/* Main Navigation CTA */

#primary-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#utility-nav {
    margin: 0;
    list-style: none;
    padding-right: 2rem;
}

ul.utility-menu {
    margin: 0;
    list-style: none;
}

ul.utility-menu li {
    display: inline;
}

ul.utility-menu li a {
    padding: 0 1em;
    color: #444444;
    font-size: .8em;
}

ul.utility-menu li a:hover{
    color: #F15A22;
}

ul.utility-menu li.current_page_parent > a,
ul.utility-menu li.current_page_item > a {
    color: #F15A22;
}

/* - New Logo Config - */

#logo {
  height: 78px;
  margin: 0;
  display: inline-block; 
}

#logo a {
    display: inline-block;
    height: 78px;
    width: 4.9rem;
    transition: width 200ms ease-in-out;
    overflow: hidden;
    padding: 1rem 0rem 1.2rem 2rem; 
}

/* medium and small */
@media screen and (max-width:64em){
    #logo a {
    padding: 1.2rem 0rem 1.2rem 1.2rem; 
    }
    
    #header #mobile-nav-trigger{
    margin: 0 1.2em;
    }
}
    
#logo a svg {
    display: inline-block;
    vertical-align: top;
    width: 11.4rem; 
}
    
/* - Full-width logo - */
#logo a {
    width: 13.8rem; 
}


/* -- Mobile Navigation -- */


#mobile-nav {
    display: none;
    overflow-y: scroll;
    position: fixed;
    padding: 1.2rem;
    background: #fefefe;
    top: 78px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    border-top: 1px solid #e7e8e9;
}

@media screen and (min-width: 64em){
    #mobile-nav{
    top: 82px
    }
}
  
#mobile-nav.expanded {
    display: block; 
}

#mobile-nav.expanded + #header {
    -ms-transform: translateY(0%)!important;
    transform: translateY(0%)!important;
}

#mobile-nav.expanded + #header #utility {
    display: none;
}

#mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; 
    display: block;
}

#mobile-nav li.menu-item {
    flex: none;
    display: inline-block;
    float: left;
    width: 100%;
    position: relative;
}
    
#mobile-nav ul li a {
    color: #363738;
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: block;
    padding: 20px 45px 20px 0;
    border-bottom: 1px solid #e6e7e8;
}
    
#mobile-nav li.menu-item .arrow-down {
    display: none;
}
    
#mobile-nav li.menu-item-has-children .arrow-down {
    display: block;
    height: 64px;
    width: 18%;
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    background: none!important
}
    
#mobile-nav li.menu-item-has-children .sub-menu li.menu-item .arrow-down {
    display: none;
}
    
#mobile-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .arrow-down {
    display: block;
}

#mobile-nav li.menu-item-has-children .sub-menu li.menu-item-has-children .sub-menu li.menu-item .arrow-down{
    display: none;
}
    
#mobile-nav .sub-menu {
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
}
    
#mobile-nav .menu-item-has-children .arrow-down:checked + .sub-menu {
    max-height: 2000px;
    transition: max-height 0.8s;
}
    
#menu-expand:before {
    position: absolute;
    right: 1rem;
    top: 20px;
    background: #e7e8e9;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
}


/* Hamburger Menu Animation */

.hamburger {
    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: 40px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px; 
}
  
.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    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: -10px;
}

.hamburger-inner::after {
    bottom: -10px; 
}

/*  Hamburger 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: -20px;
    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, -10px, 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); 
}


/* Sticky Navigation Bar - Headroom.js */

.headroom {
    transition: transform 200ms linear; }

.headroom--pinned {
    -ms-transform: translateY(0%);
    transform: translateY(0%); }

.headroom--unpinned {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

#footer-logo {
  display: inline-block;
  height: remc-calc(50);
  width: 3.2rem;
  transition: width 200ms ease-in-out;
  overflow: hidden;
  padding: 0 0.3rem;
  margin-bottom: 2rem; }
  
#footer-logo svg {
    display: inline-block;
    vertical-align: top;
    width: 11.4rem; }

/* Small & Medium */

@media only screen and (max-width: 64em) { 
    
    .footer-logo,
    .footer-utils {
    text-align: center;
    }

}


/* Small Only */

@media only screen and (max-width: 40em) { 
    
    .hide-small {
    display: none;
    }
    
}

/* Medium Only */

@media only screen and (min-width: 40em) and (max-width: 64em) { 
    
    .hide-medium {
    display: none;
    }
    
}

/* Large Only */

@media only screen and (min-width: 64em) { 
    
    .hide-large {
    display: none;
    }
    
}


/* - CTA FOOTER - */

.section-cta-footer {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
}

.section-cta-footer.footer-inline{
    background-color: transparent;
}

#cta-footer{
    margin-bottom: 4rem;
    display: inline-block;
    width: 100%;
    padding: 0;
    box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
    max-width: 73.125rem;
}

#cta-footer .columns {
    padding: 2em;
}
/* small only */
@media screen and (max-width:40.063em){
    #cta-footer .columns {
        padding: 1em;
    }
    #cta-footer .columns:last-child {
        padding-top: 0;
    }
}
/* medium only */
@media screen and (min-width:40.063em) and (max-width:64em){
    #cta-footer .columns {
        padding: 2em 1em;
    }
}
/* medium and large */
@media screen and (min-width:40.063em){
    .section-cta-footer {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    }
}

#cta-footer .button, 
#cta-footer .video-close, 
#cta-footer #main-nav ul li:last-child a, 
#header ul li:last-child #cta-footer a, 
#cta-footer #mobile-nav-close, 
#cta-footer .comment-reply-link, 
#cta-footer #home-quote #home-video-close, 
#home-quote #cta-footer #home-video-close, 
#cta-footer .timeline-video-close {
    margin: 0 1rem; }

#signup .input-group {
  position: relative; }
  
#signup .input-group .icon {
    position: absolute;
    top: 0.85rem;
    left: 0.85rem;
    font-size: 2.2rem; }

#signup input {
    margin-bottom: 0;
    height: 4rem;
    border-width: 0;
    font-size: 1.2rem;
    position: relative; }
  
#signup input[type=email] {
    color: #8CCFB4;
    padding-left: 3.55rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

#signup ::-webkit-input-placeholder {
  color: #8CCFB4; }

#signup ::-moz-placeholder {
  color: #8CCFB4; }

#signup :-ms-input-placeholder {
  color: #8CCFB4; }

#signup ::placeholder {
  color: #8CCFB4; }

#signup form {
  height: 74px; }

/* - FOOTER - */

#footer {
    padding-top: 70px;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
}
  
@media screen and (max-width: 39.9375em) {
    #footer {
        text-align: center; 
    } 
}
  
#footer > .row > .columns {
    padding-bottom: 70px; 
}
  
#footer .footer-menu-back {
    margin-bottom: 0.5rem; 
}
  
#footer a {
    color: #949494; 
}
    
#footer a:hover {
    color: #565758; 
}
  
#footer ul {
    list-style: none;
    margin: 0;
    line-height: 1.2; 
}
    
#footer ul > li > a {
    float: left;
    width: 100%;
    color: #949494;
    font-size: 15px;
    line-height: 2.6;
}

#footer .footer-menu ul > li:first-child > a {
    color: #464646;
    border-bottom: 6px solid transparent;
    line-height: 18px;
    font-weight: 400;
    font-family: oswald;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-size: 1em;
}

#footer ul > li > a:hover,
#footer .footer-menu ul > li:first-child > a:hover {
    color: #f15a22;
}





      
@media screen and (max-width: 39.9375em) {
        
    #footer ul > li > a {
        font-size: 0.8rem;
        display: inline-block; 
    } 
    
}
  
.footerheader {
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: 600;
}

#footer .sub-menu {
    padding: 0.25rem 0; 
}
    
@media screen and (max-width: 39.9375em) {
    #footer .sub-menu {
        display: none; 
    } 
}
    
#footer .sub-menu li {
    margin-bottom: 0.5rem; 
}
  
#footer .phone-link,
#footer .email-link {
    display: block;
    width: 100%; 
}
    
#footer .phone-link:hover,
#footer .email-link:hover {
    color: #02AAC6; 
}
  
#footer .footer-menu-wrap img {
    width: 100%; 
}

#footer-social li {
    display: inline;
}
  
#footer #footer-social li a {
    display: inline;
    float: none;
    font-size: 1.3em;
}

#footer #footer-social li a svg {
    display: inline-block;
    vertical-align: middle;
    width: 38px;
    height: 38px;
    line-height: 2rem;
    border-radius: 50%;
    margin: 0;
}

#footer #footer-social li a svg path {
    fill: #444444;
}
        
#footer #footer-social li a span {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 2rem;
    display: inline-block; 
}
  
#footer small {
    color: #949494;
    font-size: 13px;
}

#footer small span,
#footer small a {
    padding-right: 10px;
    font-size: 13px;
}

#footer #disclaimer {
    position: relative;
    padding: 2rem 1rem 0 1rem; 
}
    
#footer #disclaimer p {
    font-weight: 500;
    line-height: 1.2;
    margin: 1em 0;
    text-align: center;
}
    
.footer-social-links {
    text-align: center;
}

.footer-logo svg {
    max-width: 200px;   
}

#footer #footer-social {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

/* medium and large */
@media only screen and (min-width: 40em) { 
    
    #footer #disclaimer p {
    margin: 0;
    text-align: left;
    }
    
    .footer-social-links {
    text-align: left;
    }
    
}

/* large only */
@media only screen and (min-width: 64em) { 
    
    #footer #footer-social {
    margin-top: 25px;
    }
    
    #footer #disclaimer p {
    text-align: left;
    margin: 1em 0;
    }
    
}




/* - Footer Privacy Badge - */

#footer a.footer-badge {
    background: white;
    display: inline-block;
    padding: 12px 1em 7px;
    border-radius: 8px 8px 0 0;
    color: #02AAC6;
    letter-spacing: 0.02em;
    width: 100%;
    line-height: 1.2em;
}

#footer a.footer-badge span {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
}

#footer a.footer-badge i.fa.fa-shield {
    font-size: 2.6em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 31px;
}

/* - HERO - */

.hero {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding: 6rem 1rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fefefe; 
}

.hero:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: 0.76;
    /*background: linear-gradient(to right, #00A1CB -20%, #BABD15 120%);*/
}
  


.hero.no-back:before {
    opacity: 1; 
}

.hero.no-back:after {
    content: none; 
}
  
.hero .hero-vid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: 2; 
}

.hero.White-LG .row {
    max-width: 100%;
}

.hero.hero-review {
    padding-top: 63px;
    padding-bottom: 1em;
}
  
.hero .hero-content {
    position: relative;
    z-index: 3;
}
  
.hero .hero-content h5 {
    color: #FFFFFF;
    font-size: 1.125rem;
    margin: 0;
}

.hero .hero-content h4,
.hero .hero-content h3 {
    color: #fefefe;
    margin: 1rem 0;
    font-size: 1.4rem; 
    font-weight: bold;
}

.hero .hero-content h2, 
.hero .hero-content h1 {
    color: #fefefe;
    margin: 1rem 0;
    font-size: 2.9rem; 
    font-weight: bold;
}


.hero.White-LG .hero-content p,
.hero.White-LG .hero-content h3,
.hero.White-LG .hero-content h2, 
.hero.White .hero-content p,
.hero.White .hero-content h4, 
.hero.White .hero-content h3,
.hero.White .hero-content h2, 
.hero.White .hero-content h1,
.hero.Gray .hero-content p,
.hero.Gray .hero-content h4,
.hero.Gray .hero-content h3,
.hero.Gray .hero-content h2, 
.hero.Gray .hero-content h1{
    color: #43464d;
}

.hero.White-LG .hero-content h4 {
    font-size: 1.7em;
    margin: 0;
    color: #43464d;
    font-family: "oswald", "PT Sans", sans-serif;
    text-transform: uppercase;
    margin: 25px 0px 45px 0px;
}

.hero.White-LG .hero-content h1{
    font-size: 17vw;
    font-family: pt sans;
    text-transform: capitalize;
    font-style: italic;
    color: #F15A22;
    font-weight: 800;
    margin: 0;
    line-height: 11vw;
}

.hero.White-LG .medium-offset-1 {
    max-width: 100%;
    width: 100%;
    flex: 100%;
    margin: 0;
}

.text-boxl.hero-content,
.text-boxr.hero-content {
    background-color: #FFFFFF;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .05), 0 5px 24px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 30px;
    width: 375px;
    color: #43464d;
}

.text-boxr.hero-content {
    float: right;
}

.text-boxl.hero-content h1,
.text-boxl.hero-content h2,
.text-boxl.hero-content h3,
.text-boxl.hero-content h4,
.text-boxr.hero-content h1,
.text-boxr.hero-content h2,
.text-boxr.hero-content h3,
.text-boxr.hero-content h4 {
    color: #43464d;
}

      
@media screen and (min-width: 40em) {
        
    .hero .hero-content h2, 
    .hero .hero-content h1 {
        font-size: 3.75rem; 
    }
    
    .text-boxl.hero-content,
    .text-boxr.hero-content {
    font-size: .9em;
    }
    
    .text-boxl.hero-content h1,
    .text-boxr.hero-content h1 {
    font-size: 2.75rem;
    }
    
}

    
.hero .text-center .button, 
.hero .hero-content .video-close, 
.hero .hero-content #main-nav ul li:last-child a, 
#header ul li:last-child .hero .hero-content a, 
.hero .hero-content #mobile-nav-close, 
.hero .hero-content .comment-reply-link, 
.hero .hero-content #home-quote #home-video-close, 
#home-quote .hero .hero-content #home-video-close, 
.hero .hero-content .timeline-video-close {
      margin: 0 1rem 2rem; 
}

.hero .share-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 3;
}
    
.hero .share-buttons li {
    display: inline-block; 
}
      
.hero .share-buttons li a {
    display: inline-block;
    color: #fefefe;
    transition: color 200ms ease-in-out;
    font-size: 2rem;
    margin: 0.5rem; }

.hero .share-buttons li a:hover {
    color: #d82f89; 
}

#post-top {
    background: #00A1CB;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    height: 6rem;
    margin-bottom: 2em;
}
  
@media screen and (min-width: 40em) {
    #post-top {
        height: 5rem; 
    } 
}

#post-top.bigger {
    height: 20rem; 
}
    
@media screen and (min-width: 40em) {
    #post-top.bigger {
        height: 26rem; 
    } 
}

#blog-page {
    background-color: #f9f9fb; 
}

.blog:not(.single) #blog-page {
    background-image: url(/wp-content/uploads/2018/03/hero-shapes.png);
    background-position: 0 0;
    background-size: contain;
    background-repeat: no-repeat;
}

h1.orange{
    color: #F15A22;
}

#archive {
    padding-top: 1rem;
    padding-bottom: 2rem; 
}

.blog-archive-title {
    color: #000;
    padding: 2rem 0;
    margin: 0; 
}

.flex-archive > a {
    width: 100%;
}

.flex-archive {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-archive .row.align-center {
    float: left;
    clear: left;
    width: 100%;
}

  
@media screen and (min-width: 40em) {
    
    .flex-archive > a {
    width: 48%;
    }
    
    .blog-archive-title {
        padding: 3rem 0; 
    } 
}

.blog-color-1 {
    background: #8CCFB4;
    background: linear-gradient(to right, #8CCFB4 0%, #02AAC6 100%); 
}

.blog-color-2 {
    background: #d82f89;
    background: linear-gradient(to right, #d82f89 0%, #00A1CB 100%); 
}

.blog-color-3 {
    background: #8CCFB4;
    background: linear-gradient(to right, #8CCFB4 0%, #34B233 100%); 
}

.blog-color-4 {
    background: #8CCFB4;
    background: linear-gradient(to right, #8CCFB4 0%, #34B233 100%); 
}

.blog-color-5 {
    background: #ffee5e;
    background: linear-gradient(to right, #ffee5e 0%, #f07722 100%); 
}

.blog-color-default {
    background: #8CCFB4;
    background: linear-gradient(to right, #8CCFB4 0%, #00A1CB 100%); 
}

.webkit-color-1 {
    color: #02AAC6;
    background: -webkit-linear-gradient(right, #8CCFB4, #02AAC6); 
}

.webkit-color-2 {
    color: #00A1CB;
    background: -webkit-linear-gradient(right, #d82f89, #00A1CB); 
}

.webkit-color-3 {
    color: #34B233;
    background: -webkit-linear-gradient(right, #8CCFB4, #34B233); 
}

.webkit-color-4 {
    color: #34B233;
    background: -webkit-linear-gradient(right, #8CCFB4, #34B233); 
}

.webkit-color-5 {
    color: #f07722;
    background: -webkit-linear-gradient(right, #ffee5e, #f07722); 
}

.webkit-color-default {
    color: #00A1CB;
    background: -webkit-linear-gradient(right, #8CCFB4, #00A1CB); 
}

.blog-box {
    display: block;
    margin-bottom: 2rem; 
}
  
.blog-box p {
    color: #9B9B9B; 
}
    
.blog-box p.blog-box-category {
    font-size: 10px;
    font-weight: 700;
    margin: 0 0 1rem; 
}
    
.blog-box p.blog-box-excerpt {
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0 0 1rem; 
}
    
.blog-box p.blog-box-meta {
    margin: 0;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
  
.blog-box-meta {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 0;
}

.blog-box-meta span.author {
    margin-right: 30px;
    margin-bottom: 0px;
    padding-right: 30px;
    box-shadow: inset -1px 0 0 0 rgba(0, 0, 0, .1);
}

.avi-image img {
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    width: 28px;
    margin-right: 2px;
}

.blog-box h5 {
    margin: 0 0 10px;
    color: #000;
    padding: 0;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5rem;
    overflow: hidden; 
}
  
.blog-box:hover {
    
}

.post-title h1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #363738;
}

h1.page-title-lg {
    font-size: 8vw;
    margin-bottom: 28px;
}

h1.page-title-md {
    font-size: 4vw;
    margin-bottom: 5px;
}
  
.post-title .post-first-cat {
    color: #00A1CB;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 3rem;
    margin-bottom: 0; 
}
  
.post-title .single-share {
    text-align: right; 
}
  
.post-title .share-label {
    margin-bottom: 0;
    color: #00A1CB;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    vertical-align: middle;
    padding-right: 1rem;
    line-height: 3rem;
    display: none; 
}

/* NEW BLOG STYLES */

/* -- Featured Posts -- */

.featured-column a {
    display:none;
}

body:not(.paged) .featured-column a:first-child {
    display:block;
}

.paged .featured-posts {
    display: none;
}

.scroll-right{
    margin: 0;
    max-width: 100%;
    padding-bottom: 4em;
}

.blog-box-excerpt p {
    color: rgba(0, 0, 0, .6);
    font-size: 15px;
    line-height: 22px;
}

.radius-3 {
    border-radius: 3px;
    overflow: hidden;
}

.radius-5 {
    border-radius: 5px;
    overflow: hidden;
}

.radius-8 {
    border-radius: 8px;
    overflow: hidden;
}

.radius-10 {
    border-radius: 8px;
    overflow: hidden;
}

.light-grey-bg{
    background-color: #f9f9fb;
}

.medium-grey-bg{
    background-color: #f3f4f5;
}

.dark-grey-bg{
    background-color: #363738;
}

.post-content-wrap p.share-label {
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 14px;
    margin-bottom: 1em;
}

.post-content-wrap .single-share {
    text-align: center;
}

.post-content-wrap ul.share-buttons {
    list-style: none;
    margin: 0;
    font-size: 3em;
    line-height: 1;
}

/* Small Only */
@media screen and (max-width: 40rem){
    
    .post-content-wrap ul.share-buttons {
    display: flex;
    text-align: left;
    margin-bottom: 20px;
    font-size: 2.2em;
    }
    
    .post-content-wrap ul.share-buttons li{
    margin-right: 5px;
    }

    .post-content-wrap p.share-label {
    display: none;
    }
    
}



/* Blog Category Row */

#categories {
    
}

ul.category-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-between;
}

ul.category-wrapper li {
    list-style: none;
}

ul.category-post-sidebar{
    margin: 0;
}

ul.category-post-sidebar li {
    display: none;
}

ul.category-post-sidebar li:nth-child(1),
ul.category-post-sidebar li:nth-child(2),
ul.category-post-sidebar li:nth-child(3),
ul.category-post-sidebar li:nth-child(4) {
    display: block;
}

ul.category-post-sidebar li a,
ul.category-wrapper li a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    color: #363738;
}

ul.category-post-sidebar li a:hover,
ul.category-wrapper li a:hover{
    background: #FFFFFF;
}

ul.category-post-sidebar li a {
    font-size: .85em;
}

@media screen and (min-width: 40em) {
    
    .post-title .share-label {
    display: inline-block; 
    }
    
    .resources-grid {
    display: flex;
    flex-wrap: wrap;
    }
    
}

  
.post-title .share-buttons {
    margin: 0 0 1rem;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    padding: 0;
    list-style: none; 
}
    
.post-title .share-buttons li {
      display: inline-block; 
}
      
.post-title .share-buttons li a {
    color: #00A1CB;
    display: inline-block;
    font-size: 2rem;
    margin: 0 0.5rem;
    line-height: 3rem;
    padding-top: 4px; 
}
      
.post-title .share-buttons li:first-child a {
    margin-left: 0; 
}
      
.post-title .share-buttons li:last-child a {
    margin-right: 0; 
}

.post-page .post-meta {
    padding: 1rem; 
}

.post-meta .author {
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 1.3em;
}
  
.post-page .post-meta img {
    border-radius: 50%;
    display: block;
    background: rgba(0,0,0,0.1);
    box-shadow: 0 3px 5px -1px rgba(10, 16, 34, .4);
    transition: all 200ms ease;
}

.post-page .post-meta img:hover {
    box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}


.post-page .post-tc {
    font-size: 0.8rem;
}
  
.post-page .post-tc p {
    margin: 0.25rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #b4b4b4;
}
    
.post-page .post-tc p a {
    color: #b4b4b4;
    transition: color 200ms; 
}
      
.post-page .post-tc p a:hover {
    color: #F15A22; 
}
    
.post-page .post-tc p span {
    color: #464646;
    text-transform: none; 
}

.post-content-wrap {
    margin: 0 auto 2rem;
    padding-top: 0em;
    padding-bottom: 1em;
}
  
/* Comments */

#comments {
    margin: 4rem 0;
}
  
#comments p {
    font-size: 0.8rem; 
    line-height: 1.6;
}

#comments p:last-child {
    margin: 0;
}
  
#comments .form-submit {
    margin: 0;
}
    
#comments .form-submit input {
    display: block;
}

.comment-list {
    margin: 2rem 0 2rem;
    list-style: none;
    padding: 0; 
}
  
.comment-list > li {
    background: #FFFFFF;
    padding: 1em;
    margin-bottom: 1em;
    border-radius: 5px;
    position: relative;
}
    
.comment-list > li ol {
    margin: 0;
    padding-left: 1.5rem;
    border-left: 1px solid #f3f3f3;
    list-style: none; 
}

.comment-awaiting-moderation,
.comment-meta,
#cancel-comment-reply-link {
    font-size: 0.8rem; 
    position: absolute;
    top: 15px;
    right: 15px;
}

.comment-author.vcard {
    display: flex;
    align-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.comment-author.vcard img {
    border-radius: 50%;
    background: #ababab;
    margin-right: 7px;
}

.comment-author.vcard cite.fn {
    margin-right: 3px;
}

.comment-author.vcard span.says {
    font-size: 0.8125rem;
    color: #464646;
}


textarea#comment {
    padding: 1em;
    border: 0px solid transparent;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 1px 1px 0 rgba(10, 16, 34, .2);
    -webkit-transition: all 150ms ease;
    transition: all 200ms ease;
}

textarea#comment:focus{
    box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
    transition: all 200ms ease;
}

.padding {
    padding: 1em;
}

.padding-left {
    padding-left: 1em;
}

.padding-right {
    padding-right: 1em;
}

/* Realted Posts */

  
#related-posts h4 {
    display: block;
    max-width: 500px;
    margin-top: 0px;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#related-posts h4 a {
    color: #363738;
}

#related-posts p {
    color: rgba(0, 0, 0, .6);
    font-size: 15px;
    line-height: 22px;
}
  
#related-posts .columns {
    position: relative; 
}

.latest-posts .post-wrapper.has-thumbnail span.post-link,
.featured-column .post-link,
#related-posts .columns .post-link,
#moreposts .post-link {
    position: relative;
    display: block;
    transition: all 200ms;
    background: rgb(0, 170, 198);
    background: linear-gradient(to right, #1db8e1 -20%, #00A1CB 120%);
    background-size: cover;
    background-position: center;
    min-height: 16em;
    padding: 2em;
    border-radius: 5px;
    box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    overflow: hidden;
    margin-bottom: 1em;
}

.featured-column .post-link{
    height: 50vh;
    max-height: 400px;
}

.loop-categories {
    font-size: .8em;
    color: #aaa;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
}

.latest-posts .post-wrapper.has-thumbnail span.post-link:hover,
.featured-column .post-link:hover,
#related-posts .columns .post-link:hover,
#moreposts .post-link:hover {
    box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}

.latest-posts .post-wrapper.has-thumbnail span.post-link {
    height: 40vh;
    max-height: 300px;
    display: block;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}

.latest-posts .sticky {
    display: none;
}

a.sticky span.post-link:before {
    content: "Featured";
    background: rgba(0,0,0,0.5);
    padding: 10px 15px;
    color: rgba(255,255,255,0.7);
    font-size: .8em;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: oswald;
    font-weight: 500;
    letter-spacing: 0.05em;
    right: 15px;
    position: absolute;
    top: 15px;
}

a.sticky .blog-box-excerpt {
    display: none;
}

#moreposts {
    float: left;
    width: 100%;
}

#moreposts .slick-slide {
    padding: 30px;
    opacity: 0.2;
    transition: opacity 0.2s ease;
}

#moreposts .slick-slide.slick-active {
    opacity: 1;
    transition: opacity 0.2s ease;
}


#moreposts .blog-box-excerpt {
    display: none;
}


#moreposts button.slick-next.slick-arrow,
#moreposts button.slick-prev.slick-arrow {
    background: #eee;
    height: 100px;
}

#moreposts button.slick-next.slick-arrow:hover,
#moreposts button.slick-prev.slick-arrow:hover {
    box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
    filter: brightness(110%);
}


#related-posts .columns a img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    transition: opacity 200ms; 
}
      
#related-posts .columns a .crp_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1.2rem;
    color: #000;
    transition: background 200ms;
    pointer-events: none;
    background: #fff; 
}

.post-previous small,
.post-next small {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 20px;
    opacity: 0.6;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.author-footer {
    background: rgba(255,255,255,0.9);
}

.cat-footer {
    background: rgba(0,0,0,0.04);
    padding: 10px 1em;
}


/* Blog Footer */

#blog-footer {
    padding-top: 70px;
    padding-bottom: 70px;
}

.link-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .09), 0 0 0 0 transparent;
    -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 200ms ease;
    transition: color 100ms ease, background-color 100ms ease, box-shadow 200ms ease;
    color: #1a1b1f;
}

.link-block:hover {
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .05), 0 5px 24px 0 rgba(0, 0, 0, .09);
}

.link-block.transparent {
    background-color: transparent;
    box-shadow: none;
}

.link-block.transparent:hover {
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .05), 0 5px 24px 0 rgba(0, 0, 0, .09);
}

a.link-block svg {
    max-width: 40px;
    height: auto;
}

#blog-footer h3.title {
    font-size: 1.3em;
}

#blog-footer .has-thumbnail span.post-link {
    height: 130px;
    width: 130px;
    float: right;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-color: #f97748;
    margin-left: 5px;
}

/* Section Blog List */

.cta-column {
    display: flex;
    flex-wrap: wrap;
}

.cta-column a {
    width: 100%;
    margin-bottom: 10px;
}

@media screen and (min-width: 64em){
    .cta-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }

    .cta-column a {
    width: 48%;
    }
}

.cta-column .blog-box-excerpt {
    display: none;
}

.cta-column a {
    background-color: transparent;
    padding: 30px;
    border-radius: 5px;
    -webkit-transition: color 100ms ease, background-color 100ms ease, box-shadow 200ms ease;
    transition: color 100ms ease, background-color 100ms ease, box-shadow 200ms ease;
    color: #1a1b1f;
}

.cta-column a:hover {
    background-color: #FFFFFF;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .05), 0 5px 24px 0 rgba(0, 0, 0, .09);
}

.cta-column .blog-box,
.cta-column .loop-categories {
    margin: 0;
}



/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: .5em 1em 1em 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: .5em auto .5em auto; }

.alignright {
  float: right;
  margin: 0.5em 0 1em 1em; }

.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0; }

.aligncenter {
  display: block;
  margin: 0.5em auto 0.5em auto; }

a img.alignright {
  float: right;
  margin: 0.5em 0 1em 1em; }

a img.alignnone {
  margin: 0.5em 1em 1em 0; }

a img.alignleft {
  float: left;
  margin: 0.5em 1em 1em 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 0.5em 0.5em 1em;
  text-align: center; }

.wp-caption.alignnone {
  margin: 0.5em 1em 1em 0; }

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

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

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 0.8em;
  line-height: 1em;
  margin: 0;
  padding: 0 0.3em 0.5em; }

#filter-trigger {
  margin: 2rem 0; }

#filters {
  position: relative;
  z-index: 0;
  background: #00A1CB;
  background: linear-gradient(45deg, #00A1CB 0%, #8CCFB4 200%);
  display: none;
  padding-top: 1rem;
  padding-bottom: 1rem; 
}
  
@media screen and (min-width: 64em) {
    
    #filters {
      display: block;
      padding-top: 0;
      padding-bottom: 0; } 
}
    
@media screen and (min-width: 64em) {
      
    #filters .page-sub-nav ul {
        text-align: left; 
    }
        
    #filters .page-sub-nav ul li a {
        font-size: 1rem;
        padding: 1.75rem 1rem;
        padding-bottom: calc(1rem - 7px);
    } 
    
}
    
@media screen and (min-width: 75em) {
      
    #filters .page-sub-nav ul li a {
        padding: 1.75rem 1.5rem;
        padding-bottom: calc(1.5rem - 7px);
    } 
}
  
#filters form .input-group {
    margin-bottom: 0;
    line-height: 1.6rem;
    padding: 0.5rem 0 0;
    border-bottom: 1px solid #fefefe;
    margin-bottom: 0.5rem; 
}
    
@media screen and (min-width: 40em) {
      
    #filters form .input-group {
        font-size: 1.2rem;
        padding: 0.75rem 0 0;
        margin-bottom: 0.75rem; 
    }
    
}
  
#filters form input {
    background: none;
    padding-left: 0;
    color: #fefefe;
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 0;
    height: 1.6rem; 
}
  
#filters form [type=submit] {
    transition: all 200ms; 
}
    
#filters form [type=submit]:hover {
    background: #fefefe;
    color: #482762; 
}

#offices-wrap {
    background: #8CCFB4;
    background: linear-gradient(45deg, #8CCFB4 0%, #02AAC6 100%); 
}
  
#offices-wrap .offices-image {
    padding: 1rem; 
}
    
@media screen and (min-width: 40em) {
      
    #offices-wrap .offices-image {
        padding-left: 3rem; } 
}

#offices {
    padding: 2rem;
    color: #fefefe; }
  
#offices h3 {
    color: #fefefe;
    margin: 0 0 1rem; }
  
#offices .office {
    margin: 0 0 1rem 3rem; }
    
#offices .office strong {
    position: relative; }
      
#offices .office strong .icon {
    position: absolute;
    left: -3rem;
    top: 0;
    font-size: 2rem; }

#offices-in {
    margin: 0 auto;
    max-width: 23.75rem; }

#map-canvas {
  height: 16rem; }
  
@media screen and (min-width: 40em) {
    #map-canvas {
        height: 40rem; } 
}

#company-history img {
    margin: 0 auto;
    display: block; }

#companies {
    overflow: hidden;
    padding-top: 4rem; }
  
#companies .company-wrap {
    padding: 1rem; }
  
#companies .company-trigger {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    filter: grayscale(100%);
    transition: filter 200ms; 
}
    
#companies .company-trigger:hover, 
#companies .company-trigger.active {
    filter: grayscale(0); 
}

#company-highlight {
    background: #f3f3f3;
    position: relative;
    z-index: 0;
    padding-top: 2rem;
    padding-bottom: 2rem; 
}
  
@media screen and (min-width: 40em) {
    
    #company-highlight {
      padding-top: 4rem;
      padding-bottom: 4rem; } 
}
  
#company-highlight:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    content: '';
    display: block;
    background-color: #f3f3f3;
    z-index: -1; }
  
#company-highlight p {
    margin-bottom: 0; 
}

#our-values {
  padding-top: 4rem; }
  
#our-values .value {
    margin: 0 auto 3rem;
    max-width: 13.5rem; }
    
#our-values .value h3 {
    margin-bottom: 0;
    color: #000; }
    
#our-values .value p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.2rem; 
}

#leadership {
  overflow: hidden; }

#leadership-title {
  margin: 0 0 3rem;
  text-align: center; }

#bios {
  padding-bottom: 4rem; }

.bio-link {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block; }
  .bio-link[data-disabled='true']:hover {
    cursor: default; }
  .bio-link .bio-image-wrap {
    margin: 0 auto 1rem;
    width: 16.25rem;
    height: 16.25rem;
    border-radius: 50%;
    background-color: #f3f3f3;
    position: relative;
    overflow: hidden;
    transition: transform 200ms; }
  .bio-link:hover .bio-image-wrap {
    -ms-transform: translateY(-0.25rem);
        transform: translateY(-0.25rem); }
  .bio-link .bio-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 16.25rem;
    height: 16.25rem;
    border-radius: 50%; }
    .bio-link .bio-image.graduation-image {
      visibility: hidden; }
  .bio-link.active .bio-image.graduation-image {
    visibility: visible; }
  .bio-link h4,
  .bio-link p {
    margin: 0 auto;
    width: 16.25rem;
    text-align: center; }
  .bio-link h4 {
    color: #00A1CB; }
  .bio-link p {
    color: #464646; }
  .bio-link.active:after {
    border-bottom-color: #f3f3f3;
    bottom: -2rem; }

.work-circle {
  background: #8CCFB4;
  width: 16.25rem;
  height: 16.25rem;
  margin: 2rem auto 1rem;
  display: table;
  border-radius: 50%; }
  .work-circle span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    padding: 1rem;
    font-size: 1.5rem;
    color: #fefefe; }

#person-highlight {
    background: #f3f3f3;
    position: relative;
    z-index: 0;
    padding-top: 2rem;
    padding-bottom: 2rem; 
}
  
@media screen and (min-width: 40em) {
    
    #person-highlight {
        padding-top: 4rem;
        padding-bottom: 4rem; 
    } 
}
  
#person-highlight:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2000px;
    right: -2000px;
    content: '';
    display: block;
    background-color: #f3f3f3;
    z-index: -1; }
  
#person-highlight h2 {
    margin: 0; }
  
#person-highlight p {
    margin-bottom: 1rem; }
  
#person-highlight #person-social a {
    color: #464646;
    font-size: 3rem;
    margin: 0 0.5rem;
    transition: all 200ms;
    display: inline-block; }
    
#person-highlight #person-social a:hover {
    color: #00A1CB;
    -ms-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem); 
}

#home-bullets {
  padding-top: 4rem; }
  
#home-bullets .home-bullet {
    margin: 0 auto 4rem;
    max-width: 15.625rem; }
    
#home-bullets .home-bullet span {
    font-size: 4rem;
    color: #482762;
    display: inline-block;
    margin-bottom: 2rem; 
}
    
#home-bullets .home-bullet h4 {
    line-height: 1.2;
    color: #000;
    margin: 0; 
}
    
#home-bullets .home-bullet p {
    line-height: 1.2;
    margin: 0; 
}
    
#home-bullets .home-bullet:hover span {
    color: #8CCFB4;
    transition: color 200ms; 
}
    
#home-bullets .home-bullet:hover h4, #home-bullets .home-bullet:hover p {
    transition: transform 200ms;
    -ms-transform: translateY(-0.25rem);
    transform: translateY(-0.25rem); 
}

#learn-more {
  padding: 4rem 0;
  color: #fefefe; 
}
  
#learn-more h2 {
    margin: 0 0 2rem;
    color: #fefefe; 
}
  
@media screen and (max-width: 39.9375em) {
    
    #learn-more #learn-more-content {
        text-align: center;
    } 
}

#home-graph {
    margin: 0 auto 2rem;
    width: 18.75rem;
    height: 18.75rem;
    padding: 5rem 4rem;
    text-align: center;
    position: relative; 
}
  
#home-graph h3 {
    color: #bb1e6d;
    font-size: 3rem;
    line-height: 1;
    margin: 0; 
}
  
#home-graph p {
    margin: 0;
    line-height: 1.2; 
}
  
#home-graph #home-graph-radius {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
}

#stats {
    padding: 4rem 0 0; 
}
  
#stats h3 {
    margin: 2rem 0 6rem; 
}
  
#stats #map-districts {
    height: 400px; 
}
    
@media screen and (min-width: 40em) {
    #stats #map-districts {
        height: 500px; 
    }
}
  
#stats #home-stats {
    padding-top: 2rem; 
}
    
@media screen and (min-width: 40em) {
    #stats #home-stats {
        padding-bottom: 2rem; 
    } 
}
  
#stats .stat-image {
    padding: 1rem; 
}
    
@media screen and (min-width: 40em) {
      #stats .stat-image {
          padding-left: 3rem; 
    } 
}
  
#stats .home-stat {
    max-width: 25rem;
    margin: 2rem auto; 
}
    
#stats .home-stat h2 {
    margin: 0;
    line-height: 0.75;
    font-weight: lighter;
    font-size: 2.3913rem;
    text-align: center; 
}
      
@media screen and (min-width: 40em) {
    #stats .home-stat h2 {
        text-align: left; 
    } 
}
    
#stats .home-stat p {
    margin-bottom: 0;
    color: #686868;
    text-align: center; 
}
      
@media screen and (min-width: 40em) {
    #stats .home-stat p {
        text-align: left; 
    } 
}
    
#stats .home-stat:nth-child(1) h2 {
      color: #34B233; 
}
    
#stats .home-stat:nth-child(2) h2 {
      color: #d82f89; 
}
    
#stats .home-stat:nth-child(3) h2 {
      color: #f07722; 
}
    
#stats .home-stat:nth-child(4) h2 {
      color: #00A1CB; 
}
    
@media screen and (min-width: 64em) {
      
    #stats .home-stat h2 {
        font-size: 3rem; 
    }
      
    #stats .home-stat p {
        font-size: 1.2rem; 
    } 
}

#districts {
    padding: 6rem 0; 
}
  
#districts #district-images {
    padding: 2rem 0 0;
    margin-bottom: 0; 
}
    
#districts #district-images .slick-slide {
    opacity: 0.5;
    transition: width 200ms; 
}
      
#districts #district-images .slick-slide.slick-current {
    opacity: 1; 
}
    
#districts #district-images .slick-dots {
    display: none !important; 
}
    
#districts #district-images .district-image {
    padding: 1rem; 
}
    
#districts #district-images .district {
      width: 100%;
      height: 0;
      padding-bottom: 66%;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      filter: grayscale(100%); 
}

#awards {
    padding: 6rem 0; 
}
  
#awards #awards-images {
    padding: 2rem 0 0;
    margin-bottom: 0; 
}
    
#awards #awards-images .slick-slide {
    transition: width 200ms; 
}
    
#awards #awards-images .slick-dots {
    display: none !important; 
}
    
#awards #awards-images .award-image {
    padding: 1rem; 
}
    
#awards #awards-images .award {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    display: block;
    opacity: 0.5;
    filter: grayscale(100%);
    transition: filter 200ms ease-in-out; 
}
    
#awards #awards-images a.award:hover {
    filter: grayscale(0);
    opacity: 1; 
}

#home-quote {
    padding: 2rem 0;
    color: #fefefe;
    font-weight: bold;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0; 
}
  
#home-quote:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    opacity: 0.8; 
}
  
#home-quote .slick-dots {
    margin-left: 0; 
}
  
#home-quote .slick-prev {
    left: 0.5rem; 
}
    
@media screen and (min-width: 40em) {
    #home-quote .slick-prev {
        left: 1rem; 
    } 
}
  
#home-quote .slick-next {
    right: 0.5rem; 
}
    
@media screen and (min-width: 40em) {
    #home-quote .slick-next {
        right: 1rem; 
    } 
}
  
#home-quote .home-video-trigger {
    display: inline-block;
    margin: 1rem auto;
    color: #fefefe;
    font-size: 3rem;
    line-height: 2rem; 
}
    
@media screen and (min-width: 64em) {
    #home-quote .home-video-trigger {
        font-size: 4rem; 
    } 
}
    
#home-quote .home-video-trigger.invisible {
      visibility: hidden; 
}
  
#home-quote blockquote {
    color: #fefefe;
    padding: 0;
    border: none;
    font-weight: 500; 
}
    
@media screen and (min-width: 64em) {
    #home-quote blockquote {
        font-size: 1.2rem; 
    } 
}

#home-quote p {
    line-height: 1.2; 
}
    
#home-quote p strong {
      font-weight: bold; 
}
    
@media screen and (min-width: 64em) { 
    #home-quote p {
        font-size: 1.1rem; 
    } 
}
  
#home-quote img {
    margin: 0 auto 2rem;
    display: block;
    width: 8.75rem; 
}
  
#home-quote #home-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    background: #000;
    overflow: visible;
    margin-bottom: 0; 
}
  
#home-quote #home-video-close {
    position: absolute;
    left: 50%;
    top: 0;
    text-align: center;
    z-index: 2;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}

#products-overview #post-hero {
    padding: 4rem 0; 
}
  
#products-overview #post-hero p {
    font-size: 1.3rem;
    margin: 0; 
}

#products-overview #overviews {
    background-color: #f3f3f3;
    padding: 4rem 0; 
}
  
#products-overview #overviews p {
    margin-bottom: 1rem;
    padding: 2rem;
    font-size: 1.2rem; 
}
  
#products-overview #overviews .overview-product-description p {
    margin: 0;
    padding: 2rem 0 1rem; 
}
  
#products-overview #overviews .overview-logo svg {
    max-height: 4rem;
    width: 100%; 
}
  
#products-overview #overviews .overviews-title-section {
    margin-top: 4rem;
    margin-bottom: -1rem; 
}
  
#products-overview #overviews .overview-icon-wrapper {
    position: relative;
    top: 3rem; 
}
  
#products-overview #overviews .icon-wrapper {
    display: inline-block;
    border-radius: 100%;
    height: 4rem;
    width: 4rem; 
}
    
#products-overview #overviews .icon-wrapper .icon {
    font-size: 2rem;
    line-height: 4rem;
    color: #fefefe; 
}
  
#products-overview #overviews .button, 
#products-overview #overviews .video-close, 
#products-overview #overviews #main-nav ul li:last-child a, 
#header ul li:last-child #products-overview #overviews a, 
#products-overview #overviews #mobile-nav-close, 
#products-overview #overviews .comment-reply-link, 
#products-overview #overviews #home-quote #home-video-close, 
#home-quote #products-overview #overviews #home-video-close, 
#products-overview #overviews .timeline-video-close {
    margin-bottom: 0;
    background: transparent;
    color: #464646;
    position: relative; }
    
#products-overview #overviews .button:before, 
#products-overview #overviews .video-close:before, 
#products-overview #overviews #main-nav ul li:last-child a:before, 
#header ul li:last-child #products-overview #overviews a:before, 
#products-overview #overviews #mobile-nav-close:before, 
#products-overview #overviews .comment-reply-link:before, 
#products-overview #overviews #home-quote #home-video-close:before, 
#home-quote #products-overview #overviews #home-video-close:before, 
#products-overview #overviews .timeline-video-close:before {
    content: '';
    border: 4px solid #cacaca;
    border-radius: 0.3rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%); 
}
    
#products-overview #overviews .button:hover, 
#products-overview #overviews .video-close:hover, 
#products-overview #overviews #main-nav ul li:last-child a:hover, 
#header ul li:last-child #products-overview #overviews a:hover, 
#products-overview #overviews #mobile-nav-close:hover, 
#products-overview #overviews .comment-reply-link:hover, 
#products-overview #overviews #home-quote #home-video-close:hover, 
#home-quote #products-overview #overviews #home-video-close:hover, 
#products-overview #overviews .timeline-video-close:hover {
    color: #fefefe; 
}
      
#products-overview #overviews .button:hover:before, 
#products-overview #overviews .video-close:hover:before, 
#products-overview #overviews #main-nav ul li:last-child a:hover:before, 
#header ul li:last-child #products-overview #overviews a:hover:before, 
#products-overview #overviews #mobile-nav-close:hover:before, 
#products-overview #overviews .comment-reply-link:hover:before, 
#products-overview #overviews #home-quote #home-video-close:hover:before, 
#home-quote #products-overview #overviews #home-video-close:hover:before, 
#products-overview #overviews .timeline-video-close:hover:before {
    border: 0; 
}
  
#products-overview #overviews .overview {
    background-color: white;
    padding: 2rem;
    margin: 1.5rem 0; 
}
  
.page-template-product-overview-tmpl .hero #hero-product-image-wrapper {
    position: relative;
    z-index: 1; 
}

#product-features .image-wrapper, .product-images-slider .image-wrapper {
  position: relative;
  width: 100%; 
}
 
@media screen and (min-width: 40em) {
    #product-features .image-wrapper, .product-images-slider .image-wrapper {
        width: 90%; 
    } 
}

#product-features .play-product-video, 
.product-images-slider .play-product-video {
    position: absolute;
    font-size: 3rem;
    line-height: 3rem;
    top: calc(50% - 1.5rem);
    left: calc(50% - 1.5rem); 
}
  
#product-features .play-product-video .icon, .product-images-slider .play-product-video .icon {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    background-color: white;
    border-radius: 50%; 
}

#product-features .slick-dots li, 
.product-images-slider .slick-dots li {
    margin: 0; 
}

@media screen and (min-width: 40em) {
    #product-features .slick-dots li, 
    .product-images-slider .slick-dots li {
      margin: 0 5px; 
    } 
}

#product-features .slick-arrow, 
.product-images-slider .slick-arrow {
    background-color: #00A1CB;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12);
    height: 2rem;
    width: 2rem;
    border-radius: 50%; }
  
#product-features .slick-arrow:before, 
.product-images-slider .slick-arrow:before {
    color: #fefefe;
    position: relative;
}
  
#product-features .slick-arrow.slick-next, 
.product-images-slider .slick-arrow.slick-next {
    right: .9375rem; }
    
#product-features .slick-arrow.slick-next:before, 
.product-images-slider .slick-arrow.slick-next:before {
      left: 2px; }
  
#product-features .slick-arrow.slick-prev, 
.product-images-slider .slick-arrow.slick-prev {
    left: .9375rem; }
    
#product-features .slick-arrow.slick-prev:before, 
.product-images-slider .slick-arrow.slick-prev:before {
    right: 2px; 
}

#product-reveal {
    padding: 3rem 2rem;
    width: 60%;
    max-width: 60%; 
}

.product-images-slider .slick-dots {
    margin: 0 0 .75rem; 
}

#product {
    box-shadow: 0px -32px 64px -32px #888888;
    position: relative;
    z-index: 0; 
}
  
#product #product-overview {
    background-color: #f3f3f3;
    padding: 4rem 0; 
}
    
#product #product-overview p {
      margin: 0;
      font-size: 1.3rem; 
}
    
#product #product-overview .product-logo {
      display: block;
      max-width: 300px;
      margin: 0 auto 2rem;
      max-height: 4rem; 
}
      
#product #product-overview .product-logo svg {
        max-height: 4rem; }
  
#product #product-benefits {
    padding: 5rem 0; 
}
    
#product #product-benefits h3 {
      margin-bottom: 2rem; 
}
    
#product #product-benefits .benefits-container {
      position: relative; 
}
    
#product #product-benefits .icon {
      position: absolute;
      top: 0.5rem;
      left: 1rem; 
}
      
#product #product-benefits .icon:before {
        font-size: 2rem; 
}
    
#product #product-benefits p {
      margin-left: 4rem; 
}
  
#product #product-benefits-section {
    position: relative; 
}
  
#product #product-benefits-static {
    background-color: #00A1CB;
    padding-bottom: 30px; 
}
    
#product #product-benefits-static a {
      color: #fefefe;
      position: relative;
      display: block;
      padding: 2rem 3rem 2rem 7rem; 
}
    
#product #product-benefits-static h4 {
      color: #fefefe; 
}
    
#product #product-benefits-static .icon {
      position: absolute;
      top: 2rem;
      left: 3rem; 
}
      
#product #product-benefits-static .icon:before {
        font-size: 3rem; 
}
    
#product #product-benefits-static .slick-dots {
      margin-left: 0; 
}
    
@media screen and (min-width: 64em) {
    #product #product-benefits-static .product-benefits-slider-item.slick-current .product-benefits-slider-item-wrapper {
        border-right: 1px solid #fefefe; 
    } 
}
    
#product #product-benefits-static .product-benefits-slider-item .product-benefits-slider-item-wrapper {
      margin: 2rem 0; 
}
  
#product #product-features h3 {
    padding: 5rem 0 0; }
  
#product #product-features .product-feature {
    padding: 5rem 0 0; }
    
@media screen and (min-width: 64em) {
        #product #product-features .product-feature {
        padding: 5rem 0; 
    } 
}
  
#product #product-features .feature-description h3 {
    padding: 0; 
}
  
#product #product-features .feature-description li {
    line-height: 1.2;
    margin-bottom: .75rem; 
}
  
@media screen and (min-width: 64em) {
    #product #product-features .feature-description {
      padding: 0 4rem; 
    } 
}
  
#product #product-features .image-wrapper img {
    width: 100%; }
    
@media screen and (max-width: 39.9375em) {
    #product #product-features .image-wrapper img {
        width: 100%;
        margin: 0 0 2rem; 
    } 
}
  
#product #product-features .image-wrapper.left-image {
    text-align: left;
    margin: 0 auto 0 0; }
    
@media screen and (max-width: 39.9375em) {
    #product #product-features .image-wrapper.left-image {
        text-align: center; 
    } 
}
  
#product #product-features .image-wrapper.right-image {
    text-align: right;
    margin: 0 0 0 auto; }
    
@media screen and (max-width: 39.9375em) {
      
    #product #product-features .image-wrapper.right-image {
        text-align: center; } 
}
  
#product #product-features h3 {
    font-weight: 500; }
  
#product #additional-features {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0; }
    
#product #additional-features h2, #product #additional-features h4, #product #additional-features p, #product #additional-features ul, #product #additional-features a {
      color: #fefefe; 
}
    
#product #additional-features a {
      text-decoration: underline; }
    
#product #additional-features h2 {
      position: relative;
      margin-bottom: 2rem;
      z-index: 2; 
}
    
#product #additional-features h4 {
      margin-bottom: 1.5rem; 
}
    
#product #additional-features p, 
#product #additional-features ul {
      margin: 0; 
}
    
#product #additional-features ul {
      list-style: none; 
}
      
#product #additional-features ul li {
        margin-bottom: 1rem; 
}
    
#product #additional-features.background-image-overlay {
      position: relative; 
}
      
#product #additional-features.background-image-overlay:before {
        content: '';
        background-color: rgba(0, 179, 227, 0.8);
        opacity: 0.8;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; 
}
    
#product #additional-features .additional-features-description {
      position: relative;
      padding: 2rem;
      z-index: 2; 
}
    
#product #additional-features .icon-wrapper {
      margin-bottom: 2rem; 
}
      
#product #additional-features .icon-wrapper .icon {
        color: #fefefe;
        font-size: 2rem; 
}
        
@media screen and (min-width: 40em) {
          
    #product #additional-features .icon-wrapper .icon {
            font-size: 3rem; 
    } 
}
  
#product #testimonials {
    background-color: #fefefe;
    position: relative;
    padding: 4rem 0;
    z-index: 0; 
}
    
#product #testimonials h3 {
    margin-bottom: 3rem; 
}
    
#product #testimonials h5 {
    color: #00b3e3; 
}
    
#product #testimonials h5, #product #testimonials h6 {
      margin-bottom: 0.35rem; 
}
      
@media screen and (min-width: 64em) {
    #product #testimonials h5, 
    #product #testimonials h6 {
        margin-right: 1rem; 
    } 
}
    
#product #testimonials a {
    margin: 0 1rem;
    display: inline-block;
    line-height: 2.75rem;
    color: #00b3e3; 
}
    
#product #testimonials .icon-play-button-line, 
#product #testimonials .icon-arrow-down {
    margin-left: 0.5rem;
    top: 0.3rem;
    position: relative; 
}
    
#product #testimonials .icon-play-button-line {
    font-size: 1.5rem; 
}
    
#product #testimonials .icon-arrow-down {
    font-size: 1.75rem; 
}
    
#product #testimonials .testimonial-body {
    font-style: italic;
    margin: 0; 
}
      
@media screen and (min-width: 64em) {  
    #product #testimonials .testimonial-body {
        margin-left: 1rem; 
    } 
}
    
#product #testimonials .testimonial-image-wrapper {
    margin: 1rem 0; 
}
      
#product #testimonials .testimonial-image-wrapper img {
    margin: 0 auto 0 0;
    max-width: 100px; 
}
        
@media screen and (min-width: 40em) {
    #product #testimonials .testimonial-image-wrapper img { 
        margin: 0 0 0 auto; 
    } 
}
        
@media screen and (min-width: 64em) {
          
    #product #testimonials .testimonial-image-wrapper img {
        margin-right: 1rem; 
    } 
}
    
#product #testimonials .testimonial-bottom-actions {
      border-top: 1px solid #cacaca;
      margin-top: 1rem;
      padding-top: 1rem; 
}
    
#product #testimonials .slick-dots {
      margin: 0; 
}
    
#product #testimonials .slick-prev {
      left: 0.5rem; 
}
    
#product #testimonials .slick-next {
      right: 0.5rem; 
}
  
#product #products-menu {
    background-color: #464646;
    padding: 4rem 0 2rem; 
}
    
#product #products-menu h4 {
      margin-bottom: 1rem; 
}
    
#product #products-menu p {
      margin-bottom: 0; 
}
    
#product #products-menu .button, 
#product #products-menu .video-close, 
#product #products-menu #main-nav ul li:last-child a, 
#header ul li:last-child #product #products-menu a, 
#product #products-menu #mobile-nav-close, 
#product #products-menu .comment-reply-link, 
#product #products-menu #home-quote #home-video-close, 
#home-quote #product #products-menu #home-video-close, 
#product #products-menu .timeline-video-close {
    margin-top: 1rem; 
}
    
#product #products-menu p a {
    color: #464646;
    font-weight: bold; 
}
    
#product #products-menu #products-ctas {
    padding: 0 1rem;
    margin: 0; 
}
      
#product #products-menu #products-ctas .column, 
#product #products-menu #products-ctas .columns {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; 
}
  
#product #products-menu-items {
    display: block;
    position: relative;
    padding: 1rem 1rem 2rem; 
}
    
#product #products-menu-items #products-menu-slider {
    padding: 0 1rem;
    margin: 0; 
}
      
#product #products-menu-items #products-menu-slider .column, 
#product #products-menu-items #products-menu-slider .columns {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
}

@media screen and (min-width: 40em) {
    #product #products-menu-items #products-menu-slider .column, 
    #product #products-menu-items #products-menu-slider .columns {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%; } 
}
        
@media screen and (min-width: 64em) {
    #product #products-menu-items #products-menu-slider .column, 
    #product #products-menu-items #products-menu-slider .columns {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%; 
    } 
}
    
#product #products-menu-items .products-menu-item {
    position: relative; 
}
      
#product #products-menu-items .products-menu-item h4, 
#product #products-menu-items .products-menu-item p {
    color: #fefefe; 
}
      
#product #products-menu-items .products-menu-item p {
    margin: 0; 
}
      
#product #products-menu-items .products-menu-item .products-menu-item-content .product-logo {
        display: block;
        margin: 1rem auto;
        max-height: 2rem; 
}
        
#product #products-menu-items .products-menu-item .products-menu-item-content .product-logo svg {
    max-height: 2rem;
    max-width: 100%; 
}
  
#product .product-media-slider .slick-slide {
    position: relative; 
}
  
#product .product-media-slider .slick-dots {
    margin: 0;
    bottom: -28px; 
}
    
#product .product-media-slider .slick-dots li button:before {
    font-size: 26px;
    line-height: 16px; 
}
  
#product .product-media-slider .slick-active button:before {
    color: #00A1CB;
    opacity: 1; 
}

.product-video-reveal .video-frame {
    margin: 0.7rem auto 0; 
}

.product-video-reveal .flex-video {
    margin: 0; 
}

.product-video-reveal .close-button {
    right: .7rem;
    top: .3rem;
}

.partner {
    background: #f3f3f3;
    border-radius: 0.3rem;
    padding: 0.81rem;
    margin-bottom: 1.62rem;
    overflow: hidden;
    text-overflow: ellipsis; 
}
  
.partner img {
    display: block;
    margin: 0 auto 1rem; 
}
  
.partner h3 {
    margin: 0 0 0.5rem;
    color: #464646;
    font-size: 1.4rem;
    font-weight: 500;
    padding-top: 1rem; 
}

#news {
    background: #fefefe; 
}
  
#news .load-more-button {
    margin: 1rem 0 0; 
}
  
#news #leadership {
    background-color: #fefefe; 
}
    
#news #leadership #leaders {
    margin-top: 3rem; 
}
      
#news #leadership #leaders #person-highlight #person-name, 
#news #leadership #leaders #person-highlight #person-bio {
    color: #fefefe; 
}
      
#news #leadership #leaders #person-highlight p {
    line-height: 1.2em; 
}
      
#news #leadership #leaders #person-highlight a, 
#news #leadership #leaders #person-highlight #connect-heading {
    font-size: 1.2em;
    color: #fefefe; 
}
      
#news #leadership #leaders #person-highlight #connect-heading {
        margin: 0 0.25rem 0 0; }
      
#news #leadership #leaders #person-highlight .icon {
        font-size: 1.6em;
        position: relative;
        top: 0.25em;
        margin: 0 0.25rem; }
      
#news #leadership #leaders #person-highlight:before {
        background-color: #00A1CB; }
      
#news #leadership #leaders .bio-link.active:after {
        border-bottom-color: #00A1CB; }
  
#news #press-contact {
    position: relative; }
    
#news #press-contact #twitter-feed-container {
      background-color: #f3f3f3;
      padding-left: 2rem;
      padding-right: 2rem;
      overflow: auto; }
      
@media screen and (min-width: 40em) {
    #news #press-contact #twitter-feed-container {
        position: absolute;
        right: 0;
        width: 50%;
        height: 100%; 
    } 
}
      
@media screen and (min-width: 64em) {
    #news #press-contact #twitter-feed-container {
        width: 33.333333%; 
    } 
}
      
#news #press-contact #twitter-feed-container #twitter-feed {
    color: #464646; 
}
        
#news #press-contact #twitter-feed-container #twitter-feed a, 
#news #press-contact #twitter-feed-container #twitter-feed p {
          color: #464646; }
        
#news #press-contact #twitter-feed-container #twitter-feed .atf-media-wrapper {
          margin: 0.5rem auto;
          width: 80%; }
    
#news #press-contact h3, 
#news #press-contact h6, 
#news #press-contact p, 
#news #press-contact a:not(.button):not(.video-close):not(#main-nav ul li:last-child a):not(#mobile-nav-close):not(.comment-reply-link):not(#home-quote #home-video-close):not(.timeline-video-close), 
#news #press-contact li {
      color: #fefefe; 
}
    
#news #press-contact h3 {
    margin-bottom: 2rem;
}
    
#news #press-contact h6 {
    font-weight: 500;
    margin-bottom: 0.25rem; 
}
    
#news #press-contact a {
    margin: 0; 
}
    
#news #press-contact ul {
    list-style: none;
    margin: 0 0 2rem; 
}
      
#news #press-contact ul li {
    display: inline;
    margin: 0 0.25rem; 
}
        
#news #press-contact ul li:first-child {
    margin: 0 0.25rem 0 0; 
}
        
#news #press-contact ul li .icon {
    font-size: 2rem; 
}

.news {
    display: block;
    background: #fefefe;
    padding: 0.81rem;
    border-bottom: 1px solid #cacaca; 
}
  
.news h5 {
    margin: 0;
    color: #464646;
    transition: color 200ms; 
}
  
.news p {
    font-size: 0.8rem;
    margin: 0;
    color: #464646;
    transition: color 200ms;
}
  
.news .icon {
    display: none;
    position: relative;
    top: 2px;
    color: #1755a6;
}
  
.news:hover h5 {
    color: #1755a6;
}
  
.news:hover p {
    color: #1755a6;
}
  
.news:hover .icon {
    display: inline-block;
}

.news-cat-title {
    margin-bottom: 2rem;
}

#media-form {
    padding-top: 4rem; 
}

#goals {
    background: #8CCFB4;
    color: #fefefe;
    padding: 2rem 0; 
}
  
#goals h2 {
    color: #fefefe; 
}
    
#goals h2 strong {
    color: #fefefe; 
}
  
#goals .goal {
    margin: 2rem auto;
    width: 80%;
    display: block; 
}
    
#goals .goal span {
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 3rem;
    transition: color 200ms;
    color: #02AAC6; 
}
      
@media screen and (min-width: 40em) {
    #goals .goal span {
        font-size: 4rem;
    }
}

#goals .goal h3 {
    color: #fefefe;
    margin-bottom: 0;
    transition: transform 200ms; 
}

#goals .goal p {
    line-height: 1.2;
    transition: transform 200ms;
    color: #fefefe; 
}

#goals .goal:hover span {
    color: #00A1CB; 
}

#goals .goal:hover h3, #goals .goal:hover p {
    -ms-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem); 
}

#approach {
  overflow: hidden; 
}

#approach .tab-logo-column {
    max-width: 25%; }
  #approach .tab-logo {
    display: block;
    margin: 0 auto; }
    #approach .tab-logo svg {
      max-height: 50px;
      max-width: 100%; }

#learn-more-bullets {
  padding-bottom: 4rem; }
  
#learn-more-bullets .learn-more {
    padding-top: 2rem;
    padding-bottom: 2rem; }
    
@media screen and (min-width: 64em) {
    #learn-more-bullets .learn-more {
        padding: 4rem 2rem;
        position: relative; 
    } 
}

    
#learn-more-bullets .learn-more h3 {
    color: #000;
    margin-bottom: 0; 
}
    
#learn-more-bullets .learn-more ul, #learn-more-bullets .learn-more p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; 
}
  
#learn-more-bullets .learn-more-in {
    margin-bottom: 0.5rem; 
}
  
@media screen and (min-width: 64em) {
    #learn-more-bullets .more-link {
        background-color: rgba(0, 185, 228, 0.85);
        padding: 1rem;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: opacity 200ms;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; 
    }
      
    #learn-more-bullets .more-link:hover {
        opacity: 1; 
    } 
}
  
#learn-more-bullets .more-link .button, 
#learn-more-bullets .more-link .video-close, 
#learn-more-bullets .more-link #main-nav ul li:last-child a, 
#header ul li:last-child #learn-more-bullets .more-link a, 
#learn-more-bullets .more-link #mobile-nav-close, 
#learn-more-bullets .more-link .comment-reply-link, 
#learn-more-bullets .more-link #home-quote #home-video-close, 
#home-quote #learn-more-bullets .more-link #home-video-close, 
#learn-more-bullets .more-link .timeline-video-close {
    margin-bottom: 0; 
}

#learn-more-bullets .more-link .button:hover, 
#learn-more-bullets .more-link .video-close:hover, 
#learn-more-bullets .more-link #main-nav ul li:last-child a:hover, 
#header ul li:last-child #learn-more-bullets .more-link a:hover, 
#learn-more-bullets .more-link #mobile-nav-close:hover, 
#learn-more-bullets .more-link .comment-reply-link:hover, 
#learn-more-bullets .more-link #home-quote #home-video-close:hover, 
#home-quote #learn-more-bullets .more-link #home-video-close:hover, 
#learn-more-bullets .more-link .timeline-video-close:hover {
      color: #fefefe; 
}
    
@media screen and (max-width: 39.9375em) {
    #learn-more-bullets .more-link .button, 
    #learn-more-bullets .more-link .video-close, 
    #learn-more-bullets .more-link #main-nav ul li:last-child a, 
    #header ul li:last-child #learn-more-bullets .more-link a, 
    #learn-more-bullets .more-link #mobile-nav-close, 
    #learn-more-bullets .more-link .comment-reply-link, 
    #learn-more-bullets .more-link #home-quote #home-video-close, 
    #home-quote #learn-more-bullets .more-link #home-video-close, 
    #learn-more-bullets .more-link .timeline-video-close {
        background: #8CCFB4;
        background: linear-gradient(to right, #8CCFB4 0%, #02AAC6 45%, #02AAC6 55%, #00A1CB 100%); 
    }
        
    #learn-more-bullets .more-link .button:hover, 
    #learn-more-bullets .more-link .video-close:hover, 
    #learn-more-bullets .more-link #main-nav ul li:last-child a:hover, 
    #header ul li:last-child #learn-more-bullets .more-link a:hover, 
    #learn-more-bullets .more-link #mobile-nav-close:hover, 
    #learn-more-bullets .more-link .comment-reply-link:hover, 
    #learn-more-bullets .more-link #home-quote #home-video-close:hover, 
    #home-quote #learn-more-bullets .more-link #home-video-close:hover, 
    #learn-more-bullets .more-link .timeline-video-close:hover {
          background: #8CCFB4;
          background: linear-gradient(to right, #8CCFB4 0%, #02AAC6 30%, #02AAC6 40%, #00A1CB 100%); 
    } 
}
    
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #learn-more-bullets .more-link .button, 
    #learn-more-bullets .more-link .video-close, 
    #learn-more-bullets .more-link #main-nav ul li:last-child a, 
    #header ul li:last-child #learn-more-bullets .more-link a, 
    #learn-more-bullets .more-link #mobile-nav-close, 
    #learn-more-bullets .more-link .comment-reply-link, 
    #learn-more-bullets .more-link #home-quote #home-video-close, 
    #home-quote #learn-more-bullets .more-link #home-video-close, 
    #learn-more-bullets .more-link .timeline-video-close {
        background: #8CCFB4;
        background: linear-gradient(to right, #8CCFB4 0%, #02AAC6 45%, #02AAC6 55%, #00A1CB 100%); 
    }
        
    #learn-more-bullets .more-link .button:hover, 
    #learn-more-bullets .more-link .video-close:hover, 
    #learn-more-bullets .more-link #main-nav ul li:last-child a:hover, 
    #header ul li:last-child #learn-more-bullets .more-link a:hover, 
    #learn-more-bullets .more-link #mobile-nav-close:hover, 
    #learn-more-bullets .more-link .comment-reply-link:hover, 
    #learn-more-bullets .more-link #home-quote #home-video-close:hover, 
    #home-quote #learn-more-bullets .more-link #home-video-close:hover, 
    #learn-more-bullets .more-link .timeline-video-close:hover {
        background: #8CCFB4;
        background: linear-gradient(to right, #8CCFB4 0%, #02AAC6 30%, #02AAC6 40%, #00A1CB 100%); 
    } 
}
    
@media screen and (min-width: 64em) {
    #learn-more-bullets .more-link .button, 
    #learn-more-bullets .more-link .video-close, 
    #learn-more-bullets .more-link #main-nav ul li:last-child a, 
    #header ul li:last-child #learn-more-bullets .more-link a, 
    #learn-more-bullets .more-link #mobile-nav-close, 
    #learn-more-bullets .more-link .comment-reply-link,
    #learn-more-bullets .more-link #home-quote #home-video-close, 
    #home-quote #learn-more-bullets .more-link #home-video-close, 
    #learn-more-bullets .more-link .timeline-video-close {
        position: relative;
        z-index: 0;
        box-shadow: inset 0 0 0 4px #fefefe;
        color: #fefefe;
        background: transparent;
        background: transparent;
        width: 100%; 
    }
        
    #learn-more-bullets .more-link .button:hover, 
    #learn-more-bullets .more-link .video-close:hover, 
    #learn-more-bullets .more-link #main-nav ul li:last-child a:hover, 
    #header ul li:last-child #learn-more-bullets .more-link a:hover, 
    #learn-more-bullets .more-link #mobile-nav-close:hover, 
    #learn-more-bullets .more-link .comment-reply-link:hover,
    #learn-more-bullets .more-link #home-quote #home-video-close:hover,
    #home-quote #learn-more-bullets .more-link #home-video-close:hover,
    #learn-more-bullets .more-link .timeline-video-close:hover {
          background: #fefefe;
          color: #666; 
    }
        
    #learn-more-bullets .more-link .button:hover, 
    #learn-more-bullets .more-link .video-close:hover, 
    #learn-more-bullets .more-link #main-nav ul li:last-child a:hover, 
    #header ul li:last-child #learn-more-bullets .more-link a:hover, 
    #learn-more-bullets .more-link #mobile-nav-close:hover, 
    #learn-more-bullets .more-link .comment-reply-link:hover, 
    #learn-more-bullets .more-link #home-quote #home-video-close:hover, 
    #home-quote #learn-more-bullets .more-link #home-video-close:hover, 
    #learn-more-bullets .more-link .timeline-video-close:hover {
          background: #fefefe;
          color: #464646; 
    } 
}

.tab-approach-icon {
  font-size: 3rem; 
}

#features {
  padding: 4rem 0; }
  
#features h2 {
    margin-bottom: 3rem; }
  
#features p {
    margin-bottom: 4rem; }
  
#features ul {
    list-style: none;
    margin: 0 0 4rem;
    padding: 0; }
    
#features ul li {
    padding-left: 2rem;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0.75rem; 
}
      
#features ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3rem;
    height: 3.3rem;
    text-align: left;
    content: 'c';
    display: block;
    color: #34B233;
    font-family: 'icomoon';
    line-height: 1;
    content: "\e903";
    font-size: 0.8em;
    margin-top: 0.1em; 
}

#down-chevron {
    font-size: 2rem;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    margin-top: 2rem; 
}

#all-in-one h3 {
    color: #fefefe; 
}
  
#all-in-one h3 strong {
    color: #fefefe; 
}

#all-in-row {
    background: #f3f3f3;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; 
}
  
@media screen and (min-width: 64em) {
    #all-in-row {
        padding-top: 4rem;
        padding-bottom: 4rem;
    } 
}
  
@media screen and (min-width: 64em) {
    #all-in-row {
        padding-left: 2rem;
        padding-right: 2rem; 
    } 
}

#solutions {
    overflow: hidden; 
}
  
#solutions .block-tab-nav > div > a.active:after {
    bottom: -1.62rem; }
  
#solutions #tab-content {
    margin-top: 1.6rem; }
  
#solutions .block-tab-nav > div > a h3 span {
    color: #02AAC6;
    display: inline-block;
    margin-bottom: 2rem;
    font-size: 3rem; }
    
@media screen and (min-width: 40em) {
    #solutions .block-tab-nav > div > a h3 span {
        font-size: 4rem; 
    } 
}
  
#solutions .block-tab-nav > div > a:hover h3 span {
    color: #fefefe;
}

#soluions-bottom-image img {
    display: block;
    margin: 0 auto;
}

#solutions-testimonials {
  background-color: #fefefe;
  position: relative;
  padding: 4rem 0;
  z-index: 0; }
  
#solutions-testimonials h3 {
    margin-bottom: 3rem; }
  
#solutions-testimonials h5 {
    color: #00b3e3; }
  
#solutions-testimonials h5, #solutions-testimonials h6 {
    margin-bottom: 0.35rem; }
    
@media screen and (min-width: 64em) {
    #solutions-testimonials h5, #solutions-testimonials h6 {
        margin-right: 1rem; 
    } 
}
  
#solutions-testimonials a {
    margin: 0 1rem;
    display: inline-block;
    line-height: 2.75rem;
    color: #00b3e3; 
}
  
#solutions-testimonials .icon-play-button-line, 
#solutions-testimonials .icon-arrow-down {
    margin-left: 0.5rem;
    top: 0.3rem;
    position: relative; 
}
 
#solutions-testimonials .icon-play-button-line {
    font-size: 1.5rem; 
}
  
#solutions-testimonials .icon-arrow-down {
    font-size: 1.75rem; 
}
  
#solutions-testimonials .testimonial-body {
    font-style: italic;
    margin: 0; 
}
    
@media screen and (min-width: 64em) {
    #solutions-testimonials .testimonial-body {
        margin-left: 1rem; 
    } 
}
  
#solutions-testimonials .testimonial-image-wrapper {
    margin: 1rem 0; 
}
    
#solutions-testimonials .testimonial-image-wrapper img {
    margin: 0 0 0 auto;
    max-width: 100px; 
}
      
@media screen and (min-width: 64em) {
        #solutions-testimonials .testimonial-image-wrapper img {
          margin-right: 1rem; 
    } 
}
 
#solutions-testimonials .testimonial-bottom-actions {
    border-top: 1px solid #cacaca;
    margin-top: 1rem;
    padding-top: 1rem;
}
  
#solutions-testimonials .slick-dots {
    margin: 0; 
}

#solutions-testimonials .slick-prev {
    left: 0.5rem; 
}

#solutions-testimonials .slick-next {
    right: 0.5rem; 
}

#investment-top hr {
    margin: 4rem auto 0;
    max-width: 37.5rem;
}

#investment-top p {
    margin-bottom: 0;
}

#investment-top .top-section:first-child {
    background-color: #f3f3f3; 
}

.package {
    padding: 3rem 0; 
}
 
.package h3 {
    border-bottom: 1px solid #f3f3f3; 
}
.package ul {
    margin-bottom: 1rem; 
}
  
.package a.button, 
.package a.video-close, 
.package #main-nav ul li:last-child a, 
#header ul li:last-child .package a,
.package a#mobile-nav-close,
.package a.comment-reply-link,
.package #home-quote a#home-video-close,
#home-quote .package a#home-video-close, 
.package a.timeline-video-close {
    margin-bottom: 0;
    background: transparent;
    color: #464646;
    position: relative;
}
    
.package a.button:before, 
.package a.video-close:before, 
.package #main-nav ul li:last-child a:before,
#header ul li:last-child .package a:before, 
.package a#mobile-nav-close:before,
.package a.comment-reply-link:before,
.package #home-quote a#home-video-close:before, 
#home-quote .package a#home-video-close:before,
.package a.timeline-video-close:before {
    content: '';
    border: 4px solid #cacaca;
    border-radius: 0.3rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%); 
}

.package a.button:hover, 
.package a.video-close:hover,
.package #main-nav ul li:last-child a:hover, 
#header ul li:last-child .package a:hover, 
.package a#mobile-nav-close:hover, 
.package a.comment-reply-link:hover, 
.package #home-quote a#home-video-close:hover,
#home-quote .package a#home-video-close:hover,
.package a.timeline-video-close:hover {
    color: #fefefe; 
}

.package a.button:hover:before, 
.package a.video-close:hover:before, 
.package #main-nav ul li:last-child a:hover:before,
#header ul li:last-child .package a:hover:before,
.package a#mobile-nav-close:hover:before, 
.package a.comment-reply-link:hover:before,
.package #home-quote a#home-video-close:hover:before,
#home-quote .package a#home-video-close:hover:before,
.package a.timeline-video-close:hover:before {
    border: 0; 
}

.package-input {
    display: none; 
}

.package-input + label {
    color: #fefefe;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1.25rem;
    position: relative;
    cursor: pointer;
    border-radius: 0.3rem; 
}

.package-input + label:after {
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    background: #fefefe;
    content: '';
    display: block;
    opacity: 1;
    transition: opacity 200ms;
    border-radius: .2rem;
}
  
@media screen and (min-width: 64em) {
    .package-input + label:hover:after {
      opacity: 0;
    }
}

.package-input:checked + label {
    background: #482762;
}
  
.package-input:checked + label:after {
    display: none;
}

.fancy-check {
  margin-bottom: 1rem;
}
  
@media screen and (min-width: 40em) {
    .fancy-check {
        text-align: right; 
    } 
}

#pricing {
    border-top: 1px solid #f3f3f3;
    padding-top: 3rem;
}

#pricing hr {
    max-width: 37.5rem;
}

.totals {
  padding: 2rem 0;
  background-color: #f3f3f3; }
  
.totals h3 {
    vertical-align: bottom;
    margin-top: 0.3rem; }
  
.totals h5 {
    font-size: 1rem;
    margin-top: 0.8rem; }
  
.totals .stat.small {
    font-size: 1rem;
    margin-top: 0.8rem;
}

#savings-stats .stat {
  display: block;
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
  
#savings-stats .stat small {
    vertical-align: baseline;
    display: inline-block;
    color: #464646;
    font-weight: lighter;
}
  
#savings-stats .stat.stat-1 {
    color: #482762;
}
  
#savings-stats .stat.stat-2 {
    color: #00A1CB; 
}
    
#savings-stats .stat.stat-2 small {
      padding-top: 1.5rem; 
}
  
#savings-stats .stat.stat-3 {
    color: #d82f89; 
}

#in-district {
  text-align: center;
  margin-bottom: 0; 
}
  
@media screen and (min-width: 40em) {
    #in-district {
      text-align: right;
      margin-top: 0.5rem; 
    } 
}

#savings-stat {
  text-align: center;
  margin-bottom: 0; }
  
@media screen and (min-width: 40em) {
    #savings-stat {
        margin-top: -0.25rem; 
    } 
}
  
#savings-stat .saving-stat-wrap {
    color: #d82f89; 
}

#student-count, 
#educator-count, 
#operational-count,
#operational-building-count {
    height: 75px;
    line-height: 2.5rem;
    font-size: 2.5rem;
    color: #00A1CB;
    margin: 0;
    min-width: 200px; 
}

#submission {
    padding-top: 2rem; 
}

.disclaimer {
    font-style: italic;
    font-size: 0.8rem;
}

.disclaimer p {
    margin: 0;
}

.slider-handle {
    background-color: #d82f89;
    width: 0.5rem;
    height: 2rem;
}

#package-callout-wrapper, #student-callout-wrapper, 
#educator-callout-wrapper, #operational-callout-wrapper {
  display: none; 
}
  
#package-callout-wrapper .callout, 
#student-callout-wrapper .callout, 
#educator-callout-wrapper .callout, 
#operational-callout-wrapper .callout {
    margin: 1rem 0; 
}

.pricing-breakdown-wrapper {
    padding: 2rem 0; }

#implementation-points #tab-content {
    margin-top: 1.6rem;
}

#implementation-points .block-tab-nav > div > a.active:after {
    bottom: -1.7rem;
}

#implementation-tabs {
    overflow: hidden; 
}

#implementation-testimonials {
  background-color: #fefefe;
  position: relative;
  padding: 4rem 0;
  z-index: 0; }
  
#implementation-testimonials h3 {
    margin-bottom: 3rem; }
  
#implementation-testimonials h5 {
    color: #00b3e3; }
  
#implementation-testimonials h5, #implementation-testimonials h6 {
    margin-bottom: 0.35rem; }
   
@media screen and (min-width: 64em) {
      #implementation-testimonials h5, #implementation-testimonials h6 {
        margin-right: 1rem; } }
 
#implementation-testimonials a {
    margin: 0 1rem;
    display: inline-block;
    line-height: 2.75rem;
    color: #00b3e3; }
 
#implementation-testimonials .icon-play-button-line, #implementation-testimonials .icon-arrow-down {
    margin-left: 0.5rem;
    top: 0.3rem;
    position: relative; }
  
#implementation-testimonials .icon-play-button-line {
    font-size: 1.5rem; }
  
#implementation-testimonials .icon-arrow-down {
    font-size: 1.75rem; }
  
#implementation-testimonials .testimonial-body {
    font-style: italic;
    margin: 0; }
    
@media screen and (min-width: 64em) {
    #implementation-testimonials .testimonial-body {
        margin-left: 1rem; 
    } 
}
  
#implementation-testimonials .testimonial-image-wrapper {
    margin: 1rem 0; 
}

#implementation-testimonials .testimonial-image-wrapper img {
      margin: 0 auto 0 0;
      max-width: 100px; 
}
      
@media screen and (min-width: 40em) {
        #implementation-testimonials .testimonial-image-wrapper img {
          margin: 0 0 0 auto; } 
}
      
@media screen and (min-width: 64em) {
        #implementation-testimonials .testimonial-image-wrapper img {
          margin-right: 1rem; } 
}
  
#implementation-testimonials .testimonial-bottom-actions {
    border-top: 1px solid #cacaca;
    margin-top: 1rem;
    padding-top: 1rem; 
}
  
#implementation-testimonials .slick-dots {
    margin: 0; 
}
  
#implementation-testimonials .slick-prev {
    left: 0.5rem; 
}
  
#implementation-testimonials .slick-next {
    right: 0.5rem; }

.gray-back {
    background: #f3f3f3; 
}

.big-form label {
    text-align: left;
    font-size: 1rem; 
}

.big-form input, .big-form textarea {
    font-size: 1.2rem;
    border-color: transparent;
    margin-bottom: 1.5rem; 
}

.big-form input:not(.button):not(.video-close):not(#main-nav ul li:last-child a):not(#mobile-nav-close):not(.comment-reply-link):not(#home-quote #home-video-close):not(.timeline-video-close) {
    height: 3rem; 
}

.big-form select {
    border-color: transparent;
    transition: box-shadow .5s,border-color .25s ease-in-out; }

.big-form textarea:focus,
.big-form select:focus {
    border-color: #00A1CB !important;
    outline: none;
    box-shadow: inset 0 0 2px #00A1CB; 
}

.page-template-integrations-tmpl .hero {
    padding-bottom: 10rem; 
}

.page-template-integrations-tmpl #archive-list {
    padding-top: 0;
    margin-top: -4rem; 
}
 
.page-template-integrations-tmpl #archive-list:before {
    display: none; 
}

#integrations-archive {
    background-color: #fefefe;
    position: relative;
    z-index: 0; 
}

#integrations-archive .columns {
    display: -ms-flexbox;
    display: flex; 
}

#integrations-archive .columns a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; 
}
 
#integrations-archive .columns a img {
    padding: 2rem;
    filter: grayscale(100%);
    opacity: 0.7; 
}

#integrations-archive .columns a img:hover {
    opacity: 1; 
}

#integrations-post-hero {
    background-color: #f3f3f3;
    padding: 4rem 0 8rem; }
  
#integrations-post-hero p {
    margin: 0; 
}

#integrations-pre-footer {
    background-color: #00A1CB;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 0; 
}

#integrations-pre-footer h2 {
    margin-bottom: 2rem;
}

#integrations-pre-footer h2, 
#integrations-pre-footer h3, 
#integrations-pre-footer h4,
#integrations-pre-footer h5,
#integrations-pre-footer h6,
#integrations-pre-footer ul,
#integrations-pre-footer li,
#integrations-pre-footer a,
#integrations-pre-footer p {
    position: relative;
    z-index: 2;
    color: #fefefe; 
}
  
#integrations-pre-footer.background-image-overlay {
    position: relative; 
}
    
#integrations-pre-footer.background-image-overlay:before {
    content: '';
    background-color: rgba(126, 79, 160, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; 
}

#careers {
  position: relative; }
  
#careers #hero-linkedin {
    position: absolute;
    top: -4rem;
    left: 0;
    width: 100%; }
    
#careers #hero-linkedin .icon-linkedin {
      font-size: 2rem;
      color: #fefefe; }
  
#careers #post-hero {
    background-color: #f3f3f3;
    padding: 4rem 0; }
    
#careers #post-hero h2 {
      margin-bottom: 1rem; }
 
#careers #post-hero p {
      margin: 0; }
 
#careers #jobs-wrapper {
    padding-top: 4rem;
    padding-bottom: 4rem; }
 
#careers #jobs-menu h3 {
    margin: 1rem 0; }
    @media screen and (min-width: 40em) {
      #careers #jobs-menu h3 {
        text-align: right; } }
  #careers #jobs-menu ul {
    border: 0; }
    #careers #jobs-menu ul li {
      border-top: 1px solid #f3f3f3; }
      @media screen and (min-width: 40em) {
        #careers #jobs-menu ul li {
          text-align: right; } }
      #careers #jobs-menu ul li a {
        color: #00A1CB;
        font-size: 1rem; }
        #careers #jobs-menu ul li a .icon {
          display: none; }
      #careers #jobs-menu ul li.is-active a {
        background-color: transparent; }
        #careers #jobs-menu ul li.is-active a .icon {
          display: inline-block;
          margin-left: 1rem; }
  @media screen and (min-width: 64em) {
    #careers #job-postings {
      padding-left: 3rem; } }
  #careers #job-postings .tabs-content {
    border: 0; }
  #careers #job-postings h4 {
    color: #00A1CB; }
  #careers #job-postings .job-post-info {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 2rem 0;
    margin: 2rem 0; }
    #careers #job-postings .job-post-info table {
      margin: 0; }
      #careers #job-postings .job-post-info table tbody {
        border: 0;
        background-color: transparent; }
        #careers #job-postings .job-post-info table tbody tr {
          background-color: transparent; }
          #careers #job-postings .job-post-info table tbody tr td:first-child {
            font-weight: bold; }
          #careers #job-postings .job-post-info table tbody tr td:last-child {
            width: 100%; }
  #careers #job-postings .job-post-description {
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 2rem; }
  #careers #job-postings #no-jobs h3 {
    margin-top: 0.3rem; }
  #careers #values {
    background-color: #00b3e3;
    padding: 4rem 0; }
    #careers #values h2, #careers #values h3, #careers #values p {
      color: #fefefe;
      margin: 0; }
    #careers #values h2 {
      margin: 0 0 4rem; }
    #careers #values h3 {
      margin-bottom: 0;
      transition: transform 200ms; }
    #careers #values p {
      line-height: 1.2;
      transition: transform 200ms; }
    #careers #values .icon {
      margin-bottom: 2rem;
      font-size: 3rem;
      transition: color 200ms;
      color: #02AAC6; }
      @media screen and (min-width: 40em) {
        #careers #values .icon {
          font-size: 4rem; } }
    #careers #values .value:hover .icon {
      color: #00A1CB; }
    #careers #values .value:hover h3, #careers #values .value:hover p {
      -ms-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem); }
  #careers #benefits {
    padding: 4rem 0; }
    #careers #benefits .tile-column {
      padding: 0 .3rem; }
    #careers #benefits .tile {
      margin: .3rem 0 !important; }
  #careers #testimonials {
    background-color: #f3f3f3;
    padding: 4rem 0; }
    #careers #testimonials #careers-testimonials-slider {
      margin: 2rem 0 0; }
    #careers #testimonials .careers-testimonials-content {
      margin: 2rem 1rem 0; }
      @media screen and (min-width: 40em) {
        #careers #testimonials .careers-testimonials-content {
          margin: 2rem 2rem 0; } }
    #careers #testimonials .testimonial-body {
      color: #00b3e3;
      font-style: italic; }
    #careers #testimonials .testimonial-info {
      margin: 0 0 0.35rem;
      color: #888888; }
    #careers #testimonials .slick-list {
      margin: 0 2rem; }
    #careers #testimonials .slick-dots {
      position: relative;
      bottom: 0;
      margin: 1rem 0 0; }
    #careers #testimonials .slick-slider {
      margin: 0; }
    @media screen and (min-width: 40em) {
      #careers #testimonials .right-border {
        border-right: 1px solid #cacaca; } }

#expo #expo-intro .intro-content {
  padding: 4rem 0; }
  @media screen and (min-width: 40em) {
    #expo #expo-intro .intro-content {
      padding: 4rem; } }

#expo #expo-intro .columns:last-child {
  padding: 0; }

#expo #whys {
  background-color: #00b3e3;
  padding: 4rem 0; }
  #expo #whys h2, #expo #whys h3, #expo #whys p, #expo #whys strong {
    color: #fefefe;
    margin: 0; }
  #expo #whys h2 {
    margin: 0 0 4rem; }
  #expo #whys h3 {
    margin-bottom: 0;
    transition: transform 200ms; }
  #expo #whys p {
    line-height: 1.2;
    transition: transform 200ms; }
  #expo #whys .icon {
    margin-bottom: 2rem;
    font-size: 3rem;
    transition: color 200ms;
    color: #02AAC6; }
    @media screen and (min-width: 40em) {
      #expo #whys .icon {
        font-size: 4rem; } }
  #expo #whys .why:hover .icon {
    color: #00A1CB; }
  #expo #whys .why:hover h3, #expo #whys .why:hover p {
    -ms-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem); }

#expo #expo-schedule-heading-wrapper {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 6rem 0; }
  @media screen and (min-width: 40em) {
    #expo #expo-schedule-heading-wrapper {
      padding: 10rem 0; } }
  #expo #expo-schedule-heading-wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0.85; }
  #expo #expo-schedule-heading-wrapper h2 {
    position: relative;
    color: #fefefe;
    z-index: 2; }

#expo #speakers {
  padding: 4rem 0 0; }

#expo #expo-sessions {
  padding: 4rem 0; }
  #expo #expo-sessions .accordion.session {
    border: 0;
    border-right: 1px solid #f3f3f3;
    margin: 0 1rem; }
    @media screen and (min-width: 40em) {
      #expo #expo-sessions .accordion.session {
        margin: 0; } }
  #expo #expo-sessions .accordion-item {
    border-top: 1px solid #f3f3f3; }
    #expo #expo-sessions .accordion-item:first-child {
      border: 0; }
    #expo #expo-sessions .accordion-item.main .accordion-title:before, #expo #expo-sessions .accordion-item.breakout .accordion-title:before, #expo #expo-sessions .accordion-item.break .accordion-title:before {
      content: '';
      right: -8px;
      height: 16px;
      width: 16px;
      background-color: #00b3e3;
      border-radius: 50%;
      z-index: 1; }
    #expo #expo-sessions .accordion-item.main .accordion-title:after, #expo #expo-sessions .accordion-item.breakout .accordion-title:after, #expo #expo-sessions .accordion-item.break .accordion-title:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -7px;
      margin-top: -.4rem;
      margin-right: .1rem;
      height: 12px;
      width: 12px;
      background-color: #fefefe;
      border-radius: 50%;
      z-index: 2; }
    #expo #expo-sessions .accordion-item.main .row .session-title {
      color: #00b3e3;
      text-transform: uppercase; }
    #expo #expo-sessions .accordion-item.break .session-title, #expo #expo-sessions .accordion-item.break .session-time {
      color: #cacaca; }
    #expo #expo-sessions .accordion-item.break .accordion-title:before {
      background-color: #888888; }
    #expo #expo-sessions .accordion-item.break .accordion-content {
      display: none !important; }
    #expo #expo-sessions .accordion-item.is-active > .accordion-title:after {
      display: none; }
    #expo #expo-sessions .accordion-item h4 {
      margin: 0; }
    #expo #expo-sessions .accordion-item .accordion-title {
      border: 0; }
      #expo #expo-sessions .accordion-item .accordion-title .row {
        margin-right: .5rem; }
      #expo #expo-sessions .accordion-item .accordion-title .session-time {
        text-transform: uppercase; }
    #expo #expo-sessions .accordion-item .accordion-content {
      border: 0; }
      @media screen and (min-width: 40em) {
        #expo #expo-sessions .accordion-item .accordion-content {
          padding: 2rem; } }
  #expo #expo-sessions .accordion.agenda {
    border: 0;
    border-left: 1px solid #f3f3f3; }
    #expo #expo-sessions .accordion.agenda .accordion-item .accordion-title:before {
      left: -9px; }
    #expo #expo-sessions .accordion.agenda .accordion-item .accordion-title:after {
      left: -7px; }
    #expo #expo-sessions .accordion.agenda .accordion-item a {
      margin: 0; }

#expo #expo-testimonials {
  background-color: #f3f3f3;
  padding: 4rem 0; }
  #expo #expo-testimonials #expo-testimonials-slider {
    margin: 2rem 0 0; }
  #expo #expo-testimonials .expo-testimonials-content {
    margin: 2rem 1rem 0; }
    @media screen and (min-width: 40em) {
      #expo #expo-testimonials .expo-testimonials-content {
        margin: 2rem 2rem 0; } }
  #expo #expo-testimonials .testimonial-body {
    color: #00A1CB;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-style: italic; }
  #expo #expo-testimonials .testimonial-info {
    margin: 0;
    color: #888888; }
  #expo #expo-testimonials .slick-dots {
    position: relative;
    bottom: 0;
    margin: 1rem 0 0; }
  #expo #expo-testimonials .slick-slider {
    margin: 0; }
  @media screen and (min-width: 40em) {
    #expo #expo-testimonials .right-border {
      border-right: 1px solid #cacaca; } }

#media-resources h3 {
  color: #000;
  font-weight: 400; }

#media-documents {
  border-bottom: 1px solid #cacaca; }
  #media-documents ul {
    list-style: none;
    margin: 3rem 0 0; }
    #media-documents ul li {
      border-top: 1px solid #cacaca; }
      #media-documents ul li:last-child {
        border-bottom: 1px solid #cacaca; }
      #media-documents ul li h4 {
        margin: 1rem 0; }
      #media-documents ul li a, #media-documents ul li .icon {
        font-size: 1.5625rem; }

#media-logos {
  border-bottom: 1px solid #cacaca; }
  #media-logos #media-logos-container {
    margin: 3rem 0 0; }
  #media-logos .logo-image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    max-height: 150px; }
    #media-logos .logo-image-wrapper img {
      max-height: 100%;
      margin: auto; }
  #media-logos .logo-image-links {
    margin-top: 0.5rem;
    border-top: 1px solid #cacaca; }
    #media-logos .logo-image-links a {
      background: transparent;
      border-radius: 0;
      position: relative;
      max-width: 33.333%;
      padding: 1em 0.5em;
      color: #666;
      font-size: 0.85em; }
      #media-logos .logo-image-links a .icon {
        display: none;
        font-size: 0.8em; }
      #media-logos .logo-image-links a:hover {
        color: #fefefe; }
        #media-logos .logo-image-links a:hover .icon {
          display: inline; }

#media-photos, #media-videos {
  border-bottom: 1px solid #cacaca; }
  #media-photos #media-photos-container, #media-photos #media-videos-container, #media-videos #media-photos-container, #media-videos #media-videos-container {
    margin: 3rem 0 0; }
  #media-photos #photos-vert-tabs, #media-photos #videos-vert-tabs, #media-videos #photos-vert-tabs, #media-videos #videos-vert-tabs {
    border: 0;
    background: transparent; }
    #media-photos #photos-vert-tabs li, #media-photos #videos-vert-tabs li, #media-videos #photos-vert-tabs li, #media-videos #videos-vert-tabs li {
      border-top: 1px solid #cacaca;
      text-align: left; }
      @media screen and (min-width: 40em) {
        #media-photos #photos-vert-tabs li, #media-photos #videos-vert-tabs li, #media-videos #photos-vert-tabs li, #media-videos #videos-vert-tabs li {
          text-align: right; } }
      #media-photos #photos-vert-tabs li:last-child, #media-photos #videos-vert-tabs li:last-child, #media-videos #photos-vert-tabs li:last-child, #media-videos #videos-vert-tabs li:last-child {
        border-bottom: 1px solid #cacaca; }
      #media-photos #photos-vert-tabs li a, #media-photos #videos-vert-tabs li a, #media-videos #photos-vert-tabs li a, #media-videos #videos-vert-tabs li a {
        position: relative;
        padding: 1.25rem 0 1.25rem 1.5rem;
        font-size: 1em; }
        #media-photos #photos-vert-tabs li a .icon, #media-photos #videos-vert-tabs li a .icon, #media-videos #photos-vert-tabs li a .icon, #media-videos #videos-vert-tabs li a .icon {
          display: none;
          position: absolute;
          right: -12px; }
      #media-photos #photos-vert-tabs li.is-active a, #media-photos #videos-vert-tabs li.is-active a, #media-videos #photos-vert-tabs li.is-active a, #media-videos #videos-vert-tabs li.is-active a {
        background: transparent;
        font-weight: bold;
        padding-right: 1.5rem; }
        @media screen and (min-width: 40em) {
          #media-photos #photos-vert-tabs li.is-active a .icon, #media-photos #videos-vert-tabs li.is-active a .icon, #media-videos #photos-vert-tabs li.is-active a .icon, #media-videos #videos-vert-tabs li.is-active a .icon {
            display: inline; } }
  #media-photos .description-container, #media-videos .description-container {
    display: none; }
  #media-photos .file-container, #media-videos .file-container {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
  #media-photos .tabs-content, #media-videos .tabs-content {
    border-top: 1px solid #cacaca;
    border-left: 1px solid #cacaca;
    border-right: 1px solid transparent;
    border-bottom: 0; }
    #media-photos .tabs-content .tabs-panel, #media-videos .tabs-content .tabs-panel {
      position: relative;
      padding: 0; }
      #media-photos .tabs-content .tabs-panel .row, #media-videos .tabs-content .tabs-panel .row {
        margin: 0; }
        #media-photos .tabs-content .tabs-panel .row .column, #media-photos .tabs-content .tabs-panel .row .columns, #media-videos .tabs-content .tabs-panel .row .column, #media-videos .tabs-content .tabs-panel .row .columns {
          border-right: 1px solid #cacaca;
          border-bottom: 1px solid #cacaca;
          display: -ms-flexbox;
          display: flex;
          padding: 2rem 1rem;
          position: relative;
          -ms-flex-pack: center;
              justify-content: center; }
          #media-photos .tabs-content .tabs-panel .row .column:hover .description-container, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2; }
            #media-photos .tabs-content .tabs-panel .row .column:hover .description-container:before, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container:before, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container:before, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              height: 100%;
              width: 100%;
              opacity: 0.8;
              z-index: 0; }
            #media-photos .tabs-content .tabs-panel .row .column:hover .description-container h5, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container h5, #media-photos .tabs-content .tabs-panel .row .column:hover .description-container p, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container p, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container h5, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container h5, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container p, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container p {
              color: #fefefe; }
            #media-photos .tabs-content .tabs-panel .row .column:hover .description-container h5, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container h5, #media-photos .tabs-content .tabs-panel .row .column:hover .description-container p, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container p, #media-photos .tabs-content .tabs-panel .row .column:hover .description-container a, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container a, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container h5, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container h5, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container p, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container p, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container a, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container a {
              position: relative;
              z-index: 4; }
            #media-photos .tabs-content .tabs-panel .row .column:hover .description-container h5, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container h5, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container h5, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container h5 {
              margin: 1rem 1.25rem 0.5rem; }
            #media-photos .tabs-content .tabs-panel .row .column:hover .description-container p, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container p, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container p, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container p {
              margin: 0.5rem 1.25rem 0.5rem;
              line-height: 1em; }
            #media-photos .tabs-content .tabs-panel .row .column:hover .description-container a, #media-photos .tabs-content .tabs-panel .row .columns:hover .description-container a, #media-videos .tabs-content .tabs-panel .row .column:hover .description-container a, #media-videos .tabs-content .tabs-panel .row .columns:hover .description-container a {
              margin: 0.5rem 1.25rem 1rem;
              width: calc(100% - 2.5rem);
              padding: 1em 0.5em; }

#media-faq ul {
  border: 0;
  margin: 3rem 0 0; }
  #media-faq ul li {
    border-top: 1px solid #cacaca; }
    #media-faq ul li:last-child {
      border-bottom: 1px solid #cacaca; }
    #media-faq ul li h4 {
      margin: 1rem 0; }
    #media-faq ul li .accordion-title, #media-faq ul li .icon {
      font-size: 1.5625rem; }

#media-faq p {
  margin: 1rem 0; }

#media-faq .accordion-title {
  padding: 1.25rem 2.5rem 1.25rem 1rem; }
  #media-faq .accordion-title:before {
    margin-top: -0.75rem; }

#media-videos {
  position: relative; }
  #media-videos .video-iframe {
    z-index: 3 !important; }

.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .background-cover:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(70, 70, 70, 0.4); }

#timeline {
  margin-bottom: 2px;
  color: #464646;
  background-color: #fefefe; }

.ss-container {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem; }

.ss-center {
  position: absolute;
  top: 5rem;
  bottom: 3rem;
  left: 50%;
  margin-left: -2rem;
  width: 4rem;
  text-align: center; }
  .ss-center .icon-mouse {
    color: #464646;
    font-size: 3rem;
    display: inline-block;
    height: 5rem;
    width: 4rem; }
  .ss-center .icon-chevron-up,
  .ss-center .icon-chevron-down {
    font-size: 3rem;
    display: inline-block;
    height: 5rem;
    width: 4rem;
    color: #00b3e3; }
  .ss-center .icon-chevron-down {
    position: absolute;
    left: 50%;
    bottom: -1rem;
    margin-left: -2rem; }
  .ss-center .ss-center-line {
    position: absolute;
    top: 10rem;
    bottom: 5rem;
    width: 10px;
    left: 50%;
    margin-left: -5px;
    background-image: url("../img/center_back.png");
    background-repeat: repeat-y;
    background-size: contain; }

.ss-row {
  width: 100%;
  clear: both;
  float: left;
  position: relative;
  padding: 4rem 0; }

.ss-content {
  max-width: 31.25rem; }
  .ss-content h2, .ss-content h4 {
    margin: 0;
    line-height: 1; }
  @media screen and (min-width: 64em) {
    .ss-content h2 {
      font-size: 3rem;
      margin-bottom: 1.5rem; } }
  .ss-content h4 {
    font-style: italic;
    margin-bottom: 0.5rem; }
  .ss-content h5 {
    margin-bottom: 1.5rem; }
  .ss-content p {
    margin-bottom: 0.5rem; }

.ss-left, .ss-right {
  float: left;
  width: calc(50% - 80px);
  position: relative; }

.ss-right {
  float: right; }
  .ss-right .ss-content {
    padding-right: 1rem; }

.ss-left {
  text-align: right; }
  .ss-left .ss-content {
    margin-left: auto;
    padding-left: 1rem; }

.ss-image {
  display: block;
  position: relative;
  width: 100%;
  cursor: default;
  max-width: 12.5rem; }
  .ss-image[data-video] {
    cursor: pointer; }
  .ss-image .event-type {
    position: absolute;
    top: 0.7rem;
    color: #fefefe;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase; }
    .ss-image .event-type.no-image {
      color: #464646; }
  .ss-image:after {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    opacity: 0;
    transition: opacity 200ms ease-in-out;
    top: 2rem;
    content: '';
    display: block;
    position: absolute; }
  @media screen and (min-width: 64em) {
    .ss-image {
      max-width: 28.125rem; } }
  .ss-image > div {
    width: 100%;
    height: 0;
    overflow: hidden; }
    .ss-image > div > div {
      position: absolute;
      height: 100%;
      width: 100%;
      transition: transform 1000ms ease-in-out; }
    .ss-image > div span {
      position: absolute;
      height: 10rem;
      width: 10rem;
      left: 50%;
      margin: -5rem 0 0 -5rem;
      top: 50%;
      font-size: 6rem;
      z-index: 1;
      color: #fefefe;
      line-height: 10rem;
      text-align: center; }
  .ss-image:hover > div > div {
    -ms-transform: scale(1.1);
        transform: scale(1.1); }

.ss-left .ss-image {
  margin-left: auto; }
  .ss-left .ss-image:after {
    right: -98px; }
  .ss-left .ss-image .event-type {
    right: 1rem; }

.ss-right .ss-image:after {
  left: -98px; }

.ss-right .ss-image .event-type {
  left: 1rem; }

.ss-image-deco:after {
  opacity: 1; }

.mobile-event {
  background-color: rgba(70, 70, 70, 0.6);
  background-blend-mode: multiply;
  padding-top: 6rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  color: #fefefe;
  text-align: center; }
  .mobile-event h2 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-size: 2.4rem;
    border-bottom: 1px solid #00b3e3;
    display: inline-block;
    line-height: 1; }
  .mobile-event p {
    margin-bottom: 0; }
  .mobile-event h2, .mobile-event h4, .mobile-event h5, .mobile-event h6, .mobile-event p {
    color: #fefefe; }
  .mobile-event .event-type {
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase; }
  .mobile-event.no-image {
    background-color: white; }
    .mobile-event.no-image h2, .mobile-event.no-image h4, .mobile-event.no-image h5, .mobile-event.no-image h6, .mobile-event.no-image p {
      color: #464646; }

.mobile-event-content {
  position: relative;
  z-index: 1; }

#timeline-mobile {
  position: relative; }
  #timeline-mobile .slick-arrow:before {
    color: #00b3e3; }
  #timeline-mobile .slick-dots-syrup {
    display: none !important; }
  #timeline-mobile .slick-slider {
    margin-bottom: 0; }

.ss-video {
  display: inline-block;
  margin: 1rem 0; }
  .ss-video .icon-play {
    color: #fefefe;
    font-size: 4rem; }
    .ss-video .icon-play.gray-icon {
      color: #464646; }

.timeline-video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  background: #000;
  overflow: visible;
  margin-bottom: 0; }

.timeline-video-close {
  position: absolute;
  left: 50%;
  top: 0;
  text-align: center;
  z-index: 2;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }

.timeline-button-row {
  margin-top: 2rem; }
  @media screen and (min-width: 64em) {
    .timeline-button-row {
      margin-left: -.9375rem;
      margin-right: -.9375rem; } }

.page-template-registration-tmpl {
  padding: 0; }

#registration-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  overflow: scroll; }

#registration-body {
  -ms-flex: 1;
      flex: 1;
  margin: 2rem 0; }
  #registration-body #registration-body-wrapper {
    -ms-flex-align: center;
        align-items: center;
    height: 100%; }
  #registration-body #registration-form-container {
    background-color: rgba(254, 254, 254, 0.1);
    border-radius: 0.3rem;
    padding: 1rem;
    margin: 2rem 0 1rem; }
  #registration-body svg {
    width: 60%;
    height: 100%; }
    @media screen and (min-width: 40em) {
      #registration-body svg {
        width: 80%; } }
  #registration-body h3, #registration-body h4, #registration-body h5, #registration-body h6, #registration-body a, #registration-body p {
    color: #fefefe;
    margin: 0; }
  #registration-body h3 {
    margin-bottom: 1rem;
    font-size: 1.5rem; }
  #registration-body h4 {
    font-size: 1.1rem; }
    #registration-body h4 .icon {
      position: relative;
      top: 2px;
      margin-right: 0.6rem; }
  #registration-body h5 {
    font-size: 1rem; }
  #registration-body h6 {
    font-size: 0.8rem; }
  #registration-body .form-callout {
    padding: 1rem; }
    #registration-body .form-callout .columns:first-child {
      padding: 0; }
    #registration-body .form-callout .icon {
      font-size: 2rem;
      color: #fefefe; }
  #registration-body .input-group-label {
    background: rgba(254, 254, 254, 0.2);
    border: 0;
    padding: 0 0.5rem; }
    #registration-body .input-group-label .icon {
      color: #fefefe; }
  #registration-body .input-group-field {
    color: #fefefe;
    background: rgba(254, 254, 254, 0.2);
    border: 0;
    border-radius: 0 0.3rem 0.3rem 0;
    color: #fefefe; }
    #registration-body .input-group-field::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(254, 254, 254, 0.6); }
    #registration-body .input-group-field::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(254, 254, 254, 0.6); }
    #registration-body .input-group-field :-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(254, 254, 254, 0.6); 
}
  
#registration-body .button, 
#registration-body .video-close, 
#registration-body #main-nav ul li:last-child a,
#header ul li:last-child #registration-body a, 
#registration-body #mobile-nav-close, 
#registration-body .comment-reply-link, 
#registration-body #home-quote #home-video-close, 
#home-quote #registration-body #home-video-close, 
#registration-body .timeline-video-close {
    margin: 2rem 0 1rem;
    box-shadow: inset 0 0 0 2px #fefefe;
    padding: 0.8em 1.25em; 
}

#registration-footer ul {
  list-style: none;
  margin: 0; }
  #registration-footer ul li {
    display: inline-block;
    margin: 0 .25rem 0.5rem;
    font-size: 2rem; }
    #registration-footer ul li a {
      color: #fefefe; }

#registration-footer #registration-copyrights {
  background-color: #f3f3f3;
  -ms-flex: 0;
      flex: 0; }
  #registration-footer #registration-copyrights a {
    color: #464646; }

#terms #terms-page-menu {
  border: 4px solid #00A1CB;
  padding: 1rem; }
  #terms #terms-page-menu p {
    margin: 1.3rem 0 0.5rem; }
  #terms #terms-page-menu .terms-menu-list {
    margin-bottom: 0; }




/* BEGIN ikonic CSS */

/* Search Page */

input.search-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    height: 43px;
    width: 100%;
    padding: 0 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e4e7ea;
    background-color: #fff;
    color: #212425;
    font-size: 14px;
    line-height: 1.36;
    outline: none;
}



/* Main Navigation */


#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fefefe;
    border: 0;
    z-index: 7;
    box-shadow: none;
}

body {
    padding-top: 78px; 
}

body.logged-in.admin-bar{
    padding-top: 32px;
}

#breadcrumba {
    position: fixed;
    top: 82px;
    z-index: 2;
    background: #FFFFFF;
}

@media screen and (min-width: 64em){
    body {
    padding-top: 82px;
    }
    body.home {
    padding-top: 82px;
    }
    #header {
    top:0;
    }
    body.logged-in.admin-bar{
    padding-top: 50px;
    }
    body.home.logged-in.admin-bar{
    padding-top: 50px;
    }
}

#breadcrumba.headroom--not-top,
#header.headroom--not-top{
    box-shadow: 0 8px 18px -12px rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.1);
}

/* Mobile Navigation Shadow */
@media screen and (max-width: 64em){
    #header {
        box-shadow: 0 8px 18px -12px rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.1), 0 5px 5px -5px rgba(0, 0, 0, 0.1);
    }
}


/* Main Menu - top level */

#main-nav {
    position: relative;
}

#main-nav ul li{
    display: inline-block;
    position: relative;
}

#main-nav ul li a {
    color: #464646;
    border-bottom: 6px solid transparent;
    padding: 32px 1.4rem 26px;
    line-height: 18px;
    font-weight: 400;
    font-family: oswald;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

#main-nav ul li:hover a {
    background: #f3f4f5;
    color: #f15a22;
}




#main-nav ul li.current-menu-item a,
#main-nav ul li.current-menu-parent a,
#main-nav ul li.current-menu-ancestor a {
    color: #F15A22;
    border-bottom: 6px solid #F15A22;
}

#main-nav ul li.current-menu-item:hover a {
    background: #f3f3f3;
    color: #464646;
}


/* Second Level Sub-Navigation */

#main-nav ul li ul.sub-menu {
    display: none;
    position: absolute;
    top: 82px;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
    max-width: 260px;
    width: 260px;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 8px 18px -12px rgba(0,0,0,.2), 0 3px 15px 0 rgba(0,0,0,.1), 0 5px 5px -5px rgba(0,0,0,.1);
}

#main-nav li:hover ul.sub-menu {
    display: block;
}

#main-nav ul li:last-child ul.sub-menu{
    right: 0;
}

#main-nav ul li ul.sub-menu li {
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    width: 100%;
    text-align: left;
    padding: 0;
    list-style: none;
}

#main-nav ul li:hover ul.sub-menu li a {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    background: 0 0;
    margin: 0;
    width: 100%;
    text-align: left;
    line-height: 1em;
    padding: 1em;
    color: #464646;
    font-weight: 500;
    letter-spacing: 0.04em;
    font-size: 15px;
}

#main-nav ul li:hover ul.sub-menu li.menu-item-has-children a {
    padding: 7px 1em;
    margin-top: 15px;
}

#main-nav ul li:hover ul.sub-menu li a:hover {
    background: #f3f3f3;
    color: #00A1CB;
    border: 0;
}

#main-nav ul li:hover ul.sub-menu li.current-menu-item a {
    color: #00A1CB;
}

#main-nav ul li:hover ul.sub-menu li.current-menu-item ul.sub-menu a {
    color: #464646;
}

#main-nav ul li:hover ul.sub-menu li.current-menu-item a:hover,
#main-nav ul li:hover ul.sub-menu li.current-menu-item:hover a:hover {
    background: #f3f3f3;
    color: #00A1CB;
}



/* Third Level Sub-Navigation */

#main-nav ul li:hover ul.sub-menu ul.sub-menu {
    position: relative;
    top: auto;
    box-shadow: none;
    border-radius: 0;
}

#main-nav ul li:hover ul.sub-menu ul.sub-menu li a {
    padding: 7px 15px 8px 30px;
    font-weight: 300;
    font-size: 13px;
    margin: 0;
}

#main-nav ul li:hover ul.sub-menu ul.sub-menu li.menu-item-17499 a {
    margin-bottom: 10px;
}

/* Nav Item Labels */

#main-nav ul li ul.sub-menu a:after {
    float: left;
    clear: left;
    width: 100%;
    font-size: 14px;
}

/* 
#menu-item-17376 a:after {
    content: "This is a css description";
}

#menu-item-17375 a:after {
    content: "This is a different css description";
}
*/

/* Utility Menu */

#utility {
    height: 38px;
    background: #f1f2f3;
    padding: 0 2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}

.utility-navigation ul {
    margin: 0;
	list-style: none;
	float: right;
}

.utility-navigation ul li {
    list-style: none;
    display: inline;
    position: relative;
}

.utility-navigation ul li a {
    padding: 8px 15px;
    display: inline-block;
    color: #676869;
    line-height: 1.4em;
}

.utility-navigation ul li a.utility-cta {
    background: #00A1CB;
    color: #FFFFFF;
    padding: 8px 15px;
    margin-left: 7px;
}

a.mobile-utility-cta {
    background: #00A1CB;
    display: inline-block;
    width: 100%;
    border: solid 1px #00A1CB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    padding: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
}


/* Utility Dropdown Menus */

.utility-navigation li.menu-item ul.sub-menu {
    display: none;
    float: none;
    position: absolute;
    right: calc(50% - 80px);
    z-index: 1;
    padding: 5px 0;
    width: 160px;
    background: #ffffff;
    box-shadow: 0 8px 18px -12px rgba(0,0,0,.2), 0 3px 15px 0 rgba(0,0,0,.1), 0 5px 5px -5px rgba(0,0,0,.1);
    border-radius: 5px 5px 5px 5px;
}

.utility-navigation li.menu-item ul.sub-menu:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #FFF;
    position: absolute;
    top: -5px;
    left: calc(50% - 5px);
    transform: rotate(45deg);
}

.utility-navigation li.menu-item:hover a + ul.sub-menu {
    display: block;
}

.utility-navigation ul.sub-menu li a {
    width: 100%;
}

.utility-navigation ul.sub-menu li a:hover {
    background: #f3f4f5;
    color: #00A1CB;
}


/* Utility Search Widget */

.utility-search {
    float: right;
}

.utility-search a.button.btn-search{
    padding: 6px;
    margin: 0;
    font-size: 1em;
    color: #333;
    background: none;
}

.utility-search #searchform .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.utility-search #searchform .search-field {
	background-color: transparent;
	background-image: url(/wp-content/uploads/search-icon-2.png)!important;
    background-position: 5px center!important;
    background-repeat: no-repeat;
    background-size: 14px!important;
    border: 0;
    cursor: pointer;
    height: 38px;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition: width 400ms ease, background 400ms ease;
    width: 0;
	margin:0;
    border-radius: 0;
}

.utility-search #searchform .search-field:focus {
	border: 0px solid black;
	cursor: text;
	outline: 0;
	border:0;
	width: 230px;
    background-color: rgba(0,0,0,0.04);
}

.utility-search #searchform .search-field::placeholder{
    color: #676869;
    font-size: 0.9em;
}

#searchform .search-submit {
  display: none;
}

#searchform input[type="search"] {
  -webkit-appearance: textfield;
}


/* Mobile Nav Utility Navigation & Search */

.mobile-search {
    padding-bottom: 1em;
    border-bottom: 1px solid #e6e7e8;
}

.mobile-search #searchform .search-field {
    border: 0;
    cursor: pointer;
    padding: 0 0 0 50px;
    border-radius: 5px;
    border: 1px solid #e6e7e8;
    height: 50px;
    margin: 0;
    overflow: hidden;
    background: #fff url(/wp-content/uploads/2018/03/search-icon-1.png) 16px center no-repeat;
    background-size: 23px 23px;
    margin-bottom: 1em;
}

.mobile-search #searchform .search-field::placeholder {
    font-weight: 300;
    color: #888d92;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 1em;
}

.mobile-utility {
    float: left;
    width: 100%;
}

/*
#mobile-nav .mobile-utility ul li a {
    border: 1px solid #e6e7e8;
    border-radius: 5px;
    text-align: center;
    font-weight: 300;
    color: #888d92;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 1em;
    padding: 15px 0;
    margin-bottom: 15px;
}
*/

#mobile-nav .current-menu-ancestor > a,
#mobile-nav .current-menu-parent > a,
#mobile-nav .current-menu-item > a {
    color: #F15A22;
}


/* - Pagination - */

.pagination{
    margin-bottom: 120px;
    margin-top: 2em;
}

.pagination a, 
.pagination span {
    position: relative;
    float: left;
    padding: 10px 16px;
    margin-left: -1px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #eeeeee;
}

.pagination a:hover{
    background: #eeeeee;
}

.pagination .page-numbers:first-child{
    border-radius: 25px 0px 0 25px;
    padding: 10px 16px 10px 25px;
}

.pagination .page-numbers:last-child {
    border-radius: 0 25px 25px 0;
    padding: 10px 25px 10px 16px;
}

.pagination .nav-links {
    margin: auto;
    float: none;
    display: table;
}


/* - Breadcrumb - */

.home .breadcrumb-wrapper{
    display: none;
}

.breadcrumb-wrapper{
    width: 100%;
    display: block;
}

#breadcrumbs {
    margin: 0;
    overflow: hidden;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 6px 2rem;
    background: #FFFFFF;
}

#breadcrumbs a, 
#breadcrumbs span {
    display: inline-block;
    vertical-align: middle;
    z-index: 0;
    font-size: 13px;
    letter-spacing: 0.03em;
    font-weight: 400;
}

.crumb-separator {
    background: url();
    position: relative;
    margin-right: 37px;
}

.crumb-separator:after { 
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid white;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 100%;
    z-index: 2;
}

.crumb-separator:before { 
    content: " ";
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #bcbcbc;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    margin-left: 1px;
    left: 100%;
    z-index: 1;
}

/* Responsive YouTube Embed */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    overflow: hidden;
    border-radius: 7px;
    margin-bottom: 1em;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 18px -12px, rgba(0, 0, 0, 0.1) 0px 3px 15px 0px, rgba(0, 0, 0, 0.1) 0px 5px 5px -5px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    overflow: hidden;
    box-shadow: 0px 2px 11px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
}

.header-video .hero.no-back {
    padding: 4rem 0 0;
    margin-bottom: 4rem;
}

.header-video .hero h1.hestia-title {
    margin: 4rem 0 2rem;
    padding: 0 30px;
}

.header-video .hero .hero-content {
    margin-bottom: 0;
    width: 100%;
}

.header-video .hero.no-back::after {
    max-height: 600px;
}

.pull-quote-wrap {
    max-width: 840px;
    margin: auto;
}

.pull-quote-wrap .pull-quote {
    border-top: 3px solid #dddddd;
    border-bottom: 3px solid #dddddd;
    padding: 2em;
    margin-bottom: 4em;
}

.pull-quote-wrap .pull-quote.noborder{
    border: 0;
    margin: 0;
}

h4.quote-title,
h5.quote-title {
    color: #a3a4a5;
    margin-top: 1em;
}

.testimonial-blog,
.resources-blog {
    padding: 4em 0;
}

.testimonial-blog .columns .tesimonials-grid,
.resources-blog .columns .resources-grid{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 18px -12px, rgba(0, 0, 0, 0.1) 0px 3px 15px 0px, rgba(0, 0, 0, 0.1) 0px 5px 5px -5px;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.testimonial-blog .columns {
    margin-bottom: 2em;
}

.testimonial-thumbnail {
    background-size: cover;
    background-position: center;
}

/* - Two column bullets - */

ul.two-col {
    float: left;
    width: 100%;
}

ul.two-col li {
    float: left;
    width: 50%;
    padding-right: 2em;
}

/* - WHO - YOU - ARE - TEMPLATE - */

.hero.what-you-need {
    padding: 4rem 0 6rem;
}

.hero.what-you-need .hero-content.hero-video {
    margin-bottom: -100px;
    margin-top: 0;
}

.hero.who-you-are {
    padding: 2rem 0 0;
    position: relative;
}

/* medium and large */
@media only screen and (min-width: 40em) { 
    .hero.who-you-are{
    
    }
}

.hero.who-you-are .hero-content h1 {
    font-size: 3.5em;
    margin: 0 0 10px 0;
    line-height: 1em;
}

.hero.what-you-need .hero-content h1 {
    font-size: 2.5em;
    margin: 0 0 10px 0;
    line-height: 1em;
}

.circle-icon {
    float: none;
    margin: auto;
    height: 60px;
    width: 60px;
    margin-bottom: 1rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.circle-icon.sm {
    height: 50px;
    width: 50px;
    background-position: left;
}

.circle-icon.md {
    height: 75px;
    width: auto;
    background-position: center;
}

.circle-icon.lg {
    height: 130px;
    width: 130px;
    background-position: left;
}

.circle-icon.smblue {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #00A1CB;
    background-size: 59%;
    background-position: center;
}

.circle-icon.lgblue {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: #00A1CB;
    background-size: 59%;
    background-position: center;
}

.text-left .circle-icon {
    margin-left: 0;
}

.text-center .circle-icon {
    margin-left: auto;
}

.section.featured-resource {
    background-color: #f15922;
    background: linear-gradient(90deg, #f56936 0, #f15922);
    color: white;
    margin-bottom: 4em;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}

.section.featured-resource a {
    color: white;
    font-weight: 700;
    font-size: 1.1em;
}

.resource-wrap img {
    max-width: 130px;
}

.resource-wrap-inner {
    background: white;
    border-radius: 8px;
    padding: 3em 2em;
    color: #333;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 11px 0px;
    margin-bottom: 1em;
    min-height: 345px;
    display: block;
}

/* medium only */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

    .resource-wrap-inner {
    min-height: 445px;
    }
    
    .text-center-medium{
    text-align: center;
    }

}

/* large only */
@media only screen and (min-width: 64em) { 
    
    .text-center-large{
    text-align: center;
    }

}

.two-column-layout h4,
.two-thirds-column-layout h4 {
    color: #8f9299;
    font-size: 1.2em;
    letter-spacing: 0.02em;
}

/* small only */
@media only screen and (max-width: 64em) { 

    .two-column-layout .columns img {
    margin-bottom: 2em;
    }
    
    .hero.who-you-are .hero-content h1{
    padding-top: 25px;
    font-size: 3em;
    }
    
    .text-center-small{
        text-align: center;
    }

}

/* - Two-Thirds Column Layout - */

/* small only */
@media only screen and (max-width: 40.063em) { 

    .two-thirds-column-layout .columns img {
    margin-bottom: 2em;
    }

}

/* Homepage Features */

.hp-feature-layout {
    position: relative;
    color: #FFFFFF;
    background-color: #f15922;
    margin-bottom: 2em;
}

.hp-feature-layout h1,
.hp-feature-layout h2,
.hp-feature-layout h3,
.hp-feature-layout h4 {
    color: #FFFFFF;
}

.feature-wrap p{
    letter-spacing: 0;
}


@media screen and (min-width: 64em){
    
    .hp-feature-layout .feature-wrap {
    transform: translateY(-7em);
    }
    
    .text-col-2 {
    transform: translateX(14em);
    }

    .feature-image {
    transform: translateY(-11em);
    }
    
    .hp-hero-image {
    position: relative;
    }

    .hp-hero-image:after {
    content: "";
    background: url(/wp-content/uploads/2018/04/logos-hp.png);
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    }
    
}

/* Homepage Feature Animation */

.hero-image-anim {
    position: relative;
}

.hero-image-anim .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    animation-duration: 1800ms;
    animation-name: custom-1;
}

.hero-image-anim .overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    animation-duration: 2400ms;
    animation-name: custom-1;
}


/* medium only */
@media only screen and (min-width: 40em) and (max-width: 64em) { 

    .two-column-layout .medium-order-2 img.bleed {
    transform: translatex(0);
    width: calc(100% + 5vw);
    max-width: calc(100% + 5vw);
    }
    
    .two-column-layout .medium-order-1 img.bleed {
    transform: translatex(-5vw);
    width: calc(100% + 5vw);
    max-width: calc(100% + 5vw);
    }
    
}

/* large only */
@media only screen and (min-width: 64em) { 

    .two-column-layout .medium-order-1 img.bleed,
    .two-column-layout .large-order-1 img.bleed{
    transform: translatex(-10vw);
    width: calc(100% + 10vw);
    max-width: calc(100% + 10vw);
    }
    
    .two-column-layout .medium-order-2 img.bleed,
    .two-column-layout .large-order-2 img.bleed {
    transform: translatex(0);
    width: calc(100% + 10vw);
    max-width: calc(100% + 10vw);
    }
    
    .client-work-layout .medium-order-2 img.bleed {
    transform: translatex(0);
    width: calc(100% + 15vw);
    max-width: calc(100% + 15vw);
    }
    
    .client-work-layout .medium-order-1 img.bleed {
    transform: translatex(-15vw);
    width: calc(100% + 15vw);
    max-width: calc(100% + 15vw);
    }
    
}

.client-work-layout blockquote {
    padding: 0;
    border: 0;
}



/* - Testimonials - */

.pullquote {
    position: relative;
    text-align: center;
}

.two-column-layout .pullquote {
    padding-left: 60px;
}

.pullquote:before {
    content: "\201c";
    font-size: 179px;
    display: inline-block;
    color: #00A1CB;
    background: #f3f4f5;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    overflow: hidden;
    line-height: 226px;
    text-align: center;
}

.pullquote h4 {
    font-size: 1.4em;
    color: #43464d;
    letter-spacing: -0.01em;
    font-weight: 600;
    margin-bottom: 15px;
}

.pullquote h3{
    color: #00A1CB;
}

.pullquote h5{
    font-style: italic;
    color: #aaa;
}

.pullquote .attribution, 
.pullquote .attribution+p {
    display: inline-block;
    vertical-align: middle;
}

.pullquote .attribution+p>img {
    margin-left: 15px;
    width: 66px;
    border-radius: 50%;
}

.card {
    background-color: #FFFFFF;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .05), 0 5px 24px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    float: left;
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.card a{
    float: left;
    width: 100%;
}

.card-image {
    height: 250px;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    position: relative;
}

.columns:only-child .card .card-image {
    min-height: 500px;
}

.card-section {
    padding: 0 1em;
}

.card-section p {
    color: #333333;
    margin: 0;
    float: left;
    width: 100%;
}

.card-section p.testimonial-description {
    font-size: .9em;
    color: #777;
    line-height: 1.2em;
}

.card-section p.testimonial-credentials {
    font-size: .9em;
}

.card-section p.testimonial-link {
    color: #00A1CB;
}

.card-section p:first-child{
    padding-top: 1em;
}

.card-section p:last-child{
    padding-bottom: 1em;
}

.card-image:after {
    content: "";
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    background-image: url(/wp-content/uploads/2018/04/video-play.png);
    height: 64px;
    width: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(241,89,34,0.3);
    border-radius: 50%;
}

.reveal.testimonial-reveal {
    border: 0;
    background: transparent;
}

.reveal.testimonial-reveal button.close-button {
    background: #ffffff;
    border-radius: 50%;
    height: 46px;
    width: 45px;
    line-height: 0;
    text-align: center;
    font-size: 2.5em;
    top: 0rem;
    right: 0rem;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .05), 0 5px 24px 0 rgba(0, 0, 0, .09);
}

/* small only */
@media only screen and (max-width: 40.063em) { 

    .featured-testimonials .columns {
    margin-bottom: 1em;
    }

}
/* medium only */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

    .section.featured-testimonials .medium-expand:nth-last-child(3),
    .section.icon-features .medium-expand:nth-last-child(3) {
        display: none;
    }

}

/* -- Featured Resource -- */

p.resource-type {
    color: #00A1CB;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1.2em;
    font-weight: 500;
    margin-top: 10px;
}

h2.section-title{
    font-size: 2.4em;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: .5em;
    color: #00A1CB;
    position: relative;
}

h2.section-title:after {
    content: "";
    width: 150px;
    height: 5px;
    position: absolute;
    left: calc(50% - 75px);
    bottom: -20px;
    background: #00A1CB;
}

h3.feature-title {
    text-transform: uppercase;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}

h4.feature-subtitle {
    margin-bottom: 1em;
}

.section.featured-resource h2.section-title {
    color: #ffffff;
    margin: 1em 0;
}

.section.featured-logos h2.section-title {
    margin-bottom: 1em;
}


/* - Featured Logos - */


.section.featured-logos img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .6;
    transition: 0.3s ease all;
}

.section.featured-logos img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
    transition: 0.3s ease all;
}

/* small only */
@media only screen and (max-width: 40.063em) { 

    .section.featured-logos img {
    margin: auto;
    margin-bottom: 2em;
    max-width: 300px;
    }

}

/* - Benefits List - */

.benefits-container {
    position: relative;
}

.benefits-container .icon.icon-io-logo {
    content: "";
    height: 22px;
    width: 22px;
    position: absolute;
    top: 3px;
    left: 5px;
    background: #00A1CB;
    border-radius: 14px;
}

.benefits-container p {
    margin-left: 50px;
}

/* - Testimonial Slider - */


#testimonial-slider .slick-slide{
    padding: 1em 2em;
    transition: 0.2s ease all;
}

#testimonial-slider .slick-slide[aria-hidden="true"]{
    opacity: 0;
    transition: 0.2s ease all;
}

#testimonial-slider .slick-dots {
    bottom: -45px;
    margin: 0;
}

#testimonial-slider.slick-slider {
    margin-bottom: 0;
}

#testimonial-slider .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: auto;
    width: auto;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

#testimonial-slider .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: auto;
    height: auto;
    font-family: "icomoon";
    font-size: 29px;
    line-height: 0;
    text-align: center;
    color: #F15A22;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#testimonial-slider .slick-dots li.slick-active button:before {
    color: #F15A22;
    opacity: 0.75;
}

#testimonial-slider .slick-prev:before, 
#testimonial-slider .slick-next:before {
    color: #F15A22;
    font-size: 25px;
}

.section.title-subtitle + .section.testimonials-slider {
    padding-top: 1em;
}

#testimonial-slider span.testimonial-atrib {
    color: #00A1CB;
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: oswald;
}

#testimonial-slider span.testimonial-creds {
    color: #aaaaaa;
    font-size: 1.1em;
}

.section.title-subtitle h2.section-title + h4 {
    margin-top: 1.3em;
    color: #777777;
}


/* - Resources - */

.hero.short {
    padding: 4rem 0;
    margin-bottom: 4rem;
}

.resource-data-wrap .resource-data {
    border-top: 3px solid #dddddd;
    border-bottom: 3px solid #dddddd;
    padding: 2em;
    margin-bottom: 4em;
}

.avatar-small{
    max-width: 57px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
}

/* - Flexible Hero Backgrounds - */

.hero.Blue:before {
    background: #00A1CB;
    background: linear-gradient(90deg,#1db8e1 0,#00A1CB);
}

.hero.Green:before {
    background: #8CCFB4;
    background: linear-gradient(90deg,#c4c72b 0,#babd15);
}

.hero.Orange:before {
    background: #f07722;
    background: linear-gradient(to bottom right,#f56936 0, #f15922 100%);
}

.hero.White-LG:before,
.hero.White:before {
    background: #FFFFFF;
}

.hero.Gray:before {
    background: #f3f3f3;
}


/* - Overlay Form Styles - See IO In Action - */

#form-overlay {
    border: 0;
    background: none;
    top: 0px!important;
    bottom: 0;
    right: 0;
    left: 0px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.contact-form.simple-form {
    background: white;
    padding: 2em;
    box-shadow: 0 14px 24px 0 rgba(50, 49, 58, 0.25);
}

.contact-form.simple-form input {
    border: 1px solid #aaa;
    border-radius: 2px;
}

.contact-form.simple-form fieldset{
    max-width: 100%;
}

#form-overlay .columns.medium-6 {
    margin-bottom: 2em;
}

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

.no-margin {
    margin: 0;
}

/* - multi select columns - */

.simple-form ul.inputs-list {
    list-style: none;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

@media only screen and (min-width: 40.063em) { 
    .simple-form ul.inputs-list {
        column-count: 2;
    }
}

.simple-form li.hs-form-checkbox {
    position: relative;
    padding-left: 19px;
}

.simple-form .hs-form-checkbox label.hs-form-checkbox-display {
    line-height: 1.2em;
    display: inline-block;
}

.contact-form.simple-form input[type='checkbox'] {
    margin-bottom: 0;
    position: absolute;
    left: 0;
}




/* - SVG Navigation - */

#who-nav .cls-1{isolation:isolate;}
#who-nav .cls-3{opacity:0.15;mix-blend-mode:multiply;}
#who-nav .cls-4{fill:#e7e8e9;transition: 0.2s ease all;}
#who-nav .cls-5{font-weight: 500;}
#who-nav .cls-5, #who-nav .cls-7{fill:#723e98;}
#who-nav .cls-6{fill:none;stroke:#eaeaea;}
#who-nav a{opacity:0.7;transition: 0.2s ease all;}
#who-nav a:hover{opacity: 1;transition: 0.2s ease all;}

/* - School Admin - */
.page-id-17190 #who-nav a.admin{opacity: 1;}
.page-id-17190 #who-nav a.admin .cls-4{fill:#FFFFFF;}

/* - Teachers - */
.page-id-17191 #who-nav a.teachers{opacity: 1;}
.page-id-17191 #who-nav a.teachers .cls-4{fill:#FFFFFF;}

/* - District Staff - */
.page-id-17186 #who-nav a.district{opacity: 1;}
.page-id-17186 #who-nav a.district .cls-4{fill:#FFFFFF;}

/* - Parents Studetns - */
.page-id-17192 #who-nav a.parents{opacity: 1;}
.page-id-17192 #who-nav a.parents .cls-4{fill:#FFFFFF;}
.page-id-17192 #who-nav a.students{opacity: 1;}
.page-id-17192 #who-nav a.students .cls-4{fill:#FFFFFF;}


/* - Hero What - Parent - Rotator Graphic - */

@-webkit-keyframes rotate {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}

.position-initial {
    position: initial;
}

.hero .rotator-graphic {
    animation-name: rotate; 
    animation-duration: 60s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    z-index: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media screen and (min-width: 40em) {
    
    .hero .rotator-graphic {
    top: 0;
    right: 0;
    width: 800px;
    }
    
}

.cog-wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 380px;
    height: 380px;
    margin-left: auto;
    margin-right: auto;
    float: right;
    z-index: 0;
}

ul.what-navigation {
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 1;
}

@media screen and (min-width: 40em) {
    ul.what-navigation {
    position: absolute;
    top: 125px;
    }
    
    .what-navigation li:nth-child(2) {
    padding-left: 2em;
    }
}

.what-navigation a {
    float: left;
    clear: left;
    color: white;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.what-navigation a span {
    clear: left;
    float: left;
    width: 100%;
}


/* defaults */

.bg-white {
    background-color: #fff;
}

.bg-lightest-gray {
    background-color: #f5f6f8;
}


.box-shadow {
    box-shadow: 0px 2px 11px 0 rgba(178,183,189,0.24), 0px 0.5px 2.5px 0 rgba(213,218,223,0.8);
}

.small-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 11px 0px;
}

.medium-box-shadow {
    box-shadow: 0 25px 80px 0 rgba(20,52,92,0.18);
}

.big-box-shadow {
    box-shadow: 0px 50px 160px 0 rgba(20,52,92,0.18);
}

.rounded-corners-8 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.rounded-corners-6 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.rounded-corners-4 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

/* medium only */
@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

    .hide-medium{display: none;}

}


/* HUBSPOT Form Styles */

.one-column-layout .hbspt-form,
.two-column-layout .hbspt-form,
.two-thirds-column-layout .hbspt-form,
.one-column-layout form.wufoo,
.two-column-layout form.wufoo,
.two-thirds-column-layout form.wufoo,
.nf-form-cont {
    background: white;
    padding: 1em;
    height: 100%;
    box-shadow: 0 25px 80px 0 rgba(20,52,92,0.18);
    /*max-width: 500px; */
    border-radius: 8px;
    margin: auto;
}





.hero.modular-hero + .one-column-layout .hbspt-form,
.hero.modular-hero + .one-column-layout form.wufoo {
    z-index: 2;
    transform: translate(0, -125px);
}

@media only screen and (min-width: 40.063em){
    .hero.modular-hero + .one-column-layout .hbspt-form,
    .hero.modular-hero + .one-column-layout form.wufoo{
    transform: translate(0, -170px);
    }
}

.hbspt-form label,
form.wufoo label {
    color: #212425;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.46;
    margin-bottom: 8px;
}

.hbspt-form label span,
form.wufoo label span {
    font-weight: 600;
}

.hbspt-form .hs-error-msgs label {
    color: #ca5454;
}

.hbspt-form li.hs-form-checkbox label {
    margin: 0;
}

.hbspt-form li.hs-form-checkbox label span{
    font-weight: 300;
}

.hs-input,
form.wufoo input {
    width: 100%;
}

.wufoo input,
.wufoo input.text,
.wufoo input[type=text], 
.wufoo input[type=email], 
.wufoo input[type=password], 
.wufoo input[type=tel], 
.wufoo select,
.wufoo select.hs-input,
.wufoo textarea,
.wufoo textarea.hs-input,
.wufoo:focus,
.hbspt-form input[type=text], 
.hbspt-form input[type=email], 
.hbspt-form input[type=password], 
.hbspt-form input[type=tel], 
.hbspt-form select,
.hbspt-form select.hs-input,
.hbspt-form textarea,
.hbspt-form textarea.hs-input,
input.hs-input:focus,
textarea.hs-input:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    display: block;
    height: auto;
    width: 100%!important;
    padding: 10px 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #e4e7ea;
    background-color: #fff;
    color: #212425;
    font-size: 14px;
    line-height: 1.36;
    outline: none;
    box-shadow: none!important;
    box-sizing: border-box!important;
}

input.hs-input.error{
    box-shadow: none;
    border-color: #ca5454;
}

.hbspt-form [type=text]::placeholder,
.hbspt-form [type=email]::placeholder,
.hbspt-form [type=password]::placeholder,
.hbspt-form [type=tel]::placeholder,
.hbspt-form select::placeholder,
.hbspt-form textarea::placeholder {
    color: #bcc1c5;
}

.hs-error-msgs.inputs-list {
    float: left;
    clear: left;
}

form.wufoo select,
.hbspt-form select {
    cursor: pointer;
}

form.wufoo checkbox,
.hbspt-form checkbox {
    height: 1.5rem;
    width: 1.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    flex-basis: 1.5rem;
}

.hbspt-form .cb-select {
    position: relative;
    cursor: pointer;
}

.hbspt-form .cb-select:after {
    font-family: "apihub-production-v2";
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 20px;
    line-height: 1;
    color: #e4e7ea;
    border-left: thin solid #edeff2;
    top: 8px;
    padding-top: 4px;
    padding-left: 13px;
    padding-bottom: 2px;
    content: "\6a";
    pointer-events: none;
}

input.hs-button.primary {
    background: #00A1CB;
    display: block;
    width: 100%;
    border: solid 1px #00A1CB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    text-align: center;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
    padding: 20px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
    box-sizing: border-box!important;
}
  
input.hs-button.primary:hover {
    background-color: #4FB6C0;
    border-color: #4FB6C0;
    color: #ffffff; 
}

.hbspt-form .hs_callback_time ul.inputs-list.multi-container {
    list-style: none;
    column-count: 2;
    margin: 0;
}

.hbspt-form .hs_callback_time .hs-form-radio-display input {
    display: none;
}

.hbspt-form .hs_callback_time label > [type='radio'] + span {
    border: 1px solid #e4e7ea;
    display: inline-block;
    padding: 7px;
    height: 42px;
    width: 100%;
    vertical-align: middle;
    font-weight: 200;
    line-height: 1.1;
    border-radius: 5px;
}

.hbspt-form .hs_callback_time label > [type='radio']:checked + span {
    border: 1px solid #a5a6a7;
}

.hbspt-form .actions {
    padding: 0!important;
    margin: 0!important;
}

ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

ul.inputs-list.multi-container{
    list-style: none;
    padding: 0;
    margin-right: 0;
    margin-left: 0;
}

.wufoo li.focused {
    background-color: transparent;
}


/* - 404 Page - */

body.error404 {
    background: #F9F9FB;
}

h1.massive.text-center {
    font-size: 12em;
    margin: 0;
    line-height: 1;
    font-weight: 800;
}

.error404 .row-404 h1,
.error404 .row-404 h2,
.error404 .row-404 h3{
    color: #B9BD17;
}

.error404 .row-404 h3{
    margin-bottom: 1em;
}


/* Book Review Template */

.book-blog {
    padding: 2em 0 4em;
}

.book-sidebar.cover { 
    transform: translateY(-253px);
}

.book-sidebar img{
    width: 100%;
}

a.purchase-link {
    padding: 1em 1.2em;
    display: inline-block;
    border: 0;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.sidebar-wrapper {
    margin-bottom: 2em;
    border-radius: 5px;
    overflow: hidden;
    background: #f9f9fb;
    background: #FFFFFF;
    box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .1);
}

#wufoo-m1ifuk8f1xnz8fj {
    height: 160px;
}

.sidebar-wrapper ul.flex {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.sidebar-wrapper ul{
    margin: 0;
}

.sidebar-wrapper li {
    list-style: none;
    padding: 0;
    border-top: 1px solid #eeeeee;
    width: 100%;
}

.sidebar-wrapper ul li a {
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    color: #363738;
    font-size: .85em;
}

.sidebar-wrapper ul li a:hover{
    color: #F15A22;
}

/*
.sidebar-wrapper li:nth-child(odd) {
    border-right: 1px solid #eee;
}
*/

.sidebar-wrapper h4,
.sidebar-wrapper h3,
.sidebar-wrapper h2{
    padding: 15px 15px;
    margin: 0;
    font-size: 1.3em;
    font-family: "oswald", "PT Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.sidebar-wrapper p:last-child {
    margin: 0;
    padding: 1em;
    line-height: 1;
}

.sidebar-wrapper input.search-field {
    margin: 0;
    border: 0;
}

ul.sidebar-social-links {
    list-style: none;
    margin: 0;
    display: flex;
}

ul.sidebar-social-links li {
    border-right: 1px solid #eee;
    padding: 0;
    text-align: left;
    font-size: 15px;
}

ul.sidebar-social-links li:last-child,
ul.sidebar-social-links li:nth-child(3){
    border-right: 0;
}

ul.sidebar-social-links li a {
    color: #363738;
    padding: 7px 10px;
    float: left;
    width: 100%;
    text-align: center;
}

ul.sidebar-social-links li a:hover{
    background: #FFFFFF;
}

ul.sidebar-social-links li svg {
    width: 35px;
    vertical-align: middle;
}

ul.sidebar-social-links .hide-small.hide-medium {
    text-align: center;
    clear: left;
    width: 100%;
    float: left;
}

ol.tribe-list-widget {
    margin: 0;
}

ol.tribe-list-widget li.tribe-events-list-widget-events {
    padding: 1em;
}

ol.tribe-list-widget li.tribe-events-list-widget-events.tribe-events-last {
    border-bottom: 1px solid #eeeeee;
}

ol.tribe-list-widget h4.tribe-event-title {
    padding: 0;
}

h4.tribe-event-title {
    font-family: "PT Sans";
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1em;
}

ol.tribe-list-widget h4 a {
    color: #363738;
}

ol.tribe-list-widget .tribe-event-duration {
    font-size: .8em;
}


.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

#related-posts {
    background: white;
}

/* Homepage Collage Layout*/

.collage-group {
    height: 800px;
    position: relative;
}

@media only screen and (min-width: 64em) { 
    
    .collage-group {
    height: 900px;
    position: relative;
    }
    
}

.hp-collage-layout{
    position: relative;
}


/* small up */

.collage-group {
    display: none;
}

.collage-text {
    width: 100%;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    display: inline-block;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .05), 0 5px 24px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 30px;
}

.collage-text p {
    font-size: .8em;
    line-height: 1.6;
}

.collage-text p:last-child,
.collage-text a{
    margin: 0;
}

.collage-text a.button {
    width: 100%;
}

.topic-links a.topic-link {
    background: rgba(0,0,0,0.8);
    padding: 10px 20px;
    border-radius: 50px;
    color: rgba(255,255,255,0.75);
    font-size: 16px;
}


.topic-links {
    margin-bottom: 2em;
    float: left;
    clear: left;
    text-align: center;
}

a.topic-link {
    display: inline-block;
    margin-bottom: 1em;
}
    
h1.gigantic {
    font-size: 5em;
}

/* medium and large */

@media only screen and (min-width: 40.063em) { 
    
    .collage-group {
        display: block;
    }
    
    .collage-text {
        position: absolute;
        width: 375px;
        top: 36%;
        right: 10%;
        z-index: 4;
    }

    .collage-image:nth-child(1) {
        position: absolute;
        top: 2%;
        left: 0%;
        width: 50%;
        z-index: 1;
        box-shadow: 0 5px 24px 0 rgba(0, 0, 0, .09);
    }

    .collage-image:nth-child(2) {
        position: absolute;
        top: 37%;
        left: 11%;
        width: 33%;
        z-index: 3;
        box-shadow: 0 5px 24px 0 rgba(0, 0, 0, .09);
    }

    .collage-image:nth-child(3) {
        position: absolute;
        top: 11%;
        right: 0%;
        width: 62%;
        z-index: 2;
    }
    
    .topic-links{
        display: none;
    }
    
}

/* Large only */

@media only screen and (min-width: 64em) { 
   
    .collage-image:nth-child(2) {
        position: absolute;
        top: 37%;
        left: 30%;
        width: 33%;
        z-index: 3;
        box-shadow: 0 5px 24px 0 rgba(0, 0, 0, .09);
    }
    
    .topic-links{
        display: block;
    }
    
    .topic-links a.topic-link {
        position: absolute;
        z-index: 5
    }
    
    .topic-links a.topic-one {
        top: 24%;
        left: 45%;
    }

    .topic-links a.topic-two {
        top: 46%;
        left: 12%;
    }

    .topic-links a.topic-three {
        top: 66%;
        left: 17%;
    }
    
    h1.gigantic {
    float: left;
    font-size: 10em;
    margin-right: 20px;
    line-height: 154px;
    }
    
}





h1+h1,
h1+h2,
h1+h3,
h2+h1,
h2+h2,
h2+h3,
h3+h1,
h3+h2,
h3+h3 {
    color: #00A1CB;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 15px;
}

h3+h4 {
    color: #8f9299;
    font-size: 1.2em;
    letter-spacing: 0.02em;
}



/* Three Column Section */

.three-column-section.orangebk {
    background: #f15922;
    background: linear-gradient(90deg, #f56936 0, #f15922);
    color: #FFFFFF;
}

.three-column-section.orangebk h1,
.three-column-section.orangebk h2,
.three-column-section.orangebk h3,
.three-column-section.orangebk h4{
    color: #FFFFFF
}

.three-column-section.orangebk h1:after {
    content: "";
    background: url(/wp-content/uploads/2018/04/icon-arrow.png);
    height: 46px;
    width: 73px;
    display: inline-block;
}

.home .three-column-section img {
    max-width: 100px;
    text-align: center;
    margin: auto;
    display: inherit;
}

.column.addsep {
    border-right: 2px solid hsla(0, 0%, 58%, .25);
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.column.addsep:last-child {
    border-right: 0;
}

.addsep p:last-child {
    margin: 0;
}

.three-column-section.orangebk .column.addsep {
    border-color: hsla(0, 0%, 158%, .25);
}

.three-column-section + .three-column-section {
    padding-top: 0;
}

[id^=wufoo-] {
    background-color: #FFFFFF;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .05), 0 5px 24px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 30px;
}


.page-id-4581 h6 {
    padding: 10px;
    color: #FFFFFF;
    background-color: #43464d;
}

.slidemenu {
    list-style: none;
    margin: 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 1px rgba(26, 27, 31, .05), 0 5px 24px 0 rgba(0, 0, 0, .09);
    border-radius: 5px;
    padding: 30px;
    color: #43464d;
}






/* WebformSection */

.blackbk {
background: #222;  
}


#nf-form-5-cont, #nf-form-4-cont {
    background: none;
    padding: 1em;
    height: 100%;
    box-shadow: 0 25px 80px 0 rgba(20,52,92,0.18);
    max-width: 1200px !important;
    border-radius: 8px;
    margin: auto;
    color: white;
}


#nf-form-5-cont .field-wrap input[type="button"] {
    margin-top: 25px;
}


.nf-form-title h3 {
  color: white;
}

/* decreases intent of webform. the div is in the form itself :( */
#formmagnet {
	margin-bottom: -35px;
}





/* Ninja Contact Form Styles */

#nf-field-32-wrap {
	max-width: 700px;
	display: inline-block;
	    margin-left: auto;
    margin-right: auto;
}


#nf-label-field-32 {
  /* Your CSS styles */
  text-align: center;
  font-size: 1em;
}

.nf-field-label label{
    
    color: #fff;
    font-weight: 100 !important;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;

}


input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext
{
  /* Checkbox text */
  font-size: 110%;
  display: inline;
}


span.ninja-forms-req-symbol, .req-symbol {
	color: #00a1cb;
}



div.nf-form-fields-required {
	color: #fff;
	margin-bottom: 25px;
}


.nf-error .ninja-forms-field {
    border: 2px solid #e80000;
}




/* WebformSection end */



@media screen and (min-width: 40em) {
    .column.right-column {
        width: 66%;
        float: left;
        padding-right: 0;
    }

    .column.left-column {
        width: 33%;
        float: left;
        padding-left: 0;
    }
}



/* case studies */


.cs-post-link {
    width: 100%;
    margin-bottom: 1em;
    border-radius: 5px;
    box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.cs-post-link:hover{
    box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}

.post-wrapper.cs-item {
    margin-bottom: 2em;
}

/* experts */

.expert-post-link {
    width: 100%;
    margin-bottom: 1em;
    border-radius: 5px;
    box-shadow: 0 5px 15px -2px rgba(10, 16, 34, .2);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.expert-post-link:hover{
    box-shadow: 0 15px 45px -5px rgba(10, 16, 34, .3);
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
}

.post-type-archive-expert h6,
.page-template-experts-page h6 {
    padding: 10px;
    color: #FFFFFF;
    background-color: #43464d;
    margin-bottom: 30px;
    border-radius: 2px;
    text-align: center;
}

.connect {
    margin-top: 15px;
}

.connect a {
    font-size: 2.5em;
    vertical-align: middle;
    line-height: 1.2;
    margin-bottom: 10px;
    display: inline-block;
}

#expert-content {
    background: #FFFFFF;
}

.expert-sidebar img{
    border-radius: 5px;
}

.sidebar-wrapper .sidebar-content {
    padding: 0 15px 0 15px;
}

.sidebar-content a.button {
    width: 100%;
}

.sidebar-wrapper .sidebar-content p:last-child {
    margin-bottom: 1em;
    padding: 0;
    line-height: 1.6;
}

.post-type-archive-expert #blog-page h2{
    margin-bottom: 30px;
    font-size: 1.5em;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.archive .type-expert h3 {
    color: #F15A22;
    font-family: "PT Sans", sans-serif;
    text-transform: unset;
    margin-bottom: 0;
    letter-spacing: 0.02em;
}

.archive .type-expert h3+h3 {
    font-size: 1.2em;
    color: #363738;
    margin-bottom: 5px;
}

.archive .type-expert h3+h4 {
    color: #8f9299;
    font-size: 1.0em;
}



.page-id-13367 .two-column-text .row {
    align-items: center;
}

/* About Us .page-id-203 #breadcrumb+.section.one-column-layout,*/
/* Contact Us */.page-id-225 .section.one-column-layout,
/* How We Do It */.page-id-13369 .section.one-column-layout,
/* What We Do */.page-id-13367 .section.two-column-text {
    background: url(/wp-content/uploads/2018/04/hero-white-shapes.png) 0px 0px, linear-gradient(180deg, rgba(241,90,34,1) -190%, rgba(255,255,255,1) 100%);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* Experts */.archive.post-type-archive-expert .section.hero {
    background: url(/wp-content/uploads/2018/04/hero-white-shapes.png) 0px 0px, linear-gradient(180deg, rgba(241,90,34,1) -190%, #f9f9fb 100%);
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top: 5em;
    padding-bottom: 2em;
}



/* Ninja form styling */
html input[type="button"] {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3rem;
    padding: 1em 1.25em;
    margin: 0 0 2rem 0;
    font-size: 1rem;
    background-color: #F15A22 !important;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-weight: 400;
}

html input[type="button"]:hover {
    background-color: #43464d !important;
}
/* Ninja form styling end */