/* ******************************************************************************
*********************************************************************************
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 36px;
}
.banner-area .dnd-section {
  padding: 0;
}
.banner-area .dnd-section > .row-fluid {
  padding:0;
  max-width:100%;
}
.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { 
  font-family: "uncodeicon"; 
  src: url("//5636307.fs1.hubspotusercontent-na1.net/hubfs/5636307/raw_assets/public/SentechAS_December2020/fonts/uncode-icons.woff2") format("woff2"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: swap; 
}


html {
  font-size: 16px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,.3);
  overflow: initial!important;
}


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

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}


::selection {
  background: #c00b31;
  color: #ffffff;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
/* 
ul li,
ol li {
line-height: 1.5rem;
} */

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  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;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  position: relative;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  white-space: normal;
  line-height:normal;
  border: none;
  font-size: 16px;
  width: auto;
  margin: 0 16px 0 0;
  display: inline-block;
  font-weight: 600!important;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
  text-align: center!important;
  vertical-align: middle;
  outline: none;
  white-space: nowrap;
  box-shadow: none;
  cursor: pointer;
  white-space: normal!important;
}

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


.hs-form label {
  font-size: 16px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;


  line-height: 1.3;
  font-weight: 700;
  font-size: inherit;
  margin: 0 0 5px 0;
}

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

input[type=password],
.hs-search-field__input,
.hs-input {
  display: inline-block;
  font-size: 16px;
  color: #33475b;


  padding: 10px 15px!important;
  width: 100%;
  letter-spacing: normal;
  border-style: solid;
  border-width: 1px;
  transition: color 400ms cubic-bezier(.785,.135,.15,.86),background-color 400ms cubic-bezier(.785,.135,.15,.86),border-color 400ms cubic-bezier(.785,.135,.15,.86);
  box-shadow: inset 0 2px 1px rgba(0,0,0,.025);
  line-height: normal;
  margin: 9px 0 0 0;
  font-weight: 400;
  background-color: #fff;
  font-family: sans-serif;
}

input[type=password]{
  height:auto !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  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-input:-moz-placeholder {
  color: #bfbfbf;
}

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}

input[type=password]:focus,
.hs-search-field__input:focus,
.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;
}
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;
}

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

.field {
  margin-bottom: 16px;
}

.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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary .hs-menu-wrapper {
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  padding:0;
  margin:0;
  list-style:none;
  display:flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  position:relative;
  margin-left: 4.5px;
  margin-top: 3px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  position: relative;
  display: block;
  white-space: nowrap;
}

@media (min-width: 959px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
    line-height: 1em;
    padding: 0 14px 0 14px;
    padding-top: 41.6px;
    padding-bottom: 41.6px;
  }
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(7){
  margin-top: -2px;
  margin-left: 5px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(7) > a {
  outline: none;
  white-space: pre-wrap;
  -webkit-text-stroke: 0;
  transition: color 200ms ease-in-out,background-color 200ms ease-in-out,border-color 200ms ease-in-out;
  padding-right: 0;
  border-style: solid;
  border-color: #52c83d;
  border-radius: 30px;
  border-width: 1px;
  letter-spacing: .1em;
  margin: 0 14px 0 14px;
  padding: 13px 31px 13px 31px!important;
  font-style: normal!important;
}

@media (min-width: 959px){
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(7) > a {
  margin-right: 0;
}
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > i{
  font: normal normal normal 14px/1 FontAwesome;
  font-family: 'uncodeicon'!important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  letter-spacing: .05em;
  display: inline-block;
  position: relative;
  padding: 0 0 0 9px;
  margin: 0 0 0 0;
  margin-right: 0;
  box-sizing: content-box!important;
  font-size: .8em;
  text-align: right!important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > i::before{
  content: "\f107";
}

.custom-menu-primary .hs-menu-wrapper > ul li a:hover {
  text-decoration: none;
}

@media (min-width: 959px){
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul{
  display:block;
}
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  display:none;
  padding:0;
  margin:0;
  list-style:none;
  width: auto;
  top: 100%;
  left: 363.7px;
  right: auto;
  margin-left: -1px;
  min-width: 13em;
  max-width: 20em;
  border-color: rgba(234,234,234,.5);
  position: absolute;
  left:0;
  box-sizing: content-box;
  line-height:normal;
}

@media (min-width: 959px){
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    padding: 18px 18px 18px 18px;
}
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  position: relative;
  display: block;
  white-space: nowrap;
  line-height:normal;
}

@media (min-width: 959px){
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 12px;
    padding: 5px 9px 5px 9px;
}
}

@media (max-width: 959px){
  #toggle{
    display:block !important;
  }
}

#toggle{
  display:none;
  transition: .3s;
  line-height: 0;
  transform: translateY(-50%);
  position: absolute;
  top:50%;
  right:0;
  padding: 24px 36px 27px 36px;
  cursor: pointer;
}


@media (max-width: 520px){
#toggle{
    padding-right: 34px !important;
}
}


#toggle div{
  background: #303133;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
}

.mobile-open #toggle div{
  transition: background 0.3s 0s ease-in-out;
  background: transparent!important;
}

#toggle div::before{
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
  background: #303133;
  top: 6px;
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
}

.mobile-open #toggle div::before{
  transform: rotate3d(0,0,1,45deg);
  transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 20px;
}

#toggle div::after{
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease-in-out,transform 0.3s ease-in-out;
  background: #303133;
  top: -6px;
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
}

.mobile-open #toggle div::after{
  transform: rotate3d(0,0,1,-45deg);
  transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 20px;
}

@media (max-width: 959px){

.nav-bar-wrapper {
  display:block!important;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display:block;
  padding: 27px 0 0 0px!important;
  background-color: #fff;
  width: 100%!important;
  line-height:0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: block;
  margin:0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7) {
  margin:0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  font-weight: 600;
  letter-spacing: .05em;
  font-size: 12px!important;
  color: #303133 !important;
  text-transform: uppercase;
  position: relative;
  display: block;
  white-space: normal;
  padding: 9px 36px 9px 36px;
  line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  color: rgba(48,49,51,.5) !important;
}
 
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7)>a {
  margin: 9px 36px 9px 36px;
  color:#FFF !important;
  font-size: 12px!important;
  height: auto!important;
  white-space: normal;
  display: inline-block;
  padding: 13px 31px 13px 31px!important;
  line-height:normal;
}

  
  
.custom-menu-primary .hs-menu-wrapper ul  li > a > i{
  font: normal normal normal 14px/1 FontAwesome;
  font-family: 'uncodeicon'!important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  letter-spacing: .05em;
  display: inline-block;
  position: relative;
  padding: 0 0 0 9px;
  margin: 0 0 0 0;
  margin-right: 0;
  box-sizing: content-box!important;
  font-size: .8em;
  text-align: right!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7)>a>i {
  display:none;
}
  
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > i::before{
  content: "\f107";
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open > a > i::before{
  content: "\f105";
}
  
.custom-menu-primary .hs-menu-wrapper ul  li > a > i::before{
  content: "\f105";
}

.custom-menu-primary .hs-menu-wrapper ul li>a >i{
  right: 8px;
  float: right;
  top: .3em;
}

.search-icon ul {
  padding: 0;
  background-color: #fff;
  margin: 0;
}

.search-icon ul li {
  width:100%;
}

.search-icon ul a {
  font-size: 12px!important;
  color: #303133!important;
  white-space: normal;
  padding: 9px 36px 9px 36px;
  display: flex;
  line-height:normal;
}

.search-icon ul a:hover {
  text-decoration:none;
}
  
.search-icon ul a i{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-family: 'uncodeicon'!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: 18px;
}
  
  .search-icon ul a i:nth-of-type(2){
    font-family: 'uncodeicon'!important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    position: relative;
    padding: 0 0 0 9px;
    margin: 0 0 0 0;
    margin-right: 0;
    box-sizing: content-box!important;
    font-size: .8em;
    text-align: right!important;
    float: right;
    right: 7px;
    top: .3em;
    font-weight: 600;
    letter-spacing: .05em;
    margin-left:auto;
  }
  
  .search-icon ul a i:nth-of-type(2)::before{
    content: "\f107";
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: static!important;
    top: auto!important;
    left: auto!important;
    margin-left: 0!important;
    margin-top: 0!important;
    width: auto!important;
    min-width: 0!important;
    max-width: none!important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    margin-left: 5px;
    font-size: 12px!important;
    color: #303133;
    white-space: normal;
    font-weight: 600;
    position: relative;
    display: block;
    padding: 9px 36px 9px 36px;
    text-transform: uppercase;
    line-height: normal;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
  background-color: #fff !important;
}
  
.child-trigger {
    position:absolute;
    top:0;
    right: 22px;
    width:50px;
    height:31px;
}
}

@media (max-width:520px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left:34px;
    padding-right:34px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    padding-left:34px;
    padding-right:34px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7)>a {
  margin-left:34px;
    margin-right:34px;
  }
  
  .search-icon ul a {
  padding-left:34px;
    padding-right:34px;
  }
}


@media (min-width:959px) and (max-width:1230px){

.custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-left: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding-left: 4px;
    padding-right: 4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-of-type(7) {
    margin-left: 0;
}

}
/* ******************************************************************************
*********************************************************************************
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;
}
.banner-inner-container{
  transition: opacity 0.5s;
  transition-delay: 0.2s;
  padding-left: 36px;
  padding-right: 36px;
  padding-bottom: 36px;
  padding-top: 36px;
  position: relative;
}

@media (min-width: 960px){
  .banner-inner-container{
    max-width: 1050px;
    margin: auto;
  }
}

.banner-content{
  padding-top: 96px;
  text-align: center;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.57,.21,.69,1);
  padding-top: 97px;
}

.banner-content h1{
  margin:0;
  color: #fff;
  letter-spacing: -0.05em!important;
  line-height: 1;
  font-size: 75px;
  font-weight: 400!important;
}
.banner-inner-container {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-conten-wrap {
  vertical-align: middle;
  display: table-cell;
  position: relative;
  height: 100%;
  padding: 0 0 0 0;
}
.cm-banner-wrapper{
  position: relative;
  max-height: 562px;
  height: 100vh;
}
@media (max-width: 959px){
  .banner-content h1{
    font-size: 50px;
  } 
}

@media (max-width: 569px){
  .banner-content h1{
    font-size: 35px;
  }  
}

@media (max-width: 320px){
  .banner-content h1{
    font-size: 28px;
  }
}

.banner-content .empty{
  padding-top: 18px;
}

.banner-content .divider{
  margin-top: 18px;
}

.banner-content .divider hr{
  width: 15%;
  height: 0;
  border-top-width: 2px;
  border-style: solid;
  border-color: #ffffff!important;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.banner-content h2{
  margin: 0;
  margin-top: 18px;
  color: #fff;
  font-size: 29px;
  letter-spacing: -0.02em!important;
  line-height: 1.5;
  font-weight: 600;
}

@media (max-width: 569px){
  .banner-content h2{
    display:none;
  }
}

.banner-background-container{
  opacity: 1;
  transition: opacity 0.5s;
  transition-delay: 0.2s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: inherit;
  background-clip: padding-box;
}

.banner-background-container > div{
  transform: translate3d(0px, 0px, 0px);
  height: calc(100% + 30vh);
  will-change: transform;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  border-radius: inherit;
  background-clip: padding-box;
}

.banner-background{
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-attachment: scroll;
}

.banner-background::after{
  content:"";
  background-color: #c00b31;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: opacity 0.2s;
  opacity: 0.35;
}
.banner-scrolldown{
  opacity: 1;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -6px;
  z-index: 100;
  transition: transform 0.2s ease-in-out,opacity 0.2s linear 0.2s!important;
  color: #fff;
}

@media (max-width:959px){
  .banner-scrolldown{
    display:none;
  } 
}

.banner-scrolldown:hover {
  transform: translateY(3px);
  opacity: .8!important;
}

.banner-scrolldown::before{
  content: "\f107";
  display: inline-block;
  font-family: 'uncodeicon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 959px){
  .cm-banner-wrapper {
    max-height: 448px;
  }
  .banner-background-container>div {
    height: 100%;
  }
  .banner-background {
    transform: none !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.header-group{
  transition: background-color 0.4s ease-in-out;
  border-color: rgba(255,255,255,.15);
}

@media (min-width: 959px){
.header-group{
  left: 0;
  right: 0;
  z-index: 1000;
  position: absolute;
  width: 100%;
  border-bottom-width: 1px;
  border-top-width: 0;
  border-bottom-style: solid;
  border-top-style: solid;
  box-shadow: 0 4px 10px -10px rgba(0,0,0,.6);
}
}

@media (max-width: 959px){
  .header-group{
  border-bottom-width: 0;
  border-bottom-style: solid;
  z-index: 1000;
  background-color: #FFF;
}
}

.header-wrapper{
  width: 100%;
  background-clip: content-box!important;
  position: relative;
  display:flex;
  align-items: center;
}

@media (min-width: 959px){
.header-wrapper{
  padding: 0 36px 0 36px;
  padding: 0 33.5px 0 33.5px;
}
}

@media (max-width: 959px){
.header-wrapper{
  border-bottom: 1px solid rgba(234,234,234,.5);
  display:block;
}
}

.header__logo{
  padding: 27px 36px 27px 36px;
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: middle;
  line-height: 1px;
  position:relative;
  padding-top: 17.2px;
}

@media (min-width: 959px){
.header__logo{
  padding-left: 0px!important;
}
}

@media (max-width: 959px){
.header__logo{
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
}

@media (max-width: 520px){
.header__logo{
  padding-left: 34px !important;
  padding-right: 34px !important;
}
}

.desktop-view-logo{
  display:none;
}

.mobile-view-logo{
  display:block;
}

@media (min-width: 959px){
.desktop-view-logo{
  display:block;
}

.mobile-view-logo{
  display:none;
}
  
}

.header__logo img{
  margin: 0;
  width: auto !important;
  height: 60px;
  position: relative;
  line-height: 1em;
}

@media (min-width: 959px){
.nav-bar{
  width: 100%;
  height: 95.2px;
}
}

@media (max-width: 959px){
.nav-bar{
  display:none;
}
}

.nav-bar-wrapper{
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

@media (min-width: 960px){
.search-icon{
  white-space: nowrap;
  text-align: right;
}
}

.search-icon ul{
  border-color: rgba(255,255,255,.15)!important;
  list-style:none;
  height:100%;
  display: flex;
  align-items: center;
}

@media (min-width: 959px){
.search-icon ul{
  margin: 0 0 0 36px;
  padding: 0 0 0 36px;
  border-left-width: 1px;
  border-left-style: solid;
}
}

.search-icon ul a{
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
}

@media (min-width: 959px){
.search-icon ul a{
  font-size: 12px;
  line-height: 1em;
}
}

@media (min-width: 959px){
.search-icon ul a i{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  font-family: 'uncodeicon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  top: 3px;
  top: 4px;
  font-size: 18px;
  width: 1em;
  line-height: 0;
  position: relative;
}
  
.search-icon ul a span{
  display:none;
}

.search-icon ul a i:nth-of-type(2){
 display:none;
}
  
}

.search-icon ul a i::before{
  content: "\e088";
}

@media (min-width: 959px){
.overlay{
   background-color: rgba(20,22,24,.95)!important;
}
}

.overlay{
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
  text-align: center;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s 0.5s,visibility 0s 1s;
  background-color: #141618;
}

.search-open .overlay {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s;
}

.search-close{
  top: 0;
  z-index: 10001;
  position: absolute;
  right: 0;
}

.search-close > div{
  transform: none;
  line-height: 20px;
  display: inline-block;
  transition: .3s;
  position: relative;
  padding: 24px 36px 27px 36px;
  cursor: pointer;
  z-index: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
.search-close > div{
  padding-top: 23px;
}
}

.search-close > div>div{
  transition: background 0.3s 0s ease-in-out;
  background: transparent!important;
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  line-height: 20px;
}

.search-close > div>div::before{
  transform: rotate3d(0,0,1,45deg);
  transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 20px;
  transform-origin: 50% 50%;
  background: #fff;
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  height: 2px;
  border-radius: 5px;
}


.search-close > div>div::after{
  transform: rotate3d(0,0,1,-45deg);
  transition: top 0.3s ease-in-out,transform 0.3s 0.5s ease-in-out;
  top: 0;
  width: 20px;
  transform-origin: 50% 50%;
  background: #fff;
  position: absolute;
  left: 0;
  content: '';
  display: inline-block;
  height: 2px;
  border-radius: 5px;
}

.search-container {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  font-size: 3.5vh;
  perspective: 1200px;
}

@media (max-width: 569px){
.search-container {
    font-size: 18px;
}
}

.search-container form {
  display: inline-block;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (min-width: 959px){
.search-container form {
  max-width: 60vw;
  opacity: 0;
  transform: translateY(-40px);
  animation-timing-function: cubic-bezier(.45,.005,0,1);
}
  
.search-open .search-container form {
  opacity: 1;
  transform: translateY(0);
  transition: transform .6s,opacity .2s;
    transition-delay: 0.5s;
}
  
}

@media (max-width: 959px){
.search-container form {
    max-width: calc(100% - 72px);
}
}

.search-container form div{
  width: 100%;
  max-width: none;
  position: relative;
}

.search-container form input{
  display: inline-block;
  margin: 0;
  font-size: 3.5vh;
  padding: .8em 3em .8em 1.5em;
  border-width: 1px;
  border-color: rgba(255,255,255,.25);
  background-color: transparent!important;
  width: 100%!important;
  transition: color 400ms cubic-bezier(.785,.135,.15,.86),background-color 400ms cubic-bezier(.785,.135,.15,.86),border-color 400ms cubic-bezier(.785,.135,.15,.86);
  box-shadow: inset 0 2px 1px rgba(0,0,0,.025);
  border-style: solid;
  border-radius: 2px;
  font-weight: 400;
  color:#FFF;
  outline: none;
  font-family: sans-serif;
}

@media (max-width: 569px){
.search-container form input{
    font-size: 16px;
}
}

.search-container form input:focus{
  border-color: #c00b31;
}

.search-container form input::-webkit-input-placeholder { 
  color:#FFF;
}
.search-container form input::-moz-placeholder { 
  color:#FFF;
}
.search-container form input:-ms-input-placeholder { 
  color:#FFF;
}
.search-container form input:-moz-placeholder {
  color:#FFF;
}

.search-container form i{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  font-family: 'uncodeicon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-top: -.5em;
  right: 1.5em;
  position: absolute;
  top: 50%;
  color: #fff;
}

.search-container form i::before{
  content: "\e088";
}

.no-banner .header-group{
  background-color: rgba(22,108,141,1.0) !important;
  position: static;
}

@media (min-width:959px) and (max-width:1230px){
.header__logo {
    padding-right: 15px;
}

.search-icon ul {
    padding-left: 10px;
    margin: 0 0 0 18px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.footer{
  line-height:normal;
}

.footer a:hover{
  text-decoration:none;
}

.footer__container{
  padding: 36px 36px 36px 36px;
  
}

@media (min-width: 960px){
.footer__container{
    max-width: 1200px;
    margin: auto;
}
}

.top-footer-inner{
  position: relative;
  height: 100%;
  min-width: 100%;
  width: auto;
  display:block;
}

@media (min-width: 960px){
.top-footer-inner{
    margin-left: -36px;
    display: flex;
}
}

.footer-menu{
  width:100%;
}

@media (min-width: 960px){
  .footer-menu{
    width: 75%;
  }
}

.contact{
    width: 100%;
}

@media (min-width: 960px){
  .contact{
    width: 25%;
  }
}

@media (min-width: 960px){
.contact{
    padding: 0 0 0 36px;
    vertical-align: top;
    position: relative;
}
}

@media (max-width: 959px){
.contact{
    padding-top: 36px;
}
}

.contact h3{
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-size: 12px;
    word-break: break-word;
    margin: 0 0 27px 0;
    line-height: 1.2;
}

.contact span.hs_cos_wrapper > span{
    display:block;
    margin-top: -4px;
}

.contact p{
    font-size: .938em;
    line-height: 1.75;
    margin: 18px 0 0;
}

@media (min-width:960px){
  
  .contact p:nth-of-type(2){
    margin-top:17.5px;
  }
}

.contact p strong{
    font-weight: 600;
}

.contact p a{
    transition: color 200ms cubic-bezier(.785,.135,.15,.86),background-color 200ms cubic-bezier(.785,.135,.15,.86),border-color 200ms cubic-bezier(.785,.135,.15,.86);
    font-weight: 500;
}

.footer-menu .hs-menu-wrapper > ul{
  padding:0;
  margin:0;
  list-style:none;
  display:block;
}

@media (min-width: 960px){
.footer-menu .hs-menu-wrapper > ul{
  display:flex;
}
}

@media (min-width: 960px){
.footer-menu .hs-menu-wrapper > ul>li{
  padding: 0 0 0 36px;
  width: 25%;
  width: 33.33333333333333%;
}
}

@media (max-width: 959px){
.footer-menu .hs-menu-wrapper > ul>li{
    padding-top: 36px;
}
  
  .footer-menu .hs-menu-wrapper > ul>li:nth-of-type(1){
    padding-top: 0px;
}
  
}

.footer-menu .hs-menu-wrapper > ul>li>a{
  display:block;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 12px;
  word-break: break-word;
  margin: 0 0 27px 0;
  line-height: 1.2;
  text-align: left;
  font-family: sans-serif;
}

.footer-menu .hs-menu-wrapper > ul>li>a:hover{
  cursor:text;
}

.footer-menu .hs-menu-wrapper > ul >li>ul{
  padding:0;
  margin:0;
  list-style:none;
  margin-top: -3px!important;
}

.footer-menu .hs-menu-wrapper > ul >li:nth-of-type(4)>ul{
  margin-top: -4px;
}

.footer-menu .hs-menu-wrapper > ul >li>ul>li{
  text-transform: uppercase;
  font-size: .938em;
  line-height: 1.75;
}

.footer-menu .hs-menu-wrapper > ul >li:nth-of-type(4)>ul>li{
  margin: 18px 0 0;
  text-transform: none;
  font-size:16px;
}

.footer-menu .hs-menu-wrapper > ul >li>ul>li>a{
  font-size: 12px;
  display: inline-block;
  padding: 0 0 5px 0;
  transition: color 200ms cubic-bezier(.785,.135,.15,.86),background-color 200ms cubic-bezier(.785,.135,.15,.86),border-color 200ms cubic-bezier(.785,.135,.15,.86);
  font-weight: 500;
  font-family: sans-serif;
}

.footer-menu .hs-menu-wrapper > ul >li:nth-of-type(4)>ul>li>a{
  font-weight: 600;
  font-size: .938em;
  padding:0;
}

.footer-menu .hs-menu-wrapper > ul >li:nth-of-type(4)>ul>li:nth-of-type(2)>a{
  display:none;
}

.footer-menu .hs-menu-wrapper > ul >li>ul>li>ul{
  padding:0;
  margin:0;
  list-style:none;
}

.footer-menu .hs-menu-wrapper > ul >li>ul>li>ul>li>a{
  font-weight: 600;
  font-size: .938em;
  padding:0;
}

.bottom-footer{
  font-size: .875em;
}

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

.bottom-footer .footer__container{
  padding:0;
  display:flex;
  align-items: center;
}

@media (max-width: 959px){
  .bottom-footer .footer__container{
    display:block;
  }
}

.social,
.footer__copyright{
  vertical-align: middle;
  padding: 36px 36px 36px 36px;
  padding-top: 26.5px;
  padding-bottom: 26.5px;
  transition-property: box-shadow;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.57,.21,.69,1);
  text-align: left;
  position: relative;
  height: 100%;
}

@media (min-width: 960px){
.social,
.footer__copyright{
    width: 50%;
}
}

.social{
  text-align: right;
}

@media (max-width: 959px){
.footer__copyright{
  display: block;
  text-align: center;
  padding-left:0px;
  padding-right:0px;
}
.social{
  display: block;
  text-align: center;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  justify-content: center !important;
  }
}

.footer__copyright p{
  margin:0;
  font-size: 13px;
  line-height: 1.75;
}

.footer__copyright p a{
  transition: color 200ms cubic-bezier(.785,.135,.15,.86),background-color 200ms cubic-bezier(.785,.135,.15,.86),border-color 200ms cubic-bezier(.785,.135,.15,.86);
}

.social{
  display:flex;
  justify-content:flex-end;
}

.social-icon{
  line-height: 13px;
  padding-left: 9px;
  padding-right: 9px;
  width: auto;
  text-align: center;
  vertical-align: bottom;
}

.social-icon:first-child{
  padding-left: 0px!important;
}

.social-icon:last-child{
  padding-right: 0px!important;
}

.social-icon a{
  transition: color 200ms cubic-bezier(.785,.135,.15,.86),background-color 200ms cubic-bezier(.785,.135,.15,.86),border-color 200ms cubic-bezier(.785,.135,.15,.86);
}

.social-icon a i{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  font-size: 18px;
  font-family: 'uncodeicon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icon:first-child i::before{
  content: "\f0e1";
}

.social-icon:last-child i::before{
  content: "\f167";
}

@media (max-width:520px){
.top-footer .footer__container{
  padding-left:34px;
  padding-right:34px;
}
}


.to-top{
  opacity: 0;
  transition: opacity 0.5s;
  color: #303133;
  z-index: 100;
  position: fixed;
  right: 22px;
  bottom: 22px;
  color: #ffffff!important;
  background-color: #303133!important;
  border-color: #303133!important;
  border-radius: 2px;
  width:34px;
  height:34px;
  line-height:34px;
  text-align: center;
  cursor:pointer;
}

.to-top::before{
  font-family: 'uncodeicon'!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  border-width: 1px!important;
  content: "\f106";
  cursor:pointer;
}

.to-top.active{
  opacity: 1;
  display: block;
  animation-name: alpha-in;
  animation-duration: 0.5s;
}

@keyframes alpha-in{

  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
  
}

html{
    scroll-behavior: smooth;
}
/* ******************************************************************************
*********************************************************************************
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;
  padding: 0 20px;
  margin: 0 auto;
}

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

.blog-header__inner {
  max-width: 767px;
  margin: 0 auto;
  padding: 50px 20px;
}
.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 .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: auto; /*Mette Mi*/
    height: auto; /*Mette Mi*/
    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: 400;
  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 ul{
    padding:15px !important;
  }
  .blog-sidebar-post-listing li:before {
    width: 13px !important;
  }
}

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

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
  .blog-sidebar ul{
    padding:30px !important;
  }
  .blog-sidebar-post-listing li:before {
    width: 22px !important;
  }
  .hs-recaptcha {
    margin-top:10px;
    overflow-y:hidden !important;
    overflow-x:auto !important;
  }
}

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

.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: 36px;
  font-weight: 600;
}

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


/**Charlotte**/

.mt-30 {
 margin-top: 30px; !important
}

.ck-padding {
 margin-top: 30px; !important
 margin-bottom: 30px; !Important
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.systems-page .hs-form-field{
  margin-bottom:16px;
}
input.email-edit.hs-input {
    margin: 0 0 16px !important;
    width: 100% !important;
}
.systems-page .hs-error-msgs{
  padding:0;
  margin:0;
}

.systems-page .hs-button.primary.large{
  margin-top:16px;
}

.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;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 50px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 15px;
  color: #4F7D24;
  padding: 5px 10px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.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;
}