/* Colors */










/* Typography */








/* Button */








/* Form */














/* Other */


/* Tables */











/* Spacing */



:root {
  --header-height: 113px; /* For a smooth animations on page load, manualy set this variable to be the height of the full site header. 
                              * It will be automatically set to the actual header height on page load and resize.*/
}

@media (max-width: 991px) {
  :root {
    --header-height: 133px; /* For a smooth animations on page load, manualy set this variable to be the height of the full site header, at this screen width.
                                * It will be automatically set to the actual header height on page load and resize.*/
  }
}
*, *: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 #000;
}

/**
 * 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: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}
.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}
.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}
.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}
.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}
.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}
.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}
.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}
.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }
  .row-fluid .span11 {
    width: 91.436464082%;
    *width: 91.38327259263829%;
  }
  .row-fluid .span10 {
    width: 82.87292817100001%;
    *width: 82.8197366816383%;
  }
  .row-fluid .span9 {
    width: 74.30939226%;
    *width: 74.25620077063829%;
  }
  .row-fluid .span8 {
    width: 65.74585634900001%;
    *width: 65.6926648596383%;
  }
  .row-fluid .span7 {
    width: 57.182320438000005%;
    *width: 57.129128948638304%;
  }
  .row-fluid .span6 {
    width: 48.618784527%;
    *width: 48.5655930376383%;
  }
  .row-fluid .span5 {
    width: 40.055248616%;
    *width: 40.0020571266383%;
  }
  .row-fluid .span4 {
    width: 31.491712705%;
    *width: 31.4385212156383%;
  }
  .row-fluid .span3 {
    width: 22.928176794%;
    *width: 22.874985304638297%;
  }
  .row-fluid .span2 {
    width: 14.364640883%;
    *width: 14.311449393638298%;
  }
  .row-fluid .span1 {
    width: 5.801104972%;
    *width: 5.747913482638298%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145300001%;
    *width: 91.3997999636383%;
  }
  .row-fluid .span10 {
    width: 82.905982906%;
    *width: 82.8527914166383%;
  }
  .row-fluid .span9 {
    width: 74.358974359%;
    *width: 74.30578286963829%;
  }
  .row-fluid .span8 {
    width: 65.81196581200001%;
    *width: 65.7587743226383%;
  }
  .row-fluid .span7 {
    width: 57.264957265%;
    *width: 57.2117657756383%;
  }
  .row-fluid .span6 {
    width: 48.717948718%;
    *width: 48.6647572286383%;
  }
  .row-fluid .span5 {
    width: 40.170940171000005%;
    *width: 40.117748681638304%;
  }
  .row-fluid .span4 {
    width: 31.623931624%;
    *width: 31.5707401346383%;
  }
  .row-fluid .span3 {
    width: 23.076923077%;
    *width: 23.0237315876383%;
  }
  .row-fluid .span2 {
    width: 14.529914530000001%;
    *width: 14.4767230406383%;
  }
  .row-fluid .span1 {
    width: 5.982905983%;
    *width: 5.929714493638298%;
  }
}

/* Clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* Visibilty Classes */
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.hidden {
  display: none !important;
  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: 991px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}


.body-wrapper {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.body-wrapper.header-type-default:before {
  content: "";
  height: var(--header-height);
  display: block;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.body-wrapper.header-type-transparent .hero-banner:before,
.body-wrapper.header-type-transparent .blog-post__header:before{
  content: "";
  height: calc(var(--header-height) - 2rem);
  display: block;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1240px;
}
.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 120px 20px;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}
.dnd-section .dnd-row + .dnd-row {
  margin-top: 1.25rem;
}

@media (max-width: 991px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 90.0px 20px;
  }
}

@media (max-width: 767px) {
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 60.0px 20px;
  }
  
  .dnd-section .dnd-module + .dnd-module,
  .dnd-section .dnd-column + .dnd-column,
  .dnd-section .dnd-column + .dnd-module,
  .dnd-section .dnd-module + .dnd-column {
    margin-top: 1.25rem;
  }
}
/* Menu and simple menu */
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */
.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Vertical menu */
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
}
.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 {
  opacity: 1;
}
.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.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .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;
  }
}
/* Error pages */
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
  z-index: 2;
}
.error-page * {
  position: relative;
  z-index: 2;
}
.error-page:before {
  color: #FFFFFF;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

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

/* System pages */
.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}
.systems-page--search-results {
  max-width: 100%;
  padding: 3rem 0;
}
.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
  margin-top: 1.2rem;
  font-weight: bold;
}
.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-container {
  margin-bottom: 1.2rem;
}
.systems-page form input[type='submit'] {
  display: block;
}

/* Search pages */
.hs-search-results__title {
  color: #494A52;
  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-results__listing li {
  margin-bottom: .75rem !important;
  padding-bottom: .75rem !important;
  border-bottom: 1px solid #F2F2F2;
}

/* Password prompt */
.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}
.systems-page form .hs-form-field:nth-last-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.systems-page #hs-login-widget-remember ~ label {
  margin-bottom: 0;
}
.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.625rem;
}

/* Backup unsubscribe */
.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}
.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */
#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}
.checkbox-row > span,
.subscribe-options > p:last-child > label{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Membership pages */
#hs-membership-form a[class*='show-password'] {
  font-size: .75rem;
  display: block;
  margin: -.5rem 0 .5rem;
}

/* Input error messages */
.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}
.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}


html {
  font-size: 20px;
}
body {
  line-height: 1.7;
  word-break: break-word;
  font-family: Rubik, sans-serif;
  font-weight: normal;
  color: #000000;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

@media (max-width: 767px) {
  html {
    font-size: 17.5px;
  }
}

/* Paragraphs */
p {
  margin: 0 0 1.25rem;
}
p:last-child {
  margin-bottom: 0;
}

/* Anchors */
a {
  cursor: pointer;
  text-decoration: none;
  color: #004AAD;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
a:hover,
a:focus {
  color: #00B8AD;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .75rem;
  line-height: 1.25;
  word-break: break-word;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  font-family: Rubik, sans-serif;
  color: #45818E;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}
h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  font-family: Rubik, sans-serif;
  color: #004aad;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}
h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  font-family: Rubik, sans-serif;
  color: #0CC0DF;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}
h4 {
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  font-family: Rubik, sans-serif;
  color: #000000;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}
h5 {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  font-family: Rubik, sans-serif;
  color: #000000;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}
h6 {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  font-family: Rubik, sans-serif;
  color: #000000;
	
	  text-decoration: none;
	
  letter-spacing: 0px;
}

@media (max-width: 1279px) {
  h1 {
    font-size: 50.4px;
  }
  h2 {
    font-size: 39.6px;
  }
  h3 {
    font-size: 28.8px;
  }
  h4 {
    font-size: 21.6px;
  }
  h5 {
    font-size: 18.0px;
  }
  h6 {
    font-size: 14.4px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 44.800000000000004px;
  }
  h2 {
    font-size: 35.2px;
  }
  h3 {
    font-size: 25.6px;
  }
  h4 {
    font-size: 19.200000000000003px;
  }
  h5 {
    font-size: 16.0px;
  }
  h6 {
    font-size: 12.8px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 39.199999999999996px;
  }
  h2 {
    font-size: 30.799999999999997px;
  }
  h3 {
    font-size: 24.0px;
  }
  h4 {
    font-size: 18.0px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 33.6px;
  }
  h2 {
    font-size: 28.6px;
  }
  h3 {
    font-size: 22.4px;
  }
}

/* Heading underline */
.heading-underline--full-width,
.heading-underline--text-width,
.heading-underline--accent {
  position: relative;
  padding-bottom: .5rem;
}
.heading-underline--text-width span {
  position: relative;
}
.heading-underline--full-width:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #3DABEB;
  width: 100%;
}
.heading-underline--text-width span:after {
  content: "";
  position: absolute;
  bottom: calc(-.5rem - 1.5px);
  left: 0;
  height: 3px;
  background-color: #3DABEB;
  width: 100%;
}
.heading-underline--accent:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  background-color: #3DABEB;
  width: 5rem;
}
.text-center .heading-underline--accent:after,
.justify-center .heading-underline--accent:after {
  left: 50%;
  transform: translateX(-50%);
}
.text-right .heading-underline--accent:after,
.justify-right .heading-underline--accent:after {
  left: unset;
  right: 0;
}

/* Subheading */
.subheading {
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1;
  font-size: .75rem;
}

/* Intro */
.intro-text {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
.intro-text:last-child {
  margin-bottom: 0;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.25rem;
  padding-left: 2rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

/* Code blocks */
pre {
  overflow: auto;
}
code {
  vertical-align: bottom;
}

/* Mark */
mark {
  background-color: #3DABEB;
}

/* Selection */
::-moz-selection {
  background-color: #3DABEB;
  color: #fff;
}
::selection {
  background-color: #3DABEB;
  color: #fff;
}

/* Blockquotes */
blockquote {
  border-left: 2px solid #3DABEB;
  margin: 0 0 1.25rem;
  padding-left: 15px;
}

/* Horizontal rules */
hr {
  background-color: #F2F2F2;
  border: none;
  color: #F2F2F2;
  height: 1px;
}

/* Image alt text */
img {
  font-size: 14px;
  word-break: normal;
  max-width: 100%;
}


form {
  background: #EEEEEE;
  border: 2px solid #EEEEEE;
  padding: 1.5rem;
}
fieldset {
  max-width: none !important;
  margin-left: -.5rem !important;
  margin-right: -.5rem !important;
}
fieldset .field {
  padding-left: .5rem;
	padding-right: .5rem;
  margin-bottom: 1.25rem;
}
fieldset .input {
	margin-right: 0!important;
}
fieldset.form-columns-2 .hs-form-field {
	width: 50%;
}
fieldset.form-columns-3 .hs-form-field {
	width: 33.33%;
}

/* Form fields */
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Form title */
.form-title {
  background-color: #3DABEB;
  color: #FFFFFF;
  padding: 1.5rem;
	margin-bottom: 0;
}

/* Labels */
form label {
  color: #45818E;
  display: block;
  float: none;
  width: auto;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: .625rem;
}

/* Help text - legends */
form legend {
  color: #45818E;
  opacity: .875;
  font-size: .625rem;
  line-height: 1.2;
  margin: 0 0 .25rem;
}

/* Inputs */
input,
select,
textarea {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=date],
select,
textarea {
  -webkit-appearance: none;
  display: inline-block;
  width: 100%!important;
  height: auto!important;
  padding: .5rem .75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
  color: #000000;
  background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
  box-sizing: border-box;
  border-radius: 0;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=date]:focus,
select:focus,
textarea:focus {
  border-color: #3DABEB;
  outline: none;
}

/* Inputs - checkbox/radio */
.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inputs-list > li {
  display: block;
  margin: .625rem 0;
}
.inputs-list input,
.inputs-list span {
  vertical-align: middle;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  cursor: pointer;
  width: 1rem!important;
  height: 1rem!important;
  line-height: normal;
  border: none;
  background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
  border-radius: 8.0px;
	outline: none;
  padding: 0!important;
  margin: .25rem .25rem .25rem 0;
}
input[type=radio] {
  border-radius: 50%;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background: #3DABEB !important;
}

/* Inputs - datepicker */
input[type=date] {
  -webkit-appearance: auto;
}
.fn-date-picker .pika-table th {
  color: #45818E;
}
.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #3DABEB;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFFFFF;
  background-color: #3DABEB !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #3DABEB;
}

/* Inputs - file picker */
input[type=file] {
  border: initial;
}

/* Select */
select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-position: 98% center;
  background-repeat: no-repeat;
}
select[multiple] {
  height: inherit;
}

/* Textarea */
textarea {
  height: auto;
}

/* Submit Button */
input[type="submit"] {
	background-color: #0CC0DF;
  border-color: #0CC0DF;
  color: #FFFFFF;
}
input[type="submit"]:hover {
  background-color: #0CC0DF;
  border-color: #0CC0DF;
  color: #FFFFFF;
}

/* Form placeholder text */
::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 50%);
}
::-moz-placeholder {
  color: rgba(0, 0, 0, 50%);
}
:-ms-input-placeholder {
  color: rgba(0, 0, 0, 50%);
}
:-moz-placeholder {
  color: rgba(0, 0, 0, 50%);
}
::placeholder {
  color: rgba(0, 0, 0, 50%);
}
.hs-fieldtype-date .input .hs-dateinput:before {
  color: rgba(0, 0, 0, 50%);
}

/* GDPR */
form .hs-richtext {
  padding-left: .5rem;
	padding-right: .5rem;
}
form .hs-richtext,
form .hs-richtext p {
  font-size: .875rem;
  line-height: 1.2;
  margin: 0 0 .625rem;
}
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  font-size: .875rem;
  margin-left: 1.25rem !important;
}

/* Validation */
.hs-form-required {
  color: #FF0000;
}
.hs-input.invalid.error {
  border-color: #FF0000;
}
.hs-error-msg {
  color: #FF0000 !important;
  margin-top: 0.35rem;
}

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

/* Fullwidth Button */
.btn-fullwidth .hs_submit input {
	width: 100%;
}

/* Search field Icon*/
.hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
}

/* Dark Form */
.form-dark input:not(input[type=submit]):not(input[type=checkbox]):not(input[type=radio]),
.form-dark select,
.form-dark textarea {
  background-color: #45818E;
  border-color: #45818E;
  color: #FFFFFF;
}
.form-dark select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-dark .hs-form label,
.form-dark legend,
.form-dark .form-title,
.form-dark .hs-richtext,
.form-dark .hs-richtext p,
.form-dark .submitted-message {
  color: #45818E;
}
.form-dark ::-webkit-input-placeholder {
  color: #FFFFFF;
}
.form-dark ::-moz-placeholder {
  color: #FFFFFF;
}
.form-dark :-ms-input-placeholder {
  color: #FFFFFF;
}
.form-dark :-moz-placeholder {
  color: #FFFFFF;
}
.form-dark ::placeholder {
  color: #FFFFFF;
}
.form-dark .hs-fieldtype-date .input .hs-dateinput:before {
  color: #FFFFFF;
}

/* Light Form */
.form-light input:not(input[type=submit]):not(input[type=checkbox]):not(input[type=radio]),
.form-light select,
.form-light textarea {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #45818E;
}
.form-light select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-light .hs-form label,
.form-light legend,
.form-light .form-title,
.form-light .hs-richtext,
.form-light .hs-richtext p,
.form-light .submitted-message {
  color: #FFFFFF;
}
.form-light ::-webkit-input-placeholder {
  color: #45818E;
}
.form-light ::-moz-placeholder {
  color: #45818E;
}
.form-light :-ms-input-placeholder {
  color: #45818E;
}
.form-light :-moz-placeholder {
  color: #45818E;
}
.form-light ::placeholder {
  color: #45818E;
}
.form-light .hs-fieldtype-date .input .hs-dateinput:before {
  color: #45818E;
}

/* Transparent Form*/
.form-transparent input:not(input[type=submit]):not(input[type=checkbox]):not(input[type=radio]),
.form-transparent select,
.form-transparent textarea {
  background-color: rgba(255, 255, 255, 50%);
  border-width: 0 0 2px 0;
  color: #F2F2F2;
}
.form-transparent select {
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
}
.form-transparent .hs-form label,
.form-transparent legend,
.form-transparent .form-title,
.form-transparent .hs-richtext,
.form-transparent .hs-richtext p,
.form-transparent .submitted-message {
  color: #F2F2F2;
}
.form-transparent ::-webkit-input-placeholder {
  color: #F2F2F2;
}
.form-transparent ::-moz-placeholder {
  color: #F2F2F2;
}
.form-transparent :-ms-input-placeholder {
  color: #F2F2F2;
}
.form-transparent :-moz-placeholder {
  color: #F2F2F2;
}
.form-transparent ::placeholder {
  color: #F2F2F2;
}
.form-transparent .hs-fieldtype-date .input .hs-dateinput:before {
  color: #F2F2F2;
}

/* Dark Form Background */
.form-bg-dark form {
  background: #45818E;
}
.form-bg-dark .form-title {
  background-color: #45818E;
  padding-bottom: 0;
}

/* Light Form Background */
.form-bg-light form {
  background: #FFFFFF;
}
.form-bg-light .form-title {
  background-color: #FFFFFF;
  padding-bottom: 0;
}

/* Transparent Background */
.form-bg-transparent form {
  background: transparent;
}
.form-bg-transparent .form-title {
  background-color: transparent;
  padding-bottom: 0;
}

/* No Labels */
.form-no-labels .hs-fieldtype-text > label,
.form-no-labels .hs-fieldtype-textarea > label,
.form-no-labels .hs-fieldtype-select > label {
	display: none!important;
}

/* No Padding */
.form-no-padding form {
	padding: 0;
}
.form-no-padding .form-title {
	padding: 0;
}

/* No Border*/
.form-no-border form {
  border: 0;
}


/* Default Button*/
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.2;
  text-align: center;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  white-space: normal;
  text-decoration: none;
  
  text-transform: uppercase;
  
  font-weight: 700;;
  font-family: Rubik;
  padding: 10px 24px;
  letter-spacing: 1px;
  border: 2px solid;
  border-radius: 16px;
  background-color: #3DABEB;
  border-color: #3DABEB;
  color: #FFFFFF;  
}
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
  opacity: 1;
  background-color: #0b79b9;
  border-color: #0b79b9;
  color: #FFFFFF;  
}

button:disabled,
.button:disabled
.hs-button:disabled {
  text-decoration: none;
  opacity: 1;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #585858;
}

/* Primary Button */
.button-primary {
  background-color: #3DABEB;
  border-color: #3DABEB;
}
.button-primary:hover,
.button-primary:focus {
  background-color: #0b79b9;
  border-color: #0b79b9;
}

/* Secondary Button */
.button-secondary {
  background-color: #0CC0DF;
  border-color: #0CC0DF;
}
.button-secondary:hover,
.button-secondary:focus {
  background-color: #008ead;
  border-color: #008ead;
}

/* Light Button */
.button-light {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #45818E;
}
.button-light:hover,
.button-light:focus {
  background-color: #45818E;
  border-color: #45818E;
  color: #FFFFFF;
}

/* Dark Button */
.button-dark {
  background-color: #45818E;
  border-color: #45818E;
  color: #FFFFFF;
}
.button-dark:hover,
.button-dark:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #45818E;
}

/* Light Gray Button */
.button-light-gray {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #585858;
}
.button-light-gray:hover,
.button-light-gray:focus {
  background-color: #585858;
  border-color: #585858;
  color: #F2F2F2;
}

/* Dark Gray Button */
.button-dark-gray {
  background-color: #585858;
  border-color: #585858;
  color: #F2F2F2;
}
.button-dark-gray:hover,
.button-dark-gray:focus {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #585858;
}

/* Link Button */
.button-link {
  background-color: #004AAD;
  border-color: #004AAD;
  color: #FFFFFF;
}
.button-link:hover,
.button-link:focus {
  background-color: #00B8AD;
  border-color: #00B8AD;
  color: #FFFFFF;
}

/* Primary Button Outline */
.button-outline-primary {
  background-color: transparent;
  border-color: #3DABEB;
  color: #3DABEB;
}
.button-outline-primary:hover,
.button-outline-primary:focus {
  background-color: #3DABEB;
  border-color: #3DABEB;
  color: #FFFFFF;
}

/* Secondary Button Outline */
.button-outline-secondary {
  background-color: transparent;
  border-color: #0CC0DF;
  color: #0CC0DF;
}
.button-outline-secondary:hover,
.button-outline-secondary:focus {
  background-color: #0CC0DF;
  border-color: #0CC0DF;
  color: #FFFFFF;
}

/* Light Button Outline */
.button-outline-light {
  background-color: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.button-outline-light:hover,
.button-outline-light:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #45818E;
}

/* Dark Button Outline */
.button-outline-dark {
  background-color: transparent;
  border-color: #45818E;
  color: #45818E;
}
.button-outline-dark:hover,
.button-outline-dark:focus {
  background-color: #45818E;
  border-color: #45818E;
  color: #FFFFFF;
}

/* Light Gray Button Outline */
.button-outline-light-gray {
  background-color: transparent;
  border-color: #F2F2F2;
  color: #F2F2F2;
}
.button-outline-light-gray:hover,
.button-outline-light-gray:focus {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #FFFFFF;
}

/* Dark Gray Button Outline */
.button-outline-dark-gray {
  background-color: transparent;
  border-color: #585858;
  color: #585858;
}
.button-outline-dark-gray:hover,
.button-outline-dark-gray:focus {
  background-color: #585858;
  border-color: #585858;
  color: #FFFFFF;
}

/* Link Button Outline */
.button-outline-link {
  background-color: transparent;
  border-color: #004AAD;
  color: #004AAD;
}
.button-outline-link:hover,
.button-outline-link:focus {
  background-color: #00B8AD;
  border-color: #00B8AD;
  color: #FFFFFF;
}


.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -.25rem;
}
.social-links-single {
  height: 2.25rem;
  width: 2.25rem;
  margin: .25rem;
  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;
  border-radius: 16px;
  background-color: #3DABEB;
}
.social-links-single:hover,
.social-links-single:focus {
  opacity: .75;
}
.social-links-single svg {
  height: 1rem;
  fill: #FFFFFF;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
table {
  border-collapse: collapse;
  overflow-wrap: break-word;
  margin: 0 0 1.25rem;
  border: 2px solid #000000;
}
th,
td {
  vertical-align: top;
  padding: 0.75rem;
  border: 1px solid #000000;
  background-color: rgba(255, 255, 255,1.0);
  color: #000000;
}
tbody tr:nth-child(even) th,
tbody tr:nth-child(even) td {
  background-color: rgba(242, 242, 242,1.0);
}
thead th,
thead td {
  vertical-align: bottom;
  border-bottom: 1.0px solid #000000;
  background-color: rgba(61, 171, 235,1.0);
  color: #FFFFFF;
}
tfoot th,
tfoot td {
  border-top: 1.0px solid #000000;
  background-color: rgba(12, 192, 223,1.0);
  color: #FFFFFF;
}


.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 15;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-static {
  position: absolute;
}
.header.reactive {
  -webkit-box-shadow: 0 10px 20px rgb(0, 0, 0, .2);
  box-shadow: 0 10px 20px rgb(0, 0, 0, .2);
}

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

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


/* Header Top */
.header-top {
  padding-top: 1px;
  padding-bottom: 1px;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  width: 100%;
}
.header-top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
}
.header-top-column {
  color: #FFFFFF;
  font-size: .75rem;
  line-height: 1.5;
  padding: .25rem 20px;
  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;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-top-column a {
  color: inherit;
}
.header-top-container svg {
  height: .8rem;
  margin-right: .3rem;
}


/* Header Main */
.header-main {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  width: 100%;
  padding: 0 20px;
}
.header-main-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
	position: relative;
}


/* Header Menu */
.header-menu-main > .hs-menu-wrapper {
  height: 100%;
}
.header-menu-main > .hs-menu-wrapper > ul > li {
  position: relative;
}
.header-menu-main a {
  color: inherit;
  padding: 1.25rem 1rem;
  font-size: .875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header-menu-main .active a {
  font-weight: bold;
}
.header-menu-main > .hs-menu-wrapper > ul > li > a:after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #3DABEB;
  position: absolute;
  bottom: 0;
  left: 50%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li > a:hover:after {
  width: 100%;
  left: 0;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li > a {
  display: block;
  padding: .5rem 1rem;
  font-size: .875rem;
  line-height: 1.25;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
  background-color: #f5f5f5;
  padding: .5rem 0;
  min-width: 10rem;
  width: auto;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li:hover > .hs-menu-children-wrapper {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li {
  position: relative;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a {
  color: inherit;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:hover {
  background-color: #ebebeb;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:before {
  content: "";
  width: 3px;
  height: 0;
  background-color: #3DABEB;
  position: absolute;
  top: 50%;
  left: 0;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper li a:hover:before {
  height: 100%;
  top: 0;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper {
  background-color: #ebebeb;
  min-width: 10rem;
  width: auto;
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li:hover > .hs-menu-children-wrapper {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  z-index: 2;
}
.header-menu-main > .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper > li > .hs-menu-children-wrapper a:hover {
  background-color: #e1e1e1;
}

@media (max-width: 1279px) {
  .header-menu-main a {
    padding: 1.25rem .75rem;
  }
}


/* 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 Search - Pop-up */
.header-search-open {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
}
.header-search-open svg {
  width: 1.25rem;
  height: 1.25rem;
}
.header-search {
  position: fixed;
  left: 0;
  top: 0;
  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;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 20;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  opacity: 0;
  visibility: hidden;
}
.header-search-active {
  opacity: 1;
  visibility: visible;
}
.header-search-inner {
  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;
  max-width: 1240px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
.header-search form {
  width: 500px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  position: relative;
}
.header-search form button {
  position: absolute;
  top: 0;
  right: 0;
  padding: .5rem .75rem;
  border: none;
  border-radius: 0;
}
.header-search form button svg {
  height: 1rem;
  fill: #FFFFFF;
}
.header-search form label {
  display: none;
}
.header-search-close {
  cursor: pointer;
  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;
  padding: 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
}
.header-search-close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #FFFFFF;
}

@media (max-width: 767px) {
  .header-search form {
    width: 100%;
  }
}


/* Search bar */
.header-search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiNGRkZGRkYiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  padding-right: 3rem;
}
.hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 16px 16px 0 0;
  max-width: 100%;
}
.hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFFFFF;
  border: none !important;
  border-radius: 0 0 16px 16px;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.hs-search-field__suggestions li:not(:first-child) {
  border-top: 1px solid #585858;
  font-size: 0.875rem;
}
.hs-search-field__suggestions li a {
  color: #45818E;
  padding: .5rem .625rem;
  text-decoration: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

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

@media (min-width: 992px) {
  .hs-search-field__input {
    width: auto;
  }
}


/* Header Search - Inline */
.header-search--inline .header-search {
  position: unset;
  background: none;
  opacity: 1;
  visibility: visible;
}
.header-search--inline .header-search-inner {
  padding: 0;
}
.header-search--inline .header-search form {
  width: auto;
  max-width: 10rem;
}
.header-search--inline:not(.header-search--slide-in) .header-search-close {
  display: none;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input,
.header.reactive .header-search--inline .header-search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiMwMDAwMDAiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  color: #000000 !important;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input::-webkit-input-placeholder {
  color: #000000;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input::-webkit-input-placeholder {
  color: #000000;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input::-moz-placeholder {
  color: #000000;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input::-moz-placeholder {
  color: #000000;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input:-ms-input-placeholder {
  color: #000000;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input:-ms-input-placeholder {
  color: #000000;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input:-moz-placeholder {
  color: #000000;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input:-moz-placeholder {
  color: #000000;
}
.header:not(.header-transparent) .header-search--inline .header-search .hs-search-field__input::placeholder {
  color: #000000;
}
.header.reactive .header-search--inline .header-search .hs-search-field__input::placeholder {
  color: #000000;
}

@media (max-width: 479px) {
  .header-search--inline {
    display: none;
  }
}


/* Header Search - Slide-in */
.header-search--slide-in {
  position: relative;
}
.header-search--slide-in .header-search {
  position: absolute;
  width: 10rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.header-search--slide-in .header-search.header-search-active {
  left: -10rem;
  opacity: 1;
  visibility: visible;
}
.header-search--slide-in .header-search-close {
  position: relative;
}


/* Mobile Menu */
.header-menu-mobile {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  display: none;
}
.header-menu-mobile ul {
  background-color: #FFFFFF;
  display: block;
}
.header-menu-mobile li {
  border-top: 1px solid #FFFFFF;
  position: relative;
}
.header-menu-mobile a {
  padding: 1rem;
  line-height: 1;
  color: #000000 !important;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-menu-mobile .hs-menu-depth-2 a {
  background-color: #ebebeb;
}
.header-menu-mobile .hs-menu-depth-3 a {
  background-color: #e1e1e1;
}
.header-menu-mobile .hs-menu-depth-4 a {
  background-color: #d7d7d7;
}
.header-menu-mobile .hs-menu-depth-5 a {
  background-color: #cdcdcd;
}
.submenu-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 3rem;
  padding: 1rem;
  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;
}
.submenu-button svg {
  height: 1rem;
  fill: #000000;
}
.menu-mobile-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
}
.menu-mobile-button svg {
  height: 1.25rem;
}

.menu-mobile-permanent .header-navigation {
  order: 3;
}
.menu-mobile-permanent .header-right {
  margin-left: auto;
}

@media (min-width: 992px) {
  .header-main-container:not(.menu-mobile-permanent) .menu-mobile-button {
    display: none;
  }
  .header-main-container:not(.menu-mobile-permanent) .header-menu-mobile > .hs-menu-wrapper {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .header-main,
  .header-main-container {
    padding: 0;
  }
  .header-logo {
    padding: .875rem 1.25rem;
  }
  .header-menu-main {
    display: none;
  }
  .header-navigation {
    order: 3;
  }
  .header-right {
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .header-top-column {
    margin: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}


/* Language switcher */
.header-language-switcher {
  cursor: pointer;
}
.header-language-switcher .lang_switcher_class {
  position: static;
  display: block;
  padding: 1.25rem;
}
.header-language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  display: block;
  left: 50%;
  opacity: 0;
  min-width: 180px;
  padding-top: 0;
  text-align: center;
  top: 100%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  visibility: hidden;
}
.header-language-switcher:hover .lang_list_class,
.header-language-switcher:focus .lang_list_class {
  opacity: 1;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  visibility: visible;
}
.header-language-switcher .lang_list_class:before {
  left: 50%;
  top: -25px;
  border-bottom-color: #45818E;
}
.header-language-switcher .lang_list_class:after {
  left: 50%;
  top: -22px;
}
.header-language-switcher .lang_list_class.first-active::after {
  top: -22px;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  border-bottom-color: #45818E;
}
.header-language-switcher .lang_list_class li {
  border: none;
  font-size: .875rem;
  padding: .5rem .75rem;
}
.header-language-switcher .lang_list_class li:first-child {
  border-radius: 16px 16px 0 0;
  border-top: none;
}
.header-language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 16px 16px;
}
.header-language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.header-language-switcher-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.header-language-switcher-label-current {
  display: none;
}

@media (max-width: 992px) {
  .header-language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }
  .header-language-switcher .lang_list_class:before,
  .header-language-switcher .lang_list_class:after {
    content: none;
  }
}

.header-language-switcher .lang_list_class li a {
  color: #004AAD;
}
.header-language-switcher .lang_list_class li:hover a,
.header-language-switcher .lang_list_class li a:focus {
  opacity: .6;
}
.header-language-switcher .lang_list_class li a:active {
  opacity: .6;
}
.header-language-switcher .lang_list_class {
  background-color: #FFFFFF;
  border-color: #45818E;
}
.header-language-switcher .lang_list_class li:hover {
  background-color: #FFFFFF;
}


/* Header Transparent */
.header-transparent:not(.reactive) .header-logo-dark,
.header-transparent.reactive .header-logo-light {
  display: none;
}
.header-transparent:not(.reactive) .header-top {
  background-color: transparent;
  border-bottom-color: #FFFFFF;
}
.header-transparent:not(.reactive) .header-main {
  background-color: transparent;
}
.header-transparent:not(.reactive) .header-menu-main a,
.header-transparent:not(.reactive) .header-top-column{
  color: #FFFFFF;
}
.header-transparent:not(.reactive) .header-search-open svg,
.header-transparent:not(.reactive) .header-top-container svg,
.header-transparent:not(.reactive) .menu-mobile-button svg,
.header-transparent:not(.reactive) .header-search-close svg {
  fill: #FFFFFF;
}
.header-transparent:not(.reactive) .globe_class {
  background-image: url(//146217231.fs1.hubspotusercontent-eu1.net/hubfs/146217231/raw_assets/public/@marketplace/New_Perspective_Marketing/B2B_Engine/images/globe-white.png);
}


.footer {
  position: relative;
}
.footer-background--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-top {
  padding: 4rem 20px;
}
.footer-top-container {
  max-width: 1240px;
  margin: 0 auto;
	position: relative;
}
.footer-bottom {
	padding: .5rem 20px;
  background-color: transparent;
}
.footer-bottom-container {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .footer-top {
    text-align: center;
    padding: 3rem 20px;
  }
  .footer-bottom-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .footer-bottom-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* Column Content */
.footer-column-item {
  margin-bottom: 1.75rem;
}
.footer-column-item p {
  margin-bottom: .75rem; 
}
.footer-column-item > *:last-child {
  margin-bottom: 0;
}
.footer-column-item a:not(.social-links-single) {
  position: relative;
  display: inline-block;
}
.footer-column-item a:not(.social-links-single):after {
  content: "";
  width: 0;
  height: 3px;
  background-color: #0CC0DF;
  position: absolute;
  bottom: 0;
  left: 0%;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.footer-column-item a:not(.social-links-single):hover:after {
  width: 100%;
  right: 0;
}
.footer-top-container > .row-fluid > [class*="span"]:last-child > .footer-column-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-column-item {
    margin-bottom: .75rem;
  }
  .footer-column-item:last-child {
    margin-bottom: 0;
  }
}

/* Form */
.footer-form form {
  padding: 0;
  border: 0;
  background: transparent;
}
.footer-form .form-title {
  display: none;
}
.footer-form input[type=text],
.footer-form input[type=email],
.footer-form input[type=password],
.footer-form input[type=tel],
.footer-form input[type=number],
.footer-form input[type=file],
.footer-form select,
.footer-form textarea,
.footer-form form label {
  font-size: .875rem;
}
.footer-form form label {
  color: inherit !important;
}

/* Menu */
.footer-column-item-menu .hs-menu-children-wrapper {
  display: none;
}
.footer-column-item-menu ul {
  margin: 0;
}
.footer-column-item-menu li {
  display: block;
  width: 100%;
}
.footer-column-item-menu li:nth-child(n+2) {
  margin-top: .5rem;
}
.footer-column-item-menu a {
  color: inherit;
  font-size: .875rem;
  line-height: 1.7;
  padding: 0;
}
.footer-column-item-menu a:hover,
.footer-column-item-menu a:focus {
  color: #004AAD;
}
.footer-column-item-menu li.active a {
  color: #3DABEB;
}

/* Social Icons */
@media (max-width: 767px) {
  .footer-column-item .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* Copyright */
.footer-bottom-copyright {
  font-size: .75rem;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
@media (min-width: 768px) {
  .footer-bottom-copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 60%;
    flex: 1 0 60%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* Bottom Menu */
.footer-bottom-menu {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.footer-bottom-menu .hs-menu-children-wrapper {
  display: none;
}
.footer-bottom-menu .hs-menu-wrapper.hs-menu-flow-horizontal ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.footer-bottom-menu li a {
  color: inherit;
  font-size: .75rem;
  padding: 0 .5rem;
  border-right: 1px solid #45818E;
  border-color: inherit;
}
.footer-bottom-menu li:first-child a {
  padding-left: 0;
}
.footer-bottom-menu li:last-child a {
  border-right: none;
  padding-right: 0;
}
.footer-bottom-menu a:hover,
.footer-bottom-menu a:focus {
  color: #004AAD;
}
.footer-bottom-menu li.active a {
  color: #3DABEB;
}

@media (min-width: 768px) {
  .footer-bottom-menu {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/* Scroll to Top */
.footer-scroll-to-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3DABEB;
  border-radius: 16px;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  z-index: 5;
  opacity: 0;
  visibility: hidden;
}
.footer-scroll-to-top:hover,
.footer-scroll-to-top:focus {
  opacity: 1;
}
.footer-scroll-to-top-active {
  opacity: .4;
  visibility: visible;
}
.footer-scroll-to-top svg {
  height: 1.25rem;
  fill: #FFFFFF !important;
}


/* Slick Slider */
.slick-track {
  display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.slick-slide {
  height: inherit;
}

/* Next & Previous Buttons */
.slick-next,
.slick-prev {
	width: 2.25rem;
  height: 2.25rem;
  z-index: 2;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.slick-slider .slick-arrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.5rem;
	background: #45818E;
	color: #FFFFFF;
	width: 2.25rem;
	height: 2.25rem;
  border-radius: 16px;
	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;
	opacity: 1;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.slick-slider .slick-arrow:hover:before {
	background: #3DABEB;
	color: #FFFFFF;
}
.slick-slider .slick-arrow.slick-prev {
	left: -2rem;
}
.slick-slider .slick-arrow.slick-next {
	right: -2rem;
}
.slick-slider .slick-arrow.slick-prev:before {
	content: '\f104';
}
.slick-slider .slick-arrow.slick-next:before {
	content: '\f105';
}


.popup-enabled,
.popup-enabled label {
  cursor: pointer;
}

/* Popup */
.mfp-container {
  padding-left: 20px;
  padding-right: 20px;
}
img.mfp-img {
  padding: 2rem 0;
  cursor: auto;
}
.popup {
	position: relative;
	max-width: 720px;
  margin: 2rem auto;
  outline: none;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-close {
  cursor: pointer;
  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;
  opacity: 1;
  background-color: rgba(255, 255, 255, .5);
  padding: .5rem;
  width: 2.25rem !important;
  height: 2.25rem;
  right: 0 !important;
}
.mfp-close:active {
  top: 0;
}
.mfp-close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #000000;
}
.mfp-close > * {
  pointer-events: none
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  top: 2rem;
}
.popup-image img {
	display: block;
	width: 100%;
}
.popup-body {
	padding: 1.5rem;
}
.popup-body > *:not(:first-child) {
  margin-top: 1.25rem;
}
.popup-body .subheading + .popup-heading {
  margin-top: 0;
}
.popup-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: -.5rem;
}
.popup-buttons > span {
  padding: .5rem;
}
.popup form {
  background: transparent;
  padding: 0;
}
.popup-open .body-wrapper {
  filter: blur(1px);
}

@media (min-width: 480px) {
  .popup-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* Zoom Animation */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  /* ideally, transition speed should match zoom duration */
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-with-zoom.mfp-ready .popup {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.mfp-with-zoom.mfp-removing .popup {
  -webkit-transform: scale(.75);
  -ms-transform: scale(.75);
  transform: scale(.75);
}

/* Next & Previous Buttons */
.mfp-arrow {
	width: 2rem;
  height: 2rem;
  z-index: 1046;
  opacity: 1;
  margin-top: 0;
  cursor: pointer;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-arrow:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.25rem;
	background: #3DABEB;
	color: #FFFFFF;
	width: 2rem;
	height: 2rem;
  border-radius: 16px;
	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;
	opacity: 1;
  border: none;
  margin: 0;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.mfp-arrow:hover:before {
	background: #45818E;
	color: #FFFFFF;
}
.mfp-arrow:active {
  margin-top: 0;
}
.mfp-arrow-left {
	left: 1.75rem;
}
.mfp-arrow-right {
	right: 1.75rem;
}
.mfp-arrow-left:before {
	content: '\f053';
}
.mfp-arrow-right:before {
	content: '\f054';
}
.mfp-arrow:after {
  content: none;
}


.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -.75rem;
}
.cards-single {
  max-width: 100%;
  width: 100%;
  padding: .75rem;
}
.cards-single-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0px
}

/* Image */
.card-image-wrapper {
  overflow: hidden;
  padding-bottom: 56.25%;
}
.cards-single-inner > a > .card-image-wrapper {
  padding-bottom: 0;
}
.card-image-bg {
  background-image: url(//146217231.fs1.hubspotusercontent-eu1.net/hubfs/146217231/raw_assets/public/@marketplace/New_Perspective_Marketing/B2B_Engine/images/grayscale-mountain.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
}
.card-image {
  overflow: hidden;
}
.card-image img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

/* Icon */
.card-icon {
  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;
  height: 10rem;
  max-height: 10rem;
}
.card-icon svg {
  height: inherit;
  max-width: 100%;
  max-height: inherit;
  padding: 1.5rem 1.5rem 0;
}

/* Overlay */
.card-content {
  position: absolute;
  bottom: -100%;    
  opacity: 0;
  z-index: 4;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.cards-single:hover .card-content,
.cards-single:focus .card-content {
  bottom: 0;
  opacity: 1;
}
.card-overlay {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: .5;
}
.card-overlay-content {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
.card-body {
  padding: 1.5rem;
  width: 100%;
}
.card-heading {
  margin-bottom: 0;
}
.card-heading + .card-text,
.card-heading + .social-links,
.card-text + .social-links {
  margin-top: .75rem;
}
.card-button {
  margin-top: auto;
  padding: 0 1.5rem 1.5rem;;
  width: 100%
}

/* Post */
.card-post-meta-wrapper {
  font-size: .875rem;
}
.card-post-meta {
  display: block;
  line-height: 1;
  margin-top: .5rem;
}
.card-post-meta svg {
  margin-right: .5rem;
}

/* Hover Animations */
.card-hover--card-zoom,
.card-hover--image-zoom .card-image-bg,
.card-hover--image-zoom .card-image img,
.card-hover--image-zoom .blog-card-image {
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
.card-hover--card-zoom:hover,
.card-hover--image-zoom:hover .card-image-bg,
.card-hover--image-zoom:hover .card-image img,
.card-hover--image-zoom:hover .blog-card-image {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

/* Transparent Card */
.cards-single-inner.bg-transparent .card-image {
  border-radius: 0px
}
.cards-single-inner.bg-transparent .card-image-bg {
  border-radius: 0px
}
.cards-single-inner.bg-transparent .card-body {
  padding: 1rem 0;
}
.cards-single-inner.bg-transparent .card-button {
  margin-top: auto;
  padding: 0 0 1rem;
  width: 100%;
}

@media (max-width: 991px) {
  .cards-single {
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
  }
  .cards-single:only-child {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}

@media (max-width: 767px) {
  .cards-single {
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}


/* Tags */
.tags-list {
  margin: -.125rem -.125rem .75rem -.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tag {
  line-height: 1;
  padding: .325rem;
  margin: .125rem;
  display: inline-block;
  background-color: #FFFFFF;
  color: #3DABEB;
  border-radius: 8.0px;
}
.tag-link:hover,
.tag-link:focus {
  background-color: #0b79b9;
  color: #FFFFFF;
}


/*************** Blog Index ***************/
/* Blog header */
.blog-header {
  background-color: #45818E;
  color: #FFFFFF;
  text-align: left;
  padding: 60.0px 20px;
}
.blog-header__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.blog-header__title {
  color: #FFFFFF;
  width: 100%;
  margin: 0;
}

@media (min-width: 768px) {
  .blog-header {
    padding: 90.0px 20px;
    text-align: center;
  }
}

/* Blog header - author listing */
.blog-header__author-avatar {
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
  display: block;
  height: auto;
  margin: 0 auto 1.4rem;
  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,
.blog-header__author-social-links a:focus {
  background-color: #494A52;
}
.blog-header__author-social-links svg {
  fill: #FFFFFF;
  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-wrapper {
  padding: 60.0px 20px;
}
.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* Blog Cards*/
.blog-card {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  margin-bottom: 1.5rem;
  color: #000000;
}
.blog-card-inner {
  height: 100%;
  background-color: #FFFFFF;
  
  
     
  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;

  border-radius: 5px;
}
.blog-card-image-wrapper {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.blog-card-image {
  display: block;
  background-image: url(//146217231.fs1.hubspotusercontent-eu1.net/hubfs/146217231/raw_assets/public/@marketplace/New_Perspective_Marketing/B2B_Engine/images/grayscale-mountain.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
  border-radius: 5px 5px 0 0;
}
.card-hover--card-zoom > a > .blog-card-image-wrapper,
.card-hover--image-zoom > a > .blog-card-image-wrapper {
  padding-bottom: 0;
}
.blog-card-content {
  padding: 1.25rem;
}
.blog-card-title {
  margin: 0 0 .625rem;
  font-size: 1.25rem;
}
.blog-card--large .blog-card-title {
  font-size: 1.75rem;
}
.blog-card-content p {
  color: #000000;
  margin-bottom: 0;
}
.blog-card-meta-wrapper {
  font-size: .875rem;
  color: #000000;
}
.blog-card-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-top: .5rem;
}
.blog-card-meta svg {
  fill: #000000;
  margin-right: .5rem;
}

@media (max-width: 767px) {
  .blog-card  {
    transition-delay: 150ms !important;
  }
}

@media (min-width: 768px) {
  .blog-index-wrapper {
    padding: 90.0px 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    margin-right: 3.5%;
  }
  .blog-card:nth-child(even) {
    margin-right: 0;
  }
  .blog-card:nth-of-type(even),
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card:nth-of-type(odd) {
    transition-delay: 150ms !important;
  }
  .blog-card:nth-of-type(odd):not(.blog-card--large),
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card:nth-of-type(even) {
    transition-delay: 300ms !important;
  }
}

@media (min-width: 992px) {
  .blog-card {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-right: 3.5%;
  }
  .blog-card--large {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.5%;
    flex: 0 0 65.5%;
    margin-right: 3.5%;
  }
  .blog-card--large .blog-card-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-card--large .blog-card-meta:not(:last-child) {
    border-right: 1px solid #000000;
    padding-right: .5rem;
    margin-right: .5rem;
  }
  .blog-card--small:nth-child(3n+2) {
    margin-right: 0;
  }
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card--small:nth-child(3n) {
    margin-right: 0;
  }
  .body-container-wrapper[class*="blog-page"]:not(.blog-page_1) .blog-card--small:nth-child(3n+2) {
    margin-right: 3.5%;
  }
}

/* Blog sidebar-card */
.blog-index__sidebar-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31%;
  flex: 0 0 31%;
  margin-bottom: 1.5rem;
  background-color: #FFFFFF;
  border-radius: 5px;
}
.blog-index__sidebar {
  padding: 1.25rem;
}
.blog-index__sidebar h4 {
  font-size: 1.5rem;
  color: #45818E;
}
.blog-index__sidebar form {
  padding: 0;
  background: transparent;
  border: none;
}
.blog-index__sidebar input {
  width: 100%;
}
.blog-index__sidebar input[type=text],
.blog-index__sidebar input[type=email] {
    width: 100%;
    background-color: #F2F2F2;
}
.blog-index__sidebar-tags-list,
.blog-index__sidebar-subscribe {
  margin-top: 2rem;
}
.blog-index__sidebar-tags-list .tag {
  border: 1px solid #3DABEB;
}
.blog-index__sidebar-tags-list .tag:not(:hover) {
  background-color: transparent;
}
.blog-index__sidebar-subscribe .form-title {
  display: none;
}
.blog-index__sidebar-subscribe .hs-email > label {
  display: none;
}
.blog-index__sidebar-subscribe .hs_error_rollup {
  display: none;
}
.blog-index__sidebar-tags-list ul {
  padding-left: 0;
  list-style: none;
}

@media (max-width: 767px) {
  .blog-index__sidebar-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    order: 2;
    transition-delay: 150ms !important;
  }
  .blog-index__sidebar-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-index__sidebar-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.25%;
    flex: 0 0 48.25%;
    margin-right: 0;
  }
}

/* Blog pagination */
.blog-pagination {
  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;
  margin: 1.25rem auto 0;
}
.blog-pagination__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 2px solid transparent;
  border-radius: 16px;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
  color: #000000;
}
.blog-pagination__link--active {
  border: 2px solid #000000;
  background-color: #3DABEB;
  color: #FFFFFF;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
  color: #000000;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-pagination__prev-link {
  margin-right: 0.25rem;
}
.blog-pagination__next-link {
  margin-left: 0.25rem;
}
.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled {
  color: rgba(40, 40, 40, .5);
  cursor: default;
  pointer-events: none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #000000;
  margin: 0 0.3rem;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: rgba(40, 40, 40, .5);
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #000000;
}


/*************** Blog Post ***************/
/* Post Header */
.blog-post__header {
  padding: 60.0px 20px;
  background-color: #F2F2F2;
}
.blog-post__header h1 {
  font-size: 2.25rem;
  margin-bottom: .75rem;
}
.blog-post__header-data {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 41.5%;
  flex: 1 1 41.5%;
  margin-right: 3.5%;
}
.blog-post__header .tag {
  border: 1px solid #3DABEB;
}
.blog-post__header .tag:not(:hover) {
  background-color: transparent;
}

@media (min-width: 768px) {
  .blog-post__header {
    padding: 90.0px 20px;
  }
  .blog-post__header h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  .blog-post__header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.blog-post__back {
  display: inline-block;
  margin-bottom: 1rem;
  color: #000000;
}
.blog-post__meta {
  font-size: .875rem;
  color: #000000;
  display: block;
}
.blog-post__meta--author {
  display: inline-block;
}
.blog-post__image {
  display: block;
  background-image: url(//146217231.fs1.hubspotusercontent-eu1.net/hubfs/146217231/raw_assets/public/@marketplace/New_Perspective_Marketing/B2B_Engine/images/grayscale-mountain.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 56.25%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * 100% */
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-top: .75rem;
}

@media (min-width: 992px) {
  .blog-post__image {
    padding-bottom: 30.9375%; /* This number gives the image it's proper size. It is derived as  image_height / image_width * flex_width */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    margin-top: 0;
  }
}

/* Post Body */
.blog-post__body {
  padding: 60.0px 20px;
}
.blog-post__body .container {
  position: relative;
}
.blog-post__body-inner {
  max-width: 930.0px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .blog-post__body {
    padding: 90.0px 20px;
    position: relative;
  }
}

/* Share Links*/
.blog-post__share {
  width: 25px;
  margin-top: 1.5rem;
}
.blog-post__share-inner {
  position: sticky;
  top: 240px;
}
.blog-post__share-inner .hs_cos_wrapper_type_social_sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-post__share-inner a {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 24px;
  flex: 0 0 24px;
  height: 24px;
  margin: 0 10px 0 0;
}

@media (min-width: 992px) {
  .blog-post__share {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
  .blog-post__share-inner .hs_cos_wrapper_type_social_sharing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-post__share-inner a {
    margin: 0 0 10px;
  }
}

/* Blog related posts */
.blog-related-posts {
  background-color: #F2F2F2;
  padding: 60.0px 20px;
}
.blog-related-posts h2 {
  text-align: center;
  margin-bottom: 1.5rem;
}
.blog-related-posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-related-posts {
    padding: 90.0px 20px;
  }
  .blog-related-posts .blog-card {
    margin-bottom: 1.5rem;
  }
  .blog-related-posts .blog-card:nth-of-type(odd) {
    transition-delay: 150ms !important;
  }
  .blog-related-posts .blog-card:nth-of-type(even) {
    transition-delay: 300ms !important;
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .blog-related-posts {
    padding: 120px 20px;
  }
  .blog-related-posts .blog-card {
    margin-bottom: 0;
  }
  .blog-related-posts .blog-card:nth-child(3n) {
    margin-right: 0;
  }
}

/* Reading progress bar */
.progress-wrapper {
  width: 100%;
  height: 5px;
  background-color: #F2F2F2;
  position: sticky;
  top: 0;
  z-index: 1;
}
.progress-bar {
  width: 0;
  max-width: 100%;
  height: 5px;
  background-color: #3DABEB;
}

/* Blog comments */
.blog-comments {
  margin: 0 auto 120px;
  padding: 0 20px;
  max-width: 970.0px;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}
#comments-listing .comment-reply-to {
  color: #004AAD;
}
#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  opacity: .6;
}
/* Container */
.container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

/* Full Height */
.full-height {
  min-height: 100vh;
  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;
}

/* Full Width */
.full-width {
  width: 100%;
  max-width: 100%;
}

/* Text Alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

/* Flex Alignment - Horizontal */
.justify-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* Flex Basis - Width in 12 col grid */
.flex-basis-1 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.flex-basis-2 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.flex-basis-3 {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}
.flex-basis-4 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
}
.flex-basis-5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.flex-basis-6 {
  -ms-flex-preferred-size: 16.66%;
  flex-basis: 16.66%;
}
.flex-basis-7 {
  -ms-flex-preferred-size: 14.28%;
  flex-basis: 14.28%;
}
.flex-basis-8 {
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
}
.flex-basis-9 {
  -ms-flex-preferred-size: 11.11%;
  flex-basis: 11.11%;
}
.flex-basis-10 {
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}
.flex-basis-11 {
  -ms-flex-preferred-size: 9.09%;
  flex-basis: 9.09%;
}
.flex-basis-12 {
  -ms-flex-preferred-size: 8.33%;
  flex-basis: 8.33%;
}

/* Text Color */
.color-body,
.color-body svg {
  color: #000000;
  fill: #000000;
}
.color-primary,
.color-primary svg {
  color: #3DABEB;
  fill: #3DABEB;
}
.color-secondary,
.color-secondary svg {
  color: #0CC0DF;
  fill: #0CC0DF;
}
.color-dark,
.color-dark svg {
  color: #45818E;
  fill: #45818E;
}
.color-light,
.color-light svg {
  color: #FFFFFF;
  fill: #FFFFFF;
}
.color-dark-gray,
.color-dark-gray svg {
  color: #585858;
  fill: #585858;
}
.color-light-gray,
.color-light-gray svg {
  color: #F2F2F2;
  fill: #F2F2F2;
}

/* Background Fixed */
.bg-fixed {
  background-attachment: fixed;
}

/* Background Color */
.bg-transparent {
  background-color: transparent;
}
.bg-primary {
  background-color: #3DABEB;
}
.bg-secondary {
  background-color: #0CC0DF;
}
.bg-dark {
  background-color: #45818E
}
.bg-light {
  background-color: #FFFFFF
}
.bg-dark-gray {
  background-color: #585858;
}
.bg-light-gray {
  background-color: #F2F2F2;
}

/* Pseudo Element Background Color */
.pe-transparent:before,
.pe-transparent:after {
  background-color: transparent;
  color: transparent;
}
.pe-primary:before,
.pe-primary:after {
  background-color: #3DABEB;
  color: #3DABEB;
}
.pe-secondary:before,
.pe-secondary:after {
  background-color: #0CC0DF;
  color: #0CC0DF;
}
.pe-dark:before,
.pe-dark:after {
  background-color: #45818E;
  color: #45818E;
}
.pe-light:before,
.pe-light:after {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.pe-dark-gray:before,
.pe-dark-gray:after {
  background-color: #585858;
  color: #585858;
}
.pe-light-gray:before,
.pe-light-gray:after{
  background-color: #F2F2F2;
  color: #F2F2F2;
}

/* Margins */
.margin-top-1 {
  margin-top: 1rem;
}
.margin-top-2 {
  margin-top: 2rem;
}
.margin-top-3 {
  margin-top: 3rem;
}
.margin-top-4 {
  margin-top: 4rem;
}
.margin-top-5 {
  margin-top: 5rem;
}
.margin-top-6 {
  margin-top: 6rem;
}
.margin-top-8 {
  margin-top: 8rem;
}
.margin-top-10 {
  margin-top: 10rem;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}
.margin-bottom-2 {
  margin-bottom: 2rem;
}
.margin-bottom-3 {
  margin-bottom: 3rem;
}
.margin-bottom-4 {
  margin-bottom: 4rem;
}
.margin-bottom-5 {
  margin-bottom: 5rem;
}
.margin-bottom-6 {
  margin-bottom: 6rem;
}
.margin-bottom-8 {
  margin-bottom: 8rem;
}
.margin-bottom-10 {
  margin-bottom: 10rem;
}

/* Responsiveness - MD */
@media (max-width: 991px) {
  /* Flex Basis - Width in 12 col grid */
  .md-flex-basis-1 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .md-flex-basis-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .md-flex-basis-3 {
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
  }
  .md-flex-basis-4 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .md-flex-basis-5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
  }
  .md-flex-basis-6 {
    -ms-flex-preferred-size: 16.66%;
    flex-basis: 16.66%;
  }
  .md-flex-basis-7 {
    -ms-flex-preferred-size: 14.28%;
    flex-basis: 14.28%;
  }
  .md-flex-basis-8 {
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
  }
  .md-flex-basis-9 {
    -ms-flex-preferred-size: 11.11%;
    flex-basis: 11.11%;
  }
  .md-flex-basis-10 {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
  .md-flex-basis-11 {
    -ms-flex-preferred-size: 9.09%;
    flex-basis: 9.09%;
  }
  .md-flex-basis-12 {
    -ms-flex-preferred-size: 8.33%;
    flex-basis: 8.33%;
  }
}

/* Responsiveness - SM */
@media (max-width: 767px) {
  /* Text Alignment */
  .sm-text-left {
    text-align: left;
  }
  .sm-text-center {
    text-align: center;
  }
  .sm-text-right {
    text-align: right;
  }
}
/* Animations off */
.hs-inline-edit [data-aos] {
  opacity: 1 !important;
  transform: none !important;
}

/* Website Header overlap fix*/
.hs-inline-edit header {
  position: unset !important;
  margin-top: 0 !important;
}
.hs-inline-edit .body-wrapper.header-type-default:before,
.hs-inline-edit .body-wrapper.header-type-transparent .hero-banner:before {
  content: none;
}