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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media only screen and (max-width: 480px) {
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    padding-left:0;
    padding-right:0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "ElegantIcons";
  src: url("https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/CoStratify_April2021/Fonts/ElegantIcons.eot#iefix") format("embedded-opentype"), 
    url(https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/raw_assets/public/CoStratify_April2021/fonts/ElegantIcons.ttf);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "dripicons";
  src: url("https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/CoStratify_April2021/Fonts/dripicons.eot#iefix") format("embedded-opentype"), 
    url(https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/raw_assets/public/CoStratify_April2021/fonts/dripicons.ttf);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "simple-line-icons";
  src: url("https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/CoStratify_April2021/Fonts/Simple-Line-Icons.eot#iefix-i3a2kk") format("embedded-opentype"), 
    url(https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/raw_assets/public/CoStratify_April2021/fonts/Simple-Line-Icons.ttf);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/CoStratify_April2021/Fonts/fontawesome-webfont.eot#iefix&v=4.7.0") format("embedded-opentype"), 
    url(https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/raw_assets/public/CoStratify_April2021/fonts/fontawesome-webfont.ttf);
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "revicons";
  src: url("https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/CoStratify_April2021/Fonts/revicons.eot?5510888#iefix") format("embedded-opentype"), 
    url(https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/raw_assets/public/CoStratify_April2021/fonts/revicons.ttf);
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}



::selection { 
  background: #205283;
  color:#fff;
}

::-moz-selection { 
  background: #205283;
  color:#fff;
}

html {
  font-size: px;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  color: #646464;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  color: #363636;
  word-break: break-word;
}

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

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

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

h4 {
  font-size: 1.175rem;
  line-height: 1.65em;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol {
    list-style-position: inside;
    margin: 0 0 10px;
    padding: 0;
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {

}

blockquote {
  padding: 0;
  border: none;
  font-style: italic;
  font-family: 'Georgia', serif;
  font-size: 17px;
  line-height: 1.6em;
  margin: 20px 0;
}

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

/* TODO */
small {

}

img {
    max-width: 100%;
    height: auto;
}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Open Sans, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1.7em;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
  border-radius: 30px;
  border-style: solid;
  border-width: 2px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  padding: 6px 30px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #0060a4;
  border-color: #0060a4;

  color: #fff;
}

.hs-button:active {
  background-color: #28b0f4;
  border-color: #28b0f4;
}


.hs-form label {
  font-size: .83rem;
  color: #646464;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-form .hs_error_rollup label.hs-main-font-element {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #ffb900;
    line-height: 1.78em;
    color: #646464;
    font-size: 14px;
}


.hs-form .hs-error-msgs label {
  margin-top: .5rem;
  font-size: 14px;
  color: #f2545b;
}

.hs-input,
.hs-search-field__input,
.systems-page input[type='password'] {
  display: inline-block;
  width: 100%;
  padding: 12px 24px;
  font-size: 12px;
  line-height: 22px;
  font-weight: normal;
  color: #767676;
  background-color: #f7f7f7;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 6px;
}

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #fff;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 12px;
}

.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: 14px;
  color: #646464;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Open Sans, sans-serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */




.banner-section .dnd-section > .row-fluid {
    padding-left: 0;
    padding-right: 0;
}
.banner-section .dnd-section {
    padding: 0;
}
.hs-roadmap-service-body-container-wrapper .hs_cos_wrapper_type_rich_text {
    line-height: 1.78em;
}
.body-container__road-service1 .span4.dnd-column > div,
.body-container__strategy-guidance1 .span4.dnd-column > div {
    margin-left: -10px;
}
.body-container__road-service1 .dnd-column img,
.body-container__strategy-guidance1 .span4.dnd-column img {
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-star:before {
    content: "\f005";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.body-container__road-service3 .hs-button {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    border-radius: 5px;
    font-size: 14px;
    padding: 14px 20px;
    margin-bottom: 21.73913043px;
      border: 1px solid transparent;
    border-color: #ebebeb;
}
.body-container__road-service3 .hs-button:hover {
    color: #5e5e5e;
    border-color: #dcdcdc;
}
.body-container__road-service3 .dnd-section:nth-child(2) {
    margin: 0 24px;
    padding: 0 26px !important;
}
.body-container__road-service3 .dnd-section:nth-child(2) > .row-fluid > .dnd-column {
    margin: 0 -15px;
    width: auto;
}
.body-container__road-service3 .dnd-section > .row-fluid > .dnd-column img {
    margin-bottom: 30px;
    vertical-align: middle;
}
.body-container__road-service3 {
    background-color: #f7f7f7;
}
.body-container__road-service3 .hs_cos_wrapper_type_rich_text h1 {
    margin: 0 0 20px;
}
.body-container__road-service3 .hs_cos_wrapper_type_rich_text h4 {
    margin: 0;
}
.icon-envelope:before {
    content: "\e086";
}
.icon-call-in:before {
    content: "\e047";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-star:before {
    content: "\f005";
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085";
}

.body-container__contact1 h3.form-title {
    font-size: 46px;
    line-height: 1.39em;
    margin: 0 0 8px;
}
.body-container__contact1 form fieldset {
    max-width: 100%;
}
.body-container__contact1 form .hs-richtext.hs-main-font-element p {
    font-family: Georgia;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: Capitalize;
    text-align: left;
    color: #979797;
    margin: 0 0 25px 0;
}
.body-container__contact1 form .field {
    margin-bottom: 8px;
}
.body-container__contact1 form textarea.hs-input {
    height: 154px;
    resize: none;
}
.body-container__contact1 form .grecaptcha-badge {
    margin: 0;
}
.body-container__contact1 form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
    padding-bottom: 33px;
}
.body-container__contact1 form input.hs-button.primary {
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 8px;
    padding-bottom: 7px;
}
.body-container__contact1 form input.hs-button.primary:focus {
    outline: 0;
}
.body-container__contact1 form .input {
    margin-right: 0 !important;
}
.body-container__contact1 form fieldset.form-columns-2 > div:first-child {
    padding-right: 7px;
}
.body-container__contact1 form fieldset.form-columns-2 > div:last-child {
    padding-left: 6px;
}
.body-container__contact1 form .hs-input::-webkit-input-placeholder { 
    color: #767676;
}
.body-container__contact1 form .hs-input:-moz-placeholder { 
    color: #767676;
}
.body-container__contact1 form .hs-input::-moz-placeholder { 
    color: #767676;
}
.body-container__contact1 form .hs-input:-ms-input-placeholder { 
    color: #767676;
}
.hs-packages-banner-section .banner .banner-content h1 {
    color: rgb(56, 56, 56);
}
.hs-packages-banner-section .banner {
    padding-top: 8.2%;
}
.hs-packages-banner-section .banner .banner-content p {
    color: rgb(56, 56, 56);
}
.hs-packages-banner-section .banner .hs-banner-content {
    padding-top: 5.2%;
}
.body-container__strategy-guidance2 .span4.dnd-column {
    width: 33.33333333%;
    margin-left: 0;
}
.body-container__strategy-guidance2 a.cta_button {
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    color: #666;
    border: 1px solid #ebebeb;
    background-color: #ebebeb;
    display: inline-block;
    margin: 0 !important;
}
.body-container__strategy-guidance2 a.cta_button:hover {
    color: #5e5e5e;
    border-color: #dcdcdc;
    background-color: #dcdcdc;
}
.body-container__strategy-guidance2 .hs_cos_wrapper_type_header h1 {
    margin: 0;
}
.hs-strategy-guidance-body-container-wrapper .hs_cos_wrapper_type_rich_text {
    line-height: 1.78em;
}
.hs-strategy-guidance-body-container-wrapper ul, 
.hs-strategy-guidance-body-container-wrapper ol {
    margin: 0;
}
.custom-life-after-lockdown-layout .custom-header-top-section.clearfix {
    display: none !important;
}
.wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: .8em;
    padding: .54em 1em;
    margin-left: .75em;
    text-decoration: none;
}
.wp-block-file__button:hover {
    box-shadow: none;
    color: #fff;
    opacity: .85;
}
.custom-life-after-lockdown-layout .custom-video-group {
    width: 100%;
    padding: 0 40px;
    margin-top: -2px;
    padding-bottom: 30px;
}
.custom-life-after-lockdown-layout .custom-video-group .rll-youtube-player {
    padding-bottom: 0;
}
.custom-life-after-lockdown-layout .custom-header-bottom-section {
    position: relative;
    z-index: 11;
    top:0;
}
body:not(.fix-header) .custom-home-lay .custom-menu-primary a,
body:not(.fix-header) .custom-home-lay .custom-menu-primary .submenu.level-1>li>a.active-item {
  color: #363636;
}
body:not(.fix-header) .custom-home-lay .navigation-primary .submenu.level-1>li>a.active-item:after {
  border-bottom-color:#363636;
}
body:not(.fix-header) .custom-home-lay .custom-menu-primary .submenu.level-1>li:hover>a.active-item {
  color: #205283;
}
body:not(.fix-header) .custom-home-lay .navigation-primary .submenu.level-1>li:hover>a.active-item:after {
  border-bottom-color:#205283;
}

body:not(.fix-header):not(.without-banner) .custom-website-layout .custom-menu-primary a,
body:not(.fix-header):not(.without-banner) .custom-website-layout .custom-menu-primary .submenu.level-1>li>a.active-item {
  color: #363636;
}
body:not(.fix-header):not(.without-banner) .custom-website-layout .navigation-primary .submenu.level-1>li>a.active-item:after {
  border-bottom-color:#363636;
}
body:not(.fix-header):not(.without-banner) .custom-website-layout .custom-menu-primary .submenu.level-1>li:hover>a.active-item {
  color: #205283;
}
body:not(.fix-header):not(.without-banner) .custom-website-layout .navigation-primary .submenu.level-1>li:hover>a.active-item:after {
  border-bottom-color:#205283;
}
.custom-our-views-group h4.recent-post-title a:hover {
    color: #205283;
}






@media (min-width: 768px) {
  .body-container__road-service3 .span4.dnd-column {
      width: 33.33333333%;
      margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .custom-life-after-lockdown-layout .custom-header-group {
      min-height: 95px;
  }

}


@media only screen and (max-width:1199px) {
  .body-container__road-service3 .dnd-section:nth-child(2) {
      margin: 0;
      padding: 0 50px !important;
  }
  .body-container__contact1 .span4.dnd-column,
  .body-container__contact1 .span8.dnd-column {
      width: 100%;
      margin-left: 0;
  }
  .body-container__contact1 .dnd-section > .row-fluid {
      display: block !important;
  }
  .body-container__contact1 .span4.dnd-column {
      padding-bottom: 20px;
  }
  .hs-packages-banner-section .banner {
      padding-top: 13%;
  }
  .custom-home-lay {
      overflow: hidden;
  }
}

@media only screen and (max-width:1024px) {
  .body-container__road-service1 .span4.dnd-column>div,
  .body-container__strategy-guidance1 .span4.dnd-column>div {
      margin-left: 0;
  }
  .hs-packages-banner-section .banner .hs-banner-content {
    padding-top: 0;
  }
  .body-container__road-life-after-lockdown1 .dnd-section {
      padding-top: 72px !important;
  }
  .without-banner .custom-life-after-lockdown-layout .custom-header-bottom-section {
      box-shadow: none;
  }
}


@media only screen and (max-width:767px) {
  .body-container__contact1 form .field {
      width: 100% !important;
  }
  .body-container__contact1 form fieldset.form-columns-2>div:first-child {
      padding-right: 0;
  }
  .body-container__contact1 form fieldset.form-columns-2>div:last-child {
      padding-left: 0;
  }
  .body-container__contact1 form .hs-input {
      width: 100% !important;
  }
  .body-container__strategy-guidance2 .span4.dnd-column {
      width: 100%;
      text-align: center;
  }
}

@media only screen and (max-width:600px) {
  .hs-packages-banner-section .banner {
      padding-top: 8%;
  }
}


@media only screen and (max-width:480px) {
  .body-container__road-service1 .dnd-section,
  .body-container__road-service3 .dnd-section:nth-child(1) {
      padding-left: 10% !important;
      padding-right: 10% !important;
  }
  .body-container__packages1 .dnd-section:first-child,
  .body-container__strategy-guidance1 .dnd-section:first-child,
  .body-container__strategy-guidance2 .dnd-section:nth-child(1),
  .body-container__strategy-guidance2 .dnd-section:nth-child(2) {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}




.dnd-section[class*="force-full"]>.row-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* ================== Home Page ========= */

.custom-home-lay {
  background-color: #f7f7f7;
}
.custom-home-row1 h1 {
  margin: 0;
}
.custom-home-row1 p {
  margin: 0;
}
.custom-home-row1 h2 {
  margin: 0;
  padding: 20px 0;
}
.custom-home-row1 hr {
  margin: 13px auto 20px;
  border-bottom: 3px solid #0088cc;
  width: 33px;
  height: 0;
}
.custom-home-row2 .hs-button-with-icon a {
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
  display: block;
  border-radius: 5px;
  font-weight: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  color: #fff;
  border: 1px solid #08C;
  background-color: #08c;
  font-family: "Open Sans";
  box-sizing: border-box !important;
}
.custom-home-row2 .hs-button-with-icon a:hover {
  color: #f7f7f7;
  border-color: #0074ad;
  background-color: #0074ad;
}
.custom-home-row2 {
  padding: 0 85px;
}
.custom-home-row2 .hs-button-with-icon {
  opacity: 1 !important;
  animation: none !important;
}
.custom-home-lay ul.slick-dots {
  position: relative !important;
  bottom: 0 !important;
}
.custom-home-lay ul.slick-dots li {
  margin-right: 2px;
  width: 21px;
  height: 21px;
  position: relative;
  margin-left: 0;
}
.custom-home-lay ul.slick-dots li button {
  display: inline-block;
  width: 11px;
  height: 11px;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -6px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-radius: 50%;
  background-color: #555;
}
.custom-home-lay ul.slick-dots li button:before {
  display: none;
}
.custom-home-lay ul.slick-dots li.slick-active button {
  background-color: #205283;
  -webkit-transform: scale(1.38);
  transform: scale(1.38);
}
.custom-home-lay .custom-video-group {
  width: 80%;
}
:focus {
    outline: none;
}
/* ========= About ========== */

.custom-about-lay .custom-header-top-section {
  background-color: rgba(150, 150, 150, 0.7);
}
.custom-about-lay .hs-header-top-left-content ul>li {
  color: #fff;
}
.custom-about-lay .hs-header-top-left-content ul>li:not(:last-child):after, 
.custom-about-lay .hs-header-top-right-inner .mkdf-top-bar-widget:not(:last-child):after {
  border-right-color: rgba(255, 255, 255, 0.2);
}
.custom-about-lay .custom-header-top-section,
.custom-about-lay .hs-header-top-right-inner .mkdf-search-opener {
  color: #ffffff;
}
.custom-about-lay .hs-header-top-right-inner .mkdf-side-menu-button-opener {
  color: #ffff;
}
.custom-about-lay  .custom-menu-primary a {
  color: #fff;
}

.custom-about-row2 .dnd-section>.row-fluid,
.custom-about-row4 .dnd-section>.row-fluid{
  padding-left: calc(11% - 15px);
  max-width: 100%;
  padding-right: calc(11% - 15px);
}
.custom-about-row2 .row-fluid .span4 {
  width: 33.33%;
  margin: 0;
}
.custom-about-row2 .row-fluid .span8 {
  width: 66.66%;
  margin: 0;
}
.custom-about-row2 h4 {
  margin: 0;
}
.custom-about-row2 ul {
  margin-bottom: 32px;
  line-height: 1.78em;
}

/* ====== Costratification Platform =========== */

.custom-costratification-platform-lay .banner {
  min-height: 494px;
}
.custom-costratification-platform-row1 .dnd-section>.row-fluid {
  max-width: 100%;
}
.custom-costratification-platform-row1 {
  padding: 0 80px;
  background-color: #f7f7f7;
}
.custom-costratification-platform-row2 .row-fluid .span7 {
  width: 66.66%;
}
.custom-costratification-platform-row2 .row-fluid .span5 {
  width: 33.33%;
  margin: 0;
}
.custom-costratification-platform-row3 .dnd-section>.row-fluid {
  padding: 0;
}
.custom-costratification-platform-row3 .row-fluid .span6 {
  width: 50%;
  margin: 0;
}
.custom-costratification-platform-row3 .hs_cos_wrapper_type_linked_image img,
.custom-costratification-platform-row2 .hs_cos_wrapper_type_linked_image img{
  display: block;
}
.custom-costratification-platform-row5 a.cta_button {
  font-size: 14px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
  background-repeat: repeat-x;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  line-height: normal;
  color: #666;
  border: 1px solid #ebebeb;
  background-color: #ebebeb;
  display: inline-block;
  margin-bottom: 10px;
}
.custom-costratification-platform-row5 a.cta_button:hover {
  color: #5e5e5e;
  border-color: #dcdcdc;
  background-color: #dcdcdc;
}
.custom-video-group .play {
  background: url(https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/raw_assets/public/CoStratify_April2021/images/youtube.png);	
  background-repeat: no-repeat;
}
.custom-client-rewview-group .mkdf-triangle {
  background: url(https://7352244.fs1.hubspotusercontent-na1.net/hubfs/7352244/raw_assets/public/CoStratify_April2021/images/triangle.png);	
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .custom-costratification-platform-lay .banner {
    min-height: auto;
    height: 34.85vw;
  }
}
@media (max-width: 1199px) {
  .custom-costratification-platform-row3 .row-fluid .span6 {
    width: 100%;
    margin: 0;
  }
  .custom-costratification-platform-row3 .dnd-section>.row-fluid {
    flex-wrap: wrap;
  }
}
@media (max-width: 1100px) {
  .custom-costratification-platform-lay .banner {
    height: 34.8vw;
    padding-top: 13%;
  }
}
@media (max-width: 1024px) {
  .custom-home-lay .custom-header-bottom-section {
    background-color: #fff;
  }
}
@media (max-width: 991px) {
  .custom-costratification-platform-row3 .row-fluid .span6 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .custom-about-row2 .row-fluid .span8 {
    width: 100%;
    margin: 0;
  }
  .custom-about-row2 .row-fluid .span4 {
    width: 100%;
    margin: 0;
  }
  .custom-costratification-platform-lay .banner {
    height: 49.45vw;
  }
  .custom-costratification-platform-row2 .row-fluid .span7 {
    width: 100%;
  }
  .custom-costratification-platform-row2 .row-fluid .span5 {
    width: 100%;
    margin: 0;
  }
  .custom-costratification-platform-row3 .row-fluid .span6 {
    width: 100%;
  }
}
@media (max-width: 479px) {
  .custom-about-row1 h1 {
    margin-right: -20px !important;
  }
  .custom-home-row2 {
    padding: 0 15px;
  }
  .custom-costratification-platform-row1 {
    padding: 0 15px;
  }
  .custom-costratification-platform-row2 .dnd-section {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media (max-width: 420px) {
  .custom-costratification-platform-row1 h1 {
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  .custom-home-row1 h1 {
    margin: 0;
    font-size: 36px;
  }
  .custom-costratification-platform-row3 h2 {
    font-size: 29px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: transparent;
}

.custom-header-top-section {
    width: 100%;
    background-color: #242222;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    padding: 14px 0 14px;
    position: relative;
    z-index: 100;
}
.without-banner .custom-header-bottom-section {
    background-color: #ffffff;
}
.without-banner .custom-header-top-section {
    background-color: #242222;
    color: #fff;
}
.without-banner  .hs-header-top-left-content ul>li:not(:last-child):after, 
.without-banner  .hs-header-top-right-inner .mkdf-top-bar-widget:not(:last-child):after {
    border-right: 1px solid rgba(255,255,255,0.2);
}
.without-banner .hs-header-top-right-inner .mkdf-search-opener,
.without-banner .hs-header-top-right-inner .mkdf-side-menu-button-opener {
    color: #fff;
}

.custom-header-group .header__container {
    max-width: 100% !important;
    padding: 0 20px;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.hs-header-top-column {
    position: relative;
    float: left;
    z-index: 2;
    width: 50%;
}
.hs-header-top-column.left-column {
    width: 75%;
}
.hs-header-top-column.right-column {
    width: 25%;
}
.hs-header-top-left-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.hs-header-top-left-content ul > li {
    padding: 0 19px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 26px;
    margin-right: -3px;
}
.hs-header-top-left-content ul > li:first-child {
    padding-left: 0;
}
.hs-header-top-left-content ul > li:last-child {
    padding-right: 0;
}
.hs-header-top-left-content ul > li:not(:last-child):after {
    height: 65%;
    content: '';
    width: 1px;
    position: absolute;
    right: 0;
    top: 17%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hs-header-top-column.right-column {
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right;
    margin-top: -14px;
    margin-bottom: -13px;
}
.hs-header-top-right-inner .hs-search-field {
    position: absolute;
    top: 100%;
    right: 0;
    padding: 11px 15px 14px;
    min-width: 205px;
    max-width: 250px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color: #2c2a2a;
    line-height: 1.78em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out 0s;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out 0s;
}
.hs-header-top-right-inner .widget_mkd_search_opener:hover .hs-search-field {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}
.hs-header-top-right-inner .hs-search-field .hs-search-field__input {
    background-color: transparent;
    border: none;
    outline: none;
    width: 100%;
    display: block;
    font-family: "Open Sans", serif;
    font-size: 13px;
    color: #bbb;
    padding: 1px 2px;
    line-height: 18px;
}
.hs-header-top-right-inner .hs-search-field .hs-search-field__input::-webkit-input-placeholder {
    color: #bbb;
    opacity: 1;
}
.hs-header-top-right-inner .hs-search-field .hs-search-field__input:-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
.hs-header-top-right-inner .hs-search-field .hs-search-field__input::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}
.hs-header-top-right-inner .hs-search-field .hs-search-field__input:-ms-input-placeholder {
    color: #bbb;
    opacity: 1;
}
.hs-header-top-right-inner .mkdf-top-bar-widget {
    padding: 0 19px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 51px;
    cursor: pointer;
}
.hs-header-top-right-inner .mkdf-top-bar-widget:first-child {
    padding-left: 0;
}
.hs-header-top-right-inner .mkdf-top-bar-widget:last-child {
    padding-right: 0;
}
.hs-header-top-right-inner .mkdf-search-opener {
    font-size: 21px;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    color: #fff;
    vertical-align: middle;
      position: relative;
    top: -3px;
}
.icon-magnifier {
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-magnifier:before {
    content: "\e090";
}
.hs-header-top-right-inner .mkdf-side-menu-button-opener {
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: initial;
    transition: initial;
    color: #ffffff;
    text-align: center;
    width: 26px;
}
.hs-header-top-right-inner .mkdf-side-menu-button-opener > .mkdf-side-area-icon {
    display: inline-block;
    line-height: inherit;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
}
.hs-header-top-right-inner .mkdf-side-menu-button-opener > .mkdf-side-area-icon .mkdf-sai-first-line, 
.hs-header-top-right-inner .mkdf-side-menu-button-opener > .mkdf-side-area-icon .mkdf-sai-second-line, 
.hs-header-top-right-inner .mkdf-side-menu-button-opener > .mkdf-side-area-icon .mkdf-sai-third-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    border-bottom: 2px solid;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.hs-header-top-right-inner .mkdf-side-menu-button-opener > .mkdf-side-area-icon .mkdf-sai-first-line, 
.hs-header-top-right-inner .mkdf-side-menu-button-opener > .mkdf-side-area-icon .mkdf-sai-third-line {
    width: 26px;
}
.hs-header-top-right-inner .mkdf-side-menu-button-opener > .mkdf-side-area-icon .mkdf-sai-first-line {
    -webkit-transform: translateY(-6px) scale(0.65, 1);
    transform: translateY(-6px) scale(0.65, 1);
}
.hs-header-top-right-inner .mkdf-side-menu-button-opener > .mkdf-side-area-icon .mkdf-sai-third-line {
    -webkit-transform: translateY(6px) scale(0.65, 1);
    transform: translateY(6px) scale(0.65, 1);
}
.hs-header-top-right-inner .mkdf-side-menu-button-opener > .mkdf-side-area-icon .mkdf-sai-second-line {
    width: 26px;
}
.hs-header-top-right-inner .mkdf-top-bar-widget:not(:last-child):after {
    height: 65%;
    content: '';
    width: 1px;
    position: absolute;
    right: 0;
    top: 17%;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.hs-header-top-right-inner .mkdf-side-menu-button-opener:hover .mkdf-sai-first-line {
    -webkit-transform: translateY(-6px) scale(1);
    transform: translateY(-6px) scale(1);
}
.hs-header-top-right-inner .mkdf-side-menu-button-opener:hover .mkdf-sai-third-line {
    -webkit-transform: translateY(6px) scale(1);
    transform: translateY(6px) scale(1);
}



.custom-header-bottom-section {
    background-color: #fff;
    position: relative;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    z-index: 99;
    padding-top: 12px;
    padding-bottom: 12px;
}
.without-banner .custom-header-bottom-section {
    -webkit-box-shadow: 1px 2px 7.28px 0.72px rgb(0 0 0 / 8%);
    -moz-box-shadow: 1px 2px 7.28px .72px rgba(0,0,0,0.08);
    box-shadow: 1px 2px 7.28px 0.72px rgb(0 0 0 / 8%);
  position: relative;
    z-index: 111;
}
.hs-header-cta {
    position: relative;
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right;
    padding-top: 17px;
}
.hs-header-cta a.cta_button {
    display: inline-block;
    position: relative;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.7em;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    background-color: #205283;
    padding: 7px 25px 6px;
    border: 2px solid #205283;
}
.hs-header-cta a.cta_button:hover {
    border-color: #205283;
    color: #205283;
    background-color: transparent;
}

.hs-header-sidebar-menu {
    background-color: #2c2a2a;
    min-height: 100%;
    overflow: auto;
    padding: 30px 50px;
    border: 1px solid transparent;
    position: fixed;
    width: 470px;
    right: -470px;
    height: 100%;
    top: 0;
    z-index: 1001;
    -webkit-transition: left 0.2s ease, right 0.2s ease;
    -moz-transition: left 0.2s ease, right 0.2s ease;
    -o-transition: left 0.2s ease, right 0.2s ease;
    transition: left 0.2s ease, right 0.2s ease;
}
.open-side-menu .hs-header-sidebar-menu {
    right: 0;
}
.open-side-menu.fix-header .hs-header-sidebar-menu {
    right: -470px;
}
.custom-header-top-section, 
.custom-header-group .custom-header-bottom-section .header__container,
.banner-section,
.body-container-wrapper,
footer.footer,
.custom-error-page-layout,
.blog-outer-wrapper {
  -webkit-transition: left 0.2s ease, right 0.2s ease;
  -moz-transition: left 0.2s ease, right 0.2s ease;
  -o-transition: left 0.2s ease, right 0.2s ease;
  transition: left 0.2s ease, right 0.2s ease;
  position: relative;
  right: 0;
}
.open-side-menu .custom-header-top-section, 
.open-side-menu .custom-header-group .custom-header-bottom-section .header__container,
.open-side-menu .banner-section,
.open-side-menu .body-container-wrapper,
.open-side-menu footer.footer,
.open-side-menu .custom-error-page-layout,
.open-side-menu .blog-outer-wrapper {
  right: 470px;
}

.open-side-menu.fix-header .custom-header-top-section, 
.open-side-menu.fix-header .custom-header-group .custom-header-bottom-section .header__container,
.open-side-menu.fix-header .banner-section,
.open-side-menu.fix-header .body-container-wrapper,
.open-side-menu.fix-header footer.footer,
.open-side-menu.fix-header .custom-error-page-layout,
.open-side-menu.fix-header .blog-outer-wrapper {
  right: 0;
}
.hs-header-mission-group {
    padding-top: 30px;
}




.mkdf-side-menu .mkdf-close-side-menu-holder {
    display: table;
    height: 90px;
    position: absolute;
    top: 0px;
    right: 40px;
    z-index: 100;
}
.mkdf-side-menu .mkdf-close-side-menu-holder-inner {
    display: table-cell;
    vertical-align: middle;
}
.mkdf-side-menu a.mkdf-close-side-menu {
    display: inline-block;
    height: 36px;
    width: 36px;
    padding: 0 2px 4px 0;
    z-index: 1000;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}
.mkdf-side-menu a.mkdf-close-side-menu span {
    color: #9b9b9b;
    display: inline-block;
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    position: relative;
    text-align: center;
    width: 36px;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.icon_close:before {
    content: "\4d";
}
.mkdf-side-menu a.mkdf-close-side-menu:hover {
    -webkit-transform: rotate(180deg) translateZ(0);
    transform: rotate(180deg) translateZ(0);
}
.hs-header-mission-group h2 {
    color: #fff;
    margin: 0 0 3px;
}
.hs-header-mission-group h6 {
    font-family: Georgia;
    font-style: italic;
    color: #696969;
    margin: 0 0 12px 0;
}
.hs-header-mission-group p {
    color: #b4b4b4;
    line-height: 1.78em;
}
.hs-header-mission-group {
    padding-top: 30px;
    border-bottom: solid 1px #f5f5f50f;
    padding-bottom: 20px;
    margin-bottom: 33px;
}
.hs-header-sidebar-menu .cm-recent-blog-wrapper h4 {
    color: #fff;
}
.hs-header-sidebar-menu .cm-recent-post-item-inner .mkdf-item-image a {
    height: 72px;
}
.hs-header-sidebar-menu .cm-recent-post-item {
    padding: 11px 0 0 0;
}
.hs-header-sidebar-menu .cm-recent-post-item:first-of-type {
    padding-top: 9px;
}
.hs-header-sidebar-menu .cm-recent-post-item-inner .mkdf-item-text-holder .mkdf-item-title a {
    font-size: 14px;
    line-height: 31px;
}
.hs-header-sidebar-menu .cm-recent-post-item-inner .mkdf-item-text-holder .mkdf-item-title {
    margin: 0;
}
.hs-header-sidebar-menu .cm-recent-post-item-inner .mkdf-item-info-section {
    margin: 0;
    line-height: 31px;
}
.hs-header-sidebar-menu .cm-recent-post-item {
    border-bottom: 1px solid #383636;
    padding-bottom: 14px;
}
.hs-header-sidebar-menu .cm-recent-post-item:last-child {
    padding-bottom: 24px;
}
.open-side-menu {
    overflow-x: hidden;
}
.hs-header-sidebar-search-group h4 {
    margin: 0 0 17px 0;
    color: #fff;
}
.hs-header-sidebar-search-group {
    margin-top: 41px;
}
.hs-header-sidebar-search-group form {
    position: relative;
}
.hs-header-sidebar-search-group .hs-search-field__input {
    background-color: #242222;
    border: 0;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    line-height: normal;
    padding: 15px;
    padding-right: 50px;
      color: #fff;
}
.hs-header-sidebar-search-group .hs-search-field__input:focus {
    outline: 0;
}
.hs-header-sidebar-search-group form button {
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    outline: 0;
    font-size: 18px;
    color: #fff;
}
.hs-header-sidebar-search-group form button:before {
    content: "";
    font-family: Simple-Line-Icons;
}
.hs-header-sidebar-search-group .hs-search-field__bar button svg {
    display: none;
}








#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
    position: relative;
    z-index: 2;
    width: 127px !important;
    display: inline-block;
}
.header__logo a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.header__logo img {
    max-width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    display: block;
    width:100% !important;
}

.header__column {
    position: relative;
    z-index: 2;
    height: 100%;
    width: auto;
    display: inline-block;
    padding-left: 38px;
    vertical-align: middle;
}
.fa-bars:before {
    content: "\f0c9";
}
.header__logo.header__logo--scroll {
    display: none;
}
.fix-header .header__logo.header__logo--main {
    display: none;
}
.fix-header .header__logo.header__logo--scroll {
    display: inline-block;
}
.hs-search-field--open .hs-search-field__suggestions {
    border: 0 !important;
    text-align: left;
    padding: 7px 0;
    color: #fff;
}
.hs-search-field--open .hs-search-field__suggestions li a {
    color: #fff;
}
.hs-search-field--open .hs-search-field__suggestions li a:hover {
    background-color: transparent;
}
.header__logo.header__logo--dark {
   display:none;
}

.custom-header-with-light-logo .custom-header-top-section, 
.custom-header-with-light-logo .hs-header-top-right-inner .mkdf-search-opener,
.custom-header-with-light-logo .hs-header-top-right-inner .mkdf-side-menu-button-opener {
    color: #fff;
}
.custom-header-with-light-logo .custom-header-top-section {
    border-bottom: 1px solid rgba(207, 216, 220, 0.4);
    padding-bottom: 13px;
}
body .custom-about-lay .custom-menu-primary .submenu.level-1 > li > a.active-item {
    color: #fff;
}
body .custom-about-lay .custom-menu-primary .submenu.level-1 > li > a.active-item:after {
    border-bottom-color: #fff;
}
body .custom-about-lay .custom-menu-primary .submenu.level-1 > li:hover > a.active-item {
    color: #205283;
}
body .custom-about-lay .custom-menu-primary .submenu.level-1 > li:hover > a.active-item:after {
    border-bottom-color: #205283;
}








@media (min-width: 1025px) {
  .mobile-view {
     display:none !important;
  }
  .mobile-trigger {
    display:none;
  }
  body.without-banner:not(.fix-header) .custom-menu-primary .submenu.level-1 > li:hover > a {
      color: #242222;
  }
  body:not(.fix-header) .custom-header-with-light-logo .submenu.level-1>li>a:not(:hover):not(.active-item) {
      color: #fff;
  }
  body:not(.fix-header) .custom-header-with-light-logo .submenu.level-1>li:hover>a:not(.active-item) {
      color: rgba(32,82,131,1.0);
  }
  body:not(.fix-header) .custom-header-with-light-logo .header__logo.header__logo--main {
      display: none;
  }
  body:not(.fix-header) .custom-header-with-light-logo .header__logo.header__logo--dark {
      display: inline-block;
  }
  .custom-header-group {
      min-height: 149px;
  }
  .custom-header-bottom-section {
      position: static;
      top: -100%;
  }
  .fix-header .custom-header-bottom-section {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      transition: top 0.7s ease;
  }
  .fix-header .header__logo {
      width: 96px !important;
  }
  .fix-header .custom-header-bottom-section {
      position: fixed;
      top: 0;
      width: 100%;
      z-index: 9999;
      padding-top: 3px;
      padding-bottom: 2px;
      background-color: #202325;
      border-bottom: 1px solid #202325;
  }
  .fix-header .hs-header-cta {
      padding-top: 8px;
  }
  .fix-header .header__column {
      padding-left: 23px;
  }
  .child-trigger {
      display: none;
  }
  .custom-header-with-light-logo .hs-header-top-left-content ul > li:not(:last-child):after, 
  .custom-header-with-light-logo .hs-header-top-right-inner .mkdf-top-bar-widget:not(:last-child):after {
      border-right-color: rgba(255, 255, 255, 0.2);
  }

}


/* Mobile Styles */

@media (max-width: 1024px) {
  .fix-header .custom-header-bottom-section {
    position: static;
    top: -100%;
    transition: top 0.7s ease;
  }
  .fix-header.header-show .custom-header-bottom-section {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
  .fix-header.header-show .header__logo.header__logo--main {
      display: inline-block;
  }
  .fix-header.header-show .header__logo.header__logo--scroll {
      display: none;
  }
  
  .desktop-view {
    display:none !important;
  }
  .custom-header-top-section {
      background-color: #202325 !important;
  }
  .custom-header-group .custom-header-bottom-section .header__container {
      max-width: 798px !important;
      padding: 0 15px;
  }
  
  .mobile-trigger i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    -webkit-transition: color 0.15s ease-out;
    -moz-transition: color 0.15s ease-out;
    -o-transition: color 0.15s ease-out;
    -ms-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
  }
  .mobile-trigger:hover i {
      color: #205283;
  }
  .mobile-trigger {
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -13px;
    cursor: pointer;
  }
  .header__column {
    display: none;
    position: absolute;
    width: 100%;
    height: auto;
    background: #fff;
    left: 0;
    top: 100px;
    padding-left: 0;
  }

  .child-trigger {
      position: absolute;
      right: 0;
      top: 0;
      line-height: 35px;
      height: 35px;
      padding-right: 10px;
      width: 50px;
      text-align: right;
      cursor: pointer;
  }
  .child-trigger i {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
  }
  .child-trigger i:before {
      content: "\f105";
  }
  .child-open > .child-trigger i {
    -webkit-transform: rotate(90deg);
    transform: rotate( 90deg);
  }
  .submenu.level-2 .menu-item > .child-trigger {
      line-height: 32px;
      height: 32px;
  }
  .hs-header-cta {
      display: none;
  }
  .custom-header-group .custom-header-bottom-section .header__container {
      width: 100% !important;
      text-align: center;
  }
  .custom-header-bottom-section {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e8;
    box-shadow: none;
  }
  .header__logo {
    width: 142px !important;
  }
  .header__logo {
    width: 100%;
    margin: 0 auto;
  }
  .custom-header-group .hs-header-top-right-inner .mkdf-search-opener,
  .custom-header-group .hs-header-top-left-content ul>li {
      color: #fff;
  }
  body .custom-about-lay .custom-menu-primary .submenu.level-1>li>a.active-item {
      color: #363636;
  }
}


@media only screen and (max-width: 768px) {
  .custom-header-group .custom-header-bottom-section .header__container {
      max-width: 630px !important;
  }
}


@media (max-width: 767px) {
  .hs-header-top-column.left-column, 
  .hs-header-top-column.right-column {
      width: 100%;
      float: none;
      text-align: center;
  }
  .custom-header-top-section {
      padding: 10px 0 25px;
  }
  .hs-header-top-column.left-column {
      margin-bottom: 18px;
  }
  .hs-header-top-left-content ul > li:first-child {
      margin-left: -2px;
  }
  .hs-header-top-right-inner .hs-search-field {
      left: 0;
      right: auto;
      margin: 0 auto;
      transform: translateX(-50%);
      margin-left: 70%;
  }
  .custom-header-with-light-logo .custom-header-top-section {
      padding-bottom: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .custom-header-group .custom-header-bottom-section .header__container {
      max-width: 450px !important;
  }
}

@media only screen and (max-width: 480px) {
  .custom-header-group .custom-header-bottom-section .header__container {
      max-width: 80% !important;
      padding: 0;
  }
  .mobile-trigger {
      left: 0;
  }
  .hs-header-sidebar-menu {
      width: 95%;
      right: -95%;
  }
}


@media (max-width: 361px) {
  .hs-header-top-left-content ul > li {
      margin-right: 0px;
  }
  .hs-header-top-left-content ul > li:first-child {
      margin-left: 0;
  }
}

/**Services menu color **/
.submenu.level-2 .menu-item .menu-link {
color: rgba(187,187,187,1.0) !important;
}

.submenu.level-2 .menu-item .menu-link:hover, .submenu.level-2 .menu-item .menu-link:focus {
color: rgba(255,255,255,1.0) !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
footer.footer {
    line-height: 1.78em;
}
.footer__container {
  padding: 0 15px;
  margin: 0 auto;
}
.hs-footer-top-setion {
    display: block;
    background-color: #212121;
    position: relative;
    padding: 75px 45px 59px 45px;
}
.hs-footer-top-setion .footer__container {
    max-width: 100%;
    padding: 0;
}
.hs-footer-top-inner {
    margin: 0 -45px;
}
.hs-footer-top-column {
    width: 25%;
    float: left;
}
.hs-footer-top-column-inner {
    padding: 0 45px;
}
.hs-footer-top-column.conact-details img {
    width: 250px !important;
    vertical-align: middle;
    margin-bottom: 8px;
}
.hs-footer-top-column.form input.hs-button.primary {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0px;
    background-color: rgba(255, 255, 255, 1);
    color: #212121;
    font-size: 12px;
    padding: 9px 26px;
    border: 0;
}
.hs-footer-top-column.form input.hs-button.primary:hover {
    color: #ffffff;
    background-color: rgba(0, 136, 204, 1);
}
.hs-footer-top-column.form .hs_recaptcha.field.hs-form-field .grecaptcha-badge {
    margin: 0;
}
.hs-footer-top-column.form .hs_recaptcha.field.hs-form-field {
    padding-bottom: 22px;
    overflow: auto;
}
.hs-footer-top-column.form .hs_would_you_like_to_hear_about_the_latest_costratify_news_by_signing_up_to_our_newsletter_.hs-fieldtype-booleancheckbox.field.hs-form-field span {
    font-size: 14px;
    color: #bcbcbc;
    margin-bottom: 12px;
    line-height: 1.78em;
}
.hs-footer-top-column.form .hs_would_you_like_to_hear_about_the_latest_costratify_news_by_signing_up_to_our_newsletter_.hs-fieldtype-booleancheckbox.field.hs-form-field {
    margin-bottom: 24px;
}
.hs-footer-top-column.form .hs_please_tick_the_box_to_agree_to_our_terms_and_conditions_and_continue_with_your_enquiry.hs-fieldtype-booleancheckbox.field.hs-form-field span {
    color: #c2c2c2;
    font-size: 12px;
    line-height: 24px;
    font-family: Georgia;
    font-style: italic;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0px;
}
.hs-footer-top-column.form .hs_please_tick_the_box_to_agree_to_our_terms_and_conditions_and_continue_with_your_enquiry.hs-fieldtype-booleancheckbox.field.hs-form-field {
    margin-bottom: -11px;
}
.hs-footer-top-column.form .hs-input {
    background-color: rgba(39, 38, 38, 1);
    color: #c2c2c2;
    font-size: 12px;
    line-height: 24px;
    font-family: Georgia;
    font-style: italic;
    font-weight: 400;
    padding: 9px 19px;
    border-radius: 0;
    border: 1px solid transparent;
}
.hs-footer-top-column.form .hs-input:focus {
    color: rgb(255, 255, 255);
    background-color: rgb(44, 42, 42);
}
.hs-footer-top-column.form textarea.hs-input {
    height: 106px;
    resize: none;
}
.hs-footer-top-column.form .hs_message.hs-message.field.hs-form-field {
    margin-bottom: 6px;
}
.hs-footer-top-column.form .hs-input::-webkit-input-placeholder {
    color: #c2c2c2;
    opacity: 1;
}
.hs-footer-top-column.form .hs-input:-moz-placeholder {
    color: #c2c2c2;
    opacity: 1;
}
.hs-footer-top-column.form .hs-input::-moz-placeholder {
    color: #c2c2c2;
    opacity: 1;
}
.hs-footer-top-column.form .hs-input:-ms-input-placeholder {
    color: #c2c2c2;
    opacity: 1;
}
.hs-footer-top-column.form input.hs-button.primary:focus {
    outline: 0;
}
.hs-footer-top-column-inner h4 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
}
.hs-footer-top-column-inner h4 a {
    color: #fff;
}
.hs-footer-top-column-inner h3.form-title {
    display: none;
}
.hs-footer-top-column-inner form {
    padding-top: 2px;
}
.hs-footer-top-column.menu p {
    margin-bottom: 20px;
}
.hs-footer-top-column.menu .hs-menu-wrapper ul {
    display: block;
}
.hs-footer-top-column.menu .hs-menu-wrapper ul li {
    width: 100%;
    margin-bottom: 17px;
}
.hs-footer-top-column.menu .hs-menu-wrapper ul li a {
    padding: 0;
    color: #fff;
}
.hs-footer-top-column.menu .hs-menu-wrapper ul li a:hover {
    color: #205283;
}
.hs-footer-top-column.menu .hs-menu-wrapper ul li a:before {
    content: "";
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    width: 38px;
    display: inline-block;
    vertical-align: middle;
}
.hs-footer-top-column.menu,
.hs-footer-top-column.rec_posts {
    border-left: 1px solid #3e3e3e;
    box-sizing: border-box;
}
.hs-footer-top-column.conact-details p {
    margin-bottom: 25px;
}
.cm-recent-post-item {
    padding: 24px 0 0 0;
    display: block;
    position: relative;
}
.cm-recent-post-item:first-of-type {
    padding-top: 7px;
}
.cm-recent-post-item-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.cm-recent-post-item-inner .mkdf-item-image {
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 88px;
}
.cm-recent-post-item-inner .mkdf-item-image a {
    display: block;
    height: 54px;
    width: 72px;
    position: relative;
    overflow: hidden;
}
.cm-recent-post-item-inner .mkdf-item-image img {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    max-width: none;
    object-fit: cover;
}
.cm-recent-post-item-inner .mkdf-item-text-holder {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 0 0 0 8px;
    text-align: left;
}
.cm-recent-post-item-inner .mkdf-item-text-holder .mkdf-item-title {
    font-size: 14px;
    text-transform: none;
    color: #202020;
    font-weight: 400;
}
.cm-recent-post-item-inner .mkdf-item-text-holder .mkdf-item-title a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.cm-recent-post-item-inner .mkdf-item-text-holder .mkdf-item-title a:hover {
    color: #205283;
}
.cm-recent-post-item-inner .mkdf-item-info-section {
    font-size: 14px;
    font-family: "Open Sans", serif;
    margin-top: 10px;
    text-transform: uppercase;
}
.cm-recent-post-item-inner .mkdf-item-info-section i {
    margin-right: 6px;
    font-family: 'simple-line-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hs-footer-bottom-setion {
    display: table;
    width: 100%;
    background-color: #252424;
    vertical-align: middle;
    text-align: center;
    height: 102px;
}
.footer__copyright,
.hs-footer-social-group {
    width: 50%;
    float: left;
}
.hs-footer-bottom-setion .footer__container {
    padding: 20px 60px;
    max-width: 100%;
}
.footer__copyright {
    padding-top: 15px;
}
.footer__copyright p {
    margin: 0;
}
.footer__copyright a:first-of-type {
    color: #fff;
}
.hs-lp-footer .footer__copyright a:first-of-type{
  cursor: inherit;
}
.footer__copyright-inner {
    padding: 0 15px;
}
.hs-footer-bottom-setion-inner {
    margin: 0 -30px;
}
.hs-footer-social-group-inner {
    padding: 0 15px;
}
#mkdf-back-to-top {
    display: block;
    position: fixed;
    right: 45px;
    bottom: 84px;
    margin: 0;
    width: 60px;
    height: 60px;
    opacity: 0;
    visibility: hidden;
    z-index: 10000;
    color: #d0d0d0;
    text-align: center;
    background-color: #111111;
    -webkit-transition: opacity 0.2s ease-out, visibility 0.2s ease-out, color 0.2s ease-out;
    transition: opacity 0.2s ease-out, visibility 0.2s ease-out, color 0.2s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mkdf-back-to-top.on {
    opacity: 1;
    visibility: visible;
}
#mkdf-back-to-top .mkdf-icon-stack {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    line-height: inherit;
    font-size: 36px;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
}
#mkdf-back-to-top .mkdf-icon-font-elegant {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.arrow_carrot-up:before {
    content: "\32";
}
#mkdf-back-to-top .mkdf-back-to-top-inner {
    display: block;
    position: relative;
    top: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#mkdf-back-to-top .mkdf-back-to-top-text {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#mkdf-back-to-top:hover .mkdf-icon-stack {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
#mkdf-back-to-top:hover .mkdf-back-to-top-text {
    opacity: 0;
}
.hs-footer-contact-details ul>li.hs-icon_phone-group {
    font-family: "Montserrat", sans-serif;
}
.hs-footer-contact-details ul>li.hs-icon_phone-group {
    font-size: 16px;
    line-height: 1.85em;
    padding-top: 2px;
}
.hs-footer-contact-details ul>li.hs-icon_phone-group i {
    position: relative;
    top: -2px;
}




@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  .hs-footer-top-column-inner {
      padding: 0 20px;
  }
  .hs-footer-top-inner {
      margin: 0 -20px;
  }
  .hs-footer-bottom-setion .footer__container {
      padding-left: 36px;
      padding-right: 36px;
  }
}

@media only screen and (max-width: 1400px) {
  #mkdf-back-to-top {
      right: 23px;
  }
}

@media only screen and (max-width: 1024px) {
  .hs-footer-top-column {
      width: 100%;
    margin-bottom: 30px;
  }
  .footer__copyright, 
  .hs-footer-social-group {
      width: 100%;
  }
  .hs-footer-social-icons ul {
      float: none;
  }
  .hs-footer-social-icons ul li:first-child {
      margin-left: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .cm-recent-post-item-inner {
      display: block;
      width: auto;
  }
  .cm-recent-post-item-inner .mkdf-item-text-holder {
      display: block;
      padding: 20px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
  padding-top: 72px;
}

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

.blog-pagination {
  position: relative;
  height: 30px;
  margin-bottom: 66px;
  margin-top: 55px;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #646464;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
  display:none;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #646464;
  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: #646464;
}
.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: #646464;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Open Sans, 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: transparent;
  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: #646464;
  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%;
  border:none !important;
}
.section.post-footer {
  margin-bottom: 82px;
  margin-top: 24px;
  background-color: #fff;
  border: 1px solid #ededed;
  padding: 31px 22px 32px 32px;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #0088cc;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  width: 66.66%;
  float: left;
}

@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);
  }
}


@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}
.blog-sidebar  ul{
  box-shadow:none !important;
  list-style: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.blog-sidebar ul li {
  display: block;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 13px;
}

.blog-sidebar ul li:last-child {
  border-bottom: 0;
}
.blog-sidebar a {
  text-decoration: none;
}

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

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

.blog-pagination-prev-link {
  left: 0;
}

a.blog-pagination-link {
  position: absolute;
  top: 0;
  color: #2c2a2a;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

a.blog-pagination-link i {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

a.blog-pagination-link:hover {
  color: #205283;
}
a.blog-pagination-link.blog-pagination-next-link {
  right: 0;
}
.blog-sidebar-post-listing .cm-recent-post-item {
  padding: 0;
  margin: 0;
}

.blog-sidebar-post-listing .cm-recent-post-item-inner .mkdf-item-text-holder {
  padding: 0;
  margin-bottom: 3px;
}

.blog-sidebar-post-listing .cm-recent-post-item-inner .mkdf-item-text-holder a {
  color: #363636;
  font-family: 'Montserrat';
}

.blog-sidebar-post-listing .cm-recent-post-item-inner .mkdf-item-text-holder a:hover {
  color: #205283;
}
.blog-post-tags {
  line-height: 1.78em;
}
.blog-index-post-content .mkdf-post-excerpt {
  word-break: break-word;
}
.blog-sidebar-post-listing .cm-recent-post-item-inner .mkdf-item-info-section {
  color: #205283;
  margin: 0;
}

.blog-sidebar-post-listing .cm-recent-post-item:not(:first-child) {
  padding: 5px 0 0 0;
}

.blog-sidebar-post-listing .cm-recent-post-item-inner {
  margin-bottom: 13px;
}
.blog-sidebar-topic-filter ul li {
  margin: 0;
}

.blog-sidebar-topic-filter ul li a {
  padding-bottom: 8px;
  padding-top: 7px;
  color: #6c6c6c;
  display: inline-block;
  font-family: "Open Sans", serif;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}

.blog-sidebar-topic-filter ul li a:hover {
  color: #205283;
}

/* Mobile Blog Sidebar */

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


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


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


/*======== Blog listing with sidebar =========*/


.blog-index {
  width: 66.66%;
  float: left;
  padding: 0 20px 0 0;
}

.blog-index-post {
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgb(0 0 0 / 8%);
  -moz-box-shadow: 1px 2px 7.28px .72px rgba(0,0,0,.08);
  box-shadow: 1px 2px 7.28px 0.72px rgb(0 0 0 / 8%);
}

.blog-index-post img {
  vertical-align: middle;
}
.blog-index-post-inner-card > img,
.blog-index-post-inner-card a.blog-index-post-image img {
  width: 100%;
}
.blog-index-post-content {
  padding: 31px 40px 32px;
}

a.blog-post-tag-link {
  color: #205283;
}


.blog-post-body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
  cursor: pointer !IMPORTANT;
}

.blog-index-post-content h4 a {
  color: #363636;
}
.blog-index-post-content h4 a:hover {
  color: #205283;
}

.mkdf-post-info {
  color: #6c6c6c;
  margin-bottom: 34px;
  font-family: "Open Sans",serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.mkdf-post-info a:hover {
  color: #6c6c6c;
}
.blog-listing-outer .mkdf-post-info{
  margin-bottom: 26px;  
}
.blog-listing-outer .mkdf-post-excerpt p {
  padding: 0 !important;
  margin: 0;
}
.mkdf-post-info>div {
  display: inline-block;
  position: relative;
}

.mkdf-post-info-item {
  padding: 0 15px;
  border-right: 1px solid #dbdbdb;
  height: 21px;
  padding-left: 12px;
}

.mkdf-post-info-item:first-child {
  padding-left: 0;
}

.mkdf-post-info-item:last-child {
  padding-right: 0;
  border: 0;
}

span.mkdf-blog-date-icon {
  font-size: 18px;
  margin-right: 6px;
}

span.mkdf-blog-date-icon i,
span.mkdf-blog-author-icon i,
.mkdf-icon-simple-line-icon  {
  font-family: 'simple-line-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
.icon-calender:before {
  content: "\e075";
}
.icon-user:before {
  content: "\e005";
}
span.mkdf-blog-author-icon {
  font-size: 18px;
  margin-right: 4px;
}
.mkdf-post-info a {
  color: #6c6c6c;
}
.mkdf-social-share-holder.mkdf-dropdown {
  position: relative;
  display: inline-block;
}
.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown-opener {
  display: block;
}
.mkdf-post-info .mkdf-blog-share .mkdf-social-share-dropdown-opener {
  font-size: 18px;
}
.icon-share:before {
  content: "\e05b";
}
.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  min-width: 250px;
  top: -2px;
  left: 100%;
  z-index: 20;
  -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out 0s;
  transition: visibility 0s linear 0.2s, opacity 0.2s ease-in-out 0s;
}
.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul {
  position: relative;
  width: 100%;
  display: block;
  margin-left: 19px;
  list-style: none;
}
.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li {
  float: left;
  margin-right: 9px;
}
p.mkdf-post-excerpt {
  line-height: 26px;
  margin: 0;
}

.blog-post-read-more a {
  display: inline-block;
  position: relative;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  font-size: 12px;
  line-height: 1.7em;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid rgba(0, 136, 204, 0.5);
  color: #0088cc;
  background-color: transparent;
  font-size: 14px;
  padding: 7px 30px;
  color: #205283;
  border-color: #205283;
  margin-top: 26px;
}

.blog-post-read-more a:hover {
  border-color: #205283;
  background-color: #205283;
  color: #fff;
}
.blog-sidebar {
  width: 33.33%;
  float: left;
  padding: 0 0 0 20px;
}
.blog-sidebar-inner {
  margin-bottom: 40px;
}
.sidebar-content {
  border: 1px solid #ededed;
  padding: 20px 44px 35px 44px;
  background-color: #fff;
  margin: 0 0 27px;
  line-height: 1.78em;
}

.sidebar-content h4 {
  margin: 0;
}

.sidebar-content .mkdf-separator-holder {
  position: relative;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.sidebar-content .mkdf-separator {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #b2b2b2;
  margin: 10px 0;
  border-color: #2e89ce;
  width: 33px;
  border-bottom-width: 3px;
  margin-top: 6px;
  margin-bottom: 15px;
}
.sidebar-form {
  border: 1px solid #ededed;
  padding: 20px 44px 35px 44px;
  background-color: #fff;
}
.mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown ul li > a {
  font-size: 9px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  width: 27px;
  height: 27px;
  line-height: 27px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mkdf-social-share-holder .mkdf-facebook-share a {
  background-color: #3a5896;
}

span.mkdf-social-network-icon {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.social_facebook:before {
  content: "\e093";
}
.social_twitter:before {
  content: "\e094";
}
.social_linkedin:before {
  content: "\e09d";
}
.social_pinterest:before {
  content: "\e095";
}
.mkdf-social-share-holder.mkdf-dropdown:hover .mkdf-social-share-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}
.mkdf-social-share-holder .mkdf-twitter-share a {
  background-color: #00acec;
}
.mkdf-social-share-holder .mkdf-linkedin-share a {
  background-color: #0078b5;
}
.mkdf-social-share-holder .mkdf-pinterest-share a {
  background-color: #bd081c;
}

.blog-sidebar h3 {
  position: relative;
  font-size: 20px;
  color: #202020;
  text-transform: capitalize;
  font-weight: 400;
  text-align: left;
  padding: 2px 0 9px 0;
  margin-bottom: 19px;
  line-height: 1.65em;
}

.blog-sidebar h3:after {
  content: '';
  width: 33px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #205283;
}

.blog-sidebar-post-listing,
.blog-sidebar-topic-filter,
.blog-sidebar-tags {
  margin: 0 0 27px;
  border: 1px solid #ededed;
  padding: 20px 44px 35px 44px;
  background-color: #fff;
  padding-bottom: 14px;
}

.blog-sidebar form {
  margin-bottom: 20px;
}
.blog-sidebar form .hs-input {
  width: 100%;
  margin-bottom: 30px;
  padding: 13px 15px 12px;
  outline: 0;
  font-family: "Open Sans", serif;
  font-size: 12px;
  color: #767676;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
  resize: none;
  background: transparent;
}
.blog-sidebar form .hs-input:focus {
  border-color: #f1f1f1;
}
.blog-sidebar form .field {
  margin: 0;
}

.blog-sidebar form .actions {
  margin-top: 20px;
}

.blog-sidebar form input.hs-button {
  border: 2px solid #0088cc;
  color: #fff;
  border-color: #205283;
  background-color: #205283;
  padding: 6px 25px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 1.7em;
  -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  box-sizing: border-box;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.blog-sidebar form  input.hs-button:hover {
  color: #205283;
  background-color: transparent;
  border-color: #205283;
}
.blog-sidebar form .hs-form .hs-error-msgs label {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin: 0;
}
.blog-sidebar form input.hs-button:focus {
  outline: none;
}
.mkdf-blog-single-navigation {
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1.78em;
}
.mkdf-blog-single-navigation .mkdf-blog-single-next, .mkdf-blog-single-navigation .mkdf-blog-single-prev {
  font-size: 25px;
  font-weight: 500;
  width: 50%;
}
.mkdf-blog-single-navigation .mkdf-blog-single-prev {
  float: left;
  text-align: left;
}
.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-single-nav-image-holder, .mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-single-nav-image-holder {
  width: 71px;
}
.mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-single-nav-image-holder {
  float: left;
  margin-left: 5px;
}
.mkdf-blog-single-navigation .mkdf-blog-single-next a, .mkdf-blog-single-navigation .mkdf-blog-single-prev a {
  color: #2c2a2a;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}
.mkdf-blog-single-navigation .mkdf-blog-single-next img, .mkdf-blog-single-navigation .mkdf-blog-single-prev img {
  vertical-align: middle;
}
.mkdf-blog-single-navigation .mkdf-blog-single-prev.mkdf-single-nav-with-image .mkdf-single-nav-content-holder {
  padding-left: 95px;
}

.mkdf-blog-single-navigation .mkdf-blog-single-next {
  float: right;
  text-align: right;
}
.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-single-nav-image-holder {
  float: right;
  margin-right: 5px;
}
.mkdf-blog-single-navigation .mkdf-blog-single-next.mkdf-single-nav-with-image .mkdf-single-nav-content-holder {
  padding-right: 95px;
}
h3.post-title {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-post-body h4 {
  margin: 0;
  padding-bottom:35px;
}
.blog-post-body p {
  margin: 0;
  padding-bottom:35px;
}
.blog-post-body ul li {
  line-height: 1.78em;
}
.blog-post-body ol li {
  line-height: 1.78em;
}
.blog-post-body ul {
  padding-bottom: 35px;
}

.blog-post-body blockquote {
  color: #205283;
}

.blog-post-body blockquote p {
  padding: 0;
}

.blog-post-body h1 {
  margin: 0;
  word-break: inherit;
}
.blog-sidebar-tags h3 {
  margin-bottom: 34px;
}
.blog-post-body hr {
  border-style: inset;
  border-width: 1px;
  color: #646464;
  height: 0;
  background: transparent;
}

.blog-post-body a.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 1.55em;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: .667em 1.333em;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #fff;
  margin: 10px auto;
}

.mkdf-single-nav-content-holder h6 {
  margin: 0;
}

.mkdf-blog-single-navigation .mkdf-blog-single-next i, .mkdf-blog-single-navigation .mkdf-blog-single-prev i {
  font-size: 18px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.mkdf-blog-single-navigation .mkdf-blog-single-prev i {
  margin-right: 6px;
}
.icon-arrow-left-circle:before {
  content: "\e07a";
}
.mkdf-blog-single-navigation .mkdf-blog-single-next i {
  margin-left: 6px;
}
.icon-arrow-right-circle:before {
  content: "\e079";
}
.mkdf-blog-single-navigation .mkdf-blog-single-next a:hover, .mkdf-blog-single-navigation .mkdf-blog-single-prev a:hover {
  color: #08c;
}

.blog-post-outer .custom-header-top-section {
  display: none;
}
@media (min-width: 1025px){
  .blog-post-outer .custom-header-group {
    min-height: 95px;
  }
}

.blog-post-body ul.wpuf-form {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.blog-post-body ul.wpuf-form li {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 10px;
}
.blog-post-body ul.wpuf-form .wpuf-el {
  position: relative;
}
.blog-post-body ul.wpuf-form li .wpuf-label {
  float: left;
  width: 30%;
  min-height: 1px;
  font-weight: bold;
}
.blog-post-body ul.wpuf-form.form-label-above li .wpuf-label,
.blog-post-body ul.wpuf-form.form-label-above li .wpuf-fields {
  display: block;
  float: none;
  width: 100%;
}
.blog-post-body ul.wpuf-form.form-label-above li .wpuf-label {
  margin-bottom: 10px;
}
.blog-post-body ul.wpuf-form li .wpuf-label .required {
  color: red;
}
.blog-post-body ul.wpuf-form li .wpuf-fields {
  float: left;
  width: 70%;
}
.blog-post-body ul.wpuf-form.form-label-above li.field-size-large .wpuf-fields {
  display: block;
  float: none;
  width: 100%;
}
.blog-post-body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap {
  margin-bottom: 8px;
}
.blog-post-body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name {
  float: left;
  width: 48%;
}
.blog-post-body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-last-name {
  float: right;
  width: 48%;
}
.blog-post-body ul.wpuf-form li label.wpuf-form-sub-label {
  font-size: 12px;
  display: inline-block;
  padding-top: 5px;
}

.blog-post-body input[type=text],
.blog-post-body input[type=password],
.blog-post-body input[type=email]{
  background: #fafafa;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 10%);
  border: 1px solid #ddd;
  color: #888;
  padding: 5px;
  width: 95%;
  border-radius: 0;
}
.blog-post-body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-fields select,
.blog-post-body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-fields select {
  font: 400 13.3333px Arial;
  border: 1px solid #eee;
  padding: 2px;
  height: 2em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-width: 150px;
  max-width: 100%;
  background-color: transparent;
}

.blog-post-body ul.wpuf-form li .wpuf-fields .wpuf-radio-block, 
.blog-post-body ul.wpuf-form li .wpuf-fields .wpuf-checkbox-block {
  display: block;
  margin-bottom: 6px;
}
.blog-post-body ul.wpuf-form:not(.form-label-left) .wpuf-submit .wpuf-label {
  display: none !important;
}
.blog-post-body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit],
.blog-post-body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
  font-size: 16px;
  padding: 5px 15px;
  line-height: inherit;
  height: inherit;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #0085ba;
  border-color: #0073aa #006799 #006799;
  -webkit-box-shadow: 0 1px 0 #006799;
  box-shadow: 0 1px 0 #006799;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;
}
.blog-post-body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap:after {
  clear: both;
  content: "";
  display: table;
}
.blog-index-post-content h4 {
  text-transform: capitalize;
  font-size: 24px;
  color: #202020;
  margin-bottom: 15px;
  margin-top: 7px;
}
.blog-index-post img.alignright {
  float: right;
  margin: .5em 0 .5em 1em;
}
.blog-outer-wrapper .mkdf-comment-holder {
  margin-top: 18px;
}
.blog-outer-wrapper .mkdf-comment-holder .mkdf-comment-number {
  position: relative;
}
.blog-outer-wrapper .mkdf-comment-holder .mkdf-comment-number h6 {
  padding-bottom: 6px;
  font-size: 20px;
  color: #202020;
  font-family: "Montserrat", sans-serif;
  line-height: 1.85em;
}
.blog-outer-wrapper .mkdf-comment-holder .mkdf-comment-number h6:after{
  content: '';
  width: 33px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #205283;
}
.blog-outer-wrapper .mkdf-comments {
  margin: 24px 0 0;
}
.mkdf-post-info-item span.mkdf-blog-comments-icon {
  font-size: 18px;
  margin-right: 2px;
  vertical-align: middle;
}

.mkdf-post-info-item .icon-bubble:before {
  content: "\e07d";
}
.hs-post-share {
  justify-content: center;
  display: flex;
  margin: 10px auto;
  padding-bottom: 25px;
}
.hs-post-share a:hover {
  transform: scale(1.1);
}
.hs-post-share a {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 9999px;
  margin: 0 8px 8px 0;
  transition: transform .1s ease;
  padding: 6px;
}
.hs-post-share a.linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.hs-post-share a.twitter{
  background-color: #1da1f2;
  color: #fff;
}
.hs-post-share a.facebook{
  background-color: #1778f2;
  color: #fff;
}
.hs-post-share a svg {
  color: currentColor;
  fill: currentColor;
}
.blog-sidebar .blog-sidebar-tags ul li {
  display: inline-block;
  vertical-align: top;
  border: none;
  margin-bottom: 0;
}
.blog-sidebar .blog-sidebar-tags ul li a {
  font-size: 11px !important;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  color: #464646;
  text-transform: uppercase;
  font-weight: 400;
  padding: 1px 15px;
  margin-bottom: 11px;
  background-color: #f7f7f7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
}
.blog-sidebar .blog-sidebar-tags ul li a:hover {
  background-color: #205283;
  color: #fff;
}
.blog-sidebar .blog-sidebar-tags ul li .filter-link-count {
  display: none;
}
.hs-blog-post .blog-index-post-content ul, 
.hs-blog-post .blog-index-post-content ol {
  margin: 0;
}
.mkdf-blog-single-navigation .mkdf-blog-single-next .mkdf-single-nav-image-holder a, 
.mkdf-blog-single-navigation .mkdf-blog-single-prev .mkdf-single-nav-image-holder a {
  width: 71px;
  height: 71px;
  display: block;
  position: relative;
  overflow: hidden;
}
.mkdf-blog-single-navigation .mkdf-blog-single-next img, 
.mkdf-blog-single-navigation .mkdf-blog-single-prev img {
  vertical-align: middle;
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  max-width: none;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mkdf-blog-single-navigation .mkdf-blog-single-prev i {
  margin-right: 10px;
}
.blog-comments form .hs-richtext.hs-main-font-element h3 {
  font-size: 20px;
  margin-bottom: 35px;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  color: #202020;
  position: relative;
  padding-bottom: 10px;
}
.blog-comments form .hs-richtext.hs-main-font-element h3:after {
  content: '';
  width: 33px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #08c;
}
.blog-index-post-inner-card .hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 89.5% !important;
  max-height: initial !important;
}

.hs-blog-post .blog-post-body form {
  position: relative;
}
.hs-blog-listing .custom-header-top-section,
.hs-blog-post .custom-header-top-section {
  z-index: 11111;
}
.hs-blog-post .hs-blog-content-form-grp form fieldset.form-columns-1 select.hs-input {
    width: auto !important;
    border: 1px solid #eee;
    padding: 2px;
    height: 2em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-width: 150px;
    max-width: 100%;
    width: auto !important;
      color: #000;
}
.blog-post-body .hs-blog-content-form-grp form ul {
    padding: 0;
}










@media only screen and (max-width: 1200px){
  .mkdf-post-info {
    font-size: 10px;
  } 
}
@media only screen and (max-width: 1024px){
  .blog-index {
    width: 100%;
    float: none;
    padding: 0;
  }

  .blog-sidebar {
    width: 100%;
    float: none;
    padding: 0;
  } 
}

@media (max-width: 768px){
  .mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown {
    min-width: 120px;
  }
  .mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown {
    min-width: 120px;
  }


}

@media (max-width: 767px){
  .blog-post-body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-last-name,
  .blog-post-body ul.wpuf-form li .wpuf-fields .wpuf-name-field-wrap.format-first-last .wpuf-name-field-first-name {
    width: 100%;
  }
  .blog-index-post img.alignright {
    float: none;
    margin: .5em auto .5em;
  }
  .blog-index-post {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 600px){
  .mkdf-post-info .mkdf-post-info-author.mkdf-post-info-item,
  .mkdf-post-info .mkdf-post-info-comments-holder.mkdf-post-info-item {
    display: none!important;
  }
  .mkdf-blog-single-navigation .mkdf-blog-single-prev, .mkdf-blog-single-navigation .mkdf-blog-single-next {
    float: none;
    width: 100%;
    text-align: left;
  }
  .mkdf-blog-single-navigation .mkdf-blog-single-prev {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px){
  .mkdf-post-info {
    font-size: 9px;
  }
  .blog-post-body #form-preview-stage.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit],
  .blog-post-body .wpuf-form-add.wpuf-style ul.wpuf-form .wpuf-submit input[type=submit] {
    width: 100%;
    font-size: 12px;
    padding: 5px 10px;
  }
  .blog-outer-wrapper .grecaptcha-badge {
    width: 100% !important;
    overflow: auto;
  }
  .mkdf-social-share-holder.mkdf-dropdown .mkdf-social-share-dropdown{
    min-width: unset;
  }
  .blog-sidebar-post-listing, 
  .blog-sidebar-topic-filter,
  .blog-sidebar-tags {
    padding: 20px 25px 35px;
  }
  .sidebar-form {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 320px){
  .content-wrapper{
    max-width: 95% !important; 
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.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: Open Sans, 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;
  }
}
@media screen and (max-width: 767px) {
  .systems-page h1{
    font-size: 23px;
  }
   .systems-page h2,
   .systems-page h3{
    font-size: 18px;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

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

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


.systems-page form .hs-button {
    margin-top: 15px;
}
.systems-page form ul.no-list.hs-error-msgs {
    padding: 0;
}
.systems-page input[type='password'] {
    height: auto !important;
}
.custom-error-page-layout .mkdf-title {
    display: block;
    width: 100%;
    height: 91.5px;
    text-align: left;
    position: relative;
    z-index: 101;
    background-color: #f7f7f7;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-box-shadow: inset 0px 0px 2px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0px 0px 2px 0px rgb(0 0 0 / 15%);
}
.custom-error-page-layout .mkdf-title .content-wrapper {
    padding-top: 0;
}
.custom-error-page-layout .mkdf-title-holder {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
}
.custom-error-page-layout .mkdf-title .mkdf-container {
    padding-top: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent;
    display: table-row;
    vertical-align: middle;
}
.custom-error-page-layout .mkdf-title .content-wrapper {
    padding-top: 0;
    vertical-align: middle;
    display: table-cell;
    width: 1130px;
}
.custom-error-page-layout .mkdf-title-subtitle-holder {
    display: block;
    padding: 0;
    position: relative;
    z-index: 25;
}
.custom-error-page-layout .mkdf-title-subtitle-holder-inner {
    position: relative;
}
.custom-error-page-layout .mkdf-title-subtitle-holder-inner h1 {
    color: #636363;
    display: inline-block;
    line-height: 1.5em;
    vertical-align: middle;
    font-size: 20px;
    text-transform: none;
    margin: 0;
}
.custom-error-page-layout .mkdf-breadcrumbs-holder {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}
.custom-error-page-layout .mkdf-breadcrumbs-holder .mkdf-breadcrumbs {
    display: table;
    height: 100%;
    width: 100%;
}
.custom-error-page-layout .mkdf-breadcrumbs-holder .mkdf-breadcrumbs-inner {
    display: table-cell;
    vertical-align: middle;
}
.custom-error-page-layout .mkdf-breadcrumbs-holder .mkdf-breadcrumbs-inner a {
    color: #727272;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    font-weight: 400;
}
.custom-error-page-layout .mkdf-breadcrumbs span {
    color: #727272;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.custom-error-page-layout .mkdf-breadcrumbs span:not(.mkdf-delimiter-icon) {
    font-family: "Montserrat", sans-serif;
    line-height: 1.5em;
    font-weight: 400;
}
.custom-error-page-layout .mkdf-title-holder .mkdf-delimiter {
    padding: 0 7px;
    margin-right: -4px;
}
.custom-error-page-layout .mkdf-title-holder .mkdf-delimiter-icon {
    line-height: 1em;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.arrow_right:before {
    content: "\24";
}
.custom-error-page-layout .mkdf-title-holder span.mkdf-current {
    color: #205283;
}
.custom-error-page-layout .mkdf-page-not-found {
    margin-bottom: 80px;
    text-align: center;
}
.custom-error-page-layout .mkdf-404-image {
    margin-bottom: 59px;
}
.custom-error-page-layout .mkdf-page-not-found h2 {
    margin-bottom: 10px;
}
.custom-error-page-layout .mkdf-page-not-found p {
    margin-bottom: 20px;
    font-family: Georgia, serif;
    font-size: 18px;
    color: #646464;
    font-style: italic;
}
.custom-error-page-layout .mkdf-page-not-found .mkdf-btn {
    display: inline-block;
    position: relative;
    outline: none;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.7em;
    -webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #205283;
    color: #fff;
    padding: 7px 25px 6px;
    background-color: #205283;
}
.custom-error-page-layout .mkdf-page-not-found .mkdf-btn:hover {
    color: #205283;
    background-color: transparent;
}








@media (min-width: 768px) {
  .systems-page form {
      max-width: 50%;
  }
  .systems-page form#email-prefs-form {
      max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .custom-error-page-layout .mkdf-title .content-wrapper {
      width: 1330px;
  }
}

@media only screen and (max-width: 1200px) {
  .custom-error-page-layout .mkdf-title .content-wrapper {
      width: 980px;
  }
}

@media (max-width: 1024px) {
  .custom-error-page-layout .mkdf-breadcrumbs-holder {
      position: relative;
      display: block;
  }
  .custom-error-page-layout .mkdf-title {
      height: auto !important;
      padding: 10px 0;
  }
  .custom-error-page-layout .mkdf-title-holder {
      height: 93px;
  }
  .custom-error-page-layout .mkdf-title .content-wrapper {
      width: 798px;
  }
  .without-banner .hs-landing-page .custom-header-bottom-section {
    z-index: 10;
  }
}

@media (max-width: 768px) {
  .custom-error-page-layout .mkdf-title .content-wrapper {
      width: 630px;
  }
}


@media (max-width: 767px) {
  .systems-page .success {
      min-width: 100%;
  }
  .systems-page form input.email-edit.hs-input {
      width: 100% !IMPORTANT;
  }

}

@media (max-width: 600px) {
  .custom-error-page-layout .mkdf-title .content-wrapper {
      width: 450px;
  }
}

@media (max-width: 480px) {
  .systems-page .page-header h2 {
    font-size: 18px;
  }
  .systems-page .page-header h1 {
    font-size: 24px;
  }
  .custom-error-page-layout .mkdf-title .content-wrapper {
      width: 80%;
  }
  .custom-error-page-layout .mkdf-breadcrumbs-holder .mkdf-breadcrumbs-inner a,
  .custom-error-page-layout .mkdf-breadcrumbs span:not(.mkdf-delimiter-icon) {
    font-size: 12px;
  }
  .custom-error-page-layout .mkdf-breadcrumbs span {
    font-size: 12px;
  }
}