@import url(/Static/vendor/bootstrap/css/bootstrap.css);/*------ Set icon size mixin -----*/
/*-------------- Vertical Spacing (used in blocks) ----------------*/
@font-face {
  font-family: "Arial Light";
  font-weight: 200;
  src: url("/Static/fonts/39b1a3e0-bb5e-4d44-880c-48b36f3b4b7d.eot?#iefix");
  src: url("/Static/fonts/39b1a3e0-bb5e-4d44-880c-48b36f3b4b7d.eot?#iefix") format("eot"), url("/Static/fonts/c1124c50-fb2c-47ab-ad00-600d1ad8593d.woff2") format("woff2"), url("/Static/fonts/631be622-04b4-4ba2-b5f6-03961d3dfbb0.woff") format("woff"), url("/Static/fonts/c6b668b1-7336-4d1a-b1aa-eaa4d4832fc7.ttf") format("truetype");
}
/*---------------------------------------------------------*\
    Introducing the world's most confusing spacing metrics
\*---------------------------------------------------------*/
/*----- Default Transition -- Used on links / buttons -----*/
/*----- Mega Overlay Transition -- Used on site selector & mega menu -----*/
/*----- Sticky Footer delay time before showing -----*/
/*------------------------------------------------*\
    HubSpot tools
\*------------------------------------------------*/
/*

  Settings: Global Variables
  ------------------------------------------------

*/
/*  Margins & paddings
    ========================================================================== */
/*  Animation
    ========================================================================== */
/*  Top Navigation
    ========================================================================== */
/*  Dimensions
    ========================================================================== */
/*  Form Settings
    ========================================================================== */
/*  HubSpot COS Widgets
    ========================================================================== */
/*  Other
    ========================================================================== */
/*

  Settings: Colors
  ------------------------------------------------

*/
/*  Visual Identity
    ========================================================================== */
/*  General Website Colors
    ========================================================================== */
/*  Form Colors
    ========================================================================== */
/*

  Settings: Typography
  ------------------------------------------------

*/
/*

  Mixins: General
  ------------------------------------------------
  General mixins, not project specific.

*/
/*

  Mixins: Links
  ------------------------------------------------
  - linkBaseStyle()
  - linkStyle--[style]()
  - linkAttr--[attribute]()
  
  Guidelines:
  -----------
  - The base style is applied first
  - Style mixins creates a specific style, like primary, image, arrows, etc
  - Attributes can be applied over styles. Can be combined

*/
/*------------------------------------------------*\
    Base Style Mixin
\*------------------------------------------------*/
/*------------------------------------------------*\
    Style Mixins
\*------------------------------------------------*/
/*----- Primary link -----*/
/*----- Secondary link -----*/
/*----- Arrow link -----*/
/*----- Block link -----*/
/*----- Image link -----*/
/*------------------------------------------------*\
    Attribute Mixins
\*------------------------------------------------*/
/*----- Colors -----*/
/*

  Mixins: Buttons
  ------------------------------------------------
  - buttonBaseStyle()
  - buttonStyle--[variation]
  - buttonSize--[size]

*/
/*------------------------------------------------*\
    Hoya Color Themes
\*------------------------------------------------*/
/*

  Component: Buttons
  ------------------------------------------------
  Set button styling using the button mixins
  located in project-mixins.less so that they
  can be reused in hubspot-calls-to-action.less

*/
button,
input[type="button"],
input[type="submit"],
.button,
.hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  margin-top: 6px;
  margin-bottom: 4px;
  border: none;
  border-radius: 3px;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  cursor: pointer;
  box-shadow: none;
  padding: 9px 28px;
  background: #0454cc;
  color: #fff;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.button:active,
.hs-button:active {
  transition: none;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.button:focus,
.hs-button:focus {
  outline: 0;
  text-decoration: none;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.hs-button:hover,
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.button:active,
.hs-button:active {
  text-decoration: none;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.button:active,
.hs-button:active {
  transition-duration: .1s;
}
button,
input[type="button"],
input[type="submit"],
.button,
.hs-button,
button *,
input[type="button"] *,
input[type="submit"] *,
.button *,
.hs-button * {
  font-size: 16px;
}
button:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
.button:focus,
.hs-button:focus {
  color: #fff;
}
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.button:hover,
.hs-button:hover {
  background: #3676d6;
  color: #fff;
}
button:active,
input[type="button"]:active,
input[type="submit"]:active,
.button:active,
.hs-button:active {
  background: #1d65d1;
}
button.primary,
input[type="button"].primary,
input[type="submit"].primary,
.button.primary,
.hs-button.primary {
  background: #0454cc;
  color: #fff;
}
button.primary:focus,
input[type="button"].primary:focus,
input[type="submit"].primary:focus,
.button.primary:focus,
.hs-button.primary:focus {
  color: #fff;
}
button.primary:hover,
input[type="button"].primary:hover,
input[type="submit"].primary:hover,
.button.primary:hover,
.hs-button.primary:hover {
  background: #3676d6;
  color: #fff;
}
button.primary:active,
input[type="button"].primary:active,
input[type="submit"].primary:active,
.button.primary:active,
.hs-button.primary:active {
  background: #1d65d1;
}
button.secondary,
input[type="button"].secondary,
input[type="submit"].secondary,
.button.secondary,
.hs-button.secondary {
  background: none;
  color: #0454cc;
  box-shadow: inset 0 0 0 1px #0454cc;
}
button.secondary:focus,
input[type="button"].secondary:focus,
input[type="submit"].secondary:focus,
.button.secondary:focus,
.hs-button.secondary:focus {
  color: #0454cc;
}
button.secondary:hover,
input[type="button"].secondary:hover,
input[type="submit"].secondary:hover,
.button.secondary:hover,
.hs-button.secondary:hover {
  background: #3676d6;
  border-color: #3676d6;
  box-shadow: inset 0 0 0 1px #3676d6;
  color: #fff;
}
button.secondary:active,
input[type="button"].secondary:active,
input[type="submit"].secondary:active,
.button.secondary:active,
.hs-button.secondary:active {
  color: #fff;
  background: #1d65d1;
  border-color: #1d65d1;
  box-shadow: inset 0 0 0 1px #1d65d1;
}
button.tertiary,
input[type="button"].tertiary,
input[type="submit"].tertiary,
.button.tertiary,
.hs-button.tertiary {
  background: none;
  color: #2c2c37;
  box-shadow: inset 0 0 0 1px #2c2c37;
}
button.tertiary:focus,
input[type="button"].tertiary:focus,
input[type="submit"].tertiary:focus,
.button.tertiary:focus,
.hs-button.tertiary:focus {
  color: #2c2c37;
}
button.tertiary:hover,
input[type="button"].tertiary:hover,
input[type="submit"].tertiary:hover,
.button.tertiary:hover,
.hs-button.tertiary:hover {
  background: #2c2c37;
  color: #fff;
}
button.tertiary:active,
input[type="button"].tertiary:active,
input[type="submit"].tertiary:active,
.button.tertiary:active,
.hs-button.tertiary:active {
  color: #fff;
  background: #2c2c37;
}
button.ecp,
input[type="button"].ecp,
input[type="submit"].ecp,
.button.ecp,
.hs-button.ecp,
button.theme--ecp,
input[type="button"].theme--ecp,
input[type="submit"].theme--ecp,
.button.theme--ecp,
.hs-button.theme--ecp {
  background: #5cc4e8;
}
button.ecp,
input[type="button"].ecp,
input[type="submit"].ecp,
.button.ecp,
.hs-button.ecp,
button.theme--ecp,
input[type="button"].theme--ecp,
input[type="submit"].theme--ecp,
.button.theme--ecp,
.hs-button.theme--ecp,
button.ecp *,
input[type="button"].ecp *,
input[type="submit"].ecp *,
.button.ecp *,
.hs-button.ecp *,
button.theme--ecp *,
input[type="button"].theme--ecp *,
input[type="submit"].theme--ecp *,
.button.theme--ecp *,
.hs-button.theme--ecp * {
  color: #2c2c37;
}
button.ecp:focus,
input[type="button"].ecp:focus,
input[type="submit"].ecp:focus,
.button.ecp:focus,
.hs-button.ecp:focus,
button.theme--ecp:focus,
input[type="button"].theme--ecp:focus,
input[type="submit"].theme--ecp:focus,
.button.theme--ecp:focus,
.hs-button.theme--ecp:focus {
  color: #2c2c37;
}
button.ecp:hover,
input[type="button"].ecp:hover,
input[type="submit"].ecp:hover,
.button.ecp:hover,
.hs-button.ecp:hover,
button.theme--ecp:hover,
input[type="button"].theme--ecp:hover,
input[type="submit"].theme--ecp:hover,
.button.theme--ecp:hover,
.hs-button.theme--ecp:hover {
  background: #8dd6ef;
}
button.ecp:active,
input[type="button"].ecp:active,
input[type="submit"].ecp:active,
.button.ecp:active,
.hs-button.ecp:active,
button.theme--ecp:active,
input[type="button"].theme--ecp:active,
input[type="submit"].theme--ecp:active,
.button.theme--ecp:active,
.hs-button.theme--ecp:active {
  background: #7dd0ed;
}
button.sw,
input[type="button"].sw,
input[type="submit"].sw,
.button.sw,
.hs-button.sw,
button.theme--sw,
input[type="button"].theme--sw,
input[type="submit"].theme--sw,
.button.theme--sw,
.hs-button.theme--sw {
  background: #fed400;
}
button.sw,
input[type="button"].sw,
input[type="submit"].sw,
.button.sw,
.hs-button.sw,
button.theme--sw,
input[type="button"].theme--sw,
input[type="submit"].theme--sw,
.button.theme--sw,
.hs-button.theme--sw,
button.sw *,
input[type="button"].sw *,
input[type="submit"].sw *,
.button.sw *,
.hs-button.sw *,
button.theme--sw *,
input[type="button"].theme--sw *,
input[type="submit"].theme--sw *,
.button.theme--sw *,
.hs-button.theme--sw * {
  color: #2c2c37;
}
button.sw:focus,
input[type="button"].sw:focus,
input[type="submit"].sw:focus,
.button.sw:focus,
.hs-button.sw:focus,
button.theme--sw:focus,
input[type="button"].theme--sw:focus,
input[type="submit"].theme--sw:focus,
.button.theme--sw:focus,
.hs-button.theme--sw:focus {
  color: #2c2c37;
}
button.sw:hover,
input[type="button"].sw:hover,
input[type="submit"].sw:hover,
.button.sw:hover,
.hs-button.sw:hover,
button.theme--sw:hover,
input[type="button"].theme--sw:hover,
input[type="submit"].theme--sw:hover,
.button.theme--sw:hover,
.hs-button.theme--sw:hover {
  background: #fee566;
}
button.sw:active,
input[type="button"].sw:active,
input[type="submit"].sw:active,
.button.sw:active,
.hs-button.sw:active,
button.theme--sw:active,
input[type="button"].theme--sw:active,
input[type="submit"].theme--sw:active,
.button.theme--sw:active,
.hs-button.theme--sw:active {
  background: #fedd33;
}
button.theme--general,
input[type="button"].theme--general,
input[type="submit"].theme--general,
.button.theme--general,
.hs-button.theme--general {
  background: #c3c3cd;
}
button.theme--general,
input[type="button"].theme--general,
input[type="submit"].theme--general,
.button.theme--general,
.hs-button.theme--general,
button.theme--general *,
input[type="button"].theme--general *,
input[type="submit"].theme--general *,
.button.theme--general *,
.hs-button.theme--general * {
  color: #2c2c37;
}
button.theme--general:focus,
input[type="button"].theme--general:focus,
input[type="submit"].theme--general:focus,
.button.theme--general:focus,
.hs-button.theme--general:focus {
  color: #2c2c37;
}
button.theme--general:hover,
input[type="button"].theme--general:hover,
input[type="submit"].theme--general:hover,
.button.theme--general:hover,
.hs-button.theme--general:hover {
  background: #d5d5dc;
}
button.theme--general:active,
input[type="button"].theme--general:active,
input[type="submit"].theme--general:active,
.button.theme--general:active,
.hs-button.theme--general:active {
  background: #cfcfd7;
}
button.small,
input[type="button"].small,
input[type="submit"].small,
.button.small,
.hs-button.small,
button.sm,
input[type="button"].sm,
input[type="submit"].sm,
.button.sm,
.hs-button.sm {
  padding: 8px 20px;
}
button.small,
input[type="button"].small,
input[type="submit"].small,
.button.small,
.hs-button.small,
button.sm,
input[type="button"].sm,
input[type="submit"].sm,
.button.sm,
.hs-button.sm,
button.small *,
input[type="button"].small *,
input[type="submit"].small *,
.button.small *,
.hs-button.small *,
button.sm *,
input[type="button"].sm *,
input[type="submit"].sm *,
.button.sm *,
.hs-button.sm * {
  font-size: 14px;
}
button.md,
input[type="button"].md,
input[type="submit"].md,
.button.md,
.hs-button.md,
button.medium,
input[type="button"].medium,
input[type="submit"].medium,
.button.medium,
.hs-button.medium {
  padding: 9px 28px;
}
button.md,
input[type="button"].md,
input[type="submit"].md,
.button.md,
.hs-button.md,
button.medium,
input[type="button"].medium,
input[type="submit"].medium,
.button.medium,
.hs-button.medium,
button.md *,
input[type="button"].md *,
input[type="submit"].md *,
.button.md *,
.hs-button.md *,
button.medium *,
input[type="button"].medium *,
input[type="submit"].medium *,
.button.medium *,
.hs-button.medium * {
  font-size: 16px;
}
button.lg,
input[type="button"].lg,
input[type="submit"].lg,
.button.lg,
.hs-button.lg,
button.large,
input[type="button"].large,
input[type="submit"].large,
.button.large,
.hs-button.large {
  padding: 10px 36px;
}
button.lg,
input[type="button"].lg,
input[type="submit"].lg,
.button.lg,
.hs-button.lg,
button.large,
input[type="button"].large,
input[type="submit"].large,
.button.large,
.hs-button.large,
button.lg *,
input[type="button"].lg *,
input[type="submit"].lg *,
.button.lg *,
.hs-button.lg *,
button.large *,
input[type="button"].large *,
input[type="submit"].large *,
.button.large *,
.hs-button.large * {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  button.lg,
  input[type="button"].lg,
  input[type="submit"].lg,
  .button.lg,
  .hs-button.lg,
  button.large,
  input[type="button"].large,
  input[type="submit"].large,
  .button.large,
  .hs-button.large {
    padding: 13px 36px;
  }
  button.lg,
  input[type="button"].lg,
  input[type="submit"].lg,
  .button.lg,
  .hs-button.lg,
  button.large,
  input[type="button"].large,
  input[type="submit"].large,
  .button.large,
  .hs-button.large,
  button.lg *,
  input[type="button"].lg *,
  input[type="submit"].lg *,
  .button.lg *,
  .hs-button.lg *,
  button.large *,
  input[type="button"].large *,
  input[type="submit"].large *,
  .button.large *,
  .hs-button.large * {
    font-size: 16px;
  }
}
/*

  HubSpot Component: Calls-to-Action Buttons
  ------------------------------------------------
  The CTA buttons take advantage of the common
  button mixins in order to keep the styles
  consistent. Must use !important declaration
  to override the inline styling created by
  HubSpot

*/
.hs-cta-wrapper {
  display: block;
}
.hs-cta-wrapper .cta_button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  transition: all ease-in-out 0.2s !important;
  margin-top: 6px !important;
  margin-bottom: 4px !important;
  border: none !important;
  border-radius: 3px !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  padding: 10px 36px !important;
  margin: 0 !important;
}
.hs-cta-wrapper .cta_button:active {
  transition: none !important;
}
.hs-cta-wrapper .cta_button:focus {
  outline: 0 !important;
  text-decoration: none !important;
}
.hs-cta-wrapper .cta_button:hover,
.hs-cta-wrapper .cta_button:active {
  text-decoration: none !important;
}
.hs-cta-wrapper .cta_button:active {
  transition-duration: .1s !important;
}
.hs-cta-wrapper .cta_button,
.hs-cta-wrapper .cta_button * {
  font-size: 20px !important;
}
@media screen and (max-width: 767px) {
  .hs-cta-wrapper .cta_button {
    padding: 13px 36px;
  }
  .hs-cta-wrapper .cta_button,
  .hs-cta-wrapper .cta_button * {
    font-size: 16px;
  }
}
.hs-cta-wrapper .cta_button > *:first-child {
  margin-top: 0;
}
.hs-cta-wrapper .cta_button > *:last-child {
  margin-bottom: 0;
}
.hs-cta-wrapper .cta_button.primary {
  background: #0454cc !important;
  color: #fff !important;
}
.hs-cta-wrapper .cta_button.primary:focus {
  color: #fff !important;
}
.hs-cta-wrapper .cta_button.primary:hover {
  background: #3676d6 !important;
  color: #fff !important;
}
.hs-cta-wrapper .cta_button.primary:active {
  background: #1d65d1 !important;
}
.hs-cta-wrapper .cta_button.secondary {
  background: none !important;
  color: #0454cc !important;
  box-shadow: inset 0 0 0 1px #0454cc !important;
}
.hs-cta-wrapper .cta_button.secondary:focus {
  color: #0454cc !important;
}
.hs-cta-wrapper .cta_button.secondary:hover {
  background: #3676d6 !important;
  border-color: #3676d6 !important;
  box-shadow: inset 0 0 0 1px #3676d6 !important;
  color: #fff !important;
}
.hs-cta-wrapper .cta_button.secondary:active {
  color: #fff !important;
  background: #1d65d1 !important;
  border-color: #1d65d1 !important;
  box-shadow: inset 0 0 0 1px #1d65d1 !important;
}
.hs-cta-wrapper .cta_button.tertiary {
  background: none !important;
  color: #2c2c37 !important;
  box-shadow: inset 0 0 0 1px #2c2c37 !important;
}
.hs-cta-wrapper .cta_button.tertiary:focus {
  color: #2c2c37 !important;
}
.hs-cta-wrapper .cta_button.tertiary:hover {
  background: #2c2c37 !important;
  color: #fff !important;
}
.hs-cta-wrapper .cta_button.tertiary:active {
  color: #fff !important;
  background: #2c2c37 !important;
}
.hs-cta-wrapper .cta_button.cThemeGeneral {
  background: #c3c3cd !important;
}
.hs-cta-wrapper .cta_button.cThemeGeneral,
.hs-cta-wrapper .cta_button.cThemeGeneral * {
  color: #2c2c37 !important;
}
.hs-cta-wrapper .cta_button.cThemeGeneral:focus {
  color: #2c2c37 !important;
}
.hs-cta-wrapper .cta_button.cThemeGeneral:hover {
  background: #d5d5dc !important;
}
.hs-cta-wrapper .cta_button.cThemeGeneral:active {
  background: #cfcfd7 !important;
}
.hs-cta-wrapper .cta_button.cThemeECP {
  background: #5cc4e8 !important;
}
.hs-cta-wrapper .cta_button.cThemeECP,
.hs-cta-wrapper .cta_button.cThemeECP * {
  color: #2c2c37 !important;
}
.hs-cta-wrapper .cta_button.cThemeECP:focus {
  color: #2c2c37 !important;
}
.hs-cta-wrapper .cta_button.cThemeECP:hover {
  background: #8dd6ef !important;
}
.hs-cta-wrapper .cta_button.cThemeECP:active {
  background: #7dd0ed !important;
}
.hs-cta-wrapper .cta_button.cThemeSW {
  background: #fed400 !important;
}
.hs-cta-wrapper .cta_button.cThemeSW,
.hs-cta-wrapper .cta_button.cThemeSW * {
  color: #2c2c37 !important;
}
.hs-cta-wrapper .cta_button.cThemeSW:focus {
  color: #2c2c37 !important;
}
.hs-cta-wrapper .cta_button.cThemeSW:hover {
  background: #fee566 !important;
}
.hs-cta-wrapper .cta_button.cThemeSW:active {
  background: #fedd33 !important;
}
@charset "UTF-8";.hs-form-booleancheckbox label,.hs-form-checkbox label,.hs-form-radio label,.paragraph{margin:0 0 1.5rem;padding:0;font-size:17px}.hs-datepicker button{padding:5px;background:#f5f5f5;color:#555}.hs-datepicker button:hover{background-color:#fb6868!important}.hs-datepicker .pika-lendar{margin:12px 12px 8px}.hs-datepicker .pika-button:hover{background-color:#fb6868}.hs-datepicker .is-today .pika-button{color:#0454cc}.hs-datepicker .is-selected .pika-button{background-color:#0454cc;box-shadow:none;color:#fff!important}.form-title{margin-bottom:43.75px;color:#2c2c2e}.inverted-ui .form-title{color:#6a7889}.form-title:empty{display:none}.hs-form.stacked{max-width:100%}.hs-form .hs-form-field{-moz-box-sizing:border-box;-webkit-sizing:border-box;box-sizing:border-box}.hs-form fieldset{min-width:0;max-width:inherit!important}.hs-form fieldset.form-columns-1 input[type=text].hs-input,.hs-form fieldset.form-columns-1 input[type=email].hs-input,.hs-form fieldset.form-columns-1 input[type=number].hs-input,.hs-form fieldset.form-columns-1 input[type=tel].hs-input,.hs-form fieldset.form-columns-1 input[type=url].hs-input,.hs-form fieldset.form-columns-1 input[type=file].hs-input,.hs-form fieldset.form-columns-1 select.hs-input,.hs-form fieldset.form-columns-1 textarea.hs-input,.hs-form fieldset.form-columns-2 input[type=text].hs-input,.hs-form fieldset.form-columns-2 input[type=email].hs-input,.hs-form fieldset.form-columns-2 input[type=number].hs-input,.hs-form fieldset.form-columns-2 input[type=tel].hs-input,.hs-form fieldset.form-columns-2 input[type=url].hs-input,.hs-form fieldset.form-columns-2 input[type=file].hs-input,.hs-form fieldset.form-columns-2 select.hs-input,.hs-form fieldset.form-columns-2 textarea.hs-input,.hs-form fieldset.form-columns-3 input[type=text].hs-input,.hs-form fieldset.form-columns-3 input[type=email].hs-input,.hs-form fieldset.form-columns-3 input[type=number].hs-input,.hs-form fieldset.form-columns-3 input[type=tel].hs-input,.hs-form fieldset.form-columns-3 input[type=url].hs-input,.hs-form fieldset.form-columns-3 input[type=file].hs-input,.hs-form fieldset.form-columns-3 select.hs-input,.hs-form fieldset.form-columns-3 textarea.hs-input{width:100%!important}.hs-form fieldset.form-columns-1 .input,.hs-form fieldset.form-columns-2 .input{margin-right:0!important}.hs-form fieldset.form-columns-2 .hs-form-field,.hs-form fieldset.form-columns-3 .hs-form-field{padding-left:0;padding-right:0}.hs-form fieldset .hs-richtext+.hs-form-field{padding-left:0!important}@media (min-width:401px){.hs-form fieldset.form-columns-1 input[type=text].hs-input,.hs-form fieldset.form-columns-1 input[type=email].hs-input,.hs-form fieldset.form-columns-1 input[type=number].hs-input,.hs-form fieldset.form-columns-1 input[type=tel].hs-input,.hs-form fieldset.form-columns-1 input[type=url].hs-input,.hs-form fieldset.form-columns-1 input[type=file].hs-input,.hs-form fieldset.form-columns-1 select.hs-input,.hs-form fieldset.form-columns-1 textarea.hs-input,.hs-form fieldset.form-columns-2 input[type=text].hs-input,.hs-form fieldset.form-columns-2 input[type=email].hs-input,.hs-form fieldset.form-columns-2 input[type=number].hs-input,.hs-form fieldset.form-columns-2 input[type=tel].hs-input,.hs-form fieldset.form-columns-2 input[type=url].hs-input,.hs-form fieldset.form-columns-2 input[type=file].hs-input,.hs-form fieldset.form-columns-2 select.hs-input,.hs-form fieldset.form-columns-2 textarea.hs-input,.hs-form fieldset.form-columns-3 input[type=text].hs-input,.hs-form fieldset.form-columns-3 input[type=email].hs-input,.hs-form fieldset.form-columns-3 input[type=number].hs-input,.hs-form fieldset.form-columns-3 input[type=tel].hs-input,.hs-form fieldset.form-columns-3 input[type=url].hs-input,.hs-form fieldset.form-columns-3 input[type=file].hs-input,.hs-form fieldset.form-columns-3 select.hs-input,.hs-form fieldset.form-columns-3 textarea.hs-input{width:100%!important}.hs-form fieldset.form-columns-2 .hs-form-field,.hs-form fieldset.form-columns-3 .hs-form-field{width:100%!important;float:none!important;padding-left:0;padding-right:0}}@media (min-width:480px){.hs-form fieldset.form-columns-2 .hs-form-field{width:50%!important}.hs-form fieldset.form-columns-3 .hs-form-field{width:33.33333333%!important}.hs-form fieldset.form-columns-2 .hs-form-field,.hs-form fieldset.form-columns-3 .hs-form-field{float:left!important;padding-left:12px;padding-right:12px}.hs-form fieldset.form-columns-2 .hs-form-field:first-child,.hs-form fieldset.form-columns-3 .hs-form-field:first-child{padding-left:0}.hs-form fieldset.form-columns-2 .hs-form-field:last-child,.hs-form fieldset.form-columns-3 .hs-form-field:last-child{padding-right:0}}.hs-form .hs-richtext{margin-bottom:35px}.hs-form .inputs-list{list-style:none!important;margin-top:16px;margin-bottom:0;padding:0}.hs-form .inputs-list input[type=radio],.hs-form .inputs-list input[type=checkbox]{margin-right:6px}@media screen and (max-width:479px){.hs-form .inputs-list{margin-top:8px}.hs-form .inputs-list li{margin-bottom:5px}}.hs-form .hs-form-required{margin-left:.25em;color:#fb6868}.hs-form .hs-error-msgs{margin-top:.75rem;font-size:13px;font-weight:700}.hs-form .hs-error-msgs label{color:#fb6868!important}.inverted-ui .hs-form .hs-error-msgs label{color:#6a7889!important}.hs-form .hsformerror{border-radius:0;background:#2c2c37!important;color:#fff!important;border:none}.hs-form .hsformerror em{border-color:#2c2c37 transparent transparent}.hs-form .hsformerror .close-form-error{color:#fff!important;top:3px;right:8px}.hs-form .hsformerror p{position:relative;padding:.1em 0 .1em 0;line-height:1.7em;font-size:13px;color:#fff!important}@media (max-width:480px){.hs-form .actions .primary{width:100%}}.hs-form-booleancheckbox,.hs-form-checkbox,.hs-form-radio{min-height:1em}.hs-form-booleancheckbox label,.hs-form-checkbox label,.hs-form-radio label{display:block;margin:0 0 1em;padding-left:1.65em;position:relative;vertical-align:bottom;line-height:28px}.hs-form-booleancheckbox input[type=radio],.hs-form-booleancheckbox input[type=checkbox],.hs-form-checkbox input[type=radio],.hs-form-checkbox input[type=checkbox],.hs-form-radio input[type=radio],.hs-form-radio input[type=checkbox]{margin:0 .65em 0 0;position:absolute;top:3.2px;left:0;vertical-align:bottom}.hs-form-booleancheckbox input[type=radio],.hs-form-checkbox input[type=radio],.hs-form-radio input[type=radio]{top:2.8px}.hs-form-booleancheckbox span.desc,.hs-form-checkbox span.desc,.hs-form-radio span.desc{display:block;margin-top:8px;color:#6a7889;font-size:85%}.hs_submit{margin-top:24px}.hs-form-field{margin-bottom:35px}.hs-form-field label{display:block;margin:0 0 4px;color:#6a7889;font-weight:400;font-size:14px;line-height:1.6}.inverted-ui .hs-form-field label{color:rgba(255,255,255,.75)}.hs-form-field legend.hs-field-desc{margin:0 0 .5rem;color:#c3c3cd;border:none;font-size:14px}.hs-form-field[class*=privacy][class*=agree] .hs-form-required{display:none}#captcha_wrapper input[type=text]{height:auto!important}.submitted-message{color:#6a7889;font-style:italic;-webkit-transition:all ease-in-out .25s;transition:all ease-in-out .25s;opacity:0;-webkit-transform:translate3d(0,8px,0);transform:translate3d(0,8px,0);-webkit-transition-delay:.75s;transition-delay:.75s}.transitions .submitted-message{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.inverted-ui .submitted-message{color:rgba(255,255,255,.75)}.fluid-page .hs-form .hs-richtext,.portal-page .hs-form .hs-richtext{margin-bottom:26px}@media screen and (min-width:1200px){.fluid-page .hs-form .hs-richtext,.portal-page .hs-form .hs-richtext{margin-bottom:2.39726027vw}}@media screen and (min-width:1550px){.fluid-page .hs-form .hs-richtext,.portal-page .hs-form .hs-richtext{margin-bottom:37px}}.fluid-page .hs-form .hs-form-required,.portal-page .hs-form .hs-form-required{margin-right:3px}@media screen and (min-width:1200px){.fluid-page .hs-form .hs-form-required,.portal-page .hs-form .hs-form-required{margin-right:.2739726vw}}@media screen and (min-width:1550px){.fluid-page .hs-form .hs-form-required,.portal-page .hs-form .hs-form-required{margin-right:4px}}.fluid-page .hs-form .hs-error-msgs,.portal-page .hs-form .hs-error-msgs{margin-top:.6em}.fluid-page .hs_submit,.portal-page .hs_submit{margin-top:18px}@media screen and (min-width:1200px){.fluid-page .hs_submit,.portal-page .hs_submit{margin-top:1.64383562vw}}@media screen and (min-width:1550px){.fluid-page .hs_submit,.portal-page .hs_submit{margin-top:25px}}.fluid-page .hs-form-field,.portal-page .hs-form-field{margin-bottom:26px}@media screen and (min-width:1200px){.fluid-page .hs-form-field,.portal-page .hs-form-field{margin-bottom:2.39726027vw}}@media screen and (min-width:1550px){.fluid-page .hs-form-field,.portal-page .hs-form-field{margin-bottom:37px}}.fluid-page .hs-form-field label,.portal-page .hs-form-field label{margin-bottom:3px;font-size:12px}@media screen and (min-width:1200px){.fluid-page .hs-form-field label,.portal-page .hs-form-field label{margin-bottom:.2739726vw}}@media screen and (min-width:1550px){.fluid-page .hs-form-field label,.portal-page .hs-form-field label{margin-bottom:4px}}@media screen and (min-width:1200px){.fluid-page .hs-form-field label,.portal-page .hs-form-field label{font-size:1.09589041vw}}@media screen and (min-width:1550px){.fluid-page .hs-form-field label,.portal-page .hs-form-field label{font-size:17px}}.fluid-page .hs-form-field .hs-form-booleancheckbox label,.fluid-page .hs-form-field .hs-form-checkbox label,.fluid-page .hs-form-field .hs-form-radio label,.portal-page .hs-form-field .hs-form-booleancheckbox label,.portal-page .hs-form-field .hs-form-checkbox label,.portal-page .hs-form-field .hs-form-radio label{font-size:17px}@media screen and (min-width:1200px){.fluid-page .hs-form-field .hs-form-booleancheckbox label,.fluid-page .hs-form-field .hs-form-checkbox label,.fluid-page .hs-form-field .hs-form-radio label,.portal-page .hs-form-field .hs-form-booleancheckbox label,.portal-page .hs-form-field .hs-form-checkbox label,.portal-page .hs-form-field .hs-form-radio label{font-size:1.50684932vw}}@media screen and (min-width:1550px){.fluid-page .hs-form-field .hs-form-booleancheckbox label,.fluid-page .hs-form-field .hs-form-checkbox label,.fluid-page .hs-form-field .hs-form-radio label,.portal-page .hs-form-field .hs-form-booleancheckbox label,.portal-page .hs-form-field .hs-form-checkbox label,.portal-page .hs-form-field .hs-form-radio label{font-size:23px}}.fluid-page .hs-form-field.hs_ui_number legend,.portal-page .hs-form-field.hs_ui_number legend{margin-bottom:6px;font-size:12px}@media screen and (min-width:1200px){.fluid-page .hs-form-field.hs_ui_number legend,.portal-page .hs-form-field.hs_ui_number legend{margin-bottom:.54794521vw}}@media screen and (min-width:1550px){.fluid-page .hs-form-field.hs_ui_number legend,.portal-page .hs-form-field.hs_ui_number legend{margin-bottom:8px}}@media screen and (min-width:1200px){.fluid-page .hs-form-field.hs_ui_number legend,.portal-page .hs-form-field.hs_ui_number legend{font-size:1.09589041vw}}@media screen and (min-width:1550px){.fluid-page .hs-form-field.hs_ui_number legend,.portal-page .hs-form-field.hs_ui_number legend{font-size:17px}}.hs_ui_multiple_checkboxes>label{margin-bottom:.625em}.hs-form-booleancheckbox,.hs-form-checkbox{margin-bottom:.3125em!important}.hs-form-booleancheckbox:last-child,.hs-form-checkbox:last-child{margin-bottom:0!important}.hs-form-booleancheckbox label,.hs-form-checkbox label{position:relative;z-index:0;display:inline-block;vertical-align:middle;cursor:pointer;padding-left:0}.hs-form-booleancheckbox input[type=checkbox],.hs-form-checkbox input[type=checkbox]{opacity:0;position:absolute}.hs-form-booleancheckbox input[type=checkbox]+span,.hs-form-checkbox input[type=checkbox]+span{display:inline-block;padding-left:1.75rem;font-size:16px;line-height:21px}.hs-form-booleancheckbox input[type=checkbox]+span:after,.hs-form-booleancheckbox input[type=checkbox]+span:before,.hs-form-checkbox input[type=checkbox]+span:after,.hs-form-checkbox input[type=checkbox]+span:before{content:"";position:absolute;top:.75px;left:0;width:1.25rem;height:1.25rem}@media screen and (min-width:1200px){.hs-form-booleancheckbox input[type=checkbox]+span:after,.hs-form-booleancheckbox input[type=checkbox]+span:before,.hs-form-checkbox input[type=checkbox]+span:after,.hs-form-checkbox input[type=checkbox]+span:before{top:.25px}}.hs-form-booleancheckbox input[type=checkbox]+span:before,.hs-form-checkbox input[type=checkbox]+span:before{display:block;border:1px solid #6a7889;top:1.05px}@media screen and (min-width:1200px){.hs-form-booleancheckbox input[type=checkbox]+span:before,.hs-form-checkbox input[type=checkbox]+span:before{top:.35px}}.hs-form-booleancheckbox input[type=checkbox]+span:after,.hs-form-checkbox input[type=checkbox]+span:after{display:inline-block;z-index:1;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE2OyI+DQo8cGF0aCBmaWxsPSIjMDAyODU2IiBkPSJNMTUuOCwzLjZMMTQuMiwyYy0wLjEtMC4xLTAuMy0wLjEtMC41LDBMNi4zLDkuNEwzLjIsNi4zYy0wLjEtMC4xLTAuMy0wLjEtMC41LDBMMS4xLDcuOUMxLDgsMSw4LjIsMS4xLDguNCxsMy4zLDMuM0w2LDEzLjNjMC4xLDAuMSwwLjMsMC4xLDAuNSwwbDEuNi0xLjZsNy42LTcuNkMxNiw0LDE2LDMuOCwxNS44LDMuNkwxNS44LDMuNnoiLz4NCjwvc3ZnPg==);background-repeat:no-repeat;background-position:50%;-webkit-transition:all .15s ease;transition:all .15s ease;-webkit-transform:scale(0) translate(.05em,.1em);transform:scale(0) translate(.05em,.1em);opacity:0}.hs-form-booleancheckbox input[type=checkbox]:checked+span,.hs-form-checkbox input[type=checkbox]:checked+span{color:#0454cc}.hs-form-booleancheckbox input[type=checkbox]:checked+span:before,.hs-form-checkbox input[type=checkbox]:checked+span:before{border-color:#0454cc}.hs-form-booleancheckbox input[type=checkbox]:checked+span:after,.hs-form-checkbox input[type=checkbox]:checked+span:after{-webkit-transform:scale(.7) translate(.05em,.1em);transform:scale(.7) translate(.05em,.1em);opacity:1}.inverted-ui .hs-form-booleancheckbox input[type=checkbox]+span:before,.inverted-ui .hs-form-checkbox input[type=checkbox]+span:before{border-color:rgba(255,255,255,.75)}.inverted-ui .hs-form-booleancheckbox input[type=checkbox]:checked+span,.inverted-ui .hs-form-checkbox input[type=checkbox]:checked+span{color:#fff}.inverted-ui .hs-form-booleancheckbox input[type=checkbox]:checked+span:before,.inverted-ui .hs-form-checkbox input[type=checkbox]:checked+span:before{border-color:#fff;background-color:#fff}.hs_ui_radio>label,[class*="_blog_subscription"]>label{margin-bottom:.625em}.hs-form-radio{margin-bottom:.3125em!important}.hs-form-radio:last-child{margin-bottom:0!important}.hs-form-radio label{position:relative;z-index:0;display:inline-block;vertical-align:middle;cursor:pointer;padding-left:0}.hs-form-radio input[type=radio]{opacity:0;position:absolute}.hs-form-radio input[type=radio]+span{display:inline-block;position:relative;padding-left:1.75rem;font-size:16px;line-height:21px;color:#6a7889}.hs-form-radio input[type=radio]+span:after,.hs-form-radio input[type=radio]+span:before{content:"";position:absolute;top:1px;left:0;width:1.25rem;height:1.25rem;border-radius:50%}@media screen and (min-width:992px){.hs-form-radio input[type=radio]+span:after,.hs-form-radio input[type=radio]+span:before{top:0}}.hs-form-radio input[type=radio]+span:before{display:block;padding:.25em;border:1px solid #6a7889;box-shadow:inset 0 0 .2px 20px rgba(255,255,255,0);-webkit-transition:all .25s ease;transition:all .25s ease}.hs-form-radio input[type=radio]+span:after{display:inline-block;-webkit-transition:all .25s ease;transition:all .25s ease;background-color:#0454cc;border:2px solid rgba(4,84,204,0);-webkit-transform:scale(0);transform:scale(0);opacity:0}.hs-form-radio input[type=radio]:checked+span{color:#0454cc}.hs-form-radio input[type=radio]:checked+span:before{border-color:#0454cc}.hs-form-radio input[type=radio]:checked+span:after{-webkit-transform:scale(.45);transform:scale(.45);opacity:1;border-color:#0454cc}.inverted-ui .hs-form-radio input[type=radio]+span{color:rgba(255,255,255,.75)}.inverted-ui .hs-form-radio input[type=radio]+span:before{background:0 0;border:1px solid rgba(255,255,255,.75);box-shadow:inset 0 0 .2px 20px rgba(255,255,255,0)}.inverted-ui .hs-form-radio input[type=radio]+span:after{background-color:#fff;border:2px solid rgba(255,255,255,0)}.inverted-ui .hs-form-radio input[type=radio]:checked+span{color:#fff}.inverted-ui .hs-form-radio input[type=radio]:checked+span:before{border-color:#fff}.inverted-ui .hs-form-radio input[type=radio]:checked+span:after{border-color:#fff}.fluid-page .hs-form-radio input[type=radio]+span,.portal-page .hs-form-radio input[type=radio]+span{font-size:1em}.fluid-page .hs-form-radio input[type=radio]+span:after,.fluid-page .hs-form-radio input[type=radio]+span:before,.portal-page .hs-form-radio input[type=radio]+span:after,.portal-page .hs-form-radio input[type=radio]+span:before{top:3px}@media screen and (min-width:992px){.fluid-page .hs-form-radio input[type=radio]+span:after,.fluid-page .hs-form-radio input[type=radio]+span:before,.portal-page .hs-form-radio input[type=radio]+span:after,.portal-page .hs-form-radio input[type=radio]+span:before{top:.25em}}input[type=password],input[type=datetime],input[type=datetime-local],input[type=date],input[type=month],input[type=time],input[type=week],input[type=text],input[type=search],input[type=color],input[type=email],input[type=number],input[type=tel],input[type=url],input[type=file],select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border-radius:0;outline:0;padding:8px 0;background:0 0;border:none;-webkit-transition:all .2s,background-color .4s;transition:all .2s,background-color .4s;border-bottom:1px solid #6a7889;font-size:17px;box-shadow:0 1px 0 0 rgba(4,84,204,0)}input[type=password]::-webkit-input-placeholder,input[type=datetime]::-webkit-input-placeholder,input[type=datetime-local]::-webkit-input-placeholder,input[type=date]::-webkit-input-placeholder,input[type=month]::-webkit-input-placeholder,input[type=time]::-webkit-input-placeholder,input[type=week]::-webkit-input-placeholder,input[type=text]::-webkit-input-placeholder,input[type=search]::-webkit-input-placeholder,input[type=color]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,input[type=url]::-webkit-input-placeholder,input[type=file]::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c3cd}input[type=password]::-moz-placeholder,input[type=datetime]::-moz-placeholder,input[type=datetime-local]::-moz-placeholder,input[type=date]::-moz-placeholder,input[type=month]::-moz-placeholder,input[type=time]::-moz-placeholder,input[type=week]::-moz-placeholder,input[type=text]::-moz-placeholder,input[type=search]::-moz-placeholder,input[type=color]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=tel]::-moz-placeholder,input[type=url]::-moz-placeholder,input[type=file]::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#c3c3cd}input[type=password]:-ms-input-placeholder,input[type=datetime]:-ms-input-placeholder,input[type=datetime-local]:-ms-input-placeholder,input[type=date]:-ms-input-placeholder,input[type=month]:-ms-input-placeholder,input[type=time]:-ms-input-placeholder,input[type=week]:-ms-input-placeholder,input[type=text]:-ms-input-placeholder,input[type=search]:-ms-input-placeholder,input[type=color]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,input[type=url]:-ms-input-placeholder,input[type=file]:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c3cd}input[type=password]:-moz-placeholder,input[type=datetime]:-moz-placeholder,input[type=datetime-local]:-moz-placeholder,input[type=date]:-moz-placeholder,input[type=month]:-moz-placeholder,input[type=time]:-moz-placeholder,input[type=week]:-moz-placeholder,input[type=text]:-moz-placeholder,input[type=search]:-moz-placeholder,input[type=color]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=tel]:-moz-placeholder,input[type=url]:-moz-placeholder,input[type=file]:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:#c3c3cd}input[type=password]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=date]:focus,input[type=month]:focus,input[type=time]:focus,input[type=week]:focus,input[type=text]:focus,input[type=search]:focus,input[type=color]:focus,input[type=email]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=url]:focus,input[type=file]:focus,select:focus,textarea:focus{border-color:#0454cc;box-shadow:0 1px 0 0 #0454cc}.inverted-ui input[type=password],.inverted-ui input[type=datetime],.inverted-ui input[type=datetime-local],.inverted-ui input[type=date],.inverted-ui input[type=month],.inverted-ui input[type=time],.inverted-ui input[type=week],.inverted-ui input[type=text],.inverted-ui input[type=search],.inverted-ui input[type=color],.inverted-ui input[type=email],.inverted-ui input[type=number],.inverted-ui input[type=tel],.inverted-ui input[type=url],.inverted-ui input[type=file],.inverted-ui select,.inverted-ui textarea{color:#c3c3cd;color:#fff;border-bottom:1px solid rgba(255,255,255,.3)}.inverted-ui input[type=password]::-webkit-input-placeholder,.inverted-ui input[type=datetime]::-webkit-input-placeholder,.inverted-ui input[type=datetime-local]::-webkit-input-placeholder,.inverted-ui input[type=date]::-webkit-input-placeholder,.inverted-ui input[type=month]::-webkit-input-placeholder,.inverted-ui input[type=time]::-webkit-input-placeholder,.inverted-ui input[type=week]::-webkit-input-placeholder,.inverted-ui input[type=text]::-webkit-input-placeholder,.inverted-ui input[type=search]::-webkit-input-placeholder,.inverted-ui input[type=color]::-webkit-input-placeholder,.inverted-ui input[type=email]::-webkit-input-placeholder,.inverted-ui input[type=number]::-webkit-input-placeholder,.inverted-ui input[type=tel]::-webkit-input-placeholder,.inverted-ui input[type=url]::-webkit-input-placeholder,.inverted-ui input[type=file]::-webkit-input-placeholder,.inverted-ui select::-webkit-input-placeholder,.inverted-ui textarea::-webkit-input-placeholder{color:rgba(255,255,255,.3)}.inverted-ui input[type=password]::-moz-placeholder,.inverted-ui input[type=datetime]::-moz-placeholder,.inverted-ui input[type=datetime-local]::-moz-placeholder,.inverted-ui input[type=date]::-moz-placeholder,.inverted-ui input[type=month]::-moz-placeholder,.inverted-ui input[type=time]::-moz-placeholder,.inverted-ui input[type=week]::-moz-placeholder,.inverted-ui input[type=text]::-moz-placeholder,.inverted-ui input[type=search]::-moz-placeholder,.inverted-ui input[type=color]::-moz-placeholder,.inverted-ui input[type=email]::-moz-placeholder,.inverted-ui input[type=number]::-moz-placeholder,.inverted-ui input[type=tel]::-moz-placeholder,.inverted-ui input[type=url]::-moz-placeholder,.inverted-ui input[type=file]::-moz-placeholder,.inverted-ui select::-moz-placeholder,.inverted-ui textarea::-moz-placeholder{color:rgba(255,255,255,.3)}.inverted-ui input[type=password]:-ms-input-placeholder,.inverted-ui input[type=datetime]:-ms-input-placeholder,.inverted-ui input[type=datetime-local]:-ms-input-placeholder,.inverted-ui input[type=date]:-ms-input-placeholder,.inverted-ui input[type=month]:-ms-input-placeholder,.inverted-ui input[type=time]:-ms-input-placeholder,.inverted-ui input[type=week]:-ms-input-placeholder,.inverted-ui input[type=text]:-ms-input-placeholder,.inverted-ui input[type=search]:-ms-input-placeholder,.inverted-ui input[type=color]:-ms-input-placeholder,.inverted-ui input[type=email]:-ms-input-placeholder,.inverted-ui input[type=number]:-ms-input-placeholder,.inverted-ui input[type=tel]:-ms-input-placeholder,.inverted-ui input[type=url]:-ms-input-placeholder,.inverted-ui input[type=file]:-ms-input-placeholder,.inverted-ui select:-ms-input-placeholder,.inverted-ui textarea:-ms-input-placeholder{color:rgba(255,255,255,.3)}.inverted-ui input[type=password]:-moz-placeholder,.inverted-ui input[type=datetime]:-moz-placeholder,.inverted-ui input[type=datetime-local]:-moz-placeholder,.inverted-ui input[type=date]:-moz-placeholder,.inverted-ui input[type=month]:-moz-placeholder,.inverted-ui input[type=time]:-moz-placeholder,.inverted-ui input[type=week]:-moz-placeholder,.inverted-ui input[type=text]:-moz-placeholder,.inverted-ui input[type=search]:-moz-placeholder,.inverted-ui input[type=color]:-moz-placeholder,.inverted-ui input[type=email]:-moz-placeholder,.inverted-ui input[type=number]:-moz-placeholder,.inverted-ui input[type=tel]:-moz-placeholder,.inverted-ui input[type=url]:-moz-placeholder,.inverted-ui input[type=file]:-moz-placeholder,.inverted-ui select:-moz-placeholder,.inverted-ui textarea:-moz-placeholder{color:rgba(255,255,255,.3)}.inverted-ui input[type=password]:focus,.inverted-ui input[type=datetime]:focus,.inverted-ui input[type=datetime-local]:focus,.inverted-ui input[type=date]:focus,.inverted-ui input[type=month]:focus,.inverted-ui input[type=time]:focus,.inverted-ui input[type=week]:focus,.inverted-ui input[type=text]:focus,.inverted-ui input[type=search]:focus,.inverted-ui input[type=color]:focus,.inverted-ui input[type=email]:focus,.inverted-ui input[type=number]:focus,.inverted-ui input[type=tel]:focus,.inverted-ui input[type=url]:focus,.inverted-ui input[type=file]:focus,.inverted-ui select:focus,.inverted-ui textarea:focus{border-color:#0094D2;box-shadow:0 1px 0 0 #0094D2}.inverted-ui input[type=password] legend,.inverted-ui input[type=datetime] legend,.inverted-ui input[type=datetime-local] legend,.inverted-ui input[type=date] legend,.inverted-ui input[type=month] legend,.inverted-ui input[type=time] legend,.inverted-ui input[type=week] legend,.inverted-ui input[type=text] legend,.inverted-ui input[type=search] legend,.inverted-ui input[type=color] legend,.inverted-ui input[type=email] legend,.inverted-ui input[type=number] legend,.inverted-ui input[type=tel] legend,.inverted-ui input[type=url] legend,.inverted-ui input[type=file] legend,.inverted-ui select legend,.inverted-ui textarea legend{color:rgba(255,255,255,.75)}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#c3c3cd}input::-moz-placeholder,textarea::-moz-placeholder{color:#c3c3cd}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#c3c3cd}input:-moz-placeholder,textarea:-moz-placeholder{color:#c3c3cd}.inverted-ui input::-webkit-input-placeholder,.inverted-ui textarea::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.inverted-ui input::-moz-placeholder,.inverted-ui textarea::-moz-placeholder{color:rgba(255,255,255,.5)}.inverted-ui input:-ms-input-placeholder,.inverted-ui textarea:-ms-input-placeholder{color:rgba(255,255,255,.5)}.inverted-ui input:-moz-placeholder,.inverted-ui textarea:-moz-placeholder{color:rgba(255,255,255,.5)}input[type=file]{line-height:1;font-size:16px}.hs-floated-label-input{position:relative;display:inline-block;width:100%;font-size:17px}.hs-floated-label-input--initiated input,.hs-floated-label-input--initiated select,.hs-floated-label-input--initiated textarea{-webkit-transition:all .2s,background-color .4s;transition:all .2s,background-color .4s}.hs-floated-label-input--initiated legend{-webkit-transition:all .2s,background-color .4s;transition:all .2s,background-color .4s}.hs-floated-label-input--initiated>label{-webkit-transition:all .2s,background-color .4s;transition:all .2s,background-color .4s}.hs-floated-label-input input,.hs-floated-label-input select,.hs-floated-label-input textarea{outline:0;padding:8px 0;background:0 0;border:none;border-bottom:1px solid #6a7889;cursor:pointer}.hs-floated-label-input input:focus,.hs-floated-label-input select:focus,.hs-floated-label-input textarea:focus{border-color:#0454cc}.hs-floated-label-input input::-webkit-input-placeholder,.hs-floated-label-input textarea::-webkit-input-placeholder{color:#c3c3cd}.hs-floated-label-input input::-moz-placeholder,.hs-floated-label-input textarea::-moz-placeholder{color:#c3c3cd}.hs-floated-label-input input:-ms-input-placeholder,.hs-floated-label-input textarea:-ms-input-placeholder{color:#c3c3cd}.hs-floated-label-input input:-moz-placeholder,.hs-floated-label-input textarea:-moz-placeholder{color:#c3c3cd}.hs-floated-label-input legend{margin-top:8px!important;margin-bottom:0!important;opacity:0}.hs-floated-label-input--float-on-value .hs-floated-label-placeholder,.hs-floated-label-input>label{display:inline-block;padding:0;padding-left:inherit;margin:0;position:absolute;left:0;top:0;color:#6a7889;font-size:17px;line-height:1.68181818;font-weight:400;background:rgba(255,255,255,0);pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;-webkit-transform:translateY(8px);transform:translateY(8px)}.fluid-layout .hs-floated-label-input--float-on-value .hs-floated-label-placeholder,.fluid-layout .hs-floated-label-input>label,.portal-page .hs-floated-label-input--float-on-value .hs-floated-label-placeholder,.portal-page .hs-floated-label-input>label{font-size:13px}@media screen and (min-width:1200px){.fluid-layout .hs-floated-label-input--float-on-value .hs-floated-label-placeholder,.fluid-layout .hs-floated-label-input>label,.portal-page .hs-floated-label-input--float-on-value .hs-floated-label-placeholder,.portal-page .hs-floated-label-input>label{font-size:1.16438356vw}}@media screen and (min-width:1550px){.fluid-layout .hs-floated-label-input--float-on-value .hs-floated-label-placeholder,.fluid-layout .hs-floated-label-input>label,.portal-page .hs-floated-label-input--float-on-value .hs-floated-label-placeholder,.portal-page .hs-floated-label-input>label{font-size:18px}}.hs-floated-label-input.focused>label,.hs-floated-label-input.pinned>label{-webkit-transform:translateY(-16px) scale(.85);transform:translateY(-16px) scale(.85);z-index:1}.hs-floated-label-input.focused legend,.hs-floated-label-input.pinned legend{opacity:1}.hs-floated-label-input.focused>label{color:#0454cc}.hs-floated-label-input--float-on-value .hs-floated-label-placeholder{position:absolute;top:0;left:0;-webkit-transition-delay:.2s;transition-delay:.2s}.hs-floated-label-input--float-on-value.focused>label,.hs-floated-label-input--float-on-value>label{opacity:0;-webkit-transform:translateY(-4px) scale(.75);transform:translateY(-4px) scale(.75)}.hs-floated-label-input--float-on-value.has-value .hs-floated-label-placeholder,.hs-floated-label-input--float-on-value.pinned .hs-floated-label-placeholder{opacity:0;-webkit-transition-delay:0s;transition-delay:0s}.hs-floated-label-input--float-on-value.has-value>label,.hs-floated-label-input--float-on-value.pinned>label{-webkit-transform:translateY(-16px) scale(.75);transform:translateY(-16px) scale(.75);opacity:1}.hs-floated-label-input--float-on-value.has-value legend,.hs-floated-label-input--float-on-value.pinned legend{opacity:1}.inverted-ui .hs-floated-label-input input::-webkit-input-placeholder,.inverted-ui .hs-floated-label-input textarea::-webkit-input-placeholder{color:rgba(255,255,255,.5)}.inverted-ui .hs-floated-label-input input::-moz-placeholder,.inverted-ui .hs-floated-label-input textarea::-moz-placeholder{color:rgba(255,255,255,.5)}.inverted-ui .hs-floated-label-input input:-ms-input-placeholder,.inverted-ui .hs-floated-label-input textarea:-ms-input-placeholder{color:rgba(255,255,255,.5)}.inverted-ui .hs-floated-label-input input:-moz-placeholder,.inverted-ui .hs-floated-label-input textarea:-moz-placeholder{color:rgba(255,255,255,.5)}.inverted-ui .hs-floated-label-input input,.inverted-ui .hs-floated-label-input select,.inverted-ui .hs-floated-label-input textarea{color:#fff;border-bottom:1px solid rgba(255,255,255,.3)}.inverted-ui .hs-floated-label-input input:focus,.inverted-ui .hs-floated-label-input select:focus,.inverted-ui .hs-floated-label-input textarea:focus{border-color:#0094D2;box-shadow:0 1px 0 0 #0094D2}.inverted-ui .hs-floated-label-input legend{color:#fff}.inverted-ui .hs-floated-label-input.focused>label{color:rgba(255,255,255,.75)}.hs_ui_dropdown>label{margin-bottom:.625em}.Select{display:inline-block;width:100%;padding:0;padding-right:0;position:relative;background:0 0;box-shadow:inset 0 0 0 #fff;border-bottom:1px solid #6a7889}.Select:after{content:"";position:absolute;width:1em;top:1px;bottom:1px;right:1px;background:0 0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAYAAADphp8SAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMJJREFUeNpinDRlugMDAwMIUwRYgPgBEOcDsQAlBjHl5WSCDJpIoYM2MMJYQC/eB1IKZBjyAYgNmZAEEsl0zUSQrxiRRYCuWg+kAkgw5ALQEENwGKFJJEKdSiwohAc2sijQdJAhjUQasgCo/gBWg6CGTQA5mYgALkSJfhwKCQV8I9T1+A0CKgK5aAIOQw5AXc1AjIsYoGH1AV8AE2UQ1OnomiZAXctAiotAhi0AeQXKfYAvRpmIiGZYwBeiBzAyAAgwAO6ENKpThEdEAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:9px 8px;background-position:center right;pointer-events:none}.Select select{border-bottom:none}.inverted-ui .Select{background:0 0;color:#fff}.inverted-ui .Select option{color:#000}.inverted-ui .Select .no-value{color:rgba(255,255,255,.6)}.inverted-ui .Select:after{background-color:inherit}.Select-input,select{width:100%;margin:0;background:0 0;border:none;outline:0;color:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.3125rem 0 .625rem;padding-right:1.25em}.Select-input:focus,select:focus{outline:0}.Select-input:disabled,select:disabled{opacity:.5;cursor:not-allowed}.Select-input:disabled:hover,select:disabled:hover{box-shadow:none}select{border-bottom:1px solid #6a7889}.inverted-ui select{border-color:rgba(255,255,255,.75)}
/*----------------------------------------------------------------------------------*/
/*------------------- Responsive Grid Mixins ---------------------------------------*/
/*----------------------------------------------------------------------------------*/
/*
  
  These mixins help creating a responsive layout where the inner content gets a 
  max width and also takes the outer margins (side gutters) into account so that 
  the content always has spacing at the sides no matter viewport width.

  You can either set only the responsive setSideGutters mixin to only apply
  the gutters, or one of the container width mixins which sets both the gutters
  and max widths.
  
  If you want to use the mixins on a Boostrap .container element, be sure to use
  .setBootstrapContainerWidth() which takes the negative margins into account.

 */
/*--- Set side gutters ---*/
/*--- Set inner container width + paddings ---*/
/*--- Use this one on Bootstraps .container ---*/
article > .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 480px) {
  article > .container {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  article > .container {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  article > .container {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  article > .container {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  article > .container {
    float: none !important;
    width: 100%;
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: normal;
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body:after,
.navbar:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: #c3c3cd;
  z-index: 250;
  transform: translateY(0);
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
@media (min-width: 768px) {
  body:after,
  .navbar:after {
    width: 0.5rem;
  }
}
.hero-title {
  font-family: "Arial Light", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.625rem;
  padding-bottom: 2rem;
  font-weight: 200;
}
.hero-title strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  .hero-title {
    padding-bottom: 3rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) and (max-height: 799px) {
  .hero-title {
    padding-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.hero-title-centered {
  font-family: "Arial Light", Arial, sans-serif;
  font-size: 1.6875rem;
  line-height: 2.25rem;
  padding-bottom: 1.6875rem;
  font-weight: 200;
}
.hero-title-centered strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  .hero-title-centered {
    font-size: 2.25rem;
    line-height: 3rem;
    padding-bottom: 2.25rem;
  }
}
h1,
.h1-style {
  font-family: "Arial Light", Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 200;
  padding-bottom: 2.3125rem;
}
h1 strong,
.h1-style strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
h2,
.h2-style,
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container .title,
.site-selector-overlay .go-to-global-container .global-information-container .title {
  font-family: "Arial Light", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 200;
  padding-bottom: 1.375rem;
  margin-bottom: 1.875rem;
}
h2 strong,
.h2-style strong,
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container .title strong,
.site-selector-overlay .go-to-global-container .global-information-container .title strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  h2,
  .h2-style,
  .navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container .title,
  .site-selector-overlay .go-to-global-container .global-information-container .title {
    font-size: 1.6875rem;
    line-height: 2rem;
    padding-bottom: 1.625rem;
  }
}
h3,
.h3-style {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: bold;
  padding-bottom: 1.375rem;
}
h4,
.h4-style {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: bold;
  padding-bottom: 1.375rem;
}
a {
  color: #0454cc;
  transition: all ease-in-out 0.25s;
}
a:hover,
a:focus,
a:active {
  color: #2c2c37;
  text-decoration: none;
}
a:active {
  transition-duration: 0.15s;
}
h1.bordered {
  position: relative;
}
h1.bordered:before {
  content: "\A0";
  width: 4.375rem;
  height: 2px;
  background-color: #2c2c37;
  position: absolute;
  bottom: 0;
}
@media (min-width: 480px) {
  h1.bordered:before {
    height: 3px;
  }
}
@media (min-width: 992px) {
  h1.bordered:before {
    width: 7rem;
  }
}
h2.bordered,
h3.bordered {
  position: relative;
}
h2.bordered:before,
h3.bordered:before {
  content: "\A0";
  width: 3.875rem;
  height: 2px;
  background-color: #2c2c37;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  h2.bordered:before,
  h3.bordered:before {
    width: 3rem;
  }
}
.text-large {
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: normal;
}
.text-small {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
}
.arrow-link,
.inv-arrow-link,
.learn-more-link,
.background-black .arrow-link,
.background-black .learn-more-link,
.background-black .learn-more-link {
  position: relative;
  display: inline-block;
  padding-right: 2.25rem;
  color: #0454cc;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
  /*&:hover {
        color: @blue-medium;

        &:after {
            background-image: url('/Static/img/Icons/arrow-right-long-neg.svg');
        }
    }*/
}
.arrow-link:after,
.inv-arrow-link:after,
.learn-more-link:after,
.background-black .arrow-link:after,
.background-black .learn-more-link:after,
.background-black .learn-more-link:after {
  position: absolute;
  right: 0;
  top: -0.125rem;
  content: '';
  background-image: url('/Static/img/Icons/arrow-right-long.svg');
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.arrow-link:hover,
.arrow-link:focus,
.arrow-link:active,
.inv-arrow-link:hover,
.inv-arrow-link:focus,
.inv-arrow-link:active,
.learn-more-link:hover,
.learn-more-link:focus,
.learn-more-link:active,
.background-black .arrow-link:hover,
.background-black .arrow-link:focus,
.background-black .arrow-link:active,
.background-black .learn-more-link:hover,
.background-black .learn-more-link:focus,
.background-black .learn-more-link:active,
.background-black .learn-more-link:hover,
.background-black .learn-more-link:focus,
.background-black .learn-more-link:active {
  text-decoration: none;
}
.arrow-link:hover,
.arrow-link:focus,
.inv-arrow-link:hover,
.inv-arrow-link:focus,
.learn-more-link:hover,
.learn-more-link:focus,
.background-black .arrow-link:hover,
.background-black .arrow-link:focus,
.background-black .learn-more-link:hover,
.background-black .learn-more-link:focus,
.background-black .learn-more-link:hover,
.background-black .learn-more-link:focus {
  color: #2c2c37;
}
.arrow-link:active,
.inv-arrow-link:active,
.learn-more-link:active,
.background-black .arrow-link:active,
.background-black .learn-more-link:active,
.background-black .learn-more-link:active {
  color: #0454cc;
}
.touch .arrow-link:hover,
.touch .arrow-link:focus,
.touch .inv-arrow-link:hover,
.touch .inv-arrow-link:focus,
.touch .learn-more-link:hover,
.touch .learn-more-link:focus,
.touch .background-black .arrow-link:hover,
.touch .background-black .arrow-link:focus,
.touch .background-black .learn-more-link:hover,
.touch .background-black .learn-more-link:focus,
.touch .background-black .learn-more-link:hover,
.touch .background-black .learn-more-link:focus {
  color: #0454cc;
}
.touch .arrow-link:active,
.touch .inv-arrow-link:active,
.touch .learn-more-link:active,
.touch .background-black .arrow-link:active,
.touch .background-black .learn-more-link:active,
.touch .background-black .learn-more-link:active {
  color: #2c2c37;
}
.inv-arrow-link,
.background-black .arrow-link,
.background-black .learn-more-link,
.background-black .learn-more-link {
  color: #0094d2;
}
.inv-arrow-link:after,
.background-black .arrow-link:after,
.background-black .learn-more-link:after,
.background-black .inv-arrow-link:after,
.background-black .learn-more-link:after,
.background-black .background-black .learn-more-link:after {
  background-image: url('/Static/img/Icons/arrow-right-long-neg.svg');
  background-size: 1.5rem;
}
a.close-icon-link {
  display: inline-block;
  margin: -0.5rem;
  padding: 0.5rem;
  line-height: 0;
  border-radius: 50%;
  background-color: #e6eefa;
  transition: all ease-in-out 0.15s;
}
a.close-icon-link:hover,
a.close-icon-link:active {
  background-color: #e7e7eb;
}
.close-icon {
  display: inline-block;
  background: url('/Static/img/Icons/cross-bold.svg') no-repeat;
  background-size: 1.125rem auto;
  width: 1.125rem;
  height: 1.125rem;
}
@media (min-width: 992px) {
  .close-icon {
    background-size: 1.5rem auto;
    width: 1.5rem;
    height: 1.5rem;
  }
}
h2.section-heading {
  margin-top: 0;
  margin-bottom: 2.5rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid rgba(106, 120, 137, 0.3);
}
/*------------------------------------------------*\
    Post Typography
    ---------------
    Applies more advanced typography
\*------------------------------------------------*/
.post-typography {
  color: #6a7889;
  /*----------------------------------------*\
    LISTS
  \*----------------------------------------*/
  /* Custom numbers/bullets in body text */
  /*------------------------------------------------*\
      Column Block tweaks
  \*------------------------------------------------*/
}
@media (max-width: 991px) {
  .post-typography p,
  .post-typography ul,
  .post-typography ol {
    font-size: 0.9375rem;
    line-height: 1.5rem;
  }
}
.post-typography p {
  margin: 0 0 1rem;
}
.post-typography p + ul,
.post-typography p + ol {
  margin-top: 1.75rem;
}
.post-typography small {
  display: inline-block;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.post-typography blockquote {
  padding: 0;
  border: none;
  position: relative;
}
.post-typography blockquote,
.post-typography blockquote p,
.post-typography blockquote em,
.post-typography blockquote i {
  font-family: "Arial Light", Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-style: normal;
  color: #6a7889;
}
@media (min-width: 768px) {
  .post-typography blockquote,
  .post-typography blockquote p,
  .post-typography blockquote em,
  .post-typography blockquote i {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.post-typography blockquote:before {
  display: block;
  line-height: 2rem;
  content: '\201C';
  font-size: 3.5rem;
  color: #c3c3cd;
}
.theme-ecp .post-typography blockquote:before {
  color: #5cc4e8;
}
.theme-spectaclewearers .post-typography blockquote:before {
  color: #fed400;
}
@media (min-width: 1400px) {
  .post-typography blockquote:before {
    position: absolute;
    top: 0.8125rem;
    left: -2rem;
  }
}
.post-typography blockquote cite {
  display: block;
  margin-top: 1.5rem;
  font: 0.9375rem Arial, sans-serif;
  line-height: 1.25rem;
}
.post-typography ul + *,
.post-typography ol + * {
  margin-top: 1.75rem;
}
.post-typography ul li,
.post-typography ol li {
  margin-bottom: 1rem;
}
.post-typography ul li:last-child,
.post-typography ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .post-typography ul li,
  .post-typography ol li {
    margin-bottom: 0.75rem;
  }
  .post-typography ul li:last-child,
  .post-typography ol li:last-child {
    margin-bottom: 0;
  }
}
.post-typography ul,
.post-typography ol {
  padding: 0;
}
.post-typography ul li > strong:first-child,
.post-typography ol li > strong:first-child {
  display: inline-block;
}
.post-typography ol {
  counter-reset: item;
}
.post-typography ol li {
  position: relative;
  display: block;
  padding-left: 2.25rem;
}
.post-typography ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) ". ";
  counter-increment: item;
  color: #0454cc;
  font-family: "Arial Light", Arial, sans-serif;
  font-weight: normal;
}
.post-typography ul {
  list-style: none;
}
.post-typography ul li {
  position: relative;
  padding-left: 2.25rem;
}
.post-typography ul li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin: -1px 0;
  background-color: #747474;
  background: url('/Static/img/Icons/checkmark.svg') no-repeat;
  background-size: 1.5rem auto;
  width: 1.5rem;
  height: 1.5rem;
}
.column-block .post-typography p + ul,
.column-block .post-typography p + ol {
  margin-top: 1.375rem;
}
.column-block .post-typography ul + *,
.column-block .post-typography ol + * {
  margin-top: 1.375rem;
}
.column-block .post-typography ul li,
.column-block .post-typography ol li {
  margin-bottom: 0.75rem;
}
.column-block .post-typography ul li:last-child,
.column-block .post-typography ol li:last-child {
  margin-bottom: 0;
}
.column-block .post-typography ul li:before {
  background-size: 1.35rem;
}
body {
  padding-top: 56px;
}
@media (min-width: 1200px) {
  body {
    padding-top: 64px;
  }
}
/*------------------------------------------------*\
      Navbar Header
\*------------------------------------------------*/
.navbar-header:before,
.navbar-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar-header:after {
  clear: both;
}
.navbar-header .navbar-back,
.navbar-header .navbar-action {
  display: none;
  pointer-events: auto;
}
.navbar-header .navbar-heading {
  pointer-events: none;
}
.navbar-header .navbar-heading-logo,
.navbar-header .navbar-heading-caption {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}
.navbar-header .navbar-heading .logo-link {
  pointer-events: auto;
}
.navbar-header .navbar-heading-caption {
  display: none;
}
.navbar-header .navbar-heading .logo-link {
  display: inline-block;
  padding: 1rem;
}
.navbar-header .navbar-heading .logo-link img {
  height: 1rem;
  width: auto;
}
@media (min-width: 1200px) {
  .navbar-header .navbar-heading .logo-link {
    padding: 1.1875rem;
    top: 0;
  }
  .navbar-header .navbar-heading .logo-link img {
    height: 1.0625rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .navbar-header .navbar-heading .logo-link {
    padding: 1.1875rem;
  }
  .navbar-header .navbar-heading .logo-link img {
    height: 1.5rem;
  }
}
.navbar-header .navbar-heading .logo-link:hover,
.navbar-header .navbar-heading .logo-link:active {
  opacity: .85;
}
.navbar {
  padding-left: 30px;
  padding-right: 30px;
  padding: 0;
  background-color: #ffffff;
  border: none;
  transition: transform ease-in-out 0.3s;
  transform: translate3d(0, 0, 0);
  height: 56px;
  /*------------------------------------------------*\
          Active States
    \*------------------------------------------------*/
  /*------------------------------------------------*\
        
        Mega Nav Dropdown Styling
        
    \*------------------------------------------------*/
  /*------------------------------------------------*\
        
        Level Transitions & Animations
         
    \*------------------------------------------------*/
}
@media (min-width: 480px) {
  .navbar {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .navbar {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  .navbar {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .navbar {
    padding-right: 50px;
  }
}
.navbar.country-navigator-expanded {
  /*&, .navbar-nav {
            height: @navbar-height-mobile-country-navigator;
        }*/
}
@media (min-width: 768px) {
  .navbar.country-navigator-expanded {
    height: 112px;
  }
}
@media (min-width: 1200px) {
  .navbar,
  .navbar .navbar-nav {
    height: 64px;
  }
  .navbar.country-navigator-expanded {
    height: 128px;
  }
}
@media (max-width: 1199px) {
  .navbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .navbar .navbar-header,
  .navbar .navbar-nav {
    background-color: white;
  }
}
.navbar:before {
  display: block;
  content: '';
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.06) !important;
}
.navbar:after {
  height: 56px;
}
@media (min-width: 1200px) {
  .navbar:after {
    height: 64px;
  }
}
.navbar .navbar-header {
  height: 56px;
}
@media (min-width: 1200px) {
  .navbar .navbar-header {
    height: 64px;
  }
}
.navbar a,
.navbar a .menu-image {
  transition: all ease-in-out 0.25s;
}
.navbar a:active,
.navbar a:active .menu-image {
  transition-duration: 0.15s;
}
.navbar .navbar-nav > li > a {
  letter-spacing: 0.005em;
  color: #6a7889;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > li > a {
    height: 64px;
  }
}
.navbar .navbar-nav > li > a:before {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all ease-in-out 0.25s;
  transition-duration: .5s;
  background-color: rgba(106, 120, 137, 0);
}
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:active {
  background: none;
}
.navbar .navbar-nav > li > a:focus {
  color: #6a7889;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:active {
  color: #2c2c37;
}
.navbar .navbar-nav > li > a.expanded {
  color: #2c2c37;
}
.navbar li > a {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .navbar li > a {
    font-size: 0.8125rem;
    line-height: 1.375rem;
    font-weight: normal;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .navbar li > a {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    font-weight: normal;
  }
}
.navbar.nav-up {
  transform: translateY(-56px);
}
@media (min-width: 1200px) {
  .navbar.nav-up {
    transform: translateY(-64px);
  }
}
.navbar.nav-up .menu-conainer {
  display: none;
}
.navbar .icon-link {
  position: relative;
}
.navbar .icon-link-desc {
  margin-left: 0.5rem;
  color: #c3c3cd;
}
.navbar .icon-link-desc--red {
  color: #fb6868;
}
.navbar .icon-link-desc--green {
  color: #50c467;
}
@media (min-width: 1200px) {
  .navbar .icon-link-title {
    position: relative;
    top: 0.125rem;
    text-transform: uppercase;
    font-size: 0.75rem;
  }
  .navbar .icon-link-desc {
    position: absolute;
    top: 0.625rem;
    left: 0;
    margin-left: 1.125rem;
    font-size: 0.6875rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .navbar .icon-link-desc {
    margin-left: 1.375rem;
  }
}
.navbar .icon-link a.with-icon {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .icon-link a.with-icon img {
  max-height: 1.875rem;
  max-width: 6.375rem;
  height: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: initial;
}
.navbar #language-selector {
  position: relative;
  padding-right: 2.625rem;
  min-height: 3.25rem;
}
.navbar #language-selector .country-flag {
  position: absolute;
  top: 0.6875rem;
  width: 1.75rem;
  height: 1.75rem;
  right: 1.25rem;
}
@media (min-width: 1200px) {
  .navbar #language-selector .country-flag {
    top: 0.8125rem;
    width: 1.75rem;
    height: 2.125rem;
    right: 0;
  }
}
.navbar .menu-back-top {
  overflow: hidden;
  position: absolute;
  color: #0454cc;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: normal;
  padding-left: 2.5rem;
  right: 3.75rem;
  left: 2rem;
  text-align: center;
  top: 16px;
  opacity: 0;
  -webkit-transition-delay: 1s;
  /* Safari */
  transition-delay: 1s;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media (min-width: 1200px) {
  .navbar .menu-back-top {
    display: none;
  }
}
.navbar .menu-back-top:before {
  position: absolute;
  content: '';
  background-image: url('/Static/img/Icons/caret-left-bold.svg');
  background-repeat: no-repeat;
  background-size: 1.25rem;
  width: 1.125rem;
  height: 1.125rem;
  left: 0;
  top: 0.0625rem;
}
.navbar .menu-back-top:hover {
  cursor: default;
}
.navbar .sub-menu-expanded .menu-back-top {
  opacity: 1;
}
.navbar .sub-menu-expanded .menu-back-top:hover {
  cursor: pointer;
}
.navbar .sub-menu-expanded .logo {
  opacity: 0;
}
.navbar .navbar-right li {
  position: relative;
}
.navbar .navbar-right li a {
  padding: 0.9375rem 2rem;
}
@media (min-width: 1200px) {
  .navbar .navbar-right li a {
    padding: 1.375rem 1.125rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .navbar .navbar-right li a {
    padding-left: 1.375rem;
    padding-right: 1.375rem;
  }
}
.navbar .navbar-right li:after {
  content: '';
  width: 1px;
  height: 1.5625rem;
  background-color: #EEEEEE;
  position: absolute;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  right: 0;
}
.navbar .navbar-right li:last-child:after {
  display: none;
}
.navbar .level {
  transform: translateZ(0);
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.navbar .menu-close {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 480px) {
  .navbar .menu-close {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .navbar .menu-close {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  .navbar .menu-close {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .navbar .menu-close {
    padding-right: 50px;
  }
}
@media (min-width: 1920px) {
  .navbar .menu-close {
    margin-left: auto;
    margin-right: auto;
    max-width: 1770px !important;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar .menu-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    margin-top: 3rem;
  }
}
@media (min-width: 1200px) and (min-width: 1920px) {
  .navbar .menu-close {
    margin-top: 3.5rem;
  }
}
.navbar .menu-close .close-icon-link {
  opacity: 0;
  transition-delay: 0.25s;
}
.menu-no-transition .navbar .menu-close .close-icon-link {
  transition-delay: 0s;
}
.menu-expanded .navbar .menu-close .close-icon-link {
  opacity: 1;
}
.navbar .no-dropdown,
.navbar .dropdown {
  margin-right: 0.625rem;
  position: static;
  height: 100%;
  width: 100%;
}
@media (min-width: 1200px) {
  .navbar .no-dropdown,
  .navbar .dropdown {
    width: auto;
    margin-right: 0.375rem;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .navbar .no-dropdown,
  .navbar .dropdown {
    margin-right: 0.625rem;
  }
}
.navbar .no-dropdown .link,
.navbar .dropdown .link {
  padding: 1.0625rem 1.5625rem 0.9375rem 1.875rem;
}
@media (min-width: 1200px) {
  .navbar .no-dropdown .link,
  .navbar .dropdown .link {
    right: 1.625rem;
    padding: 1.375rem 1.125rem 1.375rem 0.9375rem;
  }
}
.navbar .no-dropdown .dropdown-toggle,
.navbar .dropdown .dropdown-toggle {
  position: relative;
  padding: 1.0625rem 1.5625rem 0.9375rem 1.875rem;
  /*------------------------------------------------*\
                
                Mega Nav Expanded
                                
            \*------------------------------------------------*/
}
@media (min-width: 1200px) {
  .navbar .no-dropdown .dropdown-toggle,
  .navbar .dropdown .dropdown-toggle {
    right: 1.625rem;
    padding: 1.375rem 1.125rem 1.375rem 0.9375rem;
  }
}
.navbar .no-dropdown .dropdown-toggle:after,
.navbar .dropdown .dropdown-toggle:after {
  position: absolute;
  right: 1.5625rem;
  top: 1.3125rem;
  content: '';
  background-repeat: no-repeat;
  background-image: url('/Static/img/Icons/caret-right-small-blue.svg');
  background-size: auto 0.6875rem;
  width: 0.6875rem;
  height: 0.6875rem;
  opacity: .75;
}
@media (min-width: 1200px) {
  .navbar .no-dropdown .dropdown-toggle:after,
  .navbar .dropdown .dropdown-toggle:after {
    top: 1.6875rem;
    right: 0;
    background-image: url('/Static/img/Icons/caret-down.svg');
    background-size: 0.75rem;
    transition: all ease-in-out 0.25s;
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .navbar .no-dropdown .dropdown-toggle.expanded:after,
  .navbar .dropdown .dropdown-toggle.expanded:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
.navbar .no-dropdown .dropdown-toggle.expanded ~ .dropdown-menu,
.navbar .dropdown .dropdown-toggle.expanded ~ .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  display: block;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 1200px) {
  .navbar .no-dropdown .dropdown-toggle.expanded ~ .dropdown-menu,
  .navbar .dropdown .dropdown-toggle.expanded ~ .dropdown-menu {
    overflow-x: hidden;
    left: 0;
  }
}
.navbar .no-dropdown .dropdown-toggle.expanded ~ .dropdown-menu .dropdown-menu-inner,
.navbar .dropdown .dropdown-toggle.expanded ~ .dropdown-menu .dropdown-menu-inner {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.navbar .no-dropdown .dropdown-toggle.expanded.no-transition.expanded ~ .dropdown-menu .dropdown-menu-inner,
.navbar .dropdown .dropdown-toggle.expanded.no-transition.expanded ~ .dropdown-menu .dropdown-menu-inner {
  transition-property: opacity;
}
.navbar .no-dropdown.active .link,
.navbar .dropdown.active .link,
.navbar .no-dropdown.active .dropdown-toggle,
.navbar .dropdown.active .dropdown-toggle {
  background-color: transparent;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > li.active > a:before {
    background-color: rgba(106, 120, 137, 0.7);
  }
  .navbar .menu-item.active .menu-image.loaded .img-placeholder {
    opacity: 1 !important;
  }
  .navbar .menu-item.active a {
    font-family: Arial, sans-serif;
    font-weight: bold;
  }
}
.navbar .dropdown-menu {
  display: none;
  opacity: 0;
  box-shadow: none;
}
.transitions .navbar .dropdown-menu {
  display: block;
}
.transitions .navbar .dropdown-menu,
.transitions .navbar .dropdown-menu-inner {
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transform: translateZ(0);
  pointer-events: none;
}
.transitions .navbar .dropdown-menu-inner {
  opacity: 0;
  transform: translateY(-24px);
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.transitions .navbar .menu-back-wrapper {
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  transform: translateZ(0);
}
.menu-no-transition .navbar .dropdown-menu-inner {
  transition-property: opacity;
  transform: translateY(0) !important;
}
.navbar .dropdown-menu {
  display: block;
  position: absolute;
  left: 0;
  top: 56px;
  z-index: 500;
  width: 100%;
  height: calc(100vh - 56px);
  padding-top: 0;
  text-align: center;
  border: none;
  border-radius: 0;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: normal;
  background-color: #f5f5f7;
}
.navbar .dropdown-menu.country-navigator-expanded {
  top: 156px;
}
@media (min-width: 768px) {
  .navbar .dropdown-menu.country-navigator-expanded {
    top: 112px;
  }
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu.country-navigator-expanded {
    top: 128px;
  }
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu {
    top: 64px;
    height: calc(100vh - 64px);
    background: none;
  }
}
.navbar .dropdown-menu a {
  font-family: "Arial Light", Arial, sans-serif;
  color: #2c2c37;
}
.navbar .dropdown-menu a:focus,
.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:active {
  text-decoration: none;
}
.navbar .dropdown-menu a:hover,
.navbar .dropdown-menu a:active {
  color: #0454cc;
}
.navbar .dropdown-menu a:hover .menu-image .img-placeholder,
.navbar .dropdown-menu a:active .menu-image .img-placeholder {
  opacity: 1 !important;
}
.navbar .dropdown-menu .dropdown-menu-inner {
  text-align: left;
  width: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
}
.navbar .dropdown-menu .dropdown-menu-inner .level-inner {
  height: calc(100vh - 64px);
  padding-top: 4.375rem;
  padding-bottom: 3.375rem;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 480px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1920px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1920px) and (min-width: 480px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    padding-left: 30px;
  }
}
@media (min-width: 1920px) and (min-width: 768px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    padding-left: 50px;
  }
}
@media (min-width: 1920px) and (min-width: 480px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    padding-right: 30px;
  }
}
@media (min-width: 1920px) and (min-width: 768px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    padding-right: 50px;
  }
}
@media (min-width: 1920px) and (min-width: 768px) {
  .navbar .dropdown-menu .dropdown-menu-inner .level-inner .menu-category {
    float: none !important;
    width: 100%;
    max-width: 1700px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.navbar .dropdown-menu .menu-category {
  list-style: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 2.125rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  width: calc(100% + 3rem);
  /*------------------------------------------------*\
                Theme Colors
            \*------------------------------------------------*/
}
.navbar .dropdown-menu .menu-category:before,
.navbar .dropdown-menu .menu-category:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar .dropdown-menu .menu-category:after {
  clear: both;
}
.navbar .dropdown-menu .menu-category .title,
.navbar .dropdown-menu .menu-category .divider {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar .dropdown-menu .menu-category .menu-back-wrapper {
  margin-left: 1.5rem;
}
.navbar .dropdown-menu .menu-category .title,
.navbar .dropdown-menu .menu-category .menu-back {
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: normal;
  color: #2c2c37;
  font-family: "Arial Light", Arial, sans-serif;
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .menu-category .title,
  .navbar .dropdown-menu .menu-category .menu-back {
    margin-bottom: 1.375rem;
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: normal;
  }
}
.navbar .dropdown-menu .menu-category .divider {
  height: 2px;
  margin: 0;
  background: none !important;
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .menu-category .divider {
    margin-bottom: 2rem;
  }
}
.navbar .dropdown-menu .menu-category .divider:before {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #c3c3cd;
}
.navbar .dropdown-menu .menu-category .divider.theme-ecp:before {
  background-color: #5cc4e8;
}
.navbar .dropdown-menu .menu-category .divider.theme-spectaclewearers:before {
  background-color: #fed400;
}
.navbar .dropdown-menu .menu-category.theme-ecp .divider:before {
  background-color: #5cc4e8;
}
.navbar .dropdown-menu .menu-category.theme-ecp .menu-item .menu-image {
  background-color: rgba(92, 196, 232, 0.1);
}
.navbar .dropdown-menu .menu-category.theme-spectaclewearers .divider:before {
  background-color: #fed400;
}
.navbar .dropdown-menu .menu-category.theme-spectaclewearers .menu-item .menu-image {
  background-color: rgba(254, 212, 0, 0.1);
}
.navbar .dropdown-menu .menu-item {
  width: 100%;
  border-bottom: 2px solid #f5f5f7;
  padding: 1rem 1.5rem;
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .menu-item {
    border: none;
    width: 25%;
    float: left;
    margin-bottom: 1.25rem;
  }
}
.navbar .dropdown-menu .menu-item .menu-image {
  background-color: rgba(195, 195, 205, 0.1);
}
.navbar .dropdown-menu .menu-item .menu-image .img-placeholder {
  display: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  /*height: rem(208);*/
  padding-bottom: 50%;
  transition: all ease-in-out 0.25s;
  transform: translate3d(0, 0, 0);
  opacity: 0;
}
.navbar .dropdown-menu .menu-item .menu-image .img-placeholder img {
  display: none;
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .menu-item .menu-image .img-placeholder {
    display: block;
  }
}
.navbar .dropdown-menu .menu-item .menu-image.loaded {
  background-color: #ffffff !important;
}
.navbar .dropdown-menu .menu-item .menu-image.loaded .img-placeholder {
  opacity: .8;
}
.navbar .dropdown-menu .menu-item .menu-text {
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .menu-item .menu-text {
    margin-top: 1.3125rem;
    margin-bottom: 0.625rem;
  }
}
.navbar .dropdown-menu .menu-item .has-children .menu-text {
  padding-right: 1.125rem;
  position: relative;
}
.navbar .dropdown-menu .menu-item .has-children .menu-text:before {
  position: absolute;
  right: 0;
  top: 0.3125rem;
  content: '';
  background-image: url('/Static/img/Icons/caret-down-bold.svg');
  background-repeat: no-repeat;
  background-size: 0.8125rem;
  width: 0.8125rem;
  height: 0.8125rem;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .menu-item .has-children .menu-text:before {
    background-image: url('/Static/img/Icons/caret-down.svg');
    background-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    top: 0.125rem;
  }
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .level-1 {
    transform: translate(0);
  }
}
.navbar .dropdown-menu .level-1 .menu-category {
  overflow: hidden;
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .level-1 .menu-category {
    overflow: visible;
  }
}
.navbar .dropdown-menu .level-1 .menu-category .title {
  width: 100%;
  clear: both;
}
.navbar .dropdown-menu .level-1 .menu-category .title:before {
  width: 100%;
  border-color: #5cc4e8;
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .level-1 .menu-item {
    border: none;
    width: 25%;
    float: left;
  }
}
.navbar .dropdown-menu .level-1.from-left {
  opacity: 1;
  transform: translateX(0%);
}
.navbar .dropdown-menu .level-2 {
  position: absolute;
  top: 0;
  width: calc(100% + 1.5rem);
  margin-left: -1.5rem;
  padding-left: 0;
  padding-right: 0;
}
.navbar .dropdown-menu .level-2 .menu-category {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.navbar .dropdown-menu .level-2 .menu-back-wrapper {
  transform: translateX(24px);
  opacity: 0;
}
.navbar .dropdown-menu .level-2 .menu-back {
  display: inline-block;
  position: relative;
  color: #2c2c37;
  padding-left: 2.5rem;
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .level-2 .menu-back {
    display: block;
  }
}
.navbar .dropdown-menu .level-2 .menu-back:before {
  position: absolute;
  content: '';
  background-image: url('/Static/img/Icons/caret-left-bold.svg');
  background-repeat: no-repeat;
  background-size: 1.25rem;
  width: 1.125rem;
  height: 1.125rem;
  left: 0;
  top: 0.3125rem;
}
.navbar .dropdown-menu .level-2 .menu-back:hover,
.navbar .dropdown-menu .level-2 .menu-back:active {
  color: #0454cc;
  transition-delay: 0s;
}
.navbar .dropdown-menu .level-2 .sub-level {
  display: none;
}
.navbar .dropdown-menu .level-2 .sub-level:before,
.navbar .dropdown-menu .level-2 .sub-level:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar .dropdown-menu .level-2 .sub-level:after {
  clear: both;
}
.navbar .dropdown-menu .level-2 .sub-level.expanded {
  display: block;
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page:before,
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .level-2 .menu-item.menu-main-page {
    margin-bottom: 4.5rem;
  }
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page a {
  display: block;
  overflow: hidden;
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:hover,
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:active {
  color: #2c2c37;
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:hover .title,
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:active .title {
  color: #0454cc;
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:hover .title:before,
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:active .title:before {
  background-color: #0454cc;
}
.touch .navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:hover .title {
  color: #2c2c37;
}
.touch .navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:hover .title:before {
  background-color: #2c2c37;
}
.touch .navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:active .title {
  color: #0454cc;
}
.touch .navbar .dropdown-menu .level-2 .menu-item.menu-main-page a:active .title:before {
  background-color: #0454cc;
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-image-container,
  .navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container {
    width: 25%;
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-image-container .img-placeholder {
    height: 11rem;
  }
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container .title {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container .title:before {
  content: "\A0";
  width: 3.875rem;
  height: 2px;
  background-color: #2c2c37;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container .title:before {
    width: 3rem;
  }
}
@media (min-width: 1200px) {
  .navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container .title {
    margin-top: 1.5rem;
  }
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container .menu-text {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
}
.navbar .dropdown-menu .level-2 .menu-item.menu-main-page .menu-information-container .menu-text:after {
  display: inline-block;
  position: relative;
  content: '';
  background-image: url('/Static/img/Icons/arrow-right-long.svg');
  background-repeat: no-repeat;
  background-size: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  top: 0.375rem;
  margin-left: 0.375rem;
  margin-top: -1.375rem;
}
@media (min-width: 1200px) {
  .navbar .menu-container[data-level="-1"] .level-1,
  .navbar .menu-container[data-level="0"] .level-1,
  .navbar .menu-container[data-level="1"] .level-1 {
    transform: translateX(0);
    transition-delay: 0.25s;
  }
  .navbar .menu-container[data-level="-1"] .level-2,
  .navbar .menu-container[data-level="0"] .level-2,
  .navbar .menu-container[data-level="1"] .level-2 {
    transform: translateX(30px);
    pointer-events: none;
    opacity: 0;
    transition-delay: 0s;
    height: calc(100vh - 56px - 4.375rem - 3.375rem);
  }
  .navbar .menu-container[data-level="-1"] .level-2,
  .navbar .menu-container[data-level="0"] .level-2,
  .navbar .menu-container[data-level="1"] .level-2,
  .navbar .menu-container[data-level="-1"] .level-2 .level-inner,
  .navbar .menu-container[data-level="0"] .level-2 .level-inner,
  .navbar .menu-container[data-level="1"] .level-2 .level-inner {
    overflow: hidden;
  }
  .navbar .menu-container[data-level="2"] .level-1 {
    transform: translateX(-60px);
    opacity: 0;
    pointer-events: none;
  }
  .navbar .menu-container[data-level="2"] .level-1,
  .navbar .menu-container[data-level="2"] .level-1 .level-inner {
    overflow: hidden;
  }
  .navbar .menu-container[data-level="2"] .level-2 {
    display: block;
    height: auto;
    overflow-y: auto;
    opacity: 1;
    transition-delay: 0.25s;
    transform: translateX(0);
    pointer-events: inherit;
  }
  .navbar .menu-container.show-back-link .menu-back-wrapper {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  .navbar .menu-container[data-level="-1"] .level-2,
  .navbar .menu-container[data-level="0"] .level-2,
  .navbar .menu-container[data-level="1"] .level-2 {
    height: calc(100vh - 64px - 4.375rem - 3.375rem);
  }
}
body:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 499;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  pointer-events: none;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  opacity: 0;
  transform: translate3d(0, -24px, 0);
}
body.menu-expanded {
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden !important;
}
body.menu-expanded:after,
body.menu-expanded .navbar:after {
  opacity: 0;
  transform: translateX(-100%);
}
body.menu-expanded:before {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}
body.menu-expanded .navbar .menu-container {
  display: block;
}
body.menu-expanded .navbar.navbar-fixed-top {
  top: 0 !important;
}
body.menu-expanded .dropdown-menu-inner {
  transform: translateY(0);
  pointer-events: auto;
}
/*------------------------------------------------*\
    Mobile Menu
    -----------
    This file contains menu overrides to create
    the mobile navigation.
\*------------------------------------------------*/
@media (max-width: 1199px) {
  .menu-container {
    pointer-events: none;
  }
  .navbar-header {
    pointer-events: auto;
  }
  .navbar-collapse {
    display: block;
    max-height: none !important;
    opacity: 0;
    transform: translate3d(0, -8px, 0);
  }
  .transitions .navbar-collapse,
  .transitions .navbar-collapse-wrapper {
    transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition-duration: 0.325s;
  }
  .navbar-collapse-wrapper {
    overflow: hidden;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: #ffffff;
    transform: translateZ(0);
  }
  /*------------------------------------------------*\
      Overrides
  \*------------------------------------------------*/
  .menu-back-wrapper {
    display: none;
  }
  .level {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .level-inner {
    padding-top: 0 !important;
  }
  .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .dropdown-menu {
    float: none !important;
    top: 0 !important;
  }
  .dropdown-menu .menu-category {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .dropdown-menu .divider {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .dropdown-menu .menu-close {
    display: none;
  }
  .transitions  .navbar .dropdown-menu-inner {
    transform: translateY(0);
  }
  /*------------------------------------------------*\
      Basic Styling
  \*------------------------------------------------*/
  .navbar-header {
    overflow: hidden;
  }
  .navbar {
    background: none;
    /*------------------------------------------------*\
        Active States
    \*------------------------------------------------*/
  }
  .navbar .navbar-nav li a {
    padding: 1.125rem 1.875rem 1rem !important;
    font-size: 0.9375rem;
    line-height: 1.125rem;
    font-family: "Arial Light", Arial, sans-serif;
    color: #2c2c37;
  }
  .touch .navbar .navbar-nav li a:hover {
    color: #2c2c37;
  }
  .touch .navbar .navbar-nav li a:hover .menu-image .img-placeholder {
    opacity: .8 !important;
  }
  .touch .navbar .navbar-nav li a:active {
    transition-duration: 0s;
    color: #0454cc;
  }
  .touch .navbar .navbar-nav li a:active .menu-image .img-placeholder {
    opacity: 1 !important;
  }
  .navbar ul {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar ul li {
    border-bottom: 1px solid #e7e7eb;
  }
  .navbar .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar .dropdown-menu-inner {
    height: 100%;
  }
  .navbar .dropdown-menu .menu-category {
    width: 100%;
    margin-bottom: 0;
  }
  .navbar .dropdown-menu .menu-category .title {
    margin: 0;
    margin-top: 0.1875rem;
    padding: 1rem 1.875rem 0.875rem;
    font-size: 0.875rem;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 1.125rem;
    background-color: #f5f5f7;
    color: #6a7889;
  }
  .navbar .dropdown-menu .menu-item {
    padding: 0;
    border-bottom: 1px solid #e7e7eb;
  }
  .navbar .dropdown-menu .menu-item a {
    display: block;
    padding: 1.0625rem 1.875rem 1rem;
    background-color: #ffffff;
  }
  .navbar .dropdown-menu .menu-item a.has-children {
    position: relative;
  }
  .navbar .dropdown-menu .menu-item a.has-children .menu-text:before {
    display: none;
  }
  .navbar .dropdown-menu .menu-item a.has-children:after {
    content: '';
    display: block;
    position: absolute;
    right: 1.5625rem;
    top: 1.3125rem;
    background-image: url('/Static/img/Icons/caret-right-small-blue.svg');
    background-repeat: no-repeat;
    background-size: auto 0.6875rem;
    width: 0.6875rem;
    height: 0.6875rem;
    opacity: .75;
  }
  .navbar .dropdown-menu .menu-item.menu-main-page a {
    padding: 0 !important;
  }
  .navbar .dropdown-menu .menu-item.menu-main-page a:active {
    background-color: #f5f5f7;
  }
  .no-touch .navbar .dropdown-menu .menu-item.menu-main-page a:hover {
    background-color: #fafafb;
  }
  .navbar .dropdown-menu .menu-item.menu-main-page .menu-image .img-placeholder {
    display: block;
    padding-bottom: 45%;
  }
  .navbar .dropdown-menu .menu-item.menu-main-page .menu-information-container {
    padding: 0.5rem 1.875rem 2rem;
  }
  .navbar .dropdown-menu .menu-item.menu-main-page .title {
    background-color: inherit;
    color: #2c2c37;
  }
  .navbar .dropdown-menu .menu-item.menu-main-page + .menu-item {
    display: none !important;
  }
  .navbar .navbar-nav > li.active > a {
    font-family: Arial, sans-serif;
    font-weight: bold;
  }
  .navbar .menu-item.active .menu-image.loaded .img-placeholder {
    opacity: 1 !important;
  }
  .navbar .menu-item.active a {
    font-family: Arial, sans-serif;
    font-weight: bold;
  }
  /*------------------------------------------------*\
      Expanded
  \*------------------------------------------------*/
  body.menu-expanded:before {
    display: none;
  }
  body.menu-expanded .navbar-collapse-wrapper {
    background-color: #f5f5f7;
    opacity: 1;
    pointer-events: auto;
    height: 2000px;
  }
  body.menu-expanded .navbar-collapse {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  /*------------------------------------------------*\
        Navbar Header
  \*------------------------------------------------*/
  .navbar-header {
    position: relative;
  }
  .navbar-header a {
    display: inline-block;
  }
  .navbar-header .navbar-back,
  .navbar-header .navbar-action {
    display: block;
  }
  .navbar-header .navbar-back {
    transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transform: translateZ(0);
  }
  .navbar-header .navbar-heading-logo,
  .navbar-header .navbar-heading-caption {
    transform: translateZ(0);
    transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  }
  .navbar-header .navbar-heading-caption {
    display: block;
    margin-top: 1.0625rem;
    margin-left: auto;
    margin-right: auto;
    font-family: "Arial Light", Arial, sans-serif;
    font-size: 1.0625rem;
    line-height: 1.4;
    width: 270px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transform: translateX(0);
    opacity: 1;
  }
  .navbar-header .navbar-heading-logo {
    transform: translateZ(0);
    opacity: 0;
  }
  .navbar-header .navbar-heading-logo .logo-link {
    pointer-events: none;
  }
  .navbar-header .navbar-action {
    position: absolute;
    top: 0;
    right: 0;
  }
  .navbar-header .navbar-back {
    transform: translateX(16px);
    opacity: 0;
  }
  .show-back-link .navbar-header .navbar-back {
    transform: translateX(0);
    opacity: 1;
  }
  .navbar-header .navbar-back-link {
    padding: 1.0625rem 1.6875rem;
  }
  .navbar-header .navbar-back-icon {
    display: inline-block;
    background: url('/Static/img/Icons/back-icon-blue.svg') no-repeat;
    background-size: auto 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
    top: 3px;
  }
  .mobile-nav-trigger {
    border: none;
    padding: 1.1875rem 1.5rem;
  }
  .mobile-nav-trigger:active .mobile-icon .line {
    background-color: #2c2c37;
  }
  .mobile-nav-trigger .icon-bar {
    background-color: #0454cc;
    width: 1.125rem;
    display: none;
  }
  .mobile-nav-trigger.collapsed {
    background-image: none;
  }
  .mobile-nav-trigger.collapsed .icon-bar {
    display: block;
  }
  /*------------------------*\
      Mobile Icon
  \*------------------------*/
  .mobile-icon {
    display: inline-block;
    width: 18px;
    height: 14px;
    line-height: 1;
    position: relative;
    cursor: pointer;
  }
  .mobile-icon .line {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #0454cc;
    border-radius: 2px;
    transition: all ease-in-out 0.25s;
    opacity: 1;
    position: absolute;
    left: 0;
  }
  .mobile-icon .line-1,
  .mobile-icon .line-3 {
    width: 18px;
  }
  .mobile-icon .line-1 {
    top: 0;
  }
  .mobile-icon .line-2 {
    top: 6px;
  }
  .mobile-icon .line-3 {
    top: 12px;
  }
  .menu-expanded .mobile-icon .line {
    background-color: #2c2c37;
  }
  .menu-expanded .mobile-icon .line-1,
  .menu-expanded .mobile-icon .line-3 {
    top: 6px;
    width: 18px;
  }
  .menu-expanded .mobile-icon .line-1 {
    transform: rotate(45deg) scale(1);
  }
  .menu-expanded .mobile-icon .line-3 {
    transform: rotate(-45deg) scale(1);
  }
  .menu-expanded .mobile-icon .line-2 {
    opacity: 0;
  }
  /*------------------------------------------------*\
        
        Level Transitions & Animations
         
    \*------------------------------------------------*/
  .menu-container .level {
    transition-duration: 0.325s;
    transform: translate3d(16px, 0, 0);
    pointer-events: none;
    opacity: 0;
    transition-delay: 0s;
  }
  .menu-container .level,
  .menu-container .level .level-inner {
    height: 100% !important;
    overflow-y: auto;
  }
  .menu-container .level-inner {
    padding-bottom: 0 !important;
  }
  .menu-container[data-level="-1"] .navbar-back,
  .menu-container[data-level="0"] .navbar-back {
    transform: translateX(16px);
    opacity: 0;
  }
  .menu-container[data-level="-1"] .navbar-heading-caption,
  .menu-container[data-level="0"] .navbar-heading-caption {
    transform: translateX(16px);
    opacity: 0;
  }
  .menu-container[data-level="-1"] .navbar-heading-logo,
  .menu-container[data-level="0"] .navbar-heading-logo {
    opacity: 1;
    top: 0;
  }
  .menu-container[data-level="-1"] .navbar-heading-logo .logo-link,
  .menu-container[data-level="0"] .navbar-heading-logo .logo-link {
    pointer-events: auto;
  }
  .menu-container[data-level="-1"] .navbar-nav,
  .menu-container[data-level="0"] .navbar-nav {
    background-color: #f5f5f7;
  }
  .menu-container[data-level="-1"] .navbar-collapse > .navbar-nav > li,
  .menu-container[data-level="0"] .navbar-collapse > .navbar-nav > li {
    background-color: #ffffff;
    border-color: #e7e7eb;
  }
  .menu-container[data-level="-1"] .navbar-collapse > .navbar-nav > li > a,
  .menu-container[data-level="0"] .navbar-collapse > .navbar-nav > li > a {
    transform: translateX(0);
    opacity: 1;
  }
  .menu-container[data-level="0"] .navbar-back {
    transform: translateX(16px);
    opacity: 0;
  }
  .menu-container[data-level="0"] .navbar-collapse > .navbar-nav > li > a {
    transform: translateX(0);
    opacity: 1;
  }
  .menu-container[data-level="1"] .navbar-nav {
    background-color: rgba(255, 255, 255, 0);
  }
  .menu-container[data-level="1"] .navbar-collapse > .navbar-nav > li {
    background-color: rgba(255, 255, 255, 0);
    border-color: rgba(255, 255, 255, 0);
  }
  .menu-container[data-level="1"] .navbar-collapse > .navbar-nav > li > a {
    transform: translateX(-30px);
    opacity: 0;
  }
  .menu-container[data-level="1"] .dropdown-toggle.expanded ~ .dropdown-menu,
  .menu-container[data-level="1"] .dropdown-toggle.expanded ~ .dropdown-menu-inner {
    opacity: 1;
    pointer-events: auto;
  }
  .menu-container[data-level="1"] .level-1 {
    transform: translateX(0);
    transition-delay: 0.125s;
    opacity: 1;
    pointer-events: inherit;
  }
  .menu-container[data-level="2"] .level-1 {
    transform: translateX(-16px);
    opacity: 0;
    pointer-events: none;
  }
  .menu-container[data-level="2"] .level-1,
  .menu-container[data-level="2"] .level-1 .level-inner {
    overflow: hidden;
  }
  .menu-container[data-level="2"] .level-2 {
    display: block;
    height: auto;
    overflow-y: auto;
    opacity: 1;
    transition-delay: 0.125s;
    transform: translateX(0);
    pointer-events: inherit;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .navbar .dropdown-menu .menu-item.menu-main-page a {
    display: table;
    width: 100%;
  }
  .navbar .dropdown-menu .menu-item.menu-main-page a > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    height: inherit;
  }
  .navbar .dropdown-menu .menu-item.menu-main-page a .img-placeholder {
    height: inherit;
    padding-bottom: 90% !important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) and (min-width: 768px) {
  .navbar .dropdown-menu .menu-item.menu-main-page a .img-placeholder {
    padding-bottom: 55% !important;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .mobile-nav-trigger {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .mobile-nav-trigger {
    display: none;
  }
}
@media (min-width: 1200px) {
  #mobile-menu-btn {
    display: none;
  }
}
.navbar .anchor-menu-wrapper {
  display: block;
  opacity: 0;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.anchor-menu-show .navbar .anchor-menu-wrapper {
  opacity: 1;
}
.anchor-menu-wrapper {
  display: none;
  height: 40px;
  text-align: center;
  color: #ffffff;
  background: #000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  text-transform: uppercase;
}
.anchor-menu-wrapper .red {
  color: red;
}
.anchor-menu-wrapper,
.anchor-menu-wrapper .anchor-links li a {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.anchor-menu-wrapper.language-selector-active {
  padding-left: 3.125rem;
}
.anchor-menu-wrapper #anchor-scroll-arrow {
  display: none;
  background: url('/Static/img/Icons/caret-right-white.svg') no-repeat;
  background-position: right center;
  content: '';
  position: absolute;
  background-size: 1.4375rem;
  right: 0.125rem;
  top: 0;
  height: 2.375rem;
  width: 1.875rem;
}
.anchor-menu-wrapper.scrollable #anchor-scroll-arrow {
  display: block;
}
.anchor-menu-wrapper.scrollable .anchor-menu-inner {
  -webkit-overflow-scrolling: touch;
  overflow-x: scroll;
  overflow-y: hidden;
}
.anchor-menu-wrapper.scrollable .lang-selector-anchor {
  position: absolute;
  left: 0.625rem;
  top: 0;
}
@media (min-width: 1200px) {
  .anchor-menu-wrapper {
    height: 40px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .anchor-menu-wrapper {
    margin-left: -30px;
    margin-right: -30px;
  }
  .anchor-menu-wrapper .anchor-menu-inner {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .anchor-menu-wrapper {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 992px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-left: 50px;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .anchor-menu-wrapper .anchor-menu-inner {
    padding-right: 2.0625rem;
  }
}
.anchor-menu-wrapper .anchor-links {
  display: inline-block;
  white-space: nowrap;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .anchor-menu-wrapper .anchor-links {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.anchor-menu-wrapper .anchor-links li {
  display: inline-block;
  padding: 0;
  border-bottom: none;
}
.anchor-menu-wrapper .anchor-links li a {
  color: #ffffff;
  padding: 0.625rem 0.6875rem 0.5625rem;
  display: block;
}
.anchor-menu-wrapper .anchor-links li a:hover {
  opacity: 0.8;
}
.anchor-menu-wrapper .lang-selector-anchor {
  color: white;
  display: inline-block;
  float: right;
  padding: 0.3125rem;
}
.anchor-menu-wrapper .lang-selector-anchor .lang-sel-icon {
  background: url('/Static/img/HoyaPlusYou/language selection.svg') no-repeat;
  background-size: 1.25rem;
  display: block;
  background-position: center;
  width: 1.875rem;
  height: 1.875rem;
}
.anchor-menu-wrapper .lang-selector-anchor:hover,
.anchor-menu-wrapper .lang-selector-anchor:active {
  color: #2c2c37;
}
@media (max-width: 1200px) {
  .anchor-menu-wrapper {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1200px) {
  .anchor-menu-wrapper.country-navigator-expanded {
    top: 112px;
  }
}
@media (max-width: 768px) {
  .anchor-menu-wrapper.country-navigator-expanded {
    top: 156px;
  }
}
.anchor-menu-wrapper.light {
  background: #fafafb;
  height: 2.1875rem;
}
.anchor-menu-wrapper.light .anchor-menu-inner {
  padding: 0 42px 0 50px;
}
.anchor-menu-wrapper.light ul {
  margin: 0;
}
.anchor-menu-wrapper.light .anchor-links li a {
  font-family: "Arial Light";
  color: #6a7889;
  height: 2.1875rem;
  font-size: 0.9375rem;
  text-transform: none;
  padding: 0.4375rem 0.6875rem 0.125rem;
  /*&:hover {
                background: #0454cc;
            }*/
}
.anchor-menu-wrapper.light .anchor-links li a:focus {
  color: #6a7889;
}
.anchor-menu-wrapper.light .anchor-links li a:hover,
.anchor-menu-wrapper.light .anchor-links li a:active {
  color: #0454cc;
}
body.anchor-menu-show .navbar:after,
body.anchor-menu-show:after {
  z-index: 1060;
}
/*------------------------------------------------*\
    Mixins & helpers
\*------------------------------------------------*/
/*------------------------------------------------*\
    Country Selector General
\*------------------------------------------------*/
body.site-selector-expanded {
  top: 0;
  bottom: 0;
  height: 100%;
  overflow: hidden !important;
}
body.site-selector-expanded:after,
body.site-selector-expanded .navbar:after {
  opacity: 0;
  transform: translateX(-100%);
}
body.country-navigator-expanded {
  padding-top: 112px;
}
@media (min-width: 1200px) {
  body.country-navigator-expanded {
    padding-top: 128px;
  }
}
#country-navigator {
  background-color: #2c2c37;
  color: #ffffff;
  position: relative;
  z-index: 251;
  height: 6.25rem;
  display: none;
}
@media (min-width: 768px) {
  #country-navigator {
    height: 56px;
  }
}
@media (min-width: 1200px) {
  #country-navigator {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
    height: 64px;
  }
}
#country-navigator .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  #country-navigator .container {
    display: flex;
    justify-content: space-around;
  }
}
#country-navigator .container .result-text {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  width: 70%;
  max-width: 28.125rem;
}
@media (min-width: 768px) {
  #country-navigator .container .result-text {
    width: auto;
    position: static;
  }
}
#country-navigator .container #go-to-country-btn {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  margin: 0;
}
@media (min-width: 768px) {
  #country-navigator .container #go-to-country-btn {
    position: static;
    margin: 0 0.625rem;
  }
}
@media (min-width: 1200px) {
  #country-navigator .container #go-to-country-btn {
    margin: 0;
  }
}
#country-navigator .container .region-block__country {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  float: none;
  margin-bottom: 0px;
  height: 2.5rem;
  width: 50%;
  padding-right: 0;
}
@media (min-width: 768px) {
  #country-navigator .container .region-block__country {
    width: 240px;
    position: static;
  }
}
#country-navigator .container .region-block__country .country__wrap {
  background: white;
  margin: 0;
  height: 2.5rem;
}
#country-navigator .container .region-block__country .country__wrap .country__languages {
  top: 2.5rem;
  color: #6a7889;
  padding-left: 0;
  font-size: 0.8125rem;
  list-style: none;
  margin-bottom: 0px;
}
#country-navigator .container .region-block__country .country__wrap .country__languages a {
  padding-left: 0.5rem;
  cursor: pointer;
}
#country-navigator .container .region-block__country .country__wrap a.country__selector {
  color: #6a7889;
  height: 2.5rem;
  padding-top: 0.375rem;
}
#country-navigator .container .region-block__country .country__wrap a.country__selector .country__name {
  margin-left: 8px;
}
#country-navigator .container .region-block__country .country__wrap a.country__selector .country__name:hover {
  color: #6a7889;
}
#country-navigator .container .region-block__country .country__wrap a.country__selector .country__flag {
  /*position: absolute;
                        right: 40px;*/
}
#country-navigator .container .region-block__country .country__wrap a.country__selector:after {
  width: 24px;
  height: 24px;
  top: 20%;
  background-size: 24px auto;
}
#country-navigator .container .close-country-navigator {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media (min-width: 768px) {
  #country-navigator .container .close-country-navigator {
    position: static;
  }
}
.site-selector-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  background-color: #ffffff;
  opacity: 0;
  overflow-y: hidden;
  pointer-events: none;
  margin-top: 56px;
}
.site-selector-overlay.country-navigator-expanded {
  margin-top: 156px;
}
@media (min-width: 768px) {
  .site-selector-overlay.country-navigator-expanded {
    margin-top: 112px;
  }
}
@media (min-width: 1200px) {
  .site-selector-overlay.country-navigator-expanded {
    margin-top: 128px;
  }
}
@media (min-width: 1200px) {
  .site-selector-overlay {
    margin-top: 64px;
  }
}
.site-selector-overlay__inner {
  transform: translate3d(0, -24px, 0);
  margin-bottom: 7.8125rem;
}
@media (min-width: 992px) {
  .site-selector-overlay__inner {
    margin-bottom: 7.8125rem;
  }
}
.site-selector-overlay__close {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  position: fixed;
  text-align: right;
  z-index: 81;
  margin-top: 2.25rem;
}
@media (min-width: 480px) {
  .site-selector-overlay__close {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .site-selector-overlay__close {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  .site-selector-overlay__close {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .site-selector-overlay__close {
    padding-right: 50px;
  }
}
@media (min-width: 992px) {
  .site-selector-overlay__close {
    margin-top: 3rem;
  }
}
.transitions .site-selector-overlay,
.transitions .site-selector-overlay__inner {
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
}
.site-selector-expanded .site-selector-overlay {
  display: block !important;
  pointer-events: auto;
  opacity: 1;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.site-selector-expanded .site-selector-overlay__inner {
  transform: translate(0, 0);
}
@media (min-width: 992px) {
  .site-selector-overlay .hero .container {
    padding-top: 5.375rem;
  }
}
@media (max-width: 1200px) {
  .site-selector-overlay .hero .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1200px) and (min-width: 480px) {
  .site-selector-overlay .hero .container {
    padding-left: 40px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .site-selector-overlay .hero .container {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) and (min-width: 480px) {
  .site-selector-overlay .hero .container {
    padding-right: 40px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .site-selector-overlay .hero .container {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .site-selector-overlay .hero .container {
    float: none !important;
    width: 100%;
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.site-selector-overlay .close-icon-link {
  opacity: 0;
  transition-delay: 0.25s;
}
.menu-expanded .site-selector-overlay .close-icon-link {
  transition-delay: 0s;
}
.site-selector-expanded .site-selector-overlay .close-icon-link {
  opacity: 1;
}
.site-selector-overlay .go-to-global-container {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.site-selector-overlay .go-to-global-container:before,
.site-selector-overlay .go-to-global-container:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.site-selector-overlay .go-to-global-container:after {
  clear: both;
}
@media (min-width: 768px) {
  .site-selector-overlay .go-to-global-container {
    padding-top: 0;
  }
}
@media (min-width: 1200px) {
  .site-selector-overlay .go-to-global-container {
    margin-bottom: 1.25rem;
  }
}
.site-selector-overlay .go-to-global-container a {
  display: block;
  overflow: hidden;
  color: #2c2c37;
  text-decoration: none !important;
}
.site-selector-overlay .go-to-global-container a:hover,
.site-selector-overlay .go-to-global-container a:active {
  color: #2c2c37;
}
.site-selector-overlay .go-to-global-container a:hover .title,
.site-selector-overlay .go-to-global-container a:active .title {
  color: #0454cc;
}
.site-selector-overlay .go-to-global-container a:hover .title:before,
.site-selector-overlay .go-to-global-container a:active .title:before {
  background-color: #0454cc;
}
.site-selector-overlay .go-to-global-container a:hover .img-placeholder,
.site-selector-overlay .go-to-global-container a:active .img-placeholder {
  opacity: 1;
}
.touch .site-selector-overlay .go-to-global-container a:hover .title {
  color: #2c2c37;
}
.touch .site-selector-overlay .go-to-global-container a:hover .title:before {
  background-color: #2c2c37;
}
.touch .site-selector-overlay .go-to-global-container a:active .title {
  color: #0454cc;
}
.touch .site-selector-overlay .go-to-global-container a:active .title:before {
  background-color: #0454cc;
}
.site-selector-overlay .go-to-global-container .img-placeholder {
  transition: all ease-in-out 0.25s;
  opacity: 0.8;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.site-selector-overlay .go-to-global-container .img-placeholder img {
  display: none;
}
@media (min-width: 1200px) {
  .site-selector-overlay .go-to-global-container .global-image-container,
  .site-selector-overlay .go-to-global-container .global-information-container {
    float: left;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .site-selector-overlay .go-to-global-container .global-image-container {
    width: 25%;
  }
  .site-selector-overlay .go-to-global-container .global-image-container .img-placeholder {
    height: 11rem;
  }
}
.site-selector-overlay .go-to-global-container .global-information-container {
  width: 35%;
}
.site-selector-overlay .go-to-global-container .global-information-container .title {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 1.5rem;
  margin-top: 1rem;
}
.site-selector-overlay .go-to-global-container .global-information-container .title:before {
  content: "\A0";
  width: 3.875rem;
  height: 2px;
  background-color: #2c2c37;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .site-selector-overlay .go-to-global-container .global-information-container .title:before {
    width: 3rem;
  }
}
@media (min-width: 1200px) {
  .site-selector-overlay .go-to-global-container .global-information-container .title {
    margin-top: 1.5rem;
  }
}
.site-selector-overlay .go-to-global-container .global-information-container .global-text {
  position: relative;
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
  font-family: "Arial Light", Arial, sans-serif;
}
.site-selector-overlay .go-to-global-container .global-information-container .global-text:after {
  display: inline-block;
  position: relative;
  content: '';
  background-image: url('/Static/img/Icons/arrow-right-long.svg');
  background-repeat: no-repeat;
  background-size: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  top: 0.375rem;
  margin-top: -1.375rem;
  margin-left: 0.375rem;
}
@media (max-width: 1199px) {
  .site-selector-overlay .go-to-global-container a {
    padding: 0 !important;
    /*&:active {
                    background-color: @gray-superlight;
                }

                .no-touch &:hover {
                    background-color: @gray-ghost;
                }*/
  }
  .site-selector-overlay .go-to-global-container a .global-information-container {
    width: 100%;
  }
  .site-selector-overlay .go-to-global-container .global-image .img-placeholder {
    display: block;
    padding-bottom: 45%;
  }
  .site-selector-overlay .go-to-global-container .global-information-container {
    padding: 0.5rem 1.875rem 2rem;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .site-selector-overlay .go-to-global-container a {
    display: table;
    width: 100%;
  }
  .site-selector-overlay .go-to-global-container a > div {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    height: inherit;
  }
  .site-selector-overlay .go-to-global-container a .img-placeholder {
    height: inherit;
    padding-bottom: 55% !important;
  }
  .site-selector-overlay .go-to-global-container a .global-information-container {
    width: 50%;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .site-selector-overlay .go-to-global-container .global-information-container {
    padding: 0.5rem 0 0 0;
  }
}
/*------------------------------------------------*\
    Region blocks
\*------------------------------------------------*/
.region-block > .container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 480px) {
  .region-block > .container {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .region-block > .container {
    padding-left: 60px;
  }
}
@media (min-width: 480px) {
  .region-block > .container {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .region-block > .container {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .region-block > .container {
    float: none !important;
    width: 100%;
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.region-block h2.section-heading {
  margin-top: 3rem;
}
.region-block h3.section-heading {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: normal;
  margin-bottom: 0;
  padding-bottom: 1.375rem;
}
.region-block__countries {
  margin-bottom: 2rem;
}
.region-block__countries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.region-block__countries ul:before,
.region-block__countries ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.region-block__countries ul:after {
  clear: both;
}
@media (min-width: 600px) {
  .region-block__countries ul {
    margin-right: -1.5rem;
  }
}
/*------------------------------------------------*\
    Country item
\*------------------------------------------------*/
.region-block__country {
  display: block;
  float: left;
  height: 2rem;
  margin-bottom: 1.75rem;
  padding-right: 0rem;
  width: 50%;
  /*----- Country has multiple languages -----*/
}
@media (min-width: 600px) {
  .region-block__country {
    padding-right: 1rem;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  .region-block__country {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .region-block__country {
    width: 16.66666667%;
  }
}
.region-block__country .country__wrap {
  margin: -0.5rem;
  margin-right: 0;
}
.region-block__country .country__flag {
  width: 30px;
  height: auto;
  margin-right: 2px;
}
.region-block__country .country__name {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #6a7889;
}
@media (min-width: 600px) {
  .region-block__country .country__name {
    font-size: 0.8125rem;
  }
}
.region-block__country a,
.region-block__country a * {
  transition: all ease-in-out 0.25s;
}
.region-block__country a:focus,
.region-block__country a:hover {
  text-decoration: none;
}
.region-block__country a:active,
.region-block__country a:active * {
  transition: all ease-in-out 0.15s;
}
.region-block__country a:hover,
.region-block__country a:active {
  color: #0454cc;
}
.region-block__country .country__wrap > a {
  display: block;
  padding: 0.5rem;
}
.region-block__country .country__wrap > a:focus,
.region-block__country .country__wrap > a:hover {
  text-decoration: none;
}
.region-block__country .country__wrap > a:hover {
  background-color: #fafafb;
}
.region-block__country .country__wrap > a:hover .country__flag,
.region-block__country .country__wrap > a:active .country__flag,
.region-block__country .country__wrap > a:focus .country__flag {
  opacity: .8;
}
.region-block__country .country__wrap > a:hover .country__name,
.region-block__country .country__wrap > a:active .country__name,
.region-block__country .country__wrap > a:focus .country__name {
  color: #0454cc;
}
.region-block__country .country__wrap > a > * {
  display: inline-block;
  vertical-align: middle;
}
.region-block__country--multi-lang .country__wrap {
  position: relative;
  z-index: 0;
  transition: all ease-in-out 0.15s;
  overflow: hidden;
  height: 2.875rem;
}
.region-block__country--multi-lang .country__wrap > a {
  position: relative;
}
.region-block__country--multi-lang .country__wrap > a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 35%;
  width: 13px;
  height: 24px;
  background: url('/Static/img/Icons/caret-down-grey-sm.svg') no-repeat;
  background-size: 13px auto;
  transform-origin: 50% 30%;
}
.region-block__country--multi-lang ul {
  position: absolute;
  top: 2.875rem;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  transition: all ease-in-out 0.15s;
  opacity: 0;
}
.region-block__country--multi-lang li {
  border-top: 1px solid rgba(106, 120, 137, 0.3);
}
.region-block__country--multi-lang li a {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #6a7889;
  display: block;
  padding: 0.5rem;
  padding-top: 0.5625rem;
  padding-bottom: 0.4375rem;
}
@media (min-width: 600px) {
  .region-block__country--multi-lang li a {
    font-size: 0.8125rem;
  }
}
.region-block__country--multi-lang.lang-expanded .country__wrap {
  box-shadow: 0 0 9px 0 rgba(96, 96, 96, 0.25);
}
.region-block__country--multi-lang.lang-expanded .country__wrap > a {
  background-color: white;
}
.region-block__country--multi-lang.lang-expanded .country__wrap > a :after {
  transform: rotate(180deg);
}
.region-block__country--multi-lang.lang-expanded ul {
  opacity: 1;
}
html[data-agent*="Trident"] .fullscreen .background-img {
  /*display: none;*/
}
/*html[data-agent*="Trident"] .fullscreen .background-img-ie {
    display: block; 
}*/
.hero {
  min-height: 9.375rem;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
  color: #2c2c37;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*------------------------------------------------*\
      Centered Hero
      
      Used in Site locator
    \*------------------------------------------------*/
}
.hero .inner-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero .edit-image {
  /*position: absolute;
        top: rem(20);
        left: rem(40);
        width: calc(~'100% - 80px');
        background-color: fade(#fff, 50%);
        color: #000;*/
}
.hero .edit-image img {
  display: none;
}
.hero .inner-img {
  padding-bottom: 50%;
  margin-bottom: 1rem;
}
@media (min-width: 480px) {
  .hero .inner-img {
    padding-bottom: 60%;
  }
}
@media (max-width: 991px) {
  .hero .inner-img {
    margin-left: 10px;
    width: calc(100% - 20px);
  }
}
.hero .inner-img img {
  display: none;
}
.hero.in-edit {
  height: auto !important;
  min-height: 560px !important;
}
.hero.in-edit.image-background .inner-img {
  background: none !important;
  height: 100% !important;
}
.hero.in-edit.image-background .inner-img img {
  display: block;
  max-width: 100%;
}
.hero .container {
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  padding-top: 4.5rem;
}
@media (min-width: 480px) {
  .hero .container {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .hero .container {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  .hero .container {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .hero .container {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .hero .container {
    float: none !important;
    width: 100%;
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media (min-width: 480px) {
  .hero .container {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .hero .container {
    padding-top: 8.25rem;
    padding-bottom: 0;
  }
}
.hero .text-container .hero-title {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.hero .text-container .hero-title:before {
  content: "\A0";
  width: 4.375rem;
  height: 2px;
  background-color: #2c2c37;
  position: absolute;
  bottom: 0;
}
@media (min-width: 480px) {
  .hero .text-container .hero-title:before {
    height: 3px;
  }
}
@media (min-width: 992px) {
  .hero .text-container .hero-title:before {
    width: 7rem;
  }
}
.hero .text-container p {
  font-size: 0.875rem;
  margin-bottom: 0.375rem;
}
@media (min-width: 992px) and (min-height: 800px) {
  .hero .text-container p {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
.hero .cta-buttons .button {
  text-align: center;
  width: 100%;
}
@media (min-width: 510px) {
  .hero .cta-buttons .button {
    width: calc(50% - 15px);
    display: inline-block;
  }
  .hero .cta-buttons .button:nth-child(2) {
    float: right;
  }
}
.hero.have-cta-buttons .hero-title {
  padding-bottom: 1.25rem;
}
.hero.have-cta-buttons .hero-title:before {
  display: none;
}
.hero.fullscreen .background-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*display: none;*/
  position: absolute;
  top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%;
  width: 110%;
  height: 110%;
  filter: blur(18px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
  padding-bottom: 3px;
}
.hero.fullscreen .background-img:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .hero.fullscreen .background-img:after {
    background-color: rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 991px) {
  .hero.fullscreen .text-container.have-background {
    background: none;
    margin-bottom: 3rem;
  }
  .hero.fullscreen .text-container.have-background:before {
    display: none;
  }
}
@media (min-width: 992px) {
  .hero.fullscreen .text-container.have-background {
    padding: 3rem 1.875rem 0 0.625rem;
  }
  .hero.fullscreen .text-container.have-background .hero-title {
    margin-bottom: 0;
  }
}
.hero.fullscreen .background-img-ie {
  display: none;
  position: absolute;
  /*height: 100%;
            width: 100%;*/
}
.hero.fullscreen .background-img-ie .image {
  /*height: auto;
                min-height: 100%;
                width: 100%;
                min-width: 100%;*/
}
.hero.no-background-blur .background-img {
  filter: unset;
}
.hero.no-background-blur .background-img:after {
  display: none;
}
.hero.video-hero {
  padding: 0px;
  /*@media (min-height: @hero-max-height-mobile) {
            height: @hero-max-height-mobile;
        }*/
  height: calc(100vh - 64px);
}
@media (min-width: 480px) and (min-height: 920px) {
  .hero.video-hero {
    height: 920px;
  }
}
@media (min-width: 768px) {
  .hero.video-hero {
    height: calc(100vh - 64px);
  }
}
.hero.video-hero .video {
  display: block;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}
@media (max-width: 991px) {
  .hero.video-hero .video {
    display: none;
  }
}
.hero.video-hero .video-fallback {
  display: none;
  top: -5%;
  left: -5%;
  right: -5%;
  bottom: -5%;
  width: 110%;
  height: 90vh;
  padding: 0px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .hero.video-hero .video-fallback {
    display: block;
  }
}
@media (min-height: 640px) {
  .hero.video-hero .video-fallback {
    height: 640px;
  }
}
@media (min-width: 480px) and (min-height: 920px) {
  .hero.video-hero .video-fallback {
    height: 920px;
  }
}
@media (min-width: 480px) and (min-height: 920px) {
  .hero.video-hero .video-fallback {
    height: 920px;
  }
}
@media (min-width: 500px) {
  .hero.video-hero .video-fallback {
    background-position: center;
  }
}
@media (min-width: 768px) {
  .hero.video-hero .video-fallback {
    height: calc(100vh - 64px);
  }
}
.hero.video-hero .container.video-text {
  position: absolute;
  top: 25%;
  left: 15%;
}
@media (max-width: 1199px) {
  .hero.video-hero .container.video-text {
    left: 0%;
  }
}
@media (max-width: 991px) {
  .hero.video-hero .container.video-text {
    left: 0%;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .hero.video-hero .container.video-text {
    top: 15%;
  }
}
@media (min-width: 992px) {
  .hero.center-text .container.video-text {
    padding-top: 0;
    top: 29%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media (min-width: 992px) {
  .hero.center-text .container .text-container {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .hero.center-text .container .text-container .hero-title {
    font-size: 3.75rem;
    line-height: 4.375rem;
    font-family: "Arial Light", Arial, sans-serif;
  }
  .hero.center-text .container .text-container .hero-title:before {
    display: none;
  }
  .hero.center-text .container .text-container p {
    position: relative;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    font-weight: normal;
    padding-bottom: 1.5rem;
    margin-bottom: 1.0625rem;
    font-weight: bold;
  }
  .hero.center-text .container .text-container p:before {
    content: "\A0";
    width: 3.875rem;
    height: 2px;
    background-color: #2c2c37;
    position: absolute;
    bottom: 0;
  }
  .hero.center-text .container .text-container p:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) and (max-width: 991px) {
  .hero.center-text .container .text-container p:before {
    width: 3rem;
  }
}
.hero.text-color-white {
  color: #ffffff;
}
.hero.text-color-white .background-img:after {
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 992px) {
  .hero.text-color-white .background-img:after {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.hero.text-color-white .hero-title {
  color: #ffffff;
}
.hero.text-color-white .hero-title:before {
  background-color: #ffffff;
}
.hero.text-color-white.center-text .container.video-text p:before {
  background-color: #ffffff;
}
.hero.image-background {
  height: calc(100vh - 56px);
  background-color: #ffffff !important;
  opacity: 0;
  /*------------------------------------------------*\
            Desktop Hero
        \*------------------------------------------------*/
}
.hero.image-background.text-color-white .hero.image-background {
  background-color: #f5f5f7 !important;
}
.hero.image-background.initiated {
  transition: all ease-in-out 0.25s;
  opacity: 1;
}
@media (max-width: 991px) {
  .hero.image-background {
    display: table;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 670px;
  }
  .mobile-safari .hero.image-background {
    height: calc(90vh - 56px);
  }
  .hero.image-background .hero-inner {
    display: table-cell;
    vertical-align: bottom;
  }
  .hero.image-background .text-container {
    margin-top: 0;
  }
}
@media (max-width: 991px) and (min-width: 480px) {
  .hero.image-background {
    max-height: 900px;
  }
}
@media (min-width: 480px) {
  .hero.image-background {
    min-height: 670px;
  }
}
@media (min-width: 480px) and (min-height: 600px) {
  .hero.image-background {
    min-height: 720px;
  }
}
@media (min-width: 480px) and (min-height: 600px) and (min-height: 640px) {
  .hero.image-background {
    height: 640px;
  }
}
@media (min-width: 480px) and (min-height: 600px) and (min-width: 480px) and (min-height: 920px) {
  .hero.image-background {
    height: 920px;
  }
}
@media (min-width: 480px) and (min-height: 600px) and (min-width: 768px) {
  .hero.image-background {
    height: calc(100vh - 64px);
  }
}
@media (min-width: 992px) {
  .hero.image-background {
    min-height: 560px;
  }
}
.hero.image-background .container {
  width: 100%;
  padding-top: 3.75rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .hero.image-background .container {
    padding-top: 3.75rem;
    padding-top: 5.625rem;
  }
}
@media (min-width: 992px) {
  .hero.image-background .container {
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 992px) and (min-height: 600px) {
  .hero.image-background .container {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.sticky-footer-enabled .hero.image-background .container {
  padding-bottom: calc(2rem + 56px);
}
@media (min-height: 600px) {
  .sticky-footer-enabled .hero.image-background .container {
    padding-bottom: calc(2rem + 56px);
  }
}
@media (min-width: 480px) {
  .sticky-footer-enabled .hero.image-background .container {
    padding-bottom: calc(2rem + 56px);
  }
}
@media (min-width: 992px) {
  .hero.image-background .container {
    padding-top: 8.25rem;
    position: relative;
  }
}
.hero.image-background .hero-title {
  margin-bottom: 2.625rem;
}
@media (min-width: 768px) {
  .hero.image-background .hero-title {
    margin-bottom: 4rem;
  }
}
.hero.image-background .text-container {
  /*p {
                color: #414151; // Special case
            }*/
}
@media (min-width: 992px) {
  .hero.image-background .text-container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
  }
}
.hero.image-background .text-container .inner-wrapper.background-white:before {
  background-color: #ffffff;
}
.hero.image-background .text-container .inner-wrapper.background-gray:before {
  background-color: #fafafb;
}
.hero.image-background .text-container .inner-wrapper.background-white,
.hero.image-background .text-container .inner-wrapper.background-gray {
  background-color: transparent;
  padding: 1.875rem;
  position: relative;
}
@media (min-width: 768px) {
  .hero.image-background .text-container .inner-wrapper.background-white,
  .hero.image-background .text-container .inner-wrapper.background-gray {
    padding: 3rem;
  }
}
.hero.image-background .text-container .inner-wrapper.background-white .hero-title,
.hero.image-background .text-container .inner-wrapper.background-gray .hero-title {
  margin-bottom: 0px;
}
.hero.image-background .text-container .inner-wrapper.background-white:before,
.hero.image-background .text-container .inner-wrapper.background-gray:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.hero.image-background .text-container p,
.hero.image-background .button,
.hero.image-background .hero-title,
.hero.image-background .inner-img {
  transform: translateX(0);
}
@media (min-width: 992px) {
  .hero.image-background {
    display: table;
    width: 100%;
    height: calc(100vh - 64px);
  }
  .sticky-footer-enabled .hero.image-background {
    height: calc(100vh - 64px);
  }
  .hero.image-background .hero-inner {
    display: table-cell;
    vertical-align: middle;
  }
  .hero.image-background .container {
    padding-top: 0;
    padding-bottom: 0 !important;
    position: relative;
  }
  .sticky-footer-enabled .hero.image-background .container {
    margin-top: -28px;
  }
  .hero.image-background .hero-title {
    margin-bottom: 0;
  }
  .hero.image-background .inner-img {
    position: relative;
    padding-bottom: 0;
    height: 65vh;
    min-height: 22.5rem;
  }
}
@media (min-width: 992px) and (min-height: 800px) {
  .hero.image-background .inner-img {
    height: 55vh;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .hero.image-background .text-container p,
  .hero.image-background .button,
  .hero.image-background .hero-title,
  .hero.image-background .inner-img {
    backface-visibility: hidden;
    transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition-duration: 1.5s;
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }
  .hero.image-background .text-container.background-white.bleed-left,
  .hero.image-background .text-container.background-white.bleed-left:before {
    transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
    transition-duration: 1.5s;
    transition-delay: 1.375s;
    background: rgba(255, 255, 255, 0);
  }
  .hero.image-background .text-container p,
  .hero.image-background .hero-title {
    transition-delay: 0.5s;
  }
  .hero.image-background .button {
    transition: background 0.4s ease, color 0.4s ease, transform cubic-bezier(0.23, 1, 0.32, 1) 1.5s 0.5s, opacity cubic-bezier(0.23, 1, 0.32, 1) 1.5s 0.5s;
  }
  .hero.image-background.loaded .text-container p,
  .hero.image-background.loaded .hero-title,
  .hero.image-background.loaded .button,
  .hero.image-background.loaded .inner-img {
    opacity: 1;
    transform: translateX(0);
  }
  .hero.image-background.loaded .text-container.background-white.bleed-left,
  .hero.image-background.loaded .text-container.background-white.bleed-left:before {
    background: #ffffff;
  }
}
.hero.centered-hero .container {
  padding-top: 5.5rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 992px) {
  .hero.centered-hero .container {
    padding: 5rem 0 4rem;
  }
}
.hero.centered-hero .text-container {
  text-align: center;
}
.hero.centered-hero .text-container h1 {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}
.hero.centered-hero .text-container h1:before {
  content: "\A0";
  width: 4.375rem;
  height: 2px;
  background-color: #2c2c37;
  position: absolute;
  bottom: 0;
}
@media (min-width: 480px) {
  .hero.centered-hero .text-container h1:before {
    height: 3px;
  }
}
@media (min-width: 992px) {
  .hero.centered-hero .text-container h1:before {
    width: 7rem;
  }
}
.hero.centered-hero .text-container h1:before {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.hero.centered-hero .text-container p {
  margin-top: 1.6875rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6a7889;
}
@media (min-width: 992px) and (min-height: 800px) {
  .hero.centered-hero .text-container p {
    margin-top: 2.25rem;
    font-size: 0.9375rem;
  }
}
.footer {
  /*------------------------------------------------*\
          Primary Footer
    \*------------------------------------------------*/
  /*------------------------------------------------*\
          Secondary Footer
    \*------------------------------------------------*/
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  padding: 0;
}
.footer a {
  color: white;
}
.footer--primary {
  padding: 5rem 0;
  background-color: #2c2c37;
}
.footer--primary .container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 480px) {
  .footer--primary .container {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .footer--primary .container {
    padding-left: 60px;
  }
}
@media (min-width: 480px) {
  .footer--primary .container {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .footer--primary .container {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .footer--primary .container {
    float: none !important;
    width: 100%;
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.footer--primary .row > div {
  margin-bottom: 2.5rem;
}
.footer--primary a {
  color: rgba(255, 255, 255, 0.5);
}
.footer--primary a:focus,
.footer--primary a:hover,
.footer--primary a:active {
  text-decoration: none;
}
.footer--primary a:hover,
.footer--primary a:active {
  color: rgba(255, 255, 255, 0.85);
}
.footer--primary h3 {
  margin-top: 0;
  color: white;
}
.footer--primary li {
  margin-bottom: 0.375rem;
}
.footer--primary li:last-child {
  margin-bottom: 0;
}
.footer--primary .footer__nav {
  padding-left: 0;
  padding-right: 60px;
}
@media (max-width: 479px) {
  .footer--primary .footer__nav {
    float: none;
  }
}
.footer--primary .footer__nav h3 {
  padding-bottom: 0;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: normal;
}
.footer--primary .footer__subscribe {
  clear: both;
  margin-top: 3rem;
  padding-left: 0;
  padding-top: 3rem;
  margin-bottom: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 992px) {
  .footer--primary .footer__subscribe {
    margin-top: 0;
    padding-top: 2.5rem;
  }
}
.footer--primary .footer__subscribe h3 {
  margin-bottom: 0;
}
.footer--primary .footer__subscribe h3:before {
  background-color: white;
}
.footer--primary .footer__subscribe h3:before {
  display: none;
}
.footer--primary .footer__subscribe .hs_submit {
  margin-top: 0;
}
.footer--primary .footer__subscribe input[type="submit"] {
  background: #5cc4e8 !important;
}
.footer--primary .footer__subscribe input[type="submit"],
.footer--primary .footer__subscribe input[type="submit"] * {
  color: #2c2c37 !important;
}
.footer--primary .footer__subscribe input[type="submit"]:focus {
  color: #2c2c37 !important;
}
.footer--primary .footer__subscribe input[type="submit"]:hover {
  background: #8dd6ef !important;
}
.footer--primary .footer__subscribe input[type="submit"]:active {
  background: #7dd0ed !important;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer--primary .footer__subscribe input[type="submit"] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.footer--primary .footer__legal {
  color: #ffffff;
  font-size: 32px;
  line-height: 36px;
  padding: 4.5rem 0 0 0;
  text-align: center;
}
.footer--primary .footer__legal p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  word-break: break-word;
}
.footer--primary input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px black inset !important;
  -webkit-text-fill-color: #ffffff !important;
}
.footer--primary .submitted-message {
  margin-top: 2.5rem;
  font-style: italic;
  color: #c3c3cd !important;
}
@media (min-width: 480px) and (max-width: 991px) {
  .footer--primary .footer__nav {
    width: 50% !important;
  }
}
@media (min-width: 992px) {
  .footer--primary {
    padding: 6.25rem 0;
  }
  .footer--primary .row > div {
    margin-bottom: 0;
  }
  .footer--primary .footer_nav {
    padding-top: 1rem;
  }
  .footer--primary .footer__subscribe {
    clear: inherit;
    min-height: 20rem;
    padding-top: 1rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
    border-top: none;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .footer--primary .footer__subscribe h3 {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .footer--primary .footer__subscribe {
    padding-left: 6.66666667%;
  }
}
.footer--secondary {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #24242E;
}
@media (min-width: 480px) {
  .footer--secondary {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .footer--secondary {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  .footer--secondary {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .footer--secondary {
    padding-right: 50px;
  }
}
.footer--secondary li {
  display: inline;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.footer--secondary a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  color: rgba(255, 255, 255, 0.75);
}
.footer--secondary a:hover,
.footer--secondary a:active,
.footer--secondary a:focus {
  color: white;
}
.footer--secondary .footer__nav--primary {
  margin-bottom: 2rem;
}
.footer--secondary .footer__nav--primary li {
  margin-right: 1rem;
  font-weight: bold;
}
.footer--secondary .footer__nav--secondary {
  margin-top: 0.5rem;
}
.footer--secondary .footer__nav--secondary a {
  font-weight: normal;
}
.footer--secondary .footer__nav--lg-screens {
  display: none;
}
.footer--secondary .footer__address {
  display: block;
  margin-top: 0.75rem;
  font-size: 0.6875rem;
  line-height: 1rem;
  color: #6a7889;
}
@media (min-width: 1200px) {
  .footer--secondary {
    padding-bottom: 1rem;
  }
  .footer--secondary .footer__inner {
    display: table;
    width: 100%;
  }
  .footer--secondary .footer__inner > div {
    display: table-cell;
    vertical-align: middle;
  }
  .footer--secondary .footer__nav {
    width: 30%;
  }
  .footer--secondary .footer__company {
    width: 40%;
    margin-bottom: 2rem;
    text-align: center;
  }
  .footer--secondary .footer__nav--secondary {
    text-align: right;
  }
  .footer--secondary .footer__nav--secondary li {
    margin-left: 1rem;
  }
  .footer--secondary .footer__nav--lg-screens {
    display: block;
  }
  .footer--secondary .footer__nav--stacked {
    display: none;
  }
}
/*@import "_sticky-footer";*/
/*------------------------------------------------*\
    Notifications
\*------------------------------------------------*/
.notification-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
}
@media (min-width: 992px) {
  .notification-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    left: auto;
    bottom: 40px;
  }
}
.sticky-footer-enabled .notification-wrapper {
  bottom: 56px;
}
@media (min-width: 992px) {
  .sticky-footer-enabled .notification-wrapper {
    bottom: 108px;
  }
}
.notification {
  background-color: rgba(44, 44, 55, 0.94);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
  color: #e7e7eb;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  display: none;
  /*------------------------------------------------*\
      > Desktop
  \*------------------------------------------------*/
}
.transitions .notification {
  transition: all ease-in-out 0.25s;
}
.notification.show {
  display: block;
  transform: translate(0, 0);
  opacity: 1;
}
.notification.dismissed {
  height: 0 !important;
  overflow: hidden;
  pointer-events: none;
  transition-duration: 0.15s;
}
.menu-expanded .notification {
  transform: translate3d(0, 10px, 0);
  opacity: 0;
}
@media (min-width: 480px) {
  .notification {
    font-size: 0.75rem;
    line-height: 1.0625rem;
  }
}
@media (min-width: 768px) {
  .notification {
    font-size: 0.8125rem;
    line-height: 1.0625rem;
  }
}
.notification--secondary {
  background-color: rgba(106, 120, 137, 0.94);
}
.notification__inner {
  position: relative;
  padding-right: 2rem;
}
.notification a {
  color: #e7e7eb;
  text-decoration: underline;
}
.notification a:hover,
.notification a:active {
  text-decoration: none;
}
.notification__message {
  display: table;
  width: 100%;
}
.notification__message > div {
  display: table-cell;
  vertical-align: middle;
  padding: 0.625rem 0.75rem;
}
.notification__message .notification__icon {
  width: 4rem;
  padding-right: 0 !important;
  text-align: center;
}
.notification__message .notification__icon .icon {
  top: 3px;
}
.notification__message .notification__desc {
  width: auto;
  padding-left: 0 !important;
}
.notification__close {
  position: absolute;
  top: 0;
  right: 0;
}
.notification__close a {
  display: inline-block;
  padding: 1rem;
  opacity: .8;
}
.notification__close a:hover,
.notification__close a:active {
  opacity: 1;
}
.notification .icon {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
}
.notification .icon--global {
  background-image: url('/Static/img/Icons/global-icon.svg');
  background-size: auto 2.125rem;
  width: 2rem;
  height: 2.125rem;
}
.notification .icon--notice {
  background-image: url('/Static/img/Icons/notice-icon.svg');
  background-size: 1.625rem auto;
  width: 1.625rem;
  height: 1.625rem;
}
.notification .icon--close {
  background-image: url('/Static/img/Icons/close-icon-small-white.svg');
  background-size: 1rem auto;
  width: 1rem;
  height: 1rem;
}
@media (min-width: 992px) {
  .notification {
    max-width: 37.5rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .notification__inner {
    padding-right: 4rem;
  }
  .notification__message .notification__icon {
    width: 4.5rem;
  }
  .notification .icon--global {
    background-size: auto 2.375rem;
    width: 2.25rem;
    height: 2.375rem;
  }
  .notification .icon--notice {
    background-size: 1.875rem auto;
    width: 1.875rem;
    height: 1.875rem;
  }
  .notification .icon--close {
    background-size: 1rem auto;
    width: 1rem;
    height: 1rem;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .notification__message > div {
    padding: 1.0625rem 1rem;
  }
}
.block {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  color: #6a7889;
}
@media (min-width: 480px) {
  .block {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block {
    padding-top: 6rem;
  }
}
@media (min-width: 480px) {
  .block {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block {
    padding-bottom: 6.5rem;
  }
}
.block h1,
.block h2,
.block h3 {
  margin-top: 0;
  color: #2c2c37;
  position: relative;
}
.block h1:before,
.block h2:before,
.block h3:before {
  content: "\A0";
  width: 3.875rem;
  height: 2px;
  background-color: #2c2c37;
  position: absolute;
  bottom: 0;
}
@media (max-width: 991px) {
  .block h1:before,
  .block h2:before,
  .block h3:before {
    width: 3rem;
  }
}
.block .edit-message {
  font-size: 1.25rem;
  padding: 0.25rem 0.625rem;
}
.block .learn-more-link {
  margin-top: 1rem;
}
.block.background-white,
.block .background-white {
  background-color: #ffffff;
}
.block.background-white:before,
.block .background-white:before,
.block.background-white:after,
.block .background-white:after {
  background-color: #ffffff;
}
.block.background-gray,
.block .background-gray {
  background-color: #fafafb;
}
.block.background-gray:before,
.block .background-gray:before,
.block.background-gray:after,
.block .background-gray:after {
  background-color: #fafafb;
}
.block.background-black,
.block .background-black {
  background-color: #2c2c37;
  color: #c3c3cd;
}
.block.background-black:before,
.block .background-black:before,
.block.background-black:after,
.block .background-black:after {
  background-color: #2c2c37;
}
.block.background-black h1,
.block .background-black h1,
.block.background-black h2,
.block .background-black h2,
.block.background-black h3,
.block .background-black h3 {
  color: #f5f5f7;
}
.block.background-black h1:before,
.block .background-black h1:before,
.block.background-black h2:before,
.block .background-black h2:before,
.block.background-black h3:before,
.block .background-black h3:before {
  border-color: #f5f5f7;
}
.block.background-black h4,
.block .background-black h4 {
  color: #e7e7eb;
}
@media (max-width: 992px) {
  .block .text-container {
    margin-top: 2rem;
  }
}
.block .bleed-both:before,
.block .bleed-right:before,
.block .bleed-left:before {
  content: '';
  display: block;
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
}
.block .bleed-left:before {
  left: -999em;
}
.block .bleed-right:before {
  right: -999em;
}
.block .bleed-both:before {
  left: -999em;
  width: 1999em;
}
.block.block-spacing-top-full {
  padding-top: 4rem;
}
@media (min-width: 480px) {
  .block.block-spacing-top-full {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block.block-spacing-top-full {
    padding-top: 6rem;
  }
}
.block.block-spacing-top-half {
  padding-top: 2.5rem;
}
@media (min-width: 480px) {
  .block.block-spacing-top-half {
    padding-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  .block.block-spacing-top-half {
    padding-top: 4.5rem;
  }
}
.block.block-spacing-top-none {
  padding-top: 0;
}
@media (min-width: 992px) {
  .block.block-spacing-top-none {
    padding-top: 0;
  }
}
.block.block-spacing-bottom-full {
  padding-bottom: 4.5rem;
}
@media (min-width: 480px) {
  .block.block-spacing-bottom-full {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block.block-spacing-bottom-full {
    padding-bottom: 6.5rem;
  }
}
.block.block-spacing-bottom-half {
  padding-bottom: 1.6875rem;
}
@media (min-width: 480px) {
  .block.block-spacing-bottom-half {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .block.block-spacing-bottom-half {
    padding-bottom: 3rem;
  }
}
.block.block-spacing-bottom-none {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .block.block-spacing-bottom-none {
    padding-bottom: 0;
  }
}
.block .hubspotscript {
  height: 42px;
  position: absolute;
  bottom: 0;
  /*margin-bottom: -2rem;*/
}
.block .hubspotscript .hs-cta-wrapper {
  display: block;
  /*margin-top: 2.5rem;*/
}
.block .hubspotscript .hs-cta-wrapper .cta_button.cThemeECP {
  font-size: 16px !important;
  /*margin-top: 35px;*/
}
.block .content-block .hubspotscript {
  position: static;
  margin-top: 1rem;
}
html.in-edit .block-edit-properties {
  display: none;
}
.background-image-block {
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding-top: 3.5rem;
}
@media (max-width: 991px) {
  .background-image-block {
    background-image: none !important;
    background-color: white !important;
  }
}
@media (min-width: 992px) {
  .background-image-block {
    padding: 7rem 0;
    min-height: 48rem;
    display: table;
  }
}
.background-image-block .wrapper {
  position: relative;
  padding-top: 9rem;
}
@media (min-width: 992px) {
  .background-image-block .wrapper {
    padding-top: 0;
    display: table-cell;
    vertical-align: middle;
  }
}
.background-image-block .wrapper .mobile-image {
  height: 16.5rem;
  position: absolute;
  width: 100%;
  background-size: cover;
  top: 0;
  left: 0;
}
.background-image-block .wrapper .inner-wrapper {
  padding: 0 1.25rem;
}
.background-image-block .wrapper .text-container {
  margin-top: 0;
  padding: 2rem 1.25rem;
  /*
            &.left {
                @media (min-width: @screen-md-min) {
                    padding: rem(75) rem(160) rem(75) 0;
                }

                &:before {
                    display: none;
                    left: -999em;
                }
            }

            &.right {
                @media (min-width: @screen-md-min) {
                    padding: rem(75) 0 rem(75) rem(160);
                }

                &:after {
                    display: block;
                    right: -999em;
                }
            }
                */
}
.background-image-block .wrapper .text-container .text-content {
  padding: 3.125rem;
}
.background-image-block .wrapper .text-container .text-content.background-white,
.background-image-block .wrapper .text-container .text-content background-gray {
  opacity: 0.8;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
@media (min-width: 992px) {
  .background-image-block .wrapper .text-container:before,
  .background-image-block .wrapper .text-container:after {
    content: '';
    display: none;
    position: absolute;
    width: 999em;
    top: 0;
    bottom: 0;
  }
}
.background-image-block .wrapper img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .background-image-block .wrapper img {
    padding: 0;
  }
}
.text-image-block {
  color: #2c2c37;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .text-image-block {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.text-image-block .text-container {
  margin-top: 0;
}
.text-image-block .text-container .block-title {
  margin-top: 0;
}
.text-image-block .text-container p,
.text-image-block .text-container ul,
.text-image-block .text-container ol {
  color: #6a7889;
}
.text-image-block .text-container p *,
.text-image-block .text-container ul *,
.text-image-block .text-container ol * {
  color: #6a7889;
}
.text-image-block .image-column {
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .text-image-block .image-column {
    float: right;
    margin-bottom: 0;
  }
}
.text-image-block .image-column img {
  width: 100%;
  height: auto;
}
.text-image-block.text-align-right .image-column {
  float: left;
}
.text-fluid-image-block {
  overflow: hidden;
  width: 100%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  /*.text-background {
        float: left;
    }*/
}
@media (min-width: 992px) {
  .text-fluid-image-block {
    padding-top: 0;
    width: 100%;
    /*min-height: rem(496);*/
  }
}
.text-fluid-image-block .row {
  width: 100%;
}
@media (max-width: 991px) {
  .text-fluid-image-block .row {
    margin: 0;
    height: auto;
  }
}
@media (min-width: 992px) {
  .text-fluid-image-block .row {
    display: table;
    min-height: 30rem;
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .text-fluid-image-block .row {
    min-height: 37.5rem;
  }
}
.text-fluid-image-block .text-background {
  float: none;
}
@media (min-width: 992px) {
  .text-fluid-image-block .text-background {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (min-width: 480px) {
  .text-fluid-image-block .text-background {
    padding-left: 30px;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .text-fluid-image-block .text-background {
    padding-left: 50px;
  }
}
.text-fluid-image-block .wrapper {
  max-width: 100%;
}
.text-fluid-image-block .wrapper .text-container {
  padding: 2.5rem 2rem 3.5rem;
  margin-top: 0;
}
@media (min-width: 992px) {
  .text-fluid-image-block .wrapper .text-container {
    padding: 3.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .text-fluid-image-block .wrapper {
    width: 100%;
    max-width: 580px;
    float: right;
  }
  .text-fluid-image-block .wrapper .text-container {
    width: 400px;
    max-width: 100%;
    /*float: left;*/
    padding: 4.6875rem 0;
  }
}
@media (min-width: 1199px) {
}
.text-fluid-image-block .image-column {
  vertical-align: middle;
  float: none;
  background-position: center;
  background-size: cover;
  /*float: right;*/
}
.text-fluid-image-block .image-column.top {
  display: block;
}
.text-fluid-image-block .image-column.bottom {
  display: none;
}
@media (max-width: 991px) {
  .text-fluid-image-block .image-column {
    height: auto !important;
    padding-bottom: 60%;
  }
}
@media (min-width: 992px) {
  .text-fluid-image-block .image-column.top {
    display: none;
  }
  .text-fluid-image-block .image-column.bottom {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  .text-fluid-image-block .image-column,
  .text-fluid-image-block .text-background {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .text-fluid-image-block.text-align-right .text-background {
    padding-left: 80px;
    /*float: right;*/
  }
  .text-fluid-image-block.text-align-right .text-background .wrapper {
    float: none;
  }
  .text-fluid-image-block.text-align-right .text-background .text-container {
    margin-left: 0;
  }
  .text-fluid-image-block.text-align-right .image-column {
    /*float: left;*/
  }
  .text-fluid-image-block.text-align-right .image-column.top {
    display: table-cell;
  }
  .text-fluid-image-block.text-align-right .image-column.bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .video-block .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.video-block .col {
  overflow: hidden;
}
@media (max-width: 992px) {
  .video-block .col {
    padding: 0;
  }
}
.video-block .start-video {
  position: absolute;
  top: 80px;
  padding: 12px;
  left: 174px;
  opacity: .3;
  cursor: pointer;
  transition: all 0.3s;
}
.video-block .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-block .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-block .video-thumbnail-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .video-block .video-thumbnail-container {
    padding: 0;
  }
}
.video-block .video-thumbnail-container .video-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.video-block .video-thumbnail-container .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  border-radius: 50%;
}
.video-block .video-thumbnail-container .play-btn:after {
  content: '';
  display: block;
  width: 5.625rem;
  height: 5.625rem;
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  background-image: url('/Static/img/play-button.svg');
  background-size: 5.625rem auto;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .video-block .video-thumbnail-container .play-btn:after {
    width: 3.75rem;
    height: 3.75rem;
    background-size: 3.75rem;
  }
}
.video-block .video-thumbnail-container:hover,
.video-block .video-thumbnail-container:active {
  cursor: pointer;
}
.video-block .video-thumbnail-container:hover .play-btn:after,
.video-block .video-thumbnail-container:active .play-btn:after {
  opacity: 1;
}
.video-block .cookie-consent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity ease-in-out 0.25s;
}
.video-block .cookie-consent a {
  padding: 0.9375rem;
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.video-block .cookie-consent a:hover {
  cursor: pointer;
  opacity: 0.8;
}
.video-block.need-cookie-consent .cookie-consent {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.video-block.need-cookie-consent .video-thumbnail-container {
  pointer-events: none;
  cursor: default;
}
.video-block.need-cookie-consent .video-thumbnail-container .play-btn {
  opacity: 0;
}
.divider-block {
  padding: 2rem 0;
  background-color: #c3c3cd;
  text-align: center;
  color: #2c2c37;
}
@media (min-width: 992px) {
  .divider-block {
    padding: 4.6875rem 0;
  }
}
.divider-block .container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 480px) {
  .divider-block .container {
    padding-left: 40px;
  }
}
@media (min-width: 768px) {
  .divider-block .container {
    padding-left: 60px;
  }
}
@media (min-width: 480px) {
  .divider-block .container {
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .divider-block .container {
    padding-right: 60px;
  }
}
@media (min-width: 768px) {
  .divider-block .container {
    float: none !important;
    width: 100%;
    max-width: 1280px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.divider-block .text-container {
  margin-top: 0;
}
.divider-block .text-container .block-title {
  margin: 0;
  padding-bottom: 0;
  text-align: center;
}
.divider-block .text-container .block-title:before {
  display: none;
}
.divider-block .text-container .block-subheader {
  margin-top: 0;
  margin-bottom: 0.875rem;
  padding-bottom: 0;
  position: relative;
}
@media (min-width: 992px) {
  .divider-block .text-container .block-subheader {
    margin-bottom: 0.625rem;
  }
}
.cta-block .text-container {
  text-align: center;
  position: relative;
}
.cta-block .text-container .block-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.cta-block .text-container .block-title:before {
  content: "\A0";
  width: 3.875rem;
  height: 2px;
  border-bottom: 2px solid #6a7889;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%);
  -ms-transform: perspective(1px) translateX(-50%);
  transform: perspective(1px) translateX(-50%);
}
.cta-block .text-container .block-text {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
}
.two-column-text-block .header-column h2 {
  margin-bottom: 0;
}
.two-column-text-block .header-column + .text-column {
  margin-top: 2rem;
}
.two-column-text-block .header-column + .text-column:empty {
  margin-top: 0;
}
@media (min-width: 768px) {
  .two-column-text-block .header-column + .text-column {
    margin-top: 0;
  }
}
.two-column-text-block .text-column .block-ingress {
  font-size: 1.0625rem;
  line-height: 1.625rem;
  font-weight: normal;
  color: #6a7889;
}
@media (min-width: 992px) {
  .two-column-text-block .text-column .block-ingress {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.two-column-text-block .text-column .block-ingress a {
  color: #0454cc;
  transition: all ease-in-out 0.25s;
}
.two-column-text-block .text-column .block-ingress a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #2c2c37;
}
.two-column-text-block .text-column .block-ingress a:active {
  transition-duration: 0.15s;
}
.two-column-text-block .text-column .block-ingress + .block-text {
  margin-top: 1.875rem;
}
.two-column-text-block .text-column .block-ingress > *:first-child,
.two-column-text-block .text-column .block-text > *:first-child {
  margin-top: 0;
}
.two-column-text-block .text-column .block-ingress > *:last-child,
.two-column-text-block .text-column .block-text > *:last-child {
  margin-bottom: 0;
}
.two-column-text-block .text-column .block-text {
  line-height: 1.75rem;
}
.two-column-text-block .text-column .block-text p {
  margin-bottom: 1rem;
}
/*------------------------------------------------*\
    General Column Block Styling
\*------------------------------------------------*/
.column-block {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
  padding-left: 0;
  padding-right: 0;
  /*------------------------------------------------*\
      Tablet Layout
  \*------------------------------------------------*/
}
.column-block .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 480px) {
  .column-block .container {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .column-block .container {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  .column-block .container {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .column-block .container {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .column-block .container {
    float: none !important;
    width: 100%;
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.column-block .title {
  margin: 0 0 3.5rem 0;
  max-width: 25rem;
}
@media (min-width: 992px) {
  .column-block .title {
    margin-top: 0;
    margin-bottom: 5.8125rem;
  }
}
.column-block .content-block {
  margin-bottom: 3.25rem;
  overflow: hidden;
}
.column-block .content-block:before,
.column-block .content-block:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.column-block .content-block:after {
  clear: both;
}
@media (min-width: 1200px) {
  .column-block .content-block {
    margin-bottom: 0;
  }
}
.column-block .content-block.no-text .text-container .learn-more-link {
  position: relative;
  margin-top: 0;
}
.column-block .content-block.no-image .text-container {
  width: 100%;
  padding-left: 0;
}
@media (max-width: 991px) {
  .column-block .content-block.no-text.no-image {
    line-height: 0;
  }
  .column-block .col.empty {
    display: none;
  }
  .column-block .col:last-child .content-block {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .column-block .col {
    height: auto !important;
  }
}
.column-block .image-container {
  width: 100%;
  margin: 0 auto;
}
.column-block .image-container .block-image {
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 50%;
  margin-bottom: 1.25rem;
}
.column-block .image-container .block-image img {
  display: none;
}
.column-block .fit-image .image-container .block-image {
  background-size: contain;
  padding-bottom: 50% !important;
}
.column-block .text-container {
  margin-top: 0;
}
@media (min-width: 1200px) {
  .column-block .text-container.have-learn-more {
    padding-bottom: 2rem;
  }
  .column-block .text-container .learn-more-link {
    position: absolute;
    bottom: 0;
    height: 1.2rem;
  }
}
.column-block .text-container .content-title {
  margin-top: 0;
  margin-bottom: 0.625rem;
  padding: 0;
}
.column-block .text-container .content-text {
  padding: 0;
  margin: 0;
}
.column-block .text-container .content-text *:last-child {
  margin-bottom: 0;
}
@media (min-width: 700px) and (max-width: 1199px) {
  .column-block .content-block > div {
    float: left;
    width: 50%;
  }
  .column-block .col:last-child .content-block {
    margin-bottom: 0;
  }
  .column-block .image-container .block-image {
    margin-bottom: 0;
    padding-bottom: 60% !important;
  }
  .column-block .text-container {
    margin-top: 0.125rem;
    padding-left: 2.5rem;
    padding-right: 1.875rem;
  }
  .column-block .col.no-image {
    width: 100%;
    height: auto !important;
  }
  .column-block .col.no-image .text-container {
    width: 100%;
    max-width: 25rem;
    padding-left: 0;
  }
}
@media (min-width: 700px) and (max-width: 767px) {
  .column-block .image-container .block-image {
    padding-bottom: 70% !important;
  }
  .column-block .text-container {
    margin-top: 0;
    padding-left: 1.875rem;
  }
}
@media (min-width: 992px) {
  .two-column-block .image-container .block-image {
    padding-bottom: 70.35%;
  }
}
@media (min-width: 992px) {
  .three-column-block .image-container .block-image {
    padding-bottom: 78.605%;
  }
}
@media (min-width: 992px) {
  .four-column-block .image-container .block-image {
    padding-bottom: 71.43%;
  }
}
.icon-grid-block {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.icon-grid-block .content-title {
  margin-bottom: 2.5rem;
}
@media (min-width: 480px) {
  .icon-grid-block .content-title {
    margin-bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  .icon-grid-block .content-title {
    margin-bottom: 4.5rem;
  }
}
.icon-grid-block .icon-row .icon-row-block {
  overflow: hidden;
}
.icon-grid-block .icon-row .icon-row-block:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .icon-grid-block .icon-row .icon-row-block.center-block {
    text-align: center;
  }
  .icon-grid-block .icon-row .icon-row-block.center-block .col {
    display: inline-block;
    float: none;
  }
}
.icon-row-block {
  margin-top: 0;
}
@media (min-width: 768px) {
  .icon-row-block {
    margin-top: 1.6875rem;
  }
}
@media (min-width: 992px) {
  .icon-row-block {
    margin-top: 2.5rem;
  }
}
.icon-row-block .col {
  position: relative;
}
@media (min-width: 768px) {
  .icon-row-block .col {
    text-align: center;
    margin-bottom: 0;
  }
}
.icon-row-block .col .content-title {
  margin-bottom: 0;
  margin-top: 1.125rem;
  padding-left: 5.75rem;
}
@media (min-width: 768px) {
  .icon-row-block .col .content-title {
    padding: 0 1.125rem;
    margin-top: 0;
  }
}
@media (max-width: 1199px) {
  .icon-row-block .col .content-title {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    font-weight: normal;
  }
}
@media (min-width: 992px) {
  .icon-row-block .col .content-title {
    padding: 0 3rem;
  }
}
.icon-row-block .col img {
  height: auto;
  width: 4.6875rem;
  float: left;
  margin-right: 1.0625rem;
}
@media (min-width: 768px) {
  .icon-row-block .col img {
    float: none;
    margin-right: 0;
    width: auto;
    height: 6.25rem;
  }
}
.icon-row-block .col .image-background {
  display: block;
  width: 4.6875rem;
  height: 4.6875rem;
  background-size: 4.6875rem;
  float: left;
  margin-right: 1.0625rem;
}
@media (min-width: 768px) {
  .icon-row-block .col .image-background {
    float: none;
    width: 6.25rem;
    height: 6.25rem;
    margin: auto;
    background-size: 6.25rem;
  }
}
@media (min-width: 768px) {
  .icon-row-block .col.col-1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: calc(100% - 6.25rem);
    width: 0;
    border-left: 1px solid #e7e7eb;
    z-index: 100;
  }
  .icon-row-block .col:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    height: calc(100% - 6.25rem);
    width: 0;
    border-left: 1px solid #e7e7eb;
    z-index: 100;
  }
}
.icon-row-block .divider {
  display: none;
  position: relative;
}
.icon-row-block .divider:after {
  position: absolute;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%);
  -ms-transform: perspective(1px) translateX(-50%);
  transform: perspective(1px) translateX(-50%);
  bottom: 0;
  content: '';
  height: 5rem;
  width: 0;
  border-left: 1px solid rgba(97, 97, 97, 0.3);
  z-index: 100;
}
.icon-row-block.have-background .col:after {
  display: none;
}
.icon-row-block.have-background .divider {
  display: block;
}
.image-block .col {
  overflow: hidden;
}
@media (max-width: 992px) {
  .image-block .col {
    padding: 0;
  }
}
.image-block .container img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.text-on-image-block {
  background-position: center;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .text-on-image-block {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.text-on-image-block .text-container {
  color: #fafafb;
}
.text-on-image-block .text-container .block-title {
  color: #fafafb;
  font-size: 3.125rem;
}
.text-on-image-block .text-container p {
  font-size: 2.5rem;
}
.quotation-block {
  color: #2c2c37;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .quotation-block {
    padding-top: 4.6875rem;
    padding-bottom: 4.6875rem;
  }
}
.quotation-block.block-spacing-bottom-full {
  padding-bottom: 4rem;
}
@media (min-width: 480px) {
  .quotation-block.block-spacing-bottom-full {
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .quotation-block.block-spacing-bottom-full {
    padding-bottom: 6rem;
  }
}
.quotation-block .text-container {
  margin-top: 0;
}
.quotation-block .text-container .block-title {
  margin-top: 0;
}
.quotation-block .text-container p,
.quotation-block .text-container ul,
.quotation-block .text-container ol {
  color: #6a7889;
}
.quotation-block .text-container p *,
.quotation-block .text-container ul *,
.quotation-block .text-container ol * {
  color: #6a7889;
}
.quotation-block .row {
  text-align: center;
}
.quotation-block .wrapper {
  display: inline-block;
  overflow: hidden;
}
.quotation-block .image-column {
  width: 12.5rem;
  margin: 0 auto 2.5rem auto;
}
@media (min-width: 768px) {
  .quotation-block .image-column {
    margin-bottom: 0;
    margin-right: 1.25rem;
    float: left;
  }
}
.quotation-block .image-column img {
  width: 100%;
  height: auto;
  background-color: #f5f5f7;
}
.quotation-block .text-container {
  text-align: center;
  float: left;
}
.quotation-block .text-container .quotation-text {
  position: relative;
  display: inline-block;
  padding: 0.4375rem 1.5rem 1.375rem 0;
  margin-left: 1rem;
  max-width: 22rem;
  width: auto;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.quotation-block .text-container .quotation-text:before {
  content: '\201C';
  position: absolute;
  left: -1.5rem;
  top: 0;
  font-size: 2.375rem;
}
.quotation-block .text-container .quotation-text:after {
  content: '\201D';
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 2.375rem;
}
.quotation-block .text-container .author-name {
  text-transform: uppercase;
  margin-bottom: 0;
}
.quotation-block .text-container .author-title {
  font-size: 0.5625rem;
  line-height: 0.75rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.product-block {
  position: relative;
  font-family: "Arial Light";
  padding: 0;
}
@media (max-width: 992px) {
  .product-block {
    margin: 0 17px;
  }
  .product-block .layout-small-position {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .product-block .layout-small-position [data-layout-small-position="1"] {
    order: 1;
    -webkit-order: 1;
  }
  .product-block .layout-small-position [data-layout-small-position="2"] {
    order: 2;
    -webkit-order: 2;
  }
  .product-block .layout-small-position [data-layout-small-position="3"] {
    order: 3;
    -webkit-order: 3;
  }
  .product-block .layout-small-position [data-layout-small-position="4"] {
    order: 4;
    -webkit-order: 4;
  }
}
@media (max-width: 992px) {
  .product-form-wrapper {
    margin-top: -22.5rem;
    min-height: 22.5rem;
    padding: 0;
    max-width: 60%;
    z-index: 99;
    position: relative;
  }
}
.product-form-wrapper .text-container {
  padding: 0 0 3.5rem 0;
}
.product-form-wrapper h2 {
  margin: 6.25rem 0 3.25rem;
  line-height: 1;
  padding: 0;
  font-size: 3.125rem;
}
@media (min-width: 480px) {
  .product-form-wrapper h2 {
    margin-top: 3.25rem;
  }
}
@media (min-width: 992px) {
  .product-form-wrapper h2 {
    margin: 6.0625rem 0 3.625rem;
    font-size: 4rem;
  }
}
.product-form-wrapper h2:before {
  display: none;
}
.product-form-wrapper p {
  font-size: 0.8125rem;
  margin-bottom: 1.125rem;
}
@media (max-width: 992px) {
  .product-form-wrapper p {
    font-size: 0.875rem;
  }
}
.product-form-wrapper p span {
  display: block;
}
@media (max-width: 992px) {
  .product-form-wrapper p span {
    max-width: 77%;
  }
}
.product-form-wrapper p span.label {
  font-weight: bold;
  color: #2c2c37;
  text-transform: uppercase;
}
.product-form-wrapper p span + span {
  width: auto;
}
.product-form-wrapper .color-list .product-color-btn {
  content: "";
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  margin-right: 0.3125rem;
  border: 1px solid #24242E;
  display: inline-block;
  margin-top: 0.25rem;
}
@media (max-width: 992px) {
  .product-form-wrapper .color-list .product-color-btn {
    border-radius: 50%;
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 0.25rem;
  }
}
.product-picker {
  clear: both;
  margin-top: 1.71875rem;
  margin-bottom: 5.1875rem;
  margin-right: -40%;
}
@media (max-width: 992px) {
  .product-picker {
    margin-top: 2.34375rem;
    margin-bottom: 5.1875rem;
  }
}
.product-picker legend {
  font-size: 0.6875rem;
  line-height: 1;
  border: none;
  text-transform: uppercase;
  margin-bottom: 1.58125rem;
}
@media (max-width: 992px) {
  .product-picker legend {
    font-size: 0.875rem;
  }
}
.product-picker legend:after {
  content: ":";
}
.product-picker input {
  margin: 0;
}
.product-picker [type="radio"]:checked + label:after,
.product-picker [type="radio"]:not(:checked) + label:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.product-picker [type="radio"] + label:after {
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0.3125rem;
  top: 0.3125rem;
  border: 1px solid #24242E;
}
@media (max-width: 992px) {
  .product-picker [type="radio"] + label:after {
    height: 0.875rem;
    width: 0.875rem;
    border-radius: 50%;
    left: 0.375rem;
    top: 0.375rem;
  }
}
.product-picker [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.product-picker [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-color-btn {
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  padding: 0.25rem 0;
  font-size: 0.75rem;
  line-height: 1.428571429;
  border-radius: 50%;
  border: 1px solid #24242E;
  overflow: hidden;
  position: relative;
  margin-right: 0.5rem;
}
@media (max-width: 992px) {
  .product-color-btn {
    width: 1.75rem;
    height: 1.75rem;
    text-align: center;
    padding: 0.375rem 0;
    border-radius: 50%;
  }
}
.product-color-btn.black {
  background-color: #24242E;
}
.product-color-btn.black:after {
  border: 1px solid #ffffff;
}
.product-color-btn.white {
  background-color: #ffffff;
}
.product-color-btn.green {
  background-color: #50c467;
}
.product-color-btn.red {
  background-color: #fb6868;
}
.product-color-btn.blue {
  background-color: #0094d2;
}
.product-color-btn.gray {
  background-color: #c3c3cd;
}
.product-color-btn.orange {
  background-color: #f5a700;
}
.product-color-btn.yellow {
  background-color: #fed400;
}
.product-image {
  padding-top: 3.5rem;
}
@media (max-width: 992px) {
  .product-image {
    padding: 1.875rem 10px 1.75rem;
    border-bottom: 0.59px solid #24242E;
  }
}
.product-image img {
  max-width: 100%;
  height: auto;
}
.product-thumbs {
  margin: 0.9375rem 0 3.8125rem;
}
@media (max-width: 992px) {
  .product-thumbs {
    margin: 4.125rem 0 5.5488125rem auto;
  }
}
.product-thumbs .thumb-container {
  border-left: 1px solid #EEEEEE;
}
@media (max-width: 992px) {
  .product-thumbs .thumb-container {
    border-left: none;
    /*border-bottom: .59px solid @black-midnight;*/
    margin-left: auto;
    padding: 0;
    padding-bottom: 1px;
  }
}
@media (max-width: 992px) {
  .product-thumbs .thumb-container {
    max-width: 33%;
    max-height: 82.6px;
  }
}
.product-thumbs .thumb-container:first-child {
  border-left: none;
  border-bottom: none;
}
.product-thumbs .thumb-container.hidden {
  display: block !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-thumbs img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
  opacity: .35;
}
.product-thumbs img.selected {
  opacity: 1;
}
.product-thumbs img.placeholder {
  cursor: auto;
  height: 100px;
}
@media (max-width: 992px) {
  .product-thumbs img.placeholder {
    max-height: 82.6px;
  }
}
.color-name {
  text-transform: capitalize;
}
.yuniko-block a,
.yuniko-block a:hover,
.yuniko-block a:visited {
  color: inherit;
}
.yuniko-block .hubspotscript {
  display: none;
}
.text-image-bleed-background-block {
  color: #2c2c37;
  padding-top: 3.5rem;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .text-image-bleed-background-block {
    padding-top: 4.6875rem;
  }
}
.text-image-bleed-background-block .text-container {
  margin-top: 0;
}
.text-image-bleed-background-block .text-container .block-title {
  margin-top: 0;
}
.text-image-bleed-background-block .text-container p,
.text-image-bleed-background-block .text-container ul,
.text-image-bleed-background-block .text-container ol {
  color: #6a7889;
}
.text-image-bleed-background-block .text-container p *,
.text-image-bleed-background-block .text-container ul *,
.text-image-bleed-background-block .text-container ol * {
  color: #6a7889;
}
.text-image-bleed-background-block .image-column {
  margin-bottom: 1.875rem;
  z-index: 1;
}
@media (min-width: 992px) {
  .text-image-bleed-background-block .image-column {
    float: right;
  }
}
.text-image-bleed-background-block .image-column img {
  width: 100%;
  height: auto;
}
.text-image-bleed-background-block .post-typography {
  background-color: #fafafb;
  padding: 1.875rem 0 1.875rem 1.875rem;
  position: relative;
}
.text-image-bleed-background-block .post-typography:after {
  content: '';
  position: absolute;
  width: 999em;
  top: 0;
  bottom: 0;
  background-color: #fafafb;
  right: -999em;
  z-index: 0;
}
.text-image-bleed-background-block.background-gray .post-typography {
  background-color: #ffffff;
}
.text-image-bleed-background-block.background-gray .post-typography:after {
  background-color: #ffffff;
}
.text-image-bleed-background-block.text-align-right .image-column {
  float: left;
}
.text-image-bleed-background-block.text-align-right .post-typography {
  padding-left: 0;
  padding-right: 1.875rem;
}
.text-image-bleed-background-block.text-align-right .post-typography:after {
  left: -999em;
  right: unset;
}
.compare-images-block {
  padding-top: 1.875rem;
  padding-bottom: 2.8125rem;
}
@media (max-width: 1200px) {
  .compare-images-block .container {
    padding: 0px !important;
  }
}
.compare-images-block .ComparisonSlider {
  padding-top: 40%;
  width: 100%;
  overflow: visible;
  height: 260px;
}
.compare-images-block .ComparisonSlider .imageText {
  width: 9.375rem;
  padding: 1rem;
  background-color: #ffffff;
  position: absolute;
  bottom: 0.625rem;
  color: #0056c4;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.compare-images-block .ComparisonSlider .imageLogo {
  position: absolute;
  bottom: 0.625rem;
}
.compare-images-block .ComparisonSlider .imageLogo img {
  height: 70px;
}
.compare-images-block .ComparisonSlider .rightLogo {
  right: 0px;
}
.compare-images-block .ComparisonSlider .leftImageText {
  text-align: right;
}
.compare-images-block .ComparisonSlider .rightImageText {
  text-align: left;
  right: 0px;
}
.compare-images-block .ComparisonSlider__Handle {
  border: none;
  color: #2C2C37;
  filter: none;
  width: 55px;
  height: 100%;
  background: url(/Static/img/Icons/caret-left-bold.svg) center left, url(/Static/img/Icons/caret-right-bold.svg) center right;
  background-repeat: no-repeat, no-repeat;
}
.compare-images-block .ComparisonSlider__Handle:before,
.compare-images-block .ComparisonSlider__Handle:after {
  background-color: #2C2C37;
  width: 2px;
  height: calc(50% + 20px);
}
.compare-images-block .ComparisonSlider__Handle:before {
  margin-bottom: 0;
}
.compare-images-block .ComparisonSlider__Handle:after {
  margin-top: 0;
}
.footnote-block {
  margin-top: -4.5rem;
  padding: 0 0 2.25rem 0;
}
@media (min-width: 768px) {
  .footnote-block {
    margin-top: -7.5rem;
  }
}
@media (min-width: 992px) {
  .footnote-block {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .footnote-block {
    margin-top: 0;
  }
}
.footnote-block div {
  text-align: center;
  font-size: 0.75rem;
}
.theme-ecp:after,
.theme-ecp .navbar:after {
  background-color: #5cc4e8;
}
.theme-ecp.theme-background {
  background-color: #bee7f6 !important;
}
.theme-ecp .theme-background {
  background-color: #bee7f6;
}
.theme-ecp .theme-alternate-background {
  background-color: #ffffff;
}
.theme-spectaclewearers:after,
.theme-spectaclewearers .navbar:after {
  background-color: #fed400;
}
.theme-spectaclewearers.theme-background {
  background-color: #ffee99 !important;
}
.theme-spectaclewearers .theme-background {
  background-color: #ffee99;
}
.theme-spectaclewearers .theme-alternate-background {
  background-color: #fafafb;
}
.theme-other:after,
.theme-other .navbar:after {
  background-color: #c3c3cd;
}
.theme-other.theme-background {
  background-color: #e7e7eb !important;
}
.theme-other .theme-background {
  background-color: #e7e7eb;
}
.theme-other .theme-alternate-background {
  background-color: #ffffff;
}
.contact-us {
  padding-bottom: 3.5rem;
}
@media (min-width: 992px) {
  .contact-us {
    overflow: hidden;
    padding-bottom: 6.5rem;
  }
}
.contact-us .banner {
  padding-top: 5rem;
  background-color: #e7e7eb;
}
@media (min-width: 992px) {
  .contact-us .banner {
    padding-top: 7rem;
  }
}
.contact-us .banner .title {
  display: none;
  font-family: "Arial Light", Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.625rem;
  padding-bottom: 2rem;
  font-weight: 200;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
.contact-us .banner .title strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 768px) {
  .contact-us .banner .title {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media (min-width: 992px) {
  .contact-us .banner .title {
    padding-bottom: 3rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
@media (min-width: 992px) and (max-height: 799px) {
  .contact-us .banner .title {
    padding-bottom: 2rem;
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.contact-us .banner .title:before {
  content: "\A0";
  width: 4.375rem;
  height: 2px;
  background-color: #2c2c37;
  position: absolute;
  bottom: 0;
}
@media (min-width: 480px) {
  .contact-us .banner .title:before {
    height: 3px;
  }
}
@media (min-width: 992px) {
  .contact-us .banner .title:before {
    width: 7rem;
  }
}
@media (min-width: 992px) {
  .contact-us .banner .title {
    display: block;
  }
}
.contact-us .hubspot-form-container {
  padding-top: 3.5rem;
}
@media (min-width: 992px) {
  .contact-us .hubspot-form-container {
    padding-top: 7rem;
  }
}
@media (min-width: 992px) {
  .contact-us .submitted-message {
    font-size: 1.25rem;
  }
}
.contact-us .two-column-text-block {
  padding-bottom: 2rem !important;
}
@media (max-width: 991px) {
  .contact-us .two-column-text-block {
    padding-top: 4rem !important;
  }
}
@media (min-width: 480px) {
  .contact-us .two-column-text-block {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 992px) {
  .contact-us .two-column-text-block {
    padding-bottom: 2rem !important;
  }
}
.contact-us .two-column-text-block .container {
  padding-left: 0;
}
.contact-us .two-column-text-block .header-column,
.contact-us .two-column-text-block .text-column {
  float: none;
}
.contact-us .two-column-text-block .header-column {
  min-width: 230px;
  margin-bottom: 2rem;
}
.contact-us .two-column-text-block .text-column {
  margin-left: 0;
}
@media (min-width: 480px) {
  .contact-us .two-column-text-block .text-column {
    min-width: 360px;
  }
}
.contact-us .contact-nav {
  position: relative;
  right: 0;
  margin-top: -1.875rem;
  z-index: 1;
  background-color: #ffffff;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .contact-us .contact-nav {
    float: right;
    margin-left: 0;
    margin-right: 0;
    box-shadow: none;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    margin-top: -6rem;
  }
  .contact-us .contact-nav:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 9999px;
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.2);
    z-index: -1;
  }
}
.contact-us .contact-nav .nav-toggle {
  position: relative;
  padding: 1.0625rem 0.625rem 0.9375rem;
  cursor: pointer;
}
.contact-us .contact-nav .nav-toggle:after {
  position: absolute;
  content: '';
  background-image: url('/Static/img/Icons/caret-down-bold.svg');
  background-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  right: 0.6875rem;
  top: 1.3125rem;
}
@media (min-width: 992px) {
  .contact-us .contact-nav .nav-toggle {
    cursor: default;
    padding: 3.5rem 2.875rem 0;
  }
  .contact-us .contact-nav .nav-toggle:after {
    display: none;
  }
}
@media (min-width: 992px) {
  .contact-us .contact-nav .nav-toggle {
    display: none;
  }
}
@media (min-width: 992px) {
  .contact-us .contact-nav .pages {
    margin-top: 0;
  }
}
.contact-us .contact-nav .title {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-size: 1.0625rem;
  font-weight: normal;
}
.contact-us .contact-nav .title:after {
  display: block;
  content: '';
  height: 2px;
  width: 100%;
  background-color: #c3c3cd;
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .contact-us .contact-nav .title {
    margin-bottom: 1rem;
    margin-top: 0;
    padding-right: 2.875rem;
    padding-left: 2.875rem;
    font-size: 1.25rem;
    opacity: 1;
  }
}
.contact-us .contact-nav .theme-ecp .title:after {
  background-color: #5cc4e8;
}
.contact-us .contact-nav .theme-spectaclewearers .title:after {
  background-color: #fed400;
}
.contact-us .contact-nav ul {
  list-style: none;
  margin: 0;
}
@media (min-width: 992px) {
  .contact-us .contact-nav ul {
    display: block;
    padding: 0 2.875rem 2.5rem;
  }
}
.contact-us .contact-nav ul li a {
  display: block;
  padding: 0.75rem 0;
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #6a7889;
  border-bottom: 1px solid rgba(106, 120, 137, 0.2);
}
.contact-us .contact-nav ul li a:hover,
.contact-us .contact-nav ul li a:focus,
.contact-us .contact-nav ul li a:active {
  text-decoration: none;
  color: #2c2c37;
}
.touch .contact-us .contact-nav ul li a:hover,
.touch .contact-us .contact-nav ul li a:focus {
  color: #6a7889;
}
.touch .contact-us .contact-nav ul li a:active {
  color: #2c2c37;
}
.contact-us .contact-nav ul li.active a {
  pointer-events: none;
  color: #2c2c37;
}
.contact-us .contact-nav .pages > div:last-child ul {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .contact-us .contact-nav {
    margin-left: 5px;
    width: calc(100% - 5px);
    padding-top: 2rem;
    padding-bottom: 2.5rem;
    /*------------------------------------------------*\
                Nav has been selected
            \*------------------------------------------------*/
  }
  .contact-us .contact-nav .nav-toggle {
    display: none;
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
  }
  .contact-us .contact-nav .nav-toggle,
  .contact-us .contact-nav ul {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    transition-delay: 0.25s;
  }
  .contact-us .contact-nav ul {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .contact-us .contact-nav.nav-selected {
    height: 56px;
    padding-top: 0;
    padding-bottom: 2.5rem;
    overflow: hidden;
  }
  .contact-us .contact-nav.nav-selected,
  .contact-us .contact-nav.nav-selected .nav-toggle:after,
  .contact-us .contact-nav.nav-selected .title,
  .contact-us .contact-nav.nav-selected .selected-title,
  .contact-us .contact-nav.nav-selected ul {
    transform: translateZ(0);
    transition: all ease-in-out 0.25s;
  }
  .contact-us .contact-nav.nav-selected .nav-toggle {
    display: block;
  }
  .contact-us .contact-nav.nav-selected .pages {
    margin-top: -2.125rem;
  }
  .contact-us .contact-nav.nav-selected .title {
    opacity: 0;
  }
  .contact-us .contact-nav.nav-selected ul {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  .contact-us .contact-nav.nav-selected .selected-title {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 100%;
    padding: 1rem 0.625rem;
    margin: 0;
    transition-duration: 0.15s;
  }
  .contact-us .contact-nav.nav-selected.expanded .nav-toggle:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .contact-us .contact-nav.nav-selected.expanded ul {
    opacity: 1;
    pointer-events: auto;
  }
  .contact-us .contact-nav.nav-selected.expanded .title {
    opacity: 1;
  }
  .contact-us .contact-nav.nav-selected.expanded .selected-title {
    opacity: 0;
  }
}
.contact-us.in-edit .contact-nav:before {
  width: 100%;
}
.find-optician-page {
  height: 100%;
}
.find-optician-page main {
  height: 100%;
}
.find-optician-page body {
  height: 100%;
}
.find-optician-page .map-wrapper {
  position: relative;
}
.find-optician-page .map-wrapper #map {
  height: 60vh;
  margin-top: 2.8125rem;
}
@media (min-width: 992px) {
  .find-optician-page .map-wrapper {
    height: 100%;
  }
  .find-optician-page .map-wrapper #map {
    height: 100%;
    margin-left: 25.8125rem;
    margin-top: 0;
  }
}
.find-optician-page .search-wrapper {
  background-color: rgba(231, 231, 235, 0.92);
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25.8125rem;
    height: 100%;
    overflow: hidden;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper {
  z-index: 1;
  height: 2.8125rem;
  position: absolute;
  top: -2.8125rem;
  left: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper {
    position: relative;
    top: 0;
    height: auto;
    padding: 1.875rem 1.875rem 1.875rem 1.875rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField {
  height: 2.8125rem;
  padding-left: 1rem;
  padding-right: 3.5rem;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
  width: 100%;
  border: none;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper #searchTextField {
    height: 3.4375rem;
    padding-right: 3rem;
  }
}
.find-optician-page .search-wrapper .searchTextField-wrapper #search-button {
  background: url('/Static/img/Icons/search-grey.svg') no-repeat;
  background-position: center;
  padding: 1.375rem;
  position: absolute;
  right: 0.75rem;
  top: 0.0625rem;
  cursor: pointer;
  /*cursor: pointer;*/
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .searchTextField-wrapper #search-button {
    top: 2.25rem;
    right: 1.875rem;
  }
}
.find-optician-page .search-wrapper .filters {
  padding: 0 3.125rem 1.25rem 3.125rem;
  overflow: hidden;
}
.find-optician-page .search-wrapper .filters .filter {
  float: left;
  margin-right: 1.25rem;
}
.find-optician-page .search-wrapper .filters .filter:last-child {
  margin-right: 0;
}
.find-optician-page .search-wrapper .filters .filter label {
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:before,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #c3c3cd;
  border-radius: 100%;
  background: transparent;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:after,
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 1.125rem;
  height: 1.125rem;
  background: #0454cc;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.find-optician-page .search-wrapper .filters .filter [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.find-optician-page .search-wrapper .resultText {
  font-family: "Arial Light", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  font-weight: 200;
  padding-bottom: 1.375rem;
  margin-bottom: 1.875rem;
  padding: 1.25rem 3.125rem;
  margin-bottom: 0;
  display: none;
}
.find-optician-page .search-wrapper .resultText strong {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .resultText {
    font-size: 1.6875rem;
    line-height: 2rem;
    padding-bottom: 1.625rem;
  }
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .resultText {
    padding: 1.125rem 3.125rem 2.375rem 3.125rem;
  }
}
.find-optician-page .search-wrapper .hit-list-wrapper {
  height: 100%;
}
@media (min-width: 992px) {
  .find-optician-page .search-wrapper .hit-list-wrapper {
    padding-bottom: 182px;
  }
}
.find-optician-page .search-wrapper .hit-list {
  overflow-y: auto;
  height: 100%;
  position: relative;
}
.find-optician-page .search-wrapper .hit-list .optician {
  padding: 1.25rem 3.125rem;
  border-top: 1px solid rgba(195, 195, 205, 0.74);
  font-size: 0.9375rem;
  line-height: 1.375rem;
  font-weight: normal;
  cursor: pointer;
  position: relative;
}
.find-optician-page .search-wrapper .hit-list .optician.premium {
  background-color: #aac9ec;
}
.find-optician-page .search-wrapper .hit-list .optician.premium .optician-name::before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 1px;
  background-image: url('/Static/img/GoogleMaps/HOYA_icon_premium.svg');
  background-repeat: no-repeat;
  background-size: auto 1.0625rem;
  width: 1.25rem;
  height: 1.0625rem;
}
.find-optician-page .search-wrapper .hit-list .optician .close-button-container {
  padding: 20px;
  position: absolute;
  right: 1.25rem;
  top: 0rem;
}
.find-optician-page .search-wrapper .hit-list .optician .close-button-container .close-icon {
  display: none;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-openingHours,
.find-optician-page .search-wrapper .hit-list .optician .optician-email,
.find-optician-page .search-wrapper .hit-list .optician .optician-websiteurl,
.find-optician-page .search-wrapper .hit-list .optician .optician-tel,
.find-optician-page .search-wrapper .hit-list .optician .optician-contact-label,
.find-optician-page .search-wrapper .hit-list .optician .optician-campaign-info,
.find-optician-page .search-wrapper .hit-list .optician .optician-contactform,
.find-optician-page .search-wrapper .hit-list .optician .optician-seller-info {
  display: none;
}
.find-optician-page .search-wrapper .hit-list .optician.active {
  background: rgba(250, 250, 251, 0.82);
  display: block;
  cursor: default;
  /* Tooltip text */
  /* Show the tooltip text when you mouse over the tooltip container */
}
.find-optician-page .search-wrapper .hit-list .optician.active .close-button-container {
  z-index: 100;
}
.find-optician-page .search-wrapper .hit-list .optician.active .close-button-container .close-icon {
  display: inline-block;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-openingHours,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-email,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-websiteurl,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-tel,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contact-label,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-campaign-info,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contactform,
.find-optician-page .search-wrapper .hit-list .optician.active .optician-seller-info {
  display: block;
  color: #6a7889;
  margin-bottom: 0.625rem;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-campaign-info {
  font-size: 12px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-websiteurl {
  text-decoration: underline;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contact-label {
  font-weight: bold;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contactform {
  margin-top: 20px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .optician-contactform span {
  display: inline-block;
}
.find-optician-page .search-wrapper .hit-list .optician.active .seller-icon {
  width: 25px;
  height: 25px;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltiptext {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.33);
  visibility: hidden;
  width: 240px;
  background-color: white;
  color: #6a7889;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  top: -35px;
  left: -10px;
  z-index: 1;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 10%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
.find-optician-page .search-wrapper .hit-list .optician.active .tooltip:hover .tooltiptext {
  visibility: visible;
}
.find-optician-page .search-wrapper .hit-list .optician.inactive {
  display: none;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-name {
  position: relative;
  display: block;
  color: rgba(4, 84, 204, 0.82);
  font-family: Arial, sans-serif;
  font-weight: bold;
  padding-bottom: 0.625rem;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-address {
  display: block;
  margin-bottom: 0.625rem;
  color: rgba(106, 120, 137, 0.92);
  line-height: 1.25rem;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-email,
.find-optician-page .search-wrapper .hit-list .optician .optician-tel {
  padding-top: 2px;
  color: #6a7889;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-email a,
.find-optician-page .search-wrapper .hit-list .optician .optician-tel a {
  color: #6a7889;
}
.find-optician-page .search-wrapper .hit-list .optician .optician-email a:active,
.find-optician-page .search-wrapper .hit-list .optician .optician-tel a:active {
  color: #2c2c37;
}
.find-optician-page .search-wrapper .hit-list .optician span {
  display: block;
}
.find-optician-page .search-wrapper .hit-list .optician > *:last-child {
  margin-bottom: 0;
}
.find-optician-page .seller-info {
  position: relative;
  display: block;
  margin-top: 0.5rem;
  color: rgba(106, 120, 137, 0.92);
  line-height: 1.25rem;
  font-size: 0.75rem;
  padding-left: calc(20px + 8px);
}
.find-optician-page .seller-info:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('/Static/img/Icons/auth-seller-icon.svg');
  background-repeat: no-repeat;
  background-size: auto 1.0625rem;
  width: 1.25rem;
  height: 1.0625rem;
}
.find-optician-page .popup span {
  display: block;
  color: #6a7889;
}
.find-optician-page .popup .optician-name {
  font-family: Arial, sans-serif;
  font-weight: bold;
  color: #0454cc;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
}
.find-optician-page .popup .optician-address {
  margin-bottom: 0.3125rem;
}
.find-optician-page .pac-container .pac-item {
  padding: 0.3125rem 0.75rem;
}
.campaign-page article .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 480px) {
  .campaign-page article .container {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .campaign-page article .container {
    padding-left: 50px;
  }
}
@media (min-width: 480px) {
  .campaign-page article .container {
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .campaign-page article .container {
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .campaign-page article .container {
    float: none !important;
    width: 100%;
    max-width: 1060px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.campaign-page body.anchor-menu-enabled {
  padding-top: 96px;
}
@media (min-width: 1200px) {
  .campaign-page body.anchor-menu-enabled {
    padding-top: 104px;
  }
}
.campaign-page body.anchor-menu-enabled .navbar:after {
  height: 96px;
}
@media (min-width: 1200px) {
  .campaign-page body.anchor-menu-enabled .navbar:after {
    height: 104px;
  }
}
.campaign-page .menu-expanded .navbar .anchor-menu-wrapper,
.campaign-page .site-selector-expanded .navbar .anchor-menu-wrapper {
  display: none;
}
.campaign-page .logo-container {
  padding: 32px;
  text-align: center;
}
.campaign-page .campaign-page-container {
  position: relative;
}
.campaign-page:after {
  display: none;
}
.campaign-page .contact-us-link {
  position: fixed;
  right: 0;
  top: 54vh;
  width: 9.375rem;
  padding: 0.625rem 0.625rem 0.5rem 3rem;
  color: #f5f4f8;
  background: #008ecf;
  background: linear-gradient(to right, #5dc5ea, #008ecf);
  border-radius: 1.875rem 0 0 1.875rem;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
}
.campaign-page .contact-us-link:before {
  position: absolute;
  left: 0.8125rem;
  top: 0.875rem;
  content: '';
  width: 1.6875rem;
  height: 1.6875rem;
  background: url('/Static/img/HoyaPlusYou/plus.svg') no-repeat;
  background-size: 1.6875rem;
}
.campaign-page .contact-us-link:hover {
  text-decoration: none;
  opacity: 0.9;
}
/*------------------------------------------------*\
        Language Selector
    \*------------------------------------------------*/
.campaign-language-selector-overlay {
  display: none;
  width: 350px;
  padding: 0 20px 30px 20px;
  color: #008ecf;
  background-color: #ffffff;
  border: 1px #e7e7eb solid;
  position: fixed;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%);
  -ms-transform: perspective(1px) translateX(-50%);
  transform: perspective(1px) translateX(-50%);
  top: 10.75rem;
  z-index: 1100;
  /* The container <div> - needed to position the dropdown content */
}
@media (max-width: 991px) {
  .campaign-language-selector-overlay {
    top: 100px;
    width: 100%;
  }
}
.campaign-language-selector-overlay .language-close {
  padding-right: 10px;
  padding-top: 10px;
  position: absolute;
  right: 0;
}
.campaign-language-selector-overlay .language-close a.close-icon-link {
  margin: -0.5rem;
  padding: 0.5rem;
  line-height: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
}
.campaign-language-selector-overlay .language-close a.close-icon-link .close-icon {
  transition: all ease-in-out 0.15s;
  opacity: .8;
}
.campaign-language-selector-overlay .language-close a.close-icon-link:hover .close-icon,
.campaign-language-selector-overlay .language-close a.close-icon-link:active .close-icon {
  opacity: 1;
}
.campaign-language-selector-overlay .language-close .close-icon {
  display: inline-block;
  background: url('/Static/img/Icons/cross-bold.svg') no-repeat;
  background-size: 0.75rem auto;
  width: 0.75rem;
  height: 0.75rem;
}
@media (min-width: 992px) {
  .campaign-language-selector-overlay .language-close .close-icon {
    background-size: 1rem auto;
    width: 1rem;
    height: 1rem;
  }
}
.campaign-language-selector-overlay .selection-title {
  margin: 0;
  padding: 30px 0 10px;
  text-align: center;
}
.campaign-language-selector-overlay .languages-dropdown {
  position: relative;
  display: block;
  text-align: center;
  /* Style The Dropdown Button */
  /* Dropdown Content (Hidden by Default) */
  /* Show the dropdown menu on hover */
}
.campaign-language-selector-overlay .languages-dropdown .languages-dropdown-text {
  width: 100%;
  background-color: #f5f5f7;
  color: #6a7889;
  padding: 12px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin: auto;
}
.campaign-language-selector-overlay .languages-dropdown .languages-dropdown-text .dropdown-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 3rem;
  height: 100%;
  background: url('/Static/img/HoyaPlusYou/Hoya_You_Language-selector-arrow.png') no-repeat;
}
.campaign-language-selector-overlay .languages-dropdown .languages-dropdown-content {
  position: absolute;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%);
  -ms-transform: perspective(1px) translateX(-50%);
  transform: perspective(1px) translateX(-50%);
  display: none;
  background-color: #f9f9f9;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 2000;
  width: 100%;
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
}
.campaign-language-selector-overlay .languages-dropdown .languages-dropdown-content span {
  color: #6a7889;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1rem;
}
.campaign-language-selector-overlay .languages-dropdown .languages-dropdown-content span.selected {
  background-color: #efefef;
}
.campaign-language-selector-overlay .languages-dropdown .languages-dropdown-content span:hover {
  background-color: #efefef;
  cursor: pointer;
}
.campaign-language-selector-overlay .languages-dropdown .languages-dropdown-content.active {
  display: block;
}
.campaign-language-selector-overlay .languages-button-select {
  background-color: #008ecf;
  color: #ffffff;
  margin: auto;
  margin-top: 1.25rem;
  display: block;
  width: 100%;
  height: 3rem;
}
.lang-selector-open .campaign-language-selector-overlay {
  display: block;
}
.menu-expanded .campaign-language-selector-overlay,
.site-selector-expanded .campaign-language-selector-overlay {
  display: none;
}
.campaign-page #main {
  position: relative;
}
.campaign-page #main:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  transition: all ease-in-out 0.25s;
  transition-duration: 0.15s;
}
.campaign-page .lang-selector-open #main:before {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}
/*------------------------------------------------*\
    This less files applies auto spacing
    overrides to ensure consistent spacing
\*------------------------------------------------*/
/*------------------------------------------------*\
    General Footer Spacing
\*------------------------------------------------*/
.block.background-white + .footer--primary,
.block.background-none + .footer--primary {
  margin-top: 4.5rem;
}
@media (min-width: 480px) {
  .block.background-white + .footer--primary,
  .block.background-none + .footer--primary {
    margin-top: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block.background-white + .footer--primary,
  .block.background-none + .footer--primary {
    margin-top: 6.5rem;
  }
}
.block.background-white.block-spacing-bottom-half + .footer--primary,
.block.background-none.block-spacing-bottom-half + .footer--primary {
  margin-top: 2.8125rem;
}
@media (min-width: 480px) {
  .block.background-white.block-spacing-bottom-half + .footer--primary,
  .block.background-none.block-spacing-bottom-half + .footer--primary {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .block.background-white.block-spacing-bottom-half + .footer--primary,
  .block.background-none.block-spacing-bottom-half + .footer--primary {
    margin-top: 3.5rem;
  }
}
/*------------------------------------------------*\
    Two Column Text Block
\*------------------------------------------------*/
.block.two-column-text-block {
  padding-top: 4rem;
  padding-bottom: 0;
}
@media (min-width: 480px) {
  .block.two-column-text-block {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block.two-column-text-block {
    padding-top: 6rem;
  }
}
.block.two-column-text-block.background-none + .column-block.background-none,
.block.two-column-text-block.background-white + .column-block.background-none,
.block.two-column-text-block.background-none + .column-block.background-white,
.block.two-column-text-block.background-white + .column-block.background-white {
  margin-top: 0;
  border-top: none !important;
  padding-top: 2.5rem;
}
@media (min-width: 480px) {
  .block.two-column-text-block.background-none + .column-block.background-none,
  .block.two-column-text-block.background-white + .column-block.background-none,
  .block.two-column-text-block.background-none + .column-block.background-white,
  .block.two-column-text-block.background-white + .column-block.background-white {
    padding-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  .block.two-column-text-block.background-none + .column-block.background-none,
  .block.two-column-text-block.background-white + .column-block.background-none,
  .block.two-column-text-block.background-none + .column-block.background-white,
  .block.two-column-text-block.background-white + .column-block.background-white {
    padding-top: 4.5rem;
  }
}
@media (max-width: 479px) {
  .block.two-column-text-block.background-none + .column-block.background-none,
  .block.two-column-text-block.background-white + .column-block.background-none,
  .block.two-column-text-block.background-none + .column-block.background-white,
  .block.two-column-text-block.background-white + .column-block.background-white {
    padding-top: 4.5rem !important;
  }
}
.block.two-column-text-block.background-none + .background-gray,
.block.two-column-text-block.background-white + .background-gray {
  margin-top: 4rem;
}
@media (min-width: 480px) {
  .block.two-column-text-block.background-none + .background-gray,
  .block.two-column-text-block.background-white + .background-gray {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block.two-column-text-block.background-none + .background-gray,
  .block.two-column-text-block.background-white + .background-gray {
    margin-top: 6rem;
  }
}
.block.two-column-text-block.background-gray {
  padding-bottom: 2.5rem;
}
@media (min-width: 480px) {
  .block.two-column-text-block.background-gray {
    padding-bottom: 3.5rem;
  }
}
@media (min-width: 992px) {
  .block.two-column-text-block.background-gray {
    padding-bottom: 4.5rem;
  }
}
.block.two-column-text-block.background-gray + .column-block.background-gray {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 479px) {
  .block.two-column-text-block.background-gray + .column-block.background-gray {
    padding-top: 2rem !important;
  }
}
.block.two-column-text-block.background-gray + .column-block.background-white,
.block.two-column-text-block.background-gray + .column-block.background-none {
  margin-top: 0;
  padding-top: 4rem;
}
@media (min-width: 480px) {
  .block.two-column-text-block.background-gray + .column-block.background-white,
  .block.two-column-text-block.background-gray + .column-block.background-none {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block.two-column-text-block.background-gray + .column-block.background-white,
  .block.two-column-text-block.background-gray + .column-block.background-none {
    padding-top: 6rem;
  }
}
.block.two-column-text-block.background-gray + .icon-grid-block.background-white,
.block.two-column-text-block.background-gray + .icon-grid-block.background-none {
  margin-top: 0;
}
.block.two-column-text-block.background-gray + .two-column-text-block.background-white,
.block.two-column-text-block.background-gray + .two-column-text-block.background-none {
  margin-top: 0;
}
.block.two-column-text-block.background-gray + .two-column-text-block.background-gray {
  margin-top: 0;
  padding-top: 0;
}
.block.two-column-text-block + .block:not(.column-block) {
  margin-top: 4rem;
}
@media (min-width: 480px) {
  .block.two-column-text-block + .block:not(.column-block) {
    margin-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block.two-column-text-block + .block:not(.column-block) {
    margin-top: 6rem;
  }
}
.block.two-column-text-block.background-gray + .block.divider-block,
.block.two-column-text-block.background-gray + .block.icon-grid-block {
  margin-top: 0;
}
.block.two-column-text-block.background-gray + .block.divider-block.background-gray,
.block.two-column-text-block.background-gray + .block.icon-grid-block.background-gray {
  padding-top: 0;
}
.block.two-column-text-block + .video-block,
.block.two-column-text-block + .image-block {
  padding-top: 2.5rem;
  margin-top: 0 !important;
  border-top: none !important;
}
@media (min-width: 480px) {
  .block.two-column-text-block + .video-block,
  .block.two-column-text-block + .image-block {
    padding-top: 3.5rem;
  }
}
@media (min-width: 992px) {
  .block.two-column-text-block + .video-block,
  .block.two-column-text-block + .image-block {
    padding-top: 4.5rem;
  }
}
.block.two-column-text-block + .video-block.background-gray,
.block.two-column-text-block + .image-block.background-gray {
  padding-top: 0 !important;
}
.block.two-column-text-block.background-white + .footer--primary,
.block.two-column-text-block.background-none + .footer--primary {
  margin-top: 4.5rem;
}
@media (min-width: 480px) {
  .block.two-column-text-block.background-white + .footer--primary,
  .block.two-column-text-block.background-none + .footer--primary {
    margin-top: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block.two-column-text-block.background-white + .footer--primary,
  .block.two-column-text-block.background-none + .footer--primary {
    margin-top: 6.5rem;
  }
}
/*------------------------------------------------*\
    Column Blocks
\*------------------------------------------------*/
.block.column-block.background-white,
.block.column-block.background-none {
  padding-bottom: 0;
}
.block.column-block.background-white + .column-block.background-white,
.block.column-block.background-none + .column-block.background-white,
.block.column-block.background-white + .column-block.background-none,
.block.column-block.background-none + .column-block.background-none {
  margin-top: 0 !important;
  padding-top: 3.25rem !important;
  border-top: none !important;
}
@media (min-width: 992px) {
  .block.column-block.background-white + .column-block.background-white,
  .block.column-block.background-none + .column-block.background-white,
  .block.column-block.background-white + .column-block.background-none,
  .block.column-block.background-none + .column-block.background-none {
    padding-top: 3rem !important;
  }
}
.block.column-block.background-white + .column-block.background-gray,
.block.column-block.background-none + .column-block.background-gray {
  margin-top: 4.5rem;
  padding-top: 6rem;
}
@media (min-width: 480px) {
  .block.column-block.background-white + .column-block.background-gray,
  .block.column-block.background-none + .column-block.background-gray {
    margin-top: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block.column-block.background-white + .column-block.background-gray,
  .block.column-block.background-none + .column-block.background-gray {
    margin-top: 6.5rem;
  }
}
@media (min-width: 480px) {
  .block.column-block.background-white + .column-block.background-gray,
  .block.column-block.background-none + .column-block.background-gray {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block.column-block.background-white + .column-block.background-gray,
  .block.column-block.background-none + .column-block.background-gray {
    padding-top: 6rem;
  }
}
.block.column-block.background-gray {
  padding-bottom: 4.5rem;
}
@media (min-width: 480px) {
  .block.column-block.background-gray {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block.column-block.background-gray {
    padding-bottom: 6.5rem;
  }
}
.block.column-block.background-gray + .column-block.background-gray {
  margin-top: -1.25rem !important;
  padding-top: 0;
}
@media (min-width: 480px) {
  .block.column-block.background-gray + .column-block.background-gray {
    margin-top: -2.25rem !important;
  }
}
@media (min-width: 992px) {
  .block.column-block.background-gray + .column-block.background-gray {
    margin-top: -3.5rem !important;
  }
}
.block.column-block.background-gray + .two-column-text-block.background-gray {
  padding-top: 0;
}
.block.column-block.background-gray + .column-block.background-white,
.block.column-block.background-gray + .column-block.background-none {
  margin-top: 4.5rem;
  padding-top: 6rem;
}
@media (min-width: 480px) {
  .block.column-block.background-gray + .column-block.background-white,
  .block.column-block.background-gray + .column-block.background-none {
    margin-top: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block.column-block.background-gray + .column-block.background-white,
  .block.column-block.background-gray + .column-block.background-none {
    margin-top: 6.5rem;
  }
}
@media (min-width: 480px) {
  .block.column-block.background-gray + .column-block.background-white,
  .block.column-block.background-gray + .column-block.background-none {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block.column-block.background-gray + .column-block.background-white,
  .block.column-block.background-gray + .column-block.background-none {
    padding-top: 6rem;
  }
}
.block.column-block.background-gray + .block:not(.column-block) {
  margin-top: 0 !important;
}
.block.column-block.background-gray + .footer--primary {
  margin-top: 0 !important;
}
.block.column-block + .block:not(.column-block) {
  margin-top: 4.5rem;
}
@media (min-width: 480px) {
  .block.column-block + .block:not(.column-block) {
    margin-top: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block.column-block + .block:not(.column-block) {
    margin-top: 6.5rem;
  }
}
.block.column-block + .footer--primary {
  margin-top: 4.5rem !important;
}
@media (min-width: 480px) {
  .block.column-block + .footer--primary {
    margin-top: 5.5rem !important;
  }
}
@media (min-width: 992px) {
  .block.column-block + .footer--primary {
    margin-top: 6.5rem !important;
  }
}
/*------------------------------------------------*\
    Icon Grid Block
\*------------------------------------------------*/
.block.icon-grid-block {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
}
@media (min-width: 480px) {
  .block.icon-grid-block {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block.icon-grid-block {
    padding-top: 6rem;
  }
}
@media (min-width: 480px) {
  .block.icon-grid-block {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block.icon-grid-block {
    padding-bottom: 6.5rem;
  }
}
.block.icon-grid-block.background-white + .icon-grid-block.background-white,
.block.icon-grid-block.background-none + .icon-grid-block.background-white,
.block.icon-grid-block.background-white + .icon-grid-block.background-none,
.block.icon-grid-block.background-none + .icon-grid-block.background-none {
  padding-top: 0;
  border-top: none !important;
  margin-top: -2.8125rem;
}
@media (min-width: 480px) {
  .block.icon-grid-block.background-white + .icon-grid-block.background-white,
  .block.icon-grid-block.background-none + .icon-grid-block.background-white,
  .block.icon-grid-block.background-white + .icon-grid-block.background-none,
  .block.icon-grid-block.background-none + .icon-grid-block.background-none {
    margin-top: -3rem;
  }
}
@media (min-width: 992px) {
  .block.icon-grid-block.background-white + .icon-grid-block.background-white,
  .block.icon-grid-block.background-none + .icon-grid-block.background-white,
  .block.icon-grid-block.background-white + .icon-grid-block.background-none,
  .block.icon-grid-block.background-none + .icon-grid-block.background-none {
    margin-top: -3.5rem;
  }
}
.block.icon-grid-block + .footer--primary {
  margin-top: 0 !important;
}
@media (min-width: 480px) {
  .block.icon-grid-block + .footer--primary {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .block.icon-grid-block + .footer--primary {
    margin-top: 0 !important;
  }
}
/*------------------------------------------------*\
    Text Image Block
\*------------------------------------------------*/
.block.text-image-block {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 480px) {
  .block.text-image-block {
    padding-top: 5rem;
  }
}
@media (min-width: 992px) {
  .block.text-image-block {
    padding-top: 6rem;
  }
}
@media (min-width: 480px) {
  .block.text-image-block {
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .block.text-image-block {
    padding-bottom: 6rem;
  }
}
.block.text-image-block.background-white + .text-image-block.background-white,
.block.text-image-block.background-none + .text-image-block.background-white,
.block.text-image-block.background-white + .text-image-block.background-none,
.block.text-image-block.background-none + .text-image-block.background-none {
  padding-top: 0;
  border-top: none !important;
}
.block.text-image-block.background-gray + .text-image-block.background-gray {
  padding-top: 0;
}
.block.text-image-block + .footer--primary {
  margin-top: 0.5rem;
}
@media (min-width: 480px) {
  .block.text-image-block + .footer--primary {
    margin-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .block.text-image-block + .footer--primary {
    margin-top: 0.5rem;
  }
}
/*------------------------------------------------*\
    Image/Video Block
\*------------------------------------------------*/
.block.video-block,
.block.image-block {
  padding-bottom: 4.5rem;
}
@media (min-width: 480px) {
  .block.video-block,
  .block.image-block {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 992px) {
  .block.video-block,
  .block.image-block {
    padding-bottom: 6.5rem;
  }
}
.block.video-block + .footer--primary,
.block.image-block + .footer--primary {
  margin-top: 0;
}
/*------------------------------------------------*\
    Text Fluid Image Block
\*------------------------------------------------*/
.block.text-fluid-image-block + .text-image-block {
  margin-top: 0;
}
@media (min-width: 480px) {
  .block.text-fluid-image-block + .text-image-block {
    margin-top: 0.5rem;
  }
}
@media (min-width: 992px) {
  .block.text-fluid-image-block + .text-image-block {
    margin-top: 1rem;
  }
}
.block.text-fluid-image-block + .footer--primary {
  margin-top: 0;
}
/*------------------------------------------------*\
    Login Page
\*------------------------------------------------*/
@media (min-width: 1200px) {
  .login-register-page article .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 480px) {
  .login-register-page article .container {
    padding-left: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .login-register-page article .container {
    padding-left: 50px;
  }
}
@media (min-width: 1200px) and (min-width: 480px) {
  .login-register-page article .container {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .login-register-page article .container {
    padding-right: 50px;
  }
}
@media (min-width: 1200px) and (min-width: 768px) {
  .login-register-page article .container {
    float: none !important;
    width: 100%;
    max-width: 1300px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.login-register-page .anchor-menu-wrapper {
  background-color: #e7e7eb;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.login-register-page .anchor-menu-wrapper .lang-selector-anchor {
  color: #6a7889;
}
.login-register-page .anchor-menu-wrapper .lang-selector-anchor .lang-sel-icon {
  float: right;
  background-image: url('/Static/img/HoyaPlusYou/language selection_gray.svg');
}
.login-register-page .anchor-menu-wrapper .lang-selector-anchor .lang-sel-text {
  float: left;
  margin-top: 0.25rem;
  margin-right: 0.3125rem;
}
.login-register-page .login-container {
  position: relative;
  background-color: #e7e7eb;
  min-height: calc(100vh - 64px);
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .login-register-page .login-container {
    padding: 4.5rem;
  }
}
.login-register-page .login-container .logo-container {
  display: none;
}
.login-register-page .login-container.page-editing .login-block {
  position: static !important;
  transform: none !important;
  margin-top: 4.5rem !important;
}
.login-register-page .login-block {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .login-register-page .login-block .container {
    padding-left: 0;
    padding-right: 0;
  }
  .login-register-page .login-block .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  .login-register-page .login-block .container .row > div {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (min-height: 800px) {
  .login-register-page .login-block {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
  }
}
.login-register-page .login-block__inner {
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .login-register-page .login-block__inner {
    display: table;
    width: 100%;
    height: 35rem;
  }
}
.login-register-page .login-block__col {
  padding: 3rem 20px;
  width: 100%;
}
@media (min-width: 480px) {
  .login-register-page .login-block__col {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media (min-width: 992px) {
  .login-register-page .login-block__col {
    padding: 4.5rem;
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
  }
}
.login-register-page .login-block__col .col {
  /*&__form {
                    @media (min-width: @screen-md) {
                        position: absolute;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        margin: 0 rem(@login-side-padding) rem(@login-bottom-padding);

                        @media (max-width: @screen-md-max) {
                            margin-bottom: rem(@login-bottom-padding * .75);
                        }
                    }
                }*/
}
.login-register-page .login-block__col .col__heading,
.login-register-page .login-block__col .col__body {
  text-align: center;
}
.login-register-page .login-block__col .col__heading {
  margin-bottom: 2rem;
  padding-bottom: 0;
  font-family: "Arial Light", Arial, sans-serif;
  font-size: 1.6875rem;
  font-weight: normal;
  color: #2c2c37;
}
.login-register-page .login-block__col .col__heading:before {
  display: none;
}
.login-register-page .login-block__col .col__description {
  margin-bottom: 2rem;
}
.login-register-page .login-block__col .col__body {
  margin-bottom: 3.5rem;
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login-register-page .login-block__col .col__body {
    font-size: 0.9375rem;
    line-height: 1.3125rem;
  }
}
.login-register-page .login-block__col--login {
  background-size: cover;
}
.login-register-page .login-block__col--login-episerver {
  background: url('/Static/img/epi-login-background.jpg') no-repeat #2c2c37;
  background-size: cover;
}
.login-register-page .login-block__col--login-episerver .col__heading {
  color: #ffffff;
}
.login-register-page .login-block__col--login-episerver .hs-form-field input {
  background-color: #2c2c37;
  padding: 0.5rem;
}
.login-register-page .login-block__col--login.no-background {
  background: none;
}
.login-register-page .login-block__col--login.background-white {
  color: #2c2c37;
}
.login-register-page .login-block__col--login.background-white .col__heading {
  color: #2c2c37;
}
.login-register-page .login-block__col--login.background-white .col__form {
  color: #2c2c37;
}
.login-register-page .login-block__col--logo {
  display: none;
}
@media (min-width: 992px) {
  .login-register-page .login-block__col--logo {
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  .login-register-page .login-block__col--logo {
    padding: 7rem;
  }
}
.login-register-page .login-block__col--logo img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;
}
.login-register-page .login-block .hide-logo-col {
  float: none;
  margin: auto;
}
.login-register-page .login-block .hide-logo-col .login-block__col--login {
  width: 100%;
}
.login-register-page .login-block__or {
  position: relative;
}
.login-register-page .login-block__or-circle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  padding: 1.35rem 0;
  border-radius: 50%;
  background-color: #e7e7eb;
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.login-register-page .login-block__or-circle i {
  position: relative;
  left: -0.025em;
  font-family: "Arial Light", Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1;
  text-transform: uppercase;
  font-style: normal;
}
.login-register-page .login-block__or--mobile {
  display: block;
}
@media (min-width: 992px) {
  .login-register-page .login-block__or--mobile {
    display: none;
  }
}
.login-register-page .login-block__or--desktop {
  display: none;
}
@media (min-width: 992px) {
  .login-register-page .login-block__or--desktop {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    text-align: center;
  }
  .login-register-page .login-block__or--desktop .login-block__or-circle {
    position: static;
    width: 5rem;
    height: 5rem;
    margin-top: 2rem;
    padding: 1.6875rem 0;
  }
  .login-register-page .login-block__or--desktop .login-block__or-circle i {
    font-size: 1.6875rem;
  }
}
.login-register-page .login-block .hbspt-form form {
  margin: 0;
}
.login-register-page .login-block .hbspt-form form .hs_submit {
  margin-top: 0;
}
.login-register-page .login-block .hbspt-form form .actions {
  text-align: center;
}
@media (max-width: 479px) {
  .login-register-page .login-block .hbspt-form form input[type="submit"] {
    width: 100%;
  }
}
.login-register-page .login-block .login-block__col--login input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  -webkit-text-fill-color: #2c2c37 !important;
}
.login-register-page .login-block .login-block__col--login-episerver input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #2c2c37 inset !important;
  -webkit-text-fill-color: #ffffff !important;
}
.login-register-page .login-block .login-block__col--logo input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f5f5f7 inset !important;
  -webkit-text-fill-color: black !important;
}
.login-register-page .login-block .col__description,
.login-register-page .login-block #login-form {
  transition: all ease-in-out 0.25s;
  transition-delay: 0.25s;
}
.login-register-page .login-block #request-reset-form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  padding: 3.75rem 1.875rem 5.625rem;
}
@media (min-width: 480px) {
  .login-register-page .login-block #request-reset-form {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
.login-register-page .login-block #request-reset-form .message {
  display: block;
  text-align: center;
  transition: all ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
}
.login-register-page .login-block #request-reset-form.success fieldset,
.login-register-page .login-block #request-reset-form.success .hs_submit {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}
.login-register-page .login-block #request-reset-form.success .message {
  opacity: 1;
  visibility: visible;
  max-height: 60px;
}
.login-register-page .login-block.forgot-password .col__description {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0s;
}
.login-register-page .login-block.forgot-password #login-form {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-delay: 0s;
}
.login-register-page .login-block.forgot-password #request-reset-form {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: calc(0.25s + 0.3s);
}
.login-register-page .login-block .validationText,
.login-register-page .login-block .successMessage {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.login-register-page .login-block .validationText {
  color: #fb6868;
}
.login-register-page .login-block .successMessage {
  color: #68cc5c;
  font-weight: bold;
}
.login-register-page .login-block .back-to-login-link-wrapper,
.login-register-page .login-block .forgot-password-link-wrapper {
  display: block;
  text-align: center;
  margin-top: 1.875rem;
}
.reset-password-page .login-container {
  background-color: #e7e7eb;
}
.reset-password-page .block {
  padding-bottom: 4.5rem;
}
@media (min-width: 480px) {
  .reset-password-page .block {
    padding-bottom: 5.5rem;
  }
}
@media (min-width: 992px) {
  .reset-password-page .block {
    padding-bottom: 6.5rem;
  }
}
.reset-password-page .login-block__col {
  padding: 3.75rem 1.875rem 3.75rem;
}
@media (min-width: 480px) {
  .reset-password-page .login-block__col {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
@media (min-width: 992px) {
  .reset-password-page .login-block__col {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
  }
}
.reset-password-page .login-block .validationText,
.reset-password-page .login-block .successMessage {
  display: block;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.375rem;
}
.reset-password-page .login-block .validationText {
  color: #fb6868;
}
.reset-password-page .login-block #new-password-form .message {
  transition: all ease-in-out 0.25s;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  display: block;
  text-align: center;
}
.reset-password-page .login-block #new-password-form .hs_submit {
  text-align: center;
}
.reset-password-page .login-block #new-password-form.success fieldset,
.reset-password-page .login-block #new-password-form.success .hs_submit {
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}
.reset-password-page .login-block #new-password-form.success .message {
  opacity: 1;
  visibility: visible;
  max-height: 60px;
}
/** Temp fix to remove register **/
.login-block .inner-wrapper .login-blocks-wrapper {
  float: none;
  margin: auto;
}
/*******/
.episerver-login body {
  padding-top: 0;
}
.episerver-login .login-container {
  min-height: 100vh;
}
.episerver-login .inner-wrapper > div {
  float: none;
  margin: auto;
}
.campaign-page {
  /*** All blocks ***/
  /*************/
  /*------------------------------------------------*\
      Inverted form tweaks
    \*------------------------------------------------*/
}
.campaign-page .block.background-white + .block.background-white,
.campaign-page .block.background-none + .block.background-white,
.campaign-page .block.background-white + .block.background-none,
.campaign-page .block.background-none + .block.background-none {
  border-top: none !important;
  padding-top: 0;
}
@media (min-width: 992px) {
  .campaign-page .block.background-white + .block.background-white,
  .campaign-page .block.background-none + .block.background-white,
  .campaign-page .block.background-white + .block.background-none,
  .campaign-page .block.background-none + .block.background-none {
    padding-top: 0;
  }
}
.campaign-page .block h1,
.campaign-page .block h2,
.campaign-page .block h3,
.campaign-page .block h4 {
  color: #008ecf;
}
.campaign-page .block h1:before,
.campaign-page .block h2:before,
.campaign-page .block h3:before,
.campaign-page .block h4:before {
  padding-bottom: 0;
  display: none;
}
.campaign-page .block .hoya-hoya {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.campaign-page .block .block-title {
  padding-bottom: 0;
  color: #008ecf;
}
.campaign-page .block .block-title .hoya-plus {
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.campaign-page .block .block-title:before {
  display: none;
}
.campaign-page .block .text-container .block-text {
  color: #008ecf;
}
.campaign-page .block img {
  background-color: transparent !important;
}
.campaign-page .block .background-white {
  background-color: #ffffff;
  color: #008ecf;
}
.campaign-page .block .background-white:before,
.campaign-page .block .background-white:after {
  background-color: #ffffff;
}
.campaign-page .block .background-white .hoya-plus,
.campaign-page .block.background-white .hoya-plus,
.campaign-page .block .background-none .hoya-plus,
.campaign-page .block.background-none .hoya-plus {
  color: #6a7889;
}
.campaign-page .block .background-white .hoya-you,
.campaign-page .block.background-white .hoya-you,
.campaign-page .block .background-none .hoya-you,
.campaign-page .block.background-none .hoya-you,
.campaign-page .block .background-white .hoya-hoya,
.campaign-page .block.background-white .hoya-hoya,
.campaign-page .block .background-none .hoya-hoya,
.campaign-page .block.background-none .hoya-hoya {
  color: #008ecf;
}
.campaign-page .block.background-gray,
.campaign-page .block .background-gray {
  background: linear-gradient(to right, #5dc5ea, #008ecf);
  /*&:before,
            &:after {
                background-color: @blue-hoya;
            }*/
}
.campaign-page .block.background-gray .hoya-plus,
.campaign-page .block .background-gray .hoya-plus {
  color: #f5f4f8;
}
.campaign-page .block.background-gray *,
.campaign-page .block .background-gray * {
  color: #f5f4f8 !important;
}
.campaign-page .block.background-gray + .block.background-gray,
.campaign-page .block .background-gray + .block.background-gray,
.campaign-page .block.background-gray + .block .background-gray,
.campaign-page .block .background-gray + .block .background-gray {
  margin-top: 0;
  border-top: none !important;
  padding-top: 0;
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .campaign-page .block.background-gray + .block.background-gray,
  .campaign-page .block .background-gray + .block.background-gray,
  .campaign-page .block.background-gray + .block .background-gray,
  .campaign-page .block .background-gray + .block .background-gray {
    padding-top: 0;
  }
}
@media (max-width: 479px) {
  .campaign-page .block.background-gray + .block.background-gray,
  .campaign-page .block .background-gray + .block.background-gray,
  .campaign-page .block.background-gray + .block .background-gray,
  .campaign-page .block .background-gray + .block .background-gray {
    padding-top: 4.5rem !important;
  }
}
.campaign-page .block.background-gray + .block.background-gray.image-block,
.campaign-page .block .background-gray + .block.background-gray.image-block,
.campaign-page .block.background-gray + .block .background-gray.image-block,
.campaign-page .block .background-gray + .block .background-gray.image-block {
  margin-top: -1.25rem !important;
  padding-bottom: 1.25rem;
}
@media (min-width: 480px) {
  .campaign-page .block.background-gray + .block.background-gray.image-block,
  .campaign-page .block .background-gray + .block.background-gray.image-block,
  .campaign-page .block.background-gray + .block .background-gray.image-block,
  .campaign-page .block .background-gray + .block .background-gray.image-block {
    margin-top: -2.25rem !important;
  }
}
@media (min-width: 992px) {
  .campaign-page .block.background-gray + .block.background-gray.image-block,
  .campaign-page .block .background-gray + .block.background-gray.image-block,
  .campaign-page .block.background-gray + .block .background-gray.image-block,
  .campaign-page .block .background-gray + .block .background-gray.image-block {
    margin-top: -3.5rem !important;
  }
}
.campaign-page .block .learn-more-link {
  background-color: #f5f4f8;
  color: #008ecf !important;
  padding: 0.75rem 0.9375rem 0.6875rem 0.9375rem;
  min-width: 14.125rem;
  height: auto;
}
.campaign-page .block .learn-more-link:after {
  display: none;
}
.campaign-page .block .learn-more-link:hover {
  background-color: #008ecf;
  color: #f5f4f8 !important;
}
.campaign-page .two-column-text-block {
  text-align: center;
}
.campaign-page .two-column-text-block .header-column {
  width: 100%;
  max-width: 46.25rem;
  float: none;
  margin: auto;
}
.campaign-page .two-column-text-block .header-column h2 {
  color: #6a7889;
}
.campaign-page .two-column-text-block .text-column {
  width: 100%;
  float: none;
  margin: 0;
}
.campaign-page .two-column-text-block.border .row {
  padding: 1.25rem 0.625rem;
  box-shadow: 0 0 9px 0 rgba(96, 96, 96, 0.25);
}
@media (min-widht: 992px) {
  .campaign-page .two-column-text-block.border .row {
    padding: 2rem 3.5rem;
  }
}
.campaign-page .text-on-image-block .text-container {
  max-width: 100%;
  text-align: center;
  margin: auto;
  float: none;
  transition: all cubic-bezier(0.23, 1, 0.32, 1) 0.5s;
  opacity: 0;
}
.campaign-page .text-on-image-block .text-container .block-text {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
@media (min-width: 992px) {
  .campaign-page .text-on-image-block .text-container .block-text {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.campaign-page .text-on-image-block .text-container .block-title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  padding: 0;
  margin: 0 auto 0.625rem auto;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  .campaign-page .text-on-image-block .text-container .block-title {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.campaign-page .text-on-image-block .text-container .block-title .hoya-you {
  font-weight: normal;
}
.campaign-page .text-on-image-block .text-container .hoya-plus {
  color: #f5f4f8;
}
.campaign-page .text-on-image-block.hero-block .block-title {
  font-size: 3.125rem;
  line-height: 3.125rem;
  padding: 0;
  margin: 0 auto 0.625rem auto;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
@media (min-width: 992px) {
  .campaign-page .text-on-image-block.hero-block .block-title {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.campaign-page body.hoya-and-you-initiated .text-on-image-block .text-container {
  opacity: 1;
}
@media (max-width: 991px) {
  .campaign-page .text-image-block .text-container {
    text-align: center;
  }
}
.campaign-page .text-image-block .text-container strong {
  color: #008ecf;
}
.campaign-page .text-image-block.background-gray .text-container strong {
  color: #f5f4f8;
}
.campaign-page .cta-block .text-container div {
  width: 100%;
  margin-left: 0;
}
.campaign-page .cta-block .text-container .block-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
.campaign-page .cta-block .text-container .block-text {
  text-align: center;
  color: #6a7889;
}
.campaign-page .cta-block .text-container .col-md-offset {
  float: none;
  margin: 0;
}
.campaign-page .cta-block .text-container form {
  text-align: left;
}
.campaign-page .cta-block .text-container form .text-container {
  text-align: left;
}
.campaign-page .cta-block .text-container form .block-title,
.campaign-page .cta-block .text-container form .block-text {
  text-align: left;
}
.campaign-page .cta-block.border {
  padding-bottom: 1.6875rem;
  margin-top: 0 !important;
  border-top: none !important;
  padding-top: 2.5rem !important;
}
@media (min-width: 480px) {
  .campaign-page .cta-block.border {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 992px) {
  .campaign-page .cta-block.border {
    padding-bottom: 3rem;
  }
}
@media (min-width: 480px) {
  .campaign-page .cta-block.border {
    padding-top: 3.5rem !important;
  }
}
@media (min-width: 992px) {
  .campaign-page .cta-block.border {
    padding-top: 4.5rem !important;
  }
}
.campaign-page .cta-block.border .text-container {
  padding: 1.25rem 0.625rem;
  box-shadow: 0 0 9px 0 rgba(96, 96, 96, 0.25);
}
@media (min-width: 992px) {
  .campaign-page .cta-block.border .text-container {
    padding: 0.625rem 1.875rem;
  }
}
.campaign-page .cta-block.only-title {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  .campaign-page .cta-block.only-title {
    padding-bottom: 0;
  }
}
.campaign-page .column-block .content-block .block-image {
  padding-bottom: 50%;
  background-size: contain;
}
.campaign-page .column-block .content-block .text-container {
  text-align: center;
}
.campaign-page .column-block .content-block .text-container .content-title {
  font-size: 1.375rem;
}
@media (min-width: 992px) {
  .campaign-page .column-block .content-block .text-container .content-title {
    font-size: 1.625rem;
  }
}
.campaign-page .column-block .have-learn-more {
  padding-bottom: 4rem;
}
.campaign-page .column-block .have-learn-more .learn-more-link {
  position: absolute;
  left: 50%;
  -webkit-transform: perspective(1px) translateX(-50%);
  -ms-transform: perspective(1px) translateX(-50%);
  transform: perspective(1px) translateX(-50%);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .campaign-page .column-block .col.no-image .text-container {
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}
.campaign-page .video-block .video-thumbnail-container .play-btn {
  background-color: transparent;
  opacity: 1;
}
.campaign-page .video-block .video-thumbnail-container .play-btn:after {
  background-image: url('/Static/img/HoyaPlusYou/Hoya_You_Playbutton.png');
  background-size: 5.625rem;
  width: 5.625rem;
  height: 5.625rem;
}
.campaign-page .video-block .video-thumbnail-container:hover .play-btn:after {
  opacity: 0.9;
}
.campaign-page .quotation-block .text-container .quotation-text {
  color: #008ecf;
}
.campaign-page .quotation-block .text-container .author-name {
  color: #008ecf;
}
@media (min-width: 1200px) {
  .campaign-page .column-block .row.equal-height .col-lg-offset-1:first-child {
    margin-left: 3.3333333%;
  }
}
.campaign-page .inverted-ui textarea,
.campaign-page .inverted-ui input[type="text"],
.campaign-page .inverted-ui input[type="password"],
.campaign-page .inverted-ui input[type="datetime"],
.campaign-page .inverted-ui input[type="datetime-local"],
.campaign-page .inverted-ui input[type="date"],
.campaign-page .inverted-ui input[type="month"],
.campaign-page .inverted-ui input[type="time"],
.campaign-page .inverted-ui input[type="week"],
.campaign-page .inverted-ui input[type="number"],
.campaign-page .inverted-ui input[type="email"],
.campaign-page .inverted-ui input[type="url"],
.campaign-page .inverted-ui input[type="search"],
.campaign-page .inverted-ui input[type="tel"],
.campaign-page .inverted-ui input[type="file"],
.campaign-page .inverted-ui input[type="color"],
.campaign-page .inverted-ui select {
  border-color: #ffffff;
}
.campaign-page .inverted-ui textarea:focus,
.campaign-page .inverted-ui input[type="text"]:focus,
.campaign-page .inverted-ui input[type="password"]:focus,
.campaign-page .inverted-ui input[type="datetime"]:focus,
.campaign-page .inverted-ui input[type="datetime-local"]:focus,
.campaign-page .inverted-ui input[type="date"]:focus,
.campaign-page .inverted-ui input[type="month"]:focus,
.campaign-page .inverted-ui input[type="time"]:focus,
.campaign-page .inverted-ui input[type="week"]:focus,
.campaign-page .inverted-ui input[type="number"]:focus,
.campaign-page .inverted-ui input[type="email"]:focus,
.campaign-page .inverted-ui input[type="url"]:focus,
.campaign-page .inverted-ui input[type="search"]:focus,
.campaign-page .inverted-ui input[type="tel"]:focus,
.campaign-page .inverted-ui input[type="file"]:focus,
.campaign-page .inverted-ui input[type="color"]:focus,
.campaign-page .inverted-ui select:focus {
  box-shadow: 0 1px 0 0 #ffffff;
}
.campaign-page .inverted-ui .hs-form-field label {
  color: #ffffff;
}
.campaign-page .inverted-ui .hs-error-msgs label {
  color: #ffffff !important;
}
.campaign-page .block form {
  margin-top: 4.5rem;
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}
/*------------------------------------------------*\
    IE Fixes
    
    
    1.  Replace pointer-events:none transitions
        with simple display: none/block
  
\*------------------------------------------------*/
.lt-ie11 {
  /*------------------------------------------------*\
        Navbar Header
  \*------------------------------------------------*/
  /*------------------------------------------------*\
        Site Selector
  \*------------------------------------------------*/
  /*------------------------------------------------*\
        Notifications
  \*------------------------------------------------*/
}
.lt-ie11 body:before {
  display: none;
  transition: none;
}
.lt-ie11 .navbar-header .navbar-heading {
  display: none;
}
.lt-ie11 .transitions .navbar .dropdown-menu {
  display: none;
}
.lt-ie11 .site-selector-overlay {
  display: none;
}
.lt-ie11 .notification.dismissed {
  display: none;
}
.lt-ie11 .hero.background-img {
  opacity: .25 !important;
}

/*# sourceMappingURL=campaign.min.css.map*/