@charset "UTF-8";
/*
 *  ██████████ ███████████████████
 *  ██████████ ███████████████████
 *  ██████████ ███████████████████
 *  ██████   █   ████▀   ████▀  ▄▄
 *  ██████   █   ███▀    ███▀   ██
 *  ██████   █   ██▀  ▄  ██▀   ███
 *  ██████   █   █▀  ▄█  █▀   ████
 *  ██▀▀▀▀   █   ▀  ▄██  ▀   █████
 *  ▀▀             ▄███     ██████
 *  ███████████████████ ██████████
 *  ███████████████████ ██████████
 *  Theme by LyntonWeb. v0.1.0
 *  http://www.lyntonweb.com
 *
 */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css);
.accented {
  color: #e5a514; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: none;
  padding: 0; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

* {
  margin-top: 0;
  margin-bottom: 0; }
  * + * {
    margin-top: 1.5em; }
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
            box-sizing: inherit;
    background-repeat: no-repeat; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: normal 16.2px/1.5 proxima-nova, Helvetica Neue, Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    html {
      font-size: 18px; } }
  .lt-ie9 html {
    font-size: 18px; }

html {
  color: #666666; }

html {
  background-color: white; }

a, .video-filter {
  color: #e5a514; }

dl dt, .checklist li:before, .hs-form-field .hs-form-required, .collapsible-text--open .collapsible-text__title:after, .slider__control--direction:hover, .hs_cos_flex-direction-nav a:hover, .slider__control--direction--next:hover, .slider__next:hover, .slider--thumbs__control--direction--next:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .slider__control--direction--prev:hover, .slider__prev:hover, .slider--thumbs__control--direction--prev:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .slider--thumbs__control--direction:hover, .slider__control--direction:active, .hs_cos_flex-direction-nav a:active, .slider__control--direction--next:active, .slider__next:active, .slider--thumbs__control--direction--next:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .slider__control--direction--prev:active, .slider__prev:active, .slider--thumbs__control--direction--prev:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .slider--thumbs__control--direction:active, .slider__control--direction:focus, .hs_cos_flex-direction-nav a:focus, .slider__control--direction--next:focus, .slider__next:focus, .slider--thumbs__control--direction--next:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .slider__control--direction--prev:focus, .slider__prev:focus, .slider--thumbs__control--direction--prev:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .slider--thumbs__control--direction:focus, .slider__control--direction--hover {
  color: #002d72; }

.hs-error-msgs {
  background-color: #002d72;
  color: white; }
  hr, .hs-error-msgs:after {
    border-top-color: #002d72; }

.hs-input {
  background-color: white;
  border-color: white; }

html {
  border-color: #e4e4e4; }

.bordered-section {
  border-color: #e4e4e4; }
  .collapsible-text__body {
    border-top-color: #e4e4e4; }

h1,
.heading--alpha, h2,
.heading--beta, h3,
.heading--gamma, h4,
.heading--delta, h5,
.heading--epsilon, h6,
.heading--zeta, .cta-text .hs_cos_wrapper {
  color: #002d72; }

.header-container-wrapper,
.body-container-wrapper,
.footer-container-wrapper {
  margin-top: 0; }

::selection {
  background-color: #002d72;
  color: white; }

.clearfix,
.row-fluid,
.widget-span,
.hs-breadcrumb-menu-wrapper,
.hs_cos_flex-slides,
.video-description,
.video-group .hs_cos_wrapper_type_rich_text,
.blog-thumbs,
.slider,
.hs_cos_flex-slider,
.slider__slides,
.community-description {
  *zoom: 1; }
  .clearfix:after,
  .row-fluid:after,
  .widget-span:after,
  .hs-breadcrumb-menu-wrapper:after,
  .hs_cos_flex-slides:after,
  .video-description:after,
  .video-group .hs_cos_wrapper_type_rich_text:after,
  .blog-thumbs:after,
  .slider:after,
  .hs_cos_flex-slider:after,
  .slider__slides:after,
  .community-description:after {
    content: ' ';
    display: table;
    clear: both; }

.container,
.slider__caption > *,
.caption > *,
.slider__caption--superimpose > *,
.superimpose .caption > * {
  max-width: 96%;
  width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
  float: none !important; }
  .container--full {
    width: 1920px !important; }
  .container--large {
    width: 1350px !important; }
  .container--third {
    width: 900px !important; }
  .container--half {
    width: 800px !important; }
  .container--small {
    width: 700px !important; }
  .container--tiny {
    width: 650px !important; }
  .container--medium {
    width: 1050px !important; }
  @media (max-width: 767px) {
    .container,
    .slider__caption > *,
    .caption > *,
    .slider__caption--superimpose > *,
    .superimpose .caption > * {
      max-width: 90%; } }

/* http://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/ */
.hs_cos_wrapper_type_blog_subscribe .hs_email > label, .subscribe-form .hs-form-field > label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.text-color--alpha {
  color: #002d72 !important; }

.text-color--alpha-medium {
  color: #007cba !important; }

.text-color--alpha-light {
  color: #5f9cd0 !important; }

.text-color--alpha-lighter {
  color: #F9FCFF !important; }

.text-color--beta {
  color: #e5a514 !important; }

.text-color--gamma {
  color: #81bc00 !important; }

.text-color--gold {
  color: #F89E33 !important; }

.text-color--flamingo {
  color: #F66025 !important; }

.text-color--alto {
  color: #D6D6D6 !important; }

dl dt, .checklist li:before, .hs-form-field .hs-form-required, .collapsible-text--open .collapsible-text__title:after, .slider__control--direction:hover, .hs_cos_flex-direction-nav a:hover, .slider__control--direction--next:hover, .slider__next:hover, .slider--thumbs__control--direction--next:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .slider__control--direction--prev:hover, .slider__prev:hover, .slider--thumbs__control--direction--prev:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .slider--thumbs__control--direction:hover, .slider__control--direction:active, .hs_cos_flex-direction-nav a:active, .slider__control--direction--next:active, .slider__next:active, .slider--thumbs__control--direction--next:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .slider__control--direction--prev:active, .slider__prev:active, .slider--thumbs__control--direction--prev:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .slider--thumbs__control--direction:active, .slider__control--direction:focus, .hs_cos_flex-direction-nav a:focus, .slider__control--direction--next:focus, .slider__next:focus, .slider--thumbs__control--direction--next:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .slider__control--direction--prev:focus, .slider__prev:focus, .slider--thumbs__control--direction--prev:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .slider--thumbs__control--direction:focus, .slider__control--direction--hover {
  color: #002d72; }

.hs-error-msgs {
  background-color: #002d72;
  color: white; }
  hr, .hs-error-msgs:after {
    border-top-color: #002d72; }

.row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: 10px; }

.flush-rows > .row-fluid-wrapper {
  margin-top: 0 !important; }

.double-rows > .row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: 20px; }

.large-rows > .row-fluid-wrapper + .row-fluid-wrapper {
  margin-top: 3em; }

.row-fluid [class*="span"] {
  min-height: 1px; }

@media (min-width: 768px) {
  .row-fluid .widget-span--first {
    margin-left: 0; }
  .row-fluid .widget-span--last {
    float: right;
    margin-left: 1.6949152542%; } }

.lt-ie9 .row-fluid .widget-span--first {
  margin-left: 0; }

.lt-ie9 .row-fluid .widget-span--last {
  float: right;
  margin-left: 1.6949152542%; }

@media (min-width: 768px) {
  .widget-span {
    margin-top: 0; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
      margin-left: 0 !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span1, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span1 {
        width: 8.3333333333% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span2, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span2 {
        width: 16.6666666667% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span3, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span3 {
        width: 25% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span4, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span4 {
        width: 33.3333333333% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span5, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span5 {
        width: 41.6666666667% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span6, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span6 {
        width: 50% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span7, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span7 {
        width: 58.3333333333% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span8, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span8 {
        width: 66.6666666667% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span9, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span9 {
        width: 75% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span10, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span10 {
        width: 83.3333333333% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span11, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span11 {
        width: 91.6666666667% !important; }
      .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span12, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span.span12 {
        width: 100% !important; } }

.lt-ie9 .widget-span {
  margin-top: 0; }
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span {
    margin-left: 0 !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span1, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span1 {
      width: 8.3333333333% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span2, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span2 {
      width: 16.6666666667% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span3, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span3 {
      width: 25% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span4, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span4 {
      width: 33.3333333333% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span5, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span5 {
      width: 41.6666666667% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span6, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span6 {
      width: 50% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span7, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span7 {
      width: 58.3333333333% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span8, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span8 {
      width: 66.6666666667% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span9, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span9 {
      width: 75% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span10, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span10 {
      width: 83.3333333333% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span11, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span11 {
      width: 91.6666666667% !important; }
    .flush-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span12, .separated-widgets > .row-fluid-wrapper > .row-fluid > .lt-ie9 .widget-span.span12 {
      width: 100% !important; }

@media (max-width: 767px) {
  .flush-widgets > .row-fluid-wrapper > .row-fluid > .widget-span, .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
    margin-top: 0 !important; }
  .widget-span + .widget-span {
    margin-top: 10px; }
  .double-rows > .row-fluid-wrapper > .row-fluid > .widget-span + .widget-span {
    margin-top: 20px; }
  .large-rows > .row-fluid-wrapper > .row-fluid > .widget-span + .widget-span {
    margin-top: 3em; } }

.separated-widgets {
  border-right: 10px solid white; }
  @media (min-width: 768px) {
    .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
      border-left: 10px solid white; }
      .container .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span:first-child {
        border-left: 0; } }
  .lt-ie9 .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
    border-left: 10px solid white; }
    .container .lt-ie9 .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span:first-child {
      border-left: 0; }
  @media (max-width: 767px) {
    .separated-widgets > .row-fluid-wrapper > .row-fluid > .widget-span {
      border-top: 10px solid white; } }

.hs_cos_wrapper_widget {
  display: block; }

@media (min-width: 768px) {
  .row-of-5 .row-fluid-wrapper {
    margin-top: 0;
    width: 18.3673469388%;
    float: left;
    margin-left: 2.0408163265%; }
    .row-of-5 .row-fluid-wrapper:first-child {
      margin-left: 0; } }

.lt-ie9 .row-of-5 .row-fluid-wrapper {
  margin-top: 0;
  width: 18.3673469388%;
  float: left;
  margin-left: 2.0408163265%; }
  .lt-ie9 .row-of-5 .row-fluid-wrapper:first-child {
    margin-left: 0; }

.inline-row {
  text-align: center;
  letter-spacing: .5em; }
  .inline-row .row-fluid-wrapper {
    display: inline-block;
    letter-spacing: 0;
    vertical-align: middle;
    margin-top: 0; }
    .inline-row .row-fluid-wrapper .widget-span {
      float: none;
      width: auto; }

/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  /* Suppress the space beneath the baseline */ }
  img[style*="left"] {
    margin-right: 1.5em; }
  img[style*="right"] {
    margin-left: 1.5em; }

/* Videos */
video {
  max-width: 100%;
  height: auto; }

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  padding-bottom: 56.25%;
  margin-left: auto;
  margin-right: auto; }
  .hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed, .hs-responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0; }
  .hs-responsive-embed-instagram {
    padding-bottom: 116.01%; }
  .hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0; }
    .hs-responsive-embed-pinterest iframe {
      position: static;
      width: auto;
      height: auto; }

iframe {
  max-width: 100%;
  border: 0; }
  iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%; }

#fb-root {
  margin-top: 0; }

/* Icon Font Fix */
.fa {
  margin-top: 0; }

/* Editor Fix */
.hs-ipe-overlay {
  margin-top: 0; }

/* responsive pre elements */
pre {
  overflow-x: auto; }

/* Real/Equal Height on mobile */
@media (max-width: 767px) {
  .natural-mobile {
    height: auto !important; } }

/* Text Utility Class */
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }
  @media (min-width: 768px) {
    .text-right--tablet {
      text-align: right; } }
  .lt-ie9 .text-right--tablet {
    text-align: right; }
  @media (max-width: 767px) {
    .text-right--tablet {
      text-align: inherit; } }

.text-shadow {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
  .text-shadow h1 strong:first-child, .text-shadow .heading--alpha strong:first-child, .text-shadow h2 strong:first-child, .text-shadow .heading--beta strong:first-child, .text-shadow h3 strong:first-child, .text-shadow .heading--gamma strong:first-child, .text-shadow h4 strong:first-child, .text-shadow .heading--delta strong:first-child, .text-shadow h5 strong:first-child, .text-shadow .heading--epsilon strong:first-child, .text-shadow h6 strong:first-child, .text-shadow .heading--zeta strong:first-child, .text-shadow .cta-text .hs_cos_wrapper strong:first-child, .cta-text .text-shadow .hs_cos_wrapper strong:first-child {
    text-shadow: none; }

.text-light {
  font-weight: 300; }

.flush-images img {
  margin: 0; }

@media (min-width: 768px) {
  .logos {
    text-align: justify;
    line-height: 0; }
    .logos img {
      vertical-align: middle;
      margin: 0; }
    .logos .hs_cos_wrapper:after {
      content: '';
      height: 0;
      width: 100%;
      display: inline-block; } }

.lt-ie9 .logos {
  text-align: justify;
  line-height: 0; }
  .lt-ie9 .logos img {
    vertical-align: middle;
    margin: 0; }
  .lt-ie9 .logos .hs_cos_wrapper:after {
    content: '';
    height: 0;
    width: 100%;
    display: inline-block; }

@media (max-width: 767px) {
  .logos img {
    display: block;
    margin: auto; }
    .logos img + img {
      margin-top: .25em; } }

@media (min-width: 768px) {
  .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span,
  .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span {
    display: table; }
    .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper,
    .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper,
    .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper,
    .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper {
      vertical-align: middle;
      display: table-cell;
      width: 100%; } }

.lt-ie9 .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span, .lt-ie9
.vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span {
  display: table; }
  .lt-ie9 .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper,
  .lt-ie9 .vertical-center-row > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper, .lt-ie9
  .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper,
  .lt-ie9
  .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper {
    vertical-align: middle;
    display: table-cell;
    width: 100%; }

@media (min-width: 768px) {
  .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper,
  .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper {
    vertical-align: bottom; } }

.lt-ie9 .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper,
.lt-ie9 .vertical-bottom-row > .row-fluid-wrapper > .row-fluid > .widget-span > .row-fluid-wrapper {
  vertical-align: bottom; }

@media (min-width: 768px) {
  .row-fluid-wrapper .vertical-center {
    display: table; }
    .row-fluid-wrapper .vertical-center > .cell-wrapper {
      vertical-align: middle;
      display: table-cell;
      border: inherit; } }

.lt-ie9 .row-fluid-wrapper .vertical-center {
  display: table; }
  .lt-ie9 .row-fluid-wrapper .vertical-center > .cell-wrapper {
    vertical-align: middle;
    display: table-cell;
    border: inherit; }

.full-height-widget,
.full-height-widget > .row-fluid-wrapper,
.full-height-widget > .row-fluid-wrapper > .row-fluid,
.full-height-widget > .row-fluid-wrapper > .row-fluid > .widget-span,
.full-height-widget > .cell-wrapper,
.full-height-widget > .cell-wrapper > .hs_cos_wrapper {
  height: 100%; }

.equal-widgets .equalized > .row-fluid-wrapper,
.equal-widgets .equalized > .row-fluid-wrapper > .row-fluid {
  height: 100%; }

.equal-widgets > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper,
.equal-widgets > .row-fluid-wrapper > .row-fluid > .widget-span > .cell-wrapper > .hs_cos_wrapper {
  height: 100%; }

@media (min-width: 768px) {
  .padded-module {
    padding-top: 10px;
    padding-bottom: 10px; }
    .padded-module--top {
      padding-top: 10px; }
    .padded-module--left {
      padding-left: 10px; }
    .padded-module--bottom {
      padding-bottom: 10px; }
    .padded-module--right {
      padding-right: 10px; }
    .padded-module--all {
      padding: 10px; } }

.lt-ie9 .padded-module {
  padding-top: 10px;
  padding-bottom: 10px; }
  .lt-ie9 .padded-module--top {
    padding-top: 10px; }
  .lt-ie9 .padded-module--left {
    padding-left: 10px; }
  .lt-ie9 .padded-module--bottom {
    padding-bottom: 10px; }
  .lt-ie9 .padded-module--right {
    padding-right: 10px; }
  .lt-ie9 .padded-module--all {
    padding: 10px; }

a, .video-filter {
  color: #e5a514; }

a, .video-filter {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none; }

.more-link, .live-long-page .post-link__more {
  text-transform: uppercase; }
  .more-link:after, .live-long-page .post-link__more:after {
    content: "";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    margin-left: .5em; }
  .more-link + .more-link, .live-long-page .post-link__more + .more-link, .live-long-page .more-link + .post-link__more, .live-long-page .post-link__more + .post-link__more {
    margin-left: 2em; }

li + li {
  margin-top: .5em; }

.text-center ul, ul[style*="text-align: center"], ul[style*="text-align: center"], ul[style*="text-align: center"], ul.center-list, .text-center ol,
ol[style*="text-align: center"],
ol[style*="text-align: center"],
ol[style*="text-align: center"],
ol.center-list, .text-center li,
li[style*="text-align: center"],
li[style*="text-align: center"],
li[style*="text-align: center"],
li.center-list {
  list-style-position: inside; }

ul .center-list,
ol .center-list,
li .center-list {
  text-align: center; }

.text-right ul, ul[style*="text-align: right"], ul[style*="text-align: right"], ul[style*="text-align: right"], ul.right-list, .text-right ol,
ol[style*="text-align: right"],
ol[style*="text-align: right"],
ol[style*="text-align: right"],
ol.right-list, .text-right li,
li[style*="text-align: right"],
li[style*="text-align: right"],
li[style*="text-align: right"],
li.right-list {
  list-style-position: inside; }

ul .right-list,
ol .right-list,
li .right-list {
  text-align: right; }

@media (min-width: 768px) {
  ul.split-list li {
    display: inline-block;
    width: 40%;
    margin-right: 3%;
    vertical-align: top;
    margin-top: 0;
    margin-bottom: .5em; } }

.lt-ie9 ul.split-list li {
  display: inline-block;
  width: 40%;
  margin-right: 3%;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: .5em; }

dl dt {
  font-weight: bold; }

dl dd {
  margin: 0; }

address {
  font-style: normal; }

hr {
  width: 50px;
  display: inline-block;
  border: none;
  border-top: 2px solid; }

h1,
.heading--alpha, h2,
.heading--beta, h3,
.heading--gamma, h4,
.heading--delta, h5,
.heading--epsilon, h6,
.heading--zeta, .cta-text .hs_cos_wrapper,
.heading {
  text-rendering: optimizelegibility;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600; }
  h1 a, .heading--alpha a, h2 a, .heading--beta a, h3 a, .heading--gamma a, h4 a, .heading--delta a, h5 a, .heading--epsilon a, h6 a, .heading--zeta a, .cta-text .hs_cos_wrapper a, h1 .video-filter, .heading--alpha .video-filter, h2 .video-filter, .heading--beta .video-filter, h3 .video-filter, .heading--gamma .video-filter, h4 .video-filter, .heading--delta .video-filter, h5 .video-filter, .heading--epsilon .video-filter, h6 .video-filter, .heading--zeta .video-filter, .cta-text .hs_cos_wrapper .video-filter,
  .heading a,
  .heading .video-filter {
    text-decoration: none;
    color: inherit; }
  h1,
  .heading--alpha {
    font-size: 21px; }
    @media (min-width: 768px) {
      h1,
      .heading--alpha {
        font-size: 30px; } }
    .lt-ie9 h1, .lt-ie9
    .heading--alpha {
      font-size: 30px; }
  h2,
  .heading--beta {
    font-size: 16.8px; }
    @media (min-width: 768px) {
      h2,
      .heading--beta {
        font-size: 24px; } }
    .lt-ie9 h2, .lt-ie9
    .heading--beta {
      font-size: 24px; }
  h3,
  .heading--gamma {
    font-size: 16.8px; }
    @media (min-width: 768px) {
      h3,
      .heading--gamma {
        font-size: 24px; } }
    .lt-ie9 h3, .lt-ie9
    .heading--gamma {
      font-size: 24px; }
  h4,
  .heading--delta {
    font-size: 1em; }
    @media (min-width: 768px) {
      h4,
      .heading--delta {
        font-size: 20px; } }
    .lt-ie9 h4, .lt-ie9
    .heading--delta {
      font-size: 20px; }
  h5,
  .heading--epsilon {
    font-size: 1em; }
    @media (min-width: 768px) {
      h5,
      .heading--epsilon {
        font-size: 18px; } }
    .lt-ie9 h5, .lt-ie9
    .heading--epsilon {
      font-size: 18px; }
  h6,
  .heading--zeta {
    font-size: 1em; }
    @media (min-width: 768px) {
      h6,
      .heading--zeta {
        font-size: 18px; } }
    .lt-ie9 h6, .lt-ie9
    .heading--zeta {
      font-size: 18px; }
  h1 + *, .heading--alpha + *, h2 + *, .heading--beta + *, h3 + *, .heading--gamma + *, h4 + *, .heading--delta + *, h5 + *, .heading--epsilon + *, h6 + *, .heading--zeta + *, .cta-text .hs_cos_wrapper + *,
  .heading + * {
    margin-top: .75em; }
  h1 img, .heading--alpha img, h2 img, .heading--beta img, h3 img, .heading--gamma img, h4 img, .heading--delta img, h5 img, .heading--epsilon img, h6 img, .heading--zeta img, .cta-text .hs_cos_wrapper img,
  .heading img {
    display: block; }
  h1 strong, .heading--alpha strong, h2 strong, .heading--beta strong, h3 strong, .heading--gamma strong, h4 strong, .heading--delta strong, h5 strong, .heading--epsilon strong, h6 strong, .heading--zeta strong, .cta-text .hs_cos_wrapper strong,
  .heading strong {
    background-color: white;
    color: #002d72;
    padding: .25em;
    font-weight: inherit;
    display: inline-block;
    margin-top: .25em; }
    h1 strong:first-child, .heading--alpha strong:first-child, h2 strong:first-child, .heading--beta strong:first-child, h3 strong:first-child, .heading--gamma strong:first-child, h4 strong:first-child, .heading--delta strong:first-child, h5 strong:first-child, .heading--epsilon strong:first-child, h6 strong:first-child, .heading--zeta strong:first-child, .cta-text .hs_cos_wrapper strong:first-child,
    .heading strong:first-child {
      font-size: 1.6em;
      background-color: #002d72;
      color: white;
      font-weight: bold;
      margin-top: 0;
      letter-spacing: .15em; }
      .colored-section[style*="background-image"] h1 strong:first-child, .colored-section[style*="background-image"] .heading--alpha strong:first-child, .colored-section[style*="background-image"] h2 strong:first-child, .colored-section[style*="background-image"] .heading--beta strong:first-child, .colored-section[style*="background-image"] h3 strong:first-child, .colored-section[style*="background-image"] .heading--gamma strong:first-child, .colored-section[style*="background-image"] h4 strong:first-child, .colored-section[style*="background-image"] .heading--delta strong:first-child, .colored-section[style*="background-image"] h5 strong:first-child, .colored-section[style*="background-image"] .heading--epsilon strong:first-child, .colored-section[style*="background-image"] h6 strong:first-child, .colored-section[style*="background-image"] .heading--zeta strong:first-child, .colored-section[style*="background-image"] .cta-text .hs_cos_wrapper strong:first-child, .cta-text .colored-section[style*="background-image"] .hs_cos_wrapper strong:first-child, .colored-section[style*="background-image"]
      .heading strong:first-child {
        background-color: rgba(0, 45, 114, 0.8); }

.subheading {
  font-size: 18.2px; }
  @media (min-width: 768px) {
    .subheading {
      font-size: 26px; } }
  .lt-ie9 .subheading {
    font-size: 26px; }
  h1 + .subheading, .heading--alpha + .subheading, h2 + .subheading, .heading--beta + .subheading, h3 + .subheading, .heading--gamma + .subheading, h4 + .subheading, .heading--delta + .subheading, h5 + .subheading, .heading--epsilon + .subheading, h6 + .subheading, .heading--zeta + .subheading, .cta-text .hs_cos_wrapper + .subheading {
    margin-top: .5em; }

.hs-button, .form .btn-primary, .resource-link__more, .community-description__links a,
.button {
  display: inline-block;
  padding: 1em 2em;
  border-radius: 2em;
  border: 2px solid;
  outline: 0;
  text-decoration: none;
  text-overflow: ellipsis;
  text-align: center;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 18px;
  font-size: 1rem;
  background-color: #e5a514;
  color: white !important;
  border-color: #e5a514; }
  .hs-button:hover, .form .btn-primary:hover, .resource-link__more:hover, .community-description__links a:hover, .hs-button:active, .form .btn-primary:active, .resource-link__more:active, .community-description__links a:active, .hs-button:focus, .form .btn-primary:focus, .resource-link__more:focus, .community-description__links a:focus,
  .button:hover,
  .button:active,
  .button:focus,
  .button--hover {
    color: white !important; }
  .button--ghost.hs-button, .form .button--ghost.btn-primary, .button--ghost.resource-link__more, .community-description__links a.button--ghost,
  .button.button--ghost,
  .button--ghost {
    background-color: transparent;
    color: #e5a514 !important;
    border-color: #e5a514; }
    .button--ghost.hs-button:hover, .form .button--ghost.btn-primary:hover, .button--ghost.resource-link__more:hover, .community-description__links a.button--ghost:hover, .button--ghost.hs-button:active, .form .button--ghost.btn-primary:active, .button--ghost.resource-link__more:active, .community-description__links a.button--ghost:active, .button--ghost.hs-button:focus, .form .button--ghost.btn-primary:focus, .button--ghost.resource-link__more:focus, .community-description__links a.button--ghost:focus, .button--ghost--hover.hs-button, .form .button--ghost--hover.btn-primary, .button--ghost--hover.resource-link__more, .community-description__links a.button--ghost--hover,
    .button.button--ghost:hover,
    .button.button--ghost:active,
    .button.button--ghost:focus,
    .button.button--ghost--hover,
    .button--ghost:hover,
    .button--ghost:active,
    .button--ghost:focus,
    .button--ghost--hover {
      color: white !important; }
  
  .button--beta {
    background-color: #002d72;
    color: white !important;
    border-color: #002d72; }
    
    .button--beta:hover,
    .button--beta:active,
    .button--beta:focus,
    .button--beta--hover {
      color: white !important; }
    
    .button--beta.button--ghost,
    .button--beta--ghost {
      background-color: transparent;
      color: #002d72 !important;
      border-color: #002d72; }
      
      .button--beta.button--ghost:hover,
      .button--beta.button--ghost:active,
      .button--beta.button--ghost:focus,
      .button--beta.button--ghost--hover,
      .button--beta--ghost:hover,
      .button--beta--ghost:active,
      .button--beta--ghost:focus,
      .button--beta--ghost--hover {
        color: white !important; }
  
  .button--gamma {
    background-color: #007cba;
    color: white !important;
    border-color: #007cba; }
    
    .button--gamma:hover,
    .button--gamma:active,
    .button--gamma:focus,
    .button--gamma--hover {
      color: white !important; }
    
    .button--gamma.button--ghost,
    .button--gamma--ghost {
      background-color: transparent;
      color: #007cba !important;
      border-color: #007cba; }
      
      .button--gamma.button--ghost:hover,
      .button--gamma.button--ghost:active,
      .button--gamma.button--ghost:focus,
      .button--gamma.button--ghost--hover,
      .button--gamma--ghost:hover,
      .button--gamma--ghost:active,
      .button--gamma--ghost:focus,
      .button--gamma--ghost--hover {
        color: white !important; }
  .hs-button:after, .form .btn-primary:after, .resource-link__more:after, .community-description__links a:after, .hs-button:before, .form .btn-primary:before, .resource-link__more:before, .community-description__links a:before,
  .button:after,
  .button:before {
    vertical-align: middle;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none; }
  
  .button--more:after {
    content: " "; }
  
  .button--down:after,
  .button--download:after {
    content: " "; }
  
  .button--phone:before {
    content: " "; }
  
  .button--next:after {
    content: " "; }
  
  .button--prev:before {
    content: " "; }

.button {
  display: block;
  width: 98%;
  margin: auto; }
  @media (min-width: 768px) {
    .button {
      display: inline-block;
      width: auto; } }
  .lt-ie9 .button {
    display: inline-block;
    width: auto; }
  @media (max-width: 767px) {
    .button + .button {
      margin-top: .5em; } }
  .button.cta_button {
    -webkit-box-sizing: inherit !important;
            box-sizing: inherit !important; }

.hs-button {
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  white-space: pre-wrap; }

.buttons {
  text-align: center; }

.checklist {
  list-style: none;
  padding-left: 0; }
  .checklist li {
    position: relative;
    padding-left: 2em; }
    .checklist li:before {
      content: "";
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      text-transform: none;
      speak: none;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 1.5em;
      line-height: 1; }
    .checklist li + li {
      margin-top: .5em; }

.hs_cos_wrapper_type_language_switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .hs_cos_wrapper_type_language_switcher .lang_switcher_class .globe_class {
    background-size: contain;
    padding-top: 28px;
    padding-bottom: 25px; }
  .hs_cos_wrapper_type_language_switcher .lang_switcher_class .lang_list_class {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding-top: 5px;
    padding-bottom: 5px;
    top: 50px;
    background-color: #fff; }
    .hs_cos_wrapper_type_language_switcher .lang_switcher_class .lang_list_class::before, .hs_cos_wrapper_type_language_switcher .lang_switcher_class .lang_list_class::after {
      display: none; }
    .hs_cos_wrapper_type_language_switcher .lang_switcher_class .lang_list_class li {
      margin-top: 0;
      border: none;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding-top: 5px;
      padding-bottom: 5px;
      margin-top: 0; }
      .hs_cos_wrapper_type_language_switcher .lang_switcher_class .lang_list_class li:first-child {
        color: #002d72;
        font-weight: 700; }
      .hs_cos_wrapper_type_language_switcher .lang_switcher_class .lang_list_class li:hover {
        background-color: #f5f5f5; }
      .hs_cos_wrapper_type_language_switcher .lang_switcher_class .lang_list_class li a {
        color: #333;
        font-size: 14px; }
        .hs_cos_wrapper_type_language_switcher .lang_switcher_class .lang_list_class li a:hover {
          color: #333; }

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .hs-menu-wrapper ul li {
    margin-top: 0; }

.hs-menu-wrapper a {
  display: block;
  text-decoration: none; }

.hs-breadcrumb-menu {
  line-height: 1;
  font-size: .8em; }
  .hs-breadcrumb-menu .hs-breadcrumb-menu-item {
    margin-top: 0;
    padding: .25em;
    padding-right: 0; }
  .hs-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
    content: "/";
    padding-left: .25em; }

.hs_cos_wrapper_type_follow_me > div {
  letter-spacing: .75em; }

.fm_button,
.social-media__service {
  text-decoration: none !important;
  vertical-align: middle;
  font-size: 2em;
  margin-left: .25em; }
  .fm_button:first-child,
  .social-media__service:first-child {
    margin-left: 0; }
  .fm_button:hover, .fm_button:active, .fm_button:focus, .fm_button--hover,
  .social-media__service:hover,
  .social-media__service:active,
  .social-media__service:focus,
  .social-media__service--hover {
    text-decoration: none; }
  .fm_button.fm_twitter:before, .fm_button.social-media__service--twitter:before,
  .social-media__service.fm_twitter:before,
  .social-media__service.social-media__service--twitter:before {
    content: ""; }
  .fm_button.fm_facebook:before, .fm_button.social-media__service--facebook:before,
  .social-media__service.fm_facebook:before,
  .social-media__service.social-media__service--facebook:before {
    content: ""; }
  .fm_button.fm_linkedin:before, .fm_button.social-media__service--linkedin:before,
  .social-media__service.fm_linkedin:before,
  .social-media__service.social-media__service--linkedin:before {
    content: ""; }
  .fm_button.fm_googleplus:before, .fm_button.social-media__service--googleplus:before,
  .social-media__service.fm_googleplus:before,
  .social-media__service.social-media__service--googleplus:before {
    content: ""; }
  .fm_button.fm_instagram:before, .fm_button.social-media__service--instagram:before,
  .social-media__service.fm_instagram:before,
  .social-media__service.social-media__service--instagram:before {
    content: ""; }
  .fm_button.fm_xing:before, .fm_button.social-media__service--xing:before,
  .social-media__service.fm_xing:before,
  .social-media__service.social-media__service--xing:before {
    content: ""; }
  .fm_button.fm_rss:before, .fm_button.social-media__service--rss:before,
  .social-media__service.fm_rss:before,
  .social-media__service.social-media__service--rss:before {
    content: ""; }
  .fm_button.fm_pinterest:before, .fm_button.social-media__service--pinterest:before,
  .social-media__service.fm_pinterest:before,
  .social-media__service.social-media__service--pinterest:before {
    content: ""; }
  .fm_button.fm_youtube:before, .fm_button.social-media__service--youtube:before,
  .social-media__service.fm_youtube:before,
  .social-media__service.social-media__service--youtube:before {
    content: ""; }
  .fm_button.fm_snapchat:before, .fm_button.social-media__service--snapchat:before,
  .social-media__service.fm_snapchat:before,
  .social-media__service.social-media__service--snapchat:before {
    content: ""; }
  .fm_button.fm_default:before, .fm_button.social-media__service--default:before,
  .social-media__service.fm_default:before,
  .social-media__service.social-media__service--default:before {
    content: ""; }
  .fm_button.fm_website:before, .fm_button.social-media__service--website:before,
  .social-media__service.fm_website:before,
  .social-media__service.social-media__service--website:before {
    content: ""; }
  .fm_button.fm_email:before, .fm_button.social-media__service--email:before,
  .social-media__service.fm_email:before,
  .social-media__service.social-media__service--email:before {
    content: ""; }
  .fm_button:before,
  .social-media__service:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none; }
  .fm_button span,
  .social-media__service span {
    display: none !important; }

.social-media--sharing .social-media__service {
  font-size: 1.1em;
  vertical-align: bottom; }

.social-media--stacked .social-media__service {
  display: block;
  margin: 0; }

.social-media__label {
  display: inline-block;
  font-size: 15px;
  font-size: 0.8333333333rem; }

.hs_cos_wrapper_type_header {
  text-align: center; }
  .hs_cos_wrapper_type_header h1,
  .hs_cos_wrapper_type_header .heading--alpha, .hs_cos_wrapper_type_header h2,
  .hs_cos_wrapper_type_header .heading--beta, .hs_cos_wrapper_type_header h3,
  .hs_cos_wrapper_type_header .heading--gamma, .hs_cos_wrapper_type_header h4,
  .hs_cos_wrapper_type_header .heading--delta, .hs_cos_wrapper_type_header h5,
  .hs_cos_wrapper_type_header .heading--epsilon, .hs_cos_wrapper_type_header h6,
  .hs_cos_wrapper_type_header .heading--zeta, .hs_cos_wrapper_type_header .cta-text .hs_cos_wrapper, .cta-text .hs_cos_wrapper_type_header .hs_cos_wrapper {
    display: inline-block;
    background-color: #002d72;
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: .25em;
    letter-spacing: .15em; }
    .hs_cos_wrapper_type_header h1 {
      font-size: 33.6px; }
      @media (min-width: 768px) {
        .hs_cos_wrapper_type_header h1 {
          font-size: 48px; } }
      .lt-ie9 .hs_cos_wrapper_type_header h1 {
        font-size: 48px; }
    .hs_cos_wrapper_type_header h2 {
      font-size: 26.88px; }
      @media (min-width: 768px) {
        .hs_cos_wrapper_type_header h2 {
          font-size: 38.4px; } }
      .lt-ie9 .hs_cos_wrapper_type_header h2 {
        font-size: 38.4px; }
    .hs_cos_wrapper_type_header h3 {
      font-size: 26.88px; }
      @media (min-width: 768px) {
        .hs_cos_wrapper_type_header h3 {
          font-size: 38.4px; } }
      .lt-ie9 .hs_cos_wrapper_type_header h3 {
        font-size: 38.4px; }
    .hs_cos_wrapper_type_header h4 {
      font-size: 22.4px; }
      @media (min-width: 768px) {
        .hs_cos_wrapper_type_header h4 {
          font-size: 32px; } }
      .lt-ie9 .hs_cos_wrapper_type_header h4 {
        font-size: 32px; }
    .hs_cos_wrapper_type_header h5 {
      font-size: 20.16px; }
      @media (min-width: 768px) {
        .hs_cos_wrapper_type_header h5 {
          font-size: 28.8px; } }
      .lt-ie9 .hs_cos_wrapper_type_header h5 {
        font-size: 28.8px; }
    .hs_cos_wrapper_type_header h6 {
      font-size: 20.16px; }
      @media (min-width: 768px) {
        .hs_cos_wrapper_type_header h6 {
          font-size: 28.8px; } }
      .lt-ie9 .hs_cos_wrapper_type_header h6 {
        font-size: 28.8px; }

.hs-form-field {
  position: relative; }
  .hs-form-field > label {
    padding-bottom: .25em;
    display: block;
    line-height: 1.25; }
    @media (min-width: 768px) {
      .hs-form-field > label {
        display: table-cell;
        vertical-align: bottom; } }
    .lt-ie9 .hs-form-field > label {
      display: table-cell;
      vertical-align: bottom; }
  .hs-form-field .hs-form-required {
    margin-left: .25em; }
  .hs-form-field .input {
    margin-top: 0; }
  .hs-form-field .hs-field-desc {
    margin-top: 0;
    font-size: .75em;
    font-style: italic;
    opacity: .75; }

.hs-input {
  width: 100%;
  outline: none;
  border-radius: 2em;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666666;
  border: 1px solid #f1f1f1; }
  .hs-input:focus {
    -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 0 1em rgba(0, 0, 0, 0.05) inset; }
  .inputs-list .hs-input {
    width: auto !important;
    height: auto;
    margin-right: .5em;
    border: 0;
    vertical-align: middle;
    background-color: transparent; }

textarea {
  min-height: 6em; }
  textarea.hs-input {
    width: 100% !important; }

.inputs-list {
  padding-left: 0;
  list-style: none;
  line-height: 1; }
  @media (min-width: 768px) {
    .inputs-list.multi-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .inputs-list.multi-container .hs-form-checkbox {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 33%;
        margin-bottom: 1.5em; } }
  .lt-ie9 .inputs-list.multi-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .lt-ie9 .inputs-list.multi-container .hs-form-checkbox {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 33%;
      margin-bottom: 1.5em; }

.hs-error-msgs {
  padding: .25em;
  list-style: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: .25em;
  border-radius: 5px;
  font-style: italic;
  z-index: 8000; }
  .hs-error-msgs:after {
    content: '';
    position: absolute;
    top: 100%;
    left: .5em;
    border-width: .25em;
    border-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent; }

.hs-form fieldset[class*="form-columns"] {
  max-width: none;
  margin: 0; }
  .hs-form fieldset[class*="form-columns"] + fieldset[class*="form-columns"] {
    margin-top: 1.5em; }
  .hs-form fieldset[class*="form-columns"] > .hs-form-field,
  .hs-form fieldset[class*="form-columns"] > .hs-dependent-field {
    width: 100% !important; }
    @media (min-width: 768px) {
      .hs-form fieldset[class*="form-columns"] > .hs-form-field,
      .hs-form fieldset[class*="form-columns"] > .hs-dependent-field {
        margin-top: 0;
        margin-left: 1.6949152542%; }
        .hs-form fieldset[class*="form-columns"] > .hs-form-field:first-child,
        .hs-form fieldset[class*="form-columns"] > .hs-dependent-field:first-child {
          margin-left: 0; } }
    .lt-ie9 .hs-form fieldset[class*="form-columns"] > .hs-form-field, .lt-ie9
    .hs-form fieldset[class*="form-columns"] > .hs-dependent-field {
      margin-top: 0;
      margin-left: 1.6949152542%; }
      .lt-ie9 .hs-form fieldset[class*="form-columns"] > .hs-form-field:first-child, .lt-ie9
      .hs-form fieldset[class*="form-columns"] > .hs-dependent-field:first-child {
        margin-left: 0; }
    .hs-form fieldset[class*="form-columns"] > .hs-form-field .input,
    .hs-form fieldset[class*="form-columns"] > .hs-dependent-field .input {
      margin-right: 0; }
    .hs-form fieldset[class*="form-columns"] > .hs-form-field .hs-input,
    .hs-form fieldset[class*="form-columns"] > .hs-dependent-field .hs-input {
      width: 100%; }
  @media (min-width: 768px) {
    .hs-form fieldset[class*="form-columns"] .hs-richtext + .hs-form-field,
    .hs-form fieldset[class*="form-columns"] .hs-richtext + .hs-dependent-field {
      margin-left: 0; } }
  .lt-ie9 .hs-form fieldset[class*="form-columns"] .hs-richtext + .hs-form-field, .lt-ie9
  .hs-form fieldset[class*="form-columns"] .hs-richtext + .hs-dependent-field {
    margin-left: 0; }

@media (min-width: 768px) {
  .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49.1525423729% !important; } }

.lt-ie9 .hs-form fieldset.form-columns-2 .hs-form-field {
  width: 49.1525423729% !important; }

@media (min-width: 768px) {
  .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32.2033898305% !important; } }

.lt-ie9 .hs-form fieldset.form-columns-3 .hs-form-field {
  width: 32.2033898305% !important; }

.ajax-form__frame, .ajax-form__submission-message {
  display: none; }

.ajax-form__form {
  margin-top: 0; }
  .ajax-form__form .actions {
    text-align: right; }

.ajax-form--submitted .ajax-form__form {
  display: none; }

.ajax-form--submitted .ajax-form__submission-message {
  display: block; }

@media (min-width: 768px) {
  .hs_cos_wrapper_type_blog_subscribe {
    position: relative; }
    .hs_cos_wrapper_type_blog_subscribe .hs-form {
      max-width: 600px;
      margin: auto; }
      .hs_cos_wrapper_type_blog_subscribe .hs-form > div:first-child {
        float: left;
        width: 60%;
        width: calc(100% - 111px); }
    .hs_cos_wrapper_type_blog_subscribe .hs-input {
      padding-bottom: .95em; }
    .hs_cos_wrapper_type_blog_subscribe .hs-button {
      font-size: 1em; } }

.lt-ie9 .hs_cos_wrapper_type_blog_subscribe {
  position: relative; }
  .lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs-form {
    max-width: 600px;
    margin: auto; }
    .lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs-form > div:first-child {
      float: left;
      width: 60%;
      width: calc(100% - 111px); }
  .lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs-input {
    padding-bottom: .95em; }
  .lt-ie9 .hs_cos_wrapper_type_blog_subscribe .hs-button {
    font-size: 1em; }

@media (max-width: 767px) {
  .hs_cos_wrapper_type_blog_subscribe {
    text-align: left; } }

.hs_cos_wrapper_type_blog_subscribe .form-title {
  margin: 0; }

.hs_cos_wrapper_type_blog_subscribe * + * {
  margin-top: 0; }

.hs_cos_wrapper_type_cta {
  text-align: center;
  display: block; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav,
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides img {
  display: block;
  margin: auto;
  width: auto !important;
  height: auto; }

/* Clearfix for the .hs_cos_flex-slides element */
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */
/* FlexSlider Default Theme
*********************************/
/* Direction Nav */
/* Control Nav */
/* Thumbnavs */
@media (max-width: 767px) {
  .hs_cos_wrapper_type_linked_image img {
    display: block;
    margin: auto; } }

.text-left .hs_cos_wrapper_type_linked_image img {
  margin-left: 0; }

.text-right .hs_cos_wrapper_type_linked_image img {
  margin-right: 0; }

.full-width-image .hs_cos_wrapper_type_linked_image img {
  width: 100% !important; }

.widget-type-space {
  visibility: hidden; }
  @media (max-width: 767px) {
    .widget-type-space {
      height: 0; }
      .widget-type-space + .widget-span {
        margin-top: 0; } }

.hs_cos_wrapper_type_rss_listing h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: .5em; }

.hs_cos_wrapper_type_rss_listing .hs-rss-item * + * {
  margin-top: 0; }

.hs_cos_wrapper_type_rss_listing .hs-rss-title {
  font-size: 1.25em;
  text-decoration: none;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase; }

.org-listing__filters {
  padding: 30px 0 !important; }
  .org-listing__filters .container {
    width: 870px !important; }
  .org-listing__filters-show button {
    display: block;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 24px;
    color: #5a5a5a;
    margin: 0 auto;
    text-align: center;
    background-image: url("https://cdn2.hubspot.net/hubfs/217817/magnifyfilter_active.png");
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 30px;
    text-transform: uppercase;
    line-height: 19px; }
  .org-listing__filters-content {
    display: none; }
    .org-listing__filters-content .button {
      display: block;
      margin: 30px auto 0;
      padding: 15px 80px;
      font-size: 20px; }
    .org-listing__filters-content input {
      display: none; }
    .org-listing__filters-content label {
      color: #0074bf;
      font-weight: 700;
      padding-left: 10px;
      font-size: 15px;
      padding-left: 35px;
      background-image: url("//cdn2.hubspot.net/hubfs/217817/checkbox.png");
      background-size: 25px;
      background-position: center left;
      background-repeat: no-repeat;
      height: 25px;
      display: block;
      line-height: 25px; }
      .org-listing__filters-content label:nth-child(2n) {
        margin-bottom: 15px;
        margin-top: 0; }
    .org-listing__filters-content input:checked + label {
      background-image: url("//cdn2.hubspot.net/hubfs/217817/checkbox-checked.png"); }
    .org-listing__filters-content--left {
      max-width: 150px; }
      @media (min-width: 768px) {
        .org-listing__filters-content--left {
          border-right: 2px solid white; } }
      .lt-ie9 .org-listing__filters-content--left {
        border-right: 2px solid white; }
    .org-listing__filters-content--right {
      margin-top: 0;
      width: calc(100% - 150px); }
      @media (min-width: 768px) {
        .org-listing__filters-content--right {
          padding-left: 1em;
          -webkit-column-count: 3;
                  column-count: 3; } }
      .lt-ie9 .org-listing__filters-content--right {
        padding-left: 1em;
        -webkit-column-count: 3;
                column-count: 3; }

.org-listing__approved .container {
  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; }

.org-listing__approved p {
  font-size: 14px !important;
  line-height: 17px !important;
  text-align: right;
  padding-right: 5px; }

.org-listing__approved img {
  margin-top: 0; }

.org-listing__row {
  padding: 3em 0;
  margin-top: 0; }
  @media (max-width: 767px) {
    .org-listing__row {
      text-align: center; } }
  .org-listing__row:not(:last-child) {
    border-bottom: 2px solid #f0f0f0; }
  .org-listing__row > div {
    margin-top: 0; }
  @media (min-width: 768px) {
    .org-listing__row .mobile {
      display: none; } }
  .lt-ie9 .org-listing__row .mobile {
    display: none; }
  @media (max-width: 767px) {
    .org-listing__row .desktop {
      display: none; } }
  .org-listing__row .org-logo {
    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; }
    .org-listing__row .org-logo__info {
      position: relative;
      margin-top: 0;
      width: 100%; }
      @media (min-width: 768px) {
        .org-listing__row .org-logo__info .type {
          border-radius: 20px;
          color: #ffffff;
          font-size: 14px;
          text-align: center;
          padding: 5px 0;
          position: relative;
          width: 100%;
          display: block;
          margin-top: 0; }
          .org-listing__row .org-logo__info .type.other {
            background-color: #1e76ae; }
          .org-listing__row .org-logo__info .type.worksite {
            background-color: #62bbde; }
          .org-listing__row .org-logo__info .type.restaurant {
            background-color: #5b4e84; }
          .org-listing__row .org-logo__info .type.school {
            background-color: #ec9937; }
          .org-listing__row .org-logo__info .type.faith-based {
            background-color: #c2cf36; } }
      .lt-ie9 .org-listing__row .org-logo__info .type {
        border-radius: 20px;
        color: #ffffff;
        font-size: 14px;
        text-align: center;
        padding: 5px 0;
        position: relative;
        width: 100%;
        display: block;
        margin-top: 0; }
        .lt-ie9 .org-listing__row .org-logo__info .type.other {
          background-color: #1e76ae; }
        .lt-ie9 .org-listing__row .org-logo__info .type.worksite {
          background-color: #62bbde; }
        .lt-ie9 .org-listing__row .org-logo__info .type.restaurant {
          background-color: #5b4e84; }
        .lt-ie9 .org-listing__row .org-logo__info .type.school {
          background-color: #ec9937; }
        .lt-ie9 .org-listing__row .org-logo__info .type.faith-based {
          background-color: #c2cf36; }
      .org-listing__row .org-logo__info .approved {
        position: absolute;
        right: -15px;
        top: 0;
        margin-top: 0; }
  .org-listing__row .org-description {
    padding-left: 2em;
    padding-right: 2em; }
    .org-listing__row .org-description h3 {
      font-weight: 400; }
      @media (max-width: 767px) {
        .org-listing__row .org-description h3 {
          margin-top: 1em; } }
    @media (max-width: 767px) {
      .org-listing__row .org-description p {
        margin-top: 0.5em !important; } }
    .org-listing__row .org-description p + p {
      margin-top: 0.5em !important; }
  .org-listing__row .org-location {
    margin-top: 2.5em;
    background-image: url("https://cdn2.hubspot.net/hubfs/217817/events-location-pin.png");
    background-size: 33px 43px;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .org-listing__row .org-location {
        padding-left: 50px;
        background-position: top left; } }
    .lt-ie9 .org-listing__row .org-location {
      padding-left: 50px;
      background-position: top left; }
    @media (max-width: 767px) {
      .org-listing__row .org-location {
        padding-top: 50px;
        background-position: top center; } }
    .org-listing__row .org-location p {
      font-size: 15px !important;
      line-height: 20px !important; }
      .org-listing__row .org-location p + p {
        margin-top: 0em !important; }
      .org-listing__row .org-location p:not(:first-child) {
        display: inline; }
      .org-listing__row .org-location p:last-child {
        margin-left: 15px; }
  .org-listing__row button {
    display: block;
    background-color: #0076bc;
    width: 90%;
    margin: 30px auto 0;
    border: none;
    font-size: 20px;
    padding: 15px 80px; }

.org-listing.filters-active .org-listing__filters-show {
  display: none; }

.org-listing.filters-active .org-listing__filters-content {
  display: block; }

.colored-section,
.collapsible-text {
  background-size: cover;
  background-position: center center; }
  .colored-section--alpha,
  .colored-section--alpha-light,
  .colored-section--alpha-medium,
  .collapsible-text {
    color: white; }
    .colored-section--alpha,
    .colored-section--alpha-light,
    .colored-section--alpha-medium,
    .collapsible-text {
      background-color: #002d72; }
    .colored-section--alpha a, .colored-section--alpha .video-filter,
    .colored-section--alpha-light a,
    .colored-section--alpha-medium a,
    .collapsible-text a,
    .colored-section--alpha-light .video-filter,
    .colored-section--alpha-medium .video-filter,
    .collapsible-text .video-filter {
      color: white; }
    .colored-section--alpha dl dt, dl .colored-section--alpha dt, .colored-section--alpha .checklist li:before, .checklist .colored-section--alpha li:before, .colored-section--alpha .hs-form-field .hs-form-required, .hs-form-field .colored-section--alpha .hs-form-required, .colored-section--alpha .collapsible-text--open .collapsible-text__title:after, .collapsible-text--open .colored-section--alpha .collapsible-text__title:after, .colored-section--alpha .slider__control--direction:hover, .colored-section--alpha .hs_cos_flex-direction-nav a:hover, .hs_cos_flex-direction-nav .colored-section--alpha a:hover, .colored-section--alpha .slider__control--direction--next:hover, .colored-section--alpha .slider__next:hover, .colored-section--alpha .slider--thumbs__control--direction--next:hover, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-next:hover, .colored-section--alpha .slider__control--direction--prev:hover, .colored-section--alpha .slider__prev:hover, .colored-section--alpha .slider--thumbs__control--direction--prev:hover, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-prev:hover, .colored-section--alpha .slider--thumbs__control--direction:hover, .colored-section--alpha .slider__control--direction:active, .colored-section--alpha .hs_cos_flex-direction-nav a:active, .hs_cos_flex-direction-nav .colored-section--alpha a:active, .colored-section--alpha .slider__control--direction--next:active, .colored-section--alpha .slider__next:active, .colored-section--alpha .slider--thumbs__control--direction--next:active, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-next:active, .colored-section--alpha .slider__control--direction--prev:active, .colored-section--alpha .slider__prev:active, .colored-section--alpha .slider--thumbs__control--direction--prev:active, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-prev:active, .colored-section--alpha .slider--thumbs__control--direction:active, .colored-section--alpha .slider__control--direction:focus, .colored-section--alpha .hs_cos_flex-direction-nav a:focus, .hs_cos_flex-direction-nav .colored-section--alpha a:focus, .colored-section--alpha .slider__control--direction--next:focus, .colored-section--alpha .slider__next:focus, .colored-section--alpha .slider--thumbs__control--direction--next:focus, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-next:focus, .colored-section--alpha .slider__control--direction--prev:focus, .colored-section--alpha .slider__prev:focus, .colored-section--alpha .slider--thumbs__control--direction--prev:focus, .colored-section--alpha .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha .hs_cos_flex_thumbnavs-prev:focus, .colored-section--alpha .slider--thumbs__control--direction:focus, .colored-section--alpha .slider__control--direction--hover,
    .colored-section--alpha-light dl dt,
    dl .colored-section--alpha-light dt,
    .colored-section--alpha-medium dl dt,
    dl .colored-section--alpha-medium dt,
    .collapsible-text dl dt,
    dl .collapsible-text dt,
    .colored-section--alpha-light .checklist li:before,
    .checklist .colored-section--alpha-light li:before,
    .colored-section--alpha-medium .checklist li:before,
    .checklist .colored-section--alpha-medium li:before,
    .collapsible-text .checklist li:before,
    .checklist .collapsible-text li:before,
    .colored-section--alpha-light .hs-form-field .hs-form-required,
    .hs-form-field .colored-section--alpha-light .hs-form-required,
    .colored-section--alpha-medium .hs-form-field .hs-form-required,
    .hs-form-field .colored-section--alpha-medium .hs-form-required,
    .collapsible-text .hs-form-field .hs-form-required,
    .hs-form-field .collapsible-text .hs-form-required,
    .colored-section--alpha-light .collapsible-text--open .collapsible-text__title:after,
    .collapsible-text--open .colored-section--alpha-light .collapsible-text__title:after,
    .colored-section--alpha-medium .collapsible-text--open .collapsible-text__title:after,
    .collapsible-text--open .colored-section--alpha-medium .collapsible-text__title:after,
    .collapsible-text .collapsible-text--open .collapsible-text__title:after,
    .collapsible-text--open .collapsible-text .collapsible-text__title:after,
    .colored-section--alpha-light .slider__control--direction:hover,
    .colored-section--alpha-medium .slider__control--direction:hover,
    .collapsible-text .slider__control--direction:hover,
    .colored-section--alpha-light .hs_cos_flex-direction-nav a:hover,
    .hs_cos_flex-direction-nav .colored-section--alpha-light a:hover,
    .colored-section--alpha-medium .hs_cos_flex-direction-nav a:hover,
    .hs_cos_flex-direction-nav .colored-section--alpha-medium a:hover,
    .collapsible-text .hs_cos_flex-direction-nav a:hover,
    .hs_cos_flex-direction-nav .collapsible-text a:hover,
    .colored-section--alpha-light .slider__control--direction--next:hover,
    .colored-section--alpha-medium .slider__control--direction--next:hover,
    .collapsible-text .slider__control--direction--next:hover,
    .colored-section--alpha-light .slider__next:hover,
    .colored-section--alpha-medium .slider__next:hover,
    .collapsible-text .slider__next:hover,
    .colored-section--alpha-light .slider--thumbs__control--direction--next:hover,
    .colored-section--alpha-medium .slider--thumbs__control--direction--next:hover,
    .collapsible-text .slider--thumbs__control--direction--next:hover,
    .colored-section--alpha-light .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-light .hs_cos_flex_thumbnavs-next:hover,
    .colored-section--alpha-medium .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-medium .hs_cos_flex_thumbnavs-next:hover,
    .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover,
    .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-next:hover,
    .colored-section--alpha-light .slider__control--direction--prev:hover,
    .colored-section--alpha-medium .slider__control--direction--prev:hover,
    .collapsible-text .slider__control--direction--prev:hover,
    .colored-section--alpha-light .slider__prev:hover,
    .colored-section--alpha-medium .slider__prev:hover,
    .collapsible-text .slider__prev:hover,
    .colored-section--alpha-light .slider--thumbs__control--direction--prev:hover,
    .colored-section--alpha-medium .slider--thumbs__control--direction--prev:hover,
    .collapsible-text .slider--thumbs__control--direction--prev:hover,
    .colored-section--alpha-light .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-light .hs_cos_flex_thumbnavs-prev:hover,
    .colored-section--alpha-medium .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-medium .hs_cos_flex_thumbnavs-prev:hover,
    .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover,
    .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-prev:hover,
    .colored-section--alpha-light .slider--thumbs__control--direction:hover,
    .colored-section--alpha-medium .slider--thumbs__control--direction:hover,
    .collapsible-text .slider--thumbs__control--direction:hover,
    .colored-section--alpha-light .slider__control--direction:active,
    .colored-section--alpha-medium .slider__control--direction:active,
    .collapsible-text .slider__control--direction:active,
    .colored-section--alpha-light .hs_cos_flex-direction-nav a:active,
    .hs_cos_flex-direction-nav .colored-section--alpha-light a:active,
    .colored-section--alpha-medium .hs_cos_flex-direction-nav a:active,
    .hs_cos_flex-direction-nav .colored-section--alpha-medium a:active,
    .collapsible-text .hs_cos_flex-direction-nav a:active,
    .hs_cos_flex-direction-nav .collapsible-text a:active,
    .colored-section--alpha-light .slider__control--direction--next:active,
    .colored-section--alpha-medium .slider__control--direction--next:active,
    .collapsible-text .slider__control--direction--next:active,
    .colored-section--alpha-light .slider__next:active,
    .colored-section--alpha-medium .slider__next:active,
    .collapsible-text .slider__next:active,
    .colored-section--alpha-light .slider--thumbs__control--direction--next:active,
    .colored-section--alpha-medium .slider--thumbs__control--direction--next:active,
    .collapsible-text .slider--thumbs__control--direction--next:active,
    .colored-section--alpha-light .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-light .hs_cos_flex_thumbnavs-next:active,
    .colored-section--alpha-medium .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-medium .hs_cos_flex_thumbnavs-next:active,
    .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active,
    .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-next:active,
    .colored-section--alpha-light .slider__control--direction--prev:active,
    .colored-section--alpha-medium .slider__control--direction--prev:active,
    .collapsible-text .slider__control--direction--prev:active,
    .colored-section--alpha-light .slider__prev:active,
    .colored-section--alpha-medium .slider__prev:active,
    .collapsible-text .slider__prev:active,
    .colored-section--alpha-light .slider--thumbs__control--direction--prev:active,
    .colored-section--alpha-medium .slider--thumbs__control--direction--prev:active,
    .collapsible-text .slider--thumbs__control--direction--prev:active,
    .colored-section--alpha-light .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-light .hs_cos_flex_thumbnavs-prev:active,
    .colored-section--alpha-medium .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-medium .hs_cos_flex_thumbnavs-prev:active,
    .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active,
    .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-prev:active,
    .colored-section--alpha-light .slider--thumbs__control--direction:active,
    .colored-section--alpha-medium .slider--thumbs__control--direction:active,
    .collapsible-text .slider--thumbs__control--direction:active,
    .colored-section--alpha-light .slider__control--direction:focus,
    .colored-section--alpha-medium .slider__control--direction:focus,
    .collapsible-text .slider__control--direction:focus,
    .colored-section--alpha-light .hs_cos_flex-direction-nav a:focus,
    .hs_cos_flex-direction-nav .colored-section--alpha-light a:focus,
    .colored-section--alpha-medium .hs_cos_flex-direction-nav a:focus,
    .hs_cos_flex-direction-nav .colored-section--alpha-medium a:focus,
    .collapsible-text .hs_cos_flex-direction-nav a:focus,
    .hs_cos_flex-direction-nav .collapsible-text a:focus,
    .colored-section--alpha-light .slider__control--direction--next:focus,
    .colored-section--alpha-medium .slider__control--direction--next:focus,
    .collapsible-text .slider__control--direction--next:focus,
    .colored-section--alpha-light .slider__next:focus,
    .colored-section--alpha-medium .slider__next:focus,
    .collapsible-text .slider__next:focus,
    .colored-section--alpha-light .slider--thumbs__control--direction--next:focus,
    .colored-section--alpha-medium .slider--thumbs__control--direction--next:focus,
    .collapsible-text .slider--thumbs__control--direction--next:focus,
    .colored-section--alpha-light .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-light .hs_cos_flex_thumbnavs-next:focus,
    .colored-section--alpha-medium .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-medium .hs_cos_flex_thumbnavs-next:focus,
    .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus,
    .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-next:focus,
    .colored-section--alpha-light .slider__control--direction--prev:focus,
    .colored-section--alpha-medium .slider__control--direction--prev:focus,
    .collapsible-text .slider__control--direction--prev:focus,
    .colored-section--alpha-light .slider__prev:focus,
    .colored-section--alpha-medium .slider__prev:focus,
    .collapsible-text .slider__prev:focus,
    .colored-section--alpha-light .slider--thumbs__control--direction--prev:focus,
    .colored-section--alpha-medium .slider--thumbs__control--direction--prev:focus,
    .collapsible-text .slider--thumbs__control--direction--prev:focus,
    .colored-section--alpha-light .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-light .hs_cos_flex_thumbnavs-prev:focus,
    .colored-section--alpha-medium .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus,
    .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-medium .hs_cos_flex_thumbnavs-prev:focus,
    .collapsible-text .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus,
    .hs_cos_flex_thumbnavs-direction-nav .collapsible-text .hs_cos_flex_thumbnavs-prev:focus,
    .colored-section--alpha-light .slider--thumbs__control--direction:focus,
    .colored-section--alpha-medium .slider--thumbs__control--direction:focus,
    .collapsible-text .slider--thumbs__control--direction:focus,
    .colored-section--alpha-light .slider__control--direction--hover,
    .colored-section--alpha-medium .slider__control--direction--hover,
    .collapsible-text .slider__control--direction--hover {
      color: white; }
    .colored-section--alpha .hs-error-msgs,
    .colored-section--alpha-light .hs-error-msgs,
    .colored-section--alpha-medium .hs-error-msgs,
    .collapsible-text .hs-error-msgs {
      background-color: white;
      color: #002d72; }
      .colored-section--alpha hr, .colored-section--alpha .hs-error-msgs:after,
      .colored-section--alpha-light hr,
      .colored-section--alpha-medium hr,
      .collapsible-text hr,
      .colored-section--alpha-light .hs-error-msgs:after,
      .colored-section--alpha-medium .hs-error-msgs:after,
      .collapsible-text .hs-error-msgs:after {
        border-top-color: white; }
    .colored-section--alpha h1,
    .colored-section--alpha .heading--alpha, .colored-section--alpha h2,
    .colored-section--alpha .heading--beta, .colored-section--alpha h3,
    .colored-section--alpha .heading--gamma, .colored-section--alpha h4,
    .colored-section--alpha .heading--delta, .colored-section--alpha h5,
    .colored-section--alpha .heading--epsilon, .colored-section--alpha h6,
    .colored-section--alpha .heading--zeta, .colored-section--alpha .cta-text .hs_cos_wrapper, .cta-text .colored-section--alpha .hs_cos_wrapper,
    .colored-section--alpha-light h1,
    .colored-section--alpha-medium h1,
    .collapsible-text h1,
    .colored-section--alpha-light .heading--alpha,
    .colored-section--alpha-medium .heading--alpha,
    .collapsible-text .heading--alpha,
    .colored-section--alpha-light h2,
    .colored-section--alpha-medium h2,
    .collapsible-text h2,
    .colored-section--alpha-light .heading--beta,
    .colored-section--alpha-medium .heading--beta,
    .collapsible-text .heading--beta,
    .colored-section--alpha-light h3,
    .colored-section--alpha-medium h3,
    .collapsible-text h3,
    .colored-section--alpha-light .heading--gamma,
    .colored-section--alpha-medium .heading--gamma,
    .collapsible-text .heading--gamma,
    .colored-section--alpha-light h4,
    .colored-section--alpha-medium h4,
    .collapsible-text h4,
    .colored-section--alpha-light .heading--delta,
    .colored-section--alpha-medium .heading--delta,
    .collapsible-text .heading--delta,
    .colored-section--alpha-light h5,
    .colored-section--alpha-medium h5,
    .collapsible-text h5,
    .colored-section--alpha-light .heading--epsilon,
    .colored-section--alpha-medium .heading--epsilon,
    .collapsible-text .heading--epsilon,
    .colored-section--alpha-light h6,
    .colored-section--alpha-medium h6,
    .collapsible-text h6,
    .colored-section--alpha-light .heading--zeta,
    .colored-section--alpha-medium .heading--zeta,
    .collapsible-text .heading--zeta,
    .colored-section--alpha-light .cta-text .hs_cos_wrapper,
    .cta-text .colored-section--alpha-light .hs_cos_wrapper,
    .colored-section--alpha-medium .cta-text .hs_cos_wrapper,
    .cta-text .colored-section--alpha-medium .hs_cos_wrapper,
    .collapsible-text .cta-text .hs_cos_wrapper,
    .cta-text .collapsible-text .hs_cos_wrapper {
      color: white; }
  .colored-section--alpha-alt {
    color: white; }
    .colored-section--alpha-alt {
      background-color: #002d72; }
    .colored-section--alpha-alt a, .colored-section--alpha-alt .video-filter {
      color: white; }
      .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt a:active, .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt h1 a:hover, h1 .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .heading--alpha a:hover, .heading--alpha .colored-section--alpha-alt a:hover, .colored-section--alpha-alt h2 a:hover, h2 .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .heading--beta a:hover, .heading--beta .colored-section--alpha-alt a:hover, .colored-section--alpha-alt h3 a:hover, h3 .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .heading--gamma a:hover, .heading--gamma .colored-section--alpha-alt a:hover, .colored-section--alpha-alt h4 a:hover, h4 .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .heading--delta a:hover, .heading--delta .colored-section--alpha-alt a:hover, .colored-section--alpha-alt h5 a:hover, h5 .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .heading--epsilon a:hover, .heading--epsilon .colored-section--alpha-alt a:hover, .colored-section--alpha-alt h6 a:hover, h6 .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .heading--zeta a:hover, .heading--zeta .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .cta-text .hs_cos_wrapper a:hover, .cta-text .hs_cos_wrapper .colored-section--alpha-alt a:hover, .colored-section--alpha-alt h1 .video-filter:hover, h1 .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt .heading--alpha .video-filter:hover, .heading--alpha .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt h2 .video-filter:hover, h2 .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt .heading--beta .video-filter:hover, .heading--beta .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt h3 .video-filter:hover, h3 .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt .heading--gamma .video-filter:hover, .heading--gamma .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt h4 .video-filter:hover, h4 .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt .heading--delta .video-filter:hover, .heading--delta .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt h5 .video-filter:hover, h5 .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt .heading--epsilon .video-filter:hover, .heading--epsilon .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt h6 .video-filter:hover, h6 .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt .heading--zeta .video-filter:hover, .heading--zeta .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt .cta-text .hs_cos_wrapper .video-filter:hover, .cta-text .hs_cos_wrapper .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt h1 a:active, h1 .colored-section--alpha-alt a:active, .colored-section--alpha-alt .heading--alpha a:active, .heading--alpha .colored-section--alpha-alt a:active, .colored-section--alpha-alt h2 a:active, h2 .colored-section--alpha-alt a:active, .colored-section--alpha-alt .heading--beta a:active, .heading--beta .colored-section--alpha-alt a:active, .colored-section--alpha-alt h3 a:active, h3 .colored-section--alpha-alt a:active, .colored-section--alpha-alt .heading--gamma a:active, .heading--gamma .colored-section--alpha-alt a:active, .colored-section--alpha-alt h4 a:active, h4 .colored-section--alpha-alt a:active, .colored-section--alpha-alt .heading--delta a:active, .heading--delta .colored-section--alpha-alt a:active, .colored-section--alpha-alt h5 a:active, h5 .colored-section--alpha-alt a:active, .colored-section--alpha-alt .heading--epsilon a:active, .heading--epsilon .colored-section--alpha-alt a:active, .colored-section--alpha-alt h6 a:active, h6 .colored-section--alpha-alt a:active, .colored-section--alpha-alt .heading--zeta a:active, .heading--zeta .colored-section--alpha-alt a:active, .colored-section--alpha-alt .cta-text .hs_cos_wrapper a:active, .cta-text .hs_cos_wrapper .colored-section--alpha-alt a:active, .colored-section--alpha-alt h1 .video-filter:active, h1 .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt .heading--alpha .video-filter:active, .heading--alpha .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt h2 .video-filter:active, h2 .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt .heading--beta .video-filter:active, .heading--beta .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt h3 .video-filter:active, h3 .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt .heading--gamma .video-filter:active, .heading--gamma .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt h4 .video-filter:active, h4 .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt .heading--delta .video-filter:active, .heading--delta .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt h5 .video-filter:active, h5 .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt .heading--epsilon .video-filter:active, .heading--epsilon .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt h6 .video-filter:active, h6 .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt .heading--zeta .video-filter:active, .heading--zeta .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt .cta-text .hs_cos_wrapper .video-filter:active, .cta-text .hs_cos_wrapper .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt h1 a:focus, h1 .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .heading--alpha a:focus, .heading--alpha .colored-section--alpha-alt a:focus, .colored-section--alpha-alt h2 a:focus, h2 .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .heading--beta a:focus, .heading--beta .colored-section--alpha-alt a:focus, .colored-section--alpha-alt h3 a:focus, h3 .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .heading--gamma a:focus, .heading--gamma .colored-section--alpha-alt a:focus, .colored-section--alpha-alt h4 a:focus, h4 .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .heading--delta a:focus, .heading--delta .colored-section--alpha-alt a:focus, .colored-section--alpha-alt h5 a:focus, h5 .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .heading--epsilon a:focus, .heading--epsilon .colored-section--alpha-alt a:focus, .colored-section--alpha-alt h6 a:focus, h6 .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .heading--zeta a:focus, .heading--zeta .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .cta-text .hs_cos_wrapper a:focus, .cta-text .hs_cos_wrapper .colored-section--alpha-alt a:focus, .colored-section--alpha-alt h1 .video-filter:focus, h1 .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .heading--alpha .video-filter:focus, .heading--alpha .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt h2 .video-filter:focus, h2 .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .heading--beta .video-filter:focus, .heading--beta .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt h3 .video-filter:focus, h3 .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .heading--gamma .video-filter:focus, .heading--gamma .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt h4 .video-filter:focus, h4 .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .heading--delta .video-filter:focus, .heading--delta .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt h5 .video-filter:focus, h5 .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .heading--epsilon .video-filter:focus, .heading--epsilon .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt h6 .video-filter:focus, h6 .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .heading--zeta .video-filter:focus, .heading--zeta .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .cta-text .hs_cos_wrapper .video-filter:focus, .cta-text .hs_cos_wrapper .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .heading a:hover, .heading .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .heading .video-filter:hover, .heading .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt .heading a:active, .heading .colored-section--alpha-alt a:active, .colored-section--alpha-alt .heading .video-filter:active, .heading .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt .heading a:focus, .heading .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .heading .video-filter:focus, .heading .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .theater-control:hover, .colored-section--alpha-alt .video-filter:hover, .colored-section--alpha-alt .theater-control:active, .colored-section--alpha-alt .video-filter:active, .colored-section--alpha-alt .theater-control:focus, .colored-section--alpha-alt .video-filter:focus, .colored-section--alpha-alt .theater-control.theater-control--active, .colored-section--alpha-alt .theater-control--active.video-filter, .colored-section--alpha-alt .video-filter.video-filter--active {
        color: #e5a514; }
    .colored-section--alpha-alt dl dt, dl .colored-section--alpha-alt dt, .colored-section--alpha-alt .checklist li:before, .checklist .colored-section--alpha-alt li:before, .colored-section--alpha-alt .hs-form-field .hs-form-required, .hs-form-field .colored-section--alpha-alt .hs-form-required, .colored-section--alpha-alt .collapsible-text--open .collapsible-text__title:after, .collapsible-text--open .colored-section--alpha-alt .collapsible-text__title:after, .colored-section--alpha-alt .slider__control--direction:hover, .colored-section--alpha-alt .hs_cos_flex-direction-nav a:hover, .hs_cos_flex-direction-nav .colored-section--alpha-alt a:hover, .colored-section--alpha-alt .slider__control--direction--next:hover, .colored-section--alpha-alt .slider__next:hover, .colored-section--alpha-alt .slider--thumbs__control--direction--next:hover, .colored-section--alpha-alt .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-alt .hs_cos_flex_thumbnavs-next:hover, .colored-section--alpha-alt .slider__control--direction--prev:hover, .colored-section--alpha-alt .slider__prev:hover, .colored-section--alpha-alt .slider--thumbs__control--direction--prev:hover, .colored-section--alpha-alt .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-alt .hs_cos_flex_thumbnavs-prev:hover, .colored-section--alpha-alt .slider--thumbs__control--direction:hover, .colored-section--alpha-alt .slider__control--direction:active, .colored-section--alpha-alt .hs_cos_flex-direction-nav a:active, .hs_cos_flex-direction-nav .colored-section--alpha-alt a:active, .colored-section--alpha-alt .slider__control--direction--next:active, .colored-section--alpha-alt .slider__next:active, .colored-section--alpha-alt .slider--thumbs__control--direction--next:active, .colored-section--alpha-alt .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-alt .hs_cos_flex_thumbnavs-next:active, .colored-section--alpha-alt .slider__control--direction--prev:active, .colored-section--alpha-alt .slider__prev:active, .colored-section--alpha-alt .slider--thumbs__control--direction--prev:active, .colored-section--alpha-alt .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-alt .hs_cos_flex_thumbnavs-prev:active, .colored-section--alpha-alt .slider--thumbs__control--direction:active, .colored-section--alpha-alt .slider__control--direction:focus, .colored-section--alpha-alt .hs_cos_flex-direction-nav a:focus, .hs_cos_flex-direction-nav .colored-section--alpha-alt a:focus, .colored-section--alpha-alt .slider__control--direction--next:focus, .colored-section--alpha-alt .slider__next:focus, .colored-section--alpha-alt .slider--thumbs__control--direction--next:focus, .colored-section--alpha-alt .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-alt .hs_cos_flex_thumbnavs-next:focus, .colored-section--alpha-alt .slider__control--direction--prev:focus, .colored-section--alpha-alt .slider__prev:focus, .colored-section--alpha-alt .slider--thumbs__control--direction--prev:focus, .colored-section--alpha-alt .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .hs_cos_flex_thumbnavs-direction-nav .colored-section--alpha-alt .hs_cos_flex_thumbnavs-prev:focus, .colored-section--alpha-alt .slider--thumbs__control--direction:focus, .colored-section--alpha-alt .slider__control--direction--hover {
      color: white; }
    .colored-section--alpha-alt .hs-error-msgs {
      background-color: white;
      color: #002d72; }
      .colored-section--alpha-alt hr, .colored-section--alpha-alt .hs-error-msgs:after {
        border-top-color: white; }
    .colored-section--alpha-alt h1,
    .colored-section--alpha-alt .heading--alpha, .colored-section--alpha-alt h2,
    .colored-section--alpha-alt .heading--beta, .colored-section--alpha-alt h3,
    .colored-section--alpha-alt .heading--gamma, .colored-section--alpha-alt h4,
    .colored-section--alpha-alt .heading--delta, .colored-section--alpha-alt h5,
    .colored-section--alpha-alt .heading--epsilon, .colored-section--alpha-alt h6,
    .colored-section--alpha-alt .heading--zeta, .colored-section--alpha-alt .cta-text .hs_cos_wrapper, .cta-text .colored-section--alpha-alt .hs_cos_wrapper {
      color: white; }
  .colored-section--alpha-light {
    background-color: #5f9cd0; }
  .colored-section--alpha-light a, .colored-section--alpha-light .video-filter {
    color: white; }
    .colored-section--alpha-light a:hover, .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light a:active, .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light a:focus, .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light h1 a:hover, h1 .colored-section--alpha-light a:hover, .colored-section--alpha-light .heading--alpha a:hover, .heading--alpha .colored-section--alpha-light a:hover, .colored-section--alpha-light h2 a:hover, h2 .colored-section--alpha-light a:hover, .colored-section--alpha-light .heading--beta a:hover, .heading--beta .colored-section--alpha-light a:hover, .colored-section--alpha-light h3 a:hover, h3 .colored-section--alpha-light a:hover, .colored-section--alpha-light .heading--gamma a:hover, .heading--gamma .colored-section--alpha-light a:hover, .colored-section--alpha-light h4 a:hover, h4 .colored-section--alpha-light a:hover, .colored-section--alpha-light .heading--delta a:hover, .heading--delta .colored-section--alpha-light a:hover, .colored-section--alpha-light h5 a:hover, h5 .colored-section--alpha-light a:hover, .colored-section--alpha-light .heading--epsilon a:hover, .heading--epsilon .colored-section--alpha-light a:hover, .colored-section--alpha-light h6 a:hover, h6 .colored-section--alpha-light a:hover, .colored-section--alpha-light .heading--zeta a:hover, .heading--zeta .colored-section--alpha-light a:hover, .colored-section--alpha-light .cta-text .hs_cos_wrapper a:hover, .cta-text .hs_cos_wrapper .colored-section--alpha-light a:hover, .colored-section--alpha-light h1 .video-filter:hover, h1 .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light .heading--alpha .video-filter:hover, .heading--alpha .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light h2 .video-filter:hover, h2 .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light .heading--beta .video-filter:hover, .heading--beta .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light h3 .video-filter:hover, h3 .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light .heading--gamma .video-filter:hover, .heading--gamma .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light h4 .video-filter:hover, h4 .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light .heading--delta .video-filter:hover, .heading--delta .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light h5 .video-filter:hover, h5 .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light .heading--epsilon .video-filter:hover, .heading--epsilon .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light h6 .video-filter:hover, h6 .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light .heading--zeta .video-filter:hover, .heading--zeta .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light .cta-text .hs_cos_wrapper .video-filter:hover, .cta-text .hs_cos_wrapper .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light h1 a:active, h1 .colored-section--alpha-light a:active, .colored-section--alpha-light .heading--alpha a:active, .heading--alpha .colored-section--alpha-light a:active, .colored-section--alpha-light h2 a:active, h2 .colored-section--alpha-light a:active, .colored-section--alpha-light .heading--beta a:active, .heading--beta .colored-section--alpha-light a:active, .colored-section--alpha-light h3 a:active, h3 .colored-section--alpha-light a:active, .colored-section--alpha-light .heading--gamma a:active, .heading--gamma .colored-section--alpha-light a:active, .colored-section--alpha-light h4 a:active, h4 .colored-section--alpha-light a:active, .colored-section--alpha-light .heading--delta a:active, .heading--delta .colored-section--alpha-light a:active, .colored-section--alpha-light h5 a:active, h5 .colored-section--alpha-light a:active, .colored-section--alpha-light .heading--epsilon a:active, .heading--epsilon .colored-section--alpha-light a:active, .colored-section--alpha-light h6 a:active, h6 .colored-section--alpha-light a:active, .colored-section--alpha-light .heading--zeta a:active, .heading--zeta .colored-section--alpha-light a:active, .colored-section--alpha-light .cta-text .hs_cos_wrapper a:active, .cta-text .hs_cos_wrapper .colored-section--alpha-light a:active, .colored-section--alpha-light h1 .video-filter:active, h1 .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light .heading--alpha .video-filter:active, .heading--alpha .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light h2 .video-filter:active, h2 .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light .heading--beta .video-filter:active, .heading--beta .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light h3 .video-filter:active, h3 .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light .heading--gamma .video-filter:active, .heading--gamma .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light h4 .video-filter:active, h4 .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light .heading--delta .video-filter:active, .heading--delta .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light h5 .video-filter:active, h5 .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light .heading--epsilon .video-filter:active, .heading--epsilon .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light h6 .video-filter:active, h6 .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light .heading--zeta .video-filter:active, .heading--zeta .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light .cta-text .hs_cos_wrapper .video-filter:active, .cta-text .hs_cos_wrapper .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light h1 a:focus, h1 .colored-section--alpha-light a:focus, .colored-section--alpha-light .heading--alpha a:focus, .heading--alpha .colored-section--alpha-light a:focus, .colored-section--alpha-light h2 a:focus, h2 .colored-section--alpha-light a:focus, .colored-section--alpha-light .heading--beta a:focus, .heading--beta .colored-section--alpha-light a:focus, .colored-section--alpha-light h3 a:focus, h3 .colored-section--alpha-light a:focus, .colored-section--alpha-light .heading--gamma a:focus, .heading--gamma .colored-section--alpha-light a:focus, .colored-section--alpha-light h4 a:focus, h4 .colored-section--alpha-light a:focus, .colored-section--alpha-light .heading--delta a:focus, .heading--delta .colored-section--alpha-light a:focus, .colored-section--alpha-light h5 a:focus, h5 .colored-section--alpha-light a:focus, .colored-section--alpha-light .heading--epsilon a:focus, .heading--epsilon .colored-section--alpha-light a:focus, .colored-section--alpha-light h6 a:focus, h6 .colored-section--alpha-light a:focus, .colored-section--alpha-light .heading--zeta a:focus, .heading--zeta .colored-section--alpha-light a:focus, .colored-section--alpha-light .cta-text .hs_cos_wrapper a:focus, .cta-text .hs_cos_wrapper .colored-section--alpha-light a:focus, .colored-section--alpha-light h1 .video-filter:focus, h1 .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .heading--alpha .video-filter:focus, .heading--alpha .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light h2 .video-filter:focus, h2 .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .heading--beta .video-filter:focus, .heading--beta .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light h3 .video-filter:focus, h3 .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .heading--gamma .video-filter:focus, .heading--gamma .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light h4 .video-filter:focus, h4 .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .heading--delta .video-filter:focus, .heading--delta .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light h5 .video-filter:focus, h5 .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .heading--epsilon .video-filter:focus, .heading--epsilon .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light h6 .video-filter:focus, h6 .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .heading--zeta .video-filter:focus, .heading--zeta .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .cta-text .hs_cos_wrapper .video-filter:focus, .cta-text .hs_cos_wrapper .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .heading a:hover, .heading .colored-section--alpha-light a:hover, .colored-section--alpha-light .heading .video-filter:hover, .heading .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light .heading a:active, .heading .colored-section--alpha-light a:active, .colored-section--alpha-light .heading .video-filter:active, .heading .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light .heading a:focus, .heading .colored-section--alpha-light a:focus, .colored-section--alpha-light .heading .video-filter:focus, .heading .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .theater-control:hover, .colored-section--alpha-light .video-filter:hover, .colored-section--alpha-light .theater-control:active, .colored-section--alpha-light .video-filter:active, .colored-section--alpha-light .theater-control:focus, .colored-section--alpha-light .video-filter:focus, .colored-section--alpha-light .theater-control.theater-control--active, .colored-section--alpha-light .theater-control--active.video-filter, .colored-section--alpha-light .video-filter.video-filter--active {
      color: #002d72; }
  .colored-section--alpha-light {
    border-color: white; }
  .colored-section--alpha-light .bordered-section {
    border-color: white; }
    .colored-section--alpha-light .collapsible-text__body {
      border-top-color: white; }
  .colored-section--alpha-lighter {
    background-color: #F9FCFF; }
  .colored-section--alpha-lighter a, .colored-section--alpha-lighter .video-filter {
    color: #002d72; }
    .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter h1 a:hover, h1 .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter .heading--alpha a:hover, .heading--alpha .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter h2 a:hover, h2 .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter .heading--beta a:hover, .heading--beta .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter h3 a:hover, h3 .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter .heading--gamma a:hover, .heading--gamma .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter h4 a:hover, h4 .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter .heading--delta a:hover, .heading--delta .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter h5 a:hover, h5 .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter .heading--epsilon a:hover, .heading--epsilon .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter h6 a:hover, h6 .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter .heading--zeta a:hover, .heading--zeta .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter .cta-text .hs_cos_wrapper a:hover, .cta-text .hs_cos_wrapper .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter h1 .video-filter:hover, h1 .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter .heading--alpha .video-filter:hover, .heading--alpha .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter h2 .video-filter:hover, h2 .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter .heading--beta .video-filter:hover, .heading--beta .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter h3 .video-filter:hover, h3 .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter .heading--gamma .video-filter:hover, .heading--gamma .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter h4 .video-filter:hover, h4 .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter .heading--delta .video-filter:hover, .heading--delta .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter h5 .video-filter:hover, h5 .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter .heading--epsilon .video-filter:hover, .heading--epsilon .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter h6 .video-filter:hover, h6 .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter .heading--zeta .video-filter:hover, .heading--zeta .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter .cta-text .hs_cos_wrapper .video-filter:hover, .cta-text .hs_cos_wrapper .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter h1 a:active, h1 .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter .heading--alpha a:active, .heading--alpha .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter h2 a:active, h2 .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter .heading--beta a:active, .heading--beta .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter h3 a:active, h3 .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter .heading--gamma a:active, .heading--gamma .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter h4 a:active, h4 .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter .heading--delta a:active, .heading--delta .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter h5 a:active, h5 .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter .heading--epsilon a:active, .heading--epsilon .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter h6 a:active, h6 .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter .heading--zeta a:active, .heading--zeta .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter .cta-text .hs_cos_wrapper a:active, .cta-text .hs_cos_wrapper .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter h1 .video-filter:active, h1 .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter .heading--alpha .video-filter:active, .heading--alpha .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter h2 .video-filter:active, h2 .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter .heading--beta .video-filter:active, .heading--beta .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter h3 .video-filter:active, h3 .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter .heading--gamma .video-filter:active, .heading--gamma .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter h4 .video-filter:active, h4 .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter .heading--delta .video-filter:active, .heading--delta .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter h5 .video-filter:active, h5 .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter .heading--epsilon .video-filter:active, .heading--epsilon .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter h6 .video-filter:active, h6 .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter .heading--zeta .video-filter:active, .heading--zeta .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter .cta-text .hs_cos_wrapper .video-filter:active, .cta-text .hs_cos_wrapper .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter h1 a:focus, h1 .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter .heading--alpha a:focus, .heading--alpha .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter h2 a:focus, h2 .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter .heading--beta a:focus, .heading--beta .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter h3 a:focus, h3 .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter .heading--gamma a:focus, .heading--gamma .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter h4 a:focus, h4 .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter .heading--delta a:focus, .heading--delta .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter h5 a:focus, h5 .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter .heading--epsilon a:focus, .heading--epsilon .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter h6 a:focus, h6 .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter .heading--zeta a:focus, .heading--zeta .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter .cta-text .hs_cos_wrapper a:focus, .cta-text .hs_cos_wrapper .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter h1 .video-filter:focus, h1 .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .heading--alpha .video-filter:focus, .heading--alpha .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter h2 .video-filter:focus, h2 .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .heading--beta .video-filter:focus, .heading--beta .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter h3 .video-filter:focus, h3 .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .heading--gamma .video-filter:focus, .heading--gamma .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter h4 .video-filter:focus, h4 .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .heading--delta .video-filter:focus, .heading--delta .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter h5 .video-filter:focus, h5 .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .heading--epsilon .video-filter:focus, .heading--epsilon .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter h6 .video-filter:focus, h6 .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .heading--zeta .video-filter:focus, .heading--zeta .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .cta-text .hs_cos_wrapper .video-filter:focus, .cta-text .hs_cos_wrapper .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .heading a:hover, .heading .colored-section--alpha-lighter a:hover, .colored-section--alpha-lighter .heading .video-filter:hover, .heading .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter .heading a:active, .heading .colored-section--alpha-lighter a:active, .colored-section--alpha-lighter .heading .video-filter:active, .heading .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter .heading a:focus, .heading .colored-section--alpha-lighter a:focus, .colored-section--alpha-lighter .heading .video-filter:focus, .heading .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .theater-control:hover, .colored-section--alpha-lighter .video-filter:hover, .colored-section--alpha-lighter .theater-control:active, .colored-section--alpha-lighter .video-filter:active, .colored-section--alpha-lighter .theater-control:focus, .colored-section--alpha-lighter .video-filter:focus, .colored-section--alpha-lighter .theater-control.theater-control--active, .colored-section--alpha-lighter .theater-control--active.video-filter, .colored-section--alpha-lighter .video-filter.video-filter--active {
      color: #002d72; }
  .colored-section--alpha-lighter {
    border-color: #002d72; }
  .colored-section--alpha-lighter .bordered-section {
    border-color: #002d72; }
    .colored-section--alpha-lighter .collapsible-text__body {
      border-top-color: #002d72; }
  .colored-section--alpha-medium,
  .collapsible-text {
    background-color: #007cba; }
  .colored-section--alpha-medium a, .colored-section--alpha-medium .video-filter,
  .collapsible-text a,
  .collapsible-text .video-filter {
    color: white; }
    .colored-section--alpha-medium a:hover, .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium a:active, .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium a:focus, .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium h1 a:hover, h1 .colored-section--alpha-medium a:hover, .colored-section--alpha-medium .heading--alpha a:hover, .heading--alpha .colored-section--alpha-medium a:hover, .colored-section--alpha-medium h2 a:hover, h2 .colored-section--alpha-medium a:hover, .colored-section--alpha-medium .heading--beta a:hover, .heading--beta .colored-section--alpha-medium a:hover, .colored-section--alpha-medium h3 a:hover, h3 .colored-section--alpha-medium a:hover, .colored-section--alpha-medium .heading--gamma a:hover, .heading--gamma .colored-section--alpha-medium a:hover, .colored-section--alpha-medium h4 a:hover, h4 .colored-section--alpha-medium a:hover, .colored-section--alpha-medium .heading--delta a:hover, .heading--delta .colored-section--alpha-medium a:hover, .colored-section--alpha-medium h5 a:hover, h5 .colored-section--alpha-medium a:hover, .colored-section--alpha-medium .heading--epsilon a:hover, .heading--epsilon .colored-section--alpha-medium a:hover, .colored-section--alpha-medium h6 a:hover, h6 .colored-section--alpha-medium a:hover, .colored-section--alpha-medium .heading--zeta a:hover, .heading--zeta .colored-section--alpha-medium a:hover, .colored-section--alpha-medium .cta-text .hs_cos_wrapper a:hover, .cta-text .hs_cos_wrapper .colored-section--alpha-medium a:hover, .colored-section--alpha-medium h1 .video-filter:hover, h1 .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium .heading--alpha .video-filter:hover, .heading--alpha .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium h2 .video-filter:hover, h2 .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium .heading--beta .video-filter:hover, .heading--beta .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium h3 .video-filter:hover, h3 .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium .heading--gamma .video-filter:hover, .heading--gamma .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium h4 .video-filter:hover, h4 .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium .heading--delta .video-filter:hover, .heading--delta .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium h5 .video-filter:hover, h5 .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium .heading--epsilon .video-filter:hover, .heading--epsilon .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium h6 .video-filter:hover, h6 .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium .heading--zeta .video-filter:hover, .heading--zeta .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium .cta-text .hs_cos_wrapper .video-filter:hover, .cta-text .hs_cos_wrapper .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium h1 a:active, h1 .colored-section--alpha-medium a:active, .colored-section--alpha-medium .heading--alpha a:active, .heading--alpha .colored-section--alpha-medium a:active, .colored-section--alpha-medium h2 a:active, h2 .colored-section--alpha-medium a:active, .colored-section--alpha-medium .heading--beta a:active, .heading--beta .colored-section--alpha-medium a:active, .colored-section--alpha-medium h3 a:active, h3 .colored-section--alpha-medium a:active, .colored-section--alpha-medium .heading--gamma a:active, .heading--gamma .colored-section--alpha-medium a:active, .colored-section--alpha-medium h4 a:active, h4 .colored-section--alpha-medium a:active, .colored-section--alpha-medium .heading--delta a:active, .heading--delta .colored-section--alpha-medium a:active, .colored-section--alpha-medium h5 a:active, h5 .colored-section--alpha-medium a:active, .colored-section--alpha-medium .heading--epsilon a:active, .heading--epsilon .colored-section--alpha-medium a:active, .colored-section--alpha-medium h6 a:active, h6 .colored-section--alpha-medium a:active, .colored-section--alpha-medium .heading--zeta a:active, .heading--zeta .colored-section--alpha-medium a:active, .colored-section--alpha-medium .cta-text .hs_cos_wrapper a:active, .cta-text .hs_cos_wrapper .colored-section--alpha-medium a:active, .colored-section--alpha-medium h1 .video-filter:active, h1 .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium .heading--alpha .video-filter:active, .heading--alpha .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium h2 .video-filter:active, h2 .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium .heading--beta .video-filter:active, .heading--beta .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium h3 .video-filter:active, h3 .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium .heading--gamma .video-filter:active, .heading--gamma .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium h4 .video-filter:active, h4 .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium .heading--delta .video-filter:active, .heading--delta .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium h5 .video-filter:active, h5 .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium .heading--epsilon .video-filter:active, .heading--epsilon .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium h6 .video-filter:active, h6 .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium .heading--zeta .video-filter:active, .heading--zeta .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium .cta-text .hs_cos_wrapper .video-filter:active, .cta-text .hs_cos_wrapper .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium h1 a:focus, h1 .colored-section--alpha-medium a:focus, .colored-section--alpha-medium .heading--alpha a:focus, .heading--alpha .colored-section--alpha-medium a:focus, .colored-section--alpha-medium h2 a:focus, h2 .colored-section--alpha-medium a:focus, .colored-section--alpha-medium .heading--beta a:focus, .heading--beta .colored-section--alpha-medium a:focus, .colored-section--alpha-medium h3 a:focus, h3 .colored-section--alpha-medium a:focus, .colored-section--alpha-medium .heading--gamma a:focus, .heading--gamma .colored-section--alpha-medium a:focus, .colored-section--alpha-medium h4 a:focus, h4 .colored-section--alpha-medium a:focus, .colored-section--alpha-medium .heading--delta a:focus, .heading--delta .colored-section--alpha-medium a:focus, .colored-section--alpha-medium h5 a:focus, h5 .colored-section--alpha-medium a:focus, .colored-section--alpha-medium .heading--epsilon a:focus, .heading--epsilon .colored-section--alpha-medium a:focus, .colored-section--alpha-medium h6 a:focus, h6 .colored-section--alpha-medium a:focus, .colored-section--alpha-medium .heading--zeta a:focus, .heading--zeta .colored-section--alpha-medium a:focus, .colored-section--alpha-medium .cta-text .hs_cos_wrapper a:focus, .cta-text .hs_cos_wrapper .colored-section--alpha-medium a:focus, .colored-section--alpha-medium h1 .video-filter:focus, h1 .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .heading--alpha .video-filter:focus, .heading--alpha .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium h2 .video-filter:focus, h2 .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .heading--beta .video-filter:focus, .heading--beta .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium h3 .video-filter:focus, h3 .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .heading--gamma .video-filter:focus, .heading--gamma .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium h4 .video-filter:focus, h4 .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .heading--delta .video-filter:focus, .heading--delta .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium h5 .video-filter:focus, h5 .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .heading--epsilon .video-filter:focus, .heading--epsilon .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium h6 .video-filter:focus, h6 .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .heading--zeta .video-filter:focus, .heading--zeta .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .cta-text .hs_cos_wrapper .video-filter:focus, .cta-text .hs_cos_wrapper .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .heading a:hover, .heading .colored-section--alpha-medium a:hover, .colored-section--alpha-medium .heading .video-filter:hover, .heading .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium .heading a:active, .heading .colored-section--alpha-medium a:active, .colored-section--alpha-medium .heading .video-filter:active, .heading .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium .heading a:focus, .heading .colored-section--alpha-medium a:focus, .colored-section--alpha-medium .heading .video-filter:focus, .heading .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .theater-control:hover, .colored-section--alpha-medium .video-filter:hover, .colored-section--alpha-medium .theater-control:active, .colored-section--alpha-medium .video-filter:active, .colored-section--alpha-medium .theater-control:focus, .colored-section--alpha-medium .video-filter:focus, .colored-section--alpha-medium .theater-control.theater-control--active, .colored-section--alpha-medium .theater-control--active.video-filter, .colored-section--alpha-medium .video-filter.video-filter--active,
    .collapsible-text a:hover,
    .collapsible-text .video-filter:hover,
    .collapsible-text a:active,
    .collapsible-text .video-filter:active,
    .collapsible-text a:focus,
    .collapsible-text .video-filter:focus,
    .collapsible-text h1 a:hover,
    h1 .collapsible-text a:hover,
    .collapsible-text .heading--alpha a:hover,
    .heading--alpha .collapsible-text a:hover,
    .collapsible-text h2 a:hover,
    h2 .collapsible-text a:hover,
    .collapsible-text .heading--beta a:hover,
    .heading--beta .collapsible-text a:hover,
    .collapsible-text h3 a:hover,
    h3 .collapsible-text a:hover,
    .collapsible-text .heading--gamma a:hover,
    .heading--gamma .collapsible-text a:hover,
    .collapsible-text h4 a:hover,
    h4 .collapsible-text a:hover,
    .collapsible-text .heading--delta a:hover,
    .heading--delta .collapsible-text a:hover,
    .collapsible-text h5 a:hover,
    h5 .collapsible-text a:hover,
    .collapsible-text .heading--epsilon a:hover,
    .heading--epsilon .collapsible-text a:hover,
    .collapsible-text h6 a:hover,
    h6 .collapsible-text a:hover,
    .collapsible-text .heading--zeta a:hover,
    .heading--zeta .collapsible-text a:hover,
    .collapsible-text .cta-text .hs_cos_wrapper a:hover,
    .cta-text .hs_cos_wrapper .collapsible-text a:hover,
    .collapsible-text h1 .video-filter:hover,
    h1 .collapsible-text .video-filter:hover,
    .collapsible-text .heading--alpha .video-filter:hover,
    .heading--alpha .collapsible-text .video-filter:hover,
    .collapsible-text h2 .video-filter:hover,
    h2 .collapsible-text .video-filter:hover,
    .collapsible-text .heading--beta .video-filter:hover,
    .heading--beta .collapsible-text .video-filter:hover,
    .collapsible-text h3 .video-filter:hover,
    h3 .collapsible-text .video-filter:hover,
    .collapsible-text .heading--gamma .video-filter:hover,
    .heading--gamma .collapsible-text .video-filter:hover,
    .collapsible-text h4 .video-filter:hover,
    h4 .collapsible-text .video-filter:hover,
    .collapsible-text .heading--delta .video-filter:hover,
    .heading--delta .collapsible-text .video-filter:hover,
    .collapsible-text h5 .video-filter:hover,
    h5 .collapsible-text .video-filter:hover,
    .collapsible-text .heading--epsilon .video-filter:hover,
    .heading--epsilon .collapsible-text .video-filter:hover,
    .collapsible-text h6 .video-filter:hover,
    h6 .collapsible-text .video-filter:hover,
    .collapsible-text .heading--zeta .video-filter:hover,
    .heading--zeta .collapsible-text .video-filter:hover,
    .collapsible-text .cta-text .hs_cos_wrapper .video-filter:hover,
    .cta-text .hs_cos_wrapper .collapsible-text .video-filter:hover,
    .collapsible-text h1 a:active,
    h1 .collapsible-text a:active,
    .collapsible-text .heading--alpha a:active,
    .heading--alpha .collapsible-text a:active,
    .collapsible-text h2 a:active,
    h2 .collapsible-text a:active,
    .collapsible-text .heading--beta a:active,
    .heading--beta .collapsible-text a:active,
    .collapsible-text h3 a:active,
    h3 .collapsible-text a:active,
    .collapsible-text .heading--gamma a:active,
    .heading--gamma .collapsible-text a:active,
    .collapsible-text h4 a:active,
    h4 .collapsible-text a:active,
    .collapsible-text .heading--delta a:active,
    .heading--delta .collapsible-text a:active,
    .collapsible-text h5 a:active,
    h5 .collapsible-text a:active,
    .collapsible-text .heading--epsilon a:active,
    .heading--epsilon .collapsible-text a:active,
    .collapsible-text h6 a:active,
    h6 .collapsible-text a:active,
    .collapsible-text .heading--zeta a:active,
    .heading--zeta .collapsible-text a:active,
    .collapsible-text .cta-text .hs_cos_wrapper a:active,
    .cta-text .hs_cos_wrapper .collapsible-text a:active,
    .collapsible-text h1 .video-filter:active,
    h1 .collapsible-text .video-filter:active,
    .collapsible-text .heading--alpha .video-filter:active,
    .heading--alpha .collapsible-text .video-filter:active,
    .collapsible-text h2 .video-filter:active,
    h2 .collapsible-text .video-filter:active,
    .collapsible-text .heading--beta .video-filter:active,
    .heading--beta .collapsible-text .video-filter:active,
    .collapsible-text h3 .video-filter:active,
    h3 .collapsible-text .video-filter:active,
    .collapsible-text .heading--gamma .video-filter:active,
    .heading--gamma .collapsible-text .video-filter:active,
    .collapsible-text h4 .video-filter:active,
    h4 .collapsible-text .video-filter:active,
    .collapsible-text .heading--delta .video-filter:active,
    .heading--delta .collapsible-text .video-filter:active,
    .collapsible-text h5 .video-filter:active,
    h5 .collapsible-text .video-filter:active,
    .collapsible-text .heading--epsilon .video-filter:active,
    .heading--epsilon .collapsible-text .video-filter:active,
    .collapsible-text h6 .video-filter:active,
    h6 .collapsible-text .video-filter:active,
    .collapsible-text .heading--zeta .video-filter:active,
    .heading--zeta .collapsible-text .video-filter:active,
    .collapsible-text .cta-text .hs_cos_wrapper .video-filter:active,
    .cta-text .hs_cos_wrapper .collapsible-text .video-filter:active,
    .collapsible-text h1 a:focus,
    h1 .collapsible-text a:focus,
    .collapsible-text .heading--alpha a:focus,
    .heading--alpha .collapsible-text a:focus,
    .collapsible-text h2 a:focus,
    h2 .collapsible-text a:focus,
    .collapsible-text .heading--beta a:focus,
    .heading--beta .collapsible-text a:focus,
    .collapsible-text h3 a:focus,
    h3 .collapsible-text a:focus,
    .collapsible-text .heading--gamma a:focus,
    .heading--gamma .collapsible-text a:focus,
    .collapsible-text h4 a:focus,
    h4 .collapsible-text a:focus,
    .collapsible-text .heading--delta a:focus,
    .heading--delta .collapsible-text a:focus,
    .collapsible-text h5 a:focus,
    h5 .collapsible-text a:focus,
    .collapsible-text .heading--epsilon a:focus,
    .heading--epsilon .collapsible-text a:focus,
    .collapsible-text h6 a:focus,
    h6 .collapsible-text a:focus,
    .collapsible-text .heading--zeta a:focus,
    .heading--zeta .collapsible-text a:focus,
    .collapsible-text .cta-text .hs_cos_wrapper a:focus,
    .cta-text .hs_cos_wrapper .collapsible-text a:focus,
    .collapsible-text h1 .video-filter:focus,
    h1 .collapsible-text .video-filter:focus,
    .collapsible-text .heading--alpha .video-filter:focus,
    .heading--alpha .collapsible-text .video-filter:focus,
    .collapsible-text h2 .video-filter:focus,
    h2 .collapsible-text .video-filter:focus,
    .collapsible-text .heading--beta .video-filter:focus,
    .heading--beta .collapsible-text .video-filter:focus,
    .collapsible-text h3 .video-filter:focus,
    h3 .collapsible-text .video-filter:focus,
    .collapsible-text .heading--gamma .video-filter:focus,
    .heading--gamma .collapsible-text .video-filter:focus,
    .collapsible-text h4 .video-filter:focus,
    h4 .collapsible-text .video-filter:focus,
    .collapsible-text .heading--delta .video-filter:focus,
    .heading--delta .collapsible-text .video-filter:focus,
    .collapsible-text h5 .video-filter:focus,
    h5 .collapsible-text .video-filter:focus,
    .collapsible-text .heading--epsilon .video-filter:focus,
    .heading--epsilon .collapsible-text .video-filter:focus,
    .collapsible-text h6 .video-filter:focus,
    h6 .collapsible-text .video-filter:focus,
    .collapsible-text .heading--zeta .video-filter:focus,
    .heading--zeta .collapsible-text .video-filter:focus,
    .collapsible-text .cta-text .hs_cos_wrapper .video-filter:focus,
    .cta-text .hs_cos_wrapper .collapsible-text .video-filter:focus,
    .collapsible-text .heading a:hover,
    .heading .collapsible-text a:hover,
    .collapsible-text .heading .video-filter:hover,
    .heading .collapsible-text .video-filter:hover,
    .collapsible-text .heading a:active,
    .heading .collapsible-text a:active,
    .collapsible-text .heading .video-filter:active,
    .heading .collapsible-text .video-filter:active,
    .collapsible-text .heading a:focus,
    .heading .collapsible-text a:focus,
    .collapsible-text .heading .video-filter:focus,
    .heading .collapsible-text .video-filter:focus,
    .collapsible-text .theater-control:hover,
    .collapsible-text .video-filter:hover,
    .collapsible-text .theater-control:active,
    .collapsible-text .video-filter:active,
    .collapsible-text .theater-control:focus,
    .collapsible-text .video-filter:focus,
    .collapsible-text .theater-control.theater-control--active,
    .collapsible-text .theater-control--active.video-filter,
    .collapsible-text .video-filter.video-filter--active {
      color: #afcee8; }
  .colored-section--beta {
    color: #002d72; }
    .colored-section--beta {
      background-color: #e5a514; }
    .colored-section--beta a, .colored-section--beta .video-filter {
      color: white; }
    .colored-section--beta h1,
    .colored-section--beta .heading--alpha, .colored-section--beta h2,
    .colored-section--beta .heading--beta, .colored-section--beta h3,
    .colored-section--beta .heading--gamma, .colored-section--beta h4,
    .colored-section--beta .heading--delta, .colored-section--beta h5,
    .colored-section--beta .heading--epsilon, .colored-section--beta h6,
    .colored-section--beta .heading--zeta, .colored-section--beta .cta-text .hs_cos_wrapper, .cta-text .colored-section--beta .hs_cos_wrapper {
      color: #002d72; }
  .colored-section--light {
    background-color: #eeeeee; }
  .colored-section--grey {
    background-color: #F1F1F1; }
  .colored-section--grey-medium {
    background-color: #D6D6D6; }
  .colored-section--ghost {
    color: #333; }
    .colored-section--ghost {
      background-color: rgba(255, 255, 255, 0.9); }
    .colored-section--ghost h1,
    .colored-section--ghost .heading--alpha, .colored-section--ghost h2,
    .colored-section--ghost .heading--beta, .colored-section--ghost h3,
    .colored-section--ghost .heading--gamma, .colored-section--ghost h4,
    .colored-section--ghost .heading--delta, .colored-section--ghost h5,
    .colored-section--ghost .heading--epsilon, .colored-section--ghost h6,
    .colored-section--ghost .heading--zeta, .colored-section--ghost .cta-text .hs_cos_wrapper, .cta-text .colored-section--ghost .hs_cos_wrapper {
      color: #007cba; }
  .colored-section--overlay {
    position: relative; }
    .colored-section--overlay:before {
      content: '';
      background-color: inherit;
      opacity: .5;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
    .colored-section--overlay > .row-fluid-wrapper {
      position: relative; }

.bordered-section {
  border-style: none;
  border-width: 1px; }
  .bordered-section.bordered-section--top {
    border-top-style: solid; }
  .bordered-section.bordered-section--right {
    border-right-style: solid; }
  .bordered-section.bordered-section--bottom {
    border-bottom-style: solid; }
  .bordered-section.bordered-section--left {
    border-left-style: solid; }
  .bordered-section--thick {
    border-width: 10px; }

.padded-section,
.colored-section,
.collapsible-text,
.bordered-section {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  @media (min-width: 768px) {
    .padded-section,
    .colored-section,
    .collapsible-text,
    .bordered-section {
      padding-top: 3em;
      padding-bottom: 3em; } }
  .lt-ie9 .padded-section, .lt-ie9 .colored-section, .lt-ie9 .collapsible-text, .lt-ie9 .bordered-section {
    padding-top: 3em;
    padding-bottom: 3em; }
  .padded-section.padded-section--top,
  .padded-section--top.colored-section,
  .padded-section--top.collapsible-text,
  .padded-section--top.bordered-section {
    padding: 0;
    padding-top: 1.5em; }
    @media (min-width: 768px) {
      .padded-section.padded-section--top,
      .padded-section--top.colored-section,
      .padded-section--top.collapsible-text,
      .padded-section--top.bordered-section {
        padding-top: 3em; } }
    .lt-ie9 .padded-section.padded-section--top, .lt-ie9 .padded-section--top.colored-section, .lt-ie9 .padded-section--top.collapsible-text, .lt-ie9 .padded-section--top.bordered-section {
      padding-top: 3em; }
  .padded-section.padded-section--right,
  .padded-section--right.colored-section,
  .padded-section--right.collapsible-text,
  .padded-section--right.bordered-section {
    padding: 0;
    padding-right: 1.5em; }
    @media (min-width: 768px) {
      .padded-section.padded-section--right,
      .padded-section--right.colored-section,
      .padded-section--right.collapsible-text,
      .padded-section--right.bordered-section {
        padding-right: 3em; } }
    .lt-ie9 .padded-section.padded-section--right, .lt-ie9 .padded-section--right.colored-section, .lt-ie9 .padded-section--right.collapsible-text, .lt-ie9 .padded-section--right.bordered-section {
      padding-right: 3em; }
  .padded-section.padded-section--bottom,
  .padded-section--bottom.colored-section,
  .padded-section--bottom.collapsible-text,
  .padded-section--bottom.bordered-section {
    padding: 0;
    padding-bottom: 1.5em; }
    @media (min-width: 768px) {
      .padded-section.padded-section--bottom,
      .padded-section--bottom.colored-section,
      .padded-section--bottom.collapsible-text,
      .padded-section--bottom.bordered-section {
        padding-bottom: 3em; } }
    .lt-ie9 .padded-section.padded-section--bottom, .lt-ie9 .padded-section--bottom.colored-section, .lt-ie9 .padded-section--bottom.collapsible-text, .lt-ie9 .padded-section--bottom.bordered-section {
      padding-bottom: 3em; }
  .padded-section.padded-section--left,
  .padded-section--left.colored-section,
  .padded-section--left.collapsible-text,
  .padded-section--left.bordered-section {
    padding: 0;
    padding-left: 1.5em; }
    @media (min-width: 768px) {
      .padded-section.padded-section--left,
      .padded-section--left.colored-section,
      .padded-section--left.collapsible-text,
      .padded-section--left.bordered-section {
        padding-left: 3em; } }
    .lt-ie9 .padded-section.padded-section--left, .lt-ie9 .padded-section--left.colored-section, .lt-ie9 .padded-section--left.collapsible-text, .lt-ie9 .padded-section--left.bordered-section {
      padding-left: 3em; }
  .padded-section--small {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
    @media (min-width: 768px) {
      .padded-section--small {
        padding-top: 1em;
        padding-bottom: 1em; } }
    .lt-ie9 .padded-section--small {
      padding-top: 1em;
      padding-bottom: 1em; }
    .padded-section--small.padded-section--full {
      padding: 0.5em; }
      @media (min-width: 768px) {
        .padded-section--small.padded-section--full {
          padding: 1em; } }
      .lt-ie9 .padded-section--small.padded-section--full {
        padding: 1em; }
    .padded-section--small.padded-section--top {
      padding-top: 0.5em; }
      @media (min-width: 768px) {
        .padded-section--small.padded-section--top {
          padding-top: 1em; } }
      .lt-ie9 .padded-section--small.padded-section--top {
        padding-top: 1em; }
    .padded-section--small.padded-section--right {
      padding-right: 0.5em; }
      @media (min-width: 768px) {
        .padded-section--small.padded-section--right {
          padding-right: 1em; } }
      .lt-ie9 .padded-section--small.padded-section--right {
        padding-right: 1em; }
    .padded-section--small.padded-section--bottom {
      padding-bottom: 0.5em; }
      @media (min-width: 768px) {
        .padded-section--small.padded-section--bottom {
          padding-bottom: 1em; } }
      .lt-ie9 .padded-section--small.padded-section--bottom {
        padding-bottom: 1em; }
    .padded-section--small.padded-section--left {
      padding-left: 0.5em; }
      @media (min-width: 768px) {
        .padded-section--small.padded-section--left {
          padding-left: 1em; } }
      .lt-ie9 .padded-section--small.padded-section--left {
        padding-left: 1em; }
  .padded-section--half {
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
    @media (min-width: 768px) {
      .padded-section--half {
        padding-top: 1.5em;
        padding-bottom: 1.5em; } }
    .lt-ie9 .padded-section--half {
      padding-top: 1.5em;
      padding-bottom: 1.5em; }
    .padded-section--half.padded-section--full {
      padding: 0.75em; }
      @media (min-width: 768px) {
        .padded-section--half.padded-section--full {
          padding: 1.5em; } }
      .lt-ie9 .padded-section--half.padded-section--full {
        padding: 1.5em; }
    .padded-section--half.padded-section--top {
      padding-top: 0.75em; }
      @media (min-width: 768px) {
        .padded-section--half.padded-section--top {
          padding-top: 1.5em; } }
      .lt-ie9 .padded-section--half.padded-section--top {
        padding-top: 1.5em; }
    .padded-section--half.padded-section--right {
      padding-right: 0.75em; }
      @media (min-width: 768px) {
        .padded-section--half.padded-section--right {
          padding-right: 1.5em; } }
      .lt-ie9 .padded-section--half.padded-section--right {
        padding-right: 1.5em; }
    .padded-section--half.padded-section--bottom {
      padding-bottom: 0.75em; }
      @media (min-width: 768px) {
        .padded-section--half.padded-section--bottom {
          padding-bottom: 1.5em; } }
      .lt-ie9 .padded-section--half.padded-section--bottom {
        padding-bottom: 1.5em; }
    .padded-section--half.padded-section--left {
      padding-left: 0.75em; }
      @media (min-width: 768px) {
        .padded-section--half.padded-section--left {
          padding-left: 1.5em; } }
      .lt-ie9 .padded-section--half.padded-section--left {
        padding-left: 1.5em; }
  .padded-section--medium {
    padding-top: 1em;
    padding-bottom: 1em; }
    @media (min-width: 768px) {
      .padded-section--medium {
        padding-top: 2em;
        padding-bottom: 2em; } }
    .lt-ie9 .padded-section--medium {
      padding-top: 2em;
      padding-bottom: 2em; }
    .padded-section--medium.padded-section--full {
      padding: 1em; }
      @media (min-width: 768px) {
        .padded-section--medium.padded-section--full {
          padding: 2em; } }
      .lt-ie9 .padded-section--medium.padded-section--full {
        padding: 2em; }
    .padded-section--medium.padded-section--top {
      padding-top: 1em; }
      @media (min-width: 768px) {
        .padded-section--medium.padded-section--top {
          padding-top: 2em; } }
      .lt-ie9 .padded-section--medium.padded-section--top {
        padding-top: 2em; }
    .padded-section--medium.padded-section--right {
      padding-right: 1em; }
      @media (min-width: 768px) {
        .padded-section--medium.padded-section--right {
          padding-right: 2em; } }
      .lt-ie9 .padded-section--medium.padded-section--right {
        padding-right: 2em; }
    .padded-section--medium.padded-section--bottom {
      padding-bottom: 1em; }
      @media (min-width: 768px) {
        .padded-section--medium.padded-section--bottom {
          padding-bottom: 2em; } }
      .lt-ie9 .padded-section--medium.padded-section--bottom {
        padding-bottom: 2em; }
    .padded-section--medium.padded-section--left {
      padding-left: 1em; }
      @media (min-width: 768px) {
        .padded-section--medium.padded-section--left {
          padding-left: 2em; } }
      .lt-ie9 .padded-section--medium.padded-section--left {
        padding-left: 2em; }
  .padded-section--large {
    padding-top: 2.25em;
    padding-bottom: 2.25em; }
    @media (min-width: 768px) {
      .padded-section--large {
        padding-top: 4.5em;
        padding-bottom: 4.5em; } }
    .lt-ie9 .padded-section--large {
      padding-top: 4.5em;
      padding-bottom: 4.5em; }
    .padded-section--large.padded-section--full {
      padding: 2.25em; }
      @media (min-width: 768px) {
        .padded-section--large.padded-section--full {
          padding: 4.5em; } }
      .lt-ie9 .padded-section--large.padded-section--full {
        padding: 4.5em; }
    .padded-section--large.padded-section--top {
      padding-top: 2.25em; }
      @media (min-width: 768px) {
        .padded-section--large.padded-section--top {
          padding-top: 4.5em; } }
      .lt-ie9 .padded-section--large.padded-section--top {
        padding-top: 4.5em; }
    .padded-section--large.padded-section--right {
      padding-right: 2.25em; }
      @media (min-width: 768px) {
        .padded-section--large.padded-section--right {
          padding-right: 4.5em; } }
      .lt-ie9 .padded-section--large.padded-section--right {
        padding-right: 4.5em; }
    .padded-section--large.padded-section--bottom {
      padding-bottom: 2.25em; }
      @media (min-width: 768px) {
        .padded-section--large.padded-section--bottom {
          padding-bottom: 4.5em; } }
      .lt-ie9 .padded-section--large.padded-section--bottom {
        padding-bottom: 4.5em; }
    .padded-section--large.padded-section--left {
      padding-left: 2.25em; }
      @media (min-width: 768px) {
        .padded-section--large.padded-section--left {
          padding-left: 4.5em; } }
      .lt-ie9 .padded-section--large.padded-section--left {
        padding-left: 4.5em; }
  .padded-section--double {
    padding-top: 3em;
    padding-bottom: 3em; }
    @media (min-width: 768px) {
      .padded-section--double {
        padding-top: 6em;
        padding-bottom: 6em; } }
    .lt-ie9 .padded-section--double {
      padding-top: 6em;
      padding-bottom: 6em; }
    .padded-section--double.padded-section--full {
      padding: 3em; }
      @media (min-width: 768px) {
        .padded-section--double.padded-section--full {
          padding: 6em; } }
      .lt-ie9 .padded-section--double.padded-section--full {
        padding: 6em; }
    .padded-section--double.padded-section--top {
      padding-top: 3em; }
      @media (min-width: 768px) {
        .padded-section--double.padded-section--top {
          padding-top: 6em; } }
      .lt-ie9 .padded-section--double.padded-section--top {
        padding-top: 6em; }
    .padded-section--double.padded-section--right {
      padding-right: 3em; }
      @media (min-width: 768px) {
        .padded-section--double.padded-section--right {
          padding-right: 6em; } }
      .lt-ie9 .padded-section--double.padded-section--right {
        padding-right: 6em; }
    .padded-section--double.padded-section--bottom {
      padding-bottom: 3em; }
      @media (min-width: 768px) {
        .padded-section--double.padded-section--bottom {
          padding-bottom: 6em; } }
      .lt-ie9 .padded-section--double.padded-section--bottom {
        padding-bottom: 6em; }
    .padded-section--double.padded-section--left {
      padding-left: 3em; }
      @media (min-width: 768px) {
        .padded-section--double.padded-section--left {
          padding-left: 6em; } }
      .lt-ie9 .padded-section--double.padded-section--left {
        padding-left: 6em; }
  .padded-section--huge {
    padding-top: 4.9995em;
    padding-bottom: 4.9995em; }
    @media (min-width: 768px) {
      .padded-section--huge {
        padding-top: 9.999em;
        padding-bottom: 9.999em; } }
    .lt-ie9 .padded-section--huge {
      padding-top: 9.999em;
      padding-bottom: 9.999em; }
    .padded-section--huge.padded-section--full {
      padding: 4.9995em; }
      @media (min-width: 768px) {
        .padded-section--huge.padded-section--full {
          padding: 9.999em; } }
      .lt-ie9 .padded-section--huge.padded-section--full {
        padding: 9.999em; }
    .padded-section--huge.padded-section--top {
      padding-top: 4.9995em; }
      @media (min-width: 768px) {
        .padded-section--huge.padded-section--top {
          padding-top: 9.999em; } }
      .lt-ie9 .padded-section--huge.padded-section--top {
        padding-top: 9.999em; }
    .padded-section--huge.padded-section--right {
      padding-right: 4.9995em; }
      @media (min-width: 768px) {
        .padded-section--huge.padded-section--right {
          padding-right: 9.999em; } }
      .lt-ie9 .padded-section--huge.padded-section--right {
        padding-right: 9.999em; }
    .padded-section--huge.padded-section--bottom {
      padding-bottom: 4.9995em; }
      @media (min-width: 768px) {
        .padded-section--huge.padded-section--bottom {
          padding-bottom: 9.999em; } }
      .lt-ie9 .padded-section--huge.padded-section--bottom {
        padding-bottom: 9.999em; }
    .padded-section--huge.padded-section--left {
      padding-left: 4.9995em; }
      @media (min-width: 768px) {
        .padded-section--huge.padded-section--left {
          padding-left: 9.999em; } }
      .lt-ie9 .padded-section--huge.padded-section--left {
        padding-left: 9.999em; }
  .padded-section--flush {
    padding-top: 0;
    padding-bottom: 0; }
    @media (min-width: 768px) {
      .padded-section--flush {
        padding-top: 0;
        padding-bottom: 0; } }
    .lt-ie9 .padded-section--flush {
      padding-top: 0;
      padding-bottom: 0; }
    .padded-section--flush.padded-section--full {
      padding: 0; }
      @media (min-width: 768px) {
        .padded-section--flush.padded-section--full {
          padding: 0; } }
      .lt-ie9 .padded-section--flush.padded-section--full {
        padding: 0; }
  .padded-section--full {
    padding: 1.5em; }
    @media (min-width: 768px) {
      .padded-section--full {
        padding: 3em; } }
    .lt-ie9 .padded-section--full {
      padding: 3em; }
  @media (max-width: 767px) {
    .padded-section--tablet {
      padding: 0 !important; } }
  @media (min-width: 768px) {
    .padded-section--mobile {
      padding: 0 !important; } }
  .lt-ie9 .padded-section--mobile {
    padding: 0 !important; }

@media (min-width: 768px) {
  .theater {
    padding-top: 50px;
    position: relative; } }

.lt-ie9 .theater {
  padding-top: 50px;
  position: relative; }

.theater__description {
  margin: 0; }

.theater__paging {
  text-align: right; }
  @media (min-width: 768px) {
    .theater__paging {
      position: absolute;
      top: 0;
      right: 0; } }
  .lt-ie9 .theater__paging {
    position: absolute;
    top: 0;
    right: 0; }

.theater__pager {
  cursor: pointer;
  font-size: 32px;
  font-size: 1.7777777778rem; }
  .theater__pager:after {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none; }
  .theater__pager--prev:after {
    content: ""; }
  .theater__pager--next:after {
    content: ""; }
  .theater__pager[disabled] {
    opacity: .5;
    cursor: auto;
    color: white !important; }

.theater__screen {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.35); }

.theater-section__controls {
  margin-top: 3em; }
  .theater-section__controls .widget-type-header {
    margin-bottom: 1em; }

.theater-control, .video-filter {
  display: block;
  width: 110px;
  font-size: 16px;
  font-size: 0.8888888889rem; }
  .theater-control:hover .theater-control__titles--has-hover .theater-control__title--default, .video-filter:hover .theater-control__titles--has-hover .theater-control__title--default, .theater-control:active .theater-control__titles--has-hover .theater-control__title--default, .video-filter:active .theater-control__titles--has-hover .theater-control__title--default, .theater-control:focus .theater-control__titles--has-hover .theater-control__title--default, .video-filter:focus .theater-control__titles--has-hover .theater-control__title--default, .theater-control.theater-control--active .theater-control__titles--has-hover .theater-control__title--default, .theater-control--active.video-filter .theater-control__titles--has-hover .theater-control__title--default {
    visibility: hidden;
    opacity: 0; }
  .theater-control:hover .theater-control__titles--has-hover .theater-control__title--hover, .video-filter:hover .theater-control__titles--has-hover .theater-control__title--hover, .theater-control:active .theater-control__titles--has-hover .theater-control__title--hover, .video-filter:active .theater-control__titles--has-hover .theater-control__title--hover, .theater-control:focus .theater-control__titles--has-hover .theater-control__title--hover, .video-filter:focus .theater-control__titles--has-hover .theater-control__title--hover, .theater-control.theater-control--active .theater-control__titles--has-hover .theater-control__title--hover, .theater-control--active.video-filter .theater-control__titles--has-hover .theater-control__title--hover {
    opacity: 1;
    visibility: visible; }
  .theater-control__thumb, .video-filter__thumb {
    width: 80px;
    height: 80px;
    margin: auto;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    position: relative;
    margin-bottom: 1em; }
    .theater-control__thumb-image, .video-filter__thumb-image {
      margin: auto;
      -webkit-transition: inherit;
      -o-transition: inherit;
      transition: inherit;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0; }
      .theater-control__thumb-image--hover, .video-filter__thumb-image--hover {
        opacity: 0;
        visibility: hidden; }
  .theater-control__titles {
    position: relative;
    height: 2em; }
  .theater-control__title {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity; }
    .theater-control__title--hover {
      opacity: 0;
      visibility: hidden; }
  .theater-control--has-hover:hover .theater-control__thumb-image--default, .theater-control--has-hover:active .theater-control__thumb-image--default, .theater-control--has-hover:focus .theater-control__thumb-image--default, .theater-control--has-hover.theater-control--active .theater-control__thumb-image--default {
    visibility: hidden;
    opacity: 0; }
  .theater-control--has-hover:hover .theater-control__thumb-image--hover, .theater-control--has-hover:hover .video-filter__thumb-image--hover, .theater-control--has-hover:active .theater-control__thumb-image--hover, .theater-control--has-hover:active .video-filter__thumb-image--hover, .theater-control--has-hover:focus .theater-control__thumb-image--hover, .theater-control--has-hover:focus .video-filter__thumb-image--hover, .theater-control--has-hover.theater-control--active .theater-control__thumb-image--hover, .theater-control--has-hover.theater-control--active .video-filter__thumb-image--hover {
    opacity: 1;
    visibility: visible; }

.video-filter {
  cursor: pointer;
  width: auto;
  padding: .5em; }
  @media (min-width: 768px) {
    .video-filter {
      padding: 0 1em; } }
  .lt-ie9 .video-filter {
    padding: 0 1em; }
  .video-filter__thumb {
    width: 40px;
    height: 40px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .video-filter__thumb {
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
        width: 60px;
        height: 60px;
        margin-bottom: 1em; }
        .sticky-row--stuck .video-filter__thumb {
          width: 20px;
          height: 20px;
          margin-bottom: 0; } }
    .lt-ie9 .video-filter__thumb {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      width: 60px;
      height: 60px;
      margin-bottom: 1em; }
      .sticky-row--stuck .lt-ie9 .video-filter__thumb {
        width: 20px;
        height: 20px;
        margin-bottom: 0; }
    .video-filter__thumb-image {
      max-height: 100%; }
  .video-filter--has-hover:hover .video-filter__thumb-image--default, .video-filter--has-hover:active .video-filter__thumb-image--default, .video-filter--has-hover:focus .video-filter__thumb-image--default, .video-filter--has-hover.video-filter--active .video-filter__thumb-image--default {
    visibility: hidden;
    opacity: 0; }
  .video-filter--has-hover:hover .video-filter__thumb-image--hover, .video-filter--has-hover:active .video-filter__thumb-image--hover, .video-filter--has-hover:focus .video-filter__thumb-image--hover, .video-filter--has-hover.video-filter--active .video-filter__thumb-image--hover {
    opacity: 1;
    visibility: visible; }

.video-description, .video-group .hs_cos_wrapper_type_rich_text {
  font-weight: 300;
  line-height: 2;
  padding: 1.5em 0; }
  @media (min-width: 768px) {
    .video-description__thumb {
      padding-right: 2em;
      width: 49.1525423729%;
      float: left;
      margin-left: 0; }
      .video-description__thumb a {
        -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
                box-shadow: 0 0 8px rgba(0, 0, 0, 0.35); }
    .video-description__body {
      margin-top: 0;
      width: 49.1525423729%;
      float: right;
      margin-left: 1.6949152542%; } }
  .lt-ie9 .video-description__thumb {
    padding-right: 2em;
    width: 49.1525423729%;
    float: left;
    margin-left: 0; }
    .lt-ie9 .video-description__thumb a {
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 8px rgba(0, 0, 0, 0.35); }
  .lt-ie9 .video-description__body {
    margin-top: 0;
    width: 49.1525423729%;
    float: right;
    margin-left: 1.6949152542%; }
  .video-description__title, .video-group .hs_cos_wrapper_type_rich_text h3 {
    margin-top: .5em;
    font-weight: 600;
    font-size: 21px; }
    @media (min-width: 768px) {
      .video-description__title, .video-group .hs_cos_wrapper_type_rich_text h3 {
        font-size: 30px; } }
    .lt-ie9 .video-description__title, .lt-ie9 .video-group .hs_cos_wrapper_type_rich_text h3, .video-group .hs_cos_wrapper_type_rich_text .lt-ie9 h3 {
      font-size: 30px; }
  .video-description__category {
    display: inline-block;
    line-height: 1;
    vertical-align: top;
    color: white;
    background-color: #ec9737;
    padding: .5em;
    text-transform: uppercase;
    font-size: .9em; }

.video-group .hs_cos_wrapper_type_rich_text {
  text-align: center; }

.video-group .hs_cos_wrapper_widget {
  margin-top: 0; }

.video-group .widget-type-header,
.video-group .hs_cos_wrapper_type_rich_text {
  display: none; }
  .hs-inline-edit .video-group .widget-type-header, .hs-inline-edit
  .video-group .hs_cos_wrapper_type_rich_text {
    display: block; }

.video-group--active .widget-type-header,
.video-group--active .hs_cos_wrapper_type_rich_text {
  display: block; }

.video-group--active .video-description--first .video-description__title, .video-group--active .video-description--first .video-group .hs_cos_wrapper_type_rich_text h3, .video-group .hs_cos_wrapper_type_rich_text .video-group--active .video-description--first h3 {
  display: none; }

.video-groups--active > .row-fluid-wrapper {
  margin-top: 0; }
  .video-groups--active > .row-fluid-wrapper > .row-fluid > .widget-type-header {
    display: none; }
    .hs-inline-edit .video-groups--active > .row-fluid-wrapper > .row-fluid > .widget-type-header {
      display: block; }

.instagram-feed {
  height: 100%; }
  .instagram-feed__item {
    min-height: 300px;
    max-width: 300px;
    margin: 0 auto;
    display: block;
    border: 5px solid white;
    background-position: center center; }
    @media (min-width: 768px) {
      .instagram-feed__item {
        float: left;
        min-height: 100px;
        width: 50%;
        height: 50%; }
        .instagram-feed__item:first-child, .instagram-feed__item:nth-child(2) {
          border-top-width: 0; }
        .instagram-feed__item:last-child, .instagram-feed__item:nth-last-child(2) {
          border-bottom-width: 0; }
        .instagram-feed__item:first-child, .instagram-feed__item:nth-child(3) {
          border-left-width: 10px; }
        .instagram-feed__item:last-child, .instagram-feed__item:nth-child(2) {
          border-right-width: 10px; } }
    .lt-ie9 .instagram-feed__item {
      float: left;
      min-height: 100px;
      width: 50%;
      height: 50%; }
      .lt-ie9 .instagram-feed__item:first-child, .lt-ie9 .instagram-feed__item:nth-child(2) {
        border-top-width: 0; }
      .lt-ie9 .instagram-feed__item:last-child, .lt-ie9 .instagram-feed__item:nth-last-child(2) {
        border-bottom-width: 0; }
      .lt-ie9 .instagram-feed__item:first-child, .lt-ie9 .instagram-feed__item:nth-child(3) {
        border-left-width: 10px; }
      .lt-ie9 .instagram-feed__item:last-child, .lt-ie9 .instagram-feed__item:nth-child(2) {
        border-right-width: 10px; }
    @media (max-width: 767px) {
      .instagram-feed__item:first-child {
        border-top-width: 10px; }
      .instagram-feed__item:last-child {
        border-bottom-width: 10px; } }

.event__description {
  margin-top: 0; }

.event__title {
  font-weight: normal;
  text-transform: none; }

.events-feed {
  margin-top: 3em; }
  .events-feed .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: 1.5em; }
  .large-rows .events-feed {
    margin-top: 0; }

.subscribe-form {
  text-align: center; }
  .subscribe-form .form-title {
    padding-bottom: 2em;
    margin-bottom: 2em;
    position: relative; }
    .subscribe-form .form-title:after {
      content: '';
      border-top: 1px solid rgba(255, 255, 255, 0.5);
      position: absolute;
      bottom: 0;
      left: 20%;
      right: 20%; }

.form {
  font-weight: 200;
  font-size: 26px;
  text-align: center; }
  .form * + * {
    margin-top: 0; }
  .form label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px; }
  .form .mobile {
    display: none; }
    @media (max-width: 767px) {
      .form .mobile {
        display: block; } }
  .form .panel-safe-space {
    padding: 15px 0 50px;
    position: relative; }
  .form .twitter-typeahead .pledge-input {
    vertical-align: middle !important; }
  .form .twitter-typeahead .tt-dropdown-menu {
    background-color: #cdcdcd;
    color: #000;
    width: 560px;
    max-height: 300px;
    overflow-y: auto; }
  .form .twitter-typeahead .tt-suggestion {
    text-align: left;
    padding-left: 30px; }
  .form .twitter-typeahead .tt-cursor {
    background-color: #a4a4a4; }
  .form input.error.pledge-name {
    border: none;
    border-bottom: 2px solid red; }
  .form button.error,
  .form input.error {
    border: 2px solid red; }
  .form header {
    margin-top: 40px;
    position: relative; }
    @media (min-width: 1140px) {
      .form header .iso-pledge-ribbon {
        position: absolute;
        text-align: left;
        left: 100%;
        top: 0;
        width: 154px; }
        .form header .iso-pledge-ribbon img {
          width: 90%; } }
    .lt-ie9 .form header .iso-pledge-ribbon {
      position: absolute;
      text-align: left;
      left: 100%;
      top: 0;
      width: 154px; }
      .lt-ie9 .form header .iso-pledge-ribbon img {
        width: 90%; }
    @media (max-width: 1139px) {
      .form header .iso-pledge-ribbon img {
        display: block;
        margin: auto; } }
  .form h2 {
    font-size: 60px !important;
    text-transform: uppercase;
    font-weight: 200;
    display: inline-block;
    padding-top: 40px;
    margin-bottom: 70px;
    position: relative; }
  .form .input-block {
    margin-top: 20px; }
  .form .pledge-name {
    vertical-align: text-bottom;
    width: 250px;
    font-size: 35px;
    border: 0 solid #ffffff;
    border-bottom-width: 1px;
    background-color: transparent;
    text-align: center;
    color: #e5a514;
    padding: 0 10px; }
  .form .secondary {
    margin-top: 35px; }
  .form .pledge-input {
    height: 80px;
    border: 1px;
    border-radius: 7px;
    color: #000000;
    padding-left: 30px;
    background-color: #cdcdcd; }
  .form .pledge-email,
  .form .pledge-organization,
  .form .pledge-type,
  .form .pledge-zip,
  .form .twitter-typeahead {
    width: 100%; }
  .form .pledge-input-name {
    display: inline-block;
    vertical-align: middle; }
    .form .pledge-input-name label.error {
      text-align: center; }
  .form .pledge-input-lg {
    display: inline-block;
    width: 560px;
    vertical-align: top; }
  .form .pledge-input-sm {
    display: inline-block;
    margin-left: 15px;
    width: 250px;
    vertical-align: top; }
  .form .pledge-type-group .pledge-type {
    text-align: left;
    background: url("https://fortworth.bluezonesproject.com/images/downarrow.png") no-repeat 90% 50% #CDCDCD;
    cursor: pointer; }
  .form .pledge-type-group .dropdown-menu {
    font-size: 26px;
    width: 95%;
    margin-left: 6%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #CDCDCD; }
    .form .pledge-type-group .dropdown-menu a {
      padding: 3px 25px; }
      .form .pledge-type-group .dropdown-menu a:focus, .form .pledge-type-group .dropdown-menu a:hover {
        background-color: #a4a4a4;
        color: #000; }
  .form .check-box-container {
    font-size: 20px;
    margin: 30px auto 0;
    width: 800px;
    text-align: left; }
    .form .check-box-container input {
      margin-top: 20px; }
  .form .btn-primary {
    font-size: 25px;
    padding: 15px 80px;
    margin-top: 15px; }
  .form .error-msg,
  .form label.error {
    display: block;
    font-style: italic;
    color: #e5a514;
    font-size: 20px;
    text-align: left;
    margin-top: 15px; }
  .form .accented {
    font-weight: inherit;
    color: #e5a514; }
  .form .enlarged[type="checkbox"] {
    position: absolute;
    left: -9999px; }
    .form .enlarged[type="checkbox"] + label {
      position: relative;
      padding-left: 35px;
      cursor: pointer;
      margin-bottom: 20px; }
      .form .enlarged[type="checkbox"] + label:before {
        content: '';
        position: absolute;
        left: 0;
        top: 2px;
        width: 17px;
        height: 17px;
        border: 1px solid #E7E7E7;
        background: #94a7cf;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
                box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3); }
      .form .enlarged[type="checkbox"] + label:after {
        content: '✔';
        position: absolute;
        top: 0;
        left: 4px;
        font-size: 14px;
        color: #ffffff;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
    .form .enlarged[type="checkbox"]:not(:checked) + label:after {
      opacity: 0;
      -webkit-transform: scale(0);
           -o-transform: scale(0);
              transform: scale(0); }
    .form .enlarged[type="checkbox"]:checked + label:after {
      opacity: 1;
      -webkit-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
    .form .enlarged[type="checkbox"]:disabled + label:before {
      -webkit-box-shadow: none;
              box-shadow: none;
      border-color: #bbb;
      background-color: #ddd; }
    .form .enlarged[type="checkbox"]:disabled:checked + label {
      color: #aaa; }
      .form .enlarged[type="checkbox"]:disabled:checked + label:after {
        color: #999; }
    .form .enlarged[type="checkbox"]:disabled:focus + label:before {
      border: 1px dotted #E7E7E7; }
  .form .disabled {
    color: #aaa; }
  @media (max-width: 767px) {
    .form {
      height: auto; }
      .form .twitter-typeahead {
        top: 0;
        width: 100%; }
        .form .twitter-typeahead .tt-dropdown-menu {
          width: 90%;
          background-color: #cdcdcd;
          color: #000;
          top: 65px !important;
          left: 5% !important; }
        .form .twitter-typeahead .tt-suggestion {
          text-align: left;
          padding-left: 30px; }
        .form .twitter-typeahead .tt-cursor {
          background-color: #a4a4a4; }
      .form .error-msg,
      .form label.error {
        text-align: center; }
      .form .pledge-input-lg,
      .form .pledge-input-name,
      .form .pledge-input-sm {
        display: block;
        width: auto;
        margin-left: auto;
        margin-bottom: 20px; }
      .form header h2 {
        font-size: 32px !important;
        margin-bottom: 20px;
        padding-top: 0; }
      .form header .iso-pledge-ribbon {
        position: static;
        width: auto; }
        .form header .iso-pledge-ribbon img {
          margin: auto;
          display: block; }
      .form .pledge-information .input-block {
        margin-top: 0; }
      .form .pledge-information input.pledge-name {
        border: 1px solid #ffffff;
        border-radius: 10px;
        padding: 10px 20px;
        text-transform: uppercase;
        font-size: 25px; }
      .form .pledge-information hr {
        width: 100px; }
      .form #firstName {
        display: block;
        margin: 10px auto 20px; }
      .form #lastName {
        display: block;
        margin: 0 auto 10px; }
      .form .live-long {
        display: block; }
      .form .pledge-input {
        height: 65px;
        width: 90%;
        font-size: 90%;
        margin-left: 0; }
      .form .pledge-input::-webkit-input-placeholder {
        color: #848484; }
      .form .pledge-input::-ms-input-placeholder {
        color: #848484; }
      .form .pledge-input::placeholder {
        color: #848484; }
      .form .check-box-container {
        width: 80%; }
      .form .pledge-type-group {
        width: 100%; }
        .form .pledge-type-group .dropdown-menu {
          width: 90%;
          margin-left: 5%; }
      .form .btn-primary {
        width: 80%;
        font-size: 15px;
        padding: 15px 0;
        margin-bottom: 30px; } }

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777; }

.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.steps ol {
  list-style: none;
  padding-left: 0;
  counter-reset: steps; }
  .steps ol li {
    position: relative;
    padding-left: 2em;
    counter-increment: steps; }
    .steps ol li:before {
      content: counter(steps);
      color: #007cba;
      border: 1px solid #e5a514;
      width: 1.5em;
      height: 1.5em;
      position: absolute;
      left: 0;
      top: 0;
      text-align: center;
      border-radius: 10000px; }
    .steps ol li + li {
      margin-top: 1em; }

.single-step__number {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: auto;
  border: 1px solid;
  text-align: center;
  border-radius: 10000px;
  font-size: 30px;
  font-size: 1.6666666667rem; }

.select-nav {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 768px) {
    .select-nav {
      width: 80%; }
      .select-nav--no-button {
        width: 100%; } }
  .lt-ie9 .select-nav {
    width: 80%; }
    .lt-ie9 .select-nav--no-button {
      width: 100%; }
  .select-nav__control-wrapper, .select-nav__go {
    height: 45px;
    border-radius: 1000px;
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .select-nav__control, .select-nav__go {
    line-height: 45px; }
  .select-nav__control-wrapper {
    background-color: white;
    width: 80%;
    padding-left: 1em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
    .select-nav--no-button .select-nav__control-wrapper {
      border-radius: 1000px;
      width: 100%;
      padding-right: 1em; }
  .select-nav__control {
    color: #3f3f3f;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%; }
  .select-nav__go {
    text-decoration: none !important;
    width: 19%;
    margin-left: 1%;
    border: 2px solid;
    opacity: .6;
    color: white;
    cursor: default;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .select-nav__go:not([href=""]) {
      opacity: 1;
      cursor: pointer; }
      .select-nav__go:not([href=""]):hover, .select-nav__go:not([href=""]):active, .select-nav__go:not([href=""]):focus {
        background-color: #e5a514;
        border-color: #e5a514; }

.video-thumb a {
  display: block;
  position: relative; }
  .video-thumb a:hover:after, .video-thumb a:active:after, .video-thumb a:focus:after, .video-thumb a--hover:after {
    opacity: 1; }
  .video-thumb a:after {
    content: "";
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    font-size: 120px;
    opacity: .9;
    color: white;
    width: 1em;
    height: 1em;
    line-height: 1;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

.video-thumb img {
  width: 100%;
  display: block; }

.resource-link {
  display: block;
  color: inherit !important; }
  .resource-link__thumb {
    width: 100%; }
  .resource-link h1,
  .resource-link .heading--alpha, .resource-link h2,
  .resource-link .heading--beta, .resource-link h3,
  .resource-link .heading--gamma, .resource-link h4,
  .resource-link .heading--delta, .resource-link h5,
  .resource-link .heading--epsilon, .resource-link h6,
  .resource-link .heading--zeta, .resource-link .cta-text .hs_cos_wrapper, .cta-text .resource-link .hs_cos_wrapper {
    color: inherit !important; }
  .resource-link__body {
    padding: 2em;
    margin: 0;
    text-align: center; }
    .resource-link__body hr {
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-top-color: inherit !important; }

.language-select {
  position: relative;
  width: 100%;
  cursor: pointer;
  font-size: 17px;
  font-size: 0.9444444444rem; }
  .language-select__label, #google_translate_element .goog-te-gadget-simple {
    display: block;
    padding: .25em;
    padding-right: 2.25em;
    position: relative; }
    .language-select__label:after, #google_translate_element .goog-te-gadget-simple:after {
      content: "";
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      text-transform: none;
      speak: none;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 2em;
      border-left: 1px solid;
      text-align: center; }
  .language-select .language-select__options {
    margin: 0;
    background-color: white;
    color: #707070;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s opacity;
    -o-transition: .2s opacity;
    transition: .2s opacity;
    padding: .25em; }
    .language-select .language-select__options:hover, .language-select .language-select__options:active, .language-select .language-select__options:focus, .language-select .language-select__options--hover {
      color: #1775b0; }
    .language-select .language-select__options * + * {
      margin: 0; }
    .language-select .language-select__options ul {
      list-style: none;
      padding: 0; }
  .language-select--active .language-select__options {
    opacity: 1;
    visibility: visible; }

#google_translate_element * + * {
  margin-top: 0; }

#google_translate_element .goog-te-gadget {
  font-family: inherit;
  color: inherit; }

#google_translate_element .goog-te-gadget-simple {
  background-color: transparent;
  width: 100%;
  border: none;
  font-size: 17px;
  color: inherit;
  padding-left: 0; }
  @media screen and (max-width: 1245px) {
    #google_translate_element .goog-te-gadget-simple {
      font-size: 12px; } }
  @media screen and (max-width: 850px) {
    #google_translate_element .goog-te-gadget-simple {
      padding-right: 0; }
      #google_translate_element .goog-te-gadget-simple:after {
        display: none; } }
  #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
    color: inherit;
    text-decoration: none;
    display: block;
    margin: 0; }
    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
      display: none; }
      #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-child {
        display: block; }
    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value img {
      display: none; }

#google_translate_element .goog-te-gadget-icon {
  display: none; }

.goog-te-menu-frame {
  margin-top: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span {
  color: white;
  background-color: #78c2be; }
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span a, .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span .video-filter {
    color: white; }
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span:nth-child(3n - 1) {
    background-color: #52a3c0; }
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span:nth-child(3n) {
    background-color: #857da4; }
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span hr {
    border-top-color: white; }
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span h1,
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span .heading--alpha, .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span h2,
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span .heading--beta, .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span h3,
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span .heading--gamma, .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span h4,
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span .heading--delta, .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span h5,
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span .heading--epsilon, .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span h6,
  .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span .heading--zeta, .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span .cta-text .hs_cos_wrapper, .cta-text .rainbow-row > .row-fluid-wrapper > .row-fluid > .widget-span .hs_cos_wrapper {
    color: inherit; }

@media (min-width: 768px) {
  .sticky-row {
    -webkit-transition: .2s background-color;
    -o-transition: .2s background-color;
    transition: .2s background-color;
    padding: .25em; }
    .sticky-row--stuck {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 8000;
      background-color: #5f9cd0; } }

.lt-ie9 .sticky-row {
  -webkit-transition: .2s background-color;
  -o-transition: .2s background-color;
  transition: .2s background-color;
  padding: .25em; }
  .lt-ie9 .sticky-row--stuck {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8000;
    background-color: #5f9cd0; }

@media (max-width: 767px) {
  .sticky-row {
    background-color: rgba(255, 0, 0, 0); } }

.photo-banner__photo {
  margin: 0;
  background-size: cover;
  background-position: center center; }
  @media (min-width: 768px) {
    .photo-banner__photo {
      float: left;
      width: 25%;
      position: relative;
      height: 525px; }
      .photo-banner__photo:first-child {
        width: 50%; } }
  .lt-ie9 .photo-banner__photo {
    float: left;
    width: 25%;
    position: relative;
    height: 525px; }
    .lt-ie9 .photo-banner__photo:first-child {
      width: 50%; }

.photo-banner__heading {
  color: white !important;
  text-align: right;
  background-color: #007cba;
  padding: .5em;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.2222222222rem; }
  @media (min-width: 768px) {
    .photo-banner__heading {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; } }
  .lt-ie9 .photo-banner__heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.statistic {
  text-align: center; }
  .statistic__icon {
    display: inline-block;
    height: 3em;
    width: 3em;
    line-height: 3;
    border-radius: 1000px;
    border: 1px solid;
    font-size: 29.4px; }
    @media (min-width: 768px) {
      .statistic__icon {
        font-size: 42px; } }
    .lt-ie9 .statistic__icon {
      font-size: 42px; }
  .statistic__number {
    display: block;
    font-size: 42px; }
    @media (min-width: 768px) {
      .statistic__number {
        font-size: 60px; } }
    .lt-ie9 .statistic__number {
      font-size: 60px; }
  .statistic__label {
    text-transform: uppercase;
    display: block; }
  .statistic * {
    margin-top: 0; }

.collapsible-text {
  padding: 0;
  position: relative; }
  .collapsible-text__title {
    color: inherit;
    font-size: 1em;
    position: relative;
    padding: 1em;
    padding-right: 3em;
    cursor: pointer; }
    .collapsible-text__title:after {
      content: "";
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      text-transform: none;
      speak: none;
      position: absolute;
      right: .75em;
      top: 0;
      bottom: 0;
      margin: auto;
      height: 1em;
      line-height: 1;
      font-size: 1.5em; }
      .collapsible-text--open .collapsible-text__title:after {
        content: ""; }
  .collapsible-text__body-wrapper {
    margin-top: 0;
    display: none; }
    .collapsible-text--open .collapsible-text__body-wrapper {
      display: block; }
  .collapsible-text__body {
    border-top-style: solid;
    border-top-width: 1px;
    padding: 1em; }

.blog-thumbs {
  padding: 0 10px; }
  @media (min-width: 768px) {
    .blog-thumbs {
      padding-left: 0; } }
  .lt-ie9 .blog-thumbs {
    padding-left: 0; }

.blog-thumb {
  color: white !important;
  display: block;
  background-color: #78c2be;
  margin-top: 10px;
  text-decoration: none !important;
  position: relative; }
  @media (min-width: 768px) {
    .blog-thumb {
      margin-top: 0;
      border-left: 10px solid;
      width: 33.33333%;
      float: left; } }
  .lt-ie9 .blog-thumb {
    margin-top: 0;
    border-left: 10px solid;
    width: 33.33333%;
    float: left; }
  .blog-thumb:hover .blog-thumb__thumbnail, .blog-thumb:active .blog-thumb__thumbnail, .blog-thumb:focus .blog-thumb__thumbnail, .blog-thumb--hover .blog-thumb__thumbnail {
    background-size: 110% auto; }
  .blog-thumb__thumbnail {
    display: block;
    height: 200px;
    -webkit-transition: .2s background-size;
    -o-transition: .2s background-size;
    transition: .2s background-size;
    background-position: center center;
    background-size: 100% auto; }
  .blog-thumb__title {
    color: inherit !important; }
  .blog-thumb__summary {
    margin-top: 0;
    padding: 2em;
    padding-bottom: 3.5em; }
  .blog-thumb__more {
    position: absolute;
    right: 2em;
    bottom: 2em;
    text-transform: uppercase; }
    .blog-thumb__more:after {
      content: "";
      font-family: FontAwesome;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transform: translate(0, 0);
           -o-transform: translate(0, 0);
              transform: translate(0, 0);
      font-weight: normal;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      text-transform: none;
      speak: none;
      margin-left: .5em; }
  .blog-thumb:nth-child(3n - 1) {
    background-color: #52a3c0; }
  .blog-thumb:nth-child(3n) {
    background-color: #857da4; }

.slider, .hs_cos_flex-slider {
  position: relative;
  padding-bottom: 3em; }
  @media (min-width: 768px) {
    .slider, .hs_cos_flex-slider {
      padding: 0 3em; } }
  .lt-ie9 .slider, .lt-ie9 .hs_cos_flex-slider {
    padding: 0 3em; }
  .slider__slide, .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slide-main {
    position: relative;
    display: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-top: 0; }
    .slider__slide:first-child, .hs_cos_flex-slider .hs_cos_flex-slides > li:first-child, .hs_cos_flex-slide-main:first-child {
      display: block; }
  .slider__slides {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .slider__caption, .caption, .slider__caption--superimpose, .superimpose .caption {
    color: white; }
    .slider__caption--superimpose, .superimpose .caption {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 15px;
      color: white; }
      .slider__caption--superimpose h1, .superimpose .caption h1,
      .slider__caption--superimpose .heading--alpha,
      .superimpose .caption .heading--alpha, .slider__caption--superimpose h2, .superimpose .caption h2,
      .slider__caption--superimpose .heading--beta,
      .superimpose .caption .heading--beta, .slider__caption--superimpose h3, .superimpose .caption h3,
      .slider__caption--superimpose .heading--gamma,
      .superimpose .caption .heading--gamma, .slider__caption--superimpose h4, .superimpose .caption h4,
      .slider__caption--superimpose .heading--delta,
      .superimpose .caption .heading--delta, .slider__caption--superimpose h5, .superimpose .caption h5,
      .slider__caption--superimpose .heading--epsilon,
      .superimpose .caption .heading--epsilon, .slider__caption--superimpose h6, .superimpose .caption h6,
      .slider__caption--superimpose .heading--zeta,
      .superimpose .caption .heading--zeta, .slider__caption--superimpose .cta-text .hs_cos_wrapper, .cta-text .slider__caption--superimpose .hs_cos_wrapper, .superimpose .caption .cta-text .hs_cos_wrapper, .cta-text .superimpose .caption .hs_cos_wrapper {
        color: white; }
      .slider__caption--superimpose > :first-child, .superimpose .caption > :first-child {
        margin-top: 0; }
      .slider__caption--superimpose > :last-child, .superimpose .caption > :last-child {
        margin-bottom: 0; }
  .slider__control-nav, .slider__direction-nav, .hs_cos_flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    .slider__control-nav li, .slider__direction-nav li, .hs_cos_flex-direction-nav li {
      margin: 0; }
  .slider__control-nav li {
    display: inline-block; }
  .slider__control, .slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .slider--thumbs__control--direction, .slider__control--paging, .hs_cos_flex-control-paging li a, .slider__control-nav a {
    text-indent: -99999px;
    overflow: hidden; }
    .slider__control--disabled, .slider__disabled {
      display: none; }
    .slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .slider--thumbs__control--direction {
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
      height: 1em;
      width: 1em;
      line-height: 1;
      z-index: 4000;
      font-size: 3em;
      position: relative;
      position: absolute;
      bottom: 0; }
      @media (min-width: 768px) {
        .slider__control--direction, .hs_cos_flex-direction-nav a, .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .slider--thumbs__control--direction {
          margin: auto;
          top: 0; } }
      .lt-ie9 .slider__control--direction, .lt-ie9 .hs_cos_flex-direction-nav a, .hs_cos_flex-direction-nav .lt-ie9 a, .lt-ie9 .slider__control--direction--next, .lt-ie9 .slider__next, .lt-ie9 .slider--thumbs__control--direction--next, .lt-ie9 .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .hs_cos_flex_thumbnavs-direction-nav .lt-ie9 .hs_cos_flex_thumbnavs-next, .lt-ie9 .slider__control--direction--prev, .lt-ie9 .slider__prev, .lt-ie9 .slider--thumbs__control--direction--prev, .lt-ie9 .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev, .hs_cos_flex_thumbnavs-direction-nav .lt-ie9 .hs_cos_flex_thumbnavs-prev, .lt-ie9 .slider--thumbs__control--direction {
        margin: auto;
        top: 0; }
      .slider__control--direction:after, .hs_cos_flex-direction-nav a:after, .slider__control--direction--next:after, .hs_cos_flex-direction-nav a.hs_cos_flex-next:after, .slider__next:after, .slider--thumbs__control--direction--next:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:after, .slider__control--direction--prev:after, .hs_cos_flex-direction-nav a.hs_cos_flex-prev:after, .slider__prev:after, .slider--thumbs__control--direction--prev:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:after, .slider--thumbs__control--direction:after {
        text-align: center;
        width: 1em;
        height: 1em;
        margin: auto;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        text-indent: 0;
        font-family: FontAwesome;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transform: translate(0, 0);
             -o-transform: translate(0, 0);
                transform: translate(0, 0);
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        text-transform: none;
        speak: none; }
      .slider__control--direction--next, .hs_cos_flex-direction-nav a.hs_cos_flex-next, .slider__next, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {
        right: 0; }
        .slider__control--direction--next:after, .hs_cos_flex-direction-nav a.hs_cos_flex-next:after, .slider__next:after, .slider--thumbs__control--direction--next:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:after {
          content: ""; }
      .slider__control--direction--prev, .hs_cos_flex-direction-nav a.hs_cos_flex-prev, .slider__prev, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
        left: 0; }
        .slider__control--direction--prev:after, .hs_cos_flex-direction-nav a.hs_cos_flex-prev:after, .slider__prev:after, .slider--thumbs__control--direction--prev:after, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:after {
          content: ""; }
    .slider__control-wrapper--paging, .hs_cos_flex-control-paging, .slider__control-nav {
      text-align: center;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding-bottom: .5em; }
      .slider__control-wrapper--paging li, .hs_cos_flex-control-paging li, .slider__control-nav li {
        display: inline-block; }
    .slider__control--paging, .hs_cos_flex-control-paging li a, .slider__control-nav a {
      display: block;
      width: 1em;
      height: 1em;
      border-radius: 10000px;
      border: 2px solid white;
      opacity: .5;
      cursor: pointer;
      margin: 3px; }
      .slider__control--paging:hover, .hs_cos_flex-control-paging li a:hover, .slider__control-nav a:hover, .slider__control--paging:active, .hs_cos_flex-control-paging li a:active, .slider__control-nav a:active, .slider__control--paging:focus, .hs_cos_flex-control-paging li a:focus, .slider__control-nav a:focus, .slider__control--paging.slider__active, .hs_cos_flex-control-paging li a.slider__active, .slider__control-nav a.slider__active {
        background-color: white; }
  .slider--thumbs, .hs-cos-flex-slider-control-panel {
    position: relative; }
    .slider--thumbs__thumb, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex-slide-thumb {
      padding: 10px;
      display: none; }
      .slider--thumbs__thumb:first-child, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex-slide-thumb:first-child {
        display: none; }
      .slider--thumbs__thumb img, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex-slide-thumb img {
        border: 3px solid transparent; }
      .slider--thumbs__thumb--active img, .hs-cos-flex-slider-control-panel .hs_cos_flex-slides-thumb .hs_cos_flex_thumbnavs-active-slide img {
        border-color: #e5a514; }
    .slider--thumbs__control--direction, .slider--thumbs__control--direction--next, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next, .slider--thumbs__control--direction--prev, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {
      color: inherit;
      background-color: transparent; }
      .slider--thumbs__control--direction:hover, .slider--thumbs__control--direction--next:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:hover, .slider--thumbs__control--direction--prev:hover, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:hover, .slider--thumbs__control--direction:active, .slider--thumbs__control--direction--next:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:active, .slider--thumbs__control--direction--prev:active, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:active, .slider--thumbs__control--direction:focus, .slider--thumbs__control--direction--next:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next:focus, .slider--thumbs__control--direction--prev:focus, .hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev:focus, .slider--thumbs__control--direction--hover {
        color: inherit; }
  .slider--logos .logo {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    line-height: 1;
    max-width: 32.2033898305%;
    margin: .25em; }
    @media (min-width: 768px) {
      .slider--logos .logo {
        margin-bottom: 0;
        margin: 0;
        max-width: 15.2542372881%; } }
    .lt-ie9 .slider--logos .logo {
      margin-bottom: 0;
      margin: 0;
      max-width: 15.2542372881%; }
  .slider--logos .slider__slide, .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slider .slider--logos .hs_cos_flex-slides > li, .slider--logos .hs_cos_flex-slide-main {
    text-align: center; }
    @media (min-width: 768px) {
      .slider--logos .slider__slide, .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slider .slider--logos .hs_cos_flex-slides > li, .slider--logos .hs_cos_flex-slide-main {
        text-align: justify;
        line-height: 0; }
        .slider--logos .slider__slide:after, .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li:after, .hs_cos_flex-slider .slider--logos .hs_cos_flex-slides > li:after, .slider--logos .hs_cos_flex-slide-main:after {
          content: '';
          display: inline-block;
          width: 100%; } }
    .lt-ie9 .slider--logos .slider__slide, .lt-ie9 .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slider .lt-ie9 .slider--logos .hs_cos_flex-slides > li, .lt-ie9 .slider--logos .hs_cos_flex-slide-main {
      text-align: justify;
      line-height: 0; }
      .lt-ie9 .slider--logos .slider__slide:after, .lt-ie9 .slider--logos .hs_cos_flex-slider .hs_cos_flex-slides > li:after, .hs_cos_flex-slider .lt-ie9 .slider--logos .hs_cos_flex-slides > li:after, .lt-ie9 .slider--logos .hs_cos_flex-slide-main:after {
        content: '';
        display: inline-block;
        width: 100%; }
  .slider--banner {
    padding: 0;
    background-color: #002d72; }
    .slider--banner .slider__slide, .slider--banner .hs_cos_flex-slider .hs_cos_flex-slides > li, .hs_cos_flex-slider .slider--banner .hs_cos_flex-slides > li, .slider--banner .hs_cos_flex-slide-main {
      text-align: center; }
      .slider--banner .slider__slide .select-nav, .slider--banner .hs_cos_flex-slider .hs_cos_flex-slides > li .select-nav, .hs_cos_flex-slider .slider--banner .hs_cos_flex-slides > li .select-nav, .slider--banner .hs_cos_flex-slide-main .select-nav {
        max-width: 600px;
        margin: auto;
        margin-top: 3em; }
      .slider--banner .slider__slide .colored-section, .slider--banner .hs_cos_flex-slider .hs_cos_flex-slides > li .colored-section, .hs_cos_flex-slider .slider--banner .hs_cos_flex-slides > li .colored-section, .slider--banner .hs_cos_flex-slide-main .colored-section {
        height: 100%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .slider--banner .slider__slide .container, .slider--banner .hs_cos_flex-slider .hs_cos_flex-slides > li .container, .hs_cos_flex-slider .slider--banner .hs_cos_flex-slides > li .container, .slider--banner .hs_cos_flex-slide-main .container {
        opacity: 0;
        -webkit-transform: translateX(10em);
             -o-transform: translateX(10em);
                transform: translateX(10em);
        -webkit-transition: 1s ease-in-out;
        -o-transition: 1s ease-in-out;
        transition: 1s ease-in-out; }
      .slider--banner .slider__slide.slider__active-slide .container, .slider--banner .hs_cos_flex-slider .hs_cos_flex-slides > li.slider__active-slide .container, .hs_cos_flex-slider .slider--banner .hs_cos_flex-slides > li.slider__active-slide .container, .slider--banner .slider__active-slide.hs_cos_flex-slide-main .container {
        opacity: 1;
        -webkit-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0); }

.wistia_responsive_padding *,
.wistia_popover_embed * {
  margin-top: 0; }

.wistia_popover_overlay,
.wistia_popover_embed,
.wistia_placebo_close_button {
  margin-top: 0; }

.page-nav {
  text-align: center;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .sticky-row .page-nav {
      margin-top: -.25em;
      margin-bottom: -.25em; } }
  .lt-ie9 .sticky-row .page-nav {
    margin-top: -.25em;
    margin-bottom: -.25em; }
  .page-nav ul {
    list-style: none;
    padding-left: 0; }
  .page-nav li {
    display: inline-block;
    margin: 0; }
  .page-nav a {
    text-decoration: none !important;
    padding: .25em;
    display: block; }
    .page-nav a:hover, .page-nav a:active, .page-nav a:focus, .page-nav a--hover {
      color: white;
      background-color: #002d72; }

.community-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  padding: 1.5em 0; }
  @media (min-width: 768px) {
    .community-description__lifestyle-image {
      padding-right: 2em;
      width: 49.1525423729%;
      float: left;
      margin-left: 0; }
    .community-description__body {
      margin-top: 0;
      width: 49.1525423729%;
      float: right;
      margin-left: 1.6949152542%; } }
  .lt-ie9 .community-description__lifestyle-image {
    padding-right: 2em;
    width: 49.1525423729%;
    float: left;
    margin-left: 0; }
  .lt-ie9 .community-description__body {
    margin-top: 0;
    width: 49.1525423729%;
    float: right;
    margin-left: 1.6949152542%; }
  .community-description .community-description__name {
    font-weight: 600;
    color: #002d72;
    font-size: 21px; }
    @media (min-width: 768px) {
      .community-description .community-description__name {
        font-size: 30px; } }
    .lt-ie9 .community-description .community-description__name {
      font-size: 30px; }
  .community-description__links {
    margin-top: .5em; }
    .community-description__links a {
      margin-top: 0;
      padding: .5em;
      width: 24%; }
      .community-description__links a + a {
        margin-left: 1%; }
  .community-description__social {
    text-align: center;
    margin-top: .5em; }
    @media (min-width: 768px) {
      .community-description__social {
        text-align: right; } }
    .lt-ie9 .community-description__social {
      text-align: right; }

.community-descriptions {
  padding: 3em 0; }

@media (min-width: 768px) {
  .banner__cta--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.lt-ie9 .banner__cta--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.banner__cta h2 {
  font-size: 40px; }

@media (max-width: 767px) {
  .banner__cta {
    text-align: center; } }

@media (max-width: 767px) {
  .banner__cta .button {
    display: inline-block;
    max-width: 100%;
    width: auto;
    min-width: 200px;
    margin-top: 15px; } }

.banner-social {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0.02em; }
  .banner-social a {
    color: #FFCA60 !important; }
  .banner-social .social-media {
    margin-top: 0.5em; }
    .banner-social .social-media .social-media__service::before {
      color: #fff;
      font-size: 0.5em;
      margin: 0 0.5em; }

.content-centered .logos {
  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;
  margin-top: 5em; }
  @media (max-width: 767px) {
    .content-centered .logos {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .content-centered .logos__logo {
    margin-top: 0;
    padding: 0 20px; }
    @media (max-width: 767px) {
      .content-centered .logos__logo {
        margin-bottom: 1em; }
        .content-centered .logos__logo img {
          max-width: 100px; } }

.content-slider {
  margin-top: 0; }
  @media (min-width: 768px) {
    .content-slider__dots .row-fluid {
      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; }
      .content-slider__dots .row-fluid::after, .content-slider__dots .row-fluid::before {
        width: 100%;
        display: block; } }
  .lt-ie9 .content-slider__dots .row-fluid {
    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; }
    .lt-ie9 .content-slider__dots .row-fluid::after, .lt-ie9 .content-slider__dots .row-fluid::before {
      width: 100%;
      display: block; }
  .content-slider__dots--nav {
    padding-right: 65px;
    padding-left: 65px;
    visibility: hidden; }
    .content-slider__dots--nav.slick-initialized {
      visibility: visible; }
    .content-slider__dots--nav .slick-next,
    .content-slider__dots--nav .slick-prev {
      font-size: 0;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      font-family: 'Open Sans', sans-serif;
      top: 38%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      opacity: 0.5; }
      .content-slider__dots--nav .slick-next:focus,
      .content-slider__dots--nav .slick-prev:focus {
        outline: none; }
      .content-slider__dots--nav .slick-next:hover,
      .content-slider__dots--nav .slick-prev:hover {
        opacity: 1; }
      .content-slider__dots--nav .slick-next::after,
      .content-slider__dots--nav .slick-prev::after {
        font-size: 40px;
        font-family: 'Open Sans', sans-serif;
        color: #002d72; }
        @media (max-width: 1200px) {
          .content-slider__dots--nav .slick-next::after,
          .content-slider__dots--nav .slick-prev::after {
            font-size: 25px; } }
    .content-slider__dots--nav .slick-next {
      right: 0; }
      .content-slider__dots--nav .slick-next::after {
        content: '→'; }
    .content-slider__dots--nav .slick-prev {
      left: 0; }
      .content-slider__dots--nav .slick-prev::after {
        content: '←'; }
    .content-slider__dots--nav-item {
      margin-top: 0;
      cursor: pointer; }
      .content-slider__dots--nav-item:focus {
        outline: none; }
      .content-slider__dots--nav-item img {
        display: inline !important;
        width: 85%;
        max-width: 150px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .content-slider__dots--nav-item p {
        margin-top: 10px;
        line-height: 2px; }
      .content-slider__dots--nav-item:not(.slick-current) img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
      .content-slider__dots--nav-item:not(.slick-current):hover img {
        -webkit-filter: grayscale(0);
                filter: grayscale(0); }
  @media (max-width: 767px) {
    .content-slider__dots h2 {
      margin-bottom: 1em;
      text-align: center; } }
  .content-slider__slides--slide {
    margin-top: 0; }
    .content-slider__slides--slide-content {
      max-width: 500px; }
      .content-slider__slides--slide-content h3 {
        font-size: 30px;
        font-weight: 500;
        line-height: 42px;
        letter-spacing: 0.02em;
        color: #002d72;
        text-transform: none; }
    .content-slider__slides--slide-image {
      max-width: 650px; }
      @media (max-width: 767px) {
        .content-slider__slides--slide-image {
          margin-bottom: 1em; } }
  .content-slider__slides .videoWrapper {
    position: relative;
    width: 100%;
    height: 0;
    background-color: #000; }
    .content-slider__slides .videoWrapper43 {
      padding-top: 75%; }
    .content-slider__slides .videoWrapper169 {
      padding-top: 56%; }
  .content-slider__slides .videoIframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent; }
  .content-slider__slides .videoPoster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border: 0;
    outline: none;
    background-position: 50% 50%;
    background-size: 100% 100%;
    background-size: cover;
    text-indent: -999em;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: opacity 800ms, height 0s;
    -o-transition: opacity 800ms, height 0s;
    transition: opacity 800ms, height 0s;
    -webkit-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
       transition-delay: 0s, 0s; }
    .content-slider__slides .videoPoster:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 80px;
      height: 80px;
      margin: -40px 0 0 -40px;
      border: 5px solid #fff;
      border-radius: 100%;
      -webkit-transition: border-color 300ms;
      -o-transition: border-color 300ms;
      transition: border-color 300ms; }
    .content-slider__slides .videoPoster:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      margin: -20px 0 0 -10px;
      border-left: 30px solid #fff;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      -webkit-transition: border-color 300ms;
      -o-transition: border-color 300ms;
      transition: border-color 300ms; }
    .content-slider__slides .videoPoster:hover:before, .content-slider__slides .videoPoster:focus:before {
      border-color: #fff; }
    .content-slider__slides .videoPoster:hover:after, .content-slider__slides .videoPoster:focus:after {
      border-left-color: #fff; }
  .content-slider__slides .videoWrapper.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -o-transition-delay: 0s, 800ms;
       transition-delay: 0s, 800ms; }

@media (min-width: 768px) {
  .content-twocol .content {
    padding-right: 1.75em; } }

.lt-ie9 .content-twocol .content {
  padding-right: 1.75em; }

@media (min-width: 768px) {
  .content-twocol .image img {
    width: 100%; } }

.lt-ie9 .content-twocol .image img {
  width: 100%; }

@media (max-width: 767px) {
  .content-twocol .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .content-twocol .row-fluid .content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .content-twocol .row-fluid .image {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 1em; } }

.banner {
  position: relative;
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat; }
  .banner * {
    color: #fff; }
  .banner h1 {
    font-size: 50px !important;
    text-transform: none;
    margin-bottom: 1em;
    font-weight: 300; }
    @media (max-width: 1300px) {
      .banner h1 {
        font-size: 36px !important;
        margin-bottom: 0.5em; } }
    .banner h1 strong {
      background: transparent;
      text-transform: uppercase;
      font-weight: 500;
      padding: 0;
      letter-spacing: 0;
      font-size: 50px;
      display: inline; }
      @media (max-width: 1300px) {
        .banner h1 strong {
          font-size: 36px; } }
  .banner p {
    font-size: 1.05em;
    line-height: 1.85em; }
  .banner.banner--overlay::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 46, 114, 0.75);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 46, 114, 0.75)), color-stop(100%, rgba(0, 46, 114, 0.95)));
    background: -webkit-linear-gradient(left, rgba(0, 46, 114, 0.75) 0%, rgba(0, 46, 114, 0.95) 100%);
    background: -o-linear-gradient(left, rgba(0, 46, 114, 0.75) 0%, rgba(0, 46, 114, 0.95) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 46, 114, 0.75)), to(rgba(0, 46, 114, 0.95)));
    background: linear-gradient(to right, rgba(0, 46, 114, 0.75) 0%, rgba(0, 46, 114, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e72', endColorstr='#002e72', GradientType=1 ); }
  .banner.banner--overlay .container {
    position: relative;
    z-index: 1; }
  .banner .button {
    margin-top: 2em; }
    @media (max-width: 1300px) {
      .banner .button {
        margin-top: 0; } }
  @media (max-width: 1000px) {
    .banner .span5 {
      display: none; }
    .banner .span7 {
      width: 100%;
      margin-left: 0;
      padding: 0 20px; } }

.resource-cards__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.resource-cards__card {
  background: #F9FCFF;
  border: 1px solid rgba(0, 124, 186, 0.2);
  padding: 5em 1.5em 1.5em;
  margin-bottom: 2em;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .resource-cards__card.span3:not(:first-child) {
    margin-left: 3%; }
  .resource-cards__card.span3:nth-child(4n+1) {
    margin-left: 0; }
  @media (min-width: 901px) {
    .resource-cards__card.span3 {
      width: 22.7%; } }
  @media (min-width: 551px) and (max-width: 900px) {
    .resource-cards__card.span3 {
      width: 48.5%;
      float: left;
      margin-top: 0; }
      .resource-cards__card.span3:nth-child(2n+1) {
        margin-left: 0; } }
  @media (max-width: 550px) {
    .resource-cards__card.span3 {
      margin-top: 0;
      margin-left: 0 !important;
      width: 100%; } }
  .resource-cards__card--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%; }
  .resource-cards__card--icon img {
    height: 43px;
    width: auto; }
  .resource-cards__card h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.02em;
    margin-top: 5px;
    margin-bottom: 0;
    text-transform: none; }
  .resource-cards__card h4 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #007cba;
    margin-top: 20px;
    margin-bottom: 0; }
  .resource-cards__card a {
    margin-top: 1em; }

.recent-blog-posts .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .recent-blog-posts .row-fluid::after, .recent-blog-posts .row-fluid::before {
    width: 100%;
    display: block; }

.recent-blog-posts .post-box {
  background-color: #007CBA;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .recent-blog-posts .post-box:hover {
    top: -15px; }
  .recent-blog-posts .post-box--image {
    padding-top: 50%;
    background-size: cover; }
  .recent-blog-posts .post-box--info {
    color: white;
    padding: 0.5em 2em 2em; }
    .recent-blog-posts .post-box--info h3 {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 21px;
      line-height: 28px;
      margin-bottom: 15px; }
    .recent-blog-posts .post-box--info div {
      font-size: 16px; }
  .recent-blog-posts .post-box--button span {
    background-color: #F89E33;
    display: inline-block;
    padding: 0.5em 2em;
    border-radius: 20px; }
  .recent-blog-posts .post-box__resource .post-box--image {
    padding-top: 75%; }
  .recent-blog-posts .post-box__resource .post-box--info {
    text-align: center;
    height: auto; }
  .recent-blog-posts .post-box__resource .post-box--button {
    margin-top: 25px; }

.fixed-header .header-container-wrapper {
  position: fixed;
  width: 100%;
  z-index: 3;
  border-bottom: 1px solid #e7e7e7; }

.header-container {
  padding: 10px 0;
  background-color: #002d72;
  color: white;
  position: relative;
  font-size: 15px;
  font-size: 0.8333333333rem; }
  .header-container a, .header-container .video-filter {
    color: white; }
  @media (max-width: 767px) {
    .header-container__logo {
      width: 100% !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .header-container__logo img {
    margin-left: 0;
    width: auto !important;
		max-height: 83px;
    margin-top: -5px; }
  @media (min-width: 768px) {
    .header-container__menu .hs-menu-depth-1 {
      display: inline-block;
      vertical-align: middle; }
      .header-container__menu .hs-menu-depth-1 + .hs-menu-depth-1 {
        margin-left: 0.5em; } }
  .lt-ie9 .header-container__menu .hs-menu-depth-1 {
    display: inline-block;
    vertical-align: middle; }
    .lt-ie9 .header-container__menu .hs-menu-depth-1 + .hs-menu-depth-1 {
      margin-left: 0.5em; }
  @media (min-width: 768px) {
    .header-container__menu .hs-menu-item {
      position: relative; }
      .header-container__menu .hs-menu-item:hover > .hs-menu-children-wrapper, .header-container__menu .hs-menu-item--active > .hs-menu-children-wrapper {
        visibility: visible;
        opacity: 1; } }
  .lt-ie9 .header-container__menu .hs-menu-item {
    position: relative; }
    .lt-ie9 .header-container__menu .hs-menu-item:hover > .hs-menu-children-wrapper, .lt-ie9 .header-container__menu .hs-menu-item--active > .hs-menu-children-wrapper {
      visibility: visible;
      opacity: 1; }
  .header-container__menu .hs-menu-children-wrapper {
    margin-left: 0.5em; }
    @media (min-width: 768px) {
      .header-container__menu .hs-menu-children-wrapper {
        margin-left: 0;
        position: absolute;
        left: 0;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: .1s opacity;
        -o-transition: .1s opacity;
        transition: .1s opacity;
        z-index: 8000; }
        .header-container__menu .hs-menu-children-wrapper .hs-menu-children-wrapper {
          left: 100%;
          top: 0; } }
    .lt-ie9 .header-container__menu .hs-menu-children-wrapper {
      margin-left: 0;
      position: absolute;
      left: 0;
      top: 100%;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .1s opacity;
      -o-transition: .1s opacity;
      transition: .1s opacity;
      z-index: 8000; }
      .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-children-wrapper {
        left: 100%;
        top: 0; }
  @media (min-width: 1280px) {
    .header-container__menu .hs-menu-depth-1:last-child .hs-menu-children-wrapper .hs-menu-children-wrapper {
      right: auto;
      left: 100%; } }
  .lt-ie9 .header-container__menu .hs-menu-depth-1:last-child .hs-menu-children-wrapper .hs-menu-children-wrapper {
    right: auto;
    left: 100%; }
  @media (min-width: 768px) {
    .header-container__menu {
      text-align: right; }
      .header-container__menu .hs-menu-item a, .header-container__menu .hs-menu-item .video-filter {
        padding: .25em; }
      .header-container__menu .hs-menu-depth-1 {
        padding-left: 0;
        padding-right: 0; }
        .header-container__menu .hs-menu-depth-1:hover > a, .header-container__menu .hs-menu-depth-1:hover > .video-filter, .header-container__menu .hs-menu-depth-1:active > a, .header-container__menu .hs-menu-depth-1:active > .video-filter, .header-container__menu .hs-menu-depth-1:focus > a, .header-container__menu .hs-menu-depth-1:focus > .video-filter, .header-container__menu .hs-menu-depth-1.active > a, .header-container__menu .hs-menu-depth-1.active > .video-filter, .header-container__menu .hs-menu-depth-1.active-branch > a, .header-container__menu .hs-menu-depth-1.active-branch > .video-filter {
          border-color: white; }
        .header-container__menu .hs-menu-depth-1 > a, .header-container__menu .hs-menu-depth-1 > .video-filter {
          font-size: 16px;
          border-bottom: 1px solid transparent; }
      .header-container__menu .hs-menu-children-wrapper {
        background-color: #002d72;
        min-width: 200px;
        text-align: left;
        -webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
                box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
        border-top: 1px solid white;
        margin-top: -1px; }
        .header-container__menu .hs-menu-children-wrapper .hs-menu-item:hover > a, .header-container__menu .hs-menu-children-wrapper .hs-menu-item:hover > .video-filter, .header-container__menu .hs-menu-children-wrapper .hs-menu-item:active > a, .header-container__menu .hs-menu-children-wrapper .hs-menu-item:active > .video-filter, .header-container__menu .hs-menu-children-wrapper .hs-menu-item:focus > a, .header-container__menu .hs-menu-children-wrapper .hs-menu-item:focus > .video-filter, .header-container__menu .hs-menu-children-wrapper .hs-menu-item.active > a, .header-container__menu .hs-menu-children-wrapper .hs-menu-item.active > .video-filter, .header-container__menu .hs-menu-children-wrapper .hs-menu-item.active-branch > a, .header-container__menu .hs-menu-children-wrapper .hs-menu-item.active-branch > .video-filter {
          background-color: rgba(255, 255, 255, 0.2); } }
  .lt-ie9 .header-container__menu {
    text-align: right; }
    .lt-ie9 .header-container__menu .hs-menu-item a, .lt-ie9 .header-container__menu .hs-menu-item .video-filter {
      padding: .25em; }
    .lt-ie9 .header-container__menu .hs-menu-depth-1 {
      padding-left: 0;
      padding-right: 0; }
      .lt-ie9 .header-container__menu .hs-menu-depth-1:hover > a, .lt-ie9 .header-container__menu .hs-menu-depth-1:hover > .video-filter, .lt-ie9 .header-container__menu .hs-menu-depth-1:active > a, .lt-ie9 .header-container__menu .hs-menu-depth-1:active > .video-filter, .lt-ie9 .header-container__menu .hs-menu-depth-1:focus > a, .lt-ie9 .header-container__menu .hs-menu-depth-1:focus > .video-filter, .lt-ie9 .header-container__menu .hs-menu-depth-1.active > a, .lt-ie9 .header-container__menu .hs-menu-depth-1.active > .video-filter, .lt-ie9 .header-container__menu .hs-menu-depth-1.active-branch > a, .lt-ie9 .header-container__menu .hs-menu-depth-1.active-branch > .video-filter {
        border-color: white; }
      .lt-ie9 .header-container__menu .hs-menu-depth-1 > a, .lt-ie9 .header-container__menu .hs-menu-depth-1 > .video-filter {
        font-size: 16px;
        border-bottom: 1px solid transparent; }
    .lt-ie9 .header-container__menu .hs-menu-children-wrapper {
      background-color: #002d72;
      min-width: 200px;
      text-align: left;
      -webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
              box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
      border-top: 1px solid white;
      margin-top: -1px; }
      .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item:hover > a, .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item:hover > .video-filter, .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item:active > a, .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item:active > .video-filter, .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item:focus > a, .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item:focus > .video-filter, .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item.active > a, .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item.active > .video-filter, .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item.active-branch > a, .lt-ie9 .header-container__menu .hs-menu-children-wrapper .hs-menu-item.active-branch > .video-filter {
        background-color: rgba(255, 255, 255, 0.2); }
  @media (max-width: 767px) {
    .header-container__menu {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin-top: 1px !important;
      width: auto !important;
      margin-left: 0 !important;
      z-index: 9000;
      background-color: #002d72;
      font-size: 17px; }
      .header-container .header-container__menu {
				padding-bottom: 60px;
        display: none; }
      .header-container__menu .hs-item-has-children {
        position: relative;
        padding-right: 2.5em; }
      .header-container__menu .hs-menu-children-wrapper {
        display: none; }
      .header-container__menu a, .header-container__menu .video-filter {
        padding: .5em; } }
  .header-container__menu .hs-menu-item a, .header-container__menu .hs-menu-item .video-filter {
    margin: 0;
    text-decoration: none;
    color: inherit; }
  .header-container__control {
    position: absolute;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    right: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 768px) {
      .header-container__control {
        display: none; } }
    .lt-ie9 .header-container__control {
      display: none; }
    .header-container__control .icon-bar {
      display: block;
      width: 22px;
      height: 2px;
      border-radius: 1px;
			margin: auto;
      background-color: white; }
      .header-container__control .icon-bar + .icon-bar {
        margin-top: 4px; }
    .header-container__control--toggle {
      font-size: 12px;
      vertical-align: bottom;
      float: right;
      margin: 0; }
      .header-container--menu-open .header-container__control--toggle {
        background-color: white;
				color: #888;
        color: #002d72; }
      .header-container__control--toggle:hover, .header-container__control--toggle:focus {
        background-color: white;
				color: #888;
        outline: none; }
        .header-container__control--toggle:hover .icon-bar, .header-container__control--toggle:focus .icon-bar {
          background-color: #888; }
    .header-container__control--close {
      width: 100%;
      border-top: 1px solid;
      transform: none;
			border-radius: 0;
			left: 0;
			top: auto;
			bottom: 0; }
    .header-container__control--child-toggle {
      border: none;
      width: 2.5em;
      height: 2.5em;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      text-indent: -99999px;
      overflow: hidden; }
      .header-container__control--child-toggle:before {
        content: "";
        line-height: 2;
        text-align: center;
        -webkit-transition: .2s color;
        -o-transition: .2s color;
        transition: .2s color;
        margin: 0;
        float: none;
        text-indent: 0;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0; }
      .hs-item-has-children--active > .header-container__control--child-toggle:before {
        content: ""; }
  .header-container #google_translate_element .goog-te-gadget-simple {
    float: right;
    width: auto; }
  .header-container .above-menu > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 500px;
    float: right; }
    .header-container .above-menu > .row-fluid-wrapper > .row-fluid .language-select__label:after, .header-container .above-menu > .row-fluid-wrapper > .row-fluid #google_translate_element .goog-te-gadget-simple:after, #google_translate_element .header-container .above-menu > .row-fluid-wrapper > .row-fluid .goog-te-gadget-simple:after {
      line-height: 36px;
      right: -10px; }
    .header-container .above-menu > .row-fluid-wrapper > .row-fluid .sponsor > .row-fluid-wrapper > .row-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header-container .above-menu > .row-fluid-wrapper > .row-fluid .sponsor > .row-fluid-wrapper > .row-fluid img {
        margin: 0; }
      .header-container .above-menu > .row-fluid-wrapper > .row-fluid .sponsor > .row-fluid-wrapper > .row-fluid .text {
        font-size: 14px;
        text-align: right;
        line-height: 16px;
        margin-top: 5px; }
  @media (max-width: 768px) {
    .header-container .natural-mobile.equalized {
      width: 100%;
      margin-top: 0; }
    .header-container .above-menu > .row-fluid-wrapper > .row-fluid {
      max-width: 100%;
      width: 100%; }
    .header-container .above-menu .sponsor {
      max-width: 100%;
      width: 300px;
      margin: 0 auto; }
      .header-container .above-menu .sponsor > .row-fluid-wrapper > .row-fluid {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .header-container .above-menu .sponsor > .row-fluid-wrapper > .row-fluid .text {
          margin-top: 13px !important;
          margin-right: 5px; } }

.header-container .hs-menu-children-column {
  margin-top: 0; }

.footer-container {
  color: white;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer-container {
    background-color: #223445; }
  .footer-container a, .footer-container .video-filter {
    color: #e5a514; }
  .footer-container h1,
  .footer-container .heading--alpha, .footer-container h2,
  .footer-container .heading--beta, .footer-container h3,
  .footer-container .heading--gamma, .footer-container h4,
  .footer-container .heading--delta, .footer-container h5,
  .footer-container .heading--epsilon, .footer-container h6,
  .footer-container .heading--zeta, .footer-container .cta-text .hs_cos_wrapper, .cta-text .footer-container .hs_cos_wrapper {
    color: white; }
  @media (min-width: 768px) {
    .footer-container {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .lt-ie9 .footer-container {
    padding-top: 60px;
    padding-bottom: 60px; }
  @media (max-width: 767px) {
    .footer-container {
      text-align: center; } }
  .footer-container h1,
  .footer-container .heading--alpha, .footer-container h2,
  .footer-container .heading--beta, .footer-container h3,
  .footer-container .heading--gamma, .footer-container h4,
  .footer-container .heading--delta, .footer-container h5,
  .footer-container .heading--epsilon, .footer-container h6,
  .footer-container .heading--zeta, .footer-container .cta-text .hs_cos_wrapper, .cta-text .footer-container .hs_cos_wrapper {
    font-weight: 200;
    text-transform: none;
    margin-bottom: 30px;
    font-size: 28px; }
    @media (min-width: 768px) {
      .footer-container h1,
      .footer-container .heading--alpha, .footer-container h2,
      .footer-container .heading--beta, .footer-container h3,
      .footer-container .heading--gamma, .footer-container h4,
      .footer-container .heading--delta, .footer-container h5,
      .footer-container .heading--epsilon, .footer-container h6,
      .footer-container .heading--zeta, .footer-container .cta-text .hs_cos_wrapper, .cta-text .footer-container .hs_cos_wrapper {
        font-size: 40px; } }
    .lt-ie9 .footer-container h1,
    .lt-ie9 .footer-container .heading--alpha, .lt-ie9 .footer-container h2,
    .lt-ie9 .footer-container .heading--beta, .lt-ie9 .footer-container h3,
    .lt-ie9 .footer-container .heading--gamma, .lt-ie9 .footer-container h4,
    .lt-ie9 .footer-container .heading--delta, .lt-ie9 .footer-container h5,
    .lt-ie9 .footer-container .heading--epsilon, .lt-ie9 .footer-container h6,
    .lt-ie9 .footer-container .heading--zeta, .lt-ie9 .footer-container .cta-text .hs_cos_wrapper, .cta-text .lt-ie9 .footer-container .hs_cos_wrapper {
      font-size: 40px; }
  .footer-container a:hover, .footer-container .video-filter:hover, .footer-container a:active, .footer-container .video-filter:active, .footer-container a:focus, .footer-container .video-filter:focus, .footer-container h1 a:hover, h1 .footer-container a:hover, .footer-container .heading--alpha a:hover, .heading--alpha .footer-container a:hover, .footer-container h2 a:hover, h2 .footer-container a:hover, .footer-container .heading--beta a:hover, .heading--beta .footer-container a:hover, .footer-container h3 a:hover, h3 .footer-container a:hover, .footer-container .heading--gamma a:hover, .heading--gamma .footer-container a:hover, .footer-container h4 a:hover, h4 .footer-container a:hover, .footer-container .heading--delta a:hover, .heading--delta .footer-container a:hover, .footer-container h5 a:hover, h5 .footer-container a:hover, .footer-container .heading--epsilon a:hover, .heading--epsilon .footer-container a:hover, .footer-container h6 a:hover, h6 .footer-container a:hover, .footer-container .heading--zeta a:hover, .heading--zeta .footer-container a:hover, .footer-container .cta-text .hs_cos_wrapper a:hover, .cta-text .hs_cos_wrapper .footer-container a:hover, .footer-container h1 .video-filter:hover, h1 .footer-container .video-filter:hover, .footer-container .heading--alpha .video-filter:hover, .heading--alpha .footer-container .video-filter:hover, .footer-container h2 .video-filter:hover, h2 .footer-container .video-filter:hover, .footer-container .heading--beta .video-filter:hover, .heading--beta .footer-container .video-filter:hover, .footer-container h3 .video-filter:hover, h3 .footer-container .video-filter:hover, .footer-container .heading--gamma .video-filter:hover, .heading--gamma .footer-container .video-filter:hover, .footer-container h4 .video-filter:hover, h4 .footer-container .video-filter:hover, .footer-container .heading--delta .video-filter:hover, .heading--delta .footer-container .video-filter:hover, .footer-container h5 .video-filter:hover, h5 .footer-container .video-filter:hover, .footer-container .heading--epsilon .video-filter:hover, .heading--epsilon .footer-container .video-filter:hover, .footer-container h6 .video-filter:hover, h6 .footer-container .video-filter:hover, .footer-container .heading--zeta .video-filter:hover, .heading--zeta .footer-container .video-filter:hover, .footer-container .cta-text .hs_cos_wrapper .video-filter:hover, .cta-text .hs_cos_wrapper .footer-container .video-filter:hover, .footer-container h1 a:active, h1 .footer-container a:active, .footer-container .heading--alpha a:active, .heading--alpha .footer-container a:active, .footer-container h2 a:active, h2 .footer-container a:active, .footer-container .heading--beta a:active, .heading--beta .footer-container a:active, .footer-container h3 a:active, h3 .footer-container a:active, .footer-container .heading--gamma a:active, .heading--gamma .footer-container a:active, .footer-container h4 a:active, h4 .footer-container a:active, .footer-container .heading--delta a:active, .heading--delta .footer-container a:active, .footer-container h5 a:active, h5 .footer-container a:active, .footer-container .heading--epsilon a:active, .heading--epsilon .footer-container a:active, .footer-container h6 a:active, h6 .footer-container a:active, .footer-container .heading--zeta a:active, .heading--zeta .footer-container a:active, .footer-container .cta-text .hs_cos_wrapper a:active, .cta-text .hs_cos_wrapper .footer-container a:active, .footer-container h1 .video-filter:active, h1 .footer-container .video-filter:active, .footer-container .heading--alpha .video-filter:active, .heading--alpha .footer-container .video-filter:active, .footer-container h2 .video-filter:active, h2 .footer-container .video-filter:active, .footer-container .heading--beta .video-filter:active, .heading--beta .footer-container .video-filter:active, .footer-container h3 .video-filter:active, h3 .footer-container .video-filter:active, .footer-container .heading--gamma .video-filter:active, .heading--gamma .footer-container .video-filter:active, .footer-container h4 .video-filter:active, h4 .footer-container .video-filter:active, .footer-container .heading--delta .video-filter:active, .heading--delta .footer-container .video-filter:active, .footer-container h5 .video-filter:active, h5 .footer-container .video-filter:active, .footer-container .heading--epsilon .video-filter:active, .heading--epsilon .footer-container .video-filter:active, .footer-container h6 .video-filter:active, h6 .footer-container .video-filter:active, .footer-container .heading--zeta .video-filter:active, .heading--zeta .footer-container .video-filter:active, .footer-container .cta-text .hs_cos_wrapper .video-filter:active, .cta-text .hs_cos_wrapper .footer-container .video-filter:active, .footer-container h1 a:focus, h1 .footer-container a:focus, .footer-container .heading--alpha a:focus, .heading--alpha .footer-container a:focus, .footer-container h2 a:focus, h2 .footer-container a:focus, .footer-container .heading--beta a:focus, .heading--beta .footer-container a:focus, .footer-container h3 a:focus, h3 .footer-container a:focus, .footer-container .heading--gamma a:focus, .heading--gamma .footer-container a:focus, .footer-container h4 a:focus, h4 .footer-container a:focus, .footer-container .heading--delta a:focus, .heading--delta .footer-container a:focus, .footer-container h5 a:focus, h5 .footer-container a:focus, .footer-container .heading--epsilon a:focus, .heading--epsilon .footer-container a:focus, .footer-container h6 a:focus, h6 .footer-container a:focus, .footer-container .heading--zeta a:focus, .heading--zeta .footer-container a:focus, .footer-container .cta-text .hs_cos_wrapper a:focus, .cta-text .hs_cos_wrapper .footer-container a:focus, .footer-container h1 .video-filter:focus, h1 .footer-container .video-filter:focus, .footer-container .heading--alpha .video-filter:focus, .heading--alpha .footer-container .video-filter:focus, .footer-container h2 .video-filter:focus, h2 .footer-container .video-filter:focus, .footer-container .heading--beta .video-filter:focus, .heading--beta .footer-container .video-filter:focus, .footer-container h3 .video-filter:focus, h3 .footer-container .video-filter:focus, .footer-container .heading--gamma .video-filter:focus, .heading--gamma .footer-container .video-filter:focus, .footer-container h4 .video-filter:focus, h4 .footer-container .video-filter:focus, .footer-container .heading--delta .video-filter:focus, .heading--delta .footer-container .video-filter:focus, .footer-container h5 .video-filter:focus, h5 .footer-container .video-filter:focus, .footer-container .heading--epsilon .video-filter:focus, .heading--epsilon .footer-container .video-filter:focus, .footer-container h6 .video-filter:focus, h6 .footer-container .video-filter:focus, .footer-container .heading--zeta .video-filter:focus, .heading--zeta .footer-container .video-filter:focus, .footer-container .cta-text .hs_cos_wrapper .video-filter:focus, .cta-text .hs_cos_wrapper .footer-container .video-filter:focus, .footer-container .heading a:hover, .heading .footer-container a:hover, .footer-container .heading .video-filter:hover, .heading .footer-container .video-filter:hover, .footer-container .heading a:active, .heading .footer-container a:active, .footer-container .heading .video-filter:active, .heading .footer-container .video-filter:active, .footer-container .heading a:focus, .heading .footer-container a:focus, .footer-container .heading .video-filter:focus, .heading .footer-container .video-filter:focus, .footer-container .theater-control:hover, .footer-container .video-filter:hover, .footer-container .theater-control:active, .footer-container .video-filter:active, .footer-container .theater-control:focus, .footer-container .video-filter:focus, .footer-container .theater-control.theater-control--active, .footer-container .theater-control--active.video-filter, .footer-container .video-filter.video-filter--active {
    text-decoration: underline; }
  .footer-container .hs-menu-item {
    line-height: 40px;
    font-size: 18px;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .footer-container .hs-menu-item {
        border-top: 1px solid white; } }
    .lt-ie9 .footer-container .hs-menu-item {
      border-top: 1px solid white; }
  .footer-container .social-media {
    letter-spacing: .5em; }
    @media (min-width: 768px) {
      .footer-container .social-media {
        text-align: right; } }
    .lt-ie9 .footer-container .social-media {
      text-align: right; }
    .footer-container .social-media__service {
      background-color: white;
      color: #223445 !important;
      border-radius: 10000px;
      width: 1.75em;
      height: 1.75em;
      font-size: 1.5em;
      margin: 0;
      line-height: 1.75;
      text-align: center;
      display: inline-block; }
      .footer-container .social-media__service:before {
        text-indent: .4em;
        display: block; }

@media (min-width: 768px) {
  .footer-contact-info__item + .footer-contact-info__item:before {
    content: "●";
    padding: 0 1em; } }

.lt-ie9 .footer-contact-info__item + .lt-ie9 .footer-contact-info__item:before {
  content: "●";
  padding: 0 1em; }

@media (max-width: 767px) {
  .footer-contact-info__item {
    display: block; } }

.bz-footer .copyright p {
  font-size: 16px; }

.bz-footer .menu:first-child {
  padding-right: 35px; }
  @media (max-width: 767px) {
    .bz-footer .menu:first-child {
      padding-right: 0; } }

.bz-footer .menu:last-child {
  padding-left: 35px; }
  @media (max-width: 767px) {
    .bz-footer .menu:last-child {
      padding-left: 0; } }

.bz-footer .social-media__service {
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin-right: 5px; }

.bz-footer .social-media__service::before {
  padding-left: 0;
  font-size: 20px; }

.bz-footer .social-media__service--youtube::before {
  content: '\f16a';
  padding-left: 6px;
  text-indent: 0; }

.moai-page .colored-section--alpha-light h1, .moai-page .colored-section--alpha-medium h1, .moai-page .collapsible-text h1,
.moai-page .colored-section--alpha-light .heading--alpha,
.moai-page .colored-section--alpha-medium .heading--alpha,
.moai-page .collapsible-text .heading--alpha, .moai-page .colored-section--alpha-light h2, .moai-page .colored-section--alpha-medium h2, .moai-page .collapsible-text h2,
.moai-page .colored-section--alpha-light .heading--beta,
.moai-page .colored-section--alpha-medium .heading--beta,
.moai-page .collapsible-text .heading--beta, .moai-page .colored-section--alpha-light h3, .moai-page .colored-section--alpha-medium h3, .moai-page .collapsible-text h3,
.moai-page .colored-section--alpha-light .heading--gamma,
.moai-page .colored-section--alpha-medium .heading--gamma,
.moai-page .collapsible-text .heading--gamma, .moai-page .colored-section--alpha-light h4, .moai-page .colored-section--alpha-medium h4, .moai-page .collapsible-text h4,
.moai-page .colored-section--alpha-light .heading--delta,
.moai-page .colored-section--alpha-medium .heading--delta,
.moai-page .collapsible-text .heading--delta, .moai-page .colored-section--alpha-light h5, .moai-page .colored-section--alpha-medium h5, .moai-page .collapsible-text h5,
.moai-page .colored-section--alpha-light .heading--epsilon,
.moai-page .colored-section--alpha-medium .heading--epsilon,
.moai-page .collapsible-text .heading--epsilon, .moai-page .colored-section--alpha-light h6, .moai-page .colored-section--alpha-medium h6, .moai-page .collapsible-text h6,
.moai-page .colored-section--alpha-light .heading--zeta,
.moai-page .colored-section--alpha-medium .heading--zeta,
.moai-page .collapsible-text .heading--zeta, .moai-page .colored-section--alpha-light .cta-text .hs_cos_wrapper, .cta-text .moai-page .colored-section--alpha-light .hs_cos_wrapper, .moai-page .colored-section--alpha-medium .cta-text .hs_cos_wrapper, .cta-text .moai-page .colored-section--alpha-medium .hs_cos_wrapper, .moai-page .collapsible-text .cta-text .hs_cos_wrapper, .cta-text .moai-page .collapsible-text .hs_cos_wrapper,
.moai-page .colored-section--alpha h1,
.moai-page .colored-section--alpha .heading--alpha,
.moai-page .colored-section--alpha h2,
.moai-page .colored-section--alpha .heading--beta,
.moai-page .colored-section--alpha h3,
.moai-page .colored-section--alpha .heading--gamma,
.moai-page .colored-section--alpha h4,
.moai-page .colored-section--alpha .heading--delta,
.moai-page .colored-section--alpha h5,
.moai-page .colored-section--alpha .heading--epsilon,
.moai-page .colored-section--alpha h6,
.moai-page .colored-section--alpha .heading--zeta,
.moai-page .colored-section--alpha .cta-text .hs_cos_wrapper,
.cta-text .moai-page .colored-section--alpha .hs_cos_wrapper {
  color: white; }

.moai-page .colored-section--alpha-light hr, .moai-page .colored-section--alpha-medium hr, .moai-page .collapsible-text hr,
.moai-page .colored-section--alpha hr {
  border-top-color: white; }

.moai-page .colored-section--alpha-light a, .moai-page .colored-section--alpha-medium a, .moai-page .collapsible-text a, .moai-page .colored-section--alpha-light .video-filter, .moai-page .colored-section--alpha-medium .video-filter, .moai-page .collapsible-text .video-filter,
.moai-page .colored-section--alpha a,
.moai-page .colored-section--alpha .video-filter {
  color: white; }


.moai-page .colored-section--alpha-alt h1,
.moai-page .colored-section--alpha-alt .heading--alpha,
.moai-page .colored-section--alpha-alt h2,
.moai-page .colored-section--alpha-alt .heading--beta,
.moai-page .colored-section--alpha-alt h3,
.moai-page .colored-section--alpha-alt .heading--gamma,
.moai-page .colored-section--alpha-alt h4,
.moai-page .colored-section--alpha-alt .heading--delta,
.moai-page .colored-section--alpha-alt h5,
.moai-page .colored-section--alpha-alt .heading--epsilon,
.moai-page .colored-section--alpha-alt h6,
.moai-page .colored-section--alpha-alt .heading--zeta,
.moai-page .colored-section--alpha-alt .cta-text .hs_cos_wrapper,
.cta-text .moai-page .colored-section--alpha-alt .hs_cos_wrapper {
  color: white; }


.moai-page .colored-section--alpha-alt hr {
  border-top-color: white; }


.moai-page .colored-section--alpha-alt a,
.moai-page .colored-section--alpha-alt .video-filter {
  color: white; }


.moai-page .colored-section--alpha-light a,
.moai-page .colored-section--alpha-light .video-filter {
  color: white; }


.moai-page .colored-section--alpha-lighter a,
.moai-page .colored-section--alpha-lighter .video-filter {
  color: #002d72; }

.moai-page .collapsible-text a, .moai-page .collapsible-text .video-filter,
.moai-page .colored-section--alpha-medium a,
.moai-page .colored-section--alpha-medium .video-filter {
  color: white; }


.moai-page .colored-section--beta h1,
.moai-page .colored-section--beta .heading--alpha,
.moai-page .colored-section--beta h2,
.moai-page .colored-section--beta .heading--beta,
.moai-page .colored-section--beta h3,
.moai-page .colored-section--beta .heading--gamma,
.moai-page .colored-section--beta h4,
.moai-page .colored-section--beta .heading--delta,
.moai-page .colored-section--beta h5,
.moai-page .colored-section--beta .heading--epsilon,
.moai-page .colored-section--beta h6,
.moai-page .colored-section--beta .heading--zeta,
.moai-page .colored-section--beta .cta-text .hs_cos_wrapper,
.cta-text .moai-page .colored-section--beta .hs_cos_wrapper {
  color: #002d72; }


.moai-page .colored-section--beta a,
.moai-page .colored-section--beta .video-filter {
  color: white; }


.moai-page .colored-section--ghost h1,
.moai-page .colored-section--ghost .heading--alpha,
.moai-page .colored-section--ghost h2,
.moai-page .colored-section--ghost .heading--beta,
.moai-page .colored-section--ghost h3,
.moai-page .colored-section--ghost .heading--gamma,
.moai-page .colored-section--ghost h4,
.moai-page .colored-section--ghost .heading--delta,
.moai-page .colored-section--ghost h5,
.moai-page .colored-section--ghost .heading--epsilon,
.moai-page .colored-section--ghost h6,
.moai-page .colored-section--ghost .heading--zeta,
.moai-page .colored-section--ghost .cta-text .hs_cos_wrapper,
.cta-text .moai-page .colored-section--ghost .hs_cos_wrapper {
  color: #007cba; }

.moai-page a, .moai-page .video-filter {
  color: #007cba; }

.moai-page a, .moai-page .video-filter {
  text-decoration: underline; }

.moai-page .hs-button, .moai-page .form .btn-primary, .form .moai-page .btn-primary, .moai-page .resource-link__more, .moai-page .community-description__links a, .community-description__links .moai-page a,
.moai-page .button {
  text-decoration: none; }

.moai-page h1,
.moai-page .heading--alpha, .moai-page h2,
.moai-page .heading--beta, .moai-page h3,
.moai-page .heading--gamma, .moai-page h4,
.moai-page .heading--delta, .moai-page h5,
.moai-page .heading--epsilon, .moai-page h6,
.moai-page .heading--zeta, .moai-page .cta-text .hs_cos_wrapper, .cta-text .moai-page .hs_cos_wrapper {
  font-weight: 200;
  color: #007cba; }
  .moai-page h2 {
    font-size: 25.2px; }
    @media (min-width: 768px) {
      .moai-page h2 {
        font-size: 36px; } }
    .lt-ie9 .moai-page h2 {
      font-size: 36px; }

.moai-page hr {
  border-top-color: #007cba; }

.moai-page .hs-input {
  border-radius: 0;
  padding: .5em; }

.moai-page .hs_cos_wrapper_type_header h1,
.moai-page .hs_cos_wrapper_type_header .heading--alpha, .moai-page .hs_cos_wrapper_type_header h2,
.moai-page .hs_cos_wrapper_type_header .heading--beta, .moai-page .hs_cos_wrapper_type_header h3,
.moai-page .hs_cos_wrapper_type_header .heading--gamma, .moai-page .hs_cos_wrapper_type_header h4,
.moai-page .hs_cos_wrapper_type_header .heading--delta, .moai-page .hs_cos_wrapper_type_header h5,
.moai-page .hs_cos_wrapper_type_header .heading--epsilon, .moai-page .hs_cos_wrapper_type_header h6,
.moai-page .hs_cos_wrapper_type_header .heading--zeta, .moai-page .hs_cos_wrapper_type_header .cta-text .hs_cos_wrapper, .cta-text .moai-page .hs_cos_wrapper_type_header .hs_cos_wrapper {
  background-color: transparent;
  padding: 0; }

.moai-page .footer-container {
  background-color: #002d72;
  margin-top: 10px; }
  .moai-page .footer-container a, .moai-page .footer-container .video-filter {
    color: inherit;
    text-decoration: none; }
  .moai-page .footer-container .social-media__service {
    color: #002d72 !important; }

.moai-page .resource-link {
  text-decoration: none; }

@media (min-width: 768px) {
  .moai-page--home .page-banner {
    padding: 100px 0; } }

.lt-ie9 .moai-page--home .page-banner {
  padding: 100px 0; }

@media (min-width: 768px) {
  .moai-form [class*='i_have_a_moai_team_already'],
  .moai-form [class*='_member_or_leader'] {
    text-align: center; }
    .moai-form [class*='i_have_a_moai_team_already'] > label,
    .moai-form [class*='_member_or_leader'] > label {
      display: inline;
      padding: 0;
      vertical-align: middle; }
    .moai-form [class*='i_have_a_moai_team_already'] .input,
    .moai-form [class*='_member_or_leader'] .input {
      display: inline-block;
      margin: 0; }
      .moai-form [class*='i_have_a_moai_team_already'] .input > .inputs-list,
      .moai-form [class*='_member_or_leader'] .input > .inputs-list {
        display: inline-block;
        margin-top: 0; }
        .moai-form [class*='i_have_a_moai_team_already'] .input > .inputs-list li,
        .moai-form [class*='_member_or_leader'] .input > .inputs-list li {
          display: inline-block;
          margin-top: 0;
          margin-left: 1em; } }

.lt-ie9 .moai-form [class*='i_have_a_moai_team_already'], .lt-ie9
.moai-form [class*='_member_or_leader'] {
  text-align: center; }
  .lt-ie9 .moai-form [class*='i_have_a_moai_team_already'] > label, .lt-ie9
  .moai-form [class*='_member_or_leader'] > label {
    display: inline;
    padding: 0;
    vertical-align: middle; }
  .lt-ie9 .moai-form [class*='i_have_a_moai_team_already'] .input, .lt-ie9
  .moai-form [class*='_member_or_leader'] .input {
    display: inline-block;
    margin: 0; }
    .lt-ie9 .moai-form [class*='i_have_a_moai_team_already'] .input > .inputs-list, .lt-ie9
    .moai-form [class*='_member_or_leader'] .input > .inputs-list {
      display: inline-block;
      margin-top: 0; }
      .lt-ie9 .moai-form [class*='i_have_a_moai_team_already'] .input > .inputs-list li, .lt-ie9
      .moai-form [class*='_member_or_leader'] .input > .inputs-list li {
        display: inline-block;
        margin-top: 0;
        margin-left: 1em; }

.moai-form [class*='i_have_a_moai_team_already'] .hs-form-required,
.moai-form [class*='_member_or_leader'] .hs-form-required {
  display: none; }

.moai-form [class*='i_have_a_moai_team_already'] .hs-input,
.moai-form [class*='_member_or_leader'] .hs-input {
  display: none; }
  .moai-form [class*='i_have_a_moai_team_already'] .hs-input + span:before,
  .moai-form [class*='_member_or_leader'] .hs-input + span:before {
    content: '';
    border: 4px solid white;
    background-color: white;
    border-radius: 10000px;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5em; }
  .moai-form [class*='i_have_a_moai_team_already'] .hs-input:checked + span:before,
  .moai-form [class*='_member_or_leader'] .hs-input:checked + span:before {
    background-color: #e5a514; }

@media (min-width: 768px) {
  .moai-form .form-columns-2 [class*='i_have_a_moai_team_already'] > label,
  .moai-form .form-columns-2 [class*='i_have_a_moai_team_already'] .input,
  .moai-form .form-columns-2 [class*='_member_or_leader'] > label,
  .moai-form .form-columns-2 [class*='_member_or_leader'] .input,
  .moai-form .form-columns-3 [class*='i_have_a_moai_team_already'] > label,
  .moai-form .form-columns-3 [class*='i_have_a_moai_team_already'] .input,
  .moai-form .form-columns-3 [class*='_member_or_leader'] > label,
  .moai-form .form-columns-3 [class*='_member_or_leader'] .input {
    display: block; } }

.lt-ie9 .moai-form .form-columns-2 [class*='i_have_a_moai_team_already'] > label,
.lt-ie9 .moai-form .form-columns-2 [class*='i_have_a_moai_team_already'] .input, .lt-ie9
.moai-form .form-columns-2 [class*='_member_or_leader'] > label,
.lt-ie9
.moai-form .form-columns-2 [class*='_member_or_leader'] .input, .lt-ie9
.moai-form .form-columns-3 [class*='i_have_a_moai_team_already'] > label,
.lt-ie9
.moai-form .form-columns-3 [class*='i_have_a_moai_team_already'] .input, .lt-ie9
.moai-form .form-columns-3 [class*='_member_or_leader'] > label,
.lt-ie9
.moai-form .form-columns-3 [class*='_member_or_leader'] .input {
  display: block; }

.moai-form fieldset.form-columns-1 + fieldset.form-columns-1 {
  margin-top: .5em; }

.moai-form .hs_submit {
  text-align: center; }

.moai-form .form-title {
  text-align: center;
  font-size: 35px; }
  @media (min-width: 768px) {
    .moai-form .form-title {
      font-size: 50px; } }
  .lt-ie9 .moai-form .form-title {
    font-size: 50px; }

.image-feature__thumb {
  padding: 0 10px; }
  .image-feature__thumb img {
    width: 100% !important; }

.image-feature__description {
  padding: 20px; }
  @media (min-width: 1280px) {
    .image-feature__description {
      padding: 20px 200px; } }
  .lt-ie9 .image-feature__description {
    padding: 20px 200px; }
  .image-feature__description h1,
  .image-feature__description .heading--alpha, .image-feature__description h2,
  .image-feature__description .heading--beta, .image-feature__description h3,
  .image-feature__description .heading--gamma, .image-feature__description h4,
  .image-feature__description .heading--delta, .image-feature__description h5,
  .image-feature__description .heading--epsilon, .image-feature__description h6,
  .image-feature__description .heading--zeta, .image-feature__description .cta-text .hs_cos_wrapper, .cta-text .image-feature__description .hs_cos_wrapper {
    text-align: center; }
  .image-feature__description hr {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.cta-text .hs_cos_wrapper {
  text-align: center;
  letter-spacing: .15em; }
  .cta-text .hs_cos_wrapper a, .cta-text .hs_cos_wrapper .video-filter {
    text-decoration: underline; }

.accent-text {
  color: #007cba; }
  .accent-text h1 {
    font-size: 31.5px; }
    @media (min-width: 768px) {
      .accent-text h1 {
        font-size: 45px; } }
    .lt-ie9 .accent-text h1 {
      font-size: 45px; }

.live-long-page .sticky-row--stuck a {
  color: white; }

.live-long-page .colored-section--alpha-light h1, .live-long-page .colored-section--alpha-medium h1, .live-long-page .collapsible-text h1,
.live-long-page .colored-section--alpha-light .heading--alpha,
.live-long-page .colored-section--alpha-medium .heading--alpha,
.live-long-page .collapsible-text .heading--alpha, .live-long-page .colored-section--alpha-light h2, .live-long-page .colored-section--alpha-medium h2, .live-long-page .collapsible-text h2,
.live-long-page .colored-section--alpha-light .heading--beta,
.live-long-page .colored-section--alpha-medium .heading--beta,
.live-long-page .collapsible-text .heading--beta, .live-long-page .colored-section--alpha-light h3, .live-long-page .colored-section--alpha-medium h3, .live-long-page .collapsible-text h3,
.live-long-page .colored-section--alpha-light .heading--gamma,
.live-long-page .colored-section--alpha-medium .heading--gamma,
.live-long-page .collapsible-text .heading--gamma, .live-long-page .colored-section--alpha-light h4, .live-long-page .colored-section--alpha-medium h4, .live-long-page .collapsible-text h4,
.live-long-page .colored-section--alpha-light .heading--delta,
.live-long-page .colored-section--alpha-medium .heading--delta,
.live-long-page .collapsible-text .heading--delta, .live-long-page .colored-section--alpha-light h5, .live-long-page .colored-section--alpha-medium h5, .live-long-page .collapsible-text h5,
.live-long-page .colored-section--alpha-light .heading--epsilon,
.live-long-page .colored-section--alpha-medium .heading--epsilon,
.live-long-page .collapsible-text .heading--epsilon, .live-long-page .colored-section--alpha-light h6, .live-long-page .colored-section--alpha-medium h6, .live-long-page .collapsible-text h6,
.live-long-page .colored-section--alpha-light .heading--zeta,
.live-long-page .colored-section--alpha-medium .heading--zeta,
.live-long-page .collapsible-text .heading--zeta, .live-long-page .colored-section--alpha-light .cta-text .hs_cos_wrapper, .cta-text .live-long-page .colored-section--alpha-light .hs_cos_wrapper, .live-long-page .colored-section--alpha-medium .cta-text .hs_cos_wrapper, .cta-text .live-long-page .colored-section--alpha-medium .hs_cos_wrapper, .live-long-page .collapsible-text .cta-text .hs_cos_wrapper, .cta-text .live-long-page .collapsible-text .hs_cos_wrapper,
.live-long-page .colored-section--alpha h1,
.live-long-page .colored-section--alpha .heading--alpha,
.live-long-page .colored-section--alpha h2,
.live-long-page .colored-section--alpha .heading--beta,
.live-long-page .colored-section--alpha h3,
.live-long-page .colored-section--alpha .heading--gamma,
.live-long-page .colored-section--alpha h4,
.live-long-page .colored-section--alpha .heading--delta,
.live-long-page .colored-section--alpha h5,
.live-long-page .colored-section--alpha .heading--epsilon,
.live-long-page .colored-section--alpha h6,
.live-long-page .colored-section--alpha .heading--zeta,
.live-long-page .colored-section--alpha .cta-text .hs_cos_wrapper,
.cta-text .live-long-page .colored-section--alpha .hs_cos_wrapper {
  color: white; }

.live-long-page .colored-section--alpha-light hr, .live-long-page .colored-section--alpha-medium hr, .live-long-page .collapsible-text hr,
.live-long-page .colored-section--alpha hr {
  border-top-color: white; }

.live-long-page .colored-section--alpha-light a, .live-long-page .colored-section--alpha-medium a, .live-long-page .collapsible-text a, .live-long-page .colored-section--alpha-light .video-filter, .live-long-page .colored-section--alpha-medium .video-filter, .live-long-page .collapsible-text .video-filter,
.live-long-page .colored-section--alpha a,
.live-long-page .colored-section--alpha .video-filter {
  color: white; }


.live-long-page .colored-section--alpha-alt h1,
.live-long-page .colored-section--alpha-alt .heading--alpha,
.live-long-page .colored-section--alpha-alt h2,
.live-long-page .colored-section--alpha-alt .heading--beta,
.live-long-page .colored-section--alpha-alt h3,
.live-long-page .colored-section--alpha-alt .heading--gamma,
.live-long-page .colored-section--alpha-alt h4,
.live-long-page .colored-section--alpha-alt .heading--delta,
.live-long-page .colored-section--alpha-alt h5,
.live-long-page .colored-section--alpha-alt .heading--epsilon,
.live-long-page .colored-section--alpha-alt h6,
.live-long-page .colored-section--alpha-alt .heading--zeta,
.live-long-page .colored-section--alpha-alt .cta-text .hs_cos_wrapper,
.cta-text .live-long-page .colored-section--alpha-alt .hs_cos_wrapper {
  color: white; }


.live-long-page .colored-section--alpha-alt hr {
  border-top-color: white; }


.live-long-page .colored-section--alpha-alt a,
.live-long-page .colored-section--alpha-alt .video-filter {
  color: white; }


.live-long-page .colored-section--alpha-light a,
.live-long-page .colored-section--alpha-light .video-filter {
  color: white; }


.live-long-page .colored-section--alpha-lighter a,
.live-long-page .colored-section--alpha-lighter .video-filter {
  color: #002d72; }

.live-long-page .collapsible-text a, .live-long-page .collapsible-text .video-filter,
.live-long-page .colored-section--alpha-medium a,
.live-long-page .colored-section--alpha-medium .video-filter {
  color: white; }


.live-long-page .colored-section--beta h1,
.live-long-page .colored-section--beta .heading--alpha,
.live-long-page .colored-section--beta h2,
.live-long-page .colored-section--beta .heading--beta,
.live-long-page .colored-section--beta h3,
.live-long-page .colored-section--beta .heading--gamma,
.live-long-page .colored-section--beta h4,
.live-long-page .colored-section--beta .heading--delta,
.live-long-page .colored-section--beta h5,
.live-long-page .colored-section--beta .heading--epsilon,
.live-long-page .colored-section--beta h6,
.live-long-page .colored-section--beta .heading--zeta,
.live-long-page .colored-section--beta .cta-text .hs_cos_wrapper,
.cta-text .live-long-page .colored-section--beta .hs_cos_wrapper {
  color: #002d72; }


.live-long-page .colored-section--beta a,
.live-long-page .colored-section--beta .video-filter {
  color: white; }


.live-long-page .colored-section--ghost h1,
.live-long-page .colored-section--ghost .heading--alpha,
.live-long-page .colored-section--ghost h2,
.live-long-page .colored-section--ghost .heading--beta,
.live-long-page .colored-section--ghost h3,
.live-long-page .colored-section--ghost .heading--gamma,
.live-long-page .colored-section--ghost h4,
.live-long-page .colored-section--ghost .heading--delta,
.live-long-page .colored-section--ghost h5,
.live-long-page .colored-section--ghost .heading--epsilon,
.live-long-page .colored-section--ghost h6,
.live-long-page .colored-section--ghost .heading--zeta,
.live-long-page .colored-section--ghost .cta-text .hs_cos_wrapper,
.cta-text .live-long-page .colored-section--ghost .hs_cos_wrapper {
  color: #007cba; }

.live-long-page a, .live-long-page .video-filter {
  color: #007cba; }

.live-long-page a, .live-long-page .video-filter {
  text-decoration: underline; }

.live-long-page .hs-button, .live-long-page .form .btn-primary, .form .live-long-page .btn-primary, .live-long-page .resource-link__more, .live-long-page .community-description__links a, .community-description__links .live-long-page a,
.live-long-page .button {
  text-decoration: none; }

.live-long-page h1,
.live-long-page .heading--alpha, .live-long-page h2,
.live-long-page .heading--beta, .live-long-page h3,
.live-long-page .heading--gamma, .live-long-page h4,
.live-long-page .heading--delta, .live-long-page h5,
.live-long-page .heading--epsilon, .live-long-page h6,
.live-long-page .heading--zeta, .live-long-page .cta-text .hs_cos_wrapper, .cta-text .live-long-page .hs_cos_wrapper {
  font-weight: 200;
  color: inherit; }
  .live-long-page h1 {
    font-size: 38.5px; }
    @media (min-width: 768px) {
      .live-long-page h1 {
        font-size: 55px; } }
    .lt-ie9 .live-long-page h1 {
      font-size: 55px; }
  .live-long-page h2 {
    font-size: 25.2px; }
    @media (min-width: 768px) {
      .live-long-page h2 {
        font-size: 36px; } }
    .lt-ie9 .live-long-page h2 {
      font-size: 36px; }
  .live-long-page h1 a, .live-long-page .heading--alpha a, .live-long-page h2 a, .live-long-page .heading--beta a, .live-long-page h3 a, .live-long-page .heading--gamma a, .live-long-page h4 a, .live-long-page .heading--delta a, .live-long-page h5 a, .live-long-page .heading--epsilon a, .live-long-page h6 a, .live-long-page .heading--zeta a, .live-long-page .cta-text .hs_cos_wrapper a, .cta-text .live-long-page .hs_cos_wrapper a, .live-long-page h1 .video-filter, .live-long-page .heading--alpha .video-filter, .live-long-page h2 .video-filter, .live-long-page .heading--beta .video-filter, .live-long-page h3 .video-filter, .live-long-page .heading--gamma .video-filter, .live-long-page h4 .video-filter, .live-long-page .heading--delta .video-filter, .live-long-page h5 .video-filter, .live-long-page .heading--epsilon .video-filter, .live-long-page h6 .video-filter, .live-long-page .heading--zeta .video-filter, .live-long-page .cta-text .hs_cos_wrapper .video-filter, .cta-text .live-long-page .hs_cos_wrapper .video-filter {
    text-decoration: none; }

.live-long-page hr {
  border-top-color: #007cba; }

.live-long-page .social-media__service {
  text-decoration: none; }

.live-long-page .social-hashtags {
  text-transform: uppercase; }
  .live-long-page .social-hashtags a, .live-long-page .social-hashtags .video-filter {
    text-decoration: none; }
  .live-long-page .social-hashtags * + * {
    margin-top: 0; }

.live-long-page .subscribe-form {
  position: relative; }
  .live-long-page .subscribe-form * + * {
    margin-top: 0; }
  .live-long-page .subscribe-form .form-title {
    margin: 0;
    padding: 0; }
    .live-long-page .subscribe-form .form-title:after {
      display: none; }
  .live-long-page .subscribe-form .hs-form {
    position: relative; }
    .live-long-page .subscribe-form .hs-form > div:first-child {
      float: none;
      width: 100%; }
      .live-long-page .subscribe-form .hs-form > div:first-child .hs-input {
        padding-right: 50px; }
  .live-long-page .subscribe-form .hs_submit .hs-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 40px;
    border: none;
    padding: 0;
    background-image: url(//cdn2.hubspot.net/hubfs/217817/power/icons/icon-arrow-circle-right-blue.png);
    background-color: transparent;
    background-position: left center;
    text-indent: -99999px;
    overflow: hidden; }

@media (min-width: 1280px) {
  .live-long-page .image-feature__description {
    padding: 20px 140px; } }

.lt-ie9 .live-long-page .image-feature__description {
  padding: 20px 140px; }

.live-long-page .footer-container {
  background-color: #4a4f55; }
  .live-long-page .footer-container a, .live-long-page .footer-container .video-filter {
    text-decoration: none;
    color: #e5a514; }
    .live-long-page .footer-container a:hover, .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container a:active, .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container a:focus, .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container h1 a:hover, h1 .live-long-page .footer-container a:hover, .live-long-page .footer-container .heading--alpha a:hover, .heading--alpha .live-long-page .footer-container a:hover, .live-long-page .footer-container h2 a:hover, h2 .live-long-page .footer-container a:hover, .live-long-page .footer-container .heading--beta a:hover, .heading--beta .live-long-page .footer-container a:hover, .live-long-page .footer-container h3 a:hover, h3 .live-long-page .footer-container a:hover, .live-long-page .footer-container .heading--gamma a:hover, .heading--gamma .live-long-page .footer-container a:hover, .live-long-page .footer-container h4 a:hover, h4 .live-long-page .footer-container a:hover, .live-long-page .footer-container .heading--delta a:hover, .heading--delta .live-long-page .footer-container a:hover, .live-long-page .footer-container h5 a:hover, h5 .live-long-page .footer-container a:hover, .live-long-page .footer-container .heading--epsilon a:hover, .heading--epsilon .live-long-page .footer-container a:hover, .live-long-page .footer-container h6 a:hover, h6 .live-long-page .footer-container a:hover, .live-long-page .footer-container .heading--zeta a:hover, .heading--zeta .live-long-page .footer-container a:hover, .live-long-page .footer-container .cta-text .hs_cos_wrapper a:hover, .cta-text .hs_cos_wrapper .live-long-page .footer-container a:hover, .live-long-page .footer-container h1 .video-filter:hover, h1 .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container .heading--alpha .video-filter:hover, .heading--alpha .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container h2 .video-filter:hover, h2 .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container .heading--beta .video-filter:hover, .heading--beta .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container h3 .video-filter:hover, h3 .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container .heading--gamma .video-filter:hover, .heading--gamma .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container h4 .video-filter:hover, h4 .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container .heading--delta .video-filter:hover, .heading--delta .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container h5 .video-filter:hover, h5 .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container .heading--epsilon .video-filter:hover, .heading--epsilon .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container h6 .video-filter:hover, h6 .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container .heading--zeta .video-filter:hover, .heading--zeta .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container .cta-text .hs_cos_wrapper .video-filter:hover, .cta-text .hs_cos_wrapper .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container h1 a:active, h1 .live-long-page .footer-container a:active, .live-long-page .footer-container .heading--alpha a:active, .heading--alpha .live-long-page .footer-container a:active, .live-long-page .footer-container h2 a:active, h2 .live-long-page .footer-container a:active, .live-long-page .footer-container .heading--beta a:active, .heading--beta .live-long-page .footer-container a:active, .live-long-page .footer-container h3 a:active, h3 .live-long-page .footer-container a:active, .live-long-page .footer-container .heading--gamma a:active, .heading--gamma .live-long-page .footer-container a:active, .live-long-page .footer-container h4 a:active, h4 .live-long-page .footer-container a:active, .live-long-page .footer-container .heading--delta a:active, .heading--delta .live-long-page .footer-container a:active, .live-long-page .footer-container h5 a:active, h5 .live-long-page .footer-container a:active, .live-long-page .footer-container .heading--epsilon a:active, .heading--epsilon .live-long-page .footer-container a:active, .live-long-page .footer-container h6 a:active, h6 .live-long-page .footer-container a:active, .live-long-page .footer-container .heading--zeta a:active, .heading--zeta .live-long-page .footer-container a:active, .live-long-page .footer-container .cta-text .hs_cos_wrapper a:active, .cta-text .hs_cos_wrapper .live-long-page .footer-container a:active, .live-long-page .footer-container h1 .video-filter:active, h1 .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container .heading--alpha .video-filter:active, .heading--alpha .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container h2 .video-filter:active, h2 .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container .heading--beta .video-filter:active, .heading--beta .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container h3 .video-filter:active, h3 .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container .heading--gamma .video-filter:active, .heading--gamma .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container h4 .video-filter:active, h4 .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container .heading--delta .video-filter:active, .heading--delta .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container h5 .video-filter:active, h5 .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container .heading--epsilon .video-filter:active, .heading--epsilon .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container h6 .video-filter:active, h6 .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container .heading--zeta .video-filter:active, .heading--zeta .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container .cta-text .hs_cos_wrapper .video-filter:active, .cta-text .hs_cos_wrapper .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container h1 a:focus, h1 .live-long-page .footer-container a:focus, .live-long-page .footer-container .heading--alpha a:focus, .heading--alpha .live-long-page .footer-container a:focus, .live-long-page .footer-container h2 a:focus, h2 .live-long-page .footer-container a:focus, .live-long-page .footer-container .heading--beta a:focus, .heading--beta .live-long-page .footer-container a:focus, .live-long-page .footer-container h3 a:focus, h3 .live-long-page .footer-container a:focus, .live-long-page .footer-container .heading--gamma a:focus, .heading--gamma .live-long-page .footer-container a:focus, .live-long-page .footer-container h4 a:focus, h4 .live-long-page .footer-container a:focus, .live-long-page .footer-container .heading--delta a:focus, .heading--delta .live-long-page .footer-container a:focus, .live-long-page .footer-container h5 a:focus, h5 .live-long-page .footer-container a:focus, .live-long-page .footer-container .heading--epsilon a:focus, .heading--epsilon .live-long-page .footer-container a:focus, .live-long-page .footer-container h6 a:focus, h6 .live-long-page .footer-container a:focus, .live-long-page .footer-container .heading--zeta a:focus, .heading--zeta .live-long-page .footer-container a:focus, .live-long-page .footer-container .cta-text .hs_cos_wrapper a:focus, .cta-text .hs_cos_wrapper .live-long-page .footer-container a:focus, .live-long-page .footer-container h1 .video-filter:focus, h1 .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .heading--alpha .video-filter:focus, .heading--alpha .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container h2 .video-filter:focus, h2 .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .heading--beta .video-filter:focus, .heading--beta .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container h3 .video-filter:focus, h3 .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .heading--gamma .video-filter:focus, .heading--gamma .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container h4 .video-filter:focus, h4 .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .heading--delta .video-filter:focus, .heading--delta .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container h5 .video-filter:focus, h5 .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .heading--epsilon .video-filter:focus, .heading--epsilon .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container h6 .video-filter:focus, h6 .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .heading--zeta .video-filter:focus, .heading--zeta .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .cta-text .hs_cos_wrapper .video-filter:focus, .cta-text .hs_cos_wrapper .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .heading a:hover, .heading .live-long-page .footer-container a:hover, .live-long-page .footer-container .heading .video-filter:hover, .heading .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container .heading a:active, .heading .live-long-page .footer-container a:active, .live-long-page .footer-container .heading .video-filter:active, .heading .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container .heading a:focus, .heading .live-long-page .footer-container a:focus, .live-long-page .footer-container .heading .video-filter:focus, .heading .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .theater-control:hover, .live-long-page .footer-container .video-filter:hover, .live-long-page .footer-container .theater-control:active, .live-long-page .footer-container .video-filter:active, .live-long-page .footer-container .theater-control:focus, .live-long-page .footer-container .video-filter:focus, .live-long-page .footer-container .theater-control.theater-control--active, .live-long-page .footer-container .theater-control--active.video-filter, .live-long-page .footer-container .video-filter.video-filter--active {
      text-decoration: underline; }
  .live-long-page .footer-container .social-media__service {
    font-size: 1.25em;
    color: #4a4f55 !important; }

.live-long-page .post-link {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: .8em; }
  .live-long-page .post-link__thumb {
    display: block;
    height: 280px;
    background-size: cover;
    background-position: center center; }
  .live-long-page .post-link__title {
    color: #002d72;
    text-transform: uppercase;
    font-size: 1.1em;
    margin-top: 0;
    font-weight: normal;
    margin-top: .5em; }
  .live-long-page .post-link__more {
    display: block; }

.live-long-page .instagram-feed {
  padding-top: 2em; }
  @media (min-width: 768px) {
    .live-long-page .instagram-feed__item {
      width: auto;
      height: auto;
      padding: 11.5%;
      padding: calc(12.5% - 5px);
      border: 5px solid white; } }
  .lt-ie9 .live-long-page .instagram-feed__item {
    width: auto;
    height: auto;
    padding: 11.5%;
    padding: calc(12.5% - 5px);
    border: 5px solid white; }

.home-2019 h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
  letter-spacing: 0.02em; }
  @media (max-width: 767px) {
    .home-2019 h2 {
      font-size: 30px;
      line-height: 42px; } }
  .home-2019 h2.decoration::after {
    content: '';
    display: block;
    height: 2px;
    width: 75px;
    background: #007cba;
    margin-top: 0.5em;
    margin-bottom: 1em; }

.home-2019 p {
  line-height: 32px; }

.home-2019 .text-center .decoration::after {
  margin-left: auto;
  margin-right: auto; }

.home-2019 .button:not(.button--gamma) {
  background: #F89E33; }

.home-2019 .button {
  padding: 0.75em 3em; }

.home-2019 .flush-rows a {
  color: #007cba;
  text-decoration: none; }
  .home-2019 .flush-rows a:hover {
    text-decoration: underline; }

.home-2019 .colored-section--alpha a {
  color: #fff; }

.home-2019 .instagram-feed {
  padding-top: 0; }
  .home-2019 .instagram-feed a {
    background-size: cover;
    position: relative; }

.home-2019 .panel-safe-space {
  padding-bottom: 75px; }

.center-align .row-fluid {
  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; }
  @media (max-width: 767px) {
    .center-align .row-fluid {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .center-align .row-fluid::after, .center-align .row-fluid::before {
    width: 100%;
    display: block; }

.video-poster {
  position: relative;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
  opacity: 1; }
  @media (min-width: 768px) {
    .video-poster__wrapper {
      width: calc(20% - 2.05%) !important; } }
  .lt-ie9 .video-poster__wrapper {
    width: calc(20% - 2.05%) !important; }
  .video-poster:hover:before, .video-poster:focus:before {
    opacity: 1; }
  .video-poster:hover:after, .video-poster:focus:after {
    opacity: 1; }
  .video-poster--link a {
    display: block; }
  .video-poster--link a::before, .video-poster:not(.video-poster--link)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 5px solid #fff;
    border-radius: 100%;
    opacity: 0.75;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none; }
  .video-poster--link a::after, .video-poster:not(.video-poster-link)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -20px 0 0 -10px;
    border-left: 30px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.75;
    pointer-events: none; }

.featured-videos .container > .row-fluid-wrapper > .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.featured-videos .span3,
.featured-videos .span2 {
  margin-top: 0;
  margin: 0 10px 15px !important; }
  @media (min-width: 1140px) {
    .featured-videos .span3,
    .featured-videos .span2 {
      width: calc(20% - 20px) !important; } }
  .lt-ie9 .featured-videos .span3, .lt-ie9
  .featured-videos .span2 {
    width: calc(20% - 20px) !important; }
  @media (max-width: 1139px) {
    .featured-videos .span3,
    .featured-videos .span2 {
      width: calc(50% - 20px) !important;
      margin-bottom: 35px !important; } }

.featured-videos .video-title {
  text-align: center;
  text-transform: uppercase;
  color: #007cba;
  margin-top: 0; }

.featured-videos img {
  width: 100%;
  max-width: 236px !important;
  margin: 0 auto;
  display: block; }

.banner--video a.button {
  margin-top: 20px; }
  @media (max-width: 767px) {
    .banner--video a.button {
      display: inline-block;
      max-width: 100%;
      width: auto;
      min-width: 200px; } }

@media (max-width: 767px) {
  .community .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

@media (max-width: 767px) {
  .community .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px; } }

@media (max-width: 767px) {
  .community .button {
    display: inline-block;
    max-width: 100%;
    width: auto;
    min-width: 200px; } }

@media (max-width: 767px) {
  .resources-intro .image {
    margin-bottom: 25px; } }

.logo-bar .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.logo-bar--image {
  text-align: center; }

.bz-white .header-container {
  background-color: #fff;
  color: #002d72;
  font-size: 16px; }
  @media (min-width: 1100px) {
    .bz-white .header-container .container {
      padding: 0 2em; }
      .bz-white .header-container .container > .row-fluid-wrapper > .row-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  @media (max-width: 1099px) {
    .bz-white .header-container .span10 {
      margin: 0; } }
  .bz-white .header-container a {
    line-height: 16px;
    border-bottom: none; }
  @media (max-width: 1099px) {
    .bz-white .header-container .hs-menu-wrapper {
      padding: 0 30px; } }
  @media (min-width: 1100px) {
    .bz-white .header-container .hs-menu-wrapper > ul {
      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; } }
  @media (min-width: 1100px) {
    .bz-white .header-container .hs-menu-wrapper > ul > li {
      padding: 0 10px;
      text-align: center; } }
  .bz-white .header-container .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin-left: 7px; }
  .bz-white .header-container .hs-menu-wrapper > ul > li.hs-item-has-children .hs-menu-children-wrapper {
    background-color: #fff !important;
    color: #262626;
    padding: 10px 0; }
    @media (min-width: 1100px) {
      .bz-white .header-container .hs-menu-wrapper > ul > li.hs-item-has-children .hs-menu-children-wrapper {
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 2px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); } }
    .bz-white .header-container .hs-menu-wrapper > ul > li.hs-item-has-children .hs-menu-children-wrapper li a {
      display: block;
      padding: 3px 20px;
      clear: both;
      font-weight: normal;
      line-height: 1.42857143;
      color: #333;
      white-space: nowrap;
      font-size: 14px; }
    .bz-white .header-container .hs-menu-wrapper > ul > li.hs-item-has-children .hs-menu-children-wrapper li:hover {
      background-color: #f5f5f5; }
    .bz-white .header-container .hs-menu-wrapper > ul > li.hs-item-has-children .hs-menu-children-wrapper li.active {
      background-color: #CDCDCD; }
  .bz-white .header-container #google_translate_element .goog-te-gadget-simple::after {
    top: -1px; }
  .bz-white .header-container #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-child {
    font-size: 16px;
    padding-right: 5px; }
  .bz-white .header-container__control--child-toggle {
    width: 100%;
    height: 45px;
    z-index: 100;
    font-size: 0; }
  .bz-white .header-container__control--toggle {
    margin-top: 0;
    font-size: 0;
    border-radius: 4px; }
    .bz-white .header-container__control--toggle .icon-bar {
      background-color: #888; }
    .bz-white .header-container__control--toggle:hover, .bz-white .header-container__control--toggle:focus {
      background-color: #ddd; }
  .bz-white .header-container__control--close {
    display: none; }
  @media (max-width: 1099px) {
    .bz-white .header-container__menu {
      background-color: #fff !important; }
      .bz-white .header-container__menu .hs-menu-item a {
        text-align: center;
        font-size: 16px;
        padding: 15px 0; }
      .bz-white .header-container__menu .hs-menu-item.hs-item-has-children {
        padding-right: 0; } }
    @media (max-width: 1099px) and (max-width: 1099px) {
      .bz-white .header-container__menu .hs-menu-item.hs-item-has-children--active > a {
        background-color: #e7e7e7;
        color: #555; } }
  @media (max-width: 1099px) {
      .bz-white .header-container__menu .hs-menu-item.hs-menu-depth-2 a {
        text-align: left;
        padding: 5px 15px 5px 25px !important; } }

@media (min-width: 769px) {
  .community-cta h2 {
    font-size: 32px; } }

.community-cta .button {
  padding: 0.5em 2em; }

.news-rss {
  position: relative; }
  .news-rss::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .news-rss .container {
    position: relative;
    z-index: 5; }
  @media (min-width: 769x) {
    .news-rss h2 {
      font-size: 50px; } }
  .news-rss .rss-items {
    padding-left: 0; }
    .news-rss .rss-items .rss-item {
      font-size: 14px;
      letter-spacing: 1px;
      line-height: 20px;
      font-family: Arial;
      list-style-type: none; }
      .news-rss .rss-items .rss-item .rss-date {
        font-size: 11px; }
      .news-rss .rss-items .rss-item a {
        text-decoration: none; }
        .news-rss .rss-items .rss-item a:hover {
          color: #F66025; }

.handwriting-message-container {
  height: 155px;
  position: relative;
  width: 900px !important; }

.handwriting-message-container img {
  position: absolute;
  right: 0;
  bottom: 0;
  -o-transform: scaleX(0) scaleY(0);
     transform: scaleX(0) scaleY(0);
  -webkit-transform: scaleX(0) scaleY(0);
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

.handwriting-message-container img.active {
  -o-transform: scaleX(1) scaleY(1);
     transform: scaleX(1) scaleY(1);
  -webkit-transform: scaleX(1) scaleY(1); }

.handwriting-message {
  background-color: #ffffff;
  border-radius: 20px;
  width: 0;
  height: 0;
  margin: 0 auto;
  margin-top: 35px;
  position: relative;
  opacity: 0;
  top: 25px;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition: all 0.25s; }
  .handwriting-message.animate-in {
    opacity: 1;
    width: 610px;
    height: 80px;
    top: 0; }
  .handwriting-message.animate-flip-in {
    height: 0;
    top: 45px; }
    .handwriting-message.animate-flip-in p {
      width: 100%;
      -o-transform: scaleY(0);
         transform: scaleY(0);
      -webkit-transform: scaleY(0);
      top: -20px; }
  .handwriting-message p {
    background-repeat: no-repeat;
    position: relative;
    top: 20px;
    width: 0;
    height: 50px;
    display: none;
    margin-left: 30px;
    -webkit-transition: top .25s, width 1s ease-out, -webkit-transform .25s;
    transition: top .25s, width 1s ease-out, -webkit-transform .25s;
    -o-transition: top .25s, width 1s ease-out, -o-transform .25s;
    transition: transform .25s, top .25s, width 1s ease-out;
    transition: transform .25s, top .25s, width 1s ease-out, -webkit-transform .25s, -o-transform .25s;
    -webkit-transition: transform .25s, top .25s, width 1s ease-out;
    -o-transform-origin: 0 50%;
       transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    -o-transform: scaleY(1);
       transform: scaleY(1);
    -webkit-transform: scaleY(1); }
    .handwriting-message p.active {
      display: block; }
    .handwriting-message p.animate-in {
      width: 100%; }
    .handwriting-message p:first-child {
      background-image: url("//cdn2.hubspot.net/hubfs/217817/Monterey%20County_CA/handwriting-discover_your_purpose.png"); }
      .handwriting-message p:first-child + p {
        background-image: url("//cdn2.hubspot.net/hubfs/217817/Monterey%20County_CA/handwriting-live_a_longer.png"); }
        .handwriting-message p:first-child + p + p {
          background-image: url("//cdn2.hubspot.net/hubfs/217817/Monterey%20County_CA/handwriting-meet_people_and_nurture.png"); }
    .handwriting-message p:nth-child(1) {
      background-image: url("//cdn2.hubspot.net/hubfs/217817/Monterey%20County_CA/handwriting-discover_your_purpose.svg"); }
    .handwriting-message p:nth-child(2) {
      background-image: url("//cdn2.hubspot.net/hubfs/217817/Monterey%20County_CA/handwriting-live_a_longer.svg");
      left: 110px; }
    .handwriting-message p:nth-child(3) {
      background-image: url("//cdn2.hubspot.net/hubfs/217817/Monterey%20County_CA/handwriting-meet_people_and_nurture.svg"); }
    .handwriting-message p span {
      visibility: hidden; }

.custom-slider {
  position: relative;
  background-size: cover;
  background-position: center top !important;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  @media (max-width: 1099px) {
    .custom-slider {
      padding: 0 !important; } }
  .custom-slider .container {
    position: relative;
    z-index: 1;
    width: 900px !important; }
    @media (max-width: 1099px) {
      .custom-slider .container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0; } }
  .custom-slider.overlay::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.35); }
  .custom-slider--overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .custom-slider .item,
  .custom-slider .slide {
    margin-top: 0 !important; }
  .custom-slider .custom-nav {
    position: absolute !important;
    width: 100%;
    top: 35px;
    z-index: 1;
    color: #fff; }
    @media (max-width: 1099px) {
      .custom-slider .custom-nav {
        display: none !important; } }
    .custom-slider .custom-nav .slick-track {
      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;
      -webkit-transform: translate3d(0px, 0px, 0px) !important;
              transform: translate3d(0px, 0px, 0px) !important; }
      .custom-slider .custom-nav .slick-track .item {
        width: auto !important;
        padding: 0 20px;
        cursor: pointer;
        font-size: 15px; }
        .custom-slider .custom-nav .slick-track .item p {
          display: block;
          border-bottom: 1px solid transparent;
          padding-bottom: 3px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .custom-slider .custom-nav .slick-track .item.slick-current p {
          border-color: #fff; }
  @media (min-width: 1100px) {
    .custom-slider .custom-slide {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      height: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1100px) {
    .custom-slider .custom-slide .slide {
      background-color: transparent !important; } }
  @media (max-width: 1099px) {
    .custom-slider .custom-slide .slide {
      padding: 3em 2em 4em; } }
  .custom-slider .custom-slide .slide .text-center {
    position: relative;
    z-index: 1; }
  .custom-slider .custom-slide::focus {
    outline: none; }
  .custom-slider .custom-slide .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    background: none;
    border: none;
    font-size: 0;
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .custom-slider .custom-slide .slick-arrow:focus {
      outline: none; }
    .custom-slider .custom-slide .slick-arrow::before {
      content: '';
      display: block;
      background-repeat: no-repeat;
      background-position: center;
      width: 36px;
      height: 60px; }
    .custom-slider .custom-slide .slick-arrow:hover {
      opacity: 1; }
    .custom-slider .custom-slide .slick-arrow.slick-prev {
      left: -15%; }
      .custom-slider .custom-slide .slick-arrow.slick-prev::before {
        background-image: url(https://cdn2.hubspot.net/hubfs/217817/Monterey%20County_CA/Left-arrow.png); }
    .custom-slider .custom-slide .slick-arrow.slick-next {
      right: -15%; }
      .custom-slider .custom-slide .slick-arrow.slick-next::before {
        background-image: url(https://cdn2.hubspot.net/hubfs/217817/Monterey%20County_CA/Right-arrow.png); }
  .custom-slider .custom-slide .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  @media (min-width: 1100px) {
    .custom-slider .custom-slide h2 {
      font-size: 50px !important; } }
  @media (max-width: 1099px) {
    .custom-slider .custom-slide h2 {
      font-size: 35px !important; } }
  .custom-slider .custom-slide h2 + h3 {
    text-transform: none;
    font-weight: 700 !important;
    margin-top: 1.25em; }
  @media (min-width: 1100px) {
    .custom-slider .custom-slide h3:first-child {
      font-size: 35px; } }
  @media (max-width: 1099px) {
    .custom-slider .custom-slide h3:first-child {
      font-size: 24px; } }
  .custom-slider .custom-slide .container.container--half {
    z-index: 1;
    position: relative; }
    .custom-slider .custom-slide .container.container--half p {
      font-weight: 200;
      margin-top: 1.75em; }
    .custom-slider .custom-slide .container.container--half h3 + p {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto; }
  .custom-slider .custom-slide .circle-info {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em; }
    .custom-slider .custom-slide .circle-info .circle-image {
      position: relative;
      padding: 0 10px;
      width: 20%;
      margin-top: 0; }
      @media (max-width: 1099px) {
        .custom-slider .custom-slide .circle-info .circle-image {
          width: 50%;
          margin-bottom: 1em; } }
      @media (max-width: 550px) {
        .custom-slider .custom-slide .circle-info .circle-image {
          width: 100%; } }
      .custom-slider .custom-slide .circle-info .circle-image img {
        margin-top: 0;
        margin: 0 auto; }
        @media (max-width: 1099px) {
          .custom-slider .custom-slide .circle-info .circle-image img {
            display: none; } }
        .custom-slider .custom-slide .circle-info .circle-image img.circle-back {
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
      .custom-slider .custom-slide .circle-info .circle-image:hover img.circle-back {
        opacity: 1; }
      @media (min-width: 1100px) {
        .custom-slider .custom-slide .circle-info .circle-image .circle-mobile {
          display: none; } }
      .custom-slider .custom-slide .circle-info .circle-image .circle-mobile p {
        margin-top: 0.5em !important; }
      .custom-slider .custom-slide .circle-info .circle-image .circle-mobile h4 {
        font-size: 24px;
        font-weight: 700 !important; }
  .custom-slider .custom-slide .image-cta {
    display: block;
    position: relative; }
    .custom-slider .custom-slide .image-cta img {
      margin: 0 auto; }
      @media (max-width: 768px) {
        .custom-slider .custom-slide .image-cta img {
          display: none; } }
    .custom-slider .custom-slide .image-cta .image-cta--caption {
      margin-top: 0;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (min-width: 769px) {
        .custom-slider .custom-slide .image-cta .image-cta--caption {
          background-color: transparent !important; } }
      @media (max-width: 768px) {
        .custom-slider .custom-slide .image-cta .image-cta--caption {
          position: static;
          padding: 5px 35px;
          border-radius: 30px;
          display: inline-block;
          font-size: 18px;
          margin-top: 1em; } }
  @media (max-width: 1099px) {
    .custom-slider .custom-slide .two-column {
      position: relative; } }
  @media (max-width: 1099px) {
    .custom-slider .custom-slide .two-column .text-center {
      position: relative;
      z-index: 1; } }
  @media (max-width: 1099px) {
    .custom-slider .custom-slide .two-column::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.2); } }
  .custom-slider .custom-slide .two-column .two-col {
    margin-top: 3em; }
    .custom-slider .custom-slide .two-column .two-col .text-left {
      text-align: left; }
      .custom-slider .custom-slide .two-column .two-col .text-left h4 {
        font-size: 24px;
        text-transform: none; }
  @media (min-width: 1100px) {
    .custom-slider .custom-slide .slide-with-links {
      background-image: none !important;
      position: relative; } }
  @media (max-width: 1099px) {
    .custom-slider .custom-slide .slide-with-links::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 125, 187, 0.75); } }
  .custom-slider .custom-slide .slide-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 1099px) {
      .custom-slider .custom-slide .slide-links {
        display: block; } }
    .custom-slider .custom-slide .slide-links a.image-cta {
      width: 25%;
      padding: 5px 15px;
      margin-top: 0; }
      @media (max-width: 1099px) {
        .custom-slider .custom-slide .slide-links a.image-cta {
          display: block;
          width: 100% !important;
          text-decoration: none !important; } }
      @media (max-width: 1099px) {
        .custom-slider .custom-slide .slide-links a.image-cta img {
          display: none; } }
      .custom-slider .custom-slide .slide-links a.image-cta .image-cta--caption {
        font-size: 14px; }
        @media (max-width: 1099px) {
          .custom-slider .custom-slide .slide-links a.image-cta .image-cta--caption {
            text-align: center;
            font-size: 19px !important;
            position: static;
            margin-top: 0 !important;
            text-decoration: none; } }
  .custom-slider#hero .container {
    width: 900px !important; }
  @media (max-width: 1099px) {
    .custom-slider#hero .custom-slide .slide:not(:last-child) {
      display: none !important; } }
  @media (min-width: 1100px) {
    .custom-slider#hero .custom-slide .slide .text-center h1 {
      font-size: 60px; } }
  .custom-slider#hero .custom-slide .slide .text-center h3 {
    font-size: 24px;
    text-transform: none;
    margin-top: 1.75em;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 200 !important; }
  .custom-slider#hero .custom-slide .slide .text-center h4 {
    max-width: 700px;
    margin-top: 1.75em;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    font-weight: 700;
    text-transform: none; }
  .custom-slider#hero .custom-slide .slide .text-center > p {
    font-size: 24px;
    margin-top: 1.75em;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto; }
  .custom-slider#hero .custom-slide .slide .text-center .get-updates {
    font-size: 28px;
    font-weight: 700; }
  .custom-slider#hero .custom-slide .slide .text-center .button {
    padding: 10px 80px; }
  .custom-slider#hero .custom-slide .slide .text-center #hero-sign-up {
    margin-top: 10px; }
  @media (max-width: 1099px) {
    .custom-slider#about {
      background-image: none !important;
      background-color: transparent !important; } }
  @media (max-width: 1099px) {
    .custom-slider#about .slide {
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(31, 56, 104, 0.8)), to(rgba(0, 108, 175, 0.8)));
      background: -webkit-linear-gradient(bottom, rgba(31, 56, 104, 0.8), rgba(0, 108, 175, 0.8));
      background: -o-linear-gradient(bottom, rgba(31, 56, 104, 0.8), rgba(0, 108, 175, 0.8));
      background: linear-gradient(to top, rgba(31, 56, 104, 0.8), rgba(0, 108, 175, 0.8)); } }

.pledge article {
  background-position: center;
  background-repeat: no-repeat; }

.pledge .mobile {
  display: none; }

.pledge .form {
  position: absolute;
  bottom: 430px;
  height: calc(100vh - 65px);
  width: 50%;
  min-width: 0;
  color: #fff;
  font-weight: 400;
  padding-top: 75px;
  font-size: 16px;
  background-size: cover;
  position: fixed;
  top: 65px;
  right: 0;
  margin: 0; }
  .pledge .form .btn-primary {
    padding: 10px 25px;
    margin-top: 40px; }
  .pledge .form form {
    width: 410px;
    margin: 0 auto;
    text-align: left;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .pledge .form form .field {
      margin: 10px 0; }
      .pledge .form form .field > label {
        margin: 0; }
        .pledge .form form .field > label .hs-form-required {
          display: none; }
      .pledge .form form .field .hs-input {
        border-radius: 5px;
        padding: 10px; }
    .pledge .form form .hs-dependent-field {
      margin: 1em 0; }
      .pledge .form form .hs-dependent-field .hs-form-booleancheckbox input {
        display: none; }
      .pledge .form form .hs-dependent-field .hs-form-booleancheckbox label {
        color: #fff;
        border-bottom: 1px solid #fff;
        cursor: pointer;
        -webkit-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear; }
        .pledge .form form .hs-dependent-field .hs-form-booleancheckbox label:hover {
          color: #e5a514;
          border-color: #e5a514; }
      .pledge .form form .hs-dependent-field .hs-form-booleancheckbox input[type=checkbox]:checked + label {
        display: none; }
    .pledge .form form .hs_submit {
      margin: 2em 0 0; }

.pledge .pledge-item {
  position: relative;
  height: 100vh;
  padding: 0 5em;
  font-weight: 300;
  color: #333; }
  .pledge .pledge-item .inner {
    position: absolute;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%, 50%);
         -o-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%); }
  .pledge .pledge-item h2.main {
    margin-bottom: 40px; }
  .pledge .pledge-item h2 {
    text-transform: uppercase;
    margin-bottom: .75em;
    font-size: 50px;
    margin-top: 20px;
    font-weight: 300;
    line-height: 1.1;
    color: #333; }
    .pledge .pledge-item h2 div {
      margin: 0; }
  .pledge .pledge-item .subhead {
    font-size: 26px;
    margin-top: 1.25em;
    text-transform: uppercase;
    font-weight: 300; }
  .pledge .pledge-item hr {
    width: 102px;
    height: 1px;
    background: #45bde2;
    margin: -1em auto -.65em;
    border: none;
    border-top: 1px solid #bbe7f5;
    display: block; }
  .pledge .pledge-item .download {
    font-size: 16px;
    color: #45bde2;
    border-bottom: 1px solid #d4eaf6;
    position: absolute;
    display: inline-block;
    top: 17em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .pledge .pledge-item .download:hover {
      text-decoration: none; }
  .pledge .pledge-item .helper {
    position: absolute;
    top: 50vh;
    left: 50%;
    -webkit-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
    .pledge .pledge-item .helper p {
      font-size: 18px;
      color: #999; }
    .pledge .pledge-item .helper img {
      display: inline-block;
      margin: 0 auto; }

.pledge .scroll-content {
  padding-right: 50%;
  margin-top: 65px; }
  @media (max-width: 1400px) and (min-width: 1080px) {
    .pledge .scroll-content h2 {
      font-size: 35px;
      line-height: 1.3em; } }

.pledge .form__triangle {
  position: absolute;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 16px solid #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%); }

.pledge .pledge-list.row {
  height: 350px;
  background-size: cover;
  filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pledge/list-bg.jpg', sizingMethod='scale')";
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/pledge/list-bg.jpg', sizingMethod='scale')";
  background-image: url("../images/pledge/list-bg.jpg"); }
  .pledge .pledge-list.row .pledge-mobile-copy {
    display: none; }
  .pledge .pledge-list.row .panel-safe-space {
    width: 840px;
    border-top: 10px solid #e5a514;
    height: 300px;
    background-image: url("../images/pledge/list-overlay.png");
    margin-top: 50px; }
    .pledge .pledge-list.row .panel-safe-space h3 {
      font-size: 35px; }
    .pledge .pledge-list.row .panel-safe-space ul {
      text-align: left;
      width: 735px;
      margin: 0 auto; }
      .pledge .pledge-list.row .panel-safe-space ul li {
        list-style-image: url("../images/pledge/check.png");
        font-size: 22px;
        line-height: 38px; }

.pledge .footer-container-wrapper {
  position: relative; }

@media (max-width: 1080px) {
  .pledge .mobile {
    display: block; }
  .pledge .desktop {
    display: none; }
  .pledge .scroll-content {
    display: none; }
  .pledge .pledge-item {
    height: auto;
    position: relative;
    padding: 5em; }
    .pledge .pledge-item .inner {
      position: static;
      -webkit-transform: none;
           -o-transform: none;
              transform: none;
      width: auto;
      margin: 0 auto; }
    .pledge .pledge-item .download {
      position: static;
      -webkit-transform: none;
           -o-transform: none;
              transform: none;
      margin-top: 2em; }
  .pledge .pledge-item.first {
    margin-top: 65px; }
  .pledge .form {
    position: relative;
    height: auto;
    width: 100%;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 70px 0; }
    .pledge .form form {
      -webkit-transform: none;
           -o-transform: none;
              transform: none;
      max-width: 100%;
      margin: 0 auto;
      position: relative;
      left: auto;
      right: auto;
      top: auto;
      bottom: auto; }
    .pledge .form .form__triangle {
      display: none; }
    .pledge .form .hs-button {
      font-size: 14px; } }

@media (max-width: 786px) {
  .pledge .pledge-item {
    padding: 5em 1em; }
    .pledge .pledge-item h2 {
      font-size: 34px; }
    .pledge .pledge-item .subhead {
      font-size: 24px; } }

@media (max-width: 480px) {
  .pledge .pledge-item h2 {
    font-size: 26px; }
  .pledge .pledge-item .subhead {
    font-size: 18px; }
  .pledge .form form {
    padding: 0 1em; }
    .pledge .form form .inputs-list label {
      display: inline;
      line-height: 1.5em; } }

.sign-up-flow {
  background-position: center center;
  background-size: cover;
  padding: 5em 0;
  margin-top: 65px;
  color: #fff; }
  .sign-up-flow a {
    color: #fff; }
    .sign-up-flow a:hover {
      text-decoration: underline; }
  .sign-up-flow .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 767px) {
      .sign-up-flow .container {
        display: block; } }
    .sign-up-flow .container aside,
    .sign-up-flow .container .sign-up-form {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }
    .sign-up-flow .container aside {
      padding-right: 60px;
      padding-bottom: 1em;
      -ms-flex-item-align: start;
          align-self: flex-start; }
      @media (max-width: 767px) {
        .sign-up-flow .container aside {
          padding-right: 0; } }
    .sign-up-flow .container .sign-up-form {
      -ms-flex-item-align: end;
          align-self: flex-end;
      padding-left: 60px;
      border-left: 1px solid #eee;
      margin: 0; }
      @media (max-width: 767px) {
        .sign-up-flow .container .sign-up-form {
          padding-left: 0;
          border-left: 0;
          padding-top: 60px; } }
  .sign-up-flow p {
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300; }
    @media (max-width: 767px) {
      .sign-up-flow p {
        font-size: 18px; } }
  .sign-up-flow .community-name {
    text-transform: uppercase;
    font-size: 22px;
    position: relative;
    bottom: 7px; }
    @media (max-width: 767px) {
      .sign-up-flow .community-name {
        display: block;
        width: 150px;
        margin: 0 auto 30px;
        font-weight: 300;
        line-height: 24px;
        border-bottom: solid 1px #e5a514; } }
  .sign-up-flow .hs_cos_wrapper_type_form {
    margin-top: 0; }
    .sign-up-flow .hs_cos_wrapper_type_form * {
      margin-top: 0; }
    .sign-up-flow .hs_cos_wrapper_type_form .field {
      margin: 0 0 1em; }
      .sign-up-flow .hs_cos_wrapper_type_form .field > label {
        display: none; }
      .sign-up-flow .hs_cos_wrapper_type_form .field input[type="text"],
      .sign-up-flow .hs_cos_wrapper_type_form .field input[type="email"],
      .sign-up-flow .hs_cos_wrapper_type_form .field input[type="number"],
      .sign-up-flow .hs_cos_wrapper_type_form .field input[type="tel"] {
        color: #265e7f;
        display: block;
        width: 100%;
        height: 40px;
        border-radius: 5px;
        padding-left: 20px;
        font-size: 14px;
        font-family: inherit; }
        @media (max-width: 767px) {
          .sign-up-flow .hs_cos_wrapper_type_form .field input[type="text"],
          .sign-up-flow .hs_cos_wrapper_type_form .field input[type="email"],
          .sign-up-flow .hs_cos_wrapper_type_form .field input[type="number"],
          .sign-up-flow .hs_cos_wrapper_type_form .field input[type="tel"] {
            width: 100% !important; } }
    .sign-up-flow .hs_cos_wrapper_type_form .hs_submit .hs-button.primary {
      border-radius: 5px;
      display: block;
      width: 100%;
      height: 40px;
      padding: 5px 80px;
      font-size: 20px;
      font-family: inherit; }
  .sign-up-flow h1 {
    margin-bottom: 20px;
    line-height: 61px;
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 300;
    color: #fff; }
    @media (max-width: 1139px) {
      .sign-up-flow h1 {
        font-size: 55px;
        line-height: 58px; } }
    @media (max-width: 767px) {
      .sign-up-flow h1 {
        font-size: 40px;
        line-height: 44px; } }
  .sign-up-flow .login-options {
    margin-top: 20px;
    margin-bottom: 0px; }
    .sign-up-flow .login-options p {
      margin: 5px 0 0;
      font-size: 16px;
      font-weight: 300; }

.org-page .header-container-wrapper {
  height: 66px; }
  .org-page .header-container-wrapper .span10,
  .org-page .header-container-wrapper .bz-white .header-container__control--toggle {
    display: none !important; }

.org-page.org-step .sign-up-flow .container {
  display: block; }
  .org-page.org-step .sign-up-flow .container .sign-up-form {
    border-left: 0;
    padding-left: 0; }
    .org-page.org-step .sign-up-flow .container .sign-up-form .hs_cos_wrapper_type_form .hs_submit {
      text-align: center;
      border-top: 1px solid rgba(255, 255, 255, 0.55);
      width: 100%;
      padding: 30px 0 0;
      margin: 30px 0 0; }
      .org-page.org-step .sign-up-flow .container .sign-up-form .hs_cos_wrapper_type_form .hs_submit .hs-button.primary {
        width: auto;
        border-radius: 50px;
        height: 45px;
        padding: 10px 80px;
        margin: 0 auto; }

.org-page.org-step .sign-up-flow .community-name {
  text-align: center; }

.org-page.org-step .sign-up-flow hr.accented {
  border-top: 1px solid #e5a514;
  margin: 0 auto;
  display: block;
  width: 180px; }

.org-page.org-step .above-form {
  margin: 20px 0 0;
  text-align: left; }
  .org-page.org-step .above-form small {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'Savoy-Roman-webfont';
    display: block;
    margin: 0 0 20px; }

.org-page.org-step .steps-progression {
  margin: 0;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: uppercase; }
  .org-page.org-step .steps-progression i {
    text-transform: lowercase;
    font-size: 16px;
    font-family: 'Savoy-Roman-webfont';
    font-weight: 100;
    margin: 0 7px 0;
    -webkit-font-smoothing: antialiased; }

.org-page.org-step .hs-form fieldset[class*="form-columns"] + fieldset[class*="form-columns"] {
  margin-top: 0; }

@media (min-width: 768px) {
  .mc-page .header-container__menu ul {
    max-width: 800px;
    margin-left: 15px; }
    .mc-page .header-container__menu ul > .hs-menu-item {
      padding-top: 15px !important;
      padding-bottom: 15px !important; } }

.lt-ie9 .mc-page .header-container__menu ul {
  max-width: 800px;
  margin-left: 15px; }
  .lt-ie9 .mc-page .header-container__menu ul > .hs-menu-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

.mc-page.fixed-header .body-container-wrapper {
  padding-top: 68px; }
  @media (max-width: 767px) {
    .mc-page.fixed-header .body-container-wrapper {
      padding-top: 85px !important; } }

.mc-page .body-container-wrapper h1 {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: 1px; }
  @media (max-width: 767px) {
    .mc-page .body-container-wrapper h1 {
      font-size: 45px; } }
  @media (max-width: 419px) {
    .mc-page .body-container-wrapper h1 {
      font-size: 32px; } }

.mc-page .body-container-wrapper h3 {
  font-size: 24px;
  color: #333;
  text-transform: none; }

.mc-page .body-container-wrapper p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  color: #333; }
  .mc-page .body-container-wrapper p + p {
    margin-top: 3em; }

.mc-page .body-container-wrapper a {
  color: #428bca; }
  .mc-page .body-container-wrapper a:not(.button):hover, .mc-page .body-container-wrapper a:not(.button):focus {
    text-decoration: underline;
    color: #2a6496; }

.mc-page .body-container-wrapper .contact-header a {
  word-break: break-all; }

.mc-page .body-container-wrapper .hs-cta-wrapper a {
  min-width: 230px;
  padding: 0.65em 3em;
  font-size: 20px; }

.mc-page .body-container-wrapper .section__hero p {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 0;
  color: white; }

.mc-page .body-container-wrapper .section__hero-social {
  text-align: right;
  margin-top: 0; }
  @media (max-width: 767px) {
    .mc-page .body-container-wrapper .section__hero-social {
      margin-top: 1em;
      text-align: center; } }
  .mc-page .body-container-wrapper .section__hero-social a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 0; }
    .mc-page .body-container-wrapper .section__hero-social a.twitter-btn {
      margin-right: 15px;
      background-image: url(https://montereycounty.bluezonesproject.com//images/events/events-twitter-btn.png); }
    .mc-page .body-container-wrapper .section__hero-social a.facebook-btn {
      background-image: url(https://montereycounty.bluezonesproject.com//images/events/events-facebook-btn.png); }

@media (min-width: 1200px) {
  .mc-page .body-container-wrapper .team-member__info {
    padding-right: 9em; } }

.mc-page .body-container-wrapper .team-member__info p {
  line-height: 25px;
  color: #333; }

.mc-page .body-container-wrapper .team-member p + p {
  margin-top: 0.75em; }

.mc-page .body-container-wrapper .team-member-sidebar {
  padding-left: 1.75em; }
  @media (max-width: 767px) {
    .mc-page .body-container-wrapper .team-member-sidebar {
      margin-bottom: 2em; } }
  .mc-page .body-container-wrapper .team-member-sidebar img {
    border-radius: 50%; }
  .mc-page .body-container-wrapper .team-member-sidebar .suphead {
    margin: 0;
    text-transform: uppercase;
    color: #E7A600;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0.5em; }
  .mc-page .body-container-wrapper .team-member-sidebar h1 {
    margin: .15em 0 0;
    color: #333;
    font-size: 45px;
    font-weight: 400; }
  .mc-page .body-container-wrapper .team-member-sidebar h2 {
    color: #20569f;
    font-size: 34px;
    text-transform: lowercase;
    margin: .15em 0 .25em;
    font-weight: 300; }
  .mc-page .body-container-wrapper .team-member-sidebar h4 {
    text-transform: uppercase;
    font-size: 14px;
    color: #333; }
  .mc-page .body-container-wrapper .team-member-sidebar a.email {
    color: #229cd5;
    font-size: 18px;
    font-weight: 300; }
  .mc-page .body-container-wrapper .team-member-sidebar .info::before {
    content: '';
    display: block;
    background: #DDDDDD;
    height: 1px;
    width: 50%;
    margin: 3em auto 2.5em; }
  .mc-page .body-container-wrapper .team-member-sidebar p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 1em;
    color: #333;
    font-weight: 400; }

.mc-page .footer-container {
  background-color: #4a4f55; }

.mc-page .team-members-list .heading {
  margin-bottom: 4em; }
  .mc-page .team-members-list .heading p {
    color: #999;
    font-size: 32px;
    text-transform: none;
    font-weight: 400;
    margin-top: 0.25em; }

.mc-page .team-members-list .team-members {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .mc-page .team-members-list .team-members--person {
    margin-top: 0;
    width: 365px;
    margin-bottom: 3em; }
    .mc-page .team-members-list .team-members--person img {
      border-radius: 50%;
      margin: 0 auto;
      width: 300px; }
    .mc-page .team-members-list .team-members--person .suphead {
      margin: 0;
      text-transform: uppercase;
      color: #E7A600;
      font-size: 16px; }
    .mc-page .team-members-list .team-members--person h3 {
      margin-top: 0;
      color: #002d72;
      font-size: 34px;
      font-weight: 400; }
    .mc-page .team-members-list .team-members--person .links {
      color: #428bca;
      margin-top: 5px; }
      .mc-page .team-members-list .team-members--person .links a {
        color: #428bca; }
        @media (max-width: 419px) {
          .mc-page .team-members-list .team-members--person .links a {
            display: block;
            margin-top: 0; } }
        .mc-page .team-members-list .team-members--person .links a:hover {
          text-decoration: underline; }
      @media (max-width: 419px) {
        .mc-page .team-members-list .team-members--person .links span {
          display: none; } }

.mc-page .section__social {
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin: 4em 0; }
  .mc-page .section__social-social {
    margin-top: 0; }
    @media (max-width: 500px) {
      .mc-page .section__social-social {
        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;
        padding: 0 40px; } }
    .mc-page .section__social-social a {
      margin: 0 2.5em; }
      @media (max-width: 500px) {
        .mc-page .section__social-social a {
          margin: 0; } }

.mc-page.contact h1,
.mc-page.contact h2 {
  color: #333;
  font-size: 45px;
  font-weight: 400; }

.mc-page.contact h1 + h2 {
  color: #002d72;
  font-size: 34px;
  text-transform: none;
  margin-bottom: 0; }

.mc-page.contact p,
.mc-page.contact p + p {
  margin-top: 0; }

.mc-page .signup-form p {
  font-size: 20px; }

.mc-page .signup-form input:not([type="submit"]) {
  border-radius: 7px; }

.mc-page .signup-form form {
  margin-top: 2em; }

.mc-page .signup-form .hs-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mc-page .signup-form .hs-form-field label {
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    width: 100px; }
  .mc-page .signup-form .hs-form-field .input {
    width: calc(100% - 100px); }

.mc-page .signup-form .actions {
  text-align: center;
  margin-top: 2em; }
  @media (max-width: 500px) {
    .mc-page .signup-form .actions input {
      width: 100%; } }
  @media (min-width: 500px) {
    .mc-page .signup-form .actions input {
      margin-left: 100px;
      min-width: 300px; } }

@media (min-width: 768px) {
  .mc-page .activities-listing {
    background-color: white; } }

.lt-ie9 .mc-page .activities-listing {
  background-color: white; }

.mc-page .activities-listing .listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -1em; }
  @media (min-width: 1200px) {
    .mc-page .activities-listing .listing {
      padding: 0 60px; } }
  @media (max-width: 767px) {
    .mc-page .activities-listing .listing {
      display: block; } }
  .mc-page .activities-listing .listing .item {
    width: 33.333%;
    padding: 0 31px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #434343;
    position: relative;
    margin-top: 0;
    margin-bottom: 2em; }
    @media (max-width: 767px) {
      .mc-page .activities-listing .listing .item {
        width: 100%;
        background-color: white;
        padding: 20px; } }
    .mc-page .activities-listing .listing .item h3 {
      color: #0076bc;
      font-size: 21px;
      margin-top: 1em; }
      @media (max-width: 767px) {
        .mc-page .activities-listing .listing .item h3 {
          margin-top: 0; } }
    .mc-page .activities-listing .listing .item .copy,
    .mc-page .activities-listing .listing .item .copy p {
      font-size: 14px;
      line-height: 20px;
      color: #666666; }
    .mc-page .activities-listing .listing .item .item-image {
      position: relative; }
      @media (max-width: 767px) {
        .mc-page .activities-listing .listing .item .item-image {
          display: none; } }
      .mc-page .activities-listing .listing .item .item-image img {
        width: 100%; }
      .mc-page .activities-listing .listing .item .item-image::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        border: 6px solid #e5a514;
        opacity: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    .mc-page .activities-listing .listing .item a.item-image:hover {
      text-decoration: none; }
      .mc-page .activities-listing .listing .item a.item-image:hover .item-image::before {
        opacity: 1; }
    .mc-page .activities-listing .listing .item button {
      background-color: #0076bc;
      display: block;
      width: 100%;
      margin: 25px auto 0;
      border: none;
      font-size: 20px;
      padding: 15px; }
      @media (min-width: 768px) {
        .mc-page .activities-listing .listing .item button {
          display: none; } }
      .lt-ie9 .mc-page .activities-listing .listing .item button {
        display: none; }

.mc-page .footer-container-wrapper .logos-mobile img {
  max-width: 350px !important;
  width: 100%;
  display: block;
  margin: 1em auto; }

@media (min-width: 768px) {
  .mc-page .footer-container-wrapper .logos-mobile {
    display: none; } }

.lt-ie9 .mc-page .footer-container-wrapper .logos-mobile {
  display: none; }

@media (max-width: 767px) {
  .mc-page .footer-container-wrapper .logos-desktop {
    display: none; } }

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

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

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

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

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

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

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

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

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

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

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

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

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

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

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

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

.mfp-preloader a:hover {
  color: #FFF; }

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

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

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

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

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

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

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

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

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

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 54px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

@media print {
  .no-print,
  .header-container-wrapper,
  .footer-container-wrapper,
  .hs-form,
  .sticky-footer,
  .print-link,
  .large-icon,
  .tabbed-section__navigation, .slider, .hs_cos_flex-slider,
  .button {
    display: none !important; }
  .row-fluid-wrapper + .row-fluid-wrapper {
    margin-top: 1.5em !important; }
  .tabbed-section__body {
    display: block !important; }
  * {
    color: #666666 !important; }
  .colored-section,
  .page-banner {
    background-color: white !important;
    padding: 0 !important;
    background-image: none !important; }
  .equalized {
    height: auto !important; }
  .widget-span {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important; }
    .widget-span + .widget-span {
      margin-top: 1.5em !important; } }