/* Theme base styles */
/* @import url('//fonts.googleapis.com/css?family=Work%20Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap'); */

/* Tools - Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic - This is where reset, normalize & box-sizing styles go. */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**  Remove the margin in all browsers. */

body {
  margin: 0;
}

/** Render the `main` element consistently in IE. */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Extra bit of reset code establishing a max-size and max-height */
img {
  max-width: 100%;
  height: auto;
}
svg {
  max-height: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects - Non-cosmetic design patterns including grid and layout classes) */

/* Grid from BASSCSS */
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row-wrap {
  flex-flow: wrap;
}
@media (max-width: 767px) {
  .row {
    flex-flow: wrap;
  }
}

.col {
  flex: 1 auto;
}
.col,
.col-right {
  box-sizing: border-box;
}
.col-right {
  float: right;
}
.col-1 {
  flex: 1 8.33333%;
  max-width: 1 8.33333%;
}
.col-2 {
  flex: 1 16.66667%;
  max-width: 1 16.66667%;
}
.col-3 {
  flex: 1 25%;
  max-width: 1 25%;
}
.col-4 {
  flex: 1 33.33333%;
  max-width: 1 33.33333%;
}
.col-5 {
  flex: 1 41.66667%;
  max-width: 1 41.66667%;
}
.col-6 {
  flex: 1 50%;
  max-width: 1 50%;
}
.col-7 {
  flex: 1 58.33333%;
  max-width: 1 58.33333%;
}
.col-8 {
  flex: 1 66.66667%;
  max-width: 1 66.66667%;
}
.col-9 {
  flex: 1 75%;
  max-width: 1 75%;
}
.col-10 {
  flex: 1 83.33333%;
  max-width: 1 83.33333%;
}
.col-11 {
  flex: 1 91.66667%;
  max-width: 1 91.66667%;
}
.col-12 {
  flex: 1 100%;
  max-width: 1 100%;
}
@media (min-width: 768px) {
  .sm-col {
    float: left;
    box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    box-sizing: border-box;
  }
  .sm-col-1 {
    flex: 1 8.33333%;
    max-width: 1 8.33333%;
  }
  .sm-col-2 {
    flex: 1 16.66667%;
    max-width: 1 16.66667%;
  }
  .sm-col-3 {
    flex: 1 25%;
    max-width: 1 25%;
  }
  .sm-col-4 {
    flex: 1 33.33333%;
    max-width: 1 33.33333%;
  }
  .sm-col-5 {
    flex: 1 41.66667%;
    max-width: 1 41.66667%;
  }
  .sm-col-6 {
    flex: 1 50%;
    max-width: 1 50%;
  }
  .sm-col-7 {
    flex: 1 58.33333%;
    max-width: 1 58.33333%;
  }
  .sm-col-8 {
    flex: 1 66.66667%;
    max-width: 1 66.66667%;
  }
  .sm-col-9 {
    flex: 1 75%;
    max-width: 1 75%;
  }
  .sm-col-10 {
    flex: 1 83.33333%;
    max-width: 1 83.33333%;
  }
  .sm-col-11 {
    flex: 1 91.66667%;
    max-width: 1 91.66667%;
  }
  .sm-col-12 {
    flex: 1 100%;
    max-width: 1 100%;
  }
}
@media (max-width: 990px) {
  .md-row {
    flex-flow: wrap;
  }
}
@media (min-width: 990px) {
  .md-col {
    flex: 1 auto;
  }
  .md-col-right {
    float: right;
    box-sizing: border-box;
  }
  .md-col-1 {
    flex: 1 8.33333%;
    max-width: 1 8.33333%;
  }
  .md-col-2 {
    flex: 1 16.66667%;
    max-width: 1 16.66667%;
  }
  .md-col-3 {
    flex: 1 25%;
    max-width: 1 25%;
  }
  .md-col-4 {
    flex: 1 33.33333%;
    max-width: 1 33.33333%;
  }
  .md-col-5 {
    flex: 1 41.66667%;
    max-width: 1 41.66667%;
  }
  .md-col-6 {
    flex: 1 50%;
    max-width: 1 50%;
  }
  .md-col-7 {
    flex: 1 58.33333%;
    max-width: 1 58.33333%;
  }
  .md-col-8 {
    flex: 1 66.66667%;
    max-width: 1 66.66667%;
  }
  .md-col-9 {
    flex: 1 75%;
    max-width: 1 75%;
  }
  .md-col-10 {
    flex: 1 83.33333%;
    max-width: 1 83.33333%;
  }
  .md-col-11 {
    flex: 1 91.66667%;
    max-width: 1 91.66667%;
  }
  .md-col-12 {
    flex: 1 100%;
    max-width: 1 100%;
  }
}
@media (min-width: 1280px) {
  .lg-col {
    float: left;
    box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    box-sizing: border-box;
  }
  .lg-col-1 {
    flex: 1 8.33333%;
    max-width: 1 8.33333%;
  }
  .lg-col-2 {
    flex: 1 16.66667%;
    max-width: 1 16.66667%;
  }
  .lg-col-3 {
    flex: 1 25%;
    max-width: 1 25%;
  }
  .lg-col-4 {
    flex: 1 33.33333%;
    max-width: 1 33.33333%;
  }
  .lg-col-5 {
    flex: 1 41.66667%;
    max-width: 1 41.66667%;
  }
  .lg-col-6 {
    flex: 1 50%;
    max-width: 1 50%;
  }
  .lg-col-7 {
    flex: 1 58.33333%;
    max-width: 1 58.33333%;
  }
  .lg-col-8 {
    flex: 1 66.66667%;
    max-width: 1 66.66667%;
  }
  .lg-col-9 {
    flex: 1 75%;
    max-width: 1 75%;
  }
  .lg-col-10 {
    flex: 1 83.33333%;
    max-width: 1 83.33333%;
  }
  .lg-col-11 {
    flex: 1 91.66667%;
    max-width: 1 91.66667%;
  }
  .lg-col-12 {
    flex: 1 100%;
    max-width: 1 100%;
  }
}
/* Responsive Grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container-fluid {
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}

/* Display Utilties (from BASSCSS) */
.inline {
  display: inline;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.fit {
  max-width: 100%;
}
.fill {
  width: 100%;
}
.max-width-1 {
  max-width: 24rem;
}
.max-width-2 {
  max-width: 32rem;
}
.max-width-3 {
  max-width: 48rem;
}
.max-width-4 {
  max-width: 64rem;
}
.border-box {
  box-sizing: border-box;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

/* Flex utilities - from BASSCSS */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* this is useful for wrapping around HS objects */
.inner-flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  /* this is useful for wrapping around HS objects */
  .inner-flex > div {
    flex-flow: wrap;
  }
}
@media (min-width: 768px) {
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm-float-left {
    float: left;
  }

  .sm-float-right {
    float: right;
  }

  .sm-fill {
    width: 100%;
  }
}
@media (min-width: 990px) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md-float-left {
    float: left;
  }

  .md-float-right {
    float: right;
  }

  .md-fill {
    width: 100%;
  }
}
@media (min-width: 1280px) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg-float-left {
    float: left;
  }

  .lg-float-right {
    float: right;
  }
  .lg-fill {
    width: 100%;
  }
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-grid-row-align: flex-end;
  align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -ms-grid-row-align: baseline;
  align-items: baseline;
}
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -ms-grid-row-align: stretch;
  align-items: stretch;
}
.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.self-center {
  -ms-flex-item-align: center;
  align-self: center;
}
.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}
.self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end;
}
.content-center {
  -ms-flex-line-pack: center;
  align-content: center;
}
.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}
.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}
.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.order-last {
  -webkit-box-ordinal-group: 100000;
  -ms-flex-order: 99999;
  order: 99999;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.z1 {
  z-index: 1;
}
.z2 {
  z-index: 2;
}
.z3 {
  z-index: 3;
}
.z4 {
  z-index: 4;
}

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
@media (max-width: 767px) {
  .xs-hide {
    display: none !important;
  }
  .xs-fill {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .sm-hide {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .md-hide {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .lg-hide {
    display: none !important;
  }
}
.display-none {
  display: none !important;
}
@media (min-width: 768px) {
  .sm-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .sm-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .sm-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .sm-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
  }
  .sm-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
  }
  .sm-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sm-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .sm-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sm-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .sm-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .md-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .md-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .md-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .md-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
  }
  .md-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
  }
  .md-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .md-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .md-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .md-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .md-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 1280px) {
  .lg-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .lg-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
  }
  .lg-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .lg-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -ms-grid-row-align: baseline;
    align-items: baseline;
  }
  .lg-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -ms-grid-row-align: stretch;
    align-items: stretch;
  }
  .lg-justify-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .lg-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .lg-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .lg-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .lg-justify-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .sm-inline {
    display: inline;
  }
  .sm-block {
    display: block;
  }
  .sm-inline-block {
    display: inline-block;
  }
  .sm-table {
    display: table;
  }
  .sm-table-cell {
    display: table-cell;
  }
  .sm-overflow-hidden {
    overflow: hidden;
  }
  .sm-overflow-scroll {
    overflow: scroll;
  }
  .sm-overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .md-inline {
    display: inline;
  }
  .md-block {
    display: block;
  }
  .md-inline-block {
    display: inline-block;
  }
  .md-table {
    display: table;
  }
  .md-table-cell {
    display: table-cell;
  }
  .md-overflow-hidden {
    overflow: hidden;
  }
  .md-overflow-scroll {
    overflow: scroll;
  }
  .md-overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 1280px) {
  .lg-inline {
    display: inline;
  }
  .lg-block {
    display: block;
  }
  .lg-inline-block {
    display: inline-block;
  }
  .lg-table {
    display: table;
  }
  .lg-table-cell {
    display: table-cell;
  }
  .lg-overflow-hidden {
    overflow: hidden;
  }
  .lg-overflow-scroll {
    overflow: scroll;
  }
  .lg-overflow-auto {
    overflow: auto;
  }
}
@media (min-width: 768px) {
  .sm-relative {
    position: relative;
  }
  .sm-absolute {
    position: absolute;
  }
  .sm-fixed {
    position: fixed;
  }
  .sm-top-0 {
    top: 0;
  }
  .sm-right-0 {
    right: 0;
  }
  .sm-bottom-0 {
    bottom: 0;
  }
  .sm-left-0 {
    left: 0;
  }
}
@media (min-width: 992px) {
  .md-relative {
    position: relative;
  }
  .md-absolute {
    position: absolute;
  }
  .md-fixed {
    position: fixed;
  }
  .md-top-0 {
    top: 0;
  }
  .md-right-0 {
    right: 0;
  }
  .md-bottom-0 {
    bottom: 0;
  }
  .md-left-0 {
    left: 0;
  }
}
@media (min-width: 1280px) {
  .lg-relative {
    position: relative;
  }
  .lg-absolute {
    position: absolute;
  }
  .lg-fixed {
    position: fixed;
  }
  .lg-top-0 {
    top: 0;
  }
  .lg-right-0 {
    right: 0;
  }
  .lg-bottom-0 {
    bottom: 0;
  }
  .lg-left-0 {
    left: 0;
  }
}
/* Color Palette */















/* Typography */




  /* Container Formatting utilities - from BASSCSS */
.card {
  box-shadow: 0px 2px 10px -4px rgba(0,0,0,.1);
  }

.border {
  border-style: solid;
  border-width: 1px;
}
.border-top {
  border-top-style: solid;
  border-top-width: 1px;
}
.border-right {
  border-right-style: solid;
  border-right-width: 1px;
}
.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.border-left {
  border-left-style: solid;
  border-left-width: 1px;
}
.border-none {
  border: 0;
}
.rounded {
  border-radius: 3px;
}
.circle {
  border-radius: 50%;
}
.rounded-top {
  border-radius: 3px 3px 0 0;
}
.rounded-right {
  border-radius: 0 3px 3px 0;
}
.rounded-bottom {
  border-radius: 0 0 3px 3px;
}
.rounded-left {
  border-radius: 3px 0 0 3px;
}
.not-rounded {
  border-radius: 0;
}

@media (max-width: 767px) {
  .xs-border-top {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .xs-border-right {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .xs-border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .xs-border-left {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .xs-border-none {
    border: 0;
  }
}

@media (min-width: 768px) {
  .sm-border-top {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .sm-border-right {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .sm-border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .sm-border-left {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .sm-border-none {
    border: 0;
  }
}

@media (min-width: 990px) {
  .md-border-top {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .md-border-right {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .md-border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .md-border-left {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .md-border-none {
    border: 0;
  }
}
@media (min-width: 1280px) {
  .lg-border-top {
    border-top-style: solid;
    border-top-width: 1px;
  }
  .lg-border-right {
    border-right-style: solid;
    border-right-width: 1px;
  }
  .lg-border-bottom {
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .lg-border-left {
    border-left-style: solid;
    border-left-width: 1px;
  }
  .lg-border-none {
    border: 0;
  }
}



  
  .bg-primary {
    background-color: #0095DB
  }
  .primary {
    color: #0095DB
  }
  .border-primary {
    border-color: #0095DB
  }


  
  .bg-primary-dark {
    background-color: #005286
  }
  .primary-dark {
    color: #005286
  }
  .border-primary-dark {
    border-color: #005286
  }


  
  .bg-primary-extra-dark {
    background-color: #003C63
  }
  .primary-extra-dark {
    color: #003C63
  }
  .border-primary-extra-dark {
    border-color: #003C63
  }


  
  .bg-primary-light {
    background-color: 
  }
  .primary-light {
    color: 
  }
  .border-primary-light {
    border-color: 
  }


  
  .bg-black {
    background-color: #171717
  }
  .black {
    color: #171717
  }
  .border-black {
    border-color: #171717
  }


  
  .bg-white {
    background-color: #FFFFFF
  }
  .white {
    color: #FFFFFF
  }
  .border-white {
    border-color: #FFFFFF
  }


  
  .bg-light {
    background-color: rgba(255,255,255,.2)
  }
  .light {
    color: rgba(255,255,255,.2)
  }
  .border-light {
    border-color: rgba(255,255,255,.2)
  }


  
  .bg-gray {
    background-color: #666666
  }
  .gray {
    color: #666666
  }
  .border-gray {
    border-color: #666666
  }


  
  .bg-light-gray {
    background-color: #f2f2f2
  }
  .light-gray {
    color: #f2f2f2
  }
  .border-light-gray {
    border-color: #f2f2f2
  }


  
  .bg-medium-gray {
    background-color: #cccccc
  }
  .medium-gray {
    color: #cccccc
  }
  .border-medium-gray {
    border-color: #cccccc
  }


  
  .bg-aqua {
    background-color: #7fdbff
  }
  .aqua {
    color: #7fdbff
  }
  .border-aqua {
    border-color: #7fdbff
  }


  
  .bg-blue {
    background-color: #0095DB
  }
  .blue {
    color: #0095DB
  }
  .border-blue {
    border-color: #0095DB
  }


  
  .bg-navy {
    background-color: #001f3f
  }
  .navy {
    color: #001f3f
  }
  .border-navy {
    border-color: #001f3f
  }


  
  .bg-teal {
    background-color: #39cccc
  }
  .teal {
    color: #39cccc
  }
  .border-teal {
    border-color: #39cccc
  }


  
  .bg-green {
    background-color: #2ecc40
  }
  .green {
    color: #2ecc40
  }
  .border-green {
    border-color: #2ecc40
  }


  
  .bg-olive {
    background-color: #3d9970
  }
  .olive {
    color: #3d9970
  }
  .border-olive {
    border-color: #3d9970
  }


  
  .bg-lime {
    background-color: #01ff70
  }
  .lime {
    color: #01ff70
  }
  .border-lime {
    border-color: #01ff70
  }


  
  .bg-yellow {
    background-color: #ffdc00
  }
  .yellow {
    color: #ffdc00
  }
  .border-yellow {
    border-color: #ffdc00
  }


  
  .bg-orange {
    background-color: #ff851b
  }
  .orange {
    color: #ff851b
  }
  .border-orange {
    border-color: #ff851b
  }


  
  .bg-red {
    background-color: #ff4136
  }
  .red {
    color: #ff4136
  }
  .border-red {
    border-color: #ff4136
  }


  
  .bg-fuchsia {
    background-color: #f012be
  }
  .fuchsia {
    color: #f012be
  }
  .border-fuchsia {
    border-color: #f012be
  }


  
  .bg-purple {
    background-color: #b10dc9
  }
  .purple {
    color: #b10dc9
  }
  .border-purple {
    border-color: #b10dc9
  }


  
  .bg-maroon {
    background-color: #85144b
  }
  .maroon {
    color: #85144b
  }
  .border-maroon {
    border-color: #85144b
  }



/* Font Color utilities */
}
.color-inherit {
  color: inherit;
}
.muted {
  opacity: 0.5;
}
.bg-gradient1 {
  background-color: #18214E;
  background: linear-gradient(180deg, #18214E 0%, #252F61 3.96%);
}

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.0625);
}
.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.125);
}
.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25);
}
.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-lighten-1 {
  background-color: hsla(0, 0%, 100%, 0.0625);
}
.bg-lighten-2 {
  background-color: hsla(0, 0%, 100%, 0.125);
}
.bg-lighten-3 {
  background-color: hsla(0, 0%, 100%, 0.25);
}
.bg-lighten-4 {
  background-color: hsla(0, 0%, 100%, 0.5);
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-center {
  background-position: 50%;
}
.bg-top {
  background-position: top;
}
.bg-right {
  background-position: 100%;
}
.bg-bottom {
  background-position: bottom;
}
.bg-left {
  background-position: 0;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.all-initial {
  all: initial;
}
.all-unset {
  all: unset;
}
.all-inherit {
  all: inherit;
}
.all-revert {
  all: revert;
}
.shadow {
  box-shadow: 0px 4px 20px 0px 80,93,170,0.5;
}
/*****************************************/
/***** Containers / Grid / DnD Areas *****/
/*****************************************/

.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
/* Spacing utilities - from BASSCSS */

.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0;
}
.mr0 {
  margin-right: 0;
}
.mb0 {
  margin-bottom: 0;
}
.ml0,
.mx0 {
  margin-left: 0;
}
.mx0 {
  margin-right: 0;
}
.my0 {
  margin-top: 0;
  margin-bottom: 0;
}
.m1 {
  margin: 0.5rem;
}
.mt1 {
  margin-top: 0.5rem;
}
.mr1 {
  margin-right: 0.5rem;
}
.mb1 {
  margin-bottom: 0.5rem;
}
.ml1,
.mx1 {
  margin-left: 0.5rem;
}
.mx1 {
  margin-right: 0.5rem;
}
.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.m2 {
  margin: 1rem;
}
.mt2 {
  margin-top: 1rem;
}
.mr2 {
  margin-right: 1rem;
}
.mb2 {
  margin-bottom: 1rem;
}
.ml2,
.mx2 {
  margin-left: 1rem;
}
.mx2 {
  margin-right: 1rem;
}
.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.m3 {
  margin: 2rem;
}
.mt3 {
  margin-top: 2rem;
}
.mr3 {
  margin-right: 2rem;
}
.mb3 {
  margin-bottom: 2rem;
}
.ml3,
.mx3 {
  margin-left: 2rem;
}
.mx3 {
  margin-right: 2rem;
}
.my3 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.m4 {
  margin: 4rem;
}
.mt4 {
  margin-top: 4rem;
}
.mr4 {
  margin-right: 4rem;
}
.mb4 {
  margin-bottom: 4rem;
}
.ml4,
.mx4 {
  margin-left: 4rem;
}
.mx4 {
  margin-right: 4rem;
}
.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.mxn3 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.mxn4 {
  margin-left: -4rem;
  margin-right: -4rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-auto,
.mx-auto,
.mha {
  margin-right: auto;
}
.mx-auto,
.mha {
  margin-left: auto;
}
.p0 {
  padding: 0;
}
.pt0 {
  padding-top: 0;
}
.pr0 {
  padding-right: 0;
}
.pb0 {
  padding-bottom: 0;
}
.pl0,
.px0 {
  padding-left: 0;
}
.px0 {
  padding-right: 0;
}
.py0 {
  padding-top: 0;
  padding-bottom: 0;
}
.p1 {
  padding: 0.5rem;
}
.pt1 {
  padding-top: 0.5rem;
}
.pr1 {
  padding-right: 0.5rem;
}
.pb1 {
  padding-bottom: 0.5rem;
}
.pl1 {
  padding-left: 0.5rem;
}
.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.p2 {
  padding: 1rem;
}
.pt2 {
  padding-top: 1rem;
}
.pr2 {
  padding-right: 1rem;
}
.pb2 {
  padding-bottom: 1rem;
}
.pl2 {
  padding-left: 1rem;
}
.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px2 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.p3 {
  padding: 2rem;
}
.pt3 {
  padding-top: 2rem;
}
.pr3 {
  padding-right: 2rem;
}
.pb3 {
  padding-bottom: 2rem;
}
.pl3 {
  padding-left: 2rem;
}
.py3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px3 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.p4 {
  padding: 4rem;
}
.pt4 {
  padding-top: 4rem;
}
.pr4 {
  padding-right: 4rem;
}
.pb4 {
  padding-bottom: 4rem;
}
.pl4 {
  padding-left: 4rem;
}
.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

@media (min-width: 768px) {
  .sm-p0 {
    padding: 0;
  }
  .sm-pt0 {
    padding-top: 0;
  }
  .sm-pr0 {
    padding-right: 0;
  }
  .sm-pb0 {
    padding-bottom: 0;
  }
  .sm-pl0,
  .sm-px0 {
    padding-left: 0;
  }
  .sm-px0 {
    padding-right: 0;
  }
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .sm-p1 {
    padding: 0.5rem;
  }
  .sm-pt1 {
    padding-top: 0.5rem;
  }
  .sm-pr1 {
    padding-right: 0.5rem;
  }
  .sm-pb1 {
    padding-bottom: 0.5rem;
  }
  .sm-pl1,
  .sm-px1 {
    padding-left: 0.5rem;
  }
  .sm-px1 {
    padding-right: 0.5rem;
  }
  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm-p2 {
    padding: 1rem;
  }
  .sm-pt2 {
    padding-top: 1rem;
  }
  .sm-pr2 {
    padding-right: 1rem;
  }
  .sm-pb2 {
    padding-bottom: 1rem;
  }
  .sm-pl2,
  .sm-px2 {
    padding-left: 1rem;
  }
  .sm-px2 {
    padding-right: 1rem;
  }
  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm-p3 {
    padding: 2rem;
  }
  .sm-pt3 {
    padding-top: 2rem;
  }
  .sm-pr3 {
    padding-right: 2rem;
  }
  .sm-pb3 {
    padding-bottom: 2rem;
  }
  .sm-pl3,
  .sm-px3 {
    padding-left: 2rem;
  }
  .sm-px3 {
    padding-right: 2rem;
  }
  .sm-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm-p4 {
    padding: 4rem;
  }
  .sm-pt4 {
    padding-top: 4rem;
  }
  .sm-pr4 {
    padding-right: 4rem;
  }
  .sm-pb4 {
    padding-bottom: 4rem;
  }
  .sm-pl4,
  .sm-px4 {
    padding-left: 4rem;
  }
  .sm-px4 {
    padding-right: 4rem;
  }
  .sm-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm-m0 {
    margin: 0;
  }
  .sm-mt0 {
    margin-top: 0;
  }
  .sm-mr0 {
    margin-right: 0;
  }
  .sm-mb0 {
    margin-bottom: 0;
  }
  .sm-ml0,
  .sm-mx0 {
    margin-left: 0;
  }
  .sm-mx0 {
    margin-right: 0;
  }
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .sm-m1 {
    margin: 0.5rem;
  }
  .sm-mt1 {
    margin-top: 0.5rem;
  }
  .sm-mr1 {
    margin-right: 0.5rem;
  }
  .sm-mb1 {
    margin-bottom: 0.5rem;
  }
  .sm-ml1,
  .sm-mx1 {
    margin-left: 0.5rem;
  }
  .sm-mx1 {
    margin-right: 0.5rem;
  }
  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .sm-m2 {
    margin: 1rem;
  }
  .sm-mt2 {
    margin-top: 1rem;
  }
  .sm-mr2 {
    margin-right: 1rem;
  }
  .sm-mb2 {
    margin-bottom: 1rem;
  }
  .sm-ml2,
  .sm-mx2 {
    margin-left: 1rem;
  }
  .sm-mx2 {
    margin-right: 1rem;
  }
  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .sm-m3 {
    margin: 2rem;
  }
  .sm-mt3 {
    margin-top: 2rem;
  }
  .sm-mr3 {
    margin-right: 2rem;
  }
  .sm-mb3 {
    margin-bottom: 2rem;
  }
  .sm-ml3,
  .sm-mx3 {
    margin-left: 2rem;
  }
  .sm-mx3 {
    margin-right: 2rem;
  }
  .sm-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm-m4 {
    margin: 4rem;
  }
  .sm-mt4 {
    margin-top: 4rem;
  }
  .sm-mr4 {
    margin-right: 4rem;
  }
  .sm-mb4 {
    margin-bottom: 4rem;
  }
  .sm-ml4,
  .sm-mx4 {
    margin-left: 4rem;
  }
  .sm-mx4 {
    margin-right: 4rem;
  }
  .sm-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .sm-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .sm-ml-auto {
    margin-left: auto;
  }
  .sm-mr-auto,
  .sm-mx-auto {
    margin-right: auto;
  }
  .sm-mx-auto {
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .md-p0 {
    padding: 0;
  }
  .md-pt0 {
    padding-top: 0;
  }
  .md-pr0 {
    padding-right: 0;
  }
  .md-pb0 {
    padding-bottom: 0;
  }
  .md-pl0,
  .md-px0 {
    padding-left: 0;
  }
  .md-px0 {
    padding-right: 0;
  }
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md-p1 {
    padding: 0.5rem;
  }
  .md-pt1 {
    padding-top: 0.5rem;
  }
  .md-pr1 {
    padding-right: 0.5rem;
  }
  .md-pb1 {
    padding-bottom: 0.5rem;
  }
  .md-pl1,
  .md-px1 {
    padding-left: 0.5rem;
  }
  .md-px1 {
    padding-right: 0.5rem;
  }
  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md-p2 {
    padding: 1rem;
  }
  .md-pt2 {
    padding-top: 1rem;
  }
  .md-pr2 {
    padding-right: 1rem;
  }
  .md-pb2 {
    padding-bottom: 1rem;
  }
  .md-pl2,
  .md-px2 {
    padding-left: 1rem;
  }
  .md-px2 {
    padding-right: 1rem;
  }
  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md-p3 {
    padding: 2rem;
  }
  .md-pt3 {
    padding-top: 2rem;
  }
  .md-pr3 {
    padding-right: 2rem;
  }
  .md-pb3 {
    padding-bottom: 2rem;
  }
  .md-pl3,
  .md-px3 {
    padding-left: 2rem;
  }
  .md-px3 {
    padding-right: 2rem;
  }
  .md-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md-p4 {
    padding: 4rem;
  }
  .md-pt4 {
    padding-top: 4rem;
  }
  .md-pr4 {
    padding-right: 4rem;
  }
  .md-pb4 {
    padding-bottom: 4rem;
  }
  .md-pl4,
  .md-px4 {
    padding-left: 4rem;
  }
  .md-px4 {
    padding-right: 4rem;
  }
  .md-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md-m0 {
    margin: 0;
  }
  .md-mt0 {
    margin-top: 0;
  }
  .md-mr0 {
    margin-right: 0;
  }
  .md-mb0 {
    margin-bottom: 0;
  }
  .md-ml0,
  .md-mx0 {
    margin-left: 0;
  }
  .md-mx0 {
    margin-right: 0;
  }
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md-m1 {
    margin: 0.5rem;
  }
  .md-mt1 {
    margin-top: 0.5rem;
  }
  .md-mr1 {
    margin-right: 0.5rem;
  }
  .md-mb1 {
    margin-bottom: 0.5rem;
  }
  .md-ml1,
  .md-mx1 {
    margin-left: 0.5rem;
  }
  .md-mx1 {
    margin-right: 0.5rem;
  }
  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .md-m2 {
    margin: 1rem;
  }
  .md-mt2 {
    margin-top: 1rem;
  }
  .md-mr2 {
    margin-right: 1rem;
  }
  .md-mb2 {
    margin-bottom: 1rem;
  }
  .md-ml2,
  .md-mx2 {
    margin-left: 1rem;
  }
  .md-mx2 {
    margin-right: 1rem;
  }
  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md-m3 {
    margin: 2rem;
  }
  .md-mt3 {
    margin-top: 2rem;
  }
  .md-mr3 {
    margin-right: 2rem;
  }
  .md-mb3 {
    margin-bottom: 2rem;
  }
  .md-ml3,
  .md-mx3 {
    margin-left: 2rem;
  }
  .md-mx3 {
    margin-right: 2rem;
  }
  .md-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md-m4 {
    margin: 4rem;
  }
  .md-mt4 {
    margin-top: 4rem;
  }
  .md-mr4 {
    margin-right: 4rem;
  }
  .md-mb4 {
    margin-bottom: 4rem;
  }
  .md-ml4,
  .md-mx4 {
    margin-left: 4rem;
  }
  .md-mx4 {
    margin-right: 4rem;
  }
  .md-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .md-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .md-ml-auto {
    margin-left: auto;
  }
  .md-mr-auto,
  .md-mx-auto {
    margin-right: auto;
  }
  .md-mx-auto {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .lg-p0 {
    padding: 0;
  }
  .lg-pt0 {
    padding-top: 0;
  }
  .lg-pr0 {
    padding-right: 0;
  }
  .lg-pb0 {
    padding-bottom: 0;
  }
  .lg-pl0,
  .lg-px0 {
    padding-left: 0;
  }
  .lg-px0 {
    padding-right: 0;
  }
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg-p1 {
    padding: 0.5rem;
  }
  .lg-pt1 {
    padding-top: 0.5rem;
  }
  .lg-pr1 {
    padding-right: 0.5rem;
  }
  .lg-pb1 {
    padding-bottom: 0.5rem;
  }
  .lg-pl1,
  .lg-px1 {
    padding-left: 0.5rem;
  }
  .lg-px1 {
    padding-right: 0.5rem;
  }
  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg-p2 {
    padding: 1rem;
  }
  .lg-pt2 {
    padding-top: 1rem;
  }
  .lg-pr2 {
    padding-right: 1rem;
  }
  .lg-pb2 {
    padding-bottom: 1rem;
  }
  .lg-pl2,
  .lg-px2 {
    padding-left: 1rem;
  }
  .lg-px2 {
    padding-right: 1rem;
  }
  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg-p3 {
    padding: 2rem;
  }
  .lg-pt3 {
    padding-top: 2rem;
  }
  .lg-pr3 {
    padding-right: 2rem;
  }
  .lg-pb3 {
    padding-bottom: 2rem;
  }
  .lg-pl3,
  .lg-px3 {
    padding-left: 2rem;
  }
  .lg-px3 {
    padding-right: 2rem;
  }
  .lg-py3 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .lg-p4 {
    padding: 4rem;
  }
  .lg-pt4 {
    padding-top: 4rem;
  }
  .lg-pr4 {
    padding-right: 4rem;
  }
  .lg-pb4 {
    padding-bottom: 4rem;
  }
  .lg-pl4,
  .lg-px4 {
    padding-left: 4rem;
  }
  .lg-px4 {
    padding-right: 4rem;
  }
  .lg-py4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg-m0 {
    margin: 0;
  }
  .lg-mt0 {
    margin-top: 0;
  }
  .lg-mr0 {
    margin-right: 0;
  }
  .lg-mb0 {
    margin-bottom: 0;
  }
  .lg-ml0,
  .lg-mx0 {
    margin-left: 0;
  }
  .lg-mx0 {
    margin-right: 0;
  }
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg-m1 {
    margin: 0.5rem;
  }
  .lg-mt1 {
    margin-top: 0.5rem;
  }
  .lg-mr1 {
    margin-right: 0.5rem;
  }
  .lg-mb1 {
    margin-bottom: 0.5rem;
  }
  .lg-ml1,
  .lg-mx1 {
    margin-left: 0.5rem;
  }
  .lg-mx1 {
    margin-right: 0.5rem;
  }
  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  .lg-m2 {
    margin: 1rem;
  }
  .lg-mt2 {
    margin-top: 1rem;
  }
  .lg-mr2 {
    margin-right: 1rem;
  }
  .lg-mb2 {
    margin-bottom: 1rem;
  }
  .lg-ml2,
  .lg-mx2 {
    margin-left: 1rem;
  }
  .lg-mx2 {
    margin-right: 1rem;
  }
  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .lg-m3 {
    margin: 2rem;
  }
  .lg-mt3 {
    margin-top: 2rem;
  }
  .lg-mr3 {
    margin-right: 2rem;
  }
  .lg-mb3 {
    margin-bottom: 2rem;
  }
  .lg-ml3,
  .lg-mx3 {
    margin-left: 2rem;
  }
  .lg-mx3 {
    margin-right: 2rem;
  }
  .lg-my3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg-m4 {
    margin: 4rem;
  }
  .lg-mt4 {
    margin-top: 4rem;
  }
  .lg-mr4 {
    margin-right: 4rem;
  }
  .lg-mb4 {
    margin-bottom: 4rem;
  }
  .lg-ml4,
  .lg-mx4 {
    margin-left: 4rem;
  }
  .lg-mx4 {
    margin-right: 4rem;
  }
  .lg-my4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .lg-mxn3 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg-mxn4 {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .lg-ml-auto {
    margin-left: auto;
  }
  .lg-mr-auto,
  .lg-mx-auto {
    margin-right: auto;
  }
  .lg-mx-auto {
    margin-left: auto;
  }
}

/* Elements - Base HMTL elements (<body<, <h1>, <a>, <p>, <button> etc.) */

/* Color Palette */















/* Typography */


body {
  line-height: 1.4;
  word-break: break-word;
  font-family: Work Sans, Calibri, Arial, sans-serif;
  color: #303030;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

html {
  font-size: 14px;
}

/* Paragraphs */

p,
.p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0em;
  text-align: left;
}

.fs08 {
  font-size: .8rem;
}

p.small,
.fs09 {
  font-size: .9rem;
}

p.large {
  font-size: 1.2rem;
}

/* Anchors */

a,
.a {
  cursor: pointer;
  text-decoration: none;
  color: #0095DB;
  transition: 300ms;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #12a5ea
}

a:active {
  color: #12a5ea
}

/* Headings */

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-style: normal;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}


h1, .h1 {
  font-size: 2.8rem;
  line-height: 110%;
  font-style: normal;
  letter-spacing: 0em;
  }

h2, .h2 {
  font-size: 2.4rem;
  font-style: normal;
  letter-spacing: 0em;
  }

h3, .h3 {
  font-size: 1.8rem;
  font-style: normal;
  letter-spacing: 0em;
  line-height: 110%;
  }

h4, .h4 {
  font-size: 1.4rem;
  font-style: normal;
  letter-spacing: 0em;
  }

h5, .h5 {
  font-size: 1.2rem;
  font-style: normal;
  letter-spacing: 0em;
  }

h6, .h6 {
  font-size: 1rem;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: uppercase;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #cccccc;
  border: none;
  color: #cccccc;
  height: 1px;
}

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

/* Utilities */
.font-family-inherit {
  font-family: inherit;
}
.font-size-inherit {
  font-size: inherit;
}
.text-decoration-none {
  text-decoration: none;
}
.xbold {

}
.bold {
  font-weight: 700;
}
.semibold {
  font-weight: 600;
}
.regular {
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.caps {
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.uppercase {
  text-transform: uppercase;
}
.left-align {
  text-align: left;
}
.center {
  text-align: center;
}
.right-align {
  text-align: right;
}
.justify {
  text-align: justify;
}
.nowrap {
  white-space: nowrap;
}
.break-word {
  word-wrap: break-word;
}
.line-height-1 {
  line-height: 1;
}
.line-height-2 {
  line-height: 1.125;
}
.line-height-3 {
  line-height: 1.25;
}
.line-height-4 {
  line-height: 1.5;
}
.list-style-none {
  list-style: none;
}
.underline {
  text-decoration: underline;
}
.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-reset {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.inner-reset h1,
.inner-reset h2,
.inner-reset h3,
.inner-reset h4,
.inner-reset h5,
.inner-reset h6,
.inner-reset p {
  margin: 0
}

.s08 {
font-size: 0.8rem
}

.small,
.s09 {
font-size: 0.9rem
}

.thin {
  font-weight: 300;
  letter-spacing: .02em;
}
/* Responsiveness from BASSCSS */

@media (min-width: 768px) {
  .sm-left {
    text-align: left;
  }
  .sm-center {
    text-align: center;
  }
  .sm-right {
    text-align: right;
  }
  .sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .md-left {
    text-align: left;
  }
  .md-center {
    text-align: center;
  }
  .md-right {
    text-align: right;
  }
  .md-justify {
    text-align: justify;
  }
}
@media (min-width: 1280px) {
  .lg-left {
    text-align: left;
  }
  .lg-center {
    text-align: center;
  }
  .lg-right {
    text-align: right;
  }
  .lg-justify {
    text-align: justify;
  }
}


.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark p,
.dark ul li,
.dark ol li,
.dark {
  color: #fff;
}
/* Color Palette */















/* Typography */



/*****************************************/
/*************** Buttons *****************/
/*****************************************/

.hs-button,
.button--primary
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  line-height: 100%;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-radius: 6px;
  padding: .75rem 2rem;
  letter-spacing: .05em;
  font-weight: 600;
}

button,
.button,
.hs-button {
  transition: 300ms;
}

button.button--small,
.button.button--small {
  font-size: 0.86rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-radius: 2px;
  padding: 10px;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}


.hs-button,
.button--primary
button,
.button {
  background-color: #0095DB;
  border: 1px solid transparent;
  color: #FFFFFF;
  outline: 0;
  border-radius: 100px;
  text-decoration: none !important;
}

button.button--red,
.button--red {
  background-color: rgba(192, 24, 41,1.0);
  border: 1px solid rgba(192, 24, 41,1.0);
  color: #fff;
  padding: 15px 53px;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  background-color: #12a5ea;
  border-color: #12a5ea;
  color: #fff;
}

button:active,
.button:active,
.hs-button:active {
  background-color: #005286;
  border-color: #005286;
  color: #fff;
}


button.button--ghost,
.button.button--ghost {
  background-color: transparent;
  border: 2px solid #12a5ea;
  color: #12a5ea;
}

button.button--ghost:hover,
button.button--ghost:focus,
.button.button--ghost:hover,
.button.button--ghost:focus {
  background-color: #0095DB;
  border-color: #0095DB;
  color: #fff;
}

button.button--ghost:active,
.button.button--ghost:active {
  background-color: #005286;
  border-color: #005286;
  color: #fff;
}



button.button--white,
.button.button--white {
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  color: #0095DB;
}

.bg-black button.button--white,
.bg-black .button.button--white {
  color: #171717;
}

button.button--white:hover,
button.button--white:focus,
.button.button--white:hover,
.button.button--white:focus {
  background-color: #0095DB;
  border-color: #0095DB;
  color: #fff;
}

button.button--white:active,
.button.button--white:active {
  background-color: #005286;
  border-color: #005286;
  color: #fff;
}


button.button--white.button--ghost,
.button.button--white.button--ghost {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  color: #FFFFFF;
}

button.button--white.button--ghost:hover,
button.button--white.button--ghost:focus,
.button.button--white.button--ghost:hover,
.button.button--white:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #0095DB;
}

button.button--white.button--ghost:active,
.button.button--white.button--ghost:active {
  background-color: #005286;
  border-color: #005286;
  color: #fff;
}


button.button--black,
.button--black {
  background-color: rgba(0,0,0,1.0);
  border: 2px solid rgba(0,0,0,1.0);
  color: #FFFFFF;
  padding: 15px 53px;
}




.button.button--black:hover,
.button.button--black:focus {
  background-color: transparent;
  border-color:  rgba(0,0,0,1.0);
  color: rgba(0,0,0,1.0);
}


/* Extra button styles */

.cta {
  outline: 0;
  font-weight: bold;
  background: #212b62;
    color: #FFFFFF;
  padding: 15px 50px;
  border-radius: 6px;
  border: 1px solid #212b62;
  font-size: inherit;
  text-decoration: none !important;
}
.cta--ghost--white {
  background: transparent;
  border-color: white;
}

.button_with_icon.button span {
  display: flex;
  align-items: center;
}

.button_with_icon.button img {
  transition: 300ms;
  margin-left: .5rem;
}
.button_with_icon.button:hover img,
.button_with_icon.button:focus img,
.button_with_icon.button:active img {
  margin-left: 1rem;
}
/* Color Palette */















/* Typography */



/*****************************************/
/**************** Forms ******************/
/*****************************************/

form,
.submitted-message {
  max-width: 700px;
  margin: 0 auto
}


form label:not(.hs-error-msg) {
  font-weight: bold;
  text-transform: capitalize;
}


form input:not([type="submit"]) {
  width: 100%;
}

form textarea {
  min-height: 80px;
}

.form-title {
  background-color: #494a52;
  color: #f8fafc;
}


form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  border-color: #d1d6dc;
  color: #494a52;
  min-width: 100%;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form select:focus,
form textarea:focus {
  border-color: #494a52;
}

::-webkit-input-placeholder {
  color: #494a52;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #494a52;
}

.fn-date-picker td.is-selected .pika-button {
  background: #494a52;
}

.fn-date-picker td .pika-button:hover {
  background-color: #494a52 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #494a52;
}

form input[type="submit"],
form .hs-button {
  background-color: #0095DB;
  border: 1px solid #0095DB;
  border-radius: 6px;
  color: #fff;
  padding: 15px 53px;
  margin: auto;
  margin-top: 2rem;
  display: block;
}

form .actions {
  display: flex;
}

form input[type="submit"]:hover,
form input[type="submit"]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #12a5ea;
  border-color: #12a5ea;
  color: #fff;
}

form input[type="submit"]:active,
form .hs-button:active {
  background-color: #0095DB;
  border-color: #0095DB;
  color: #fff;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: ;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  background-color: rgba(37,47,97,.1);
  border: 0px solid;
  border-radius: 0px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
  font-size: .8rem;
}

form ul.inputs-list.multi-container li {
  display:flex;
  align-items:center;
  padding-right: 1rem;
}
form ul.inputs-list.multi-container li input {
  margin-right:1rem;
  width: auto !important;
  margin-top:5px;
}
form ul.inputs-list.multi-container li label {
  display: inline-flex;
  font-weight: 400;
  font-size: 1.3rem;
}

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #fff;
}

/* Inputs - file picker */

form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ef6b51;
}

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Consent */

.legal-consent-container,
.hs_acs_terms_and_conditions,
.legal-consent-container .hs-richtext p,
.legal-consent-container .hs-richtext,
form .hs_acs_terms_and_conditions .inputs-list>li,
form .hs_acs_terms_and_conditions label {
  margin-bottom: 0;
  color: #0095DB
}

.legal-consent-container,
.hs_acs_terms_and_conditions {
  background: rgba(37,47,97,.1);
  font-size: .5rem;
}
.hs_acs_terms_and_conditions {
  padding: 1.25rem 1.8rem 0rem 1.8rem;
}

.legal-consent-container {
  padding: .5rem 1.8rem 1.25rem 1.8rem;
}
.legal-consent-container .hs-richtext p {
  padding: 0 .5rem;
  font-size: .8rem;
}

.input {
  cursor: pointer
}


/* Old style
*
form label,
.legal-consent-container * {
font-size: 1rem !important;
}

form label:not(.hs-error-msg) {
font-weight: bold;
text-transform: capitalize;
}

form input:not([type="submit"]),
form textarea,
form select {
padding: 10px 14px;
border: 1px solid #dadada;
box-shadow: 0 0 1px rgba(0,0,0,0.1);
outline: 0;
border-radius: 3px;
background: #FAFAFA;
max-width: 100%;
width: 100% !important;
}

form input:not([type="submit"]) {
width: 100%;
}


@media (min-width: 992px) {
form fieldset.form-columns-2 > div {
max-width: calc(50% - 7px) !important;
width: calc(50% - 7px) !important;
}
form fieldset.form-columns-3 > div ~ div {
margin-left: 10px;
}

form fieldset.form-columns-3 > div {
max-width: calc(33.33332% - 7px) !important;
width: calc(33.33332% - 7px) !important;
}
form fieldset.form-columns-3 > div ~ div {
margin-left: 10px;
}
}
@media (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
form:not(.hs-video-form) .form-columns-2 .hs-form-field ~ .hs-form-field,
form:not(.hs-video-form) .form-columns-3 .hs-form-field  ~ .hs-form-field {
margin-top: 2em !important;
}
}
form, fieldset {
max-width: 700px !important;
margin: 0 auto !important;
}
form input:focus,
form input:hover,
form textarea,
form select {
border: 1px solid #4252E6;
outline: 1px solid #4252E6;
}
form textarea {
min-height: 80px;
}
form fieldset .input {
margin-right: 0;
}
form fieldset ~ fieldset,
form fieldset ~ .hs-submit {
margin-top: 1rem !important;
}
form legend ~ .input {
margin-top: 0.5rem !important;
}
.hs-form-field ~ .hs-form-field {
margin-top: 1.5rem;
}
fieldset .hs-form-field ~ .hs-form-field {
margin-top: 0;
}
.span6 form input[type="submit"] {
width: 100% !important;
}
form ul.inputs-list.multi-container {
margin-bottom: 0 !important;
}
form fieldset + noscript + .hs_submit.hs-submit {
margin-top: 0.25em !important;
}


form ul.inputs-list.multi-container {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  margin-bottom: -1rem;
}
form ul.inputs-list.multi-container li {
  display:flex;
  align-items:center;
  padding-right: 1rem;
}
form ul.inputs-list.multi-container li input {
  margin-right:1rem;
  width: auto !important;
  margin-top:5px;
}
form ul.inputs-list.multi-container li label {
  display: inline-flex;
  font-weight: 400;
  font-size: 1.3rem;
}
*/
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  border-collapse: collapse;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}

/* Data table styling */

.data-table {
  width: 100%;
  text-align: left;
}

.data-table th {
  font-weight: 500
}

.data-table th,
.data-table td {
  border-color: #F2F2F2;
  padding: 0.25rem .5rem;
  font-size: .95rem
}

.data-table thead tr,
.data-table thead td {
  background: #0095DB;
  border-color: #0095DB;
  border-bottom: 2px #005286 solid;
  color: #fff;
}

.data-table tbody tr {
  border-bottom: 1px solid #F2F2F2
}

.data-table ul {
  padding: 1rem;
  padding-left: 2rem;
  margin-bottom: 0;
}

.data-table ul li {
  font-size: .9em;
  line-height: 110%
}
.hs-menu-links ul {
  display: flex;
  flex-direction: row !important;
}

.hs-menu-wrapper {
}

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

/* Components - Specific pieces of UI that are stylized. Typically used for global partial styling */

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
  color: #000000;
}

.header__row-1 {
  padding-top: 20px;
  color: #000000;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  color: #000000;
}

.header-menu a {
  color: #fff;
}

.header__row-1 .header-menu a {
  text-transform: uppercase;
  font-size: 0.8rem;
  color: #000000;
}

.header__row-1 .header-menu li {
  margin-left: 2rem;
  color: #000000;
}

.header__row-2 .header-menu ul {
  margin: .5rem 0;
}

.header-ctas {
  justify-content: flex-end;
}

@media (min-width: 768px){
  .header__row-2 .header-menu li {
    margin-left: 2rem;
  }
}

.header .button {
  padding: 0.25rem 1rem;
  font-size: 0.9rem;
}
@media (max-width: 1150px) and (min-width: 768px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: row;
    padding: 20px 0 0;
  }

  .header__column {
    position: relative;
    text-align: right;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: flex-end;
  }
  .header-ctas,
  .header__row-2 .hs-menu-links ul {
    display: block;
    text-align: center;
  }

  .header__row-2 .hs-menu-links li {
    margin-top: .5rem;
  }


  .header__row-1 .hs-menu-links {
    width: 100%;
  }

  .header__row-1 .hs-menu-links li {
    white-space: nowrap;
    flex: 0;
  }

  .header__row-1 .hs-menu-links ul{
    flex-flow: wrap row !important;
    justify-content: center;
  }

}

@media (max-width: 501) {
  .header__row-1 .hs-menu-links li {
    flex: 1 40%;
    margin: 0;
    text-align: center;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
  .header__logo--main.header__logo {
    padding-top: 0;
    margin-left: 20px;
  }
}

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

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  padding-top: 20px;
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 30px;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #ebeff3;
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */
@media (min-width: 1100px) {
  .header__navigation {
    display: flex;
  }
}
@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #171717;
    display: block;
    height: calc(100vh - 115px);
    /* left: 10%; */
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 2;
  }

  .header__column {
    position: relative;
    width: 90%;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }

  .header .cta-button-wrapper {
    margin-top: .5rem;
  }
  .header .cta-button-wrapper .button {
    padding: .5rem 1.75rem;
  }
}
/* Shared Footer styles */
footer a {
  color: #fff;
}

footer a:hover,
footer a:active {
  color: #f2f2f2
}

.hs-menu-wrapper:nth-of-type(2) {
  margin-top: .5rem;
}

@media (max-width: 1280px) {
  .footer-navigation ul {
    flex-flow: wrap;
  }
}

@media (max-width: 767px) {
  .footer-navigation {
    display: flex;
    flex: 1 100%;
    text-align: left;
    justify-content: center
  }
  .footer-navigation ul {
    display: block;
  }
  .hs-menu-wrapper:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (max-width: 501px) {
  .footer-navigation {
    display: block;
    text-align: center
  }
  .hs-menu-wrapper:nth-of-type(2) {
    margin-top: 1rem;
  }
}
footer .footer-callout .button {
  padding: .5rem 1.5rem;
}
.footer-callout .button span {
  display: flex;
  align-items: center;
}

.footer-callout .button.button--white:hover,
.footer-callout .button.button--white:focus,
.footer-callout .button.button--white:active {
  background: #fff;
  border-color: #fff;
  color: #0095DB;
}

.footer-callout .button img {
  transition: 300ms;
  margin-left: .5rem;
}
.footer-callout .button:hover img,
.footer-callout .button:focus img,
.footer-callout .button:active img {
  margin-left: 1rem;
}

/* Top Footer styles */
.footer-navigation ul li {
  font-weight: 600;
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .05em;
}

.footer .button {
  padding: .4rem 1.5rem;
  font-size: .9rem;
  white-space: nowrap
}

/* Bottom Footer styles */
.footer-links a {
  font-size: .85rem;
  letter-spacing: .025em;
}

 .footer-navigation li,
 .footer-links li {
  margin: 0 1rem;
}

@media (min-width: 768px){
  .footer-links-right li {
    margin-right: 0;
  }
  .footer-navigation li,
  .footer-links-left li {
    margin-left: 0;
  }
  .footer-links .icare-social-links {
  margin-left: 2rem;
  }
}

/* Footer Bottom - Social Links customization */
.footer-links .social-links__icon svg {
  fill: #fff;
  height: 1.25rem;
  width: 1.25rem;
  transition: 300ms;
}

.footer-links .social-links__icon {
  margin: 0;
}

.footer-links .social-links__icon:active,
.footer-links .social-links__icon:hover {
  background: transparent;
}

.footer-links .social-links__icon:active svg,
.footer-links .social-links__icon:hover svg {
  fill: #0095DB;
}

/* Footer Bottom - Responsitivity */
@media (max-width: 767px) {
  .footer-links ul {
    justify-content: center;
  }

  .icare-social-links {
    justify-content: center;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .social-links__link {
    margin: 0 .5rem;
  }

  .footer-links .social-links__icon svg {
    height: 2rem;
    width: 2rem;
  }
}

/*
#footerContainerMain {
  max-width: 1600px;
  margin: 0 auto !important;
  float: none !important;
  padding: 0 15px;
}

.grid--card {
  margin: 0 auto;
  display: grid;
  grid-gap: 40px;
  max-width: 1280px;
}

.top-f-row .grid--card-4 {
  display: flex;
  grid-gap: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.top-f-row .grid--card-4 > div {
  width: 12.5%;
  padding: 0 20px 40px;
}

#footerContainerMain {
  line-height: 1.5;
}

#footerContainerMain h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: #fff;
}

/* Original styles -- need to organize */


/*
.footer-container .list--social-media .list-item--social-media {
  width: 25px;
  height: auto;
  position: relative;
  max-height: 25px;
}

.footer-container .list--social-media .list-item--social-media svg {
  width: 25px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #1a224c;
  transform: translate(-50%, -50%);
  max-height: 25px;
}

#footerContainerMain h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.footer-container .footer-copyright {
  position: relative;
}

.footer-container .footer-copyright * {
  text-decoration: none;
  font-size: 0.85rem !important;
}

#footerContainerMain h3 {
  font-size: 1.15rem;
}

#footerContainerMain a {
  font-size: 0.95rem;
  line-height: 1.5;
  text-decoration: none !important;
  font-weight: 500 !important;
}

.footer-container .hs-menu-flow-vertical ul>li:not(:first-child) {
  margin-top: 0.75rem;
}

.footer-container h3 {
  font-size: 1.25rem;
}

.footer-container h3:after {
  content: " ";
  width: 50px;
  height: 4px;
  background-color: red;
}

@media screen and (min-width: 768px) {
  #footerContainerMain>.row-fluid-wrapper>.row-fluid {
    display: flex;
    justify-content: center;
  }
}


/*
.footer-container .list--social-media {
  margin-bottom: 1.5em;
  margin-top: 1.5em;
  align-items: center;
  justify-content: flex-start;
  position: static;
}

.footer-container .list--social-media .list-item--social-media ~ .list-item--social-media {
  margin-left: 0.5em;
}

.footer-container .list--social-media .list-item--social-media svg {
  width: 35px;
  height: auto;
  top: 50%;
  left: 50%;
  fill: #005286;
  transform: translate(-50%, -50%);
}

.footer-container .hs-submit {
  margin-top: 1.5em;
}

.footer-container .hs-submit input {
  width: 100%;
}

.footer-container .footer-copyright .hs-menu-flow-horizontal ul {
  display: flex;
  flex-wrap: wrap;
}

.footer-container .footer-copyright .hs-menu-flow-horizontal ul li ~ li {
  margin-left: 1em;
}

.footer-container .footer-copyright * {
  text-decoration: none;
  font-size: 0.75rem;
}

.footer-copyright a {
  font-weight: 400;
  color: initial !important;
  opacity: 0.8;
}
.footer-copyright a:hover {
  font-weight: 500;
  color: initial !important;
  opacity: 1;
}
.footer-container .list--social-media .list-item--social-media a {
  display:inline-block;
  width:40px;
  height:40px;
  background:#Ff9F9F9;
  border-radius:10px;
  border:1px solid #DADADA;
}
.footer-container .list--social-media .list-item--social-media a:hover {
  background:#262e61;
}
.footer-container .list--social-media .list-item--social-media li ~ li:not(:last-child) {
  margin-left: 1rem;
}
.footer-container .list--social-media .list-item--social-media a:hover svg {
  fill:#FFF;
}
.footer-container .list--social-media .list-item--social-media svg {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  fill: #262e61;
  transform: translate(-50%,-50%);
  max-height: 25px;
}


.footer-container .list--social-media {
  align-items: center;
  justify-content: flex-start;
  position: static;
  margin-bottom: 1.5em;
}

.footer-container
  .list--social-media
  .list-item--social-media
  ~ .list-item--social-media {
  margin-left: 0.5em;
}
.footer-container .list--social-media .list-item--social-media a {
  display: inline-block;
  width: auto;
  height: auto;
  background: transparent;
  border-radius: 0px;
  border: 0px solid #dadada;
}
.footer-container .list--social-media .list-item--social-media svg {
  height: auto;
  width: 30px;
}

.footer-container .list--social-media .list-item--social-media a:hover svg {
  fill: #000;
}
.footer-container .list--social-media .list-item--social-media {
  width: 25px;
  height: auto;
  position: relative;
  max-height: 25px;
} */
/* Header styles */
.site-header {
  padding: 0 15px;
}
.logo--dark {
  display: block;
}
.logo--light {
  display: none;
}

.transparent-header .logo--dark {
  display: none;
}

.transparent-header .logo--light {
  display: block;
}

@media screen and (max-width: 992px) {
  .logo--dark,
  .transparent-header .logo--dark {
    display: block !important;
  }

  .logo--light,
  .transparent-header .logo--light {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .transparent-header .site-header {
    box-shadow: none;
    background: transparent;
  }
  .transparent-header .search--navbar svg path {
    fill: #fff !important;
  }
  .transparent-header a.header-btn {
    background: #262e61;
    color: #fff;
    background: #fff;
    color: #262e61;
  }
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
    opacity: 1;
  }
}

/* General Menu Style */
.site-header__menu .hs_cos_wrapper {
  justify-content: flex-end;
}

/* Buttons & Links */
.site-header,
.site-header .hs-menu-wrapper a,
a.header-btn {
  transition: all 0.5s;
}

.site-header a {
  cursor: pointer;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3c3c3b;
}
/* Button wrapper */
.site-header__cta {
  padding: 0 20px;
}

a.header-btn {
  background: #262e61;
  color: #fff;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
  display: inline-block;
  line-height: 1.5em;
}

a.header-btn:hover {
  background: #2b63ad;
  color: #fff;
}

/* NEED TO ORGANIZE */

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item.hs-menu-depth-1
  > .hs-menu-children-wrapper
  li.hs-menu-item.hs-item-has-children
  > a {
  font-weight: 500;
  padding-bottom: 10px !important;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item.hs-menu-depth-1
  > .hs-menu-children-wrapper
  li.hs-menu-item.hs-item-has-children
  > a::after {
  height: 2px;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper
  li.hs-menu-item
  a,
.site-header__menu .hs-item-has-children.hs-menu-depth-1:hover > ul > li > a,
form label:not(.hs-error-msg),
.hs-error-msg {
  font-weight: 500;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper {
  margin-top: 1.5em;
  padding-left: 1em;
  margin-top: 15px;
  padding: 0.6em 0.8em;
  background: #f1f1f1;
  margin-left: 6px;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper
  li.hs-menu-item {
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 6px;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper
  li.hs-menu-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.site-header
  .site-header__menu
  .hs-menu-wrapper
  .hs-menu-item
  .hs-menu-children-wrapper
  .hs-menu-depth-2
  .hs-menu-children-wrapper
  li.hs-menu-item
  a {
  font-size: 13px;
}

@media screen and (max-width: 1119px) {
  .site-header__cta {
    right: 90px;
    position: absolute;
    padding: 0;
  }
  .site-header .site-header__menu .hs-menu-wrapper .hs-menu-depth-1 a {
    border-bottom: 1px solid #dadada !important;
  }

  .site-header__menu .hs-menu-item {
    position: relative;
  }
  .site-header
    .site-header__menu
    .hs-menu-wrapper
    .hs-menu-depth-1
    + .hs-menu-depth-1 {
    margin-left: auto;
  }

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, 0.2);
  }

  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #262e61;
    display: block;
  }

  .site-header
    .site-header__menu
    .hs-menu-wrapper
    .hs-menu-item.hs-menu-depth-1
    > .hs-menu-children-wrapper {
    background: rgba(0, 0, 0, 0.01);
  }
  .site-header__menu .hs-menu-item.hs-menu-depth-1 > .hs-menu-children-wrapper {
    padding-left: 0;
    width: 100% !important;
  }
}

@media (min-width: 991px) {
  .transparent-header .btn1 .icon-right,
  .transparent-header .btn1 .icon-left,
  .transparent-header .btn1 .icon-left::before,
  .transparent-header .btn1 .icon-right::before,
  .transparent-header .btn1 .icon-left::after,
  .transparent-header .btn1 .icon-right::after {
    background-color: #fff;
  }
}
/* Menu and simple menu */


/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

/*
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}
*/

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Overrides */
