/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.page-center,
.dnd-section>.row-fluid,
.header__container, 
.footer__container, 
.content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 575px) {
  .page-center,
.dnd-section>.row-fluid,
.header__container, 
.footer__container, 
.content-wrapper {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
 .partners-row3 .dnd-section>.row-fluid {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
  .partners-row2 .span4{
    margin-bottom: 3.75rem
  }  
  .partners-row2 .span4:nth-child(3){
    margin-bottom: -3.75rem
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family:"aktiv-grotesk";
  src:url("https://use.typekit.net/af/28158e/00000000000000003b9b4066/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/28158e/00000000000000003b9b4066/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/28158e/00000000000000003b9b4066/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:400;
}

@font-face {
  font-family:"aktiv-grotesk";
  src:url("https://use.typekit.net/af/386e17/00000000000000003b9b4067/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/386e17/00000000000000003b9b4067/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/386e17/00000000000000003b9b4067/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display:auto;font-style:italic;font-weight:400;
}

@font-face {
  font-family:"aktiv-grotesk";
  src:url("https://use.typekit.net/af/62681e/00000000000000003b9b406a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/62681e/00000000000000003b9b406a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/62681e/00000000000000003b9b406a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:700;
}

@font-face {
  font-family:"aktiv-grotesk";
  src:url("https://use.typekit.net/af/e604a2/00000000000000003b9b4069/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"),url("https://use.typekit.net/af/e604a2/00000000000000003b9b4069/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"),url("https://use.typekit.net/af/e604a2/00000000000000003b9b4069/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-display:auto;font-style:normal;font-weight:500;
}
@font-face {
    font-family: 'somsix-icons';
    src: url("data:application/octet-stream;base64,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") format("woff"),url("data:application/octet-stream;base64,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QSstsE4ssgAAQistsE8ssgABQistsFAssgEAQistsFEssgEBQistsFIssgAAPistsFMssgABPistsFQssgEAPistsFUssgEBPistsFYssgAAQCstsFcssgABQCstsFgssgEAQCstsFkssgEBQCstsFossgAAQystsFsssgABQystsFwssgEAQystsF0ssgEBQystsF4ssgAAPystsF8ssgABPystsGAssgEAPystsGEssgEBPystsGIssDcrLrErARQrLbBjLLA3K7A7Ky2wZCywNyuwPCstsGUssAAWsDcrsD0rLbBmLLA4Ky6xKwEUKy2wZyywOCuwOystsGgssDgrsDwrLbBpLLA4K7A9Ky2waiywOSsusSsBFCstsGsssDkrsDsrLbBsLLA5K7A8Ky2wbSywOSuwPSstsG4ssDorLrErARQrLbBvLLA6K7A7Ky2wcCywOiuwPCstsHEssDorsD0rLbByLLMJBAIDRVghGyMhWUIrsAhlsAMkUHiwARUwLQBLuADIUlixAQGOWbABuQgACABjcLEABUKyAAEAKrEABUKzCgIBCCqxAAVCsw4AAQgqsQAGQroCwAABAAkqsQAHQroAQAABAAkqsQMARLEkAYhRWLBAiFixA2REsSYBiFFYugiAAAEEQIhjVFixAwBEWVlZWbMMAgEMKrgB/4WwBI2xAgBEAAA=") format("truetype")
}
@font-face {
font-family:"aktiv-grotesk-thin";
src:url("https://use.typekit.net/af/266360/00000000000000003b9ae0fd/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff2"),url("https://use.typekit.net/af/266360/00000000000000003b9ae0fd/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("woff"),url("https://use.typekit.net/af/266360/00000000000000003b9ae0fd/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n2&v=3") format("opentype");
font-display:auto;font-style:normal;font-weight:200;
}

@font-face {
font-family:"aktiv-grotesk-thin";
src:url("https://use.typekit.net/af/e7779d/00000000000000003b9ae0fe/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff2"),url("https://use.typekit.net/af/e7779d/00000000000000003b9ae0fe/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("woff"),url("https://use.typekit.net/af/e7779d/00000000000000003b9ae0fe/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i2&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:200;
}
html {
  font-size: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.875;
}

p {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.1875;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.4;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 1.875rem;
}

ul li,
ol li {
  line-height: inherit;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin: 0 0 1rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
@media(max-width: 768px) {
  .content-slider-title , .content-slider-subtitle {
    text-shadow: 2px 1px 1px #000;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: .875rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  text-align: center;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  font-family: "aktiv-grotesk",sans-serif;
  -webkit-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  
  text-decoration: none;
  white-space: normal;
  background: none;
  outline: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  background: none;
  outline: none;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: red !important;
}

.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  padding: 7px 0px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  color: #33475b;
  background-color: #ffffff;
  border: 0px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
input#hs-pwd-widget-password {
    margin-bottom: 15px;
}
.hs-input:focus,
.hs-search-field__input:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  display: inline-block;
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}
.hs-form-field {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}
.hs-form-field > label {
  color: #0c283b;
  margin: 0;
} 

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
  background: linear-gradient(0deg, #dc3545 0px, #dc3545 1px, rgba(255,255,255,0) 1px, rgba(255,255,255,0) 9px);
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
  background: linear-gradient(0deg, #dc3545 0px, #dc3545 1px, rgba(255,255,255,0) 2px, rgba(255,255,255,0) 9px);
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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


.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
@media (max-width: 767px) {
  form {
    max-width: 100%; 
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.banner-section .row-fluid > div {
  min-height: 0px !important;
}
.about-row1 .dnd-section,
.partners-row1 .dnd-section,
.liner-row1 .dnd-section,
.cm-somsix-row1 .dnd-section{
  padding: 3.75rem 0;
}

.cm-liner-wrapper .widget-type-header h1 {
  margin-bottom: 2rem;
  max-width: none;
  margin-left: 0;
}
.about-row1 .widget-type-header h1,
.partners-row1 .widget-type-header h1,
.liner-row1 .widget-type-header h1,
.cm-somsix-row1 .widget-type-header h1{
  margin-top: 0;
  margin-bottom: 0;
}
.about-row2 .dnd-section,
.partners-row2 .dnd-section,
.liner-row2 .row-number-1.dnd-section,
.cm-somsix-row2 .dnd-section{  
  padding-top: 0px;
}
.cm-main-content-wrapper .widget-type-rich_text h2 {
  margin-top: 0;
  margin-bottom: 0px;
}
.about-row2 .widget-type-rich_text h2 + p,
.contact-row1 .widget-type-rich_text h1 + p{
  margin-top: .9375rem;
  max-width: 54rem;
  line-height: 1.5;
  margin-left: 0;
  font-size: 1.25rem;
  font-weight: 500;
}
.about-row2 .widget-type-rich_text p {
  max-width: 54rem;
}
.cm-main-content-wrapper .widget-type-rich_text h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.cm-about-wrapper .widget-type-rich_text p,
.cm-about-wrapper .widget-type-rich_text h1,
.cm-about-wrapper .widget-type-rich_text h2,
.cm-about-wrapper .widget-type-rich_text h4,
.cm-contact-wrapper .widget-type-rich_text p,
.cm-contact-wrapper .widget-type-rich_text h1,
.cm-contact-wrapper .widget-type-rich_text h2,
.cm-contact-wrapper .widget-type-rich_text h4,
.cm-liner-wrapper .widget-type-rich_text p,
.cm-liner-wrapper .widget-type-rich_text h1,
.cm-liner-wrapper .widget-type-rich_text h2,
.cm-liner-wrapper .widget-type-rich_text h4{
  max-width: 54rem;
  margin: 0 auto;
}
.body-container-wrapper .widget-type-rich_text p:last-child {
  margin-bottom: 0px 
}
.body-container-wrapper .widget-type-linked_image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.body-container-wrapper .widget-type-rich_text a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.body-container-wrapper .widget-type-rich_text a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: .125rem;
  width: 100%;
  height: 1px;
  background-color: #960f5c;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  -webkit-transition: opacity 20ms linear 0ms, -webkit-transform 220ms ease;
  transition: opacity 20ms linear 0ms, -webkit-transform 220ms ease;
  transition: opacity 20ms linear 0ms, transform 220ms ease;
  transition: opacity 20ms linear 0ms, transform 220ms ease, -webkit-transform 220ms ease;
}
.body-container-wrapper .widget-type-rich_text a:hover:before {
  -webkit-transform: scaleX(0.01);
  transform: scaleX(0.01);
  opacity: 0;
  -webkit-transition: opacity 20ms linear 200ms, -webkit-transform 220ms ease;
  transition: opacity 20ms linear 200ms, -webkit-transform 220ms ease;
  transition: opacity 20ms linear 200ms, transform 220ms ease;
  transition: opacity 20ms linear 200ms, transform 220ms ease, -webkit-transform 220ms ease;
}
.body-container-wrapper .widget-type-rich_text ol:last-child {
  margin-bottom: 0;
}
.about-row3 .page-center,
.contact-row3 .page-center,
.liner-row3 .page-center,
.liner-row5 .page-center,
.liner-row6 .page-center,
.cm-somsix-row12 .page-center{
  padding-left: 0;
  padding-right: 0;
}
.about-row3 .cm-left-content,
.about-row3 .cm-right-content{
  width: 50%;
  float: left;
}
.about-heading-section .dnd-section,
.cm-left-content .dnd-section,
.cm-right-content .dnd-section{
  padding-bottom: 0;
  padding-top: 0;
}
.about-row3 .widget-type-header h1{
  margin-bottom: 2rem;
}
.about-row3 .row-fluid-wrapper > .row-fluid {
  display: block !important;
}
.contact-row1 .widget-type-rich_text h1 {
  margin-bottom: 0px; 
}
.contact-row1 .widget-type-rich_text h1+p {
  margin-top: 16px; 
}
.contact-row2 .widget-type-rich_text p {
  margin-top: 1rem;
}
.contact-row2 .widget-type-rich_text {
  margin-bottom: 1.875rem
}
.cm-contact-wrapper form,
.cm-cm-somsix-wrapper form{
  margin-bottom: 0;
  margin-left: 3rem;
  max-width: 54rem;
  background-color: #f0f0f0;
  padding: 25px;
  border-radius: 10px;
}
.cm-contact-wrapper form .hs-form-field > label,
.cm-cm-somsix-wrapper form .hs-form-field > label{
  display: none;
}


.cm-contact-wrapper form .hs-input::-webkit-input-placeholder,
.cm-cm-somsix-wrapper form .hs-input::-webkit-input-placeholder{
  font-size: 1rem;
  line-height: inherit;
  font-weight: 500;
  margin: 0;
  color: #0c283b;
  position: relative;
  bottom: 1px;
}
.cm-contact-wrapper form .actions,
.cm-cm-somsix-wrapper form .actions{
  text-align: right;
}
.contact-row3 .cm-left-content,
.cm-somsix-row12 .cm-left-content{
  width: 33.3333333333%;
  float: left;
  margin-bottom: 1.875rem;
}
.contact-row3 .cm-right-content,
.cm-somsix-row12 .cm-right-content{
  width: 66.6666666667%;
  float: left;
}
.contact-row3 .cm-left-content p {
  margin-top: 1rem;
}
.cm-contact-wrapper form textarea,
.cm-cm-somsix-wrapper form textarea {
  height: calc(1.875em + .75rem + 2px);
}
.cm-contact-wrapper form .hs-form-required,
.cm-cm-somsix-wrapper form .hs-form-required{
  display: none;
}
.contact-row3 .cm-right-content .widget-type-linked_image a,
.cm-somsix-row12 .cm-right-content .widget-type-linked_image a{
  position: relative;
  display: block;
  text-decoration: none;
}
.contact-row3 .cm-right-content .widget-type-linked_image a:before,
.cm-somsix-row12 .cm-right-content .widget-type-linked_image a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: .125rem;
  width: 100%;
  height: 1px;
  background-color: #960f5c;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
  -webkit-transition: opacity 20ms linear 0ms, -webkit-transform 220ms ease;
  transition: opacity 20ms linear 0ms, -webkit-transform 220ms ease;
}
.contact-row3 .cm-right-content .widget-type-linked_image a:hover:before,
.cm-somsix-row12 .cm-right-content .widget-type-linked_image a:hover:before {
  -webkit-transform: scaleX(0.01);
  transform: scaleX(0.01);
  opacity: 0;
  -webkit-transition: opacity 20ms linear 200ms, -webkit-transform 220ms ease;
  transition: opacity 20ms linear 200ms, -webkit-transform 220ms ease;
  transition: opacity 20ms linear 200ms, transform 220ms ease;
  transition: opacity 20ms linear 200ms, transform 220ms ease, -webkit-transform 220ms ease;
}
.about-row2 .widget-type-rich_text p,
.contact-row1 .widget-type-rich_text p,
.contact-row2 .widget-type-rich_text p,
.contact-row3 .cm-left-content p {
  max-width: 54rem;
}
.contact-row3 .cm-right-content .widget-type-linked_image,
.cm-somsix-row12 .cm-right-content .widget-type-linked_image{
  padding-right: 12.25rem;
}
.partners-row2 .widget-type-rich_text h2 {
  margin-top: 3.75rem;
}
.liner-row2 .widget-type-rich_text p + h2 {
  margin-top: 3.75rem;
}
.liner-row2 .widget-type-rich_text h2 + p {
  margin-top: .9375rem;
}
.liner-heading-section .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}
.liner-row2 .row-fluid,
.liner-row3 .row-fluid{
  align-items: baseline;
}
.liner-row3 .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.liner-row4 .dnd-section>.row-fluid,
.cm-somsix-row4 .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}

.cm-two-col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.liner-row3 .span12 {
  min-height: 0;
}
.cm-home-wrapper .banner-section .dnd-section>.row-fluid {
  max-width: 100% !important;
}
.with-banner-header .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
}
.home-row1 .widget-type-rich_text h1 {
  margin: 0;
  max-width: none;
  margin-left: 0px;
}
.home-row1 .widget-type-rich_text p {
  margin-top: 1rem;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
}
.home-row4 .widget-type-rich_text h1 {
  margin-bottom: 2rem;
  margin-top: 0px;
}
.home-row4 .widget-type-rich_text h4 {
  margin-bottom: 1.875rem;
}
.home-row5 .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.home-row1 .widget-type-rich_text,
.home-row4 .widget-type-rich_text{
  text-align: center;
}
.cm-somsix-row2 .widget-type-rich_text p,
.cm-somsix-row2 .widget-type-rich_text h2,
.cm-somsix-row2 .widget-type-rich_text h4,
.cm-somsix-row2 .widget-type-rich_text h3,
.cm-somsix-row2 .widget-type-rich_text ul, 
.cm-somsix-row2 .widget-type-rich_text ol{
  max-width: 54rem; 
}
.cm-somsix-row2 .widget-type-rich_text h2 {
  margin-top: 3.75rem;
}
.cm-somsix-row2 .widget-type-rich_text p {
  margin-top: .9375rem;
}
.cm-somsix-row2 .widget-type-rich_text h3 {
  margin-top: 3.75rem;
  margin-bottom: 0px;
  font-size: 1.25rem;
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-weight: 200;
  line-height: 1.5;
}
.cm-somsix-row3 .widget-type-rich_text h1 
margin-bottom: 2rem;
margin-top: 0px;
}
.cm-somsix-row3 .widget-type-rich_text p {
  max-width: 54rem;
}
.cm-somsix-row3 .widget-type-rich_text {
  margin-bottom: 1.875rem;
}
.cm-somsix-row9 .widget-type-rich_text h1 {
  margin-bottom: 2rem;
}
.cm-somsix-row9 .widget-type-rich_text {
  margin-bottom: 1.875rem;
}
.cm-somsix-row7 .dnd-section>.row-fluid,
.cm-somsix-row11 .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.cm-somsix-row7 .cm-slider-wrapper:after {
  display: none;
}
.cm-somsix-row12 .widget-type-header h1 {
  margin-left: 0;
  margin-bottom: 2rem;
}
.cm-somsix-row12 .widget-type-rich_text h1 {
  margin-bottom: 0px;
}
.cm-somsix-row13 .page-center {
  padding-left: 0px;
  padding-right: 0px;
}
.cm-somsix-row13 .cm-left-content {
  width: 66.6666666667%;
  float: left;
}
.cm-somsix-row13 .cm-right-content {
  width: 33.3333333333%;
  float: left;
}

.cm-somsix-row13 .cm-right-content .widget-type-rich_text {
  opacity: 0.6;
}
.cm-somsix-row13 .cm-right-content form {
  margin-left: 0;
  max-width: 100%;
  opacity: 0.6;
}
.cm-somsix-row13 .cm-right-content .field.hs-form-field {
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.cm-somsix-row13 .cm-right-content form .hs-input {
  height: calc(1.875em + .75rem + 2px);
}
.cm-somsix-row13 .cm-right-content form .hs-button {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.cm-somsix-row13 .cm-right-content form .hs-button:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.cm-somsix-row13 .cm-left-content .widget-type-rich_text h3{
  font-size: 1.25rem;
  font-family: "aktiv-grotesk-thin", sans-serif;
  line-height: 1.5;
  font-weight: 200;
}
.partners-row3 .span4 {
  width: calc((100% / 3) - 30px);
  margin-left: 15px !important;
  margin-right: 15px;
  margin-bottom: 3.75rem;
  text-align: center;
  padding-bottom: 8px;
  float: left;
}
.partners-row3 .dnd-section {
  padding-bottom: 30px;
}
.partners-row3 .dnd-section>.row-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.partners-row2 .widget-type-rich_text {
  max-width: 57rem;
}
.wrapper--infographic .content--infographic .infographic--active {
    opacity: 1 !important;
}
/*@media (min-width: 1200px ) {
  .about-row1 .widget-type-header h1,
  .partners-row1 .widget-type-header h1,
  .liner-row1 .widget-type-header h1,
  .cm-somsix-row1 .widget-type-header h1,
  .cm-somsix-row12 .widget-type-rich_text h1{
    margin-left: 3rem;
  }
  .cm-about-wrapper .widget-type-rich_text h1,
  .cm-about-wrapper .widget-type-rich_text h2,
  .cm-about-wrapper .widget-type-rich_text h4,
  .cm-contact-wrapper .widget-type-rich_text h1,
  .cm-contact-wrapper .widget-type-rich_text h2,
  .cm-contact-wrapper .widget-type-rich_text h4,
  .cm-liner-wrapper .widget-type-rich_text h1,
  .cm-liner-wrapper .widget-type-rich_text h2,
  .cm-liner-wrapper .widget-type-rich_text h4,
  .cm-somsix-row2 .widget-type-rich_text h2,
  .cm-somsix-row2 .widget-type-rich_text h4,
  .cm-somsix-row2 .widget-type-rich_text p,
  .cm-somsix-row2 .widget-type-rich_text ul,
  .cm-somsix-row2 .widget-type-rich_text ol,
  .cm-cm-somsix-wrapper .widget-type-rich_text p,
  .cm-somsix-row2 .widget-type-rich_text h3,
  .partners-row2 .widget-type-rich_text h2,
  .partners-row2 .widget-type-rich_text h4{
    margin-left: 3rem;
  }
  .about-row2 .widget-type-rich_text p,
  .contact-row1 .widget-type-rich_text p,
  .contact-row2 .widget-type-rich_text p,
  .contact-row3 .cm-left-content p,
  .partners-row2 .widget-type-rich_text p,
  .liner-row2 .widget-type-rich_text p,
  .liner-row3 .widget-type-rich_text p{
    margin-left: 3rem;
  }
  .cm-somsix-row13 .widget-type-rich_text p {
    margin-left: 0px;
  }
} */
@media (max-width: 1199px ) {

  .contact-row3 .cm-right-content .widget-type-linked_image,
  .cm-somsix-row12 .cm-right-content .widget-type-linked_image{
    padding-right: 4rem;
  }
  .cm-contact-wrapper form,
  .cm-cm-somsix-wrapper form {
    margin-left: 0;
    max-width: 54rem;
  }
}

@media (max-width: 991px ) {
  .about-row3 .widget-type-rich_text {
    margin-bottom: 1.875rem;
  }
  .contact-row3 .cm-right-content .widget-type-linked_image,
  .cm-somsix-row12 .cm-right-content .widget-type-linked_image {
    padding-right: 0;
  }
  .contact-row3 .cm-left-content,
  .cm-somsix-row12 .cm-left-content {
    width: 41.6666666667%;
  }
  .contact-row3 .cm-right-content,
  .cm-somsix-row12 .cm-right-content {
    width: 58.3333333333%;
  }
  .home-row1 .widget-type-rich_text{
    text-align: left;
  }
  .cm-somsix-row13 .cm-left-content,
  .cm-somsix-row13 .cm-right-content {
    width: 100%;
    float: none;
  }
  .cm-somsix-row13 .cm-left-content {
    margin-bottom: 5.625rem;
  }
  .liner-row3 .span6 {
    margin-bottom: 1.875rem;
  }
  .liner-row3 {
    margin-bottom: -1.875rem;
}
}
@media (max-width: 767px ) {
  .about-row2  .widget-type-rich_text h2 + p,
  .about-row2 .widget-type-rich_text h4,
  .contact-row1 .widget-type-rich_text h1+p,
  .partners-row2 .widget-type-rich_text h4,
  .liner-row2 .widget-type-rich_text h4,
  .home-row1 .widget-type-rich_text p,
  .cm-somsix-row2 .widget-type-rich_text h3,
  .cm-somsix-row13 .cm-left-content .widget-type-rich_text h3 { 
    font-size: 1.125rem;
  }
  .about-row3 .cm-left-content, 
  .about-row3 .cm-right-content,
  .contact-row3 .cm-left-content,
  .contact-row3 .cm-right-content,
  .cm-somsix-row12 .cm-right-content,
  .cm-somsix-row12 .cm-left-content{
    width: 100%;
    float: none;
  }
  .cm-left-content, .cm-right-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home-row2 .span12 {
    min-height: 0px;
  }
  .cm-somsix-row2 .widget-type-rich_text h4,
  .cm-somsix-row2 .widget-type-rich_text p{
    text-align: left !important;
  }
  .cm-somsix-row5 .span12 {
    display: none !important; 
  }
  .cm-somsix-row4 {
    padding-bottom: 3.75rem;
  }
  .home-row4 .widget-type-rich_text {
   text-align: left; 
  }
}

@media (max-width: 575px ) {
  .liner-row2 .row-fluid > .span4:last-child {
    margin-bottom: -30px;
  }
  .liner-row3 .dnd-section > .row-fluid > div {
    padding-left: 9px !important;
    padding-right: 9px !important;
  }
  .partners-row3 .span4 {
    width: 100%;
    float: none;
    margin-left: 0 !important;
    margin-right: 0;
  }
  .partners-row3 .dnd-section {
    padding-bottom: 0;
  }
  .cm-somsix-row4 .widget-type-rich_text p {
    padding-left: 9px;
    padding-right: 9px;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.site-header {
  background-color: #F8FAFC;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header_container-inner {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: .9375rem 0px; 
}

.header-logo {
  display: inline-block;
  margin-right: 15px;
}
.header-logo img {
  height: 2.125rem;
  vertical-align: middle;
  display: inline-block;
  width: auto !important;
}
.header-logo a {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 15px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-right .ico-btn {
  font-size: 1.5rem;
  -webkit-transition: color 220ms ease;
  transition: color 220ms ease;
  padding: 0.25rem .6875rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  cursor: pointer;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "somsix-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.icon-search:before {
  content: '\e809';
}
.icon-globe:before {
  content: '\e80a';
}
.ico-btn i::before {
  margin: 0;
  font-size: 90%;
}
.header-search-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-transform: translateX(-999999px);
  transform: translateX(-999999px);
  transition: translate .2s;
}
.open-search .header-search-container {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
.header-search-container form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
}
.header-search-container .hs-search-field__input {
  width: 45rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border: 1px solid;
  outline: none; 
  font-weight: 400;
  min-height: calc(1.5em + 1rem + 2px);
  background-image: none;
}
.header-search-container form button {
  background-color: #0c283b;
  color: #fff;
  border: 1px solid #0c283b;
  font-size: 1.5rem;
  padding: 0.25rem .6875rem;
  -webkit-transition: color 220ms ease;
  transition: color 220ms ease;
  cursor: pointer;
  outline: none;
}
.header-search-container form button:before {
  content: '\e809';
  font-family: "somsix-icons";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-size: 90%;
  margin: 0;
}
.header-search-container form button svg {
  display: none;
}
.header-search-container .search-close-btn {
  background-color: #0c283b;
  color: #fff;
  border: 1px solid #0c283b;
  font-size: 1.5rem;
  padding: 0.25rem .6875rem;
  -webkit-transition: color 220ms ease;
  transition: color 220ms ease;
  line-height: 1;
  cursor: pointer;
  height: 48px;
  outline: none;
}
.header-search-container .search-close-btn i {
  position: relative;
  top: 7px;
}
.cm-partner-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 99;
  visibility: hidden;
  top: -100%;
  transition: .7s all;
  -webkit-transition: .7s all;
}
.cm-partner-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12,40,59,0.98);
}
.cm-top-section {
  padding-top: 1.375rem;
  padding-bottom: .9375rem;
  position: relative;
}
.cm-top-section .page-center {
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cm-top-section .navbar-brand {
  margin-right: 1.875rem;
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
}
.cm-top-section .navbar-brand a {
  display: block;
}
.cm-top-section .navbar-brand img {
  height: 2.125rem;
  vertical-align: middle;
  display: inline-block;
  width: auto !important;
  position: relative;
}
.cm-top-section .ico-btn {
  font-size: 1.5rem;
  padding: .25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  margin-right: 4px;
}
.icon-close:before {
  content: '\e808';
}
.open-partners-form .cm-partner-overlay {
  visibility: visible;
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
body.open-partners-form {
  overflow: hidden;
}
.open-partners-form .cm-top-section {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.215,0.61,0.355,1) 250ms,-webkit-transform 400ms cubic-bezier(0.215,0.61,0.355,1) 250ms;
  transition: opacity 400ms cubic-bezier(0.215,0.61,0.355,1) 250ms,-webkit-transform 400ms cubic-bezier(0.215,0.61,0.355,1) 250ms;
  transition: transform 400ms cubic-bezier(0.215,0.61,0.355,1) 250ms,opacity 400ms cubic-bezier(0.215,0.61,0.355,1) 250ms;
  transition: transform 400ms cubic-bezier(0.215,0.61,0.355,1) 250ms,opacity 400ms cubic-bezier(0.215,0.61,0.355,1) 250ms,-webkit-transform 400ms cubic-bezier(0.215,0.61,0.355,1) 250ms;
}
.cm-partners-form {
  position: absolute;
  padding-top: 1.875rem;
  padding-bottom: 5.625rem;
  overflow: auto;
  width: 100%;
  top: 6rem;
  left: 0;
  right: 0;
  bottom: 0;
  color : #fff;
  -webkit-transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53),-webkit-transform 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53),-webkit-transform 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53),opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: transform 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53),opacity 200ms cubic-bezier(0.55, 0.085, 0.68, 0.53),-webkit-transform 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transform: translateY(-6rem);
  transform: translateY(-6rem);
  opacity: 0;
}
.open-partners-form .cm-partners-form {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms,-webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms,-webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms,opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms,opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms,-webkit-transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1) 250ms;
}
.cm-partners-form .page-center {
  padding: 0 0px;
}
.cm-partners-form .hs-form-field > label {
  display: none; 
}
.cm-partners-form h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 700;
  margin-top: 0;
  color: #fff;
  padding: 0 15px;
}
.cm-partners-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
}

.cm-partners-form form .hs-form-field {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin-top: 0;
  margin-bottom: 0px;
}

.cm-partners-form .hs-input {
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875;
  border-radius: 0;
  border: 1px solid;
  background-image: none;
}
.cm-partners-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cm-partners-form .actions {
  padding: 0 15px;
}
.navbar-toggler {
  display: none;
}
.transparent-header.header-logo {
  display: none;
}
.with-banner-header .header-logo {
  display: none;
}
.with-banner-header .transparent-header.header-logo {
  display: block; 
}
.site-header.cm-lp-header .header-logo {
    padding: 12px 0px;
}
/* Styles for the Logo */

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

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

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

.header__logo--tablet {
  display: none;
}

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

/* Styles for the Search Bar */

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

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

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

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

.header-search-container .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
  border: none;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 1px #ccc;
  display: inline-block;
  max-width: 180px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-search-container .hs-search-field__suggestions li {
  border-top: none;
  font-family: inherit;
  font-size: inherit;
}

.header-search-container .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
  font-size: 14px;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus{
  background-color: #ccc;
  outline: 0;
}
.header-search-container .hs-search-field__suggestions #results-for {
  display: none;
}

.with-banner-header .header-search-container form .hs-search-field__input {
    background-color: #fff;
    border-color: #fff !important;
    color: #0c283b;
  background-image: none;
}
.with-banner-header .header-search-container form button {
  background-color: #fff;
    color: #0c283b;
    border-color: #fff;
}
.with-banner-header .header-search-container .search-close-btn {
      background-color: #fff;
    color: #0c283b;
    border-color: #fff;
}
.with-banner-header .header-search-container form .hs-search-field__input::placeholder {
      color: rgba(12,40,59,0.75);
      opacity: 1;
}
.IE .cm-top-section .navbar-brand img {
  max-width: 179px;
}

/* Styles for the Language Switcher Component */

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

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

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

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

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

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

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

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

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

.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 {
  font-family: Lato, serif;
  color: #494a52;
}

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

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

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Tablet Styles */
@media (min-width: 1200px) {
  .header-mobile-naviagtion {
    display: none; 
  }
}
@media (max-width: 1199px) {
  .navbar-toggler {
    display: block;
  }
  .header-right {
    display: none;
  }
  .site-header.cm-lp-header .header-logo {
    padding: 0px 0px;
}
}
@media (max-width: 991px) {
 
  .header-logo img {
    height: 1.75rem;
  }
}
/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
  }

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

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

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

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

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

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

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

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

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

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

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

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

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

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

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

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

  .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;
    width: 25px;
    height: 25px;
  }

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

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

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

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

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

  .header__close--toggle.show {
    display: block;
  }
  
  body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item:hover {
    color: rgba(0,138,71,1.0)!important;
    cursor: pointer;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
}
.footer__container {
  margin: 0 auto;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.footer-top {
  padding-top: 2.8125rem;
  padding-bottom: 0rem;
}
.footer-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-logo a {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 120px !important;
    margin-right: 15px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.footer-logo img {
  height: 2.125rem;
  width: auto !important;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.footer-right-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.footer-right-text h3 {
  font-family: "aktiv-grotesk-thin", sans-serif;
  font-weight: 200;
  margin-left: 3rem;
  margin-top: .46875rem;
  text-align: right;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0px;
}


p {
  text-align: right;
}

.footer-bottom {
  padding-bottom: .9375rem;
  font-size: .875rem;
  padding-top: 0;
}

.footer-links {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .9375rem 0px;
  margin-left: -16px;
  margin-right: -15px;
}
.footer-links ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal !important; 
  -webkit-box-direction: normal !important; 
  -ms-flex-direction: row !important;
  flex-direction: row;
  width: 100%;
  list-style: none;
  width: calc(100% + 2rem);
}

.footer-links ul li a, .footer-links ul li span {
  display: block;
  padding: .9375rem 1rem;
}
.footer-links ul li a:hover {
  text-decoration: underline;
}
.IE .footer-logo img {
    width: 179.47px !important;
}


@media (max-width:991px) {
  .footer-logo img {
    height: 1.75rem;
  }
}
@media (max-width:767px) {
  .footer__container {
    display: block;
  }
  .footer-logo,
  .footer-right-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-logo {
    margin-bottom: 1.875rem;
    padding-bottom: 7.5px;
  }
  

  .footer-right-text h3 {
    text-align: left;
    margin-left: 0;
    font-size: 1.125rem;
  }
  
  p {
    text-align: left;
}
  
  .footer-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width:575px) {
  .footer__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}
.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 1.5rem;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #F8FAFC;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
	display:flex;
}

@media screen and (min-width: 1000px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
}

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 400;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

.blog-sidebar a:hover {
	text-decoration: none;
}

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: 22px;
	float: left;
	content: counter(list-item);
	margin-right: 25px;
	font-size: inherit;
	font-weight: 400;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -3px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
	margin-bottom: -110px;
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
	margin-top: 40px;
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 84px 100px 80px 100px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

.blog-post__meta a {
	text-decoration: none;
}

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media (max-width: 767px) {
	.blog-post {
		width: 90%;
		padding: 30px;
	}
}

/* Blog Comments */

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

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}
@media (max-width: 991px) {
  .blog-sidebar-post-listing li:before {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 0rem;
    padding-bottom: 0;
}
  .blog-index__post {
    padding: 1rem 0;
}
}
@media screen and (max-width: 479px) {
.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.error-page.cm-404-page {
  padding: 0 0 5.625rem;
  text-align: left;
}

.error-page-title-wrap {
  padding: 3.75rem 0;
}

.error-page-title-wrap h1 {
  margin: 0;
  max-width: 54rem;
}
.cm-404-content {
  padding-bottom: 5.625rem;
}
.error-page.cm-404-page p.lead {
  max-width: 54rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0px;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 60px 0px 90px;
}
.systems-page .cm-search-title {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 54rem;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4f7d24;
  padding: .1rem .75rem;
  width: 100%;
}
.cm-404-search form {
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.cm-404-search input.hs-search-field__input {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  border: 1px solid #0c283b;
  background-image: none !important;
  position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
.cm-404-search button {
 padding: 0.25rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #0c283b;
    color: #000;
    cursor: pointer;
  outline: none;
}
.cm-404-search button:before {
    content: '\e809';
    font-family: "somsix-icons";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    font-size: 90%;
}
.cm-404-search button svg {
    display: none;
}
.hs-search-results {
  padding-top: 60px;
}
ul.hs-search-results__listing {
  max-width: 54rem;
}
@media (min-width: 1200px) {
  ul.hs-search-results__listing {
    margin-left: 3rem;
  }
}
ul.hs-search-results__listing li {
  margin-bottom: 1.875rem;
}
.hs-search-results__title {
  font-family: "aktiv-grotesk",sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  margin-bottom: .46875rem;
  color: #0c283b;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  color: #0c283b;
}
.hs-search-highlight {
  font-weight: inherit !important;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 0px;
}
.systems-page .hs-button {
  margin: 0px 0px 10px;
}
@media (max-width: 991px) {
  .error-page.cm-404-page {
    padding: 0 0 3.75rem;
  }
  .cm-404-content {
    padding-bottom: 3.75rem;
  }
}
@media (max-width: 767px) {
  .hs-search-results__title,
  .error-page.cm-404-page p.lead {
    font-size: 1.125rem;
  }
}

.icon-globe{
  display:none;
}