@charset "UTF-8";
/**
 * Breakpoints
 */
/**
 * Typography
 */
/**
 * Colors
 */
/**
 * Grid Settings
 */
/**
 * Transitions
 */
/**
 * Vendor
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-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;
}

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityActive=100&bgImgOpacityHover=50&bgImgOpacityDefault=85&bgImgOpacityContent=100&bgImgOpacityHeader=100&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cd0a0a&fcError=%23cd0a0a&borderColorError=%23cd0a0a&bgTextureError=glass&bgColorError=%23fcfdfd&iconColorHighlight=%23435363&fcHighlight=%23435363&borderColorHighlight=%23F6A623&bgTextureHighlight=flat&bgColorHighlight=%23F6A623&iconColorActive=%234E6B82&fcActive=%23ff5000&borderColorActive=%234E6B82&bgTextureActive=flat&bgColorActive=%23fcfdfd&iconColorHover=%234E6B82&fcHover=%234E6B82&borderColorHover=%234E6B82&bgTextureHover=flat&bgColorHover=%23C0D4E5&iconColorDefault=%234E6B82&fcDefault=%234E6B82&borderColorDefault=%234E6B82&bgTextureDefault=flat&bgColorDefault=%23fcfdfd&iconColorContent=%23435363&fcContent=%23435363&borderColorContent=%23435363&bgTextureContent=inset_hard&bgColorContent=%23fcfdfd&iconColorHeader=%23435363&fcHeader=%23435363&borderColorHeader=%23ffffff&bgTextureHeader=flat&bgColorHeader=%23ffffff&cornerRadius=2px&fwDefault=bold&fsDefault=1.1em&ffDefault=%22proxima-nova%22%2C%20Helvetica%2C%20sans-serif
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #4E6B82;
}

.ui-widget-content {
  border: 1px solid #435363;
  background: #fcfdfd;
  color: #435363;
}

.ui-widget-content a {
  color: #435363;
}

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #435363;
  font-weight: bold;
}

.ui-widget-header a {
  color: #435363;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #4E6B82;
  background: #fcfdfd;
  font-weight: bold;
  color: #4E6B82;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #4E6B82;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #4E6B82;
  background: #C0D4E5;
  font-weight: bold;
  color: #4E6B82;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #4E6B82;
  text-decoration: none;
}

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #4E6B82;
  background: #fcfdfd;
  font-weight: bold;
  color: #ff5000;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #4E6B82;
  background-color: #ff5000;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff5000;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #F6A623;
  background: #F6A623;
  color: #435363;
}

.ui-state-checked {
  border: 1px solid #F6A623;
  background: #F6A623;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #435363;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fcfdfd;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: -8px -8px 8px #aaaaaa;
  box-shadow: -8px -8px 8px #aaaaaa;
}

/**
 * Base Styles and Config
 */
/**
 *
 * Base
 *
 *  Resets *most* styles but takes some base style variables from _setting.scss
 *  to prevent the need for overwriting a bunch of rules. Includes misc bug fixes
 *  from the normalize.css project as well.
 *
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  color: #ffffff;
  background-color: #003865;
}

::selection {
  color: #ffffff;
  background-color: #003865;
}

html {
  color: #003865;
  background: #ffffff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 10px;
  min-width: 320px;
}

body, input, textarea, button, select {
  padding: 0;
  font-size: 22px;
  line-height: 1.36364;
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 781px) {
  body, input, textarea, button, select {
    font-size: 22px;
    line-height: 1.63636;
  }
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

body, p, hr, h1, h2, h3, h4, h5, h6, figure, figcaption, ol, ul, blockquote, q, input, button, optgroup, select, textarea, fieldset, legend {
  margin: 0;
}

i, cite {
  font-style: normal;
}

hr {
  height: 1px;
  border: 0;
  background-color: #003865;
}

picture {
  display: block;
}

b, strong {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

small {
  font-size: 100%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

a:active, a:hover, a:focus {
  outline: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

ol, ul, li {
  list-style: none;
  padding: 0;
}

blockquote, q {
  padding: 0;
  quotes: none;
}

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

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

td, th {
  font-weight: normal;
  text-align: left;
  padding: 0;
}

button {
  overflow: visible;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button, input[type='text'], optgroup, select, textarea {
  color: inherit;
  font: inherit;
  border: 0;
  border-radius: 0;
  background: none;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

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

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset, legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

/**
 * Layout
 */
/**
 *
 * Wrapper
 *
 *   Module for our main wrapper(s). This will contain most content and any
 *   other sizes needed will likely be smaller and handled via the
 *   grid + width classes.
 *
 *   Smaller/larger wrappers can be handled here either as:
 *   .wrapper--960 (value-based)
 *   .wrapper--small (generic name)
 *
 *   Value-based classes are more helpful when there are more objects here,
 *   while the generic names can be more reasonable if there are only a few.
 *
 *
 */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 781px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.wrapper--main {
  max-width: 1200px;
}

@media (min-width: 781px) {
  .wrapper--main {
    max-width: 1240px;
  }
}

.wrapper--main.wrapper--full {
  max-width: 1160px;
  padding: 0;
}

/**
 *
 * Color Helpers
 *
 *   This wraps the "main content" on any page to account for the fixed
 *   navigation. This will likely extent to cover the minimal nav scenario
 *   as well.
 *
 */
.content {
  margin-top: 58px;
}

.content figure.wp-block-image img {
  min-width: 100%;
  width: 100%;
  height: 100%;
}

@media (min-width: 1081px) {
  .content {
    margin-top: 109px;
  }
}

.content--minimal-header {
  margin-top: 0;
}

@media (min-width: 1081px) {
  .content--minimal-header {
    margin-top: 0;
  }
}

/**
 *
 * Grid
 *
 *   All these styles do are set up flexbox on grid items and allow them to be
 *   reversed, centered, vertically aligned, etc.
 *
 *   All widths should be set using a class from _width.scss on the .grid__item
 *   (see _widths.scss for uses)
 *
 */
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

@media (min-width: 781px) {
  .grid {
    margin-left: -40px;
  }
}

@media (min-width: 421px) {
  .grid.grid--horizontal-spaced {
    margin-left: -80px;
  }
}

@media (min-width: 421px) {
  .grid.grid--horizontal-spaced .grid__item {
    padding-left: 80px;
  }
}

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

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

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

@media (max-width: 779px) {
  .grid--centered-below-hand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.grid__item {
  width: 100%;
  padding-left: 20px;
}

@media (min-width: 781px) {
  .grid__item {
    padding-left: 40px;
  }
}

.grid__item--right {
  margin-left: auto;
}

.grid--spaced .grid__item {
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .grid--spaced-below-lap .grid__item {
    margin-bottom: 20px;
  }
}

@media (max-width: 780px) {
  .grid--spaced-below-hand .grid__item {
    margin-bottom: 20px;
  }
}

/**
 *
 * Widths
 *
 *   Can be used independently, but are mostly to be used on a .grid__item element.
 *   If a width change needs to happen at a particular breakpoint start with the
 *   smallest breakpoint and work your way up.
 *
 *   Example:
 *   <div class="grid__item width--6-of-12 width--hand--4-of-12 width--lap-3-of-12">
 *
 *   This element would be 50% on mobile, 33.333% above the "hand" breakpoint,
 *   and 25% above the "lap" breakpoint.
 *
 */
.width--1-of-12 {
  width: 8.33333%;
}

.width--2-of-12 {
  width: 16.66667%;
}

.width--3-of-12 {
  width: 25%;
}

.width--4-of-12 {
  width: 33.33333%;
}

.width--5-of-12 {
  width: 41.66667%;
}

.width--6-of-12 {
  width: 50%;
}

.width--7-of-12 {
  width: 58.33333%;
}

.width--8-of-12 {
  width: 66.66667%;
}

.width--9-of-12 {
  width: 75%;
}

.width--10-of-12 {
  width: 83.33333%;
}

.width--11-of-12 {
  width: 91.66667%;
}

@media (min-width: 421px) {
  .width--palm-1-of-12 {
    width: 8.33333%;
  }
  .width--palm-2-of-12 {
    width: 16.66667%;
  }
  .width--palm-3-of-12 {
    width: 25%;
  }
  .width--palm-4-of-12 {
    width: 33.33333%;
  }
  .width--palm-5-of-12 {
    width: 41.66667%;
  }
  .width--palm-6-of-12 {
    width: 50%;
  }
  .width--palm-7-of-12 {
    width: 58.33333%;
  }
  .width--palm-8-of-12 {
    width: 66.66667%;
  }
  .width--palm-9-of-12 {
    width: 75%;
  }
  .width--palm-10-of-12 {
    width: 83.33333%;
  }
  .width--palm-11-of-12 {
    width: 91.66667%;
  }
}

@media (min-width: 781px) {
  .width--hand-1-of-12 {
    width: 8.33333%;
  }
  .width--hand-2-of-12 {
    width: 16.66667%;
  }
  .width--hand-3-of-12 {
    width: 25%;
  }
  .width--hand-4-of-12 {
    width: 33.33333%;
  }
  .width--hand-5-of-12 {
    width: 41.66667%;
  }
  .width--hand-6-of-12 {
    width: 50%;
  }
  .width--hand-7-of-12 {
    width: 58.33333%;
  }
  .width--hand-8-of-12 {
    width: 66.66667%;
  }
  .width--hand-9-of-12 {
    width: 75%;
  }
  .width--hand-10-of-12 {
    width: 83.33333%;
  }
  .width--hand-11-of-12 {
    width: 91.66667%;
  }
}

@media (min-width: 1025px) {
  .width--lap-1-of-12 {
    width: 8.33333%;
  }
  .width--lap-2-of-12 {
    width: 16.66667%;
  }
  .width--lap-3-of-12 {
    width: 25%;
  }
  .width--lap-4-of-12 {
    width: 33.33333%;
  }
  .width--lap-5-of-12 {
    width: 41.66667%;
  }
  .width--lap-6-of-12 {
    width: 50%;
  }
  .width--lap-7-of-12 {
    width: 58.33333%;
  }
  .width--lap-8-of-12 {
    width: 66.66667%;
  }
  .width--lap-9-of-12 {
    width: 75%;
  }
  .width--lap-10-of-12 {
    width: 83.33333%;
  }
  .width--lap-11-of-12 {
    width: 91.66667%;
  }
}

@media (min-width: 2025px) {
  .width--desk-1-of-12 {
    width: 8.33333%;
  }
  .width--desk-2-of-12 {
    width: 16.66667%;
  }
  .width--desk-3-of-12 {
    width: 25%;
  }
  .width--desk-4-of-12 {
    width: 33.33333%;
  }
  .width--desk-5-of-12 {
    width: 41.66667%;
  }
  .width--desk-6-of-12 {
    width: 50%;
  }
  .width--desk-7-of-12 {
    width: 58.33333%;
  }
  .width--desk-8-of-12 {
    width: 66.66667%;
  }
  .width--desk-9-of-12 {
    width: 75%;
  }
  .width--desk-10-of-12 {
    width: 83.33333%;
  }
  .width--desk-11-of-12 {
    width: 91.66667%;
  }
}

.max-width--1-of-12 {
  max-width: 100px;
}

.max-width--2-of-12 {
  max-width: 200px;
}

.max-width--3-of-12 {
  max-width: 300px;
}

.max-width--4-of-12 {
  max-width: 400px;
}

.max-width--5-of-12 {
  max-width: 500px;
}

.max-width--6-of-12 {
  max-width: 600px;
}

.max-width--7-of-12 {
  max-width: 700px;
}

.max-width--8-of-12 {
  max-width: 800px;
}

.max-width--9-of-12 {
  max-width: 900px;
}

.max-width--10-of-12 {
  max-width: 1000px;
}

.max-width--11-of-12 {
  max-width: 1100px;
}

/**
 *
 * Island
 *
 *   This is used for any more-generic top/bottom spacing cases. Usually the
 *   object itself will build in vertical padding since it's likely to change
 *   at different breakpoints. But for any single uses this will be sufficient.
 *
 *   .island-{value} keeps it simpler to maintain as spacing needs change quite
 *   often as a design progresses.
 *
 */
.island-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.island-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

/**
 *
 * Stack
 *
 *   Similar to _island.scss this is a single use vertical spacing style. These
 *   are often used to separate a headline from body copy or instances similar
 *   to that. These are less-likely to require changes based on breakpoints unlike
 *   the .island functionality so these get lots of use.
 *
 *   .stack-{value} keeps it simpler to maintain as spacing needs change quite
 *   often as a design progresses.
 *
 */
.stack-5 {
  margin-bottom: 5px;
}

.stack-8 {
  margin-bottom: 8px;
}

.stack-10 {
  margin-bottom: 10px;
}

.stack-15 {
  margin-bottom: 15px;
}

.stack-20 {
  margin-bottom: 20px;
}

.stack-24 {
  margin-bottom: 24px;
}

.stack-30 {
  margin-bottom: 30px;
}

.stack-40 {
  margin-bottom: 40px;
}

.stack-50 {
  margin-bottom: 50px;
}

.stack-60 {
  margin-bottom: 60px;
}

.stack-70 {
  margin-bottom: 70px;
}

.stack-5__inverse {
  margin-top: 5px;
}

.stack-8__inverse {
  margin-top: 8px;
}

.stack-10__inverse {
  margin-top: 10px;
}

.stack-15__inverse {
  margin-top: 15px;
}

.stack-20__inverse {
  margin-top: 20px;
}

.stack-24__inverse {
  margin-top: 24px;
}

.stack-30__inverse {
  margin-top: 30px;
}

.stack-40__inverse {
  margin-top: 40px;
}

.stack-50__inverse {
  margin-top: 50px;
}

.stack-60__inverse {
  margin-top: 60px;
}

.stack-70__inverse {
  margin-top: 70px;
}

/**
 *
 *  Sandwich
 *
 *     Generic layout object that has a head, body, and foot. Sorta like a
 *     sandwich I suppose.
 *
 *     Ex: News Feed, In The News, Investors Preview.
 *
 */
.sandwich {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media (min-width: 781px) {
  .sandwich {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sandwich__head:last-child,
.sandwich__body:last-child,
.sandwich__foot:last-child {
  margin-bottom: 0;
}

.sandwich__head {
  margin-bottom: 40px;
}

@media (min-width: 781px) {
  .sandwich__head {
    margin-bottom: 60px;
    text-align: center;
  }
}

.sandwich__body {
  margin-bottom: 30px;
}

@media (min-width: 781px) {
  .sandwich__body {
    margin-bottom: 60px;
  }
}

@media (min-width: 781px) {
  .sandwich__foot {
    text-align: center;
  }
}

.sandwich--centered .sandwich__head,
.sandwich--centered .sandwich__foot {
  text-align: center;
}

@media (max-width: 1024px) {
  .sandwich--contained .sandwich__body {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sandwich--condensed {
  padding-top: 15px;
  padding-bottom: 30px;
}

@media (min-width: 781px) {
  .sandwich--condensed {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sandwich--condensed .sandwich__head {
  margin-bottom: 10px;
}

@media (min-width: 781px) {
  .sandwich--condensed .sandwich__head {
    margin-bottom: 10px;
  }
}

/**
 *
 *   Logo
 *
 *      Logo object found in honors, upcoming events, listing modules, etc.
 *      contains and right-aligns logos within a 100x40 rectangle
 *
 */
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 781px) {
  .logo {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.logo__image,
.logo > svg {
  max-width: 100px;
  max-height: 40px;
}

.logo > svg {
  height: 40px;
}

.logo--big .logo__image, .logo--big.logo__image,
.logo--big .logo > svg,
.logo--big.logo > svg {
  max-width: 200px;
  max-height: 80px;
}

.logo--big .logo > svg,
.logo--big.logo > svg {
  height: 80px;
}

.logo--customer-hero svg {
  max-width: 220px;
  max-height: 60px;
  width: auto;
}

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

@media (min-width: 781px) {
  .logo--lap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1025px) {
  .logo--lap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 781px) {
  .logo--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 780px) {
  .logo--centered-below-hand {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

/**
 *
 *  Form List
 *
 *     50/50 layout above lap and full width on mobile while keeping better
 *     source order than the grid object could provide. Used primarily on the
 *     free trial page.
 *
 */
@media (min-width: 1025px) {
  .form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.form-list__item {
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .form-list__item {
    width: 49%;
    width: calc(50% - 20px);
  }
  .sbsgrid .form-list__item {
    width: 100%;
  }
}

.form-list__submit {
  display: inline-block;
  width: 100%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

/**
 *
 * Island Override
 *
 *   This is used for any more-generic top/bottom spacing cases. Usually the
 *   object itself will build in vertical padding since it's likely to change
 *   at different breakpoints. But for any single uses this will be sufficient.
 *
 *   .island-{value} keeps it simpler to maintain as spacing needs change quite
 *   often as a design progresses.
 *
 */
.island-or-top-0 + div[class^="island-"],
.island-or-top-0 + div div.three-column-list,
.island-or-top-0 + div div.two-column-list,
.island-or-top-0 + div div.carousel,
.island-or-top-0 + div.hero,
.island-or-top-0 + div div.logo-parade,
.island-or-top-0 + div.feature-grid-wrapper,
.island-or-top-0 + div.sandwich {
  padding-top: 0px;
}

.island-or-top-30 + div[class^="island-"],
.island-or-top-30 + div div.three-column-list,
.island-or-top-30 + div div.two-column-list,
.island-or-top-30 + div div.carousel,
.island-or-top-30 + div.hero,
.island-or-top-30 + div div.logo-parade,
.island-or-top-30 + div.feature-grid-wrapper,
.island-or-top-30 + div.sandwich {
  padding-top: 30px;
}

.island-or-top-55 + div[class^="island-"],
.island-or-top-55 + div div.three-column-list,
.island-or-top-55 + div div.two-column-list,
.island-or-top-55 + div div.carousel,
.island-or-top-55 + div.hero,
.island-or-top-55 + div div.logo-parade,
.island-or-top-55 + div.feature-grid-wrapper,
.island-or-top-55 + div.sandwich {
  padding-top: 55px;
}

.island-or-bot-0 + div[class^="island-"],
.island-or-bot-0 + div div.three-column-list,
.island-or-top-0 + div div.two-column-list,
.island-or-bot-0 + div div.carousel,
.island-or-bot-0 + div.hero,
.island-or-bot-0 + div div.logo-parade,
.island-or-bot-0 + div.feature-grid-wrapper,
.island-or-bot-0 + div.sandwich {
  padding-bottom: 0px;
}

.island-or-bot-30 + div[class^="island-"],
.island-or-bot-30 + div div.three-column-list,
.island-or-bot-30 + div div.two-column-list,
.island-or-bot-30 + div div.carousel,
.island-or-bot-30 + div.hero,
.island-or-bot-30 + div div.logo-parade,
.island-or-bot-30 + div.feature-grid-wrapper,
.island-or-bot-30 + div.sandwich {
  padding-bottom: 30px;
}

.island-or-bot-55 + div[class^="island-"],
.island-or-bot-55 + div div.three-column-list,
.island-or-bot-55 + div div.two-column-list,
.island-or-bot-55 + div div.carousel,
.island-or-bot-55 + div.hero,
.island-or-bot-55 + div div.logo-parade,
.island-or-bot-55 + div.feature-grid-wrapper,
.island-or-bot-55 + div.sandwich {
  padding-bottom: 55px;
}

.island-or-top-none + div[class^="island-"],
.island-or-top-none + div div.three-column-list,
.island-or-top-none + div div.two-column-list,
.island-or-top-none + div div.carousel,
.island-or-top-none + div.hero,
.island-or-top-none + div div.logo-parade,
.island-or-top-none + div.feature-grid-wrapper,
.island-or-top-none + div.sandwich {
  padding-bottom: auto;
}

.island-or-bot-none + div[class^="island-"],
.island-or-bot-none + div div.three-column-list,
.island-or-bot-none + div div.two-column-list,
.island-or-bot-none + div div.carousel,
.island-or-bot-none + div.hero,
.island-or-bot-none + div div.logo-parade,
.island-or-bot-none + div.feature-grid-wrapper,
.island-or-bot-none + div.sandwich {
  padding-bottom: auto;
}

.box-grid {
  padding: 50px 0 0;
}

.box-grid__head {
  margin-bottom: 105px;
}

@media (max-width: 780px) {
  .box-grid__list {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 781px) {
  .box-grid__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 780px) {
  .box-grid__list > li {
    margin-bottom: 80px;
  }
}

@media (min-width: 781px) {
  .box-grid__list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48%;
    width: calc(50% - 20px);
    margin-bottom: 80px;
  }
}

@media (min-width: 781px) and (max-width: 1024px) {
  .box-grid__list > li {
    margin-right: 20px;
  }
}

@media (min-width: 1025px) {
  .box-grid__list > li {
    width: 31%;
    width: calc(33.33% - 20px);
    margin-right: 20px;
  }
}

/**
 * Objects
 */
/**
 *
 * Header
 *
 */
.header.is-below-header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.header.is-fixed {
  position: fixed;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

@media (max-width: 1080px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 58px;
    overflow: hidden;
    -ms-overflow-style: none;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
    transition-easing-function: ease;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  .header.is-fixed {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  .header.is-active {
    position: fixed;
    height: 100vh;
    overflow-y: scroll;
  }
}

/**
 *
 *  Header Minimal
 *
 *     A minimal version of our header. They're both unique enough to warrant
 *     a separate object here.
 *
 */
.header-minimal {
  width: 100%;
  padding: 23px 0;
}

.header-minimal__inner {
  position: relative;
}

.header-minimal__logo {
  display: block;
  width: 120px;
}

@media (min-width: 1081px) {
  .header-minimal__logo {
    width: 140px;
  }
}

.header-minimal__link {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1080px) {
  .header-minimal__link {
    display: none;
  }
}

/**
 *
 * Footer
 *
 *   The footer has some non-standard grid-like functionality requiring some of
 *   its own layout styles here.
 *
 */
.footer {
  padding-top: 64px;
  padding-bottom: 10px;
}

@media (min-width: 1081px) {
  .footer__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.footer__list {
  font-size: 15px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media (max-width: 1080px) {
  .footer__foot__item--social {
    margin-bottom: 40px;
  }
}

@media (min-width: 1081px) {
  .footer__foot__item--social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (min-width: 1081px) {
  .footer__foot__item--small {
    margin-right: 20px;
  }
}

@media (max-width: 1080px) {
  .footer__foot__item--links {
    margin-bottom: 20px;
  }
}

@media (min-width: 1081px) {
  .footer__foot__item--links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 80px;
  }
}

/*--------------------------------------------------------------
# Hamburger
--------------------------------------------------------------*/
.hamburger {
  position: relative;
  display: block;
  height: 17px;
  width: 24px;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 99em;
  background-color: #003865;
  top: 7px;
  left: 0;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

.hamburger__line:first-child {
  top: 0;
}

.hamburger__line:last-child {
  bottom: 0;
  top: auto;
}

.hamburger.is-active .hamburger__line {
  opacity: 0;
}

.hamburger.is-active .hamburger__line:first-child {
  opacity: 1;
  top: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger.is-active .hamburger__line:last-child {
  opacity: 1;
  bottom: 7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.meta-bar {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #D6DBDE;
}

@media (min-width: 781px) {
  .meta-bar {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

@media (min-width: 781px) {
  .meta-bar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.meta-bar__content__item {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 780px) {
  .meta-bar__content__item + .meta-bar__content__item {
    margin-top: 20px;
  }
}

.notification {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px 0;
  text-align: center;
  background-color: #D6DBDE;
  z-index: 20;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}

.notification.is-hidden {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.notification__inner {
  position: relative;
  padding: 0 20px;
}

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

.notificaiton__inner__buttons .notification--button {
  margin: 10px;
  cursor: pointer;
}

@media (max-width: 780px) {
  .notificaiton__inner__buttons .notification--button {
    margin: 5px;
  }
}

@media (max-width: 780px) {
  .notificaiton__inner__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 780px) {
  .notification__inner__button__close,
  .notification__inner__button__close-with--links {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.sub-nav ul {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sub-nav ul li {
  padding: 0 20px;
}

.sub-nav ul li a.active {
  color: #FF5000;
  border-bottom: 2px solid #FF5000;
}

@media (max-width: 780px) {
  .sub-nav ul {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
  .sub-nav ul li {
    width: 100%;
  }
  .sub-nav ul li a {
    border-bottom: 2px solid #435363;
  }
  .sub-nav ul li a .active {
    color: #FF5000;
    border-bottom: 2px solid #FF5000;
  }
  .sub-nav ul li a:hover {
    color: #FF5000;
    border-bottom: 2px solid #FF5000;
  }
}

.sub-nav .arrow__arrow {
  float: right;
  -webkit-transform: rotate(0.25turn);
          transform: rotate(0.25turn);
}

.sub--section .sub--section_header.heading, .sub--section .user-content h1.sub--section_header, .user-content .sub--section h1.sub--section_header,
.sub--section .user-content h2.sub--section_header, .user-content .sub--section h2.sub--section_header,
.sub--section .user-content h3.sub--section_header, .user-content .sub--section h3.sub--section_header,
.sub--section .user-content h4.sub--section_header, .user-content .sub--section h4.sub--section_header,
.sub--section .user-content h5.sub--section_header, .user-content .sub--section h5.sub--section_header,
.sub--section .user-content h6.sub--section_header, .user-content .sub--section h6.sub--section_header, .sub--section .user-content__headings h1.sub--section_header:not([class]), .user-content__headings .sub--section h1.sub--section_header:not([class]),
.sub--section .user-content__headings h2.sub--section_header:not([class]), .user-content__headings .sub--section h2.sub--section_header:not([class]),
.sub--section .user-content__headings h3.sub--section_header:not([class]), .user-content__headings .sub--section h3.sub--section_header:not([class]),
.sub--section .user-content__headings h4.sub--section_header:not([class]), .user-content__headings .sub--section h4.sub--section_header:not([class]),
.sub--section .user-content__headings h5.sub--section_header:not([class]), .user-content__headings .sub--section h5.sub--section_header:not([class]),
.sub--section .user-content__headings h6.sub--section_header:not([class]), .user-content__headings .sub--section h6.sub--section_header:not([class]),
.sub--section .user-content__headings h1.sub--section_header[class="has-text-color"], .user-content__headings .sub--section h1.sub--section_header[class="has-text-color"],
.sub--section .user-content__headings h2.sub--section_header[class="has-text-color"], .user-content__headings .sub--section h2.sub--section_header[class="has-text-color"],
.sub--section .user-content__headings h3.sub--section_header[class="has-text-color"], .user-content__headings .sub--section h3.sub--section_header[class="has-text-color"],
.sub--section .user-content__headings h4.sub--section_header[class="has-text-color"], .user-content__headings .sub--section h4.sub--section_header[class="has-text-color"],
.sub--section .user-content__headings h5.sub--section_header[class="has-text-color"], .user-content__headings .sub--section h5.sub--section_header[class="has-text-color"],
.sub--section .user-content__headings h6.sub--section_header[class="has-text-color"], .user-content__headings .sub--section h6.sub--section_header[class="has-text-color"] {
  display: inline-block;
}

.sub--section hr.sub {
  width: 100%;
}

.sub--section[data-scroll-class] .arrow__arrow--sub,
.sub--section[data-scroll-class].is-in-view .arrow__arrow--sub {
  float: right;
  -webkit-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 1;
}

.sub--section .sub--section-list__item__hr {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.sub--section[data-scroll-class].is-in-view .sub--section-list__item__hr {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav-sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.nav-sticky.is-stuck {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transform: translateY(72px);
          transform: translateY(72px);
  opacity: 1;
  pointer-events: initial;
  position: fixed;
}

@media (max-width: 780px) {
  .nav-sticky {
    position: relative;
  }
  .nav-sticky.is-stuck {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
    position: relative;
  }
}

.content--minimal-header .nav-sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}

.content--minimal-header .nav-sticky.is-stuck {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  opacity: 1;
  pointer-events: initial;
  position: fixed;
}

@media (max-width: 780px) {
  .content--minimal-header .nav-sticky {
    position: relative;
  }
  .content--minimal-header .nav-sticky.is-stuck {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    pointer-events: initial;
    position: relative;
  }
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
.header .top-nav, .header .nav {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1025px) {
  .header .top-nav, .header .nav {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Imported styles from site
--------------------------------------------------------------*/
html {
  display: block;
  font-family: proxima-nova,Helvetica,sans-serif;
  color: #003865;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.header .top-nav__menu__item__anchor, .topnav_anchor_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #003865;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .header .top-nav__menu__item__anchor, .topnav_anchor_text {
    font-size: 12px;
    line-height: 33px;
  }
}

.header .nav__menu__item__anchor, .nav_anchor_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 62px;
  color: #003865;
  text-transform: uppercase;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__anchor, .nav_anchor_text {
    font-size: 14px;
    line-height: 50px;
  }
}

.header .top-nav__menu__item__subnav__item__anchor, .header .nav__menu__item__subnav__item__anchor, .header .nav__menu__item__mega-complex__menu__item__anchor__title, .header .nav__menu__item__mega-complex__menu__item__anchor__link, .subnav_anchor_text {
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  color: #003865;
  text-transform: initial;
}

@media (min-width: 1025px) {
  .header .top-nav__menu__item__subnav__item__anchor, .header .nav__menu__item__subnav__item__anchor, .header .nav__menu__item__mega-complex__menu__item__anchor__title, .header .nav__menu__item__mega-complex__menu__item__anchor__link, .subnav_anchor_text {
    font-size: 14px;
    line-height: 28px;
  }
}

.header .nav__menu__item__mega__menu-group__title, .header .nav__menu__item__mega__featured__tagline, .nav_mega_title_text {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #435363;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega__menu-group__title, .header .nav__menu__item__mega__featured__tagline, .nav_mega_title_text {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
  }
}

.header .nav__menu__item__mega-complex__menu__item:first-child .nav__menu__item__mega-complex__menu__item__anchor__title, .nav_mega_title_text_lg {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #003865;
  text-transform: initial;
  margin-bottom: 2px;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex__menu__item:first-child .nav__menu__item__mega-complex__menu__item__anchor__title, .nav_mega_title_text_lg {
    font-size: 22px;
    line-height: 27px;
  }
}

.header .nav__menu__item__mega-complex__menu__item:first-child .nav__menu__item__mega-complex__menu__item__anchor__desc, .nav_mega_desc_lg {
  font-size: 12px;
  line-height: 15px;
  color: #003865;
  text-transform: initial;
  margin-bottom: 6px;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex__menu__item:first-child .nav__menu__item__mega-complex__menu__item__anchor__desc, .nav_mega_desc_lg {
    font-size: 14px;
    line-height: 17px;
  }
}

.header .nav__menu__item__mega-complex__menu__item__anchor__desc, .nav_mega_desc {
  font-size: 12px;
  line-height: 15px;
  color: #003865;
  text-transform: initial;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex__menu__item__anchor__desc, .nav_mega_desc {
    font-size: 12px;
    line-height: 15px;
  }
}

.header .nav__menu__item__mega__menu-group__menu__item__anchor, .header .nav__menu__item__mega__menu-group__menu__item__anchor--all, .header .nav__menu__item__mega__featured__anchor, .subnav_mega_anchor_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #003865;
  text-transform: initial;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega__menu-group__menu__item__anchor, .header .nav__menu__item__mega__menu-group__menu__item__anchor--all, .header .nav__menu__item__mega__featured__anchor, .subnav_mega_anchor_text {
    font-size: 14px;
    line-height: 28px;
  }
}

.header .nav__menu__item__mega__featured__title, .featured_anchor_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #003865;
  text-transform: initial;
  margin-bottom: 6px;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega__featured__title, .featured_anchor_text {
    font-size: 14px;
    line-height: 17px;
  }
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-get-started .modal__title, .modal-get-started .modal__content__cta__title, .modal_title {
  font-size: 22px;
  line-height: 27px;
  font-weight: 700;
}

.modal-get-started .modal__content__cta__link, .modal_link {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
}

.modal-get-started .modal__content__cta__desc, .modal_desc {
  font-size: 14px;
  line-height: 17px;
  font-weight: 300;
}

.modal-get-started .modal__content__right .modal__content__cta__desc, .modal_desc_lg {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  z-index: 5;
  min-width: 320px;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header.is-active {
  position: fixed;
  height: 100vh;
  overflow-y: scroll;
}

.header__top-nav {
  display: none;
  position: relative;
  background-color: #ECEEF0;
  border-bottom: 1px solid #D6DBDE;
  z-index: 2;
}

@media (min-width: 1025px) {
  .header__top-nav {
    display: block;
  }
}

.header__nav {
  background-color: #ffffff;
  border-bottom: 1px solid #D6DBDE;
  min-height: 56px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1025px) {
  .header__nav {
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .header__nav .top-nav__menu {
    display: none !important;
  }
}

/*--------------------------------------------------------------
# Top navigation
--------------------------------------------------------------*/
.header .top-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .top-nav__cta {
  font-size: 14px;
  line-height: 1.16667;
}

.header .top-nav__cta a {
  font-weight: 700;
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}

.header .top-nav__menu {
  position: relative;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-top: 1px solid #D6DBDE;
  padding: 10px 0;
}

@media (min-width: 1025px) {
  .header .top-nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    border-top: none;
    padding: 0;
  }
}

.header .top-nav__menu__item {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (min-width: 1025px) {
  .header .top-nav__menu__item {
    display: inline-block;
    width: auto;
  }
}

.header .top-nav__menu__item:last-child .top-nav__menu__item__anchor {
  padding-right: 0;
}

.header .top-nav__menu__item__anchor {
  padding: 10px 20px;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (min-width: 1025px) {
  .header .top-nav__menu__item__anchor {
    padding: 0 10px;
  }
}

.header .top-nav__menu__item.has-children .top-nav__menu__item__anchor:after {
  content: '';
  position: relative;
  display: inline-block;
  margin: 0 0 2px 2px;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #003865;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (min-width: 1025px) {
  .header .top-nav__menu__item.has-children:hover .top-nav__menu__item__anchor, .header .top-nav__menu__item.has-children:focus .top-nav__menu__item__anchor {
    -webkit-box-shadow: -1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px 8px 0px 0px #ffffff, 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
            box-shadow: -1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px 8px 0px 0px #ffffff, 0px -2px 4px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
  }
  .header .top-nav__menu__item.has-children:hover .top-nav__menu__item__anchor:after, .header .top-nav__menu__item.has-children:focus .top-nav__menu__item__anchor:after {
    border-top: 4px solid #FF5000;
  }
}

@media (min-width: 1025px) {
  .header .top-nav__menu__item:hover .top-nav__menu__item__anchor, .header .top-nav__menu__item:focus .top-nav__menu__item__anchor {
    color: #FF5000;
  }
  .header .top-nav__menu__item:hover .top-nav__menu__item__subnav, .header .top-nav__menu__item:focus .top-nav__menu__item__subnav {
    display: block;
    opacity: 1;
    -webkit-animation: fadeInFromNone;
            animation: fadeInFromNone;
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
  }
}

.header .top-nav__menu__item.is-active .top-nav__menu__item__anchor {
  color: #FF5000;
}

.header .top-nav__menu__item.is-active .top-nav__menu__item__anchor:after {
  border-top: 4px solid #FF5000;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header .top-nav__menu__item.is-active .top-nav__menu__item__subnav {
  display: block;
  opacity: 1;
  -webkit-animation: fadeInFromNone;
          animation: fadeInFromNone;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
}

.header .top-nav__menu__item__subnav {
  display: none;
  opacity: 0;
  background-color: #ffffff;
  padding: 0 30px;
  z-index: 1;
}

@media (min-width: 1025px) {
  .header .top-nav__menu__item__subnav {
    position: absolute;
    left: 0;
    top: 33px;
    width: 180px;
    padding: 10px;
    -webkit-box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
  }
}

.header .top-nav__menu__item__subnav__item__anchor {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (max-width: 1024px) {
  .header .top-nav__menu__item__subnav__item__anchor {
    font-size: 14px;
    line-height: 28px;
  }
}

.header .top-nav__menu__item__subnav__item:hover .top-nav__menu__item__subnav__item__anchor, .header .top-nav__menu__item__subnav__item:focus .top-nav__menu__item__subnav__item__anchor {
  color: #FF5000;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.header .nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0;
}

.header .nav__inner.is-active {
  padding: 60px 0 0 0;
}

.header .nav__inner.is-active .nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav__inner.is-active .top-nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav__toggle {
  position: absolute;
  top: 20px;
  right: 20px;
}

@media (min-width: 1025px) {
  .header .nav__toggle {
    display: none;
  }
}

.header .nav__logo {
  position: absolute;
  top: 16px;
  left: 20px;
}

@media (min-width: 1025px) {
  .header .nav__logo {
    position: relative;
    top: initial;
    left: initial;
  }
}

.header .nav__logo__img {
  display: block;
  width: 120px;
  height: 24px;
}

@media (min-width: 1025px) {
  .header .nav__logo__img {
    width: 140px;
    height: 28px;
  }
}

.header .nav__menu {
  position: relative;
  display: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media (min-width: 1025px) {
  .header .nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}

.header .nav__menu__item {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  border-top: 1px solid #D6DBDE;
}

.header .nav__menu__item:first-child {
  border-top: none;
}

@media (min-width: 1025px) {
  .header .nav__menu__item {
    display: inline-block;
    width: auto;
    border-top: none;
  }
}

.header .nav__menu__item--cta {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  text-align: center;
}

@media (min-width: 1025px) {
  .header .nav__menu__item--cta {
    display: inline-block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.header .nav__menu__item--cta .nav__menu__item__anchor {
  background-color: #FF5000;
  line-height: 1em;
  padding: 12px 16px;
  color: #ffffff;
  width: calc(100% - 40px);
  max-width: 460px;
  margin: 20px auto 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 1025px) {
  .header .nav__menu__item--cta .nav__menu__item__anchor {
    width: auto;
    padding: 9px 16px;
    margin: 0 0 0 8px;
  }
}

.header .nav__menu__item--cta:hover .nav__menu__item__anchor, .header .nav__menu__item--cta:focus .nav__menu__item__anchor {
  background-color: #e84102;
  color: #ffffff !important;
}

.header .nav__menu__item__anchor {
  padding: 0 20px;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__anchor {
    padding: 0 15px;
  }
}

.header .nav__menu__item.has-children .nav__menu__item__anchor:after {
  content: '';
  position: relative;
  margin: 0 0 2px 4px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #003865;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (min-width: 1025px) {
  .header .nav__menu__item.has-children .nav__menu__item__anchor:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #003865;
  }
}

@media (min-width: 1025px) {
  .header .nav__menu__item.has-children:hover .nav__menu__item__anchor, .header .nav__menu__item.has-children:focus .nav__menu__item__anchor {
    -webkit-box-shadow: -1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px 8px 0px 0px #F9FBFC, 0px -2px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: -1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px 8px 0px 0px #F9FBFC, 0px -2px 8px 0px rgba(0, 0, 0, 0.1);
    background-color: #F9FBFC;
  }
  .header .nav__menu__item.has-children:hover .nav__menu__item__anchor:after, .header .nav__menu__item.has-children:focus .nav__menu__item__anchor:after {
    border-top: 4px solid #FF5000;
  }
}

.header .nav__menu__item.has-mega {
  position: static;
}

.header .nav__menu__item.has-mega .nav__menu__item__subnav {
  left: initial;
  right: 0;
}

@media (min-width: 1025px) {
  .header .nav__menu__item:hover .nav__menu__item__anchor, .header .nav__menu__item:focus .nav__menu__item__anchor {
    color: #FF5000;
  }
  .header .nav__menu__item:hover .nav__menu__item__subnav, .header .nav__menu__item:focus .nav__menu__item__subnav {
    display: block;
    opacity: 1;
    -webkit-animation: fadeInFromNone;
            animation: fadeInFromNone;
    -webkit-animation-duration: 600ms;
            animation-duration: 600ms;
  }
}

.header .nav__menu__item.is-active .nav__menu__item__anchor {
  color: #FF5000;
}

.header .nav__menu__item.is-active .nav__menu__item__anchor:after {
  border-top: 6px solid #FF5000;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.header .nav__menu__item.is-active .nav__menu__item__subnav {
  display: block;
  opacity: 1;
  -webkit-animation: fadeInFromNone;
          animation: fadeInFromNone;
  -webkit-animation-duration: 600ms;
          animation-duration: 600ms;
}

.header .nav__menu__item__subnav {
  display: none;
  opacity: 0;
  border-top: 1px solid #D6DBDE;
  background-color: #F9FBFC;
  padding: 12px 20px;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__subnav {
    border-top: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50px;
    width: 180px;
    -webkit-box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
            box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 1;
  }
}

.header .nav__menu__item__subnav__item__anchor {
  display: block;
  margin-bottom: 9px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__subnav__item__anchor {
    margin-bottom: 0;
  }
}

.header .nav__menu__item__subnav__item:last-child .nav__menu__item__subnav__item__anchor {
  margin-bottom: 0;
}

.header .nav__menu__item__subnav__item:hover .nav__menu__item__subnav__item__anchor, .header .nav__menu__item__subnav__item:focus .nav__menu__item__subnav__item__anchor {
  color: #FF5000;
}

.header .nav__menu__item__mega__menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .nav__menu__item__mega__menu-group__title {
  display: block;
}

.header .nav__menu__item__mega__menu-group__menu__item:last-child .nav__menu__item__mega__menu-group__menu__item__anchor {
  margin-bottom: 0;
}

.header .nav__menu__item__mega__menu-group__menu__item__anchor {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  display: block;
  margin-bottom: 10px;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega__menu-group__menu__item__anchor {
    margin-bottom: 0;
  }
}

.header .nav__menu__item__mega__menu-group__menu__item__anchor:hover, .header .nav__menu__item__mega__menu-group__menu__item__anchor:focus {
  color: #FF5000;
}

.header .nav__menu__item__mega__menu-group__menu__item__anchor--all {
  font-weight: 400;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  border-top: solid 1px #D6DBDE;
  margin-top: 8px;
  padding-top: 8px;
  display: block;
}

.header .nav__menu__item__mega__menu-group__menu__item__anchor--all:hover, .header .nav__menu__item__mega__menu-group__menu__item__anchor--all:focus {
  color: #FF5000;
}

.header .nav__menu__item__mega__featured {
  border-top: solid 1px #D6DBDE;
  margin-top: 15px;
  padding-top: 21px;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega__featured {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .nav__menu__item__mega__featured__thumb {
  margin-top: 3px;
  height: 72px;
  width: 72px;
  position: relative;
}

.header .nav__menu__item__mega__featured__thumb img {
  width: 100%;
}

.header .nav__menu__item__mega__featured__thumb:after {
  content: "";
  position: absolute;
  background-color: rgba(37, 45, 53, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header .nav__menu__item__mega__featured__info {
  width: calc(100% - 84px);
}

.header .nav__menu__item__mega__featured__tagline {
  display: block;
}

.header .nav__menu__item__mega__featured__title {
  display: block;
}

.header .nav__menu__item__mega__featured__anchor {
  line-height: 17px;
  font-weight: 400;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.header .nav__menu__item__mega__featured__anchor img {
  margin-left: 4px;
  width: 22px;
  height: 11px;
}

.header .nav__menu__item__mega__featured__anchor:hover, .header .nav__menu__item__mega__featured__anchor:focus {
  color: #FF5000;
}

.header .nav__menu__item__mega-complex {
  padding: 10px;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex {
    width: 786px;
    height: 258px;
  }
}

.header .nav__menu__item__mega-complex .nav__menu__item__mega__menu-group {
  position: relative;
  -webkit-box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE;
          box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE;
  background-color: #ffffff;
  z-index: 1;
  width: 200%;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex .nav__menu__item__mega__menu-group {
    position: absolute;
    width: auto;
    top: 10px;
    left: 232px;
    right: 10px;
    bottom: 10px;
    height: calc(100% - 20px);
    -webkit-box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE;
            box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE;
  }
}

.header .nav__menu__item__mega-complex .nav__menu__item__mega__menu-group__menu {
  padding: 16px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header .nav__menu__item__mega-complex .nav__menu__item__mega__menu-group__menu:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex .nav__menu__item__mega__menu-group__menu {
    padding: 20px;
    width: auto;
  }
  .header .nav__menu__item__mega-complex .nav__menu__item__mega__menu-group__menu:last-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 60px;
  }
}

.header .nav__menu__item__mega-complex__menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex__menu {
    display: block;
    width: 222px;
  }
}

.header .nav__menu__item__mega-complex__menu__item {
  display: block;
  width: 50%;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex__menu__item {
    width: 100%;
  }
}

.header .nav__menu__item__mega-complex__menu__item:first-child .nav__menu__item__mega-complex__menu__item__anchor {
  -webkit-box-shadow: -1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 0px 2px 0px 0px #ffffff, 1px 0px 0px 0px #D6DBDE;
          box-shadow: -1px 0px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 0px 2px 0px 0px #ffffff, 1px 0px 0px 0px #D6DBDE;
  background-color: #ffffff;
  z-index: 2;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex__menu__item:first-child .nav__menu__item__mega-complex__menu__item__anchor {
    -webkit-box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 2px 0px 0px 0px #ffffff;
            box-shadow: -1px 0px 0px 0px #D6DBDE, 0px 1px 0px 0px #D6DBDE, 0px -1px 0px 0px #D6DBDE, 2px 0px 0px 0px #ffffff;
  }
}

.header .nav__menu__item__mega-complex__menu__item__anchor {
  position: relative;
  display: block;
  padding: 16px;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-complex__menu__item__anchor {
    padding: 20px;
  }
}

.header .nav__menu__item__mega-complex__menu__item__anchor__title {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

@media (max-width: 1024px) {
  .header .nav__menu__item__mega-complex__menu__item__anchor__title {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 9px;
  }
}

.header .nav__menu__item__mega-complex__menu__item__anchor__title:hover, .header .nav__menu__item__mega-complex__menu__item__anchor__title:focus {
  color: #FF5000;
}

.header .nav__menu__item__mega-complex__menu__item__anchor__desc {
  display: block;
}

.header .nav__menu__item__mega-complex__menu__item__anchor__link {
  display: block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.header .nav__menu__item__mega-complex__menu__item__anchor__link img {
  margin-left: 4px;
  width: 20px;
  height: 9px;
}

.header .nav__menu__item__mega-complex__menu__item__anchor__link:hover, .header .nav__menu__item__mega-complex__menu__item__anchor__link:focus {
  color: #FF5000;
}

@media (max-width: 1024px) {
  .header .nav__menu__item__mega-complex__menu__item__anchor__link {
    font-size: 12px;
    line-height: 28px;
  }
  .header .nav__menu__item__mega-complex__menu__item__anchor__link img {
    margin-left: 2px;
  }
}

.header .nav__menu__item__mega-simple {
  padding: 20px;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-simple {
    padding: 25px 30px;
    width: 454px;
  }
}

.header .nav__menu__item__mega-simple .nav__menu__item__mega__menu-group__menu:first-child {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.header .nav__menu__item__mega-simple .nav__menu__item__mega__menu-group__menu:last-child {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
}

@media (min-width: 1025px) {
  .header .nav__menu__item__mega-simple .nav__menu__item__mega__menu-group__menu:first-child {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
  .header .nav__menu__item__mega-simple .nav__menu__item__mega__menu-group__menu:last-child {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.v-noscroll {
  overflow: hidden;
}

.modal-get-started .modal__dialog {
  z-index: 30;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  min-width: 600px;
  width: calc(100% - 50px);
  max-height: calc(100vh - 50px);
  max-width: 1200px;
  -webkit-transition: .5s linear;
  transition: .5s linear;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  position: absolute;
  overflow-x: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 40px;
  max-width: 740px;
  padding-top: 20px;
}

@media only screen and (max-width: 700px) {
  .modal-get-started .modal__dialog {
    min-width: 300px;
    width: calc(100% - 32px);
    max-height: calc(100vh - 152px);
    top: 76px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 700px) {
  .modal-get-started .modal__dialog {
    padding: 20px 15px 40px;
  }
}

.modal-get-started .modal__title {
  text-align: center;
  margin-bottom: 28px;
  color: #003865;
}

.modal-get-started .modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-get-started .modal__content__left {
  width: 48%;
}

@media only screen and (max-width: 700px) {
  .modal-get-started .modal__content__left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 1024px) {
  .modal-get-started .modal__content__left .modal__content__cta.with--hidden-below-lap {
    display: none;
  }
}

.modal-get-started .modal__content__left .modal__content__cta__link {
  color: #003865;
}

.modal-get-started .modal__content__right {
  width: 48%;
  color: #ffffff;
  background-color: #003865;
}

.modal-get-started .modal__content__right .modal__content__cta {
  padding: 30px;
  color: #ffffff;
}

.modal-get-started .modal__content__right .modal__content__cta__title {
  margin-bottom: 18px;
}

.modal-get-started .modal__content__right .modal__content__cta__desc {
  margin-bottom: 18px;
}

.modal-get-started .modal__content__right a.modal__content__cta:hover, .modal-get-started .modal__content__right a.modal__content__cta:focus {
  color: #ffffff;
}

.modal-get-started .modal__content__right a.modal__content__cta:hover .modal__content__cta__link, .modal-get-started .modal__content__right a.modal__content__cta:focus .modal__content__cta__link {
  color: #FF5000;
}

@media only screen and (max-width: 700px) {
  .modal-get-started .modal__content__right {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.modal-get-started .modal__content__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px;
}

.modal-get-started .modal__content__cta:last-child {
  margin-bottom: 0;
}

.modal-get-started .modal__content__cta__icon {
  width: 40px;
}

.modal-get-started .modal__content__cta__icon img {
  max-width: 100%;
}

.modal-get-started .modal__content__cta__info {
  width: calc(100% - 60px);
}

@media only screen and (max-width: 700px) {
  .modal-get-started .modal__content__cta__info {
    width: calc(100% - 50px);
  }
}

.modal-get-started .modal__content__cta__title {
  width: 100%;
}

.modal-get-started .modal__content__cta__desc {
  width: 100%;
}

.modal-get-started .modal__content__cta__link {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}

.modal-get-started .modal__content__cta__link img {
  margin-left: 4px;
  width: 20px;
  height: 9px;
}

/**
 *
 * Headings
 *
 */
.heading, .user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6, .user-content__headings h1:not([class]),
.user-content__headings h2:not([class]),
.user-content__headings h3:not([class]),
.user-content__headings h4:not([class]),
.user-content__headings h5:not([class]),
.user-content__headings h6:not([class]),
.user-content__headings h1[class="has-text-color"],
.user-content__headings h2[class="has-text-color"],
.user-content__headings h3[class="has-text-color"],
.user-content__headings h4[class="has-text-color"],
.user-content__headings h5[class="has-text-color"],
.user-content__headings h6[class="has-text-color"] {
  font-family: "proxima-nova", Helvetica, sans-serif;
}

.heading--1, .user-content h1, .user-content__headings h1:not([class]),
.user-content__headings h1[class="has-text-color"] {
  font-weight: 800;
  line-height: 1.04839;
  font-size: 62px;
}

.heading--2,
.user-content h2,
.user-content__headings h2:not([class]),
.user-content__headings h2[class="has-text-color"] {
  font-weight: 600;
  font-size: 52px;
  line-height: 1.05769;
}

.heading--3,
.user-content h3,
.user-content__headings h3:not([class]),
.user-content__headings h3[class="has-text-color"] {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.125;
}

.heading--4,
.user-content h4,
.user-content__headings h4:not([class]),
.user-content__headings h4[class="has-text-color"] {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.125;
}

.heading--5,
.user-content h5,
.user-content__headings h5:not([class]),
.user-content__headings h5[class="has-text-color"] {
  font-size: 18px;
  line-height: 1.55556;
  text-transform: uppercase;
}

.heading--6,
.user-content h6,
.user-content__headings h6:not([class]),
.user-content__headings h6[class="has-text-color"] {
  font-size: 22px;
  line-height: 1.18182;
  font-weight: 700;
}

/**
 *
 * Anchor
 *
 *   All "normal" anchor styles will be handled here. Any anchor style that
 *   doesn't share 1 or more values with the base object should be a new
 *   individual object.
 *
 */
.anchor {
  font-weight: bold;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.anchor:hover, .anchor:active {
  color: #FF5000;
}

.anchor--simple {
  font-weight: inherit;
  -webkit-transition-property: color;
  transition-property: color;
}

.anchor--simple:hover, .anchor--simple:active {
  color: #FF5000;
}

.anchor--standard {
  color: #4F8EBA;
  font-weight: normal;
  border-bottom: 1px solid #4F8EBA;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.anchor--standard:hover, .anchor--standard:active {
  color: #FF5000;
  border-bottom-color: #FF5000;
}

/**
 *
 * User Content
 *
 *   This class is meant to be added to anything that prints out the value of
 *   a WYSIWYG editor. All available WYSIWYG elements should be styled
 *   contextually within this .user-content class.
 *
 */
.user-content {
  /**
   *
   * Links
   *
   */
  /**
   *
   * Blockquote
   *
   */
  /**
   *
   * Images
   *
   */
  /**
   *
   * Headings
   *
   */
  /**
   *
   * Lists
   *
   */
  /**
   *
   * Horizontal Rule
   *
   */
  /**
   *
   * Text Styles
   *
   */
  /**
   *
   * Tables
   *
   */
}

.user-content, .user-content__margins {
  /**
    *
    * Global
    *
    */
}

.user-content p,
.user-content > ul,
.user-content > ol,
.user-content > dl,
.user-content table,
.user-content pre,
.user-content blockquote,
.user-content hr,
.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content img.aligncenter,
.user-content img.alignnone,
.user-content .wp-caption, .user-content__margins p,
.user-content__margins > ul,
.user-content__margins > ol,
.user-content__margins > dl,
.user-content__margins table,
.user-content__margins pre,
.user-content__margins blockquote,
.user-content__margins hr,
.user-content__margins h1,
.user-content__margins h2,
.user-content__margins h3,
.user-content__margins h4,
.user-content__margins img.aligncenter,
.user-content__margins img.alignnone,
.user-content__margins .wp-caption {
  margin-bottom: 30px;
}

.user-content h5,
.user-content h6,
.user-content blockquote p:last-of-type, .user-content__margins h5,
.user-content__margins h6,
.user-content__margins blockquote p:last-of-type {
  margin-bottom: 15px;
}

.user-content > *:last-child, .user-content__margins > *:last-child {
  margin-bottom: 0;
}

.user-content p.with--text-nomargin,
.user-content div.with--text-nomargin,
.user-content blockquote.with--text-nomargin, .user-content__margins p.with--text-nomargin,
.user-content__margins div.with--text-nomargin,
.user-content__margins blockquote.with--text-nomargin {
  margin: 0;
}

.user-content p.with--text-nomargin-last p:last-of-type,
.user-content div.with--text-nomargin-last p:last-of-type,
.user-content blockquote.with--text-nomargin-last p:last-of-type, .user-content__margins p.with--text-nomargin-last p:last-of-type,
.user-content__margins div.with--text-nomargin-last p:last-of-type,
.user-content__margins blockquote.with--text-nomargin-last p:last-of-type {
  margin: 0;
}

.user-content a {
  color: #4F8EBA;
  font-weight: normal;
  border-bottom: 1px solid #4F8EBA;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.user-content a:hover, .user-content a:active {
  color: #FF5000;
  border-bottom-color: #FF5000;
}

.user-content__links a:not([class]) {
  color: #4F8EBA;
  font-weight: normal;
  border-bottom: 1px solid #4F8EBA;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.user-content__links a:not([class]):hover, .user-content__links a:not([class]):active {
  color: #FF5000;
  border-bottom-color: #FF5000;
}

.user-content blockquote p {
  font-size: 32px;
  color: #9EACB5;
  font-weight: 300;
}

.user-content blockquote cite {
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.27273;
  font-weight: bold;
}

.user-content img {
  max-width: 100% !important;
  height: auto;
}

@media (max-width: 780px) {
  .user-content img {
    display: block;
    float: none;
  }
}

.user-content .size-large,
.user-content .size-medium,
.user-content .size-thumbnail {
  width: 100% !important;
  height: auto !important;
}

.user-content .size-medium {
  max-width: 250.8px !important;
}

.user-content .size-thumbnail {
  max-width: 190px !important;
}

.user-content img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  height: auto;
}

@media (min-width: 781px) {
  .user-content img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 781px) {
  .user-content img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 780px) {
  .user-content img.alignright,
  .user-content img.alignleft {
    margin-bottom: 20px;
  }
}

@media (min-width: 781px) {
  .user-content p > img.alignleft,
  .user-content p > img.alignright {
    margin-top: 20px;
  }
}

@media (max-width: 780px) {
  .user-content p > img.alignleft,
  .user-content p > img.alignright {
    margin-top: 20px;
  }
}

.user-content .wp-caption {
  width: auto !important;
}

.user-content .wp-caption a {
  display: block;
  border: 0;
  padding: 0;
}

.user-content .wp-caption img {
  margin-bottom: 18px;
}

.user-content .wp-caption-text {
  margin: 0;
  font-size: 14px;
}

.user-content .wp-caption-text::before {
  content: ' ';
  display: block;
  margin-bottom: 12px;
  height: 5px;
  width: 25px;
  background-color: #9AC9E9;
}

@media (min-width: 781px) {
  .user-content .wp-caption-text {
    position: relative;
    padding-left: 35px;
  }
  .user-content .wp-caption-text::before {
    position: absolute;
    left: 0;
    top: 0;
    top: 7px;
  }
}

.user-content__headings h1:not([class]),
.user-content__headings h2:not([class]),
.user-content__headings h3:not([class]),
.user-content__headings h4:not([class]),
.user-content__headings h5:not([class]),
.user-content__headings h6:not([class]),
.user-content__headings h1[class="has-text-color"],
.user-content__headings h2[class="has-text-color"],
.user-content__headings h3[class="has-text-color"],
.user-content__headings h4[class="has-text-color"],
.user-content__headings h5[class="has-text-color"],
.user-content__headings h6[class="has-text-color"] {
  margin-bottom: 30px;
}

.user-content ul li + li,
.user-content ol li + li {
  margin-top: .8em;
}

.user-content ul li ul,
.user-content ul li ol,
.user-content ol li ul,
.user-content ol li ol {
  margin-top: .8em;
}

.user-content ul li {
  padding-left: 25px;
  position: relative;
}

.user-content ul li::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 11px;
  height: 10px;
  width: 10px;
  background-color: #FF5000;
}

.user-content ol {
  padding-left: 25px;
}

.user-content ol li {
  list-style: decimal;
  padding-left: 5px;
}

.user-content dt {
  font-size: 18px;
  line-height: 1.27273;
  font-weight: bold;
}

.user-content dd {
  margin-left: 25px;
}

.user-content dd + dt {
  margin-top: .8em;
}

.user-content__lists ul:not([class]),
.user-content__lists ol:not([class]) {
  margin-bottom: 30px;
}

.user-content__lists ul:not([class]) li + li,
.user-content__lists ol:not([class]) li + li {
  margin-top: .8em;
}

.user-content__lists ul:not([class]) li ul:not([class]),
.user-content__lists ul:not([class]) li ol:not([class]),
.user-content__lists ol:not([class]) li ul:not([class]),
.user-content__lists ol:not([class]) li ol:not([class]) {
  margin-top: .8em;
}

.user-content__lists ul:not([class]) li:not([class]) {
  padding-left: 25px;
  position: relative;
}

.user-content__lists ul:not([class]) li:not([class])::before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 11px;
  height: 10px;
  width: 10px;
  background-color: #FF5000;
}

.user-content__lists ol:not([class]) {
  padding-left: 25px;
}

.user-content__lists ol:not([class]) li:not([class]) {
  list-style: decimal;
  padding-left: 5px;
}

.user-content__lists dt:not([class]) {
  font-size: 18px;
  line-height: 1.27273;
  font-weight: bold;
}

.user-content__lists dd:not([class]) {
  margin-left: 25px;
}

.user-content__lists dd:not([class]) + dt:not([class]) {
  margin-top: .8em;
}

.user-content hr {
  width: 100px;
  height: 5px;
  border: 0;
  text-align: left;
  background-color: #9AC9E9;
}

.user-content hr.hr--centered {
  margin-left: auto;
  margin-right: auto;
}

.user-content b,
.user-content strong {
  font-weight: bold;
}

.user-content i,
.user-content em {
  font-style: italic;
}

.user-content u {
  text-decoration: underline;
}

.user-content mark {
  background-color: #F6A623;
}

.user-content small,
.user-content abbr {
  font-size: 18px;
}

.user-content abbr {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.user-content kbd,
.user-content code,
.user-content pre {
  font-family: monospace;
}

.user-content pre {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

.user-content table {
  width: 100%;
  font-size: 18px;
  overflow-x: auto;
  border-bottom: 1px solid #D6DBDE;
}

.user-content th {
  padding: 10px;
  background-color: #435363;
  color: #ffffff;
  font-weight: bold;
  border: 0;
  border-right: 1px solid #ffffff;
}

.user-content th:last-child {
  border-right-color: #435363;
}

.user-content tfoot th {
  background-color: #EBEEF0;
  color: #003865;
  border-right: 1px solid #D6DBDE;
}

.user-content tfoot th:first-child {
  border-left: 1px solid #D6DBDE;
}

.user-content tfoot th:last-child {
  border-right-color: #D6DBDE;
}

.user-content td {
  padding: 10px;
  border: 1px solid #D6DBDE;
}

.user-content--large p,
.user-content--large > ul,
.user-content--large > ol,
.user-content--large > dl,
.user-content--large table,
.user-content--large pre,
.user-content--large blockquote,
.user-content--large hr,
.user-content--large h1,
.user-content--large h2,
.user-content--large h3,
.user-content--large h4,
.user-content--large img.aligncenter,
.user-content--large img.alignnone,
.user-content--large .wp-caption {
  margin-bottom: 60px;
}

.user-content--large h5,
.user-content--large h6,
.user-content--large blockquote p:last-of-type {
  margin-bottom: 30px;
}

.icon-anchor {
  line-height: 1;
}

@media (max-width: 780px) {
  .icon-anchor {
    position: relative;
  }
}

.icon-anchor__icon,
.icon-anchor__text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.icon-anchor__icon {
  opacity: .6;
  margin-right: 10px;
}

@media (max-width: 780px) {
  .icon-anchor__icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }
}

.icon-anchor__icon svg {
  display: block;
}

.icon-anchor__icon path, .icon-anchor__icon polygon {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.icon-anchor:hover .icon-anchor__icon {
  opacity: 1;
}

.icon-anchor:hover .icon-anchor__icon path, .icon-anchor:hover .icon-anchor__icon polygon {
  fill: #FF5000;
}

@media (max-width: 780px) {
  .icon-anchor__text {
    padding-left: 40px;
  }
}

.icon-anchor:hover .icon-anchor__text {
  color: #FF5000;
}

/**
 *
 *  Arrow
 *
 *    Anchor style when an arrow accompanies it. Underlines with arrow movement
 *    on hover.
 *
 */
.arrow {
  font-weight: bold;
  line-height: 1;
}

.arrow__text,
.arrow__arrow {
  display: inline;
  will-change: transform;
}

.arrow__text {
  font-size: 18px;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
}

.arrow:hover .arrow__text {
  color: #e6e6e6;
}

.arrow--dark:hover .arrow__text {
  color: #001c32;
}

.arrow__arrow {
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[data-scroll-class].is-in-view .arrow:hover .arrow__arrow,
.arrow:hover .arrow__arrow {
  -webkit-transform: translate(6px, 3px);
          transform: translate(6px, 3px);
}

[data-scroll-class] .arrow__arrow {
  opacity: 0;
  -webkit-transform: translate(-10px, 3px);
          transform: translate(-10px, 3px);
}

[data-scroll-class].is-in-view .arrow__arrow {
  opacity: 1;
  -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
}

/**
 *
 * Testimonial Grid
 *
 *   Adapted from _animate.scss
 *   Controls animations for multiple elements at once with no staggered delay
 *
 */
.has-js .grid--loadmore .with--initially-hidden {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.has-js .grid--loadmore.all-active .with--initially-hidden {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/**
 *
 * SVG Anchor
 *
 *   Used to highlight the path element in SVGs on hover.
 *   (see: footer social icons)
 *
 */
.svg-anchor {
  line-height: 0;
  display: block;
}

.svg-anchor path {
  fill: #003865;
  -webkit-transition: fill 0.1s ease;
  transition: fill 0.1s ease;
}

.svg-anchor:hover path, .svg-anchor:active path {
  fill: #FF5000;
}

/**
 *
 * Homepage Hero (poster)
 *
 *   Named "poster" to not be confused with the Hero CTA module.
 *
 */
.poster {
  position: relative;
  overflow: hidden;
}

@media (max-width: 890px) {
  .poster {
    padding-top: 40px;
    padding-bottom: 48px;
    background-image: none !important;
  }
}

@media (min-width: 891px) {
  .poster {
    height: 75vh;
    min-height: 650px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }
  .poster.is-in-view {
    opacity: 1;
  }
}

.poster__content {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 781px) {
  .poster__content {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1240px;
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transition-delay: .9s;
            transition-delay: .9s;
  }
  .is-in-view .poster__content {
    opacity: 1;
  }
}

@media (min-width: 891px) {
  .poster__content {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .poster__content::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 200%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    background-color: rgba(255, 255, 255, 0.95);
  }
  .poster__content::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 72.5%;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: -1;
  }
}

@media (min-width: 891px) {
  .poster__content__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 890px) {
  .poster__content__wrapper {
    margin-bottom: 60px;
    max-width: 640px;
  }
}

@media (min-width: 891px) {
  .poster__content__wrapper {
    position: relative;
    height: 100%;
    width: 58.33333%;
  }
}

@media (min-width: 891px) {
  .poster__content__wrapper__text {
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 40px 0 0;
    -webkit-transform: translateY(-55%);
            transform: translateY(-55%);
  }
}

@media (min-width: 891px) {
  .poster__content__customer {
    position: absolute;
    bottom: 36px;
    left: 72.5%;
    width: 100%;
    max-width: 210px;
    padding-left: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s;
  }
  .is-in-view .poster__content__customer {
    opacity: 1;
  }
}

.poster__content__customer__text {
  margin-bottom: 20px;
  line-height: 1.2;
}

@media (min-width: 891px) {
  .poster__content__customer__text {
    margin-bottom: 10px;
    color: #ffffff;
  }
}

.poster__content__customer__logo svg * {
  opacity: 1;
  fill: #003865;
}

@media (min-width: 891px) {
  .poster__content__customer__logo svg * {
    opacity: 1;
    fill: #ffffff;
  }
}

@media (max-width: 890px) {
  .poster__content__customer__logo__single {
    display: none;
  }
}

.poster__content__customer__logo__single .logo > svg {
  max-width: none;
  width: auto;
}

@media (min-width: 891px) {
  .poster__content__customer__logo__slider {
    display: none;
  }
}

.poster__content__customer__logo__slider .logo--customer-hero.slick-slide svg,
.poster__content__customer__logo__slider .logo--customer-hero.slick-slide img {
  height: 40px;
}

.poster__content__customer__logo__slider .slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.poster__animate {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.is-in-view .poster__animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.poster__animate--subhead {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.poster__animate--headline {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

.poster__animate--buttons {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

/**
 *
 * Hero CTA Module
 *
 */
.hero {
  padding-top: 100px;
  padding-bottom: 106px;
  text-align: center;
  background-size: cover;
  background-position: center center;
}

.hero.with--bg-video {
  overflow: hidden;
  position: relative;
}

@media (min-width: 780px) {
  .hero.with--bg-video {
    background: transparent;
  }
}

@media (min-width: 780px) {
  .hero.with--bg-video__overlay {
    background: rgba(0, 0, 0, 0.25);
  }
}

.hero__headline,
.hero__body,
.hero__anchor {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.is-in-view .hero__headline, .is-in-view
.hero__body, .is-in-view
.hero__anchor {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.hero__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -1;
}

@media (max-width: 779px) {
  .hero__video {
    display: none;
  }
}

.hero__headline {
  margin-bottom: 30px;
}

.hero__body {
  margin-bottom: 50px;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

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

.hero__anchor {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.hero__anchor + .hero__anchor {
  margin: 20px 0 0;
}

@media (min-width: 781px) {
  .hero__anchor {
    display: inline-block;
  }
  .hero__anchor + .hero__anchor {
    margin: 0 0 0 20px;
  }
}

/**
 *
 * List Horizontal
 *
 *   Vertical list styles. Future styles could contain bulleted, numbered,
 *   and vertical list styles triggered by breakpoints (see _list-vertical.scss).
 *
 */
.list-vertical > li {
  line-height: 1.2;
}

.list-vertical > li + li {
  margin-top: 12px;
}

/**
 *
 * List Horizontal
 *
 *   Horizontal list styles including a standard list, vertically centered,
 *   and horizontal list styles triggered by breakpoints.
 *
 */
.list-horizontal > li {
  display: inline-block;
}

.list-horizontal > li + li {
  margin-left: 20px;
}

.list-horizontal--middle {
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 780px) {
  .list-horizontal--after-hand > li {
    display: block;
  }
  .list-horizontal--after-hand > li + li {
    margin-left: 0;
    margin-top: 20px;
  }
}

.logo--with__wrapper {
  padding-left: 80px;
}

.logo--with__wrapper.left--align .logo-parade .grid-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.logo--with__wrapper.left--align .logo-parade .grid-list .grid-list__item {
  margin-right: 40px;
}

.logo--with__wrapper.center--align .logo-parade .grid-list {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.logo--with__wrapper.right--align .logo-parade .grid-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.logo--with__wrapper.right--align .logo-parade .grid-list .grid-list__item {
  margin-left: 40px;
}

.logo-parade {
  padding-top: 35px;
  padding-bottom: 5px;
  line-height: 1;
  text-align: center;
}

@media (max-width: 1024px) {
  .logo-parade {
    margin: 0 auto;
    max-width: 500px;
  }
}

@media (min-width: 1025px) {
  .logo-parade {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.logo-parade .grid-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.logo-parade .grid-list__item {
  padding: 10px 0;
  -ms-flex-item-align: center;
      align-self: center;
  width: 50%;
}

@media (min-width: 421px) {
  .logo-parade .grid-list__item {
    width: 33.33333%;
  }
  .logo-parade .grid-list__item:first-child:nth-last-child(4),
  .logo-parade .grid-list__item:first-child:nth-last-child(4) ~ li {
    width: auto;
  }
}

@media (min-width: 1025px) {
  .logo-parade .grid-list__item {
    padding: 0;
    margin-bottom: 0;
    width: auto;
  }
}

.logo-parade__item {
  display: inline-block;
  max-width: 80px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.has-js [data-scroll-class] .logo-parade__item {
  opacity: 0;
}

.has-js [data-scroll-class].is-in-view .logo-parade__item {
  opacity: 1;
}

@media (min-width: 1025px) {
  .logo-parade__item {
    margin-bottom: 0;
    max-width: 100px;
  }
}

.logo-parade__item .logo-parade__image {
  width: 100%;
}

.logo-parade__item.logo-parade__item--svg {
  max-width: 100%;
  padding: 0 20px;
}

.logo-parade__item svg {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.logo-parade__item.logo-parade__item--investor svg * {
  opacity: 1;
  fill: #9EACB5;
}

li:nth-child(2) .logo-parade__item {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

li:nth-child(3) .logo-parade__item {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

li:nth-child(4) .logo-parade__item {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

li:nth-child(5) .logo-parade__item {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

li:nth-child(6) .logo-parade__item {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.two-column-list {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 781px) {
  .two-column-list {
    padding-top: 80px;
  }
}

.two-column-list__header {
  margin-bottom: 60px;
  text-align: center;
}

@media (min-width: 781px) {
  .two-column-list__header {
    margin-bottom: 70px;
  }
}

.two-column-list__item {
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 780px) {
  .two-column-list__item {
    max-width: 500px;
  }
}

@media (min-width: 781px) {
  .two-column-list__item {
    margin-bottom: 70px;
  }
}

.two-column-list__item::before, .two-column-list__item::after {
  content: ' ';
  position: absolute;
  width: 25px;
  height: 5px;
  pointer-events: none;
  background-color: #9AC9E9;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.two-column-list__item.is-open::before, .two-column-list__item.is-open::after {
  background-color: #FF5000;
}

.two-column-list__item::before {
  top: 9px;
  left: 0;
}

@media (min-width: 781px) {
  .two-column-list__item::before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  .is-in-view .two-column-list__item::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.two-column-list__item::after {
  top: 9px;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 781px) {
  .two-column-list__item::after {
    display: none;
  }
}

.two-column-list__item.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.two-column-list__item__head {
  padding-left: 40px;
}

@media (max-width: 780px) {
  .two-column-list__item__head {
    cursor: pointer;
  }
}

@media (min-width: 781px) {
  .two-column-list__item__head {
    margin-bottom: 18px;
  }
}

.has-js .two-column-list__item__body {
  padding-left: 40px;
}

@media (max-width: 780px) {
  .has-js .two-column-list__item__body {
    overflow: hidden;
  }
}

@media (min-width: 781px) {
  .has-js .two-column-list__item__body {
    height: auto !important;
  }
}

@media (max-width: 780px) {
  .two-column-list__item__body__inner {
    padding-top: 18px;
  }
}

.three-column-list {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media (min-width: 781px) {
  .three-column-list {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

@media (max-width: 779px) {
  .three-column-list .second--row {
    margin-top: 0px;
  }
}

.three-column-list__header {
  margin-bottom: 50px;
  text-align: center;
}

@media (min-width: 781px) {
  .three-column-list__header {
    margin-bottom: 70px;
  }
}

.three-column-list__media {
  margin-bottom: 50px;
}

.three-column-list__media.media__inverse {
  margin-top: 50px;
}

@media (min-width: 781px) {
  .three-column-list__media {
    margin-bottom: 80px;
  }
}

.three-column-list__item {
  position: relative;
}

@media (max-width: 780px) {
  .three-column-list__item {
    margin: 0 auto 50px;
    max-width: 500px;
  }
}

.three-column-list__item__head {
  margin-bottom: 18px;
}

.three-column-list__item__hr {
  margin-bottom: 21px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.is-in-view .three-column-list__item__hr {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.hr {
  display: block;
  width: 100px;
  height: 5px;
  text-align: left;
  background-color: #9AC9E9;
}

.hr.hr--centered {
  margin-left: auto;
  margin-right: auto;
}

.feature-grid-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}

@media (min-width: 781px) {
  .feature-grid-wrapper {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}

.feature-grid {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  border: 1px solid #D6DBDE;
  max-width: 415px;
  margin: 0 auto;
}

@media (min-width: 781px) {
  .feature-grid {
    max-width: 830px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.feature-grid__item {
  position: relative;
  padding: 18px 24px 20px 71px;
  border-bottom: 1px solid #D6DBDE;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.feature-grid__item:focus, .feature-grid__item:hover {
  background-color: #EBEEF0;
}

@media (max-width: 780px) {
  .feature-grid__item {
    display: block;
  }
}

@media (min-width: 781px) {
  .feature-grid__item {
    width: 50%;
    padding: 32px 40px 32px 90px;
  }
  .feature-grid__item:nth-child(even) {
    border-left: 1px solid #D6DBDE;
  }
  .feature-grid__item:nth-last-child(-n+2) {
    border-bottom: 0;
  }
}

@media (min-width: 781px) {
  .feature-grid__item__anchor__head {
    margin-bottom: 8px;
  }
}

.feature-grid__item__anchor__icon {
  position: absolute;
}

@media (max-width: 780px) {
  .feature-grid__item__anchor__icon {
    left: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.6);
            transform: translateY(-50%) scale(0.6);
  }
}

@media (min-width: 781px) {
  .feature-grid__item__anchor__icon {
    left: 35px;
    top: 32px;
  }
}

.feature-grid--single-col {
  max-width: 415px;
}

@media (min-width: 781px) {
  .feature-grid--single-col .feature-grid__item {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #D6DBDE;
  }
}

.nav-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #D6DBDE;
  border-top: 0;
}

.nav-grid__item {
  font-size: 18px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.nav-grid__item:hover, .nav-grid__item:active {
  background-color: #EBEEF0;
}

.nav-grid__item--primary {
  display: block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #D6DBDE;
}

.nav-grid__item--primary__content {
  padding: 47px 40px 20px;
}

.nav-grid__item--secondary {
  width: 50%;
  padding: 20px;
  text-align: center;
  font-weight: 700;
}

.nav-grid__item--secondary.single {
  width: 100%;
}

.nav-grid__item--secondary + .nav-grid__item--secondary {
  border-left: 1px solid #D6DBDE;
}

.nav-list {
  border: 1px solid #D6DBDE;
}

.nav-list.with--center {
  margin-left: auto;
  margin-right: auto;
}

.nav-list__item {
  display: block;
  width: 100%;
  padding: 20px 30px 18px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #D6DBDE;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.nav-list__item:last-child {
  border-bottom: 0;
}

.nav-list__item:hover, .nav-list__item:active {
  background-color: #EBEEF0;
}

.use-case-wrapper {
  border-bottom: 1px solid #D6DBDE;
  padding-bottom: 35px;
}

.use-case-wrapper .nav-list__item--product {
  display: block;
  width: 100%;
  padding: 7.5px 40px 7.5px;
  font-size: 18px;
  font-weight: normal;
}

.nav-list__item--productlabel {
  display: block;
  width: 100%;
  padding: 35px 40px 12px;
  font-size: 18px;
  font-weight: 500;
}

.featured-wrapper .nav-list__item {
  display: block;
  width: 100%;
  padding: 15px 40px 15px;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #D6DBDE;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.featured-wrapper .nav-list__item:last-child {
  border-bottom: 0;
}

.featured-wrapper .nav-list__item:hover, .featured-wrapper .nav-list__item:active {
  background-color: #EBEEF0;
}

.alternating-row__animate {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.is-in-view .alternating-row__animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/**
 *
 * Listing
 *
 *   Listing module for in-the-news, news feed, etc.
 *
 *   One extension is available .listing--reverse-below-hand to reverse the order
 *   of the logo+date and content on mobile (used on in-the-news).
 *
 */
@media (max-width: 780px) {
  .listing {
    font-size: 18px;
  }
}

.listing__item + .listing__item {
  margin-top: 20px;
}

@media (max-width: 780px) {
  .listing__item {
    position: relative;
    padding-bottom: 20px;
  }
  .listing__item::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #D6DBDE;
    width: 100px;
  }
}

@media (min-width: 781px) {
  .listing__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .listing__item + .listing__item {
    margin-top: 30px;
  }
}

@media (min-width: 781px) {
  .listing__item__meta {
    position: relative;
    text-align: right;
    width: 21%;
    padding-bottom: 30px;
  }
  .listing__item__meta::before {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5px;
    background-color: #D6DBDE;
    width: 100px;
  }
  .listing__item:last-child .listing__item__meta::before {
    display: none;
  }
  [data-scroll-class] .listing__item__meta::before {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.1s ease;
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
  }
  .is-in-view .listing__item__meta::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .listing__item:nth-child(2) .listing__item__meta::before {
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
  }
  .listing__item:nth-child(3) .listing__item__meta::before {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  .listing__item:nth-child(4) .listing__item__meta::before {
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
  }
  .listing__item:nth-child(5) .listing__item__meta::before {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  .listing__item:nth-child(6) .listing__item__meta::before {
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
  }
  .listing__item:nth-child(7) .listing__item__meta::before {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  .listing__item:nth-child(8) .listing__item__meta::before {
    -webkit-transition-delay: .35s;
            transition-delay: .35s;
  }
  .listing__item:nth-child(9) .listing__item__meta::before {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  .listing__item:nth-child(10) .listing__item__meta::before {
    -webkit-transition-delay: .45s;
            transition-delay: .45s;
  }
}

.listing__item__meta__image {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 780px) {
  .listing__item__meta__image {
    margin-right: 8px;
  }
}

@media (min-width: 781px) {
  .listing__item__meta__image {
    display: block;
    line-height: 1;
  }
}

@media (min-width: 781px) {
  .listing__item__content {
    width: calc(79% - 40px);
    margin-left: 40px;
    padding-bottom: 30px;
    border-bottom: 5px solid #D6DBDE;
  }
  .listing__item:last-child .listing__item__content {
    border-bottom: 0;
  }
}

.listing--reverse-below-hand .listing__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 780px) {
  .listing--reverse-below-hand .listing__item__meta,
  .listing--reverse-below-hand .listing__item__content {
    width: 100%;
  }
  .listing--reverse-below-hand .listing__item__meta {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .listing--reverse-below-hand .listing__item__content {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 10px;
  }
}

/**
 *
 *   Overlap
 *
 *     Overlapping content used for learn more.
 */
.overlap {
  margin-bottom: 118px;
  background-color: #435363;
}

@media (min-width: 781px) {
  .overlap {
    background: url("../images/learn-more-bg.jpg") #435363 no-repeat center center;
    background-size: cover;
  }
}

@media (max-width: 780px) {
  .overlap__content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 781px) {
  .overlap__content {
    position: relative;
    bottom: -78px;
  }
}

.overlap__content__head {
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 781px) {
  .overlap__content__head {
    margin-bottom: 60px;
  }
}

@media (max-width: 1024px) {
  .overlap__content__body {
    max-width: 500px;
    margin: 0 auto;
  }
}

/**
 *
 *    Alternative Overlap
 *
 *     Different enough from .overlap to require its own object here.
 *     Combining some features similar to the .sandwich layout object. These
 *     are all currently tailored towards the leadership module but may be broken
 *     out into individual components later if the need arises.
 *
 */
.overlap-alt {
  padding-top: 80px;
}

.overlap-alt__head {
  text-align: center;
  margin-bottom: 100px;
}

@media (min-width: 781px) {
  .overlap-alt__head {
    margin-bottom: 130px;
  }
}

@media (min-width: 1025px) {
  .overlap-alt__head {
    margin-bottom: 170px;
  }
}

.overlap-alt__body {
  background-color: #4E6B82;
  color: #ffffff;
}

.overlap-alt__body__inner {
  -webkit-transform: translateY(-78px);
          transform: translateY(-78px);
}

.overlap-alt__body__inner__list {
  margin-bottom: 60px;
}

/**
 *
 *   Block
 *
 *     Block anchor style for learn more, events, honors. This is usually
 *     contained in a grid layout, but assumes 100% width as an individual
 *     object.
 *
 */
.block {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  border: 1px solid #e7e9ea;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.block:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.block__inner {
  padding: 90px 30px 90px;
}

.block__inner__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 1025px) {
  .block__inner__meta {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.block__inner__meta__date {
  width: 100%;
}

@media (max-width: 1024px) {
  .block__inner__meta__date {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (min-width: 1025px) {
  .block__inner__meta__date {
    width: 66.66667%;
  }
}

.block__inner__meta__image {
  width: 100%;
}

@media (max-width: 1024px) {
  .block__inner__meta__image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .block__inner__meta__image {
    text-align: right;
    width: 33.33333%;
  }
}

.block__image {
  overflow: hidden;
  -webkit-clip-path: inset(0 30px 0 30px);
          clip-path: inset(0 30px 0 30px);
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.block__image img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.with--no-touchevents .block:hover .block__image,
.block:active .block__image {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.with--no-touchevents .block:hover .block__image img,
.block:active .block__image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.block__inner__badge {
  position: absolute;
  top: 0;
  left: 50%;
  width: 120px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translateY(-40%) translateX(-50%);
          transform: translateY(-40%) translateX(-50%);
}

.block__button {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.34s ease;
  transition: all 0.34s ease;
}

.block__button__arrow {
  display: inline-block;
  height: 1em;
  margin-left: 5px;
  -webkit-transition: fill 0.34s ease;
  transition: fill 0.34s ease;
  margin-left: 10px;
  -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.with--no-touchevents .block:hover .block__button__arrow,
.block:active .block__button__arrow {
  -webkit-transform: translate(6px, 3px);
          transform: translate(6px, 3px);
}

.block__button__arrow path {
  fill: #FF5000;
}

.block--centered .block__inner,
.block--centered .block__button {
  text-align: center;
}

.block--with-images .block__inner {
  padding-top: 0;
}

.block--with-contained-logos .block__inner {
  padding-top: 30px;
}

.block--video {
  margin-bottom: 40px;
}

.block--video .block__inner {
  padding: 30px;
}

.block--video .block__inner__image {
  margin-bottom: 30px;
  position: relative;
}

.block--video .block__inner__image::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.block--video .block__inner__image .svg-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 62px;
  width: 62px;
  -webkit-transform: translateY(-31px) translateX(-31px);
          transform: translateY(-31px) translateX(-31px);
}

.block--video:hover .block__inner__image::before, .block--video:focus .block__inner__image::before {
  opacity: 1;
}

/**
 *
 * Map
 *
 */
.map {
  width: 100%;
  height: 400px;
}

.map__marker {
  position: relative;
  height: 10px;
  width: 10px;
  background-color: #FF5000;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.map__marker::before {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  white-space: nowrap;
  content: attr(data-location-name);
  font-family: "proxima-nova", Helvetica, sans-serif;
  font-size: 20px;
  color: #435363;
  -webkit-transform: translate3d(-45%, -110%, 0);
          transform: translate3d(-45%, -110%, 0);
}

@media (max-width: 1024px) {
  .map__marker::before {
    display: none;
  }
}

.has-js [data-scroll-class] .map__marker {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.has-js [data-scroll-class].is-in-view .map__marker {
  opacity: 1;
}

.has-js [data-scroll-class] .map__marker:nth-child(2) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.has-js [data-scroll-class] .map__marker:nth-child(3) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.has-js [data-scroll-class] .map__marker:nth-child(4) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.has-js [data-scroll-class] .map__marker:nth-child(5) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.has-js [data-scroll-class] .map__marker:nth-child(6) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.has-js [data-scroll-class] .map__marker:nth-child(7) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.has-js [data-scroll-class] .map__marker:nth-child(8) {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.has-js [data-scroll-class] .map__marker:nth-child(9) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.has-js [data-scroll-class] .map__marker:nth-child(10) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}

.has-js [data-scroll-class] .map__marker:nth-child(11) {
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}

.has-js [data-scroll-class] .map__marker:nth-child(12) {
  -webkit-transition-delay: .65s;
          transition-delay: .65s;
}

.mapboxgl-ctrl-compass {
  display: none !important;
}

/**
 *
 *   Grid List
 *
 *     List of thirds/halves primarily for the contact module location list.
 *     Special case for logo parade
 *
 */
.grid-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-list__item, .grid-list__item__wide {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 38px;
}

@media (min-width: 421px) {
  .grid-list__item {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .grid-list__item {
    width: 33.33333%;
  }
}

@media (min-width: 681px) {
  .grid-list__item__wide {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .grid-list__item__wide {
    width: 33.33333%;
  }
}

.grid-list__item__meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/**
 *
 *   Cover
 *
 *     This is the image overlay style that triggers a modal.
 *     Only works >hand since image modals won't be necessary on mobile.
 *
 *
 */
@media (min-width: 781px) {
  .cover {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .cover::before, .cover::after {
    content: " ";
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .cover::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .cover::after {
    top: 50%;
    left: 50%;
    height: 40px;
    width: 40px;
    background: url("../images/icons/plus.svg") no-repeat center;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cover:hover::before, .cover:hover::after, .cover:active::before, .cover:active::after {
    opacity: 1;
    pointer-events: initial;
  }
  .cover:hover::after, .cover:active::after {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
}

/**
 * Table
 */
.table td.table__label {
  font-size: 22px;
  background-color: #EBEEF0;
  font-weight: bold;
  color: #435363;
}

.table td.table__highlight {
  background-color: #9AC9E9;
}

@media (min-width: 781px) {
  .table {
    width: 100%;
    border-bottom: 1px solid #D6DBDE;
  }
  .table th {
    padding: 22px 20px;
    background-color: #435363;
    color: #ffffff;
    font-weight: bold;
    border-right: 1px solid #ffffff;
  }
  .table th:last-child {
    border-right-color: #435363;
  }
  .table td {
    padding: 30px;
    border: 1px solid #D6DBDE;
    font-size: 18px;
  }
  .table td.table__empty,
  .table th.table__empty {
    background-color: transparent;
    color: transparent;
  }
}

@media (max-width: 780px) {
  .table {
    font-size: 18px;
    /* Force table to not be like tables anymore */
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .table, .table thead, .table tbody, .table th, .table td, .table tr {
    display: block;
  }
  .table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table tr {
    margin-bottom: 60px;
  }
  .table td {
    border: none;
    position: relative;
    padding: 20px;
    border: 1px solid #D6DBDE;
  }
  .table td.table__label {
    padding: 10px 20px;
    font-size: 18px;
  }
  .table td.table__highlight {
    border-top-color: #9AC9E9;
  }
  .table td:before {
    display: block;
    font-weight: bold;
    content: attr(data-heading);
  }
}

@media (min-width: 781px) {
  .table--four th, .table--four td {
    width: 25%;
  }
}

/**
 *
 *   Table Pricing
 *
 *       The simplified tables on pricing page. A little too different to just
 *       be an extension on .table
 *
 *       (Styled contextually since tables have specific structure that must
 *       be followed.)
 *
 */
.table-pricing {
  width: 100%;
}

@media (max-width: 780px) {
  .table-pricing, .table-pricing th, .table-pricing thead, .table-pricing tr, .table-pricing td, .table-pricing tbody {
    display: block;
  }
}

.table-pricing thead {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

@media (max-width: 780px) {
  .table-pricing tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #D6DBDE;
  }
}

@media (min-width: 781px) {
  .with--no-touchevents .table-pricing tr:hover td {
    background-color: #f1f3f4;
  }
}

.table-pricing td {
  padding: 18px;
  width: 33.33333%;
  border: 1px solid #D6DBDE;
  text-align: center;
  line-height: 1;
  background-color: #ffffff;
  font-size: 18px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

@media (max-width: 780px) {
  .table-pricing td {
    padding-right: 10px;
    border: 0;
    border-right: 1px solid #D6DBDE;
  }
  .table-pricing td:last-child {
    border-right: 0;
  }
}

@media (min-width: 781px) {
  .table-pricing td {
    width: 25%;
  }
}

.table-pricing td:first-child {
  text-align: left;
}

@media (max-width: 780px) {
  .table-pricing td:first-child {
    width: 100%;
    text-align: center;
    background-color: #D6DBDE;
    border: 0;
  }
}

/**
 *
 *  Pricing
 *
 *     Not a very re-usable name but I think this is all specific enough
 *     to pricing that it works for now. Sub-components can be abstracted out
 *     as we need them other places.
 *
 */
.pricing {
  border-top: 24px solid #ffffff;
  background-color: #EBEEF0;
}

@media (min-width: 781px) {
  .pricing {
    border-top: 80px solid #ffffff;
  }
}

.pricing__content {
  margin-top: -24px;
  padding-bottom: 24px;
}

@media (min-width: 781px) {
  .pricing__content {
    margin-top: -80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 781px) {
  .pricing__content__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.pricing__content__head__table {
  width: 100%;
}

@media (max-width: 780px) {
  .pricing__content__head__table {
    margin-bottom: 26px;
  }
  .pricing__content__head__table, .pricing__content__head__table * {
    font-size: 18px !important;
    font-weight: normal !important;
  }
  .pricing__content__head__table thead {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .pricing__content__head__table tr, .pricing__content__head__table td {
    display: block;
  }
  .pricing__content__head__table td {
    text-align: right;
    position: relative;
    padding: 13px 20px 13px 45%;
    color: #ffffff;
    background-color: #9EACB5;
  }
  .pricing__content__head__table td:nth-child(2) {
    background-color: #4E6B82;
  }
  .pricing__content__head__table td:nth-child(3) {
    background-color: #435363;
  }
  .pricing__content__head__table td::before {
    content: attr(data-heading);
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold;
    text-align: left;
  }
}

@media (min-width: 781px) {
  .pricing__content__head__table {
    width: 75%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .pricing__content__head__table th, .pricing__content__head__table td {
    text-align: center;
    border: 1px solid #D6DBDE;
    padding: 22px 20px 23px;
  }
  .pricing__content__head__table td {
    background-color: #ffffff;
  }
}

.pricing__content__head__aside {
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid #9EACB5;
  text-align: center;
}

@media (max-width: 780px) {
  .pricing__content__head__aside {
    margin: 0 auto;
    max-width: 400px;
  }
}

@media (min-width: 781px) {
  .pricing__content__head__aside {
    width: 25%;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1025px) {
  .pricing__content__head__aside {
    width: 22%;
  }
}

.pricing-sticky {
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
  -webkit-transform: translateY(52px);
          transform: translateY(52px);
}

@media (min-width: 1081px) {
  .pricing-sticky {
    -webkit-transform: translateY(72px);
            transform: translateY(72px);
  }
}

.pricing-sticky.is-stuck {
  opacity: 1;
  pointer-events: initial;
}

.pricing-sticky__table {
  width: 100%;
}

@media (min-width: 781px) {
  .pricing-sticky__table {
    width: 75%;
    margin-left: 25%;
  }
}

.pricing-sticky__table td {
  width: 33.33333%;
  text-align: center;
  border: 1px solid #D6DBDE;
  padding: 10px;
}

@media (max-width: 780px) {
  .pricing-sticky__table td {
    font-size: 18px;
  }
}

@media (min-width: 781px) {
  .pricing-sticky__table td {
    padding: 20px;
  }
}

/**
 *
 *   Table Pricing
 *
 *       The simplified tables on pricing page. A little too different to just
 *       be an extension on .table
 *
 *       (Styled contextually since tables have specific structure that must
 *       be followed.)
 *
 */
.table-minimal {
  width: 100%;
}

@media (max-width: 780px) {
  .table-minimal,
  .table-minimal th,
  .table-minimal thead,
  .table-minimal tr,
  .table-minimal td,
  .table-minimal tbody {
    display: block;
  }
}

.table-minimal td.table__highlight {
  background-color: #C0D4E5;
}

.table-minimal thead {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: relative;
}

.table-minimal thead th {
  padding: 4px 18px;
  border: 1px solid #e9eef1;
  line-height: normal;
}

@media (max-width: 780px) {
  .table-minimal tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #D6DBDE;
  }
}

@media (min-width: 781px) {
  .with--no-touchevents .table-minimal tr:hover td {
    background-color: #f1f3f4;
  }
}

.table-minimal td {
  padding: 18px;
  width: 33.33333%;
  border: 1px solid #D6DBDE;
  text-align: center;
  background-color: #ffffff;
  font-size: 18px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

@media (max-width: 780px) {
  .table-minimal td {
    padding-right: 10px;
    border: 0;
    border-right: 1px solid #D6DBDE;
  }
  .table-minimal td:last-child {
    border-right: 0;
  }
}

@media (min-width: 781px) {
  .table-minimal td {
    width: 25%;
  }
}

.table-minimal td:first-child {
  text-align: left;
}

@media (max-width: 780px) {
  .table-minimal td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #D6DBDE;
    border: 0;
  }
}

@media (max-width: 780px) {
  .column-3 td {
    width: 50%;
  }
  .column-3 thead th {
    width: 50%;
  }
  .column-3 thead th.table__empty {
    display: none;
  }
}

@media (max-width: 780px) {
  .column-4 td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .column-4 thead th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .column-4 thead th.table__empty {
    display: none;
  }
}

@media (max-width: 780px) {
  .table-minimal td {
    width: 100%;
  }
  .table-minimal thead {
    width: 100%;
    height: 100%;
  }
  .table-minimal thead th:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/**
 * (tool)Tip
 */
.tip {
  position: relative;
  line-height: 1;
}

.tip__text,
.tip__content {
  line-height: 1.36364;
  display: inline-block;
  vertical-align: middle;
}

.tip__text {
  margin-right: 8px;
}

@media (min-width: 781px) {
  .tip__content {
    position: relative;
  }
}

.tip__content__icon {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 1;
  padding-right: 20px;
}

@media (min-width: 781px) {
  .tip__content__icon::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 40px;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

.tip__content__icon svg path {
  fill: #435363;
  -webkit-transition: fill 0.1s ease;
  transition: fill 0.1s ease;
}

.tip__content:hover .tip__content__icon svg path {
  fill: #FF5000;
}

.tip__content__icon .tip__content:hover .tip__content__body {
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  opacity: 1;
  pointer-events: initial;
  display: block;
}

.tip__content__body {
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

@media (max-width: 780px) {
  .tip__content__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 20;
  }
  .is-visible .tip__content__body {
    opacity: 1;
    pointer-events: initial;
  }
}

@media (min-width: 781px) {
  .tip__content__body {
    position: absolute;
    right: 0;
    top: 50%;
    padding: 30px;
    width: 400px;
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 15px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #D6DBDE;
    -webkit-transform: translate(85%, -50%);
            transform: translate(85%, -50%);
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    z-index: 5;
  }
  .is-visible .tip__content__body {
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 1;
    pointer-events: initial;
  }
  .tip__content__body::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: -7px;
    height: 14px;
    width: 14px;
    border: 1px solid #D6DBDE;
    border-right: 0;
    border-top: 0;
    background-color: #ffffff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .with--no-touchevents .tip__content:hover .tip__content__body,
  .with--no-touchevents .tip__content:active .tip__content__body,
  .with--no-touchevents .tip__content:focus .tip__content__body {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
    opacity: 1;
    pointer-events: initial;
  }
  .tip__content__body.flip--left {
    right: 450px;
  }
  .tip__content__body.flip--left::before {
    left: auto;
    right: -7px;
    -webkit-transform: translateY(-50%) rotate(-140deg);
            transform: translateY(-50%) rotate(-140deg);
  }
}

@media (max-width: 780px) {
  .tip__content__body__heading__content {
    padding: 20px;
  }
}

.tip__content__body__heading {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 14px 50px;
  border-bottom: 1px solid #D6DBDE;
}

@media (min-width: 781px) {
  .tip__content__body__heading {
    display: none;
  }
}

.tip__content__body__heading__closer {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1;
  cursor: pointer;
}

/**
 *
 *   Search page
 *
 *
 */
.search__bar {
  width: 100%;
}

.search__header {
  margin-left: 40px;
}

.sandwich__search--results .sandwich__body {
  margin: 20px 0 40px 0;
}

.sandwich__search--results .sandwich__body .listing__item {
  margin: 0;
}

.sandwich__search--results .sandwich__body .listing__item .listing__item__content {
  padding: 20px 15px;
}

.sandwich__search--results .sandwich__body .listing__item .listing__item__content.user-content p {
  margin-bottom: 10px;
}

/**
 *
 * Side-by-Side
 *
 */
.sbsgrid--left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: content-left;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
}

.sbsgrid--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-area: content-right;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
}

.sbsgrid {
  display: grid;
  display: -ms-grid;
  -ms-grid-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-template-areas: "content-left content-right";
}

.sbsgrid .play__button {
  position: static;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media (max-width: 1024px) {
  .sbsgrid {
    font-size: 18px;
    -ms-grid-columns: 100%;
    -ms-grid-rows: 1fr 1fr;
    grid-template-columns: 100%;
    grid-template-areas: "content-left" "content-right";
  }
}

.sbsgrid__side--text--sbsgrid--left {
  grid-column: content-left-start / content-left-end;
  grid-row: content-left-start / content-left-end;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
}

.sbsgrid__side--text--sbsgrid--right {
  grid-column: content-right-start / content-right-end;
  grid-row: content-right-start / content-right-end;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row-span: 1;
}

.sbsgrid__side--text--sbsgrid--right,
.sbsgrid__side--text--sbsgrid--left {
  z-index: 2;
  padding: 60px;
  max-width: 760px;
  justify-self: center;
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

@media (max-width: 1024px) {
  .sbsgrid__side--text--sbsgrid--right,
  .sbsgrid__side--text--sbsgrid--left {
    padding: 30px 20px 40px 20px;
  }
}

.sbs__side__background {
  padding: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sbs__side__image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  opacity: 0;
}

@media (max-width: 1024px) {
  .sbs__side__background__image {
    opacity: 1;
  }
}

/**
 *
 * Gateway
 *
 *     Similar to the modal, but the modal has too many image/media-specific
 *     styles to make it worth re-using here IMO. You could possibly consolidate
 *     the two sometime down the road.
 *
 */
.gateway {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}

.gateway.is-visible {
  opacity: 1;
  pointer-events: initial;
}

.gateway__sneezeguard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-color: #D6DBDE;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

@media (min-width: 781px) {
  .gateway__sneezeguard {
    background-color: rgba(0, 0, 0, 0.72);
  }
}

.gateway.is-visible .gateway__sneezeguard {
  opacity: 1;
  pointer-events: initial;
}

.gateway__title {
  text-align: center;
}

@media (min-width: 781px) {
  .gateway__title {
    color: #ffffff;
  }
}

.gateway__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gateway__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background: url("../images/icons/close.svg") no-repeat #9EACB5 center center;
  background-size: 20px 20px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  z-index: 2;
}

.gateway__close:hover, .gateway__close:active {
  background-color: #435363;
}

.gateway__animate {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.is-visible .gateway__animate {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.gateway__animate-1 {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.gateway__animate-2 {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

.gateway__animate-3 {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

/**
 *
 *  Card
 *
 *    Bordered object with a blue heading and white body. Used primarily
 *    in the free trial flow (modal and page)
 *
 */
.card {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card__head {
  text-align: center;
  padding: 22px;
  color: #ffffff;
  background-color: #9AC9E9;
}

.card__body {
  padding: 35px 20px 33px;
  background-color: #ffffff;
}

.card__body--logo {
  margin: 0 auto;
}

.card__body__inner {
  padding-left: 16px;
  padding-right: 16px;
}

.druva-compete .print-link {
  display: inline-block;
  font-size: 16px;
  margin-left: 10px;
}

@media (min-width: 881px) {
  .druva-compete .print-link {
    margin-left: 25px;
  }
}

.druva-compete .print-link:before {
  vertical-align: text-bottom;
  font-family: 'FontAwesome';
  content: "";
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.druva-compete .print-link:hover {
  cursor: pointer;
}

.druva-compete .collapse {
  display: none;
}

.druva-compete .collapse.in {
  display: block;
}

.druva-compete .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}

@media (max-width: 879px) {
  .druva-compete .collapsing {
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease;
  }
}

.druva-compete .tabs {
  margin-top: 25px;
  border-bottom: 4px solid #4F8EBA;
  margin-bottom: 4px;
}

.druva-compete .controller {
  display: none;
}

.druva-compete .controller-tab {
  margin-right: 0;
  padding: 8px 18px 4px;
  background: #4E6B82;
  color: #ffffff;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

@media (min-width: 881px) {
  .druva-compete .controller-tab {
    display: inline-block;
  }
}

.druva-compete .controller-tab.active, .druva-compete .controller-tab:hover {
  background: #4F8EBA;
}

.druva-compete .controller-tab:hover {
  color: #ffffff;
  cursor: pointer;
}

.druva-compete .controller-accordion {
  width: 100%;
  margin-top: 15px;
  padding: 10px 15px;
  background: #4E6B82;
  color: #ffffff;
  font-weight: bold;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
}

@media (max-width: 879px) {
  .druva-compete .controller-accordion {
    display: block;
  }
}

.druva-compete .controller-accordion:hover {
  color: #9AC9E9;
  cursor: pointer;
}

.druva-compete .controller-accordion:before {
  vertical-align: text-bottom;
  font-family: 'FontAwesome';
  content: "";
  position: relative;
  top: 5px;
  margin-right: 4px;
}

.druva-compete .controller-accordion.active:before {
  top: 4px;
  content: '\f106';
}

@media (max-width: 879px) {
  .druva-compete .controller-all {
    display: none;
  }
}

.druva-compete .table {
  border-bottom: none;
}

@media (min-width: 881px) {
  .druva-compete .table {
    padding: 0 15px;
  }
}

.druva-compete .row {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-top: 1px;
  padding: 10px 0;
}

@media (min-width: 881px) {
  .druva-compete .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
  }
}

.druva-compete .column {
  padding: 0 15px 20px;
}

@media (min-width: 881px) {
  .druva-compete .column:first-child {
    padding-left: 0;
  }
  .druva-compete .column:last-child {
    padding-right: 0;
  }
  .druva-compete .column.column-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .druva-compete .column.column-2 {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}

@media (max-width: 879px) {
  .druva-compete .column:before {
    content: attr(data-title);
    font-size: 18px;
    line-height: 36px;
    font-weight: normal;
  }
}

.druva-compete .column p:first-child {
  margin-top: 0;
}

.druva-compete .desktop-header .column {
  padding-bottom: 0;
}

.druva-compete .desktop-header h3 {
  margin-top: .5em;
  margin-bottom: 0;
  font-weight: bold;
}

@media (min-width: 881px) {
  .druva-compete .table-header:before {
    content: attr(data-title);
    font-size: 20px;
    line-height: 40px;
    font-weight: normal;
    display: block;
    width: calc( 100% + ( 2 * 15px ));
    position: relative;
    left: -15px;
    padding-left: 15px;
    color: #ffffff;
    background: #4E6B82;
  }
}

.druva-compete .to-top, .druva-compete .source-link {
  color: #4F8EBA;
}

.druva-compete .to-top:hover, .druva-compete .source-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.druva-compete .to-top {
  display: none;
  text-align: right;
  padding: 15px;
}

@media (min-width: 881px) {
  .druva-compete .to-top {
    display: block;
  }
}

@media (max-width: 879px) {
  .druva-compete .no-mobile {
    display: none;
  }
}

.section__pagination--wrapper {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__pagination--wrapper:before, .section__pagination--wrapper:after {
  content: "";
  display: table;
}

.section__pagination--wrapper:after {
  clear: both;
}

.section__pagination--wrapper .pagination {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section__pagination--wrapper .pagination .screen-reader-text {
  display: none;
}

.section__pagination--wrapper .pagination .nav-links {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers {
  background-color: #EBEEF0;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1%;
  max-width: 62px;
  padding: 13px 0;
  text-align: center;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers.current {
  background-color: #9AC9E9;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers.dots {
  background-color: transparent;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers:first-child {
  margin: 0 1% 0 auto;
}

.section__pagination--wrapper .pagination .nav-links .page-numbers:last-child {
  margin: 0 auto 0 1%;
}

.pagination--prev, .pagination--next {
  display: none;
  width: 100px;
}

.pagination--prev a, .pagination--next a {
  float: left;
  padding: 20px 20px 16px;
  background-color: #9AC9E9;
  cursor: pointer;
  height: 62px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  width: 100%;
}

@media (min-width: 780px) {
  .pagination--prev, .pagination--next {
    display: block;
  }
}

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

.investors .investor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  -ms-flex: 0 1 47%;
  -webkit-box-flex: 0;
          flex: 0 1 calc(50% - (12px * 2));
}

@media (max-width: 779px) {
  .investors .investor {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.investors .investor .stack-30 {
  max-width: 100%;
}

.investors .investor--logo svg {
  height: 100px;
  width: auto;
  max-width: 100%;
}

.investors .investor--logo svg * {
  fill: #4E6B82;
}

.three-up {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.three-up a.block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
  width: 100%;
}

.media-item + .media-item {
  margin-top: 30px;
}

.media-item--image img {
  max-width: calc(100%/3);
}

.media-item--title {
  font-weight: bold;
}

@supports (display: grid) {
  .media-item {
    display: grid;
    grid-column-gap: 20px;
    grid-template-rows: auto;
    grid-template-areas: "title" "image" "description" "footer";
  }
  @media (min-width: 1024px) {
    .media-item {
      grid-template-rows: auto;
      grid-template-columns: 1fr 2fr;
      grid-template-areas: "image title" "image description" "image footer";
    }
    .media-item.media-item__reverse {
      grid-template-columns: 2fr 1fr;
      grid-template-areas: "title image" "description image" "footer image";
    }
  }
  .media-item--image {
    position: relative;
    grid-area: image;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .media-item--image img {
    max-width: 100%;
  }
  .media-item--title {
    grid-area: title;
    align-self: start;
  }
  .media-item--description {
    grid-area: description;
    align-self: center;
  }
  .media-item--footer {
    grid-area: footer;
    align-self: end;
  }
  .wrapper--media-item__two-up {
    display: grid;
    grid-column-gap: 20px;
  }
  @media (min-width: 1024px) {
    .wrapper--media-item__two-up {
      grid-template-columns: 1fr 1fr;
    }
    .wrapper--media-item__two-up .media-item {
      margin-top: 0;
    }
  }
  .wrapper--media-item__two-up .media-item {
    display: block;
  }
}

/**
 *
 * Social Share
 *
 */
.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .8em 0;
  background: #9AC9E9;
}

@media (max-width: 779px) {
  .social-share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em 20px 1.25em;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
}

.social-share--copy {
  margin-right: 3.5em;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .1em;
}

@media (max-width: 779px) {
  .social-share--copy {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.social-share--link {
  margin-right: .8em;
}

.social-share--link:last-child {
  margin-right: 0;
}

.social-share--link a:hover {
  color: #FF5000;
}

/**
 *
 * Code42 Slick Slider Theme
 *
 * Based on Slick default theme
 * http://kenwheeler.github.io/slick/
 *
 */
.c42-slick-theme {
  /* Arrows */
  /* Dots */
}

.c42-slick-theme .slick-prev,
.c42-slick-theme .slick-next {
  position: absolute;
  display: block;
  height: 100%;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.c42-slick-theme .slick-prev:hover, .c42-slick-theme .slick-prev:focus,
.c42-slick-theme .slick-next:hover,
.c42-slick-theme .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.c42-slick-theme .slick-prev:hover:before, .c42-slick-theme .slick-prev:focus:before,
.c42-slick-theme .slick-next:hover:before,
.c42-slick-theme .slick-next:focus:before {
  opacity: 1;
}

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

.c42-slick-theme .slick-prev:before,
.c42-slick-theme .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #4E6B82;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.with--bg-dark-blue .c42-slick-theme .slick-prev:before, .with--bg-dark-blue
.c42-slick-theme .slick-next:before {
  color: white;
}

.c42-slick-theme .slick-prev {
  left: -25px;
}

[dir="rtl"] .c42-slick-theme .slick-prev {
  left: auto;
  right: -25px;
}

.c42-slick-theme .slick-next {
  right: -25px;
}

[dir="rtl"] .c42-slick-theme .slick-next {
  left: -25px;
  right: auto;
}

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

.c42-slick-theme .slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.c42-slick-theme .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.c42-slick-theme .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;
}

.c42-slick-theme .slick-dots li button:hover, .c42-slick-theme .slick-dots li button:focus {
  outline: none;
}

.c42-slick-theme .slick-dots li button:hover:before, .c42-slick-theme .slick-dots li button:focus:before {
  opacity: 1;
}

.c42-slick-theme .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #4E6B82;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.with--bg-dark-blue .c42-slick-theme .slick-dots li button:before {
  color: white;
}

.c42-slick-theme .slick-dots li.slick-active button:before {
  color: #4E6B82;
  opacity: 0.75;
}

.with--bg-dark-blue .c42-slick-theme .slick-dots li.slick-active button:before {
  color: white;
}

/**
 *
 * Horizontal Carousel Module
 *
 */
.horizontal-carousel h2 {
  border-bottom: 2px solid #4E6B82;
}

.horizontal-carousel.with--bg-dark-blue h2 {
  border-bottom: 2px solid white;
}

.horizontal-carousel--slides {
  padding: 20px 0 30px;
  text-align: center;
}

.stroke-white {
  stroke: #ffffff;
}

.stroke-gray-4 {
  stroke: #D6DBDE;
}

[class^="donut_"].alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

[class^="donut_"].alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}

.donut-stroke-primary {
  fill: none;
  stroke: #FF5000;
  stroke-width: 20;
  stroke-dasharray: 618.9806518554688;
  stroke-dashoffset: 618.9806518554688;
  -webkit-animation: 1s ease-in-out forwards;
          animation: 1s ease-in-out forwards;
}

.donut-stroke-gray {
  fill: none;
  stroke: #D6DBDE;
  stroke-width: 8;
  stroke-miterlimit: 10;
}

.donut-percentage {
  fill: #FF5000;
}

.donut-text {
  fill: #003865;
}

.primary .donut-percentage {
  fill: #FF5000;
}

.primary .donut-stroke-primary {
  stroke: #FF5000;
}

.secondary .donut-percentage {
  fill: #435363;
}

.secondary .donut-stroke-primary {
  stroke: #435363;
}

.tertiary .donut-percentage {
  fill: #878E97;
}

.tertiary .donut-stroke-primary {
  stroke: #878E97;
}

.bar__chart {
  width: 960px;
  height: 500px;
  max-width: 960px;
  max-height: 500px;
  position: relative;
}

.bar__chart svg {
  width: 100%;
  height: 100%;
  position: center;
}

.bar__chart text {
  font-size: 12px;
  font-weight: bold;
  font-family: "proxima-nova", Helvetica, sans-serif;
}

.bar__chart .axis path {
  fill: none;
  stroke: #435363 !important;
}

.bar__chart .axis text {
  color: #435363;
  fill: #435363;
}

.bar__chart .axis line {
  fill: none;
  stroke: #435363;
  shape-rendering: crispEdges;
}

.bar__chart .axis .tick line {
  stroke-width: 1;
  stroke: rgba(0, 0, 0, 0.2);
  color: #435363;
}

.bar__chart .x.axis path {
  display: none;
}

.bar__chart .legend text {
  font-weight: bold;
}

.bar__chart text.axis__title {
  font-size: 16px;
}

@media (max-width: 780px) {
  .bar__chart.horizontal {
    padding: 0px;
  }
  .bar__chart.horizontal .legend {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .bar__chart .legend.data-title-0 {
    -webkit-transform: translate(-20px, 88%);
            transform: translate(-20px, 88%);
  }
  .bar__chart .legend.data-title-1 {
    -webkit-transform: translate(-20px, 92%);
            transform: translate(-20px, 92%);
  }
}

.floater {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 60px 30px 30px;
  border: 1px solid #e7e9ea;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.floater:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.floater__icon {
  position: absolute;
  left: 30px;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 80px;
  max-height: 80px;
}

.floater__content {
  margin-bottom: 30px;
}

@media (min-width: 781px) {
  .floater__content {
    margin-bottom: 60px;
  }
}

.floater__content__heading {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}

.floater__arrow {
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 781px) {
  .floater__arrow {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
}

.floater__arrow__text,
.floater__arrow__arrow {
  display: inline;
}

.floater__arrow__text {
  font-size: 18px;
}

.floater__arrow__arrow {
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: translate(0px, 3px);
          transform: translate(0px, 3px);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

a:hover .floater__arrow__arrow {
  -webkit-transform: translate(6px, 3px);
          transform: translate(6px, 3px);
}

.use-case-nav {
  padding: 100px 0 0;
}

.use-case-nav__head {
  margin-bottom: 105px;
}

@media (max-width: 780px) {
  .use-case-nav__list {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (min-width: 781px) {
  .use-case-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (min-width: 781px) {
  .use-case-nav__list.use-case-items__center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .use-case-nav__list.use-case-items__center li {
    margin: 40px 20px;
  }
}

@media (max-width: 780px) {
  .use-case-nav__list li {
    margin-bottom: 80px;
  }
}

@media (min-width: 781px) {
  .use-case-nav__list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48%;
    width: calc(50% - 20px);
    margin-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .use-case-nav__list li {
    width: 31%;
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 780px) {
  .tabs__list-parent {
    position: relative;
  }
  .tabs__list-parent::before, .tabs__list-parent::after {
    content: " ";
    position: absolute;
    top: 0;
    height: 100%;
    width: 20px;
    z-index: 2;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }
  .tabs__list-parent::before {
    left: 0;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
  }
  .tabs__list-parent::after {
    right: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}

.first-child-active.tabs__list-parent::before,
.last-child-active.tabs__list-parent::after {
  opacity: 0;
}

.tabs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto 60px;
}

@media (max-width: 780px) {
  .tabs__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .tabs__list::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 781px) {
  .tabs__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.tabs__list__item {
  position: relative;
}

@media (max-width: 780px) {
  .tabs__list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.tabs__list__item__tab {
  position: relative;
  display: block;
  padding: 10px 20px 15px;
  height: 100%;
  font-size: 18px;
  opacity: 0.65;
  -webkit-transition: opacity 0.35s cubic-bezier(0.25, 0.06, 0.08, 1.7);
  transition: opacity 0.35s cubic-bezier(0.25, 0.06, 0.08, 1.7);
}

@media (min-width: 1025px) {
  .tabs__list__item__tab {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.tabs__list__item__tab::before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-top: 1px solid #D6DBDE;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.06, 0.08, 1.7);
  transition: all 0.35s cubic-bezier(0.25, 0.06, 0.08, 1.7);
}

.tabs__list__item__tab:hover, .tabs__list__item__tab:focus {
  opacity: 1;
}

.tabs__list__item__tab:focus, .tabs__list__item__tab[aria-selected="true"] {
  font-weight: bold;
  opacity: 1;
}

.tabs__list__item__tab:focus::before, .tabs__list__item__tab[aria-selected="true"]::before {
  border-top-color: #FF5000;
  background-color: #FF5000;
}

body:not(.user-is-tabbing) .tab-panel,
body:not(.user-is-tabbing) .tabs__list__item__tab {
  outline: none;
}

@media (max-width: 780px) {
  .timeline .timeline__list-parent {
    display: none;
  }
}

.timeline .timeline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timeline .timeline__list__item {
  position: relative;
  width: 180px;
  text-align: center;
}

.timeline .timeline__list__circle {
  height: 34px;
  text-align: center;
  margin-bottom: 20px;
}

.timeline .timeline__list__circle::before {
  content: " ";
  position: absolute;
  top: 16px;
  left: calc(50% + 14px);
  width: calc(100% - 28px);
  border-top: 3px solid #003865;
}

.timeline .timeline__list__circle svg {
  width: 34px;
}

.timeline .timeline__list__circle svg circle {
  stroke: #003865;
  stroke-width: 3px;
  fill: #ffffff;
}

.timeline .timeline__list__item:last-child .timeline__list__circle::before {
  border-top: none;
}

.timeline .timeline__list__item__tab {
  font-size: 18px;
  font-weight: bold;
}

.timeline .timeline__list__item__tab:focus .timeline__list__circle svg circle, .timeline .timeline__list__item__tab[aria-selected="true"] .timeline__list__circle svg circle {
  fill: #FF5000;
}

body:not(.user-is-tabbing) .timeline-panel,
body:not(.user-is-tabbing) .timeline__list__item__tab {
  outline: none;
}

.faqs {
  font-size: 18px;
}

@media (max-width: 1024px) {
  .faqs.faqs--two-column {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (min-width: 1025px) {
  .faqs.faqs--two-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.faqs__item {
  position: relative;
  margin-bottom: 50px;
}

@media (min-width: 1025px) {
  .faqs--two-column .faqs__item {
    width: 48%;
    width: calc(50% - 20px);
    margin-bottom: 70px;
  }
}

.faqs__item::before, .faqs__item::after {
  content: ' ';
  position: absolute;
  width: 25px;
  height: 5px;
  pointer-events: none;
  background-color: #9AC9E9;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.faqs__item.is-open::before, .faqs__item.is-open::after {
  background-color: #FF5000;
}

.faqs__item::before {
  top: 9px;
  left: 0;
}

@media (min-width: 781px) {
  .faqs--two-column .faqs__item::before {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transition-duration: .6s;
            transition-duration: .6s;
    -webkit-transition-delay: .6s;
            transition-delay: .6s;
  }
  .is-in-view .faqs--two-column .faqs__item::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.faqs__item::after {
  top: 9px;
  left: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 781px) {
  .faqs--two-column .faqs__item::after {
    display: none;
  }
}

.faqs__item.is-open::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faqs__item__q {
  position: relative;
  padding-left: 40px;
}

.faqs--one-column .faqs__item__q {
  cursor: pointer;
}

@media (max-width: 780px) {
  .faqs--two-column .faqs__item__q {
    cursor: pointer;
  }
}

@media (min-width: 781px) {
  .faqs--two-column .faqs__item__q {
    margin-bottom: 20px;
  }
}

.faqs__item__a {
  padding-left: 40px;
}

.faqs--one-column .faqs__item__a {
  overflow: hidden;
}

@media (max-width: 780px) {
  .faqs--two-column .faqs__item__a {
    overflow: hidden;
  }
}

@media (min-width: 781px) {
  .faqs--two-column .faqs__item__a {
    height: auto !important;
  }
}

.faqs--one-column .faqs__item__a__inner {
  padding-top: 18px;
}

@media (max-width: 780px) {
  .faqs__item__a__inner {
    padding-top: 18px;
  }
}

.testimonial {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 781px) {
  .testimonial {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.testimonial .slick-slider {
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}

.testimonial *:focus {
  outline: none;
}

.testimonial__slide {
  zoom: 1;
}

.testimonial__slide:before, .testimonial__slide:after {
  content: "";
  display: table;
}

.testimonial__slide:after {
  clear: both;
}

@media (min-width: 781px) {
  .testimonial__slide {
    position: relative;
    text-align: right;
  }
}

.testimonial__slide__image {
  position: relative;
  z-index: 2;
}

@media (min-width: 781px) {
  .testimonial__slide__image {
    position: absolute;
    width: 31.03448%;
    top: 50%;
    left: 0;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.testimonial__slide__image picture {
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slick-active .testimonial__slide__image picture {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-out .testimonial__slide__image picture {
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

.testimonial__slide__image__controls {
  text-align: center;
}

@media (min-width: 781px) {
  .testimonial__slide__image__controls {
    zoom: 1;
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .testimonial__slide__image__controls:before, .testimonial__slide__image__controls:after {
    content: "";
    display: table;
  }
  .testimonial__slide__image__controls:after {
    clear: both;
  }
}

.testimonial__slide__image__controls__dir {
  padding: 20px 20px 16px;
  height: 62px;
  background-color: #9AC9E9;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (max-width: 780px) {
  .testimonial__slide__image__controls__dir {
    position: absolute;
    top: 40%;
  }
  .testimonial__slide__image__controls__dir:first-child {
    left: 0;
  }
  .testimonial__slide__image__controls__dir:last-child {
    right: 0;
  }
}

@media (min-width: 781px) {
  .testimonial__slide__image__controls__dir {
    float: left;
    width: 50%;
    padding: 20px 37px;
  }
}

.testimonial__slide__image__controls__dir:active,
.with--no-touchevents .testimonial__slide__image__controls__dir:hover {
  background-color: #9EACB5;
}

.testimonial__slide__content {
  position: relative;
  z-index: 3;
}

@media (max-width: 780px) {
  .testimonial__slide__content {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 31px;
    text-align: center;
  }
}

@media (min-width: 781px) {
  .testimonial__slide__content {
    width: 84.48276%;
    height: 640px;
    display: inline-block;
    text-align: left;
    z-index: 1;
    background-color: #D6DBDE;
  }
}

.testimonial__slide__content__inner {
  position: relative;
}

@media (max-width: 780px) {
  .testimonial__slide__content__inner {
    background-color: #D6DBDE;
    padding: 24px 17px 0;
    margin-top: -61px;
  }
}

@media (min-width: 781px) {
  .testimonial__slide__content__inner {
    position: absolute;
    top: 55%;
    left: 22.65306%;
    width: 67.04082%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}

.testimonial__slide__content__inner__logo,
.testimonial__slide__content__inner__subhead,
.testimonial__slide__content__inner__body,
.testimonial__slide__content__inner__link,
.testimonial__slide__content__inner__attr,
.testimonial__slide__content__inner__action {
  opacity: 0;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.slick-active .testimonial__slide__content__inner__logo, .slick-active
.testimonial__slide__content__inner__subhead, .slick-active
.testimonial__slide__content__inner__body, .slick-active
.testimonial__slide__content__inner__link, .slick-active
.testimonial__slide__content__inner__attr, .slick-active
.testimonial__slide__content__inner__action {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-out .testimonial__slide__content__inner__logo, .is-out
.testimonial__slide__content__inner__subhead, .is-out
.testimonial__slide__content__inner__body, .is-out
.testimonial__slide__content__inner__link, .is-out
.testimonial__slide__content__inner__attr, .is-out
.testimonial__slide__content__inner__action {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}

.with--bg-slate .testimonial__slide__content__inner__logo svg * {
  opacity: 1;
}

@media (max-width: 780px) {
  .with--bg-slate.testimonial__slide__content {
    background-color: transparent;
  }
}

.with--bg-slate .testimonial__slide__content__inner {
  position: relative;
}

@media (max-width: 780px) {
  .with--bg-slate .testimonial__slide__content__inner {
    background-color: #435363;
    padding: 24px 17px 0;
    margin-top: -61px;
  }
}

@media (min-width: 781px) {
  .with--bg-slate .testimonial__slide__content__inner {
    position: absolute;
    top: 55%;
    left: 22.65306%;
    width: 67.04082%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}

.with--bg-dark-blue .testimonial__nav__list {
  font-size: 0;
}

.with--bg-dark-blue .testimonial__nav__list > li {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #ffffff;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.with--bg-dark-blue .testimonial__nav__list > li.is-active {
  background-color: #FF5000;
}

.testimonial__slide__content__inner__logo {
  margin: 0 auto 30px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.testimonial__slide__content__inner__logo svg {
  height: 40px;
}

.testimonial__slide__content__inner__subhead {
  margin-bottom: 10px;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

@media (max-width: 780px) {
  .testimonial__slide__content__inner__text {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px 40px;
  }
}

.testimonial__slide__content__inner__body {
  margin-bottom: 20px;
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}

@media (min-width: 781px) {
  .testimonial__slide__content__inner__body {
    margin-bottom: 30px;
  }
}

@media (min-width: 781px) {
  .testimonial__slide__content__inner__body__quote {
    text-indent: -0.5em;
  }
}

.testimonial__slide__content__inner__attr {
  -webkit-transition-delay: 0.17s;
          transition-delay: 0.17s;
  margin-bottom: 60px;
}

.testimonial__slide__content__inner__attr::before {
  display: block;
  content: " ";
  height: 5px;
  width: 48px;
  background-color: #9AC9E9;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 780px) {
  .testimonial__slide__content__inner__attr {
    display: block;
  }
  .testimonial__slide__content__inner__attr::before {
    margin-bottom: 14px;
  }
}

@media (min-width: 781px) {
  .testimonial__slide__content__inner__attr, .testimonial__slide__content__inner__attr::before {
    display: inline-block;
    vertical-align: middle;
  }
  .testimonial__slide__content__inner__attr::before {
    margin-right: 20px;
  }
}

@media (max-width: 780px) {
  .testimonial__slide__content__inner__attr__title {
    display: block;
    text-align: center;
  }
}

@media (max-width: 780px) {
  .testimonial__slide__content__inner__attr__comma {
    display: none;
  }
}

.testimonial__slide__content__inner__action {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.testimonial__slide__content__inner__link {
  -webkit-transition-delay: 0.17s;
          transition-delay: 0.17s;
}

@media (max-width: 780px) {
  .testimonial__nav {
    text-align: center;
  }
}

@media (min-width: 781px) {
  .testimonial__nav {
    position: absolute;
    bottom: 40px;
    right: 40px;
  }
}

.testimonial__nav__list {
  font-size: 0;
}

.testimonial__nav__list > li {
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #c1c5c7;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.testimonial__nav__list > li.is-active {
  background-color: #FF5000;
}

.testimonial__nav__list > li + li {
  margin-left: 20px;
}

.play-link {
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.play-link__icon,
.play-link__text {
  display: inline-block;
  vertical-align: middle;
}

.with--bg-slate .play-link__icon {
  margin-right: 5px;
}

.with--bg-slate .play-link__icon path {
  fill: #ffffff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.with--bg-slate .play-link__icon polygon {
  fill: #435363;
}

.with--bg-slate .play-link:hover .play-link__icon path {
  fill: #FF5000;
}

.with--bg-slate .play-link:hover .play-link__icon polygon {
  fill: #ffffff;
}

.with--bg-slate .play-link:hover .play-link {
  color: #e6e6e6;
}

.play-link__icon {
  margin-right: 5px;
}

.play-link__icon path {
  fill: #003865;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.play-link__icon polygon {
  fill: #ffffff;
}

.play-link:hover .play-link__icon path {
  fill: #FF5000;
}

.play-link:hover .play-link {
  color: #001c32;
}

.play-link__text {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 4px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.box {
  display: grid;
  grid-template-rows: 58px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0px 30px 30px;
  border: 1px solid #e7e9ea;
  font-size: 18px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.box.with--no-logo {
  /* 58px above works where box/cards have logos */
  grid-template-rows: auto;
  padding-top: 30px;
}

.box__icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffffff;
  width: 100%;
  max-width: 106px;
  justify-self: self-start;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.box__icon > svg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

a.box__content__image {
  position: relative;
}

a.box__content__image::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.box__content__image:hover::before, a.box__content__image:focus::before {
  opacity: 1;
}

.box__content p {
  margin-bottom: 15px;
}

.box__content__quote p {
  text-indent: -0.4em;
  quotes: "“" "”" "‘" "’";
}

.box__content__quote p::before, .box__content__quote p::after {
  display: inline;
}

.box__content__quote p::before {
  content: open-quote;
}

.box__content__quote p::after {
  content: close-quote;
}

.box__footer {
  margin-top: 40px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.box__footer__link + .box__footer__link {
  margin-top: 30px;
}

.filters__head {
  cursor: pointer;
  padding: 16px;
  background-color: #435363;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media (min-width: 781px) {
  .filters__head {
    display: none;
  }
}

.filters__head svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}

.filters__head.is-open svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filters__head path {
  fill: #ffffff;
}

.filters__nav {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  background-color: #9AC9E9;
  margin-bottom: 30px;
}

@media (max-width: 780px) {
  .filters__nav {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
  .is-open + .filters__nav {
    max-height: 1200px;
  }
}

@media (max-width: 780px) {
  .filters__nav__list {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 781px) {
  .filters__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.filters__nav__list__item {
  position: relative;
  line-height: 1;
  cursor: pointer;
}

@media (max-width: 780px) {
  .filters__nav__list__item {
    border-bottom: 1px solid #435363;
  }
}

@media (min-width: 781px) {
  .filters__nav__list__item {
    padding: 18px 0 16px;
  }
}

.filters__nav__list__item__menu {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media (max-width: 780px) {
  .filters__nav__list__item__menu {
    max-height: 0;
    overflow: hidden;
  }
  .is-open .filters__nav__list__item__menu {
    max-height: 400px;
  }
}

@media (min-width: 781px) {
  .filters__nav__list__item__menu {
    position: absolute;
    opacity: 0;
    width: 280px;
    top: 100%;
    left: 50%;
    margin-top: -10px;
    pointer-events: none;
    background: #ffffff;
    border: 1px solid #D6DBDE;
    border-top: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    text-align: left;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
  }
}

.filters__nav__list__item__menu li {
  line-height: 1.3;
}

@media (max-width: 780px) {
  .filters__nav__list__item__menu li {
    padding: 0 30px 20px;
    font-weight: normal;
  }
}

@media (min-width: 781px) {
  .filters__nav__list__item__menu li {
    border-top: 1px solid #D6DBDE;
    padding: 18px 30px 16px;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
  }
  .filters__nav__list__item__menu li:first-child {
    border-top: 0;
    padding-top: 28px;
  }
  .filters__nav__list__item__menu li:hover, .filters__nav__list__item__menu li:active {
    background-color: #EBEEF0;
  }
}

@media (min-width: 781px) {
  .filters__nav__list__item:hover .filters__nav__list__item__menu {
    opacity: 1;
    pointer-events: initial;
  }
}

@media (min-width: 781px) {
  .filters__nav__list__item__menu__cover {
    position: absolute;
    height: 9px;
    width: 48.79518%;
    width: calc(50% - 10px);
    top: -1px;
    background-color: #9AC9E9;
    border-bottom: 1px solid #D6DBDE;
    pointer-events: none;
    z-index: 3;
  }
  .filters__nav__list__item__menu__cover::before, .filters__nav__list__item__menu__cover::after {
    content: " ";
    position: absolute;
    top: 0;
    background-color: #9AC9E9;
  }
  .filters__nav__list__item__menu__cover::before {
    height: 100%;
    width: 20px;
  }
  .filters__nav__list__item__menu__cover::after {
    height: 14px;
    width: 8px;
    background-color: #9AC9E9;
  }
  .filters__nav__list__item__menu__cover--left {
    left: 0;
  }
  .filters__nav__list__item__menu__cover--left::before {
    left: 0;
    -webkit-transform: translate(-98%);
            transform: translate(-98%);
  }
  .filters__nav__list__item__menu__cover--left::after {
    right: -11px;
    -webkit-transform: rotate(54deg);
            transform: rotate(54deg);
    -webkit-transform-origin: top right;
            transform-origin: top right;
    border-right: 1px solid #D6DBDE;
  }
  .filters__nav__list__item__menu__cover--right {
    right: 0;
  }
  .filters__nav__list__item__menu__cover--right::before {
    right: 0;
    -webkit-transform: translateX(98%);
            transform: translateX(98%);
  }
  .filters__nav__list__item__menu__cover--right::after {
    left: -11px;
    -webkit-transform: rotate(-54deg);
            transform: rotate(-54deg);
    -webkit-transform-origin: top left;
            transform-origin: top left;
    border-left: 1px solid #D6DBDE;
  }
}

.filters__nav__list__item__label,
.filters__nav__list__item svg {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 780px) {
  .filters__nav__list__item__label-outer {
    padding: 20px 0;
  }
}

.filters__nav__list__item__label {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.filters__nav__list__item svg {
  margin-left: 4px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.filters__nav__list__item svg path {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (max-width: 780px) {
  .is-open.filters__nav__list__item svg {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (min-width: 781px) {
  .filters__nav__list__item:hover .filters__nav__list__item__label,
  .filters__nav__list__item:active .filters__nav__list__item__label {
    color: #FF5000;
  }
  .filters__nav__list__item:hover svg path,
  .filters__nav__list__item:active svg path {
    fill: #FF5000;
  }
}

.active-list {
  font-size: 14px;
}

.active-list__item {
  display: inline-block;
  padding: 9px 14px 7px;
  line-height: 1;
  border: solid 1px rgba(0, 56, 101, 0.6);
}

@media (max-width: 780px) {
  .active-list__item {
    display: table;
    margin: 0 auto;
  }
}

@media (max-width: 780px) {
  .active-list__item + .active-list__item {
    margin-top: 20px;
  }
}

@media (min-width: 781px) {
  .active-list__item + .active-list__item {
    margin-left: 10px;
  }
}

.active-list__item__close {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.active-list__item__close:hover {
  opacity: 0.8;
}

@media (max-width: 780px) {
  .active-list__item--height-holder {
    display: none;
  }
}

@media (min-width: 781px) {
  .active-list__item--height-holder {
    opacity: 0;
    padding-right: 0;
    padding-left: 0;
    border-left: 0;
    border-right: 0;
  }
  .active-list__item--height-holder + .active-list__item {
    margin-left: 0px;
  }
}

.partner-grid .filters__nav__list__item__menu {
  width: 580px;
}

.partner-grid .filters__nav__list__item__menu ul.partner--nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partner-grid .filters__nav__list__item__menu ul.partner--nav__wrapper li.filter__button.button__half {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
  border-top: 1px solid #e9eef1;
  border-left: 1px solid #e9eef1;
}

@media (min-width: 781px) {
  .partner-grid .filters__nav__list__item__menu ul.partner--nav__wrapper li.filter__button:first-child {
    border-top: 0;
    padding-top: 28px;
  }
  .partner-grid .filters__nav__list__item__menu ul.partner--nav__wrapper li.filter__button:nth-child(2) {
    border-top: 0;
    padding-top: 28px;
  }
}

@media (max-width: 780px) {
  .partner-grid .filters__nav__list__item__menu {
    width: auto;
  }
  .partner-grid .filters__nav__list__item__menu ul.partner--nav__wrapper li.filter__button.button__half {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-self: center;
    border-top: none;
    border-left: none;
  }
}

.tabbed-accordion {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabbed-accordion .tabbed-accordion__item {
  position: relative;
  margin-bottom: 30px;
}

.tabbed-accordion .tabbed-accordion__item.is-open::before {
  content: ' ';
  position: absolute;
  width: 23px;
  height: 5px;
  pointer-events: none;
  background-color: #9AC9E9;
}

.tabbed-accordion .tabbed-accordion__item::before {
  top: 9px;
  left: -36px;
}

.tabbed-accordion .tabbed-accordion__item__q {
  position: relative;
  cursor: pointer;
}

@media (min-width: 1025px) {
  .tabbed-accordion .tabbed-accordion__item__a {
    overflow: hidden;
  }
}

.tabbed-accordion .tabbed-accordion__item__a__inner {
  padding-top: 18px;
  padding-bottom: 18px;
}

.tabbed-accordion .tabbed-accordion__item__a__inner p {
  margin-bottom: 18px;
}

.tabbed-accordion .tabbed-accordion__item__a__inner > p:last-child {
  margin-bottom: 0;
}

/**
 *
 * Image
 *
 *  All images are left as-is by default. Add the .image class to your img
 *  element to receive the responsive max-width styles.
 *
 */
.image {
  max-width: 100%;
  height: auto;
  display: block;
}

.image--full {
  width: 100%;
}

[data-modal-trigger]:hover {
  cursor: pointer;
}

body.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
}

.modal.is-visible {
  opacity: 1;
  pointer-events: initial;
}

.modal__sneezeguard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.modal.is-visible .modal__sneezeguard {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  pointer-events: auto;
}

.modal__inner {
  position: absolute;
  width: 100%;
  max-width: 1200px;
  max-height: 80vh;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
  z-index: 5;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.modal__inner img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal.is-visible .modal__inner {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.modal__inner.modal__inner-tall {
  overflow-y: auto;
}

@media (max-width: 1024px) {
  .modal__inner.modal__inner-tall {
    top: 60px;
    left: 0%;
    -webkit-transform: none;
            transform: none;
    max-height: calc(100vh - 60px);
    overflow-y: auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .modal__inner.modal__inner-tall p, .modal__inner.modal__inner-tall .heading--6,
  .modal__inner.modal__inner-tall .user-content h6, .user-content .modal__inner.modal__inner-tall h6,
  .modal__inner.modal__inner-tall .user-content__headings h6:not([class]), .user-content__headings .modal__inner.modal__inner-tall h6:not([class]),
  .modal__inner.modal__inner-tall .user-content__headings h6[class="has-text-color"], .user-content__headings .modal__inner.modal__inner-tall h6[class="has-text-color"], .modal__inner.modal__inner-tall .heading--3,
  .modal__inner.modal__inner-tall .user-content h3, .user-content .modal__inner.modal__inner-tall h3,
  .modal__inner.modal__inner-tall .user-content__headings h3:not([class]), .user-content__headings .modal__inner.modal__inner-tall h3:not([class]),
  .modal__inner.modal__inner-tall .user-content__headings h3[class="has-text-color"], .user-content__headings .modal__inner.modal__inner-tall h3[class="has-text-color"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .modal__inner.modal__inner-tall img {
    margin: 0 auto;
  }
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  cursor: pointer;
  background: url("../images/icons/close.svg") no-repeat #9EACB5 center center;
  background-size: 20px 20px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
  z-index: 2;
}

.modal__close:hover, .modal__close:active {
  background-color: #435363;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  min-height: 100%;
  min-width: 100%;
  display: inline-table;
  /* Fix 100% height in Firefox */
}

.flex-video.widescreen {
  padding-bottom: 57.25%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 80vh;
}

@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}

@media (max-width: 780px) {
  .modal__inner .bio .grid.island-55 {
    padding: 0 0 30px;
  }
  .modal__inner .bio .user-content p {
    padding: 0 20px;
  }
  .modal__inner .bio h3 {
    padding: 30px 20px 0 20px;
  }
  .modal__inner .bio p.heading.heading--6 {
    padding: 10px 20px 30px;
  }
}

.caption {
  margin-top: 18px;
  font-size: 14px;
}

.caption::before {
  content: ' ';
  display: block;
  margin-bottom: 12px;
  height: 5px;
  width: 25px;
  background-color: #9AC9E9;
}

@media (min-width: 781px) {
  .caption {
    position: relative;
    padding-left: 35px;
  }
  .caption::before {
    position: absolute;
    left: 0;
    top: 0;
    top: 7px;
  }
}

.play {
  position: relative;
}

.play__button {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  border-radius: 999em;
  background-color: #435363;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.play__button.button--white {
  background-color: #ffffff;
}

.play__button:hover {
  background-color: #2e3a45;
}

.play__button::before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  border-style: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 14px 0 14px 21px;
  -webkit-transform: translate(-42%, -49%);
          transform: translate(-42%, -49%);
}

.play__button.button--white:hover {
  background-color: #e6e6e6;
}

.play__button.button--white::before {
  border-color: transparent transparent transparent #435363;
}

/**
 *
 * Slideshow
 *
 *   Image slideshow when more than one image is entered
 *   in the image module.
 *
 */
.slideshow-outer {
  position: relative;
}

.slideshow {
  position: relative;
  padding-bottom: 36px;
  height: 636px;
}

.slideshow *:focus {
  outline: none;
}

.slideshow .slideshow--slide {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  width: 100%;
}

.slideshow .slideshow--slide.active {
  opacity: 1;
}

.slideshow .slideshow--slide picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slideshow .slideshow--slide picture img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: auto;
  max-height: 600px;
}

.slideshow__caption {
  padding-right: 40px;
  width: 100%;
}

.slideshow__arrow {
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 2;
  width: 60px;
  height: 70px;
  background-color: #9AC9E9;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  opacity: .8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (min-width: 781px) {
  .slideshow__arrow {
    height: 100px;
  }
}

.slideshow__arrow:hover {
  opacity: 1;
}

.slideshow__arrow img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slideshow__arrow--left {
  left: 0;
}

.slideshow__arrow--right {
  right: 0;
}

.slideshow__count {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #435363;
  font-size: 18px;
}

.carousel {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 781px) {
  .carousel {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.carousel .slick-slider {
  -webkit-user-select: initial;
     -moz-user-select: initial;
      -ms-user-select: initial;
          user-select: initial;
}

.carousel *:focus {
  outline: none;
}

.carousel__slide {
  zoom: 1;
}

.carousel__slide:before, .carousel__slide:after {
  content: "";
  display: table;
}

.carousel__slide:after {
  clear: both;
}

@media (min-width: 781px) {
  .carousel__slide {
    position: relative;
    text-align: right;
  }
}

.carousel__slide__image {
  position: relative;
  z-index: 2;
}

@media (min-width: 781px) {
  .carousel__slide__image {
    position: absolute;
    width: 31.03448%;
    top: 50%;
    left: 0;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.carousel__slide__image picture {
  -webkit-transform: translateX(70%);
          transform: translateX(70%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.slick-active .carousel__slide__image picture {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-out .carousel__slide__image picture {
  -webkit-transform: translateX(-70%);
          transform: translateX(-70%);
}

.carousel__slide__image__controls {
  text-align: center;
}

@media (min-width: 781px) {
  .carousel__slide__image__controls {
    zoom: 1;
    display: block;
    width: 200px;
    margin: 0 auto;
  }
  .carousel__slide__image__controls:before, .carousel__slide__image__controls:after {
    content: "";
    display: table;
  }
  .carousel__slide__image__controls:after {
    clear: both;
  }
}

.carousel__slide__image__controls__dir {
  padding: 20px 20px 16px;
  height: 62px;
  background-color: #9AC9E9;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

@media (max-width: 780px) {
  .carousel__slide__image__controls__dir {
    position: absolute;
    top: 40%;
  }
  .carousel__slide__image__controls__dir:first-child {
    left: 0;
  }
  .carousel__slide__image__controls__dir:last-child {
    right: 0;
  }
}

@media (min-width: 781px) {
  .carousel__slide__image__controls__dir {
    float: left;
    width: 50%;
    padding: 20px 37px;
  }
}

.carousel__slide__image__controls__dir:active,
.with--no-touchevents .carousel__slide__image__controls__dir:hover {
  background-color: #9EACB5;
}

.carousel__slide__content {
  position: relative;
  z-index: 3;
}

@media (max-width: 780px) {
  .carousel__slide__content {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 31px;
    text-align: center;
  }
}

@media (min-width: 781px) {
  .carousel__slide__content {
    width: 84.48276%;
    height: 640px;
    display: inline-block;
    text-align: left;
    z-index: 1;
    background-color: #D6DBDE;
  }
  .carousel__slide__content.carousel--dark {
    background-color: #435363;
    color: #ffffff;
    height: 620px;
  }
}

.carousel__slide__content__inner {
  position: relative;
}

@media (max-width: 780px) {
  .carousel__slide__content__inner {
    background-color: #D6DBDE;
    padding: 24px 17px 0;
    margin-top: -61px;
  }
  .carousel--dark .carousel__slide__content__inner {
    background-color: #435363;
    color: #ffffff;
  }
}

@media (min-width: 781px) {
  .carousel__slide__content__inner {
    position: absolute;
    top: 55%;
    left: 22.65306%;
    width: 67.04082%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
  }
}

.carousel__slide__content__inner__logo,
.carousel__slide__content__inner__subhead,
.carousel__slide__content__inner__body,
.carousel__slide__content__inner__link,
.carousel__slide__content__inner__attr {
  opacity: 0;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.slick-active .carousel__slide__content__inner__logo, .slick-active
.carousel__slide__content__inner__subhead, .slick-active
.carousel__slide__content__inner__body, .slick-active
.carousel__slide__content__inner__link, .slick-active
.carousel__slide__content__inner__attr {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.is-out .carousel__slide__content__inner__logo, .is-out
.carousel__slide__content__inner__subhead, .is-out
.carousel__slide__content__inner__body, .is-out
.carousel__slide__content__inner__link, .is-out
.carousel__slide__content__inner__attr {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
}

.carousel__slide__content__inner__logo {
  margin: 0 auto 26px;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

@media (min-width: 781px) {
  .carousel__slide__content__inner__logo {
    margin: 0 0 67px;
  }
}

.carousel__slide__content__inner__logo svg * {
  opacity: 1;
  fill: #003865;
}

.carousel__slide__content__inner__logo svg {
  height: 40px;
}

.carousel__slide__content__inner__subhead {
  margin-bottom: 10px;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

@media (max-width: 780px) {
  .carousel__slide__content__inner__text {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0 10px 40px;
  }
}

.carousel__slide__content__inner__body {
  margin-bottom: 20px;
  -webkit-transition-delay: .14s;
          transition-delay: .14s;
}

@media (min-width: 781px) {
  .carousel__slide__content__inner__body {
    margin-bottom: 30px;
  }
}

.carousel__slide__content__inner__attr {
  -webkit-transition-delay: .17s;
          transition-delay: .17s;
}

.carousel__slide__content__inner__attr::before {
  display: block;
  content: " ";
  height: 5px;
  width: 48px;
  background-color: #9AC9E9;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 780px) {
  .carousel__slide__content__inner__attr {
    display: block;
  }
  .carousel__slide__content__inner__attr::before {
    margin-bottom: 14px;
  }
}

@media (min-width: 781px) {
  .carousel__slide__content__inner__attr, .carousel__slide__content__inner__attr::before {
    display: inline-block;
    vertical-align: middle;
  }
  .carousel__slide__content__inner__attr::before {
    background-color: #FF5000;
    margin-right: 20px;
  }
}

.carousel__slide__content__inner__link {
  -webkit-transition-delay: .17s;
          transition-delay: .17s;
}

@media (max-width: 780px) {
  .carousel__count {
    display: none;
  }
}

@media (min-width: 781px) {
  .carousel__count {
    position: absolute;
    top: 40px;
    right: 40px;
  }
}

.walkthrough {
  padding-top: 80px;
}

@media (max-width: 780px) {
  .walkthrough {
    padding-bottom: 80px;
  }
}

.walkthrough__heading {
  text-align: center;
  margin-bottom: 100px;
}

.walkthrough-parent {
  width: 100%;
}

.walkthrough__headings {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
  vertical-align: top;
  width: 49%;
  top: 20% !important;
}

.walkthrough__headings.js-is-sticky {
  width: 35%;
}

@media (max-width: 780px) {
  .walkthrough__headings {
    display: none;
  }
}

.walkthrough__headings__item {
  width: 100%;
  padding: 120px 20px 120px 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  opacity: 0;
  pointer-events: none;
}

.walkthrough__headings__item.is-active {
  opacity: 1;
  pointer-events: all;
}

.walkthrough__headings__item + .walkthrough__headings__item {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.walkthrough__headings__subhead {
  font-size: 14px;
  line-height: 1.16667;
  text-transform: uppercase;
  color: #9AC9E9;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (max-width: 780px) {
  .walkthrough__media {
    max-width: 480px;
    margin: 0 auto;
  }
}

@media (min-width: 781px) {
  .walkthrough__media {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-bottom: 100px;
  }
  .js-is-sticky + .walkthrough__media {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.walkthrough__media__item + .walkthrough__media__item {
  margin-top: 150px;
}

@media (min-width: 781px) {
  .walkthrough__media__item {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: .1;
  }
  .walkthrough__media__item.is-active {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.walkthrough__media__item__heading {
  margin-bottom: 30px;
  padding: 0 20px;
}

@media (min-width: 781px) {
  .walkthrough__media__item__heading {
    display: none;
  }
}

.walkthrough__media__item__caption {
  position: relative;
  padding-left: 50px;
}

.walkthrough__media__item__caption::before {
  content: " ";
  position: absolute;
  top: 10px;
  left: 0;
  width: 30px;
  height: 5px;
  background-color: #9AC9E9;
}

.walkthrough__nav {
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1301px) {
  .walkthrough__nav {
    left: -60px;
  }
}

@media (max-width: 780px) {
  .walkthrough__nav {
    display: none;
  }
}

.walkthrough__nav__list > li {
  height: 10px;
  width: 10px;
  background: #D6DBDE;
  margin-bottom: 10px;
  -webkit-transition: background-color 0.1s ease;
  transition: background-color 0.1s ease;
}

.walkthrough__nav__list > li.is-active {
  background-color: #FF5000;
}

.poster-new-wrapper {
  margin: 0 auto;
  max-width: 1240px;
}

.poster-new {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 1025px) {
  .poster-new {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.poster-new__content {
  padding: 40px 20px;
  max-width: 650px;
  padding-left: 20px;
}

@media (min-width: 1081px) {
  .poster-new__content {
    padding-left: 40px;
  }
}

@media (min-width: 1025px) {
  .poster-new__content {
    width: 33%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 1280px) {
  .poster-new__content br {
    display: none;
  }
}

@media (min-width: 1025px) {
  .poster-new__image {
    width: 67%;
  }
}

.has-js .poster-new__content__heading,
.has-js .poster-new__content__body,
.has-js .poster-new__content__cta {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.has-js .poster-new__content__body {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.has-js .poster-new__content__cta {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.has-js .is-in-view .poster-new__content__heading,
.has-js .is-in-view .poster-new__content__body,
.has-js .is-in-view .poster-new__content__cta {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.label {
  font-size: 14px;
  opacity: .6;
}

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

.input,
.input[type=text] {
  padding: 15px 20px 13px;
  border: 1px solid rgba(67, 83, 99, 0.5);
  font-size: 18px;
  background-color: #ffffff;
  color: #435363;
  height: 52px;
}

.input:focus,
.input[type=text]:focus {
  outline: 0;
  border-color: #435363;
}

.input:-webkit-autofill,
.input[type=text]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.input--block {
  display: block;
  width: 100%;
}

.textarea {
  padding: 15px 20px 13px;
  border: 1px solid rgba(67, 83, 99, 0.5);
  font-size: 18px;
  background-color: #ffffff;
  color: #435363;
  min-height: 200px;
}

.textarea:focus {
  outline: 0;
  border-color: #435363;
}

.textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.textarea--block {
  display: block;
  width: 100%;
}

.select {
  padding: 11px 50px 10px 20px;
  border: 1px solid rgba(67, 83, 99, 0.5);
  font-size: 18px;
  color: #435363;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../images/icons/nav-triangle.svg") #ffffff no-repeat;
  background-size: 10px 6px;
  background-position: right 20px center;
}

.select:focus {
  outline: 0;
  border-color: #435363;
}

.select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.select--block {
  display: block;
  width: 100%;
}

.multiselect {
  padding: 15px 50px 13px 20px;
  border: 1px solid rgba(67, 83, 99, 0.5);
  font-size: 18px;
  color: #435363;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.multiselect:focus {
  outline: 0;
  border-color: #435363;
}

.multiselect--block {
  display: block;
  width: 100%;
}

.radio {
  font-size: 18px;
  cursor: pointer;
  line-height: 1.3;
}

.radio input {
  margin-right: 6px;
}

.checkbox {
  font-size: 18px;
  cursor: pointer;
  line-height: 1.3;
}

.checkbox input {
  margin-right: 6px;
}

/**
 *
 * Button
 *
 *   All "normal" button styles will be handled here. Any buttons that
 *   don't share 1 or more values with the base object should be a new
 *   individual object.
 *
 */
a.button, input.button, button.button {
  display: inline-block;
  padding: 14px 40px 12px;
  border-radius: 1px;
  cursor: pointer;
  border: 1px solid rgba(0, 56, 101, 0.8);
  color: inherit;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

a.button:hover, input.button:hover, button.button:hover {
  border-color: #435363;
  color: inherit;
  background-color: #D6DBDE;
}

a.button--on-dark, input.button--on-dark, button.button--on-dark {
  color: #003865;
  background-color: #ffffff;
  border: 1px solid rgba(67, 83, 99, 0.5);
}

a.button--on-dark:hover, input.button--on-dark:hover, button.button--on-dark:hover {
  color: #003865;
}

a.button--cta, input.button--cta, button.button--cta {
  background-color: #FF5000;
  border-color: #FF5000;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

a.button--cta:hover, input.button--cta:hover, button.button--cta:hover {
  border-color: #e84102;
  background-color: #e84102;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

a.button--header, input.button--header, button.button--header {
  font-size: 13px;
}

a.button--header:hover, input.button--header:hover, button.button--header:hover {
  border-color: #FF5000;
  color: #ffffff;
  background-color: #FF5000;
}

a.button--header.button--cta:hover, input.button--header.button--cta:hover, button.button--header.button--cta:hover {
  border-color: #e84102;
  background-color: #e84102;
  color: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1081px) {
  a.button--header, input.button--header, button.button--header {
    padding: 10px 15px;
  }
}

.is-fixed a.button--header, .is-fixed input.button--header, .is-fixed button.button--header {
  background-color: #FF5000;
  border-color: #FF5000;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  color: #ffffff;
}

.is-fixed a.button--header:hover, .is-fixed input.button--header:hover, .is-fixed button.button--header:hover {
  color: #ffffff;
  border-color: #e84102;
  background-color: #e84102;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 1080px) {
  a.button--header, input.button--header, button.button--header {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background-color: #FF5000;
    border-color: #FF5000;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    color: #ffffff;
  }
  a.button--header:hover, input.button--header:hover, button.button--header:hover {
    color: #ffffff;
    border-color: #e84102;
    background-color: #e84102;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  }
}

a.button--block, input.button--block, button.button--block {
  display: block;
  width: 100%;
  text-align: center;
}

/**
 *
 *    Error
 *
 *     Form markup may vary w/marketo and various other third-party applications
 *     so this is mostly intended as a starting point.
 *
 */
.error, .form--marketo .mktoError {
  position: relative;
}

.error__label,
.error__text,
.form--marketo .mktoErrorMsg {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.error__label {
  line-height: 1;
  padding-right: 10px;
}


.error__text,
.form--marketo .mktoErrorMsg {
  padding-left: 10px;
  padding-top: 4px;
  text-align: right;
  color: #F6A623;
  font-weight: bold;
  font-size: 14px;
}

.is-error {
  border-color: #F6A623 !important;
}

.error-summary__icon,
.error-summary__text {
  display: inline-block;
  vertical-align: top;
}

.error-summary__icon {
  margin-right: 5px;
  line-height: 1;
}

.error-summary__text {
  width: 100%;
  max-width: 300px;
  color: #F6A623;
  font-size: 14px;
}

/**
 *
 *   Marketo Form
 *
 *     Styles for marketo forms
 */
.form--marketo {
  opacity: 0;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  display: none;
}

.form--marketo.animated {
  opacity: 1;
}

.content .form--marketo,
.content--minimal-header .form--marketo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

@media (max-width: 1023px) {
  .form--marketo .form-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}

.form--marketo .mktoRequiredField {
  position: relative;
}

.form--marketo .mktoError {
  position: absolute;
  height: 0;
  left: 0;
  right: 0px !important;
}

.form--marketo .mktoErrorMsg {
  text-align: left;
  padding-left: 0;
  padding-top: 0;
  width: 100%;
}

.form--marketo .mktoPushLast {
  -webkit-box-ordinal-group: 1000;
      -ms-flex-order: 999;
          order: 999;
}

.form--marketo label a {
  color: #4F8EBA;
  font-weight: normal;
  border-bottom: 1px solid #4F8EBA;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.form--marketo label a:hover, .form--marketo label a:active {
  color: #FF5000;
  border-bottom-color: #FF5000;
}

/* global scope rule - applies to Annuitas conatiner, too */
.mktoHtmlText a {
  color: #4F8EBA;
  font-weight: normal;
  border-bottom: 1px solid #4F8EBA;
  -webkit-transition-property: color, border-color;
  transition-property: color, border-color;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.mktoHtmlText a:hover, .mktoHtmlText a:active {
  color: #FF5000;
  border-bottom-color: #FF5000;
}

.ui-datepicker {
  min-width: 300px;
  padding: 0 4px;
}

.ui-datepicker-header {
  position: relative;
  margin: 10px 0 4px;
  border: none;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 15%;
  max-width: 40px;
  height: 100%;
  padding: 10px;
  border-radius: 0;
  border: 1px solid #ffffff;
  font-family: "FontAwesome";
}

.ui-datepicker-next-hover.ui-datepicker-prev, .ui-datepicker-next-hover.ui-datepicker-next, .ui-datepicker-prev-hover.ui-datepicker-prev, .ui-datepicker-prev-hover.ui-datepicker-next {
  border: 1px solid #9AC9E9;
}

.ui-datepicker-prev:hover, .ui-datepicker-next:hover {
  cursor: pointer;
}

.ui-datepicker-prev span, .ui-datepicker-next span {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
}

.ui-datepicker-prev {
  left: 0;
}

.ui-datepicker-prev:before {
  position: relative;
  height: 10px;
  top: -11px;
  left: 3px;
  content: "\f0d9";
}

.ui-datepicker-next {
  right: 0;
}

.ui-datepicker-next:before {
  position: relative;
  height: 10px;
  top: -11px;
  left: 5px;
  content: "\f0da";
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  text-align: center;
  width: calc(100%/7);
}

.ui-datepicker-calendar th a,
.ui-datepicker-calendar td a {
  display: block;
  text-align: center;
}

.ui-datepicker-calendar th .ui-state-default,
.ui-datepicker-calendar td .ui-state-default {
  border-color: #ffffff;
}

.ui-datepicker-calendar th .ui-state-hover,
.ui-datepicker-calendar td .ui-state-hover {
  border-color: #9AC9E9;
}

.ui-datepicker-calendar th .ui-state-highlight,
.ui-datepicker-calendar td .ui-state-highlight {
  background: #ffffff;
  border-color: #F6A623;
}

.ui-datepicker-calendar th .ui-state-highlight:hover,
.ui-datepicker-calendar td .ui-state-highlight:hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar th .ui-state-active,
.ui-datepicker-calendar td .ui-state-active {
  border-color: #FF5000;
  background: #FF5000;
  color: #ffffff;
}

.ui-datepicker-calendar th .ui-state-active.ui-state-hover,
.ui-datepicker-calendar td .ui-state-active.ui-state-hover {
  background: #f04b00;
}

/**
 * Helpers
 */
/*
  Sizes
 */
.with--text-large {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.26667;
}

@media (max-width: 1024px) {
  .with--text-large--responsive {
    font-size: 22px;
  }
}

.with--text-small {
  font-size: 18px;
  line-height: 1.55556;
}

.with--text-micro {
  font-size: 14px;
  line-height: 1.16667;
}

.with--text-small-to-large {
  font-size: 18px;
}

@media (min-width: 781px) {
  .with--text-small-to-large {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4;
  }
}

.with--text-tighter {
  line-height: 1.2;
}

/*
  Alignment
 */
.with--text-center {
  text-align: center;
}

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

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

/*
  Accessibility
 */
.with--visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*
  Styles
 */
.with--text-strong {
  font-weight: bold;
}

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

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

.with--text-light {
  font-weight: 300;
  line-height: 1.63636;
}

/*
  Transform
 */
.with--text-uppercase {
  text-transform: uppercase;
}

.with--text-fade {
  opacity: 0.5;
}

/*
  Div Wrap for border bottom
 */
.sg-sub-head {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 16px;
}

/**
 *
 * Color Helpers
 *
 *   These can be utilized by options in the CMS to change colors. Or for most
 *   cases when text or a background needs a color these helpers can handle
 *   that job without needing to re-write these styles across many
 *   different objects.
 *
 */
.with--text-white {
  color: #ffffff;
}

.with--text-orange {
  color: #FF5000;
}

.with--text-slate {
  color: #435363;
}

.with--text-light-slate {
  color: #878E97;
}

.with--text-light-blue {
  color: #9AC9E9;
}

.with--text-blue {
  color: #9AC9E9;
}

.with--text-grey-blue {
  color: #9EACB5;
}

.with--text-dark-blue {
  color: #4E6B82;
}

.with--text-link-blue {
  color: #4F8EBA;
}

.with--text-grey {
  color: #D6DBDE;
}

.with--text-light-grey {
  color: #EBEEF0;
}

.with--text-gold {
  color: #F6A623;
}

.with--text-background {
  color: #ffffff;
}

.with--text-text {
  color: #003865;
}

.with--bg-white {
  background-color: #ffffff;
}

.with--bg-orange {
  background-color: #FF5000;
}

.with--bg-slate {
  background-color: #003865;
}

.with--bg-light-slate {
  background-color: #878E97;
}

.with--bg-light-blue {
  background-color: #9AC9E9;
}

.with--bg-blue {
  background-color: #9AC9E9;
}

.with--bg-grey-blue {
  background-color: #9EACB5;
}

.with--bg-dark-blue {
  background-color: #003865;
}

.with--bg-new-blue {
  background-color: #00284C;
  background-color: #003865;
}

.with--bg-link-blue {
  background-color: #4F8EBA;
}

.with--bg-grey {
  background-color: #D6DBDE;
}

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

.with--bg-gold {
  background-color: #F6A623;
}

.with--bg-background {
  background-color: #ffffff;
}

.with--bg-text {
  background-color: #003865;
}

.with--svg-white svg path {
  fill: #FFF;
}

.with--bg-textured {
  background: url("../images/texture-light-grey.png") no-repeat #EBEEF0 bottom right;
  background-size: cover;
}

.with--bg-textured.druva-table {
  background-size: contain;
  background-position-y: top;
}

@media (min-width: 781px) {
  .with--hidden-above-hand {
    display: none;
  }
}

@media (max-width: 780px) {
  .with--hidden-below-hand {
    display: none;
  }
}

@media (min-width: 1025px) {
  .with--hidden-above-lap {
    display: none;
  }
}

@media (max-width: 1024px) {
  .with--hidden-below-lap {
    display: none;
  }
}

@media (min-width: 2025px) {
  .with--hidden-above-desk {
    display: none;
  }
}

@media (max-width: 2024px) {
  .with--hidden-below-desk {
    display: none;
  }
}

/**
 *
 * Animate helper
 *
 *  For objects that might not have their own set of styles but need to be animated
 *
 */
.has-js [data-scroll-class] .with--block-animate {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.has-js [data-scroll-class].is-in-view .with--block-animate {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(2) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(3) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(4) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(5) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(6) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(7) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.has-js [data-scroll-class] .with--block-animate:nth-child(8) {
  -webkit-transition-delay: .35s;
          transition-delay: .35s;
}

/**
 *
 * Parallax
 *
 *   Disables CSS parallax scrolling for mobile
 *   to improve performance
 *
 */
@media (max-width: 1024px) {
  .with--parallax {
    background-attachment: scroll !important;
  }
}

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