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

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

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

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

/* Sections
   ========================================================================== */

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
.container {

    width:1500px;
    padding-left:25px;
    padding-right:25px;
    margin-left:auto;
    margin-right:auto;
    max-width:100%;

}


/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}



/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
}

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

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

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

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

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

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #6A7081;
  font-family: Lato, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-weight: 200;
  margin: 0 0 0.44em;
  line-height:1.2em;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

img {
  max-width:100%;
  height:auto;
}
button,
.button,
.navigation-primary .button,
form input[type=submit],
form .hs-button{  
  border-radius: 50px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size:13px;
  font-weight: 300;
  height: auto;
  line-height: 1.375;
  margin: 0;
  padding: 10px 20px 8px;
  position: relative;
  text-transform:uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
  letter-spacing:1px;
  background-color:#1B7D7E;
  border:none;
}


.button:hover,
.button:focus,
.navigation-primary .button:hover,
.navigation-primary .button:focus,
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus{
  background-color:#0F5A5A;
}

button:disabled,
.button:disabled,
.navigation-primary .button:disabled{
  background:none;
  border:1px solid #DCE4ED;
  color: #DCE4ED;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.navigation-primary .button:hover,
.navigation-primary .button:focus{
  background-color: #0F5A5A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active,
.navigation-primary .button:active,
form input[type=submit]:active,
form .hs-button:active{
  background-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

.button-large,
.navigation-primary .button-large,
form input[type=submit],
form .hs-button{
  font-size:14px;
  padding:12px 48px 10px;
}
.navigation-primary .button-large {
  padding:12px 30px 10px;
}

.button-small,
.navigation-primary .button-small{
  padding:7px 14px 5px;
  font-size:11px;
}

.button-secondary,
.navigation-primary .secondary{
  background:none;
  border:1px solid #1B7D7E;
  color:#1B7D7E;
} 

.button-secondary:hover,
.button-secondary:focus,
.navigation-primary .button-secondary:hover,
.navigation-primary .button-secondary:focus{
  border:1px solid #0F5A5A;
  color:#0F5A5A;
  background-color:transparent;
}

.button-white,
.navigation-primary .button-white{
  color:#1B7D7E;
  background-color:#fff;
}
.button-white:hover,
.button-white:focus,
.navigation-primary .button-white:hover,
.navigation-primary .button-white:focus{
  color:#0F5A5A;
  background-color:#fff;
}

.button-play,
.navigation-primary .button-play{
  background-color:transparent;
  color:#1B7D7E;
  padding:0 14px 0 0;
}
.button-play:before,
.navigation-primary .button-play:before{
  content:"";
  display:inline-block; 
  line-height:1;
  width:45px;
  height:45px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  background-image:url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2245%22%20height%3D%2245%22%20viewBox%3D%220%200%2045%2045%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Ccircle%20cx%3D%2222.5%22%20cy%3D%2222.5%22%20r%3D%2222.5%22%20fill%3D%22%231B7D7E%22%2F%3E%0A%3Cpath%20d%3D%22M30.2629%2020.7081L19.2626%2014.2052C18.3688%2013.6771%2017%2014.1896%2017%2015.4958V28.4984C17%2029.6702%2018.2719%2030.3765%2019.2626%2029.789L30.2629%2023.2892C31.2441%2022.7111%2031.2473%2021.2862%2030.2629%2020.7081Z%22%20fill%3D%22white%22%2F%3E%0A%3C%2Fsvg%3E%0A);
  margin-right:14px;
  vertical-align:middle;
}

.button-link,
.navigation-primary .button-link{
  background:none;
  padding:0;
  color:#1b7d7e;
  border:none;
}
.button-link:hover,
.button-link:focus,
.navigation-primary .button-link:hover,
.navigation-primary .button-link:focus{
  color:#0f5a5a;
  background:none;
}

.button-more {
  background:none;
  border:none;
  color:#1b7d7e;
  padding:0;
  font-size:16px;
  text-transform:none;
}
.button-more:before {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%231B7D7E'/%3E%3Cpath d='M6.85344 5L6.14844 5.705L8.43844 8L6.14844 10.295L6.85344 11L9.85344 8L6.85344 5Z' fill='white'/%3E%3C/svg%3E%0A");
  content:"";
  display:inline-block;
  width:16px;
  height:16px;
  margin-right:9px;
  line-height:16px;
  vertical-align:middle;
  margin-bottom:4px;
}
.button-more:hover,
.button-more:focus{
  color:#0f5a5a;
  background:none;
}
.button-more:hover:before,
.button-more:focus:before{
  background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='8' fill='%230f5a5a'/%3E%3Cpath d='M6.85344 5L6.14844 5.705L8.43844 8L6.14844 10.295L6.85344 11L9.85344 8L6.85344 5Z' fill='white'/%3E%3C/svg%3E%0A");
}

.button-center,
.navigation-primary .button-center{
  text-align:center;
}

.button-right,
.navigation-primary .button-right{
  text-align:right;
}

.button-block .button,
.navigation-primary .button-block .button{
  display:block;
}

.main-nav-cta-2:hover,
.main-nav-cta-2:focus,
.cta_button.secondary:hover,
.cta_button.secondary:focus{
  color:#0F5A5A !important;
  border-color:#0F5A5A !important; 
}

a[class^="gt_redirectpopup_"]:first-child{
  border: 1px solid #1B7D7E !important;
  background-color: #fff !important;
  border-radius: 30px !important;
  color: #1B7D7E !important;
}
a[class^="gt_redirectpopup_"]:first-child:hover,
a[class^="gt_redirectpopup_"]:first-child:focus {
  background-color: #1B7D7E !important;
  color:#fff !important;
}
/* Form */

form {
  font-family: Lato, sans-serif;
}

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

/* Labels */

form label {
  display:block;
  font-size:14px;
  line-height:1.4;
  font-weight:300;
  margin-bottom:4px;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #F7F8FE;
  border: 1px solid #B0BAC6;
  border-radius: 3px;
  color: #37414B;
  display: block;
  font-size: 14px;
  line-height:1.4;
  padding:9px 10px 6px;
  width:100% !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  color:6A7081, 100%;
}

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

::-webkit-input-placeholder {
  color: #B0BAC6;
}

::-moz-placeholder {
  color: #B0BAC6;
}

:-ms-input-placeholder {
  color: #B0BAC6;
}

:-moz-placeholder {
  color: #B0BAC6;
}

::placeholder {
  color: #B0BAC6;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

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

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

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

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
  display:none;
}

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

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


/* Captcha */

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

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

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

/* Table Cells */

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

/* Table Header */

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

table.seamless {
  border:none;
  padding:0;
  margin:0;
}

table.seamless th,
table.seamless td {
  border:none;
  padding:0;
}
@media screen and (max-width: 767px) {
table {
    width: 100% !important;
}
}
/* Header container */

.header {
  background-color: #F8FAFC;
  padding:0 25px;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding:40px 0;
  -webkit-align-items:center;
  align-items:center;
} 

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

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

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}
.header__logo a {
  display:block;
}

.header__logo img {
  max-width: 100%;
  width:auto !important;
  height:40px;
  display:block;
}

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


/* Search bar */

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

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
/*   position: absolute; */
  width: 100%;
  z-index: 10;
  position: relative;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;

  font-family: canada-type-gibson,sans-serif;
  font-style: normal;
  size: 20px;
  color: #6A7081;
}

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

/* Language switcher */

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

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

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

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

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

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

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

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

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

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

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

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

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

/* Navigation */

#nav-toggle {
  display: none;
}

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

/* Header simple menu */

.header-simple .header__container{
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
}

.header_simple_menu .hs-menu-wrapper ul {
  display:-webkit-flex;
  display:-ms-flex;
  display:flex;
  -webkit-align-items:center;
  align-items:center;
  margin:-12px;
}
.header_simple_menu .hs-menu-wrapper a{
  padding:12px;
  color:#6A7081;
  display:block;
}

@media(max-width:800px){
  .header-simple .header__container {
    padding:12px 0;
  }
  .header-simple .header__container > div {
    padding:12px 0;
  }
}


/* Mobile styles */

@media (min-width:1261px){
  
  .header__cta_mobile {
    display:none;
  }

}

@media (max-width: 1280px) {

  .header__container form {
    max-width: 100%;
  }

  .header__logo img {
    height:30px;
  }

  .header__cta_mobile {
    display:block;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    position: relative;
  }

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

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


  .header__navigation.open {
    display:block;
  }

  .header__navigation.open .submenu.level-1 {
    display:block;
  }

  .header__nav_tablet--toggle {
    display:block;
    margin-left:25px;
  }

  .header__nav_mobile--toggle {
    display:none;
  }

  .header__column {
    position: relative;
  }

  .header__main{
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 420px;
    background-color: #fff;
    display: none; 
    z-index:9999;
    height: 100vh;
    overflow-y: auto;
    max-width:100%;
  }

  .header__nav--toggle.open ~ .header__main {
    display:block;
  }

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

  .header__row-2 {
    display:block;
  }

  .header--toggle {
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2024%2016%22%20version%3D%221.1%22%3E%20%20%20%20%20%20%20%20%3Ctitle%3Ehamburger%3C%2Ftitle%3E%20%20%20%20%3Cdesc%3ECreated%20with%20Sketch.%3C%2Fdesc%3E%20%20%20%20%3Cg%20id%3D%22hamburger%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%20%20%20%20%20%20%20%20%3Cg%20id%3D%22Group%22%20stroke%3D%22none%22%20stroke-width%3D%222%22%20fill%3D%22%231B7D7E%22%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22l1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2224%22%20height%3D%222%22%20rx%3D%220.5%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22l2%22%20x%3D%220%22%20y%3D%227%22%20width%3D%2224%22%20height%3D%222%22%20rx%3D%220.5%22%2F%3E%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20id%3D%22l3%22%20x%3D%220%22%20y%3D%2214%22%20width%3D%2224%22%20height%3D%222%22%20rx%3D%220.5%22%2F%3E%20%20%20%20%20%20%20%20%3C%2Fg%3E%20%20%20%20%3C%2Fg%3E%3C%2Fsvg%3E);
    background-position: top left;
    background-repeat: no-repeat;
    background-size:contain;
    cursor: pointer;
    height: 16px;
    width: 24px;
    margin-right:14px;
  }

  .header--toggle.open:after {
    content:"";
    display:block;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100vh;
    background-color:#37414B;
    opacity:0.5;
  }

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


  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

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

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

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

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

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

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

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


  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;utf8,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Crect%20x%3D%222.2218%22%20y%3D%220.807617%22%20width%3D%2224%22%20height%3D%222%22%20rx%3D%221%22%20transform%3D%22rotate%2845%202.2218%200.807617%29%22%20fill%3D%22%231B7D7E%22%2F%3E%0A%3Crect%20x%3D%220.807617%22%20y%3D%2217.7783%22%20width%3D%2224%22%20height%3D%222%22%20rx%3D%221%22%20transform%3D%22rotate%28-45%200.807617%2017.7783%29%22%20fill%3D%22%231B7D7E%22%2F%3E%0A%3C%2Fsvg%3E%0A);
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
    height: 20px;
    margin: 20px 0 0 20px;
    width: 20px;
  }

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


@media (max-width:800px){

  .header__container {
    padding:25px 0;
  }
  
  .header__main{
    right:auto;
    left:0;
  }

  .header__logo img {
    height:22px;
  }

  .header__nav_tablet--toggle {
    display:none;
  }

  .header__nav_mobile--toggle {
    display:block;
  }
  
  .header__cta_mobile .button{
    padding:12px 15px 10px;
  }
  .header__cta_mobile .cta_button{
    padding:14px 15px 11px !important;
  }
  .header__cta_mobile a.cta_button.main-nav-cta-1 {
    margin-bottom: 15px;
  }
}

@media(max-width:550px){
  .header__nav_mobile--toggle {
    height:13px;
    width:20px;
  }
}

@media(max-width:480px){
  .header__cta_mobile .button{
    font-size: 12px;
  }
  .header__cta_mobile a.cta_button {
    font-size: 12px !important;
  }
}

@media(max-width:610px){
  .header__container {
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .header__cta_mobile {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-top:12px;
  }
  .header__cta_mobile > *:not(:last-child) {
    margin-bottom:12px;
  }
  .header__cta_mobile .button,
  .header__cta_mobile a.cta_button,
  .header__cta_mobile .hs-cta-wrapper{
    display:block !important;
    box-sizing:border-box !important;
    width:100% !important;
  }
}


.footer {
  color: #B0BAC6;
  background-color:#37414B;
  padding:40px 25px;
  font-size:16px;
}

.footer h4 {
  color:#fff;
  font-size:20px;
  line-height:1.4;
  font-weight:inherit;
}

.footer__container.content-wrapper {
  width: 1450px;
  max-width:100%;
  margin:0 auto;
}

@media(max-width:1200px){

  .footer .footer__container {
    width:850px;
    margin:0 auto;
    max-width:100%;
  }

}

@media(max-width:650px){
  .footer{
    padding-top:20px;
    padding-bottom:20px;
  }
}

/* FOOTER MAIN */

.footer_main {
  padding:40px 0;
}

.footer_main .footer-columns {
  display:-webkit-flex;
  display:-ms-flex;
  display:flex;
  -webkit-align-items:flex-start;
  align-items:flex-start;
  margin:-15px;
}

.footer_main .footer-logo {
  margin-bottom:40px;
}

.footer_main .footer-logo img{
  height:44px;
  width:auto;
  display:block;
}

.footer-col {
  padding:15px;
  -webkit-flex:1 1 auto;
  flex:1 1 auto;
}

.footer_main .hs_cos_wrapper_type_menu .hs-menu-item {
  margin-bottom:0.5em;
}
.footer_main .hs_cos_wrapper_type_menu .hs-menu-children-wrapper{
  padding:0.5em 0 0 25px;
}

.footer_main .coviu2021-ls-container{
  margin-top:30px;
}

@media(max-width:1200px){

  .footer_main .footer-columns {
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
  }

  .footer_main .footer-col {
    -webkit-flex: 0 1 33.33333%;
    -ms-flex: 0 1 33.33333%;
    flex: 0 1 33.33333%;
    width:33.3333%;
    padding:30px;
  }

  .footer-col.footer-col-1{
    -webkit-flex:1 1 100%;
    -ms-flex:1 1 100%;
    flex:1 1 100%;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:-15px;
  }
  
  .footer-col.footer-col-1 > * {
    margin:15px;
  }
  
  .footer_main .coviu2021-ls-container {
    margin-top:0;
  }

}

  @media(max-width:650px){

    .footer_main{
      padding:20px;
    }

    .footer_main .footer-col {
      -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
      width:50%;
      padding:15px;
    }

    .footer-col.footer-col-1{
      -webkit-flex:1 1 100%;
      -ms-flex:1 1 100%;
      flex:1 1 100%;
      
    }
    .footer_main .footer-logo{
      margin-bottom:25px;
    }
    .footer_main .footer-logo img{
      height:30px;
    }

  }

  @media (min-width:480px) and (max-width:1200px){
   
    .footer-col.footer-col-1{
      display:-webkit-flex;
      display:flex;
      -webkit-align-items:center;
      align-items:center;
    }

  }

  @media(max-width:420px){
    .footer_main .footer-col {
      -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%;
      width:100%;
      padding:15px 0;
    }
  }

}

/* FOOTER MAIN END*/

/* FOOTER BOTTOM */

  .footer_bottom{
   font-size:16px;
   line-height:1.375em; 
   color:#B0BAC6;
  }

  .footer_bottom .footer__container {
    padding:40px 0;
    border-top:1px solid #B0BAC6;
  }

  .footer-bottom-columns {
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .footer-bottom-col {
    -ewbkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  @media(max-width:1200px){

    .footer-bottom-columns{
      display:block;
    }
    .footer-bottom-col-1 {
      margin-bottom:1.5em;
    }

  }

  @media(max-width:650px){ 
    .footer_bottom .footer__container{
      padding:20px 0;
    }
  }

/* FOOTER BOTTOM END */

/* FOOTER SLIM */

  .footer.footer-slim .footer__container {
    border:none;
  }

  .footer.footer-slim .footer-bottom-col-1 {
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    align-items:center;
  }
  
  .footer.footer-slim .footer-logo img{
    height:22px;
    margin-right:20px;
  }

/* END FOOTER SLIM */




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

/*@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -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;
}

@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-item-has-children {
  position: relative;
}

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

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

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

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

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





 

/* Blog Container */

.content-wrapper--narrow{
  width:720px;
  max-width:100% !important;
}

.content-wrapper--blog-index,
.content-wrapper--blog-post { 
  padding: 80px 20px;
}

/* Blog Navigation */

.blog-navigation {
  background-color: #34b5e5;
  padding: 1rem 0;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  max-width: 360px;
  padding: 0;
}

@media (max-width: 767px) {
  .blog-navigation__search form {
    margin: 0 auto;
  }
}

/* Blog Listing Layout */

.blog-index {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.4rem;
}

.blog-card {
  background-color: #fff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  margin-bottom: 1.4rem;
  width: calc(50% - 1.4rem);
}

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

.blog-card__header {
  padding: 2.8rem 1.4rem;
}

.blog-card__title {
  font-size: 30px;
}

.blog-card__title a,
.blog-card__author-name {
  color: #1e2b33;
}

.blog-card__author-name,
.blog-card__date {
  display: block;
}

.blog-card__title a:hover,
.blog-card__author-name:hover,
.blog-card__title a:focus,
.blog-card__author-name:focus,
.blog-card__title a:active,
.blog-card__author-name:active {
  color: #1e2b33;
  text-decoration: none;
}

.blog-card__author-image {
  border-radius: 100%;
  display: inline-block;
  flex: 1 0 auto;
  height: 45px;
  line-height: 1;
  margin-right: 1.4rem;
  overflow: hidden;
  position: relative;
  width: 45px;
}

.blog-card__author-image img {
  height: 100%;
  width: auto;
}

.blog-card__author-image,
.blog-card__meta {
  display: inline-block;
  vertical-align: middle;
}

.blog-card__image {
  display: block;
  height: auto;
  margin-bottom: 1.4rem;
  width: 100%;
}

.blog-card__content {
  padding: 0 1.4rem;
}

.blog-card__tags {
  margin-bottom: 1.4em;
}

.blog-card__tags svg {
  fill: #34b5e5;
  height: 15px;
  margin-right: 10px;
  transform: rotate(90deg);
  width: 15px;
}

.blog-card__tag-link {
  background-color: #34b5e5;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.35rem;
  text-decoration: none;
}

.blog-card__tag-link:hover,
.blog-card__tag-link:focus {
  color: #fff;
  text-decoration: none;
}

.blog-card__footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.4rem 1.4rem 2.8rem;
}

/* Blog Pagination */

.blog-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.blog-pagination__link {
  border-radius: 4px;
  color: #c168c2;
  display: inline-flex;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  background-color: #34b5e5;
  color: #fff;
}

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

.blog-pagination__link--active:hover,
.blog-pagination__link--active:focus {
  color: #fff;
}

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

.blog-pagination__prev-link {
  margin-right: 0.35rem;
  text-align: right;
}
.blog-pagination__next-link {
  margin-left: 0.35rem;
  text-align: left;
}

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

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

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill: #e77de8;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg,
.blog-pagination__next-link--disabled:hover svg,
.blog-pagination__next-link--disabled:focus svg,
.blog-pagination__next-link--disabled:active svg {
  fill: #d0d0d0;
}

/* Blog Post */

.blog-post__header {
  margin-bottom: 1.4rem;
}

.blog-post__author-name {
  color: #1e2b33;
}

.blog-post__author-name,
.blog-post__date {
  display: block;
}

.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
  color: #1e2b33;
  text-decoration: none;
}

.blog-post__author-image {
  border-radius: 100%;
  display: inline-block;
  flex: 1 0 auto;
  height: 45px;
  line-height: 1;
  margin-right: 1.4rem;
  overflow: hidden;
  position: relative;
  width: 45px;
}

.blog-post__author-image img {
  height: 100%;
  width: auto;
}

.blog-post__author-image,
.blog-post__meta {
  display: inline-block;
  vertical-align: middle;
}

.blog-post__body {
  margin-bottom: 2.8rem;
}

.blog-post__tags {
  margin-top: 1.4rem;
}

.blog-post__tags svg {
  fill: #34b5e5;
  height: 15px;
  margin-right: 10px;
  transform: rotate(90deg);
  width: 15px;
}

.blog-post__tag-link {
  background-color: #34b5e5;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.35rem;
  padding: 0.35rem;
  text-decoration: none;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #fff;
  text-decoration: none;
}

/* Blog Footer */

.blog-post__footer__row-one,
.blog-post__footer__row-two {
  max-width: 560px;
}

.blog-post__footer__row-one {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.blog-post__footer__row-one--centered {
  justify-content: center;
}

@media (max-width: 767px) {
  .blog-post__footer__row-one {
    flex-direction: column;
    justify-content: center;
  }
}

.blog-post__footer__row-two {
  margin: 0 auto;
}

.blog-post__comments-buttons button {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .blog-post__comments-buttons {
    order: 2;
  }

  .blog-post__social-sharing {
    margin-bottom: 1.4rem;
    order: 1;
  }
}

/* Blog Comments */

.hide-button,
.hide-comments {
  display: none;
}

.comment.depth-0 {
  border-top: none !important;
}

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

.blog-post__comments-listing {
  margin-top: 2.8rem;
}

.blog-post__comments-listing .comment {
  margin: 0.7rem 0 1.4rem;
}

.blog-post__comments-listing .comment-from a,
.blog-post__comments-listing .comment-from h4,
.blog-post__comments-listing .comment-date {
  color: #1e2b33;
  font-size: 1rem;
  text-transform: none;
}

.blog-post__comments-listing .comment-from h4 {
  font-weight: 600;
}

.blog-post__comments-listing .comment-from h4:after {
  content: '-';
}

.blog-post__comments-listing .comment-date {
  font-style: italic;
}

.blog-post__comments-listing .comment-reply-to {
  color: #c168c2;
  cursor: pointer;
  padding-left: 30px;
  text-decoration: none;
}

.blog-post__comments-listing .comment-reply-to,
.blog-post__comments-listing .comment-reply-to:hover {
  background-color: transparent;
}

.blog-post__comments-listing .comment-reply-to:hover {
  color: #e77de8;
  text-decoration: underline;
}



/* ************************************************************************* */
/* *****************************   9. Blog   ******************************* */
/* ************************************************************************* */

/* Blog Meta - Author */

.blog-card__author-name,
.blog-post__author-name {
  ;
  color: ;
}

/* Tags */

.blog-card__tag-link,
.blog-post__tag-link {
  background-color: #4BC1C3;
  color: #FFFFFF;
}

.blog-card__tags svg,
.blog-post__tags svg {
  fill: #4BC1C3;
}

/* Blog Listing */

.blog-index-header {
  background-image: url('');
}


/* Blog Filter Banner */
.blog-navigation {
  background-color: #4BC1C3;
}

.blog-tag-filter__title {
  color: #FFFFFF !important;
}


/* Blog Pagination */

.blog-pagination__link {
  color: #1B7D7E;
}

.blog-pagination__link:hover {
  color: #0F5A5A;
}

.blog-pagination__link:hover svg,
.blog-pagination__link:focus svg {
  fill:  #0F5A5A;
}

.blog-pagination__link:active {
  color:  #0F5A5A;
}

.blog-pagination__link:active svg {
  fill:  #0F5A5A;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: ;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg,
.blog-pagination__next-link--disabled:hover svg,
.blog-pagination__next-link--disabled:focus svg,
.blog-pagination__next-link--disabled:active svg {
  fill: ;
}

.blog-pagination__link--active {
  background-color:  #0F5A5A;
  color: #fff;
}

.blog-pagination__link--active:hover {
  color: #fff;
}

/* Blog Post */

.blog-post-header {
  background-image: url('https://4554639.fs1.hubspotusercontent-na1.net/hubfs/4554639/Fact%20Sheets%20Header.jpg');
}
/* Error pages */

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

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

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

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

/* System pages */

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

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

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

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

/* Search pages */

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

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

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

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

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

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

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

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

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

/* Password prompt */

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

/* Backup unsubscribe */

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

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








/* 1a. Containers */




/* 1b. Colors */











/* 1c. Typography */
















/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */




/* 1h. Site footer */








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

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

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





html {
  font-size: 20px;
}

body {
  font-family: canada-type-gibson, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
  color: #6A7081;
}

/* Paragraphs */

p {
  font-family: canada-type-gibson, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

/* Anchors */

a {
  color: #1B7D7E;
}

a:hover,
a:focus {
  color: #0F5A5A;
}

a:active {
  color: #43a5a6;
}

/* Headings */

h1 {
  font-weight: 200; text-decoration: none; font-family: canada-type-gibson, sans-serif; font-style: normal;
  color: #1B7D7E;
  font-size: 60px;
}

h2 {
  font-weight: 200; text-decoration: none; font-family: canada-type-gibson, sans-serif; font-style: normal;
  color: #1B7D7E;
  font-size: 45px;
}

h3 {
  font-weight: 200; text-decoration: none; font-family: canada-type-gibson, sans-serif; font-style: normal;
  color: #1B7D7E;
  font-size: 30px;
}

h4 {
  font-weight: normal; text-decoration: none; font-family: canada-type-gibson, sans-serif; font-style: normal;
  color: #1B7D7E;
  font-size: 24px;
}

h5 {
  font-weight: normal; text-decoration: none; font-family: canada-type-gibson, sans-serif; font-style: normal;
  color: #1B7D7E;
  font-size: 20px;
}

h6 {
  font-weight: normal; text-decoration: none; font-family: canada-type-gibson, sans-serif; font-style: normal;
  color: #1B7D7E;
  font-size: 16px;
}

@media(max-width:768px){

  p {
    font-size:16px;
  }

  h1 {
    font-size:45px;
  }
  h2 {
    font-size:30px;
  }
  h3 {
    font-size:24px;
  }
  h4 {
    font-size:20px;
  }
  h5 {
    font-size:18px;
  }
  h6 {
    font-size:16px;
  }

}

/* Blockquote */

blockquote {
  border-left-color: #1BC2BD;
}





form,
.submitted-message {
  font-family: canada-type-gibson, sans-serif; font-style: normal; font-weight: 300; text-decoration: none;
}

/* Form title */

h3.form-title {
  color: #1B7D7E;
}

/* Form label */

form label {
  color: #6A7081;
}

/* Form help text */

form legend {
  color: #1B7D7E;
}

/* Form inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  border-color: #B0BAC6;
  color: #6A7081;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  border-color: #1B7D7E;
}

/* Form placeholder text */

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

/* Date picker */

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

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

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






table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-color: #1B7D7E;
}

th,
td {
  border-color: #1B7D7E;
  color: #6A7081;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(27, 125, 126, 1)

;
  border-bottom-color: #1B7D7E;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #1B7D7E;
}

tbody + tbody {
  border-top-color: #1B7D7E;
}





.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header-sticky{
  padding-top:120px;
}
.header-sticky header.header {
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:9999;
  transition:all 300ms;
}
.header-sticky header.header > div {
  transition:all 300ms;
}
.header-sticky header.header.hovering{
  box-shadow:0px 2px 2px 0px rgba(0,0,0,0.1);
}
.header-sticky header.header.hovering > div {
  padding-top:25px;
  padding-bottom:25px;
}

.navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #1B7D7E;
  font-family: canada-type-gibson, sans-serif;
}

.navigation-primary a:hover,
.navigation-primary a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #0F5A5A;
}

.navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #0F5A5A;
}

.navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #1B7D7E;
}

.has-submenu.menu-item .submenu.hasSubMenuNoChild{
  flex-wrap: wrap;
  flex-direction: column;
}

html:lang(en-au) .navigation-primary .button-large,
html .navigation-primary .button-large {
  padding: 12px 20px 11.8px;
  font-weight: 400;
  min-width: 175px;
}
html:lang(en-au) .header__container .header__cta_mobile a.button {
  padding: 12px 20px 11.8px;
  font-weight: 400;
  min-width: 175px;
}
.header__search {
  position: relative;
}
.header_searchBtn {
  width: 27px;
  height: 27px;
  background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title/><g stroke="teal" data-name="Layer 2" id="Layer_2"><path fill="teal" d="M18,10a8,8,0,1,0-3.1,6.31l6.4,6.4,1.41-1.41-6.4-6.4A8,8,0,0,0,18,10Zm-8,6a6,6,0,1,1,6-6A6,6,0,0,1,10,16Z"/></g></svg>');
  background-repeat: no-repeat;
  cursor: pointer;
}
.header_searchBox {
  position: absolute;
  right: 0;
  width: 300px;
  top: 45px;
  display: none;
}
.header_searchBox.active{
  display: block !important;
}
.header__search .hs-search-field__input, 
.header__search .hs-search-field--open .hs-search-field__input {
  border: 3px solid #6a7081 !important;
  background-image: none;
  font-family: canada-type-gibson,sans-serif;
  font-size: 18px;
}

.submenu.level-2 > li.no-submenu.menu-item {
  display: block;
  padding: 0px 15px;
}

.submenu.level-2 > li.no-submenu.menu-item:first-child {
  padding-top: 40px;
}
.submenu.level-2 > li.no-submenu.menu-item:last-child {
  padding-bottom: 30px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: canada-type-gibson, sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: #1B7D7E;
}

@media(max-width: 767px) {
  .header-sticky {
    padding-top:94px;
  }
  .header-sticky header.header.hovering > div {
    padding-top:15px;
    padding-bottom:15px;
  }
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #1B7D7E;
  }
}


@media(max-width:610px){
  .header-sticky {
    padding-top:176px;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(55, 65, 75, 1.0)

;
}

/* Footer Content */

.footer p,
.footer a,
.footer div,
.footer span {
  color: #B0BAC6;
  font-weight:300;
}












body .icon svg {
  fill: #1B7D7E;
}

body .tns-nav button.tns-nav-active {
  background-color: #1B7D7E;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #1B7D7E;
}

body .team-member__description {
  background-color: #1BC2BD;
}