/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 16px;
}

body, html {
    overflow-x: hidden;
}

body {
  font-family: Roboto, serif;
  font-size: 1rem;
  color: #0d2337;
  line-height: 1.8;
  font-weight:300;
  -webkit-font-smoothing: antialiased;
}

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

/* Anchor Links */
a {
  color: #2e75b6;
  text-decoration: none;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right,currentColor 100%,currentColor 0);
  background-size: 1px 1px;
  background-position: 0 100%;
  white-space: initial;
  word-break: break-word;
}
a:hover, a:focus {
  text-decoration: none;
  opacity: .8;
}

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

h1, h2, h3, h4 {
  margin: 2rem 0;
}

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

h2 {
  font-size: 44.8px;
  line-height: 1.2992;
}

h3 {
  font-size: 35.2px;
  line-height: 1.3328;
}

h4 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 25.6px;
  line-height: 1.5;
}

h5 {
  font-size: 22.4px;
  line-height: 1.5;
}

h6 {
  font-size: 19.2px;
  line-height: 1.3888;
  margin: 2rem 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
p:first-child {
  margin-top:0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
  margin-bottom:0;
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 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: 500px;
  font-family: Roboto, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
  font-family: Roboto;
  font-size:16px;
  color: #377bb8;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #1967b0;
  border-radius: 35px ;
  transition: all .3s;
  opacity: 1;
  padding: .8em 2.505em;
  white-space: nowrap;
  width: 200px ;
  white-space:normal;
  text-align:center;
  background-image: none;
  opacity:1 !important;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
  font-family: Roboto;
  font-size:16px;
  font-weight:500;
}


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

ul.no-list.hs-error-msgs {
  padding-right: 8px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select,
.hs-input {
  display: inline-block;
  width: 100%;
  color: #000;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  -webkit-transition: background .1s ease-in;
  transition: background .1s ease-in;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus ,
.hs-input:focus {
  outline: none;
  background-color:#fff !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;
}

.hs-error-msg,
.hs-error-msgs label {
  background: #cc3b3b url(https://8089143.fs1.hubspotusercontent-na1.net/hubfs/8089143/raw_assets/public/Securys_Dec2020/images/icon_close_light.png) no-repeat 9px 50%;
  border-radius: 2px;
  color: #fff !important;
  display: inline-block !important; 
  font-size: 13px !important;
  line-height: 23px !important;
  margin: 12px 0 !important;
  padding: 5px 15px 3px 25px !important;
  margin-bottom: .5em !important;
  font-family: Poppins;
  font-weight: 300 !important;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}


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: #e99292;
}
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: #e99292;
}

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

.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: #0d2337;
}
.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;
}

form.hs-form.stacked {
    margin-bottom: 50px;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto, serif;
}

ul.no-list.hs-error-msgs.inputs-list .hs-error-msg {
  color: red;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

@media (max-width:480px) {
  form .hs-form-field .hs-input {
    width: 100% !important;
  }
  
  form .hs-input[type=checkbox],
  form .hs-input[type=radio] {
    width:auto !Important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}
@media (min-width:1512px) {
  .privacy-row2 .cm-policy-btn {
    font-size: calc(1.1 * 1rem) !important;
  }
}

.privacy-row2 .widget-type-linked_image {
  margin-top: 6.6vmax;
}


/*================ Enterprise Page ===================*/

.enterprise-row1 .dnd-section {
  padding-top: 4vw;
  padding-bottom: 6.6vmax;
}

.enterprise-row1 .dnd-section > .row-fluid > div {
  width: 75%;
  margin: 0 auto;
}


.enterprise-row2 .dnd-section {
  padding-top: 30px;
  padding-bottom: 2vmax;
}

.enterprise-row3 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.enterprise-row2 .dnd-section{
  display:flex;
  min-height:33vh;
  align-items:center;
}

.enterprise-row3 .dnd-section {
  display:flex;
  min-height:66vh;
  align-items:center;
}

.enterprise-row2 > div,
.enterprise-row3 > div{
  width:100%;
}

.enterprise-row2 .dnd-section > .row-fluid > div {
  margin-top: -150px;
} 

.enterprise-row2 h4 a,
.enterprise-row3 h4 a{
  color: inherit;
  opacity: 1 !important;
}

.enterprise-row2 .span4,
.enterprise-row3 .span4{
  width: 33.33333% !important;
  margin: 0;
  padding: 0;
}

.enterprise-row2 .widget-type-linked_image img,
.enterprise-row3 .widget-type-linked_image img{
  width: 100%;
}

.enterprise-row2 .widget-type-linked_image {
  width: 100%;
}

.enterprise-row3 .widget-type-linked_image {
  width: 100%;
}

.enterprise-row2 .dnd-section>.row-fluid > div > div,
.enterprise-row3 .dnd-section>.row-fluid > div > div{
  margin: 0 -17px;
}

.enterprise-row1 {
  min-height: 33vh;
  display: flex;
  align-items: center;
}

.enterprise-row1 > div {
  width: 100%;
}

.enterprise-row2 h4,
.enterprise-row3 h4{
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.3888;
}

.enterprise-row2 h4 a ,
.enterprise-row3 h4 a {
  background: none;
  transition: all .2s;
}

.enterprise-row2 h4 a:hover,
.enterprise-row3 h4 a:hover {
  border-bottom: 4px solid #fff;
  margin-bottom: -4px;
  transition: all .2s;
  opacity: 1 !important;
}

.enterprise-row2 .widget-type-linked_image a,
.enterprise-row3 .widget-type-linked_image a {
  opacity:1 !important;
}

@keyframes zoomIn {
  from {
    transition: opacity 800ms cubic-bezier(.4,0,.2,1),transform 800ms cubic-bezier(.4,0,.2,1);
    will-change: opacity,transform;
    opacity: 0;
    transform: matrix(.92,0,0,.92,0,0);
  }

  50% {
    opacity: 1;
    transform: matrix(1,0,0,1,0,0);
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.enterprise-row2 .widget-type-linked_image:hover img,
.enterprise-row3 .widget-type-linked_image:hover img{
  transform: scale(1.05);
}

.enterprise-row2 .widget-type-linked_image,
.enterprise-row3 .widget-type-linked_image {
  transition: all .5s;
  visibility:hidden;
}

.enterprise-row2 .widget-type-linked_image img,
.enterprise-row3 .widget-type-linked_image img{
  transition: all .5s;
}

@media (max-width:767px) {
  .enterprise-row1 .dnd-section>.row-fluid>div {
    width: 100%;
  }

  .enterprise-row2 .span4, .enterprise-row3 .span4 {
    width: 100% !important;
  }
}


/*===================== Service inner Page ========================*/


.service-inner-wrapper div[class*="force-full-width-section"] > .row-fluid {
  padding: 0 !important;
  max-width: 100%;
  box-sizing:content-box;
}

.service-inner-row2 .dnd-section,
.service-inner-row3 .dnd-section,
.service-inner-row4 .dnd-section{
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}


.service-inner-row2 {
  min-height: 66vh;
  display: flex;
  align-items: center;
}

.service-inner-row2 .content-with-image .content-title {
  font-weight:300;
}



.service-inner-row2 > div {
  width: 100%;
}

.widget-type-space span {
  height: 34px;
  display: block;
}

.service-inner-row3 {
  font-size:15px;
}

.service-inner-row3 .dnd-section > .row-fluid > div > div {
  margin: 0 -17px;
}

.service-inner-row3 .span3 {
  padding: 0;
  width: 25%;
  margin: 0;
}


.service-inner-row5 .dnd-section {
  padding-top: 4vw;
  padding-bottom: 6.6vmax;
}

.service-inner-row5 .span3 {
  width: 25%;
  margin: 0;
}

.service-inner-row5 .span2 {
  width: 20%;
  margin: 0;
}

.service-inner-row5 .span3 {
  width: 20%;
  margin: 0;
}

.service-inner-row5 .dnd-section > .row-fluid > div > div {
  margin: 0 -17px;
}


.service-inner-row5 a {
  color: inherit;
  background: none;
}

.service-inner-row5 {
  display:flex;
  align-items:flex-start;
  min-height:33vh;
}

.service-inner-row5 > div {
  width:100%;
}

.service-inner-row6 .dnd-section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}


.service-inner-row6 .dnd-section > .row-fluid > div {
  max-width: 75%;
  margin: 0 auto;
}

.service-inner-row6 .dnd-section > .row-fluid > div > div {
  margin: 0 -17px;
}

.service-inner-row6 .cm-contact-btn:hover {
  background-color: #fff !important;
  color: #00c7b0 !important;
  transition: all .3s;
  opacity: 1 !important;
}


.service-inner-row6 .cm-enterpsie-btn:hover {
  background-color: #fff !important;
  color: #076cf2 !important;
  transition: all .3s;
  opacity: 1 !important;
}

.service-inner-row6 a {
  color:inherit;
}
.service-inner-row6 a:hover {
  color:inherit;
  opacity:.7;
}

.service-inner-row5 .widget-type-linked_image:hover {
  transform: scale(1.05);
  transition: all .5s;
}

.service-inner-row5 .widget-type-linked_image {
  transition: all .5s;
}

.service-inner-row5 .widget-type-linked_image a {
  opacity: 1 !important;
}

@media (min-width:1512px) {
  .service-inner-row6 {
    font-size: calc(1.4 * 1rem);
  }

  .service-inner-row6 .cm-contact-btn{
    font-size: calc(1.1 * 1rem) !Important;
  }

}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape) {
  .service-inner-row6 .cm-contact-btn{
    font-size: calc((1.1 - 1) * 1.2vw + 1rem)!Important;
  }

  .service-inner-row6 {
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  }

  .service-inner-row6 h2 {
    font-size: calc((2.8 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait) {
  .service-inner-row6 .cm-contact-btn{
    font-size: calc((1.1 - 1) * 1.2vh + 1rem)!Important;
  }

  .service-inner-row6 {
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }

  .service-inner-row6 h2 {
    font-size: calc((2.8 - 1) * 1.2vh + 1rem);
  }
}


@media (max-width:1024px) and (min-width:750px) {
  .custom-banner.banner-content-left h1 .laptop-change1 {
    font-size: 2.5rem;
    width: 330px;
    display: block;
  }

  .custom-banner.banner-content-left h1 .laptop-change2 {
    font-size: 2.2rem;
    display: block;
  }
}

@media (max-width:767px) {
  .service-inner-row3 .span3 {
    width: 100%;
    max-width:320px;
    margin: 0 auto !important;
  }

  .service-inner-row3 p {
    font-size: 14px;
  }

  .service-inner-row5 .span2,.service-inner-row5 .span3 {
    width: 100%;
  }

  .service-inner-row6 .dnd-section>.row-fluid>div {
    max-width: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.privacy-header .header-link-wrapper a:hover {
  opacity: 1;
}
.hs_error_rollup label {
  position: static !important;
}

.has-banner .contact-header .custom-header {
  background: none;

}
.contact-page .contact-column.clearfix {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
  box-sizing: content-box;
  margin-top: 50px !important;
}

.contact-page .contact-details {
  padding: 0;
  border-radius: 0;
}

.contact-page .contact-wrapper> div {
  width: 50%;
  float: left;
}
.contact-page .contact-column.clearfix .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
}
.contact-page .contact-details {
  padding: 0 28px 28px 19px;
  margin-right: 12px;
}

.contact-page .contact-wrapper.clearfix {
  width: 86%;
  margin: 0 auto;
}

.contact-page .contact-column.clearfix {
  max-width: 1400px;
  margin: 0 auto;
}
.container-fluid.contact-row3 .dnd-section>.row-fluid {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.contact-page .about-row6 form {
  margin-left: 12px;
  padding-top: 0;
  padding-right: 0;
}
.contact-page .about-row6 form .hs_email .hs-input {
  border-radius: 3px !important;
  border: 2px solid #cbcbcb !important;
}
.contact-page .about-row6 .dnd-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.contact-page .contact-details h4 {
  color: #0d2337 !important;
  font-weight: 400 !important;
  padding-top: 20px;
  font-size: 28px;
}
.contact-row2.about-row6 .hs_cos_wrapper_type_rich_text {
  padding: 17px;
  display: block;
}
.contact-page .about-row6 form .hs-fieldtype-select select {
  background: #fff;
}
.contact-page  .about-row6 .dnd-section>.row-fluid>.dnd-column {
  width: 100% !important;
}
.contact-page  .hs-form label.hs-error-msg, .contact-page  .hs-error-msgs label {
    background: #cc3b3b url(https://8089143.fs1.hubspotusercontent-na1.net/hubfs/8089143/raw_assets/public/Securys_Dec2020/images/icon_close_light.png) no-repeat 9px 50%;
    border-radius: 2px;
    color: #fff !important;
    display: inline-block;
    font-size: 13px !important;
    line-height: 23px;
    margin: 12px 0;
    padding: 5px 15px 3px 25px;
    margin-bottom: .5em;
    font-family: Poppins;
    font-weight: 300 !important;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
@media(max-width:1199px){
  .contact-page .contact-wrapper.clearfix {
    width: 76.5%;
    margin: 0 auto;
  }
  .contact-page  .contact-details .address {
    font-size: calc((1.4 - 1) * 1.2vw + 1rem) !important;
  }
  .contact-page  .contact-details p a {
    font-size: calc((1.4 - 1) * 1.2vw + 1rem) !important;
  }

}
@media(max-width:991px){
  .contact-page .contact-details h4 a {
    padding: 0;
  }
  .contact-page  .contact-details .address {
    font-size: calc((1.4 - 1) * 1.2vh + 1rem) !important;
  }
  .contact-page .contact-details {
    padding: 0 28px 28px 16px;
    margin-right: 12px;
  }

}
@media(max-width:767px){
  .contact-page .contact-wrapper>div {
    width: 100%;
    float: left;
  }
  .contact-page .contact-wrapper.clearfix {
    width: 100%;
    margin: 0 auto;
  }
  .contact-page .contact-column.clearfix {
    padding-right: 6vw;
    padding-left: 6vw;
  }
  .contact-page .contact-details h4 {
    padding-top: 37px;
    font-size: 28px;
  }
  .contact-page .contact-details h4 a {
    padding-left: 7px;
  }
  .contact-page .contact-details {
    padding: 0 28px 28px 11px;
    margin-bottom: 0;
  }
  .contact-page .about-row6 form {
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .contact-page .contact-details p a {
    font-size: calc((1.4 - 1) * 1.2vh + 1rem) !important;
  }
  .contact-row2.about-row6 .hs_cos_wrapper_type_rich_text {
    padding: 17px 0;
    display: block;
  }
 .google-map-wrapper {
    padding-top: 21px;
    min-height: 26.35vh;
    height: auto;
}

}
@media(max-width:575px){
  .privacy-header .header-link-wrapper a {
    font-size: 8.5vmin !important;
    line-height: 28.8px !important;
  } 
  .contact-page .contact-details {
    padding: 0 8px 28px 11px;
    margin-bottom: 0;
    margin-right: 0;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.row-fluid [class*="span"] {
  min-height: 0;
}

.banner-section .dnd-section > .row-fluid {
  padding: 0 !important;
  max-width: 100%;
}

/*================ About Page ================*/

.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0,0,0,0);
}

.about-row6 form .hs-input {
  font-size: 12px;
}

.about-row6 form .hs-form-field.hs-firstname .hs-input,
.about-row6 form .hs-form-field.hs-lastname .hs-input {
  font-size: 14px;
}

.featherlight {
  background: rgba(0,0,0,.8);
}

.featherlight .featherlight-content {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 0px 25px 0;
  border-bottom: 25px solid transparent;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 89%;
  background: #fff;
  cursor: auto;
  white-space: normal;
  max-width: 800px;
}

.featherlight .featherlight-close {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  line-height: 25px;
  width: 25px;
  cursor: pointer;
  text-align: center;
  font-family: Arial,sans-serif;
  background: #fff;
  background: rgba(255,255,255,.3);
  color: #000;
}

.featherlight .modalblock {
  text-align: center;
  background-color: #fff !important;
  padding-bottom: 8px;
  position: relative;
  margin-left: 25px;
  margin-bottom: 28px;
  padding-left: 5%;
  padding-right: 5%;
}

.featherlight .modalblock .member-image img {
  margin-top: 60px;
  vertical-align: top;
  max-width:100%;
}

.featherlight .modalblock p#about-name {
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 18px;
  margin-bottom: 0 !important;
  line-height: 1.8;
  font-family: Roboto;
}

.featherlight .modalblock p#about-title {
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  font-size: 1.4rem;
  margin-top: 0 !important;
}

.featherlight .modalblock .description {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 400;
}

.featherlight .modalblock .description p {
  color: #000;
  font-size: 1rem;
  font-family: Roboto;
  line-height: 1.8;
  margin: 0;
}

.featherlight .modalblock div#modal-descr-holder {
  background-color: #def;
}


.featherlight .modalblock div#modal-descr-holder p {
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  color: #2e75b6;
  font-weight: 400;
}

.featherlight .modalblock div#modal-descr-holder p:first-child {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 40px;
}

.featherlight .modalblock div#modal-descr-holder p:last-child {
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 40px;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.8;
}

.featherlight .modalblock div#modal-cert-imgholder {
  width: 100%;
  background-color: #f7f7f7;
  margin-top: 40px;
}


.featherlight {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483647;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  background: #333;
  background: rgba(0, 0, 0, 0)
}

.featherlight:last-of-type {
  background: rgba(0, 0, 0, .8)
}

.featherlight:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em
}

.featherlight .featherlight-inner {
  display: block
}

.featherlight .featherlight-image {
  width: 100%
}

.featherlight-iframe .featherlight-content {
  border-bottom: 0;
  padding: 0
}

.featherlight iframe {
  border: 0
}

@media only screen and (max-width:1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 86%;
    padding: 0px ;
    border-bottom: 10px solid transparent;
    width: 770px;
  }
}

@media screen and (min-width: 768px){
  .team-card .featherlight .featherlight-content {
    max-height: 90% !important;
    max-width: 800px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 100%;
  }


}

@media (max-width:850px){
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: auto;
    max-height: 86%;
    padding: 0;
    border-bottom: 10px solid transparent;
    width: 96%;
    text-align: center;
  }

  .featherlight .modalblock div#modal-cert-imgholder img {
    max-width: 100%;
  }
}

@media (max-width:767px){

  .featherlight .featherlight-content {
    margin-right: 10px;
    margin-left: 10px;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }

  .featherlight .modalblock {
    padding-bottom: 8px;
    margin-left: 0;
    margin-bottom: 28px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 35px;
  }

  .featherlight .modalblock div#modal-descr-holder p:first-child {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 40px;
  }
}

/*============== Privacy Page ===============*/

.privacy-row1 .dnd-section {
  padding-top: calc(50vmax / 5);
  padding-bottom: 4vw;
}

.privacy-page-footer .certificate-logo {
  background-color: #e96724;
}

.privacy-row1 {
  display: flex;
  align-items: flex-end;
}

.privacy-row1 > div {
  width: 100%;
  margin:0 !Important;
}

.privacy-row2 .dnd-section {
  padding-top: 4vw;
  padding-bottom: 6.6vmax;
}

.privacy-row2 {
  min-height: 33vh;
  display: flex;
  width:100%;
  align-items: center;
}

.privacy-row2 > div {
  width: 100%;
}

.privacy-row2 .dnd-section > .row-fluid > div {
  max-width: 75%;
}

.privacy-wrapper .widget-type-rich_text  {
  padding:0 17px 17px;
}

.privacy-row2 {
  font-size: 1.4rem;
}

.about-wrapper .custom-banner {
  background-position: unset;
  background-size: unset !important;
}

.about-wrapper .col-background-wrapper .cm-col-6 {
  margin-bottom: 80px;
}

.about-row1 .col-background-wrapper .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.about-row1 .col-background-wrapper .col-bg-right .cm-col-inner {
  min-height: 450px;
  height: auto !important;
}

.about-row2 .widget-type-header {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 57px;
}

.about-row2 .widget-type-header h3 {
  color: #4182ba;
  box-shadow: none;
  font-weight: 400;
  font-size: 30px;
}

.about-row3 .widget-type-linked_image:after {
  background-color: #00c7bc;
  opacity: .1;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.about-row3 .widget-type-linked_image {
  position: relative;
}

.about-row2 .dnd-section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.about-row2 .widget-type-linked_image {
  padding: 17px;
  padding-bottom: 0;
}

.about-row2 .widget-type-linked_image img {
  vertical-align: top;
}

.about-row2  .span4 blockquote {
  color: #0d2337 !important;
  padding-left: 12%;
  padding-right: 12%;
  margin: 0;
  border: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}

.about-row2 .span4 blockquote p {
  color: #0d2337;
  line-height: 1.8;
}

.about-row2 .span4 {
  padding-bottom: 17px;
}

.about-row2 .hs-button {
  letter-spacing: .02em;
  font-style: normal;
  text-transform: none;
  font-family: Roboto;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  line-height: normal;
  padding: .8em 2.505em;
  font-weight: 500;
  color: #fff !important;
  background-color: #1967b0 !important;
  border: 2px solid #1967b0 !important;
  border-radius: 35px !important;
  transition: all .3s;
  font-size: calc(1 * 1rem);
  text-decoration: none;
  background-image: none;
  margin-top: 17px;
  margin-bottom: 17px;
  width:auto;
}

.about-row2 .hs-button:hover {
  opacity:.8 !important;
}

.about-row3 {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.about-row3 .dnd-section {
  padding-top: 51px !important;
  padding-bottom: 17px !important;
}

.about-row3 .span6 {
  position: relative;
  width: calc(50% - 5%);
  margin: 0;
}

.about-row3 .span6 h3 {
  text-align: left;
  box-shadow: 0.2em 0 0 #fff, -0.2em 0 0 #fff;
  color: #2e75b6;
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}

.about-row3 .span6 p {
  color: #2e75b6;
}

.about-row3 .span6:first-of-type {
  margin-right: 10%;
}

.about-row3 .span6 img {
  position: relative;
  vertical-align: top;
}

.about-row4 .dnd-section {
  padding-top: 4vw;
  padding-bottom: 6.6vmax;
}

.about-row4 .widget-type-header h3 {
  padding-bottom: 17px;
  font-size: calc(2.2 * 1rem);
  line-height: 1.3328;
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  color: #fff;
  font-weight: bold;
}

.about-row4 .span6 {
  padding-top: 17px;
  padding-bottom: 17px;
}

.about-row4 .span6 p strong {
  font-weight: 500 !important;
}

.about-row5 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.about-row5 h3 {
  padding-top: 80px;
  color: #2e75b6;
}

.about-row5 p {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.about-row5 .span6:first-of-type {
  margin-right: 14px;
}

.about-row6 .dnd-section {
  padding-top: 3.3vmax !important;
  padding-bottom: 3.3vmax !important;
}

.about-row6 .widget-type-header {
  padding: 17px;
  padding-top: 0;
  text-align: center;
}

.about-row6 .widget-type-header h3 {
  margin-top: 30px;
  margin-bottom: 60px;
  color: #0d2337;
  line-height: 1.3328;
  font-family: Roboto;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}

.about-row6 .dnd-section>.row-fluid>.dnd-column {
  width: 87.5% !important;
}

.about-row6  form {
  background-color: #fff;
  border-radius: 8px;
  padding: 17px;
  max-width: 100%;
}

.about-row6 form label {
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
  font-family: Roboto;
  color: #474747 ;
  font-weight: 500 ;
  font-size: 16px;
  margin: 0;
}

.about-row6 form fieldset {
  max-width: 100%;
}

.about-row6 form .hs-input {
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  font-size: 14px;
  height: auto;
}

.about-row6 form  legend.hs-field-desc {
  font-family: Roboto;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
  color: #474747 !important;
  font-weight: 500 !important;
}

.about-row6 form select {
  border: 2px solid #cbcbcb !important;
}


.about-row6 form .field {
  margin-bottom: 24px;
}

.about-row6 form  input.hs-button.primary.large {
  -webkit-font-smoothing: antialiased;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
  font-family: Roboto;
  color: #377bb8 ;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #1967b0;
  border-radius: 35px ;
  transition: all .3s;
  opacity: 1 ;
  padding: .8em 2.505em;
  white-space: nowrap;
  max-width: 200px ;
  font-size: 16px;
  width:100%;
}

.about-row6 form input.hs-button.primary.large:hover {
  color: #fff ;
  background-color: #1967b0 ;
  border: 2px solid #1967b0 ;
  border-radius: 35px ;
  transition: all .3s;
}

.about-row6 .dnd-section blockquote {
  padding: 17px 0;
  border: 0;
  margin: 0;
  line-height: 1.8;
}

.about-row5 p {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  font-family: Roboto;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin: 0;
}



@media screen and (max-width: 1530px){
  .dnd-section>.row-fluid, .header__container, .page-center, .content-wrapper {
    box-sizing: border-box !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape) {
  .privacy-row2 {
    font-size: calc(.48vw + 1rem);
  }

  .privacy-row1 h1 {
    font-size: calc(3.6vw + 1rem);
  }

  .privacy-row2 h3 {
    font-size: calc(1.44vw + 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait) {
  .privacy-row2 {
    font-size: calc(.48vh + 1rem);
  }

  .privacy-row1 h1 {
    font-size: calc(3.6vh + 1rem);
  }

  .privacy-row2 h3 {
    font-size: calc(1.44vh + 1rem);
  }


  .about-wrapper  .col-background-wrapper {
    margin-bottom: 30px;
  }

  .about-row2 .span4 blockquote {
    color: #0d2337 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .about-row3 .span6 h3 {
    margin-bottom: 5%;
  }

  .about-row4 .widget-type-header h3 {
    font-size: calc((2.2 - 1) * 1.2vw + 1rem);
  }

  .team-card .team-inner .description+img {
    margin-bottom: 80px;
    max-width: 100%;
  }
}

@media screen and (max-width: 1149px) and (min-width: 1050px) {
  .header-nav > div {
    transform: translatex(2%);
  }
}

@media (max-width:1199px){
  .about-row6 .dnd-section>.row-fluid>.dnd-column {
    width: 79% !important;
  } 

  .about-wrapper .col-background-wrapper .col-bg-left .cm-col-inner h3 {
    font-size: 28px !important;
  }

  .about-row2 .span4 blockquote {
    padding-left: 0;
    padding-right: 0;
  }


}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .about-wrapper .col-background-wrapper .col-bg-left .cm-col-inner h3 {
    font-size: 22px;
  }

}

@media (max-width:767px) {
  .privacy-row2 .dnd-section>.row-fluid>div {
    width: 100%;
    max-width: 100%;
  }

  .about-wrapper .col-background-wrapper .cm-col-6 {
    margin-bottom:0;
  }

  .about-row3 .dnd-section {
    padding-top: 0px !important;
    padding-bottom: 17px !important;
  }

  .about-row3 .span6:first-of-type {
    margin-right: 0;
    margin-bottom:17px;
  }

  .about-row3 .span6 {
    position: relative;
    width: 100%;
    margin: 0;
  }

  .about-row5 .span6:first-of-type {
    margin-right: 0;
  }

  .about-row6 .dnd-section>.row-fluid>.dnd-column {
    width: 100% !important;
  }

  .about-row6 form fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  .about-row6 form fieldset .hs-form-field .input {
    margin: 0 !important;
  }

  .about-wrapper .custom-banner {
    background-position: top left;
    background-size: initial !important;
  }


}


/*==================== service page =========================*/


.service-wrapper div[class*="force-full-width-section"] > .row-fluid {
  padding: 0 !important;
  max-width: 100%;
  box-sizing:content-box;
}

.service-row2 .dnd-section,
.service-row3 .dnd-section,
.service-row4 .dnd-section{
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.service-row2 {
  min-height: 66vh;
  display: flex;
  align-items: center;
}

.service-row2 > div {
  width: 100%;
}

.widget-type-space span {
  height: 34px;
  display: block;
}

.service-row3 {
  font-size:15px;
}

.service-row3 .dnd-section > .row-fluid > div > div {
  margin: 0 -17px;
}

.service-row3 .span3 {
  padding: 0;
  width: 25%;
  margin: 0;
}


.service-row5 .dnd-section {
  padding-top: 4vw;
  padding-bottom: 6.6vmax;
}

.service-row5 .span3 {
  width: 25%;
  margin: 0;
}

.service-row5 .span2 {
  width: 20%;
  margin: 0;
}

.service-row5 .span2 + .span3 {
  width: 20%;
  margin: 0;
}

.service-row5 .dnd-section > .row-fluid > div > div {
  margin: 0 -17px;
}


.service-row5 a {
  color: inherit;
  background: none;
}

.service-row5 {
  display:flex;
  align-items:flex-start;
  min-height:33vh;
}

.service-row5 > div {
  width:100%;
}

.service-row6 .dnd-section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}


.service-row6 .dnd-section > .row-fluid > div {
  max-width: 75%;
  margin: 0 auto;
}

.service-row6 .dnd-section > .row-fluid > div > div {
  margin: 0 -17px;
}

.service-row6 .cm-contact-btn:hover {
  background-color: #fff !important;
  color: #00c7b0 !important;
  transition: all .3s;
  opacity: 1 !important;
}


.service-row6 .cm-enterpsie-btn:hover {
  background-color: #fff !important;
  color: #076cf2 !important;
  transition: all .3s;
  opacity: 1 !important;
}

.service-row6 a {
  color:inherit;
}

.service-row6 a:hover {
  color:inherit;
  opacity:.7;
}

.service-row5 .widget-type-linked_image:hover {
  transform: scale(1.05);
  transition: all .5s;
}

.service-inner-row5 a:hover,
.service-row5 a:hover{
  color: inherit;
  border-bottom: 4px solid #fff;
  margin-bottom: -4px;
  transition: all .2s;
  opacity: 1 !important;
}

.service-row5 .widget-type-linked_image {
  transition: all .5s;
}

.service-row5 .widget-type-linked_image a {
  opacity: 1 !important;
}

@media (min-width:1512px) {
  .service-row6 {
    font-size: calc(1.4 * 1rem);
  }

  .service-row6 .cm-contact-btn{
    font-size: calc(1.1 * 1rem) !Important;
  }

  .content-with-image .content-title .custom-title {
    font-size: calc(2.2 * 1rem);
  }


}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape) {
  .service-row6 .cm-contact-btn{
    font-size: calc((1.1 - 1) * 1.2vw + 1rem)!Important;
  }

  .service-row6 {
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  }

  .service-row6 h2 {
    font-size: calc((2.8 - 1) * 1.2vw + 1rem);
  }

  .content-with-image .content-title .custom-title {
    font-size: calc((2.2 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait) {
  .service-row6 .cm-contact-btn{
    font-size: calc((1.1 - 1) * 1.2vh + 1rem)!Important;
  }

  .service-row6 {
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }

  .service-row6 h2 {
    font-size: calc((2.8 - 1) * 1.2vh + 1rem);
  }

  .content-with-image .content-title .custom-title {
    font-size: calc((2.2 - 1) * 1.2vh + 1rem);
  }
}

@media (max-width:1024px) {
  .service-inner-wrapper .col-background-wrapper .col-bg-right .cm-col-inner p .mobile-small {
    font-size: 14px;
    line-height: 1;
  }
}

@media (max-width:767px) {
  .service-row3 .span3 {
    width: 100%;
    max-width:320px;
    margin: 0 auto !important;
  }

  .service-row3 p {
    font-size: 14px;
  }

  .service-row5 .span2,.service-row5 .span3 {
    width: 100%;
  }

  .service-row6 .dnd-section>.row-fluid>div {
    max-width: 100%;
  }

  .about-wrapper .col-background-wrapper .col-bg-left .cm-col-inner h3 {
    font-size: 24px !important;
    padding-right: 5px;
  }
}

@media (max-width:500px) {
  .about-row1 .col-background-wrapper .col-bg-right .cm-col-inner {
    min-height: 578px;
    height: 100% !important;
    position: relative;
    z-index: 9;
    max-width: 350px !important;
    width: 100% !important;
  }

  .about-row1 .col-background-wrapper .cm-row {
    margin: 0;
  }

  .about-row1 .col-background-wrapper .col-bg-left .cm-col-inner {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    height: 100% !important;
    box-sizing: inherit;
    max-width: 352px;
    min-height: 284px;
    transform: translatex(0);
  }

  .about-row1 .col-background-wrapper .col-bg-right .cm-col-inner {
    transform: translatex(3%) translatey(-25px);
  }

  .about-row1 .col-background-wrapper .col-bg-right .cm-col-inner p {
    position: relative;
    top: auto !important;
    transform: none !important;
  }
}

@media (max-width:400px){
  .about-row1 .col-background-wrapper .col-bg-right .cm-col-inner {
    transform: translatex(-4%) translatey(-25px);
  } 
}



/*============================= Full Width Page ==================================*/

.full-width-row1 .dnd-section {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
}

.full-width-wrapper div[class*="force-full-width-section"] > .row-fluid {
  padding: 0 !important;
  max-width: 100%;
  box-sizing:content-box;
}

.full-width-wrapper .bgcontent-wrapper {
  padding-top: 4vw;
  padding-right: 4vw;
  padding-bottom: 4vw;
  padding-left: 4vw;
}

.full-width-wrapper .bgcontent-wrapper .content-wrapper {
  padding: 0;
  max-width: 100%;
}

.full-width-wrapper .bgcontent-wrapper .cm-row {
  margin: 0;
}

.full-width-wrapper .bgcontent-main {
  padding-top: 6.6vmax !Important;
  padding-bottom: 6.6vmax !Important;
  padding-right: 4vw !Important;
  padding-left: 4vw !Important;
  margin: 0 auto !Important;
  box-sizing: content-box;
  max-width: 1400%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  position: relative;
  min-height: calc(66vh - (8vw + 13.2vmax ));
}

.full-width-wrapper .bg-content span {
  display: block;
}


.full-width-row3 .dnd-section,
.full-width-row4 .dnd-section{
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.full-width-row4 .bg-content {
  max-width: 75%;
  margin: 0 auto;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.full-width-row4 .bgcontent-main {
  padding-top: calc(10vmax / 10) !Important;
  padding-bottom: calc(10vmax / 10) !Important;
  min-height:auto;
}

.full-width-row4 .bgcontent-main-inner {
  margin: 0 auto;
  max-width: 1400px;
}

.full-width-row4 .bg-content blockquote {
  margin-top: 0;
  margin-bottom: 0;
  border-left: 10px solid #fff !important;
  padding-left: 25px;
}

.full-width-row4 .bg-content blockquote h3 {
  margin-left: 25px;
  font-weight: 400;
  font-size: 2rem;
  margin: 2rem 0;
}

.full-width-row4 .bg-content blockquote h3 a {
  color: inherit;
}

.full-width-row4 h2 {
  font-size: 2.1rem;
  margin-top: 50px;
}

.full-width-row5 .dnd-section {
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
  min-height: 10vh;
}

@media screen and (min-width: 1512px){
  .full-width-row4 p ,
  .full-width-row3 p {
    font-size: calc(1.4 * 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape){
  .full-width-row4 p ,
  .full-width-row3 p {
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  }
}


@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait){
  .full-width-row4 p ,
  .full-width-row3 p {
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }
}


@media screen and (min-width: 768px){
  .full-width-row3 .widget-type-rich_text, .full-width-row4 .widget-type-rich_text {
    width: 75% !important;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1668px){
  .full-width-row3 .widget-type-rich_text, .full-width-row4 .widget-type-rich_text {
    width: 100% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1660px) and (min-width: 1440px){
  .full-width-row3 .widget-type-rich_text, .full-width-row4 .widget-type-rich_text {
    width: 80% !important;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1439px) and (min-width: 1200px){
  .full-width-row3 .widget-type-rich_text, .full-width-row4 .widget-type-rich_text {
    width: 85% !important;
    margin: 0 auto;
  }
}

@media (max-width:767px) {
  .full-width-row3 .dnd-section, .full-width-row4 .dnd-section {
    padding-top: calc(24vmax / 10);
    padding-bottom: calc(24vmax / 10);
  }

  .full-width-row4 .bg-content blockquote h3 {
    font-size: 1.5rem;
  }

  .full-width-row4 .bgcontent-main {
    min-height: auto;
    padding-right: 6vw !Important;
    padding-left: 6vw !Important;
  }

  .full-width-row4 .bg-content {
    max-width: 100%;
    padding: 17px 0;
  }
}

@media (max-width:399px) {
  .custom-banner.banner-content-left h1 .laptop-change1 {
    text-align: center;
    display: block;
    white-space: pre-wrap;
  }

  .custom-banner.banner-content-left h1 .laptop-change2,
  .custom-banner.banner-content-left h1 {
    text-align: center !important;
    display: block;
    white-space: pre-wrap !important;
  }
}

/*=========================== Career Page ============================*/

.career-wrapper div[class*="force-full-width-section"] > .row-fluid {
  padding: 0 !important;
  max-width: 100%;
  box-sizing:content-box;
}

.career-wrapper .col-background-wrapper .col-bg-left .cm-col-inner {
  margin-bottom:80px;
}

.career-row2 .dnd-section {
  padding-bottom: 13.2vmax;
  padding-top: 4vw;
  position:relative;
}

.career-row2 .dnd-section > div {
  position:relative;
}


.career-row2 h3,
.career-row3 h3 {
  font-weight:300;
}

.career-row2 .dnd-section:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2e75b6;
  opacity: 0.05;
}

.career-row3 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  min-height: 66vh;
  display: flex;
  align-items: center;
}

.career-row4 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  min-height: 66vh;
  display: flex;
  align-items: center;
  position:relative;
}

.career-row4 .dnd-section > .row-fluid {
  position:relative;
}


.career-row4 .dnd-section:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #2e75b6;
  opacity: 0.15;
}

.career-row4 h2 {
  font-weight:300;
}

.career-row5 .dnd-section > .row-fluid > div > div {
  margin:0 -17px;
}

.career-row5 h6 {
  margin-bottom: 10px;
}

.career-row5 .bgcontent-wrapper .bgcontent-main h6 {
  font-weight:300;
  margin-bottom:0;
}

.career-row5 .bgcontent-wrapper .bgcontent-main {
  margin-left: 45px;
  margin-right: 45px;
  padding-left: 40px;
  transform: translateY(-110%);
  padding-right: 40px;
  padding-top: 17px;
  padding-bottom: 17px;
  position: relative;
  margin-bottom:0;
}

.career-row5 .dnd-section {
  padding-top: 4vw;
  padding-bottom: 2vmax;
}

.career-row5 .bgcontent-wrapper .cm-row {
  margin:0;
}

.career-row5 .bgcontent-wrapper .content-wrapper {
  max-width: 100%;
  padding: 0;
}

.career-row5 .bgcontent-wrapper {
  padding: 0;
}


.career-row5 .bgcontent-wrapper .bgcontent-main:before {
  content: '';
  width: 100%;
  top: -15%;
  left: 0px;
  height: 140%;
  background-color: #ffffff !important;
  position: absolute;
  pointer-events: none;
  display: inline-block;
  z-index: -1 !important;
}

@media (min-width:1512px) {
  .career-row2 p,
  .career-row3 p,
  .career-row4 p{
    font-size: calc(1.4 * 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape){
  .career-row2 p,
  .career-row3 p,
  .career-row4 p{ 
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  } 
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait){
  .career-row2 p,
  .career-row3 p,
  .career-row4 p{ 
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  } 
}

@media (max-width:800px) and (min-width:768px) {
  .career-row5 .bgcontent-wrapper .bgcontent-main:before {
    content: '';
    width: 100%;
    top: -8%;
    left: 0px;
    height: 120%;
    background-color: #fff !important;
    position: absolute;
    pointer-events: none;
    display: inline-block;
    z-index: -1 !important;
  }
}

@media (min-width:768px) {
  .career-row5 .span6 {
    margin: 0;
    width: 50%;
  }
}

@media (max-width:767px) {
  .career-row5 .bgcontent-wrapper .bgcontent-main {
    margin: 0;
    padding: 17px;
    background: transparent !important;
    transform: none;
  }

  .career-row5 .dnd-section {
    padding-bottom: 6.6vmax;
  }
}


/*================ Vlog Webinar Page ===================*/

.vlog-webinar-row1 .dnd-section {
  padding-top: 4vw;
  padding-bottom: 6.6vmax;
}

.vlog-webinar-row1 .dnd-section > .row-fluid > div {
  width: 75%;
  margin: 0 auto;
}


.vlog-webinar-row2 .dnd-section {
  padding-top: 30px;
  padding-bottom: 3.3vmax;
}

.vlog-webinar-row3 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.vlog-webinar-row2 .dnd-section{
  display:flex;
  min-height:33vh;
  align-items:center;
}

.vlog-webinar-row3 .dnd-section {
  display:flex;
  min-height:66vh;
  align-items:center;
}

.vlog-webinar-row2 > div,
.vlog-webinar-row3 > div{
  width:100%;
}

.vlog-webinar-row2 .dnd-section > .row-fluid > div {
  margin-top: -120px;
}  

.vlog-webinar-row3 .dnd-section {
  padding-top:3.3vmax;
}  

.vlog-webinar-row2 .dnd-row > .row-fluid,
.vlog-webinar-row3 .dnd-row > .row-fluid{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
} 

.vlog-webinar-row3 .dnd-section>.row-fluid .span4>div {
  margin: 0px;
  height: 100%;
}

.vlog-webinar-row2 .hs_cos_wrapper_type_module ,
.vlog-webinar-row3 .hs_cos_wrapper_type_module {
  height: 100%;
}

.vlog-webinar-row2 h4 a,
.vlog-webinar-row3 h4 a{
  color: inherit;
  opacity: 1 !important;
}

.vlog-webinar-row2 .span4,
.vlog-webinar-row3 .span4{
  width: 33.33333% !important;
  margin: 0;
  padding: 0 17px;
}

.vlog-webinar-row2 .widget-type-linked_image img,
.vlog-webinar-row3 .widget-type-linked_image img{
  width: 100%;
}

.vlog-webinar-row2 .widget-type-linked_image {
  width: 100%;
}

.vlog-webinar-row3 .widget-type-linked_image {
  width: 100%;
}

.vlog-webinar-row2 .dnd-section>.row-fluid > div > div,
.vlog-webinar-row3 .dnd-section>.row-fluid > div > div{
  margin: 0 -17px;
}

.vlog-webinar-row1 {
  min-height: 33vh;
  display: flex;
  align-items: center;
}

.vlog-webinar-row1 > div {
  width: 100%;
}

.vlog-webinar-row1 .dnd-section > .row-fluid > div > div {
  margin: 0 -17px;
}

.vlog-webinar-row3 .dnd-section>.row-fluid .span4 >div {
  margin: 0px;
}

@media (max-width:767px) {
  .vlog-webinar-row1 .dnd-section>.row-fluid>div {
    width: 100%;
  }


  @media (max-width:767px) {
    .vlog-webinar-row2 .span4, .vlog-webinar-row3 .span4 {
      padding: 0;
      margin: 0 17px !important;
      margin-top: 50px !important;
      width:90% !Important;
    }
  }
}


@media screen and (max-width: 991px) and (min-width: 768px) {

  .vlog-webinar-row2 .span4, 
  .vlog-webinar-row3 .span4 {
    width: 45% !important;
    margin-bottom: 50px;
    justify-self: center;
    padding-bottom: 0;
    padding: 0 ;
    margin-left: 17px !important;
    margin-right: 17px !important;
  }


  .vlog-webinar-row2 .span4:nth-child(3n),
  .vlog-webinar-row3 .span4:nth-child(3n){
    left: 50%;
    transform: translatex(-50%);
    position: relative;
  }

  .vlog-webinar-row2 .dnd-section {
    padding-bottom: calc(3.3vmax + 17px );
  }

}



/*==========Privacy header footer===*/


.privacy-made-positive-row1 .dnd-section>.row-fluid {
  padding: 0 ;
}
.privacy-header .custom-header {
  position: static;
  padding: 0;
  height: 112px;
  background: transparent;
  display: flex;
  align-items: center;
}

.privacy-header  .header-link-wrapper {
  text-align: right;
}
.privacy-header .custom-header .content-wrapper {
  max-width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
  max-width: 1710px !important;
  width: 100%;
}


.privacy-header .header-logo a {
  display: inline-block;
  max-width: 100%;
  max-height: 50px;
}

.privacy-header .header-link-wrapper a {
  color: #0d2337;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.8em;
  font-family: Poppins;
  padding: 0;
  display: block;
  text-decoration: underline;
  border: 0;
  background-image: none;
}

.privacy-header .header-link-wrapper .hs_cos_wrapper_type_rich_text {
  justify-content: flex-end;
  display: inline-flex;
  flex-wrap: wrap;
}
.privacy-made-positive-row2 .dnd-section>.row-fluid {
  padding: 0;
  padding-top: 2.2vmax ;
  padding-bottom: 2.2vmax ;
}
.container-fluid.privacy-made-positive-row3 .dnd-section>.row-fluid {
  padding: 0;
  width: 97.5%;
  align-items: baseline;
  justify-content: end;
}
.container-fluid.privacy-made-positive-row3 .span6 {
  margin-right: 0px;
  width: 46.0%;
  background-color: #EF7E4A;
}
.privacy-made-positive-row3 form .hs-input:focus {
  background-color: transparent !important;
}
.container-fluid.privacy-made-positive-row3 .span6:last-child {
  margin-left: 0px;
  float: right;
  width: 48.5%;
  margin-left: 102px;
}
.form-wrapper .hs-form label.hs-error-msg { 
  background: #cc3b3b url(https://8089143.fs1.hubspotusercontent-na1.net/hubfs/8089143/raw_assets/public/Securys_Dec2020/images/icon_close_light.png) no-repeat 9px 50%;
}
.form-wrapper .form input {
  font-family: sans-serif;
  font-size: 12px;
  line-height: normal;
}
.scroll-body .privacy-header .custom-header {
  background: #fff;
}
.privacy-footer .certificate-logo {
  min-height: 15vh;
  height: 145.00px;
  margin-top: 80px;
}
.privacy-made-positive-row4 .dnd-section>.row-fluid {
  padding: 0;
  width: 97.5%;
  margin-top: 175px;
  transition: 0.3s all;
  position: relative;
  display: flex;
  min-height: 10vh;
}
.privacy-footer .certificate-logo .content-wrapper {
  margin-left: 40px !important;
  max-width: 100%;
  padding: 0;
}


.privacy-footer  footer {
  background-color: #0D2337 !important;
}

.privacy-footer  .footer-content-wrapper > div {
  width: 16.6667%;
  float: left;
}

.privacy-footer  .footer-email {
  transform: translateX(15%);
}
.privacy-footer .footer-logo {
  float: none;
}

.privacy-footer  .footer-content-wrapper.clearfix a,
.privacy-footer  .footer-content-wrapper.clearfix p {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  white-space: nowrap;
  font-family: Poppins;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
}

.privacy-footer  .footer-background {
  padding-top: calc(20vmax / 10);
  padding-bottom: calc(20vmax / 10);
  max-width: 1832px;
  margin: 0 auto;
  min-height: 20vh;
  box-sizing: content-box;
}

.privacy-footer  .footer-copyright {
  padding: 17px 17px 17px 0;
  margin-top: 40px;
}

.privacy-footer  .footer-copyright p {
  color: #fff;
  font-family: Poppins;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  line-height: 24px;
  font-size: 15px;
}


.privacy-footer  .footer-links {
  transform: translateX(30%);
}


.privacy-footer  .footer-address img {
  max-width: 165px !important;
  width: 165px !important;
  padding-bottom: 17px;
}

.privacy-footer  .footer-address a {
  background: none !important;
}

.privacy-footer .footer-address p {
  padding: 17px 17px 0 0;
}

.privacy-footer  .footer-email,.footer-links {
  margin-top: 64.19px;
  padding: 17px;
}
.privacy-footer  .footer-email a {
  background: none;
}

.container-fluid.privacy-made-positive-row3 {
  padding-bottom: calc(10vmax / 10);
}

@media screen and (max-width: 1865px) and (min-width: 1200px){
  .privacy-footer .footer-links {
    transform: translateX(120%);
    padding-right: 34px !important;
  }
  .privacy-footer .footer-email {
    transform: translateX(50%);
  }
}
@media screen and (max-width: 1865px){
  .privacy-footer .footer-background {
    padding-left: 34px !important;
  }
}
@media(max-width:1500px) {
  .container-fluid.privacy-made-positive-row3 .span6 {
    margin-right: 0px;
    width: 45.9%;
    background-color: #ef7e4a;
  }
  .container-fluid.privacy-made-positive-row3 .span6:last-child {
    margin-left: 0px;
    float: right;
    width: 48.5%;
    margin-left: 82px;
  }

}
@media screen and (max-width: 1499px){
  .privacy-made-positive-row4 .dnd-section>.row-fluid {
    margin-top: 150px;
  }
  .privacy-footer .certificate-logo .content-wrapper {
    margin-left: 30px !important;
  }
}

@media screen and (max-width: 1199px) {
  .privacy-made-positive-row2 .dnd-section>.row-fluid {
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
  }
  .container-fluid.privacy-made-positive-row3 .span6 {
    width: 47.9%;
  }
  .container-fluid.privacy-made-positive-row3 .span6:last-child {
    width: 52.5%;
    margin-left: 72px;
  }
  .privacy-made-positive-row4 .dnd-section>.row-fluid {
    margin-top: 100px;
  }
  .privacy-footer .footer-content-wrapper>div {
    width: 31% !important;
  }
  .privacy-footer .footer-links,
  .privacy-footer .footer-email {
    transform: translateX(0%);
  }
  .custom-header .header-inner {
    flex: 1 0 25%;
  }
}
@media screen and (max-width: 991px) {
  .privacy-footer .footer-content-wrapper.clearfix a,
  .privacy-footer .footer-content-wrapper.clearfix p {
    white-space: pre-wrap;
  }
  .privacy-footer .footer-background {
    padding-left: 17px !important;
  }
  .privacy-footer .footer-content-wrapper>div {
    width: 32% !important;
  }
  .privacy-footer .certificate-logo .content-wrapper {
    margin-left: 25px !important;
  }
  .privacy-made-positive-row4 .dnd-section>.row-fluid {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .privacy-header .header .header-announcement-bar-wrapper {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

@media screen and (max-width: 767px) {
  .privacy-made-positive-row2 .dnd-section>.row-fluid {
    padding-top: 6.6vmax;
    padding-bottom: 6.6vmax;
  }
  .privacy-header .custom-header .content-wrapper{
    padding-left: 6vw !important;
    padding-right: 6vw !important;
  }
  .container-fluid.privacy-made-positive-row3 .span6 {
    width: 100% !important;
  }

  .container-fluid.privacy-made-positive-row3 .row-fluid {
    display: block;
  }
  .container-fluid.privacy-made-positive-row3 .dnd-section>.row-fluid {
    width: 100%;
  }
  .privacy-footer .footer-content-wrapper.clearfix a, .privacy-footer .footer-content-wrapper.clearfix p {
    white-space: pre-wrap;
    font-size: 16px;
    line-height: 20px;
  }

  .privacy-footer .footer-content-wrapper>div {
    width: 100% !important;
  }

  .privacy-footer .footer-content-wrapper>div {
    margin: 0;
    padding-left: 0 !important;
  }

  .privacy-footer .footer-background {
    padding-left: 0 !important;
  }

  .footer-address {
    padding-left: 17px !important;
  }

  .privacy-footer  .footer-content-wrapper.clearfix {
    padding-right: 6vw;
    padding-left: 6vw;
  }

  .privacy-footer .footer-copyright {
    padding-right: 6vw;
    padding-left: 6vw;
    margin-top: 35px;
  }

  .privacy-footer .footer-address p {
    padding-bottom: 17px;
  }
  .privacy-footer .footer-copyright p {
    font-size: 13px !important;
    line-height: 20px !important;
  }
  .privacy-footer .footer-address img {
    padding-top: 17px;
  }
  .privacy-footer .certificate-logos {
    text-align: left;    
    padding-left: 0;

  }
  .privacy-footer  .certificate-logos img {
    height: 70px;
  }
  .privacy-footer .certificate-logo .content-wrapper {
    padding: 17px 0 6px;
  }
  .privacy-footer .certificate-logo {
    min-height: auto;
    margin-top: 0;
    padding-top: 3.3vmax;
    padding-bottom: 3.3vmax;
    height: auto;
  }
  .privacy-made-positive-row4 .dnd-section>.row-fluid {
    width: 100%;
  }
  .privacy-header  .burger-inner .top-bun, 
  .privacy-header .burger-inner .patty, 
  .privacy-header .burger-inner .bottom-bun {
    background-color: #000;
  }
  .header--menu-open   .privacy-header  .burger-inner .top-bun, 
  .header--menu-open  .privacy-header .burger-inner .patty, 
  .header--menu-open  .privacy-header .burger-inner .bottom-bun {
    background-color: #000;
  }

  .privacy-header   .header-link-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    margin-top: 112px;
    justify-content: center;
    background: #fff;
    overflow-y: scroll;
    overflow-x: hidden;
    flex-direction: column;
    transition: all 0.6s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .privacy-header .header-link-wrapper a {
    position: relative;
    display: block;
    padding: 3vw 5vw;
    transition: opacity 250ms cubic-bezier(.4,0,.2,1);
    color: #000;
    font-size: 6.6vmin;
    text-decoration: none;
    font-weight: 300;
  }
  .privacy-header   .header-link-wrapper a:hover {
    opacity: .9;
  }

  .show-mobile-nav .privacy-header .header-link-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .show-mobile-nav .privacy-header .header-link-wrapper a {
    transform: translatey(0);
  }

  .privacy-header .header-link-wrapper a {
    transform: translatey(20px);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }
}
@media screen and (max-width: 479px){
  .privacy-footer .certificate-logo {
    height: 145.00px;
    padding-top: 0;
  }
  .privacy-footer .certificate-logo .content-wrapper {
    margin-left: 13px !important;
  }
  .privacy-footer .certificate-logo .content-wrapper {
    padding: 8px 0 6px;
  }
  .privacy-footer  .certificate-logo .cm-row {
    margin: 0;
  }
}

/*==================End===========*/


/*======================= Case Study =======================*/

.case-study-wrapper .custom-banner:before {
  background-color: #2e75b6;
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.15;
}

.case-study-wrapper .custom-banner .content-wrapper {
  position:relative;
}

.case-study-wrapper .custom-banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(#2e75b6,150px,transparent);
  opacity: .05;
}

.case-study-row1 .dnd-section,
.case-study-row3 .dnd-section{
  padding-top: calc(10vmax / 10);
  padding-bottom: calc(10vmax / 10);
}

.case-study-row3 .dnd-section{
  min-height:10vh;
}


.case-study-wrapper .dnd-section > .row-fluid > div {
  width: calc(75% + 34px);
  margin: 0 auto;
}

.case-study-wrapper h4 {
  line-height: 1.3888;
  font-size: 1.6rem;
}

.case-study-wrapper hr {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  height: 0 !important;
  background-color: transparent;
}

.case-study-wrapper .span1 {
  width: 8.3333%;
}

.case-study-wrapper .span11 {
  width: 91.6667%;
  margin:0;
}

.case-study-wrapper div[class*="force-full-width-section"] > .row-fluid ,
.case-study-wrapper div[class*="force-full-width-section"] > .row-fluid  > div{
  padding: 0 !important;
  max-width: 100%;
  box-sizing:content-box;
  width:100% !Important;
}

.case-study-wrapper .bgcontent-wrapper {
  padding: 4vw;
}

.case-study-wrapper .bgcontent-wrapper > .content-wrapper {
  max-width: 100%;
  padding: 0;
}

.case-study-wrapper .bgcontent-wrapper .cm-row {
  margin: 0;
}

.case-study-wrapper .bgcontent-wrapper .bgcontent-main >div {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 4vw;
  padding-left: 4vw;
  box-sizing: content-box;
}

.case-study-wrapper .bgcontent-wrapper .bgcontent-main {
  padding: 0;
  background-size:cover;
  background-position:center;
  margin:0;
}

.case-study-wrapper .bgcontent-wrapper .bgcontent-main >div .bg-content {
  max-width: calc(75%);
  margin: 0 auto;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.case-study-wrapper .bgcontent-wrapper .bg-content blockquote {
  border-left: 10px solid #fff !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
}

.case-study-wrapper .widget-type-linked_image img{
  min-width:45px;
}

.scroll-body .header-trans.highlight-header .custom-header {
  background-color: #4182bc !important;
}

@media screen and (min-width: 1512px){
  .case-study-wrapper p {
    font-size: calc(1.4 * 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape){
  .case-study-wrapper p {
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait){
  .case-study-wrapper p {
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }
}

@media (max-width:767px) {
  .case-study-wrapper .dnd-section>.row-fluid>div {
    width: 100%;
  }

  .case-study-wrapper .span1 {
    width: 100%;
  }

  .case-study-wrapper .span11 {
    width: 100%;
  }

  .case-study-wrapper .dnd-section>.row-fluid>div > div {
    margin: 0 -17px;
  }

  .case-study-wrapper .bgcontent-wrapper .bgcontent-main>div {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }

  .case-study-wrapper div[class*="force-full-width-section"] > .row-fluid  > div > div {
    margin:0;
  }

  .case-study-wrapper .bgcontent-wrapper .bgcontent-main>div .bg-content {
    max-width: 100%;
    padding: 17px 0;
  }
}


@media (max-width:480px) {
  .case-study-wrapper .bgcontent-wrapper blockquote {
    margin: 0;
  }
}

/*========================= Our Approach Page ========================*/

.our-approach-row1 .dnd-section,
.our-approach-row2 .dnd-section,
.our-approach-row3 .dnd-section{ 
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.our-approach-wrapper h2 {
  font-size: 32px;
}

.our-approach-wrapper h3 {
  font-size: 26px;
}

.our-approach-wrapper .bgcontent-wrapper {
  padding: 4vw;
}

.our-approach-wrapper .bgcontent-wrapper > .content-wrapper {
  max-width: 100%;
  padding: 0;
}

.our-approach-wrapper .bgcontent-wrapper .cm-row {
  margin: 0;
}

.our-approach-wrapper .bgcontent-wrapper .bgcontent-main >div {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  max-width: 1400px;
  margin: 0 auto;
  padding-right: 4vw;
  padding-left: 4vw;
  box-sizing: content-box;
}

.our-approach-wrapper .bgcontent-wrapper .bgcontent-main {
  padding: 0;
  background-size:cover;
  background-position:center;
  margin:0;
}

.our-approach-wrapper .bgcontent-wrapper .bgcontent-main >div .bg-content {
  max-width: calc(75%);
  margin: 0 auto;
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
}

.our-approach-wrapper .bgcontent-wrapper .bg-content blockquote {
  border-left: 10px solid #fff !important;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
}

.our-approach-wrapper div[class*="force-full-width-section"] > .row-fluid   {
  padding: 0 !important;
  max-width: 100%;
  box-sizing:content-box;
  width:100% !Important;
}

.our-approach-row4 .bgcontent-wrapper .bgcontent-main {
  padding-top:3.3vmax;
  padding-bottom:3.3vmax;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: content-box;
}

.our-approach-row4 .bgcontent-wrapper .bgcontent-main>div {
  padding: 0 ;
  max-width: 1400px;
}

.our-approach-row5 .bgcontent-wrapper .bgcontent-main>div .bg-content sup {
  font-size: 1.8rem;
  position: absolute;
  transform: translatey(-15%) !important;
  top: auto;
  line-height: initial;
}

.our-approach-row4 .bgcontent-wrapper .bgcontent-main {
  padding: 0;
  background-size: cover;
  background-position: center;
  margin: 0;
  background-repeat: no-repeat;
}

.our-approach-row4 .bgcontent-wrapper {
  padding: 4vw;
}

.our-approach-row5 .bgcontent-wrapper .bgcontent-main>div .bg-content {
  padding: 60px 0;
}

@media (min-width:768px) {
  .our-approach-row1 .dnd-section {
    padding-bottom:0;
  }

  .our-approach-row2 .dnd-section,
  .our-approach-row3 .dnd-section {
    padding-bottom:0;
    padding-top:0;
  }
}

.our-approach-row5 .bg-content h2 {
  position:relative;
}

@media (min-width:1512px) {
  .our-approach-row5 .bg-content p{
    font-size: calc(1.4 * 1rem);
  }

  .our-approach-row5 .bg-content h2 {
    font-size: calc(2.8 * 1rem);
  }
}

@media screen and (max-width: 1667px) and (min-width: 1440px) {
  .our-approach-wrapper .dnd-section > .row-fluid .widget-type-rich_text {
    max-width:80%;
    margin:0 auto;
  }
}

@media screen and (max-width: 1440px) and (min-width: 768px) {
  .our-approach-wrapper .dnd-section > .row-fluid .widget-type-rich_text {
    max-width:75%;
    margin:0 auto;
  }
}

@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .our-approach-wrapper .dnd-section > .row-fluid .widget-type-rich_text {
    max-width:85%;
    margin:0 auto;
  }
}

@media (min-width:1400px) {
  .our-approach-row4 .bgcontent-wrapper .bgcontent-main>div .bg-content {
    max-width: calc(75%);
    margin: 0 auto;
    padding-top: 7.6vmax;
    padding-bottom: 7.6vmax;
  }
}


@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape){
  .our-approach-row5 .bg-content p {
    font-size: calc((1.4 - 1) * 1.2vw + 1rem);
  }

  .our-approach-row5 .bg-content h2 {
    font-size: calc((2.8 - 1) * 1.2vw + 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait){
  .our-approach-row5 .bg-content p {
    font-size: calc((1.4 - 1) * 1.2vh + 1rem);
  }

  .our-approach-row5 .bg-content h2 {
    font-size: calc((2.8 - 1) * 1.2vh + 1rem);
  }
}

@media (max-width:767px) {
  .our-approach-wrapper .bgcontent-wrapper .bgcontent-main>div {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }

  .our-approach-wrapper .bgcontent-wrapper .bgcontent-main>div .bg-content {
    max-width: 100%;
    padding: 17px 0;
  }

  .our-approach-row4 .bgcontent-wrapper .bgcontent-main {
    padding: 3.3vmax 0 6.6vmax;
  }

}


/*===================== Contact Page =========================*/

.contact-row2 form .hs-form-field .hs-input {
  font-size: 12px;
}

.contact-row2 form .hs-form-field.hs-firstname .hs-input {
  font-size: 14px;
}

.contact-row2 form .hs-form-field.hs-lastname.hs-input {
  font-size: 14px;
}

.no-banner .custom-header {
  background-color: #2e75b6 !important;
}

/*================= Homepage =============================*/


.home-row1 div[class*="force-full-width-section"] > .row-fluid {
  padding: 0 !important;
  max-width: 100%;
  box-sizing:content-box;
}

.home-row2 .dnd-section {
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
}

.home-row2 .span6 > .dnd-row:not(:first-child),
.home-row3 .span6 > .dnd-row:not(:first-child){
  padding-top: 17px;
}

.home-row3 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: calc(6.6vmax + 120px);
  min-height: 66vh;
  display: flex;
  align-items: center;
}

.home-row2 .span6,
.home-row3 .span6{
  margin-left:34px;
}

.home-row4 .dnd-section {
  padding-bottom:2vmax;
}

.home-row5 .dnd-section {
  padding-top: 6.6vmax;
  padding-bottom: 6.6vmax;
  min-height: 66vh;
  display: flex;
  align-items: center;
}

.home-row4 .dnd-section > .row-fluid {
  margin-top: -150px;
  max-width: calc(1400px + 34px);
}

.home-row4 h4 a,
.home-row5 h4 a{
  color:inherit;
  background-image:none;
}

.home-row4 a,
.home-row5 a{
  color:inherit;
}

.home-row4 a:hover,
.home-row5 a:hover{
  color:inherit;
}
.home-row6 .dnd-section > .row-fluid {
  max-width: calc(1400px + 34px);
}

.home-row4 .widget-type-linked_image:hover a,
.home-row5 .widget-type-linked_image:hover a{
  opacity: 1 !important;
}

.home-row4 .widget-type-linked_image:hover img,
.home-row5 .widget-type-linked_image:hover img{
  transform: scale(1.05);
}

.home-row4 .widget-type-linked_image,
.home-row5 .widget-type-linked_image{
  transition: all .5s;
}
.home-row4 .widget-type-linked_image img,
.home-row5 .widget-type-linked_image img{
  transition: all .5s;
}


.home-row4 h4 a:hover,
.home-row5 h4 a:hover{
  border-bottom: 4px solid currentColor;
  margin-bottom: -4px;
  transition: all .2s;
  opacity: 1 !important;
  color:inherit;
}

.home-row4 h4,
.home-row5 h4{
  font-size: 28px;
  line-height: 1.3888;
  margin-bottom: 10px;
}

.home-row4 .span4,
.home-row5 .span4{
  margin-left: 34px;
}

@media (min-width:1200px) {
  .home-row6 .dnd-section {
    padding-top: 6.6vmax ;
    padding-bottom: 4.4vmax;
  }
}

@media screen and (min-width: 1531px) {
  .home-row4 .span4,
  .home-row5 .span4{
    width: 33.3333% !important;
    margin: 0 !Important;
    padding: 0 17px;
  }


  .home-row5 .dnd-section > .row-fluid {
    max-width: calc(1400px + 34px);
  }
}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
  .home-row6 .dnd-section {
    padding-top: 8.8vmax;
    padding-bottom: 8.8vmax;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .home-row6 .dnd-section {
    padding-top: 5.5vmax;
    padding-bottom: 5.5vmax;
  }
}

@media (max-width:767px) {
  .home-row2 .dnd-section>.row-fluid ,
  .home-row3 .dnd-section>.row-fluid {
    display: block;
  }

  .home-row2 .span6 ,
  .home-row3 .span6 {
    width: 100%;
    margin: 0;
  }

  .service-card-service-card {
    padding: 17px 0;
  }

  .service-padding img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
  }

  .home-row2 .span6>.dnd-row:not(:first-child),
  .home-row3 .span6>.dnd-row:not(:first-child) {
    padding: 0;
  }

  .home-row4 .span4,
  .home-row5 .span4{
    width: 100%;
    margin: 0;
  }

  .home-row4 .dnd-section>.row-fluid,
  .home-row5 .dnd-section>.row-fluid{
    display:block;
  }

  .home-row4 .widget-type-linked_image,
  .home-row5 .widget-type-linked_image{
    width: 100%;
  }

  .home-row4 img ,
  .home-row5 img{
    vertical-align: top;
    width: 100%;
  }
}

/*================ Home in IE ===================*/

@media all and (-ms-high-contrast:none) {
  .home-banner-wrapper .home-panner-wrapper {
    padding-top:13.2vw;
  }

  .home-row3 .dnd-section {
    padding-top:6.6vw;
    padding-bottom:calc(6.6vw + 120px);
  }

  .home-banner-wrapper {
    display:block !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

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

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

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* 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: #0d2337;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Roboto, 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 .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;
}

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

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

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

/* 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: Roboto, serif;
  font-size: 0.8rem;
  color: #0d2337;
  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: Roboto, serif;
  color: #0d2337;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #0d2337;
}

.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 #0d2337;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

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

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



/*=================== Header ======================*/


.custom-header {
  background-color: #2e75b6;
  position: fixed;
  width: 100%;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  padding-left: 4vw;
  padding-right: 4vw;
  top: 0;
  left: 0;
  z-index:99999;
  transition: background 300ms ease-in-out 0s,padding 140ms ease-in-out,transform 140ms ease-in-out 140ms;
}

.has-banner .custom-header {
  background: linear-gradient(90deg, rgba(49,54,55,0) 0%, rgba(49,54,55,0.02) 50%, rgba(49,54,55,0.2) 60%, rgba(49,54,55,0.7) 100%);
}

.custom-header .content-wrapper {
  padding: 0;
  display: flex;
  align-items: center;
}

.header-logo img {
  width: auto !important;
  max-width:100%;
  display: inline-block;
  max-height: 50px;
}

.header-logo a {
  max-width: 100%;
  display: inline-block;
  max-height: 50px;
  background: none;
  opacity: 1 !important;
}

.header-inner {
  display: flex;
  flex-wrap: nowrap;
  flex: 1 0 67%;
  align-items: center;
}


.header-nav {
  text-align: right;
  margin-left: auto;
  padding-left: 2.5vw;
  flex-grow: 1;
  flex-shrink: 1;
}

.custom-menu-primary {
  height: 40px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:not(:first-of-type) {
  margin-left: 2.5vw;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  background: none;
  color: #fff;
  padding: .1em 0;
  transition: all .2s;
  font-weight: 500;
  opacity:1 !Important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  border-bottom: 4px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 4px;
}

.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: transparent !important;
  left: 50% !important;
  transform: translatex(-50%) !important;
  padding: 25px !important;
  border-top: 35px solid transparent;
  width: 175px !important;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: auto;
  z-index: 10;
  right: -1em;
  text-align: right;
  display:block;
  box-sizing:content-box;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > ul {
  opacity: 1;
  pointer-events: auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
  position: relative;
}


.custom-menu-primary .hs-menu-wrapper > ul ul:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  border-left: 10px solid transparent;
  top: -30px;
  left: 50%;
  transform: translatex(-50%);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  line-height: 1.3;
  max-width: 175px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  z-index: 1;
  top: 0;
  left: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  text-decoration: none;
  backface-visibility: hidden;
  padding: .1em 0;
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 4px;
  border-bottom: 4px;
  margin-bottom: 0;
  position: relative;
  z-index: 57;
  background: none;
  color: #357cbe;
  text-align: left;
  font-weight: 500;
  font-size: 1.1rem;
  opacity:1 !Important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover { 
  opacity:1;
  text-decoration:underline;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:first-of-type > a {
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (min-width: 1512px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1350px) {
  .custom-menu-primary {
    margin-right: 7%;
  }
}

@media screen and (max-width: 1349px) and (min-width: 1250px){
  .custom-menu-primary {
    transform: translatex(-6%);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape) {
  .custom-menu-primary .hs-menu-wrapper ul li a {
    font-size: calc(.12vw + 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait) {
  .custom-menu-primary .hs-menu-wrapper ul li a {
    font-size: calc(.12vh + 1rem);
  }
}

.header-burge.no-actions.mobile-trigger {
  display: none;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1249px) and (min-width: 1150px) {
  .custom-menu-primary {
    transform: translatex(-4%);
  }
}

@media screen and (max-width: 1049px) and (min-width: 992px) {
  .custom-menu-primary {
    transform: translatex(1%);
  }
}

@media (min-width:800px) {
  .header-menu.header-menu--folder-list {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li.dl-back {
    display:none !important;
  }
}

@media screen and (max-width: 899px) and (min-width: 800px) {
  .custom-menu-primary {
    transform: translatex(5%);
  }
}

@media (max-width:799px){
  .custom-header {
    padding: 6vw;
  }
  
  .header--menu-open .header-menu {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
}

  .header--menu-open .custom-header,
  .header--menu-open.scroll-body .custom-header{
    background-color: transparent !important;
  }

  .header-nav {
    display: none;
  }

  .has-banner .custom-header {
    background: transparent;
  }

  .header-burge.no-actions.mobile-trigger {
    margin-right: 0;
    align-items: flex-end;
    justify-content: flex-end;
    flex: 0 0 50px;
    width: 50px;
    display: flex !important;
  }

  .burger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }

  .burger-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
  }

  .burger-inner {
    width: 100%;
    height: 100%;
  }

  .burger-inner .top-bun,
  .burger-inner .patty,
  .burger-inner .bottom-bun {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 1px;
    transition: transform 250ms cubic-bezier(.2,.6,.3,1),width 250ms cubic-bezier(.2,.6,.3,1);
    will-change: transform,width;
    background-color: #fff;
  }

  .burger-inner.header-menu-icon-doubleLineHamburger .top-bun {
    transform: translatey(-5.5px);
  }

  .burger-inner.header-menu-icon-doubleLineHamburger .patty {
    transform: scale(0);
  }

  .burger-inner.header-menu-icon-doubleLineHamburger .bottom-bun {
    transform: translatey(5.5px);
  }


  .header-menu {
    position: fixed;
    z-index: 1;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    will-change: opacity,visibility;
    user-select: none;
    text-align: center;
    pointer-events: auto;
    transition: visibility 600ms cubic-bezier(.4,0,.2,1),opacity 400ms cubic-bezier(.4,0,.2,1);
    background-color: #0d2337;
    padding-top: 128.833px;
  }

  .header-menu-nav {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
  }


  .header-menu-nav-list {
    position: relative;
    flex-grow: 1;
    width: 100%;
    transform: translatey(20px);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }


  .header--menu-open .header-menu .header-menu-nav-list {
    transform: translatey(0);
  }


  .header--menu-open .header-menu {
    opacity: 1;
    visibility: visible;
    z-index:9;
  }

  .header--menu-open .header .header-burger .bottom-bun {
    background-color: #e96724;
  }

  .header--menu-open .burger-inner .bottom-bun {
    transform: translatex(3.5px) rotate(135deg);
    width: 28px;
    background-color: #e96724;
  }

  .header--menu-open .burger-inner .top-bun {
    transform: translatex(3.5px) rotate(-135deg);
    width: 28px;
    background-color: #e96724;
  }

  .header--menu-open {
    overflow:hidden !important;
  }

  .custom-menu-primary .hs-menu-wrapper ul li a {
    position: relative;
    display: block;
    padding: 3vw 5vw;
    transition: opacity 250ms cubic-bezier(.4,0,.2,1);
    color: #e96724 !Important;
    opacity: 1;
    font-family: Roboto;
    font-weight: 700;
    background:none !important;
    border:none !important;
    margin-bottom:0 !important;
    font-size: 8.5vmin;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    position: relative;
    display: flex;
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
    flex-direction: column;
    height:100%;
  }

  .custom-menu-primary .hs-menu-wrapper ul li {
    font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0em;
    text-transform: none;
    line-height: 1.8em;
    font-size: 1rem;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-left: 4vw;
    padding-right: 4vw;
    margin:0 !Important;
  }


  .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children a:after {
    position: relative;
    display: inline-block;
    width: .44em;
    height: .44em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    vertical-align: middle;
    margin-top: -.14em;
    content: '';
    margin-left: 7px;
    transform: rotate(45deg);
  }

  .custom-menu-primary .hs-menu-wrapper ul .dl-menuopen:before {
    position: relative;
    display: inline-block;
    width: .44em;
    height: .44em;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    vertical-align: middle;
    margin-top: -.14em;
    content: '';
    transform: rotate(-135deg);
  }

  .custom-menu-primary .hs-menu-wrapper ul li.dl-back {
    padding-bottom: 10px;
    opacity: .5;
  }

  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -webkit-transition: -webkit-transform 600ms cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform 600ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -moz-transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -ms-transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -o-transition: transform 600ms cubic-bezier(.4,0,.2,1);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.dl-menuopen {
    -webkit-transition: -webkit-transform 600ms cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform 600ms cubic-bezier(.4,0,.2,1);
    -webkit-transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -moz-transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -ms-transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -o-transition: transform 600ms cubic-bezier(.4,0,.2,1);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.go-left {
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    position:absolute;
  }    
  .custom-menu-primary .hs-menu-wrapper > ul.hs-menu-children-wrapper.active {
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    position:relative;
    height:auto;
  }

  .header-menu-nav-folder {
    width: 100%;
    height: 100%;
  }

  .header-menu-nav-folder-content.custom-menu-primary.mobile-menu {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    justify-content: flex-start;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
  }


  .header-menu-nav-folder-content.custom-menu-primary.mobile-menu > span ,
  .header-menu-nav-folder-content.custom-menu-primary.mobile-menu > span >div {
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    justify-content: flex-start;
    transform: translatex(100%);
    transition: transform 600ms cubic-bezier(.4,0,.2,1);
    -webkit-overflow-scrolling: touch;
    flex-direction: column;
    transform: translatex(0);
    will-change: transform;
  }

}

.scroll-body .custom-header {
  background: #2E75B6 !important;
}

.no-banner .privacy-header .custom-header {
    background-color: transparent !important;
}

@media (min-width:576px) and (max-width:799px){
  .custom-menu-primary .hs-menu-wrapper ul li a {
    font-size: 6.6vmin;
  }
}


@media (min-width:768px) and (max-width:799px) {
  .custom-menu-primary .hs-menu-wrapper ul li a {
    font-size: 6vmin;
  }
  
    .custom-menu-primary .hs-menu-wrapper ul li.hs-item-has-children a:after {
    margin-left: 13px;
  }
}

@media (max-width:767px) {
  .header-logo img {
    max-height: 30px;
  }
}

@media only screen and (max-width: 1024px) and (pointer: coarse), screen and (max-width: 799px) {
  .scroll-body .custom-header {
    padding-top: 2vmax;
    padding-bottom: 2vmax;
  }
}


.custom-header.lp-header .header-inner {
    min-height: 37px;
}
/*===== Enterprise page =============*/

.header-trans .custom-header {
  background: transparent !important;
  transition: background 300ms ease-in-out 0s,padding 140ms ease-in-out,transform 140ms ease-in-out 140ms;
}

.scroll-body .header-trans .custom-header {
  background: #2e75b6 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer .footer-logo img {
  width: auto !important;
  max-width:100%;
}

.custom-footer {
  background-color: #0d2338;
  min-height: 33vh;
  display: flex;
  align-items: center;
}

.certificate-logos a {
    display:inline-block;
    opacity: 1 !important;
}

.footer-logo a {
    opacity: 1 !important;
}

.custom-footer .content-wrapper {
  padding-right: 4vw;
  padding-left: 4vw;
  display: flex;
  width: 100%;
  padding-top: 3.3vmax;
  padding-bottom: 3.3vmax;
  box-sizing: content-box;
}

.custom-footer .cm-row {
  margin: 0 -17px;
}

.footer-logo {
  width: 16.6667%;
  float: left;
  padding: 0 14px 17px 11px;
}

.footer-inner {
  width: 100%;
}

.footer-menu {
  float: left;
  padding: 0 17px 17px;
  width: 83.3333%;
}

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

.footer-content {
  padding: 17px;
  width: 50%;
}

.footer-content p {
  margin: 0;
  color: #fff;
  line-height: 16px;
}

.footer-menu .hs-menu-wrapper ul {
  margin: 0;
  justify-content: flex-end;
}

.footer-menu .hs-menu-wrapper ul li a {
  padding: 0;
  color: #fff;
  font-weight: bold;
  background: none;
  margin-right: 10px;
  transition:none;
}

.footer-menu .hs-menu-wrapper ul li a:hover {
  opacity:0.7;

}

.footer-logo a {
  background: none;
}

img {
  vertical-align: top;
}

.footer-menu .hs-menu-wrapper ul li:not(:last-of-type) {
  margin-right: 32px;
}

.certificate-logo {
  background-color: #fe5e00;
  min-height: 15vh;
  display: flex;
  align-items: center;
}

.certificate-logo .content-wrapper {
  padding-top: calc(15vmax / 10);
  padding-bottom: calc(15vmax / 10);
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
  box-sizing: content-box;
  width:100%;
}

.certificate-logos img {
  width: auto !important;
  height: 95px;
}

.certificate-logos {
  padding: 0 17px;
/*   width: 50%; */
}

.certificate-logo .cm-row {
  margin: 0 -17px;
}

.certificate-logos a {
  background: none;
}

.certificate-logos img {
  margin-right:15px;
}


@media (min-width:1512px) {
  .footer-content {
    font-size:.9rem;
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: landscape) {
  .footer-content {
    font-size: calc(-.12vw + 1rem);
  }
}

@media screen and (max-width: 1511px) and (min-width: 0) and (orientation: portrait) {
  .footer-content {
    font-size: calc(-.12vh + 1rem);
  }
}


@media (max-width:1199px) {
  .custom-footer .footer-logo img {
    height: 40px;
    margin-bottom: 9px;
  }

  .footer-logo {
    width: 16.6667%;
    float: left;
    padding: 0 0px 17px 17px;
  }
}

@media (max-width:1024px) {
  .custom-footer .footer-logo img {
    margin-bottom: 0px;
  }
}


@media screen and (max-width: 954px) and (min-width: 768px) {
  .footer-menu .hs-menu-wrapper ul li a {
    font-size:14px;
  }

  .custom-footer .footer-logo img {
    height:auto;
    margin-bottom:2px;
  } 

  .footer-menu .hs-menu-wrapper ul li:not(:last-of-type) {
    margin-right: 28px;
  }

  .certificate-logos {
    text-align: center;
  }


}


@media (max-width:767px) {
  .custom-footer .content-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }

  .footer-content {
    width: 100%;
  }

  .footer-menu {
    width: 100%;
    padding: 17px 11px;
  }

  .footer-menu .hs-menu-wrapper ul {
    justify-content: flex-start;
  }

  .footer-menu .hs-menu-wrapper ul li a {
    font-size: 14px;
  }

  .footer-logo {
    padding: 17px;
    padding-bottom: calc(20% + 10px);
  }

  .custom-footer .footer-logo img{
    height: 60px !important;
    width: auto !important;
    left: 50% !important;
    transform: translatex(-50%);
    position: absolute;
  }

  .footer-menu .hs-menu-wrapper ul li:not(:last-of-type) {
    margin-right: 3px;
  }

  .certificate-logos img {
    height: 65px;
  }

  .certificate-logos {
    text-align: center;
  }

  .certificate-logo .content-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
    box-sizing: border-box;
  }
}


@media (max-width: 479px){
  .certificate-logos {
    text-align: center;
    width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

.dnd-section > .row-fluid,
.header__container,
.page-center,
.content-wrapper {
  padding-right: 4vw;
  padding-left: 4vw;
  margin: 0 auto;
  box-sizing: content-box;
  display:flex;
  justify-content: center;
}

.dnd-section > .row-fluid > div,
.header__container > div,
.page-center > div,
.content-wrapper > div{
  width:100%;
}

@media (max-width:767px) {
  .dnd-section>.row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    padding-right: 6vw;
    padding-left: 6vw;
    flex-wrap:wrap;
  }
}

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

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    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: 35.2px;
}
.blog-index__post-content p {
  font-family: Roboto, sans-serif;
}
.blog-index__post-content a {
  color: #0d2337;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Roboto, sans-serif;
  margin-bottom: 3.3rem;
}

.blog-post-wrapper .content-wrapper {
  display:block !important;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #0d2337;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
  background-image:none;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  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: #0d2337;
  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: #0d2337;
}
.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: #0d2337;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Roboto, 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: #0d2337;
  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 {
  width:auto !important;
}

.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;
  }
  
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: hidden;
}
}

/*             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: 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;
}
/* ******************************************************************************
*********************************************************************************
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: Roboto, 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: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.systems-page .hs-button {
  margin: 20px 0;
  width:auto;
}

label.hs-membership-global-error.hs-error-msg {
  display: none !important;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Roboto, serif;
  font-size: 1.25rem;
  color: #0d2337;
  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: #0d2337;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


.system-page.content-wrapper {
  display: block;
  padding-bottom: 4vw;
  padding-left:4vw;
  padding-right:4vw;
}

.system-page.content-wrapper p{
  padding:1rem 0;
  margin: 0;
}


.system-page.content-wrapper >*:first-child {
  padding-top: calc(4vw + 1rem);
}

.system-page.content-wrapper ul {
  margin: 0;
}

.system-page.content-wrapper a {
  color:#fff;
}

.error-page-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: #2e75b6;
      color: #222;
}

main#page {
  margin-bottom: auto;
}

main#page {
  background-color: #2e75b6;
  clear: both;
}

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

.systems-page input.email-edit.hs-input {
  width: 100% !important;
  font-size: 12px !important;
  padding: 12px !important;
}

.systems-page input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
}

.systems-page .hs-form-field .hs-input[type="checkbox"] {
  float: left;
}

@media (max-width:767px) {
  .page-header h2 {
    font-size: 22px;
  }
  .page-header h1 {    
    font-size: 25px;
  }
}

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