*,
*:before,
*:after {
  margin:0;
  padding:0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  min-height: 0;
   outline: none;
}
/*! 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;
}
/* 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: 28px;
    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: 28px;
        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: 28px;
        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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

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

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

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}



















































/* Header container */

.header {
  position: absolute;
  width:100%;
  z-index: 99999;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__container > div{
  width:100%;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

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

/*MAIN MENU*/

.main-menu .main-menu-wrapper{
  position:relative;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  height:auto;
  padding: 20px 30px;
  float:none !important;
  margin: 0 auto !important;
  max-width: 1440px;
}

.header-container-wrapper .header-menu{
  display: block;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.header-container-wrapper .header-menu.sticky{
  position: fixed;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.16); 
}

@media(max-width:768px){
  .main-menu .main-menu-wrapper{
    padding-left:20px;
  }
  .top-menu{
    padding-right:20px;
  }
}
.main-menu .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right:auto;
}
.main-menu .logo img.header-img {
  width: 100px;
  height: auto; 
}

.main-menu .nav-wrapper, .main-menu .nav-wrapper .nav-one, .main-menu .nav-wrapper .nav-one > span, .main-menu .nav-wrapper .nav-one > span > div, .main-menu .nav-wrapper .nav-one > span > div > ul, .main-menu .nav-wrapper .nav-one > span > div > ul > li {
  height:100%; 
}

.main-menu .nav-wrapper .hs-menu-depth-1 a {
  height:auto !important; 
}

.main-menu .nav-wrapper .hs-menu-depth-1{
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.main-menu .nav-wrapper .nav-one > span > div ul li{
  padding-right:40px; 
}

@media(max-width: 980px){
  .main-menu .nav-wrapper .nav-one > span > div ul li {
    padding-right: 20px;
  }
}



.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
  padding-left: 15px;
  padding-right: 15px;
  z-index:9999; 
}

.nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left; 
}

.nav-one ul li.last {
  padding-right: 0; 
}

@media (min-width: 768px) {
  .nav.nav-one {
    display: none; 
  } 
}

.hs-menu-wrapper{
  margin: 0;
}

.hs-menu-children-wrapper {
  background: #FFFFFF;
  position: absolute;
  z-index: 100;
  top: 50px;
  left: 0;
  right: 0;
  width: auto;
  min-width: 100%;
  margin-top: -10px;
}
@media(min-width: 768px){
.hs-menu-children-wrapper {
  min-width: 500px;
}  

.hs-menu-children-wrapper:after{
  content: '';
  border-style: solid;
  position: absolute;
  left: 0;
  top: -25px;
  height:50px;
  z-index: 1;
  width: 100%;
  border-color: transparent;
} 
}
@media(max-width:768px){
  .hs-menu-children-wrapper{
    min-width:250px;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: normal !important;


}
.hs-menu-children-wrapper {
  display: block;
  text-align: left;
  margin: 10px 0; 
}

.hs-menu-children-wrapper--sub a {
  padding-left: 40px; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul{
  margin-bottom:0 !important; 
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  max-width:100% !important;
  padding:0 !important;
  margin:0 !important;
}

.nav-one .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  /*   padding:15px !important; */
  width:auto !important;
  color:#FFFFFF;
  border-bottom: 2px solid  transparent;
}

.nav-one .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
  color: #000000;
  text-decoration: underline !important;
}


.sticky .nav-one .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  color: #000000;
}

.nav-one .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a {
  color: #000000;
}


/* SUBMENU */


ul.hs-menu-children-wrapper.open-menu-list {
  background-color: #F5F6F8 !important;
  color: #000000 !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  color: #000000;
  padding: 5px 0 !important;
}

@media(max-width:768px){
  
   .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active ul.hs-menu-children-wrapper{
    position: relative !important;
         visibility: visible !important;
    opacity: 1 !important;
  }
  
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    opacity: 0 !important;
    visibility: hidden !important;
  }
}
/* Selected menu option
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active > ul.hs-menu-children-wrapper {
    opacity: 1!important;
    visibility: visible!important;
}
*/
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active ul.hs-menu-children-wrapper li{
  padding: 0;
  margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active ul.hs-menu-children-wrapper li a{
  color: #000000;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active ul.hs-menu-children-wrapper li.back{
  display:  none;
}


/* END SUBMENU*/


#sm_menu_ham.sticky span{
  background-color: #000000;

}

/*END MAIN MENU*/


/*
JQuery Simple MobileMenu
*/
/*MAIN MENU*/


.mobile_menu {
  display: none;
  position: relative;
}

@media(min-width: 768px){
  .sm_menu_outer.active{
    display: none;
  }
}


@media(max-width:768px){
  body.mmactive {
    overflow: hidden;
  }

  body.mmactive:before{
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 30;
    height: 100%; 
  }
  .sm_menu_outer.active .mobile_menu {
    display: block;
    height:100vh;
  }
}
.main-menu-mobile {
  padding:60px 0 30px 0;
}
.sm_menu_outer {
  overflow-y: scroll;
  overflow-x: hidden;
  position: fixed;
  left: 0;
  top: 60px;
  z-index: -9;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.sm_menu_outer.active {
  opacity: 1;
  z-index: 9997;
}

.sm_menu_outer .mobile_menu .hs-menu-wrapper ul > li {
  margin: 20px 0;
}

/* Selected menu option
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active ul.hs-menu-children-wrapper{
  position: relative !important;
}
*/
/* .sm_menu_outer .mobile_menu .main-menu-mobile a, .sm_menu_outer .mobile_menu .top-menu-mobile a{
color: #ffffff;
display: block;
font: 300 18px/140% "Lato", sans-serif;
letter-spacing: 1px;
padding: 10px 0px;
text-transform: uppercase;
text-decoration: none;
} */
/*Sub Menu anim */
.sm_menu_outer .mobile_menu .hs-menu-children-wrapper {
  height: 100%;
  position: absolute;
right: -100%;
  top: 0;
  transition: all 0.5s ease 0s;
  width: 100%;
  box-shadow: none;
  z-index: 999;
}
.sm_menu_outer .mobile_menu li.active>.hs-menu-children-wrapper {
  right: 0;
}
.sm_menu_outer .mobile_menu li {
  list-style-type: none;
  color: #FFFFFF;
}

.sm_menu_outer .mobile_menu .main-menu-mobile li>a{
  padding: 15px 0 30px 30px !important;
  position: relative;
  border-bottom: 1px solid #D1D6DE;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
  position: relative;
  padding: 20px 0 20px 45px  !important;
  border-bottom: none;
}
.sm_menu_outer .mobile_menu .main-menu-mobile li.hasChild>a:after {
  background: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/arrow-pag.svg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  content: '';
  position: absolute;
  width: 6px;
  height: 11px;
  right: 30px;
  top: 30px;
}

.sm_menu_outer .mobile_menu .main-menu-mobile li.hasChild.active>a:after{
   -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
}

/*Hamburger Animation */
#sm_menu_ham {
  cursor: pointer;
  float: right;
  height: 40px;
  position: fixed;
  right: 25px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 27px;
  top: 30px;
  z-index: 99998;
}
#sm_menu_ham span {
  background-color: #FFFFFF;
  border-radius: 3px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 27px;
}
#sm_menu_ham span:nth-child(1) {
  top: 0;
}
#sm_menu_ham span:nth-child(2),
#sm_menu_ham span:nth-child(3){
  top: 8px;
}
#sm_menu_ham span:nth-child(4) {
  top: 16px;
}
#sm_menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}
#sm_menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sm_menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#sm_menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}
/*@media (min-width: 0px) and (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1024px) {}*/
@media (min-width: 1024px) {
  #sm_menu_ham,
  .sm_menu_outer {
    display: none;
  }
}


@media (max-width: 768px){
  .top-menu-mobile h3 {
    margin-top: 40px;
  }


}
.cta-sticky {
  display: none !important;
}

@media (max-width: 768px){
 
.mobile_menu .hs-menu-wrapper, .mobile_menu .hs-menu-wrapper * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%;
  }
}


/*END MAIN MENU*/


/*GENERAL HEADER*/
.nav.nav-one,
.top-menu{
  display: block; 
}

#sm_menu_ham{
  display:none; 
}

@media (max-width: 768px) {
  .nav.nav-one,
  .top-menu{
    display: none; 
  } 
  #sm_menu_ham{
    display:block; 
    z-index: 99999;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
      width:100% !important;
  }
}
/*END GENERAL HEADER*/



















































/*FOOTER*/

/*FOOTER*/
.footer-content{
  overflow: hidden;
}

.footer-content *{
   color: #000000;
}
.footer-wrapper{
  padding: 40px 0;
}
.footer-columns{
  display:flex;

  position: relative;
}

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

.footer-logo{
  padding-bottom: 50px;
}
.footer-logo img{
  max-width:88px;
}


.footer-column{
  padding-right: 30px;
}

.footer-column .tiny a,
.footer-column .small a,
.footer-bottom a{
  color: #000000;
}

.footer-column .small,
.footer-column .small *{
  font-family:'sofia-pro';font-weight:700;
}


.social-icons{
  text-align: right;
}

.social-icons a{
  text-align: left;
  margin-left: 20px;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
  float: none;
  padding-bottom: 10px;

}

.footer-menu .hs-menu-wrapper {
  margin: 0;
}


.footer-columns .two-columns{
  width:50%;
  display: flex;
}

.footer-columns h4{
  margin-bottom: 10px;
}


.footer-columns .two-columns .footer-column {
  width: 50%;
}

.footer-columns .two-columns .third-column{
  width:33.33%;
}

.footer-columns .two-columns .fourth-column{
  width:66.66%;
}

.footer-columns .two-columns .third-column li{
  margin-bottom: 20px;
}

.footer-menu-fourth{
  margin-bottom: 40px;
}



.footer-bottom >div {
  margin-top: 60px;
  display: flex;
}

.copy-right{
}

.footer-bottom-menu div{
  display: inline;
  margin: 0;
}

.footer-bottom li:before{
  content: ' - ';
  padding: 0 5px;
}


@media(max-width: 768px){
  .footer-columns .two-columns{
      display: block;
      width: 100%;
  }
  .footer-columns .two-columns .footer-column {
      width: 100%;
  }
}

@media(max-width: 575px){
  .footer-columns,
  .footer-bottom>div{
      display: block;
      width: 100%;
  }
  
  .social-icons {
      text-align: left;
  }
  
  .social-icons a {
    margin-right: 20px;
    margin-left: 0;
}
  
  .footer-bottom .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1{
    float:left;
    width: auto;
    display: flex;
  }
  
}

/*END FOOTER*/
























































/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

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

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


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

input, select, textarea{
  -webkit-appearance: none;
border-radius: 0;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
    clear: both;
}

a,
a:hover{
  text-decoration: none !important;
  color: #000000;
}

.only-desktop{
  display:block !important;
}
@media(max-width:575px){
 .only-desktop{
    display:none !important;
  } 
}

.only-mobile{
  display:none !important;
}
@media(max-width:575px){
 .only-mobile{
    display:block !important;
  } 
}

.container{
  margin-right: auto;
  margin-left: auto !important;
  max-width: 1215px !important;
  float:none !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.container-half{
  margin-right: auto;
  margin-left: auto !important;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 685px !important;
  float:none !important;
}

@media(max-width:980px){
  .container,
  .container-half{
      padding-left: 70px;
      padding-right: 70px;
  }
}

@media(max-width:575px){
  .container,
  .container-half{
      padding-left: 30px;
      padding-right: 30px;
  } 
}



body{
   font-family:'sofia-pro';font-weight:300;
  letter-spacing: 0px;
  line-height: 32px;
  background-image: unset;
  color: #000000;
}

p, ul{ 
  margin-bottom: 30px;
 
}

.hs_cos_wrapper > ul{ 
  padding-left: 30px;
}

h1{
  margin: 20px 0;  
}

h1, h1 *{
  font-family:'sofia-pro';font-weight:300;
  font-size: 80px;
  line-height: 82px;
  text-transform: none;
}

h2{
  margin: 20px 0;
}

h2, h2 *{
  font-family:'sofia-pro';font-weight:300;
  font-size: 64px;
  line-height: 68px;
  text-transform: none;
}

h3{
  font-family:'sofia-pro';font-weight:300;
  margin: 20px 0;
  color: #000000;
}

h3, h3 *{
  font-size: 48px;
  line-height: 56px;
  text-transform: none;
}

h4{
  margin: 20px 0;
}

h4, h4 *{
   font-family:'sofia-pro';font-weight:300;
  font-size: 38px;
  line-height: 46px;
  text-transform: none;
}

h5{
  margin: 20px 0;
}

h5, h5 *{
  font-family:'sofia-pro';font-weight:300;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
}

h6{
  margin: 20px 0;
}

h6, h6 *{
  font-family:'sofia-pro';font-weight:300;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
}

.large{
  margin: 30px 0;
}

.large,
.large *{
  font-size: 22px;
  line-height: 30px;
}


.small,
.small *{
  font-size: 16px;
  line-height: 24px;
}

.tiny,
.tiny *{
  font-size: 12px;
  line-height: 18px;
}

.bold,
.bold *,
strong,
strong *,
p strong,
p strong *{
  font-family:'sofia-pro';font-weight:700;
}

strong,
strong *{
  color: #000000;
}

.disabled,
.disabled *{
  opacity: 0.5;
}

a.cta-primary,
a.cta-secondary,
a.cta_button.cta-primary,
a.cta_button.cta-secondary,
.cta-primary a,
.cta-secondary a,
input[type="submit"]{
  font-family:'sofia-pro';font-weight:700;
  padding: 10px 40px 14px;
  color: #FFFFFF;
  border-radius: 12px;
  -webkit-transition: all .3s ease-in-out 0s;
  -moz-transition: all .3s ease-in-out 0s;
  -o-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
  text-align: center;

  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

a.cta-primary,
a.cta_button.cta-primary,
.cta-primary a,
.cta-primary input[type="submit"],
input[type="submit"]{
  background-color: #202123;
}
a.cta-primary:hover,
a.cta_button.cta-primary:hover,
.cta-primary a:hover,
input[type="submit"]:hover,
.cta-primary input[type="submit"]:hover{
  background-color: #141417;
}
a.cta-primary:active,
a.cta_button.cta-primary:active,
.cta-primary a:active,
.cta-primary input[type="submit"]:active{
  background-color: #8C8F99;
}

a.cta-secondary,
a.cta_button.cta-secondary,
.cta-secondary a,
.cta-secondary input[type="submit"]{
  background-color: #7B7D89;
}
a.cta-secondary:hover,
a.cta_button.cta-secondary:hover,
.cta-secondary a:hover,
.cta-secondary input[type="submit"]:hover{
  background-color: #A9ACBE;
}
a.cta-secondary:active,
a.cta_button.cta-secondary:active,
.cta-secondary a:active,
.cta-secondary input[type="submit"]:active{
  background-color: #D3D5E4;
}

a.cta_button.cta-small,
.cta-small a{
  font-size: 16px;
  line-height: 24px;
  padding: 7px 19px 11px;
  border-radius: 8px;
}
a.cta_button.cta-tiny,
.cta-tiny a{
  font-size: 12px;
  line-height: 18px;
  padding: 6px 23px 9px;
  border-radius: 4px;
}

a.cta_button.cta-icon,
.cta-icon a {
  padding-left: 15px;
  padding-right: 15px;
}

a.cta_button.cta-icon.cta-small,
.cta-icon.cta-small a{
  padding-left: 22px;
  padding-right: 15px;
}

a.cta_button.cta-icon.cta-tiny,
.cta-icon.cta-tiny a{
  padding-left: 28px;
  padding-right: 12px;
}

a.cta_button.cta-icon:after,
.cta-icon a:after {
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/arrow_button.svg);
  content: '';
  width: 7px;
  display: inline-flex;
  height: 13px;
  margin-left: 58px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: -1px;
  position: relative;
}

a.cta_button.cta-icon.cta-small:after,
.cta-icon.cta-small a:after{
  margin-left: 35px;
  height: 12px;
  top: 0;
}

a.cta_button.cta-icon.cta-tiny:after,
.cta-icon.cta-tiny a:after{
  margin-left: 31px;
  height: 11px;
  top: 1px;
}

a.cta-link,
.cta-link a{
  font-family:'sofia-pro';font-weight:700;
  text-decoration: underline !important;
  color: #000000;
  position: relative;
  text-transform: none;
}

a.cta-link.cta-icon:after,
.cta-link.cta-icon a:after{
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/arrow-link.svg);
  content: '';
  width: 18px;
  display: inline-flex;
  height: 11px;
  margin-left: 22px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: -1px;
  position: relative;
  transform: translateX(0);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

a.cta-link.cta-icon:hover:after{
  transform: translateX(-10px);
}

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

.list-icons ul li{
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-left: 35px;  
}

.list-icons ul li:before {
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/check.svg);
  content: '';
  width: 20px;
  display: inline-flex;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: 12px;
  position: absolute;
  left: -35px;
}

.quote h1,
.quote h2,
.quote h3,
.quote h4,
.quote h5,
.quote h6{
  position: relative;
  margin-top: 0;
  z-index:1;
}
.quote h1:before,
.quote h2:before,
.quote h3:before,
.quote h4:before,
.quote h5:before,
.quote h6:before{
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/quote.svg);
  content: '';
  width: 70px;
  display: inline-flex;
  height: 58px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  z-index: -1;
  top: 0;
  position: absolute;
}




.border-top-right-radius{
  border-top-right-radius: 100px;
}

.border-top-left-radius{
  border-top-left-radius: 100px;
}

.border-bottom-right-radius{
  border-bottom-right-radius: 100px;
}

.border-bottom-left-radius{
  border-top-left-radius: 100px;
}

@media(max-width: 768px){
  .border-top-right-radius{
    border-top-right-radius: 64px;
  }

  .border-top-left-radius{
    border-top-left-radius: 64px;
  }

  .border-bottom-right-radiu{
    border-bottom-right-radius: 64px;
  }

  .border-bottom-left-radius{
    border-top-left-radius: 64px;
  }
}

@media(max-width: 575px){
  .border-top-right-radius{
    border-top-right-radius: 40px;
  }

  .border-top-left-radius{
    border-top-left-radius: 40px;
  }

  .border-bottom-right-radius{
    border-bottom-right-radius: 40px;
  }

  .border-bottom-left-radius{
    border-top-left-radius: 40px;
  }
}

.shadow-default{
  -webkit-box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
  -o-box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
  box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
}

.shadow-default:hover{
  -webkit-box-shadow: 0 0 20px 0 rgba(26,43,48,0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(26,43,48,0.3);
  -o-box-shadow: 0 0 20px 0 rgba(26,43,48,0.3);
  box-shadow: 0 0 20px 0 rgba(26,43,48,0.3);
}

/* BG COLOR*/

.bg-grey-1{
  background-color: #E9EAED;
  position: relative;
  z-index: -1;
}
.bg-grey-2,
.bg-white,
.bg-black,
.bg-black-1{  
  position: relative;
}

.bg-grey-2:before,
.bg-white:before,
.bg-black:before,
.bg-black-1:before{
  content:'';
  background-color: #F5F6F8;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.bg-white:before{
  background-color: #FFFFFF;
}

.bg-black:before{
  background-color: #000000;
}

.bg-black-1:before{
  background-color: #202123;
}

.bg-grey-3{
  background-color: #F7F7F7;
  position: relative;
  z-index: -1;
}

.bg-grey-2.bg-gradient:before{
  background: linear-gradient(180deg, #F5F6F8, #FFFFFF);
}

.swiper-container{
  padding: 0 10px !important;
}

.swiper-wrapper {
    padding: 10px 0;
}

.logo-slider-container .swiper-wrapper {
  align-items: center;
}


.swiper-button-next{
  right: -70px !important;
}

.swiper-button-prev{
  left: -70px !important;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

@media(max-width: 1320px){
  .swiper-button-next{
    right: -16px !important;
  }

  .swiper-button-prev{
   left: -16px !important;
 }
}

.swiper-button-next:after {
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/arrow-swiper.svg);
  content: '' !important;
  width: 43px;
  display: inline-flex;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: 0px;
  position: relative;
}

.swiper-button-prev:after {
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/arrow-swiper.svg);
  content: '' !important;
  width: 43px;
  display: inline-flex;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: 0px;
  position: relative;
}

.swiper-slide{
  height: auto !important; 
}


/*FORM*/



form ul.inputs-list {
list-style: none;
}


/* FORM CHECKBOX */
body form.hs-form ul.inputs-list li {
  margin: 16px 0;
}
body form.hs-form ul.inputs-list li label {
  position: relative;
}
/* Hide the original checkbox */
body form.hs-form ul.inputs-list li label input {
  display:none;
}
body form.hs-form ul.inputs-list li label > span{
    margin-left: 50px;
}
/* Add new checkbox */
body form.hs-form ul.inputs-list li label span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;  
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #D1D6DE;
  border-radius: 8px;
  z-index: -1;
}

body form.hs-form ul.inputs-list li label:hover span:before{
border: 1px solid #192124;
}

/* Show when checked */
body form.hs-form ul.inputs-list li label input:checked + span:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 10px;
    width: 10px;
    height: 18px;
    border: 3px solid;
    border-left: 0;
    border-top: 0;
    transform: rotate(45deg);
    transition: opacity .2s ease-in-out;
}
body form.hs-form ul.inputs-list li.hs-form-checkbox{
    margin-left: 50px;
}

span.hs-form-required{
  display: none;
}

.input{
  margin-right: 0 !important;
}

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

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select{
  font-family:'sofia-pro';font-weight:300;
  width:97% !important;
  border: 1px solid #D1D6DE;
  padding: 9px 20px;
  border-radius: 12px;
}

input[type="checkbox"]{
  border: 1px solid #D1D6DE;
  border-radius: 12px;
}

@media(max-width: 768px){
  textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
  select{
    width:97% !important;
  }
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="checkbox"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover,
select:hover{
  border: 1px solid #192124;
}

textarea.focus-visible,
input[type="text"].focus-visible,
input[type="password"].focus-visible,
input[type="datetime"].focus-visible,
input[type="datetime-local"].focus-visible,
input[type="date"].focus-visible,
input[type="month"].focus-visible,
input[type="time"].focus-visible,
input[type="week"].focus-visible,
input[type="number"].focus-visible,
input[type="email"].focus-visible,
input[type="checkbox"].focus-visible,
input[type="url"].focus-visible,
input[type="search"].focus-visible,
input[type="tel"].focus-visible,
input[type="color"].focus-visible,
select.focus-visible{
  border: 1px solid #293235;
}

textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="checkbox"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
select.error{
  border: 1px solid #F54B5E;
  background: #F6F9FC;
}

textarea.hs-input{
  resize: none;
  width: 97% !important;
  min-height: 155px; 
}

.two-columns-container textarea.hs-input{
  width: 99% !important;
}

.hs-error-msgs{
  list-style: none;  
}

.hs-error-msgs .hs-error-msg{
  color: #F54B5E;
  font-size: 12px;
  line-height: 18px;
}

fieldset,
.hs-form-field{
  padding: 5px 0 !important;
}


.pagination a,
.pagination span{
  display: inline-block;
  margin-left: 30px;
  font-size: 24px;
  line-height: 32px;
  text-transform: none;
  color: #000000;
  opacity: 0.5;
}

.pagination  span.current {
  opacity: 1;
}

.pagination  .next {
  opacity: 1;
}

.pagination  .current.next {
  opacity: 0.5;
}

.pagination  .prev {
  opacity: 1;
}

.pagination  .current.prev {
  opacity: 0.5;
}

.pagination  span.current.prev,
.pagination  span.current.next{
  border-color:transparent;
}

.pagination .next,
.pagination .prev{
  color: transparent;
  height: 0;
  width:0;
  position: relative;
}

.pagination .next:before,
.pagination .prev:before{
  content: '' !important;
  width: 7px;
  display: inline-flex;
  height: 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: 12px;
  position: absolute;
}

.pagination .next:before{
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/arrow-pag.svg);
}

.pagination .prev:before{
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/arrow-pag.svg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}


.content-address{
  padding: 37px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}

.contact-image img{
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.contact-image h1{
  padding-top: 120px;
}
.contact-image h4{
  margin-top: 0;
}

.contact-container{
  padding: 110px 0 150px 0;
}
.resources-box-cover{
  position: relative;
}
.resources-box-cover:after{
    opacity: 0.8001534;
  width: 120%;
  height: 10px;
  background: #1a2b30;
  filter: blur(17px);
  position: absolute;
  bottom:0;
  content: '';
  z-index: -1;
  left: -10%;
}

.a-chat:before{
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/communication.png);
  content: '';
  width: 40px;
  display: inline-flex;
  height: 40px;
  margin-right: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}

.a-chat{
  font-family:'sofia-pro';font-weight:300;
  text-decoration: none !important;
  color: #000000;
  position: relative;
  text-transform: none;
  padding: 40px;
  background-color: #E9EAED;
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-top: 100px;
}

body form,
body .submitted-message {
  font-family:'sofia-pro';font-weight:300;
}

.a-chat:after{
  background-image: url(https://397591.fs1.hubspotusercontent-eu1.net/hubfs/397591/20-solid/arrow-link.svg);
  content: '';
  width: 18px;
  display: inline-flex;
  height: 11px;
  margin-left: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: left;
  top: -1px;
  position: relative;
  transform: translateX(0);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}

.a-chat:hover:after{
  transform: translateX(-10px);
} 

@media(max-width: 768px){ 
  .contact-image img{
    width:100%;
  }
  .a-chat{
    margin-bottom: 100px;
    padding: 5px;
  }
  textarea.hs-input {
    width: 99% !important;
  }
  
  .a-chat:before{
    background-image: none;
    width:0;
    
  }
  
  .a-chat:after{
    width: 45px;
  }
  
}

.pb-30 h3{
  padding-bottom:30px;
}

.pb-50 h3{
  padding-bottom:50px;
}

.special-hero h5,
.special-hero h5 strong{
  font-size: 20px;
}

.special-hero .content-wrapper {
    padding-top: 100px;
    padding-bottom: 20px;
}


form .legal-consent-container a{
    background-color: unset;
    border-radius: 0;
    color: inherit;
    padding: 0;
}

form .legal-consent-container a:hover{
  background-color: unset;
  text-decoration: underline !important;
}

@media(max-width: 575px){
  .shadow-default{
    box-shadow: none;
  }
  
  .logo-slider-box .logo-slider-image{
        align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .logo-slider-box .logo-slider-image img{
    max-width: 80%;
  }
}
/* Blog header */

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

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

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}


.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}


.blog-index__post.blog-index__post--large .shadow-default{
  background-color: #fff;
  position: relative;
  width: 100%;
}

.blog-index {
  margin-top: -250px !important;
  position: relative;
}

.body-container--blog-index div[class^="hero-wrapper"]{
  padding-bottom: 200px;
  padding-top: 100px;
}

.blog-index__post-content--small h2 a {
  font-size: 24px;
  margin: 0 0 43px 0;
  line-height: 1;
}

.blog-index__post-content--small h2{
  margin: 0;
  padding: 0;
  line-height: 1;
}

.blog-index__post-content--large h2 a {
  font-size: 36px;
  margin: 0 0 23px 0;
  line-height: 1;
}

.blog-index__post-content--large h2{
  margin: 0;
  margin-bottom: 45px;
  padding: 0;
  line-height: 1;
  font-size: 36px;
}

.blog-index__post-content.blog-index__post-content--large {
  padding: 45px;
}

.additional-container{
  display: flex;
  align-items: center;
  margin-top: 45px;
}

.data-container{
  display: flex;
  align-items: center;
  margin-left: auto;
}

.content-post{
  margin-top: 50px;
}

.blog-index__post-content.blog-index__post-content--small {
    padding: 41px 15px 30px 15px;
}

.blog-index__post-content.blog-index__post-content--small .content-post{
  margin-top: 0;
}

.blog-recent-posts__post {
  -webkit-box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
  -moz-box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
  -o-box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
  box-shadow: 0 0 20px 0 rgba(26,43,48,0.1);
  margin: 10px;
  flex: 0 0 calc(95%/3);
}

.blog-recent-posts__post:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(26,43,48,0.3);
  -moz-box-shadow: 0 0 20px 0 rgba(26,43,48,0.3);
  -o-box-shadow: 0 0 20px 0 rgba(26,43,48,0.3);
  box-shadow: 0 0 20px 0 rgba(26,43,48,0.3);

}

.hs-author-avatar img{
  border-radius: 50%;
}

.blog-recent-posts__list {
    align-items: center;
    justify-content: center;
}

.blog-post__body {
    border-top: 1px solid rgba(72,73,75,1.0);
    padding-top: 25px;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}