/* Theme base styles */

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

/* 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)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.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%;
  -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%;
}

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

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

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

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

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

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

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

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

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

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

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

.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%;
  }

  .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%;
    -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%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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%;
    -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%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.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;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

.hero__container {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 80vh;
  padding: 10rem 0 3rem;
  position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow:hidden;
}

.subpage-hero__container {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
      min-height: 65vh;
    padding: 10rem 0 3rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  overflow:hidden;
}

.subpage-hero__wrapper {
 -webkit-box-flex:0;
     -ms-flex:0 1 100%;
         flex:0 1 100%; 
}

.subpage-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.subpage-hero-content__text {
 -webkit-box-flex:0;
     -ms-flex:0 1 40%;
         flex:0 1 40%; 
}

.subpage-hero-content__menu {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30%;
              flex: 0 1 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.subpage-hero-content-menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
      background: rgba(0, 0, 0, 0.45);
    border-radius: 35px;
    padding: 0.5rem 1.5rem;
    border: 1px solid transparent;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  margin-bottom:1rem;
}

.subpage-hero-content-menu__item:last-child {
 margin-bottom:0; 
}

.subpage-hero-content-menu-item__icon {
  
}

.subpage-hero-content-menu__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.subpage-hero-content-menu-item__icon {
 -webkit-box-flex:0;
     -ms-flex:0 1 15%;
         flex:0 1 15%; 
  display:-webkit-box; 
  display:-ms-flexbox; 
  display:flex;
}

.subpage-hero-content-menu-item__icon > span {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-flex:0;
      -ms-flex:0 1 auto;
          flex:0 1 auto;
}

.subpage-hero-content-menu-item__icon svg {
  height: 35px;
    width: auto;
    fill: #FFF;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
}

.subpage-hero-content-menu-item__text {
 -webkit-box-flex:0;
     -ms-flex:0 1 80%;
         flex:0 1 80%;
  text-align:right;
}

.subpage-hero-content-menu-item__text span {
  color:#FFF;
  font-weight:500;
}

.hero__container:after,
.subpage-hero__container:after {
  content: "";
  width: 60%;
  left: -11%;
  height: 2rem;
  background: #f8fafc;
  position: absolute;
  bottom: -1px;
  -webkit-transform: skewX(65deg);
      -ms-transform: skewX(65deg);
          transform: skewX(65deg);
  z-index:9999;
}

.hero__container:before,
.subpage-hero__container:before {
  content: "";
  width: 60%;
  right: -11%;
  height: 2rem;
  background: #f8fafc;
  position: absolute;
  bottom: -1px;
  -webkit-transform: skewX(-65deg);
      -ms-transform: skewX(-65deg);
          transform: skewX(-65deg);
  z-index:9999;
}

.hero__wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex; 
  -ms-flex-wrap: wrap; 
      flex-wrap: wrap;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
}

.hero {
   /*   display: flex;
    flex-wrap: wrap;*/
  overflow:hidden;
}

.hero-content {
  -webkit-box-flex:0;
      -ms-flex:0 1 100%;
          flex:0 1 100%;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  
}

.hero-content .slick-list {
 position:absolute;
top:0;
  right:0;
  bottom:0;
  left:0;
}


.hero-content .slick-track {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
  position:absolute;
  top:0;
  bottom:0;
}

.hero-content__item {
  background-size: cover !important;
  background-position: center!Important;
  background-repeat: no-repeat !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 8rem 0 8rem;
  position: relative;
  overflow: hidden;
}

.hero .slick-arrow.slick-disabled {
 opacity:0.5; 
}

.hero .slick-arrow {
      font-size: 5.5rem;
    color: #FFF;
  cursor:pointer;
  opacity:1;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  z-index:9999;
}

.hero .hero-slider__previous {
 position:absolute;
  top:50%;
  left:1.5rem;
}

.hero .hero-slider__next {
 position:absolute;
  top:50%;
  right:1.5rem;
}




.image-link-with-bg {
      padding: 1.5rem;
    border-radius: 55px;
}

.image-link-with-bg:hover {
 background:#dedede !important; 
}

.blog-feed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.blog-feed__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 32%;
              flex: 0 1 32%;
    margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 20px 40px -10px rgb(0 0 0 / 10%);
        box-shadow: 0 20px 40px -10px rgb(0 0 0 / 10%);
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
      position: relative;
    padding-bottom: 3rem;
}

.blog-feed-item-content__read-more {
 position:absolute;
  bottom:1rem;
}

.blog-feed__item > a {
 color:initial; 
}

.blog-feed__item > a:hover {
 color:initial; 
}

.blog-feed__item:hover {
  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-feed-item__image {
      min-height: 12.5rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.post-feed-item__date {
      padding: 0.5rem;
}


.post-feed-item__date > span {
font-weight:bold;  
}

.blog-feed-item__content {
      background: #FFF;
    padding: 1rem;
}

.our-fleet__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.our-fleet__main {
      min-height: 35rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    border-radius: 35px;
    padding: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  position:relative;
}

.our-fleet-main__overlay {
 border-radius:35px; 
}

.our-fleet-main__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  position:relative;
  color:#FFF;
}

.our-fleet-main__content > * {
 color:inherit; 
}

.our-fleet__side {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 1rem;
  margin-top:1rem;
  
}

.our-fleet-side__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 24%;
              flex: 0 1 24%;
    min-height: 16.5rem;
    margin-bottom: 1rem;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    border-radius: 35px;
  position:relative;
}

.our-fleet-side-item__overlay {
 border-radius:35px; 
}

.our-fleet-side-item__content {
 -webkit-box-flex:0;
     -ms-flex:0 1 100%;
         flex:0 1 100%;
  position:relative;
  color:#FFF;
}

.our-fleet-side-item__content > * {
 color:inherit; 
}

.small-hero__container {
  min-height: 40vh;
    padding: 3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.lifted-boxes-with-icon__wrapper {
  
}



.lifted-boxes-with-icon__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1rem 1rem 3.5rem;
      background: #425b76;
    border-radius: 10px;
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
      -webkit-box-shadow: 0 20px 40px -10px rgb(0 0 0 / 10%);
    box-shadow: 0 20px 40px -10px rgb(0 0 0 / 10%);
  margin-bottom:1.5rem;
}


.lifted-boxes-with-icon__item:hover {
 background:#999999; 
  -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}


.lifted-boxes-with-icon__item > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.lifted-boxes-with-icon-item__heading {
 -webkit-box-flex:0;
     -ms-flex:1;
         flex:1;
  color:#FFF;
}

.lifted-boxes-with-icon-item__heading > * {
 color:#FFF; 
  font-weight:bold;
  margin:0;
}

.lifted-boxes-with-icon-item__icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 20%;
              flex: 0 1 20%;
    text-align: center;
}

.lifted-boxes-with-icon-item__icon svg {
      width: 45px;
    height: 45px;
    fill: #FFF;
}

.lifted-boxes-with-icon-item__content {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
    text-align: left;
    color: #FFF;
  margin-top:1rem;
}

.lifted-boxes-with-icon-item__content > * {
 color:inherit; 
  margin-bottom:0;
}


.contact-us-banner__container {
      position: relative;
    padding: 3rem 0;
}

.contact-us-banner__icon {
  position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10rem;
    background: #dedede;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.contact-us-banner__icon svg {
      width: 5rem;
    height: 5rem;
    fill: #FFF;
}

.contact-us-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  -webkit-box-align:start;
      -ms-flex-align:start;
          align-items:flex-start;
}

.contact-us-banner__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 45%;
              flex: 0 1 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.contact-us-banner-item__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 30%;
              flex: 0 1 30%;
    min-height: 10rem;
}

.contact-us-banner-item__image img {
  border-radius:35px;
}

.contact-us-banner-item__content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    margin-left: 3rem;
}

.boxed-content {
      min-height: 17.5rem;
    padding: 1.5rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  -webkit-box-shadow: 0 20px 40px -10px rgb(0 0 0 / 10%);
    box-shadow: 0 20px 40px -10px rgb(0 0 0 / 10%);
  background-size:cover !important;
  background-position:center !important;
  background-position:center;
}

.boxed-content > a {
 position:absolute; 
  display: -webkit-box; 
  display: -ms-flexbox; 
  display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  padding: 1.5rem;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.boxed-content__tag--small > a {
 padding:2.5rem; 
}

.boxed-content__tag {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    padding: 1rem 2.5rem;
    font-size: 3rem;
}

.boxed-content__text {
 -webkit-box-flex:0;
     -ms-flex:0 1 100%;
         flex:0 1 100%; 
}

.boxed-content__text h6 {
     font-size: 2rem;
    line-height: 1;
    text-align: center;
    text-transform: uppercase; 
}

.boxed-content__tag--small {
      padding-top: 2.5rem;
}

.boxed-content__tag--small .boxed-content__tag {
      font-size: 1rem;
    padding: 0.5rem 1.5rem;
    position: absolute;
    top: 0;
    right: 1rem;
}

.lifted-box__wrapper {
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
  -webkit-box-align:stretch;
      -ms-flex-align:stretch;
          align-items:stretch;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
          justify-content:space-between;
}

.lifted-box__wrapper .lifted-box {
 -webkit-box-flex:0;
     -ms-flex:0 1 32%;
         flex:0 1 32%; 
}

.lifted-box {
  -webkit-transition:all 0.2s ease;
  -o-transition:all 0.2s ease;
  transition:all 0.2s ease;
  -webkit-box-shadow: 0 20px 40px -10px rgb(0 0 0 / 10%);
    box-shadow: 0 20px 40px -10px rgb(0 0 0 / 10%);
  margin-bottom:1.5rem;
}

.lifted-box:hover {
 -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); 
}

.lifted-box__image {
  min-height: 12.5rem;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.lifted-box__content {
 padding:1.5rem; 
}

.lifted-box > a {
 color:initial;
}

.lifted-box > a:hover {
 color:initial; 
}

@media screen and (max-width:770px) {
 .blog-feed__item {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%;
  }
  
  .boxed-content {
   margin-bottom:1.5rem; 
  }
  
  .subpage-hero-content {
   -ms-flex-wrap:wrap;
       flex-wrap:wrap; 
    -webkit-box-flex:0; 
        -ms-flex:0 1 100%; 
            flex:0 1 100%;
  }
  
  .subpage-hero-content__text {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
  }
  
  .subpage-hero-content__menu {
   -webkit-box-flex:0;
       -ms-flex:0 1 100%;
           flex:0 1 100%; 
  }
  
  .subpage-hero__container {
   -webkit-box-align:stretch;
       -ms-flex-align:stretch;
           align-items:stretch; 
  }
  
  .subpage-hero__wrapper {
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex; 
  }
  
  .subpage-hero {
   display:-webkit-box;
   display:-ms-flexbox;
   display:flex; 
  }
  
  .subpage-hero-content__menu {
   -ms-flex-item-align:end;
       align-self:flex-end; 
  }
  
  .subpage-hero-content-menu__item {
   -webkit-box-flex:0;
       -ms-flex:0 1 48%;
           flex:0 1 48%; 
  }
  
 .subpage-hero-content-menu-item__icon svg {
   height:15px;
  }
  
}

@media screen and (max-width:650px) {
  
  .lifted-box {
   max-width:90%;
    margin:0 auto 1.5rem auto;
    -webkit-box-flex:0 !important;
        -ms-flex:0 1 90% !important;
            flex:0 1 90% !important;
  }
  
  .hero__container {
   min-height:65vh; 
  }
  
  .hero .slick-arrow {
   font-size:2.5rem;
  }
  
  .hero .hero-slider__next {
  right:1px;
  }
  
  .hero .hero-slider__previous {
   left:1px; 
  }
  
  
  
  
}
body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

.basic-cta {
      padding: 0.25rem 1.5rem;
    text-transform: uppercase;
    display:inline-block;
    border-radius: 35px;
}

.basic-cta--green {
  
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
      font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
  margin-bottom: 0.35rem;
}

/* Help text */

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 {
  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;
}

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

/* Inputs - date picker */

.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 */

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

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

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


/* Header */

.header {
  position: fixed;
  z-index:999999999 !important;
  background: #FFF;
  width: calc(100% - 2rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 1rem;
  -webkit-box-shadow: 0 0 40px rgb(0 0 0 / 10%);
  box-shadow: 0 0 40px rgb(0 0 0 / 10%);
}


.page-editor .hs-site-page .header {
  position:relative;
  top:0;
}

/* Turn logo black */

.header__logo img {
  max-width: 205px !important;
  height: auto !important;
}


.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.header__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-content__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.main-navigation__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

.nav__item--1 {
  margin-right:2.5rem; 
  padding: 0.5rem 0 calc(1rem - 5px);
  position: relative;
  border-top:5px solid transparent;
  border-bottom:5px solid transparent;
}

.nav__item--1:last-child {
  margin-right:0; 
}

.nav-item__children {
  position: absolute;
  top: calc(100% + 5px);
  z-index: 999999999;
  width: 17.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 0 1rem 1rem;
  opacity:0;
  visibility:hidden;
}

.nav-item__children > .nav__item {
  padding-right:1rem; 
}

.nav__item--2 > .nav-item__children {
  top: 0;
  left: 100%;
  background: #f8fafc;
  min-height:100%;
}



.nav-item__children > .nav__item {
  -webkit-box-flex:0;
  -ms-flex:0 1 100%;
  flex:0 1 100%; 
  margin-bottom:0.75rem;
}

.nav-item__children > .nav__item:last-child {
  margin-bottom:0; 
}


.nav__item:hover > .nav-item__children {
  opacity:1;
  visibility:visible;
}

.header-content__side {
  margin-left:3rem; 
}

.main-nav-side-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack:end;
  -ms-flex-pack:end;
  justify-content:flex-end;
}

.main-nav-side-links__search > span {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.main-nav-side-links__search > span > svg {
  height:20px; 
}

.main-nav-side-links__link {
  border-left: 2px solid #f5f6f8;
  margin-left: 1.5rem;
  padding-left: 1.5rem;
}

.main-nav-side-links__content {
  margin-right:1.5rem; 
}

.header__top {
  padding-top:1rem; 
  -webkit-box-flex:0; 
  -ms-flex:0 1 100%; 
  flex:0 1 100%;
}

.header-content__main {
  -webkit-box-flex:0;
  -ms-flex:0 1 auto;
  flex:0 1 auto; 
}

/* Mobile nav styles */

.header-content__mobile-nav-toggle {
  height: 16px;
  width: 20px;
  position: relative;
}

.header-content__mobile-nav-toggle > span {
  content: "";
  position: absolute;
  background: #000;
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left:0;
  -webkit-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  transform:rotate(0deg);
}

.header-content__mobile-nav-toggle > span:nth-child(1) {
  top:0;
}

.mobile-nav-open .header-content__mobile-nav-toggle > span:nth-child(1) {
  left:50%;
  width:0%;
}

.header-content__mobile-nav-toggle > span:nth-child(2) {
  top:50%; 
}

.mobile-nav-open .header-content__mobile-nav-toggle > span:nth-child(2) {
  -webkit-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  transform:rotate(45deg); 
}

.header-content__mobile-nav-toggle > span:nth-child(3) {
  top:50%; 
}

.mobile-nav-open .header-content__mobile-nav-toggle > span:nth-child(3) {
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg); 
}

.header-content__mobile-nav-toggle > span:nth-child(4) {
  top:100%; 
}

.mobile-nav-open .header-content__mobile-nav-toggle > span:nth-child(4) {
  left:50%;
  width:0;
}


@media screen and (min-width:1280px) {
  .header-content__mobile-nav-toggle {
    display:none;
  }

  .header-mobile__search {
    display:none; 
  }
}

@media screen and (max-width:1279px) {

  .header__main {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .header__content {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
  }

  .header__content {
    display:none;
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
  }

  .header__top {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom:0;
    padding-top: 0;
  }

  .main-nav-side-links__item>a {
    padding: 0.5rem 0 calc(1rem - 5px);
    position: relative;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    color: #4a4a4a;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.1rem;
  }

  .header__top .main-nav-side-links__search {
    display:none; 
  }

  .header-content__main {
    -webkit-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1; 
  }

  .main-nav-side-links__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right:0;
  }

  .header__logo {
    padding:0.5rem 0; 
  }

  .header__logo a {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex; 
  }

  .header-content__side {
    margin-left:0; 
  }

  .main-nav-side-links {
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start; 
  }

  .header-content__main {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
  }

  .main-navigation__wrapper {
    -ms-flex-wrap:wrap;
    flex-wrap:wrap; 
  }

  .nav__item--1 {
    margin-right:0; 

  }



  .nav__item--1:hover {
    border-bottom:5px solid transparent !important; 
  }

  .nav__item {
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }

  .nav__item > a {
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto; 
  }

  .nav-item__child-toggle {
    -webkit-box-flex:0;
    -ms-flex:0 1 auto;
    flex:0 1 auto; 
    position: relative;
    width: 16px;
    height: 20px;
  }

  .nav-item__child-toggle > span {
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    content: "";
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
  }

  .nav-item__child-toggle > span:nth-child(1) {
    top:50%; 
    -webkit-transform:rotate(0deg); 
    -ms-transform:rotate(0deg); 
    transform:rotate(0deg);
  }

  .nav-item__child-toggle.nav-item__child-toggle--open > span:nth-child(1) {
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg); 
  }

  .nav-item__child-toggle > span:nth-child(2) {
    top:50%; 
    -webkit-transform:rotate(90deg); 
    -ms-transform:rotate(90deg); 
    transform:rotate(90deg);
  }

  .nav-item__child-toggle.nav-item__child-toggle--open > span:nth-child(2) {
    -webkit-transform:rotate(135deg);
    -ms-transform:rotate(135deg);
    transform:rotate(135deg); 
  }

  .nav-item__children {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    z-index:auto;
    margin-top:0.5rem;
    display:none;
  }

}

@media screen and (max-width:767px) {
  .header__logo img {
    max-width:120px !important; 
  }
}
.footer-content-top__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding:3rem 0;
}

.footer-content-top__side {
  flex:0 1 30%; 
}

.footer__content {
 position:relative; 
}

.footer-content-top__main {
  flex: 0 1 65%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
      justify-content: space-between;
}

.footer-content-top-main__item {
  flex:0 1 24%; 
}

.footer-content-top-main__item > h6 {
 text-transform:uppercase; 
}

.footer-content-top-main__item ul li {
  flex:0 1 100%; 
}

.footer-top-main__extra-info {
 flex:0 1 100%; 
}

.footer-content-top-main-item__icons {
  display:flex;
  margin-top:1rem;
}

.footer-content-top-main-item__icons svg {
 height:20px;
  fill:#FFF;
}

.footer-content-top-main-item__icons > a {
 margin-right:0.5rem; 
}

.footer-content-top-main-item__icons > a:last-child {
 margin-right:0; 
}

.footer-top-main__extra-info {
 margin-top:1.5rem; 
}

.footer-top-main__extra-info p {
 font-size:0.8rem; 
}

.footer-content-bot__inner {
      display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
}

.footer-content-bot__side {
 flex:0 1 30%; 
}

.footer-content-bot__inner p {
 font-size:0.8rem; 
}

.footer-content-bot__side p {
 margin-bottom:0; 
}

.footer-content-bot__main {
      flex: 0 1 65%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-content-bot__main p {
 margin-bottom:0; 
}

.footer-content-bot-main__links p a {
 margin-right:1.5rem; 
}

.footer-content-bot-main__links p a:last-child {
 margin-right:0; 
}


@media screen and (max-width:770px) {
  .footer-content-top__inner {
    flex-wrap: wrap;
    padding: 3rem 1rem;
  }
  
  .footer-content-top__side {
        flex: 0 1 100%;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  
  .footer-content-top__main {
    flex: 0 1 100%;
  }
  
  .footer-content-top-main__item {
        flex: 0 1 100%;
    margin-bottom:1.5rem;
    text-align:center;
  }
  
  .footer-content-bot__inner {
    flex-wrap: wrap;
    padding: 1.5rem 1rem;
  }
  
  .footer-content-bot__side {
    flex: 0 1 100%;
    margin-bottom: 1.5rem;
  }
  
  .footer-content-bot__main {
    flex: 0 1 100%;
    flex-wrap: wrap;
  }
  
  .footer-content-bot-main__links {
        flex: 0 1 100%;
    margin-bottom: 1.5rem;
  }
  
  .footer-content-bot-main__aspo {
        flex: 0 1 100%;
    text-align:right;
  }
  
  .footer-content-top__side img {
    max-width: 135px !important;
  }
  
  .footer-content-top-main-item__icons {
   justify-content:center; 
  }
  
  .footer-content-bot-main__links p a {
    display:block;
    margin-right:0;
  }
  
  .footer-content-top-main__item>h6 {
        margin-bottom: 0.5rem;
  }
  
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

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

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}