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











































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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  /*   font-size: 15px; */
}

@font-face {
  font-family: "montserratbold";
  src: url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-Bold.ttf) format("ttf"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-Bold.woff) format("woff"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/montserrat-extrabold-webfont.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "montserratlight";
  src: url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-Light.ttf) format("ttf"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-Light.woff) format("woff"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/montserrat-light-webfont.woff2) format("woff2");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "montserratregular";
  src: url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-Regular.ttf) format("ttf"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-Regular.woff) format("woff"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/montserrat-regular-webfont.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "montserratsemibold";
  src: url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-SemiBold.ttf) format("ttf"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-SemiBold.woff) format("woff"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/montserrat-semibold-webfont.woff2) format("woff2");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "montserratextrabold";
  src: url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-ExtraBold.ttf) format("ttf"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/Montserrat-ExtraBold.woff) format("woff"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/montserrat-extrabold-webfont.woff2) format("woff2");
  font-style: normal;
  font-weight: 900;
}


@font-face {
  font-family: "open_sansregular";
  src: url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/OpenSans-Regular.ttf) format("ttf"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/OpenSans-Regular.woff) format("woff"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/opensans-regular-webfont.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "opensans-bold";
  src: url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/OpenSans-Bold.ttf) format("ttf"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/OpenSans-Bold.woff) format("woff"),
    url(//8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/raw_assets/public/CybeReady_February2021/fonts/opensans-bold-webfont.woff2) format("woff2");
  font-style: normal;
  font-weight: 800;
}


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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;

}
a:hover, a:focus {
  text-decoration: none;
  outline:none;
}

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-left: 20px;
}

ul li,
ol li {
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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


img{
  max-width:100%;
}

.body-container-wrapper .grecaptcha-badge {
  margin: 0 auto;
  width: 100% !important;
}

.body-container-wrapper{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.hs_cos_wrapper_type_rich_text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before{
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 6px;
  flex: 0 0 6px;
  margin-top: 4px;
  margin-right: 5px;
  width: 6px;
  height: 6px;
  background-color: #17538f;
}


@media (min-width:768px){
  .body-container-wrapper .hs_cos_wrapper_type_rich_text ul li:before{
    margin-right: 11px;
    margin-top: 8px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8px;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
  }
}

/* ✅ Force Lexend font, weight, and size for all text inside rich text areas */
.hs_cos_wrapper_type_rich_text p,
.hs_cos_wrapper_type_rich_text span[style*="font-family"],
.hs_cos_wrapper_type_rich_text div[style*="font-family"],
.hs_cos_wrapper_type_rich_text li[style*="font-family"] {
  font-family: "Lexend", sans-serif !important;
  font-weight: 200 !important;
  font-size: 16px !important;
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  transition: all 0.3s ease-in;
  display: inline-block;
  border-width: 1px;
  border-style:solid;
  text-align: center;
  font-size: 20px;
  min-width: 200px;
  margin-right: 16px;
  margin-top: 20px;
  cursor: pointer;
  white-space:normal !important;
}

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

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


.hs-form label {
  color: #33475b;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: .5rem;
  letter-spacing: normal;
  font-size: 12px;
  padding: 0 16px 0 0;
  font-family: 'open_sansregular';
}

.hs-error-msgs label {
  color: #790000 !important;
  font-weight: 700 !important;
  letter-spacing: normal;
  font-size: 12px;
  padding: 16px 16px 0 0 !important;
  font-family: 'open_sansregular';
}

.hs-input, input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  padding: 15px 20px;
  border: 0;
  border-radius: 0;
  font-size: 1rem;
  width: 100%;
  min-height: 52px;
  border: 0;
  outline: 0;
  line-height: normal;
  font-weight: 400;
  font-family: "open_sansregular",sans-serif;
}

input#hs-pwd-widget-password{
  height:52px !important;
}
.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: 0;
  display: inline-block;
  min-height: auto;
}

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

.hs-input:-moz-placeholder {
  color: #777777;
  opacity: 1;
}

.hs-input::-webkit-input-placeholder {
  color: #777777;
  opacity: 1;
}

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872 !important;
}
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 !important;
}

.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;
  padding:0;
  margin:0;
}

/* .hs-input.invalid.error {
border: 1px solid;
} */


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

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

.hs-form-field {
  margin-bottom: 25px;
}


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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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


.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
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;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;400;500;600&display=swap');


.hs-content-id-65309127022 .span6.widget-span.widget-type-cell.left-col.vertical-center.wow.animated.slideInLeft {
  height: 600px;
}

.hs-content-id-65309127022 .span6.widget-span.widget-type-cell.right-col.vertical-center.wow.animated.slideInRight {
  height: 600px;
}
.hs-content-id-65309127022 .span12.widget-span.widget-type-linked_image img {
  width: 100%;
}

.hs-content-id-65349125049 .span6.widget-span.widget-type-cell.left-col.vertical-center.wow.animated.slideInLeft {
  height: 600px;
}
.hs-content-id-65349125049 .span6.widget-span.widget-type-cell.right-col.vertical-center.wow.animated.slideInRight {
  height: 600px;
}
.hs-content-id-65349125049 .span12.widget-span.widget-type-linked_image img {
  width: 100%;
}

@media (max-width: 767px) {

.hs-content-id-65309127022 .span6.widget-span.widget-type-cell.left-col.vertical-center.wow.animated.slideInLeft {
  height: auto!important;
}
.hs-content-id-65309127022 .span6.widget-span.widget-type-cell.right-col.vertical-center.wow.animated.slideInRight {
  height: auto!important;
}
.hs-content-id-65349125049 .span6.widget-span.widget-type-cell.left-col.vertical-center.wow.animated.slideInLeft {
  height: auto!important;
}
.hs-content-id-65349125049 .span6.widget-span.widget-type-cell.right-col.vertical-center.wow.animated.slideInRight {
  height: auto!important;
}
.column-text-section {
  background: #fff;
  border-radius: 13px;
  display: inline-block;
 height: 467px!important;
  margin: 0px 0px 30px!important;
  padding: 0 20px;
  vertical-align: text-top;
  width: 86%!important;
}
.hs-content-id-90807075868.hs-landing-page.hs-page img.hs-image-widget {
  width: 100%!important;
  object-fit: contain!important;
}
.hs-content-id-90807075868.hs-landing-page.hs-page div#hs_cos_wrapper_module_166784737296212 {
  margin-top: 0pc!important;
}
.our-webinar h2 {
  font-size: 35px!important;
  margin-top: -66px!important;
}
.register span {
  font-size: 31px!important;
}
}

.hs-content-id-84475007005 #new-partner-section .features img {
  width: 125px !important;
}
body div#new-partner-section .features img {
  height: 75px;
  margin-top: 0;
  object-fit: contain;
  padding: 28px 13px;
  width: 120px!important;
  width: 111px!important;
}
div#third-column ul {
  margin-left: 0px!important;
  padding-left: 15px;
}
div#third-column ul li {
  padding-bottom: 10px;
}

.hs-content-id-84475007005 .security-column .icon-text {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  height: 303px!important;
  box-shadow: 1px 1px 10px #0003;
}
.product-section h2 {
  font-size: 23px!important;
  padding-top: 13px;
}
.product-section h3 {
  font-size: 15px!important;
}
.product-section p {
  font-size: 14px;
}
.column-text-section {
  background: #fff;
  display: inline-block;
  height: 470px;
  padding: 0 20px;
  vertical-align: text-top;
  width: 26%;
  margin: 0px 14px;
  border-radius: 13px;
}
.global-scale .span6.widget-span.widget-type-cell {
  width: 100%;
}
.image-section p {
  margin: 0px;
}
.column-text-section img {
  text-align: center;
  width: 26%;
  margin-top: 25px;
}
.product-section h2 span {
  color: #335687!important;
}
.product-section h2 span {
  color: #285d9c!important;
  font-size: 20px;
  font-weight: bolder;
}
.product-section h3 span {
  color: #6bb81d!important;
  font-size: 13px;
  line-height: 17px;
}
.product-section h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-section p {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  color: #445863!important;
  font-family: 'Roboto', Helvetica, Sans-serif;
}
.product-section h3 {
  font-size: 15px!important;
  margin-top: 7px;
  margin-bottom: 0px!important;
}

.product-section p {
  margin-top: 8px;
}


/* custom-css------------- */
.main_coustom_driven{
  background-image: url('https://go.cybeready.com/hs-fs/hubfs/Picture1-1.png?width=1600&name=Picture1-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
/* .row-fluid-wrapper.row-depth-1.row-number-2,
.widget-span.widget-type-cell.wrapper_inner_logo {
  background-image: url('https://go.cybeready.com/hs-fs/hubfs/Picture1-1.png?width=1600&name=Picture1-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
} */
#hs-button_module_1668445226439322 {
  background: linear-gradient(112.67deg, #402565 0%, #30BE96 84.47%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 8px;
  color: white;
  padding: 10px 45px;
}
.section_custom_logo_wrapper {
  padding: 40px 0px;
  width: 100% !important;
  max-width: 1449px !important;
  margin: auto !IMPORTANT;
  float: none !important;
}
.section_main_btn_wrap{
   margin:50px auto !important;
}
.main_wrappe_content {
  width: 100%;
  max-width: 1449px !important;
  margin: auto !important;
  float: none !important;
  padding: 90px 0px !important;
}
a#hs-button_module_1668449023688273 {
  background: linear-gradient(112.67deg, #402565 0%, #30BE96 84.47%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  color: #ffffff;
  padding: 14px 50px;
  border-radius: 8px;
}
.section_logos_wrap_frame {
  background: linear-gradient(112.67deg, #402565 0%, #30BE96 84.47%);
  margin: auto;
  text-align: center;
  padding: 60px 0px !important;
}
.section_logos_image img {
  border-radius: 8px;
}
.features.marketing-container {
  width: 100% !important;
  max-width: 1449px;
  margin: auto !important;
  float: none;
}
.section_container_icons {
  background: whhite !important;
  background-color: white;
  border-radius: 8px;
  margin: 60px 0px;
}
.section_logos_links {
  background: linear-gradient(112.67deg, #402565 0%, #30BE96 84.47%);
}
.features.marketing-container {
  padding-bottom: 0px !important;
}
.section_logos_links #new-partner-section {
  margin: 0px !important;
  padding: 0px !important;
}
.section_autometed_area {
  width: 100%;
  max-width: 1449px;
  margin: auto !important;
  float: none !important;
  margin:60px 0px !mportant;
}
.section_traning_content {
  margin: 60px 0px !important;
}
.section_image_container {
/*     border: 1px solid; */
  padding: 30px;
  background: #493C70;
  position: relative;
  transform: translate(0% , 45%);
}
#hs_cos_wrapper_module_1662804698719897{
  padding-top:0px !important;
}
.section_traning_main h2 {
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 49px !important;
/*     font-family: var(--common-font); */
  font-family: 'Roboto'!important;
  padding-bottom:15px;
}
.section_traning_main ,
.main_first_title {
  font-family: 'Roboto'!important;
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 29px !important;
}
.main_first_title_ul li {
  font-family: 'Roboto'!important;
  /* font-style: normal; */
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 45px !important;
}
.section_solution_content {
  width: 100%;
  max-width: 1449px;
  margin: auto !important;
  float: none !important;
  padding: 80px 0px !important;
}
.section_solution_content h2 {
  font-family: 'Roboto'!important;
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 68px;
  background: linear-gradient(92.2deg, #402565 -102.77%, #30BE96 71.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
/*     background-clip: text;
  text-fill-color: transparent; */
}
hr{
  display:none !important;
}
.section_solution_image_wrapper{
  width: 445px;
/*     border: 1px solid white; */
}
.section_solution_image_wrapper {
  display: flex !important;
  align-items: center;
  justify-content: space-around !important;
}
.section_solution_content p{
  font-family: 'Roboto'!important;
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 120.5%;
  color: #F9F9F9;
}
.section_to_solution {
  background-image: url('https://go.cybeready.com/hubfs/Picture3-1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section_solution_content_return p {
  font-size: 22px;
  font-family: 'Roboto'!important;
  font-weight: 400;
  line-height: 25px;
  color: #f9f9f9;
  padding: 70px 0px;
}
.section_main_btn_wrap a {
  color: #fff;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 14px 30px;
  text-align: center;
  background: linear-gradient(112.67deg, #402565 0%, #30BE96 84.47%);
  box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
  border-radius: 8px;
}
.section_main_btn_wrap a::after {
/*     background: #ffffff; */
  border-radius: 22px;
  content: "\f061";
  font-family: FontAwesome;
/*     padding: 4px 5px; */
  color: #ffffff;
  font-weight: lighter;
  margin-left: 8px;
  transition:.1s all ease-in-out;
  position: relative;
}

/* cyber-why section--------- */

.section_why_cyber_inner {
  width: 100%;
  margin: auto !important;
  float: none !important;
  max-width: 1449px;
  padding: 60px 0px !important;
}
.section_why_cyber_cards {
  box-shadow: 0px 0px 10px #0000001c;
}
.section_cyber_content {
  border: 1px solid #00000014;
  padding: 0px !important;
  margin-left: 0px!important;
  width:25% !important;
    height: 395px;
  max-height: 434px !important;

}
.section_cyber_content h2 {
  color: #222;
  font-family: 'Roboto';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 50px 97px 0px 30px;
  height: 80px;
  margin-top: 0px !important;
}
.section_cyber_content p {
  color: #000;
  font-family: 'Roboto';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* padding: 0 25px; */
  padding: 0px 25px !important;
  height: 200px;
  max-height: 200px;
}
.section_why_cyber_inner h2 {
  margin: 0!important;
  font-family: 'Roboto'!important;
}
.section_cyber_btn a{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.section_cyber_btn {
  padding: 0px 25px !important;
}
.section_cyber_btn a::before {
  background: #493C70;
  border-radius: 22px;
  content: "\f061";
  font-family: FontAwesome;
  padding: 4px 5px;
  color: white;
  font-weight: lighter;
  margin-right: 4px;
  transition:.1s all ease-in-out;
}
.section_cyber_content{
  transition: .4s all ease-in-out;
}
.section_cyber_content:hover h2 {
  color: white;
}
.section_cyber_content:hover p {
  color: white;
}
.section_cyber_content:hover
.section_cyber_btn a{
  color: white !important;
}
.section_cyber_content:hover
.section_cyber_btn a::before{
background-color: white !important;
color:#493C70;
transition:.1s all ease-in-out;
padding: 6px 7px;
}
.section_cyber_content:hover {
  background: #493C70;
  color: white !important;
  transition: .4s all ease-in-out;
}
.section_why_cyber_inner p {
  padding: 20px 0px;
}
.section_why_cyber_inner h2 {
 margin:0px !important;
}

/* our-product---- */



.section_our_products {
  background-image: url('https://8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/BG%20%281%29.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section_our_products_inner {
  width: 100%;
  max-width: 1449px;
  margin: auto !Important;
  float: none !important;
  padding: 10rem 0rem;
}
.section_our_product_wrap h2 {
  margin: 30px 0 1px;
  padding: 0px;
  color: #000;
}
.section_our_product_wrap {
  background: #ffffff;
  transition:.4s all ease-in-out !important;
}
.section_our_product_wrap:hover  {
  background: #59B198;
  color: white !important;
  transition:.4s all ease-in-out !important;
}
.section_our_product_wrap{
  border: 1px solid #00000014;
/*     padding: 0px !important;
  margin-left: 0px!important;
  width:25% !important; */
  height: 434px;
  max-height: 434px !important;
  border-radius: 8px;
  transition:.4s all ease-in-out !important;
}
.section_our_products_inner h2{
 
  color: #000;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 30px;
}
.section_our_product_wrap p {
  font-weight: 400;
  height: 255px;
  max-height: 300px;
}
.section_our_product_wrap h2:hover{
color:#ffffff;
}
.section_our_product_wrap h2{
/*     color:black; */
 
  margin: 30px 0px 1px 0px;
}
.products_titles {
  height: 0px !important;
  margin: 0px 0px 50px 0px;
}
.section_product_btn {
  padding: 0px 25px !important;
}
.section_our_product_wrap:hover .section_product_btn a{
  color: #ffffff !important;
}
.section_product_btn a{
  color:#000000  !important;
}
.section_our_product_wrap:hover .section_product_btn a::before{
 transition:.1s all ease-in-out;
 padding: 6px 7px;
 background: #ffffff;
 color:#493C70;
}
.section_product_btn a::before {
  background: #493C70;
  border-radius: 22px;
  content: "\f061";
  font-family: FontAwesome;
  padding: 4px 5px;
  color: white;
  font-weight: lighter;
  margin-right: 4px;
  transition:.1s all ease-in-out;
  position: relative;
}

.section_our_product_wrap {
  padding: 0px 30px!important;
}
/* result-section------ */
.section_result_inner {
  background: linear-gradient(112.67deg, #402565 0%, #30BE96 84.47%);
  color: white;
  padding: 60px 0px !important;
}
.section_video_session_inner {
  width: 100%;
  max-width: 1449px;
  margin: auto !important;
  float: none !important;
}
.section_video_session {
  padding: 80px 0px !important;
}
.iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  padding-top: 0px !important;
  box-shadow: 13px 14px 14px #0000004f;
  position: relative;
}
.section_traning_emma {
  background: linear-gradient(112.67deg, #402565 0%, #30BE96 84.47%);
  padding: 60px 0px;
}
.section_traning_emma_inner {
  width: 100%;
  margin: auto !important;
  float: none !important;
  max-width: 1449px !important;
  background:#ffffff;
  padding: 10px 30px;
  border-radius:8px !important;
}
.section_traning_emma_inner_link a{
  font-family: 'Roboto'!important;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 16px 30px;
  background: #222222;
  border-radius: 8px;
}
.section_traning_emma_inner_link a::before {
  background: #ffffff;
  border-radius: 22px;
  content: "\f061";
  font-family: FontAwesome;
  padding: 4px 5px;
  color: #000000;
  font-weight: lighter;
  margin-right: 8px;
  transition:.1s all ease-in-out;
  position: relative;
}
.section_traning_emma_inner_link {
  margin: 21px 0px 30px 0px;
}

/* article-section----------- */

.section_recent_article {
  width: 100%;
  max-width: 1449px;
  margin: auto !important;
  float: none !important;
  padding: 6rem 0rem;
}
.section_recent_article_box{
  box-shadow: 0px 5px 18.22px rgb(27 26 26 / 12%);
}
.section_recent_article_box h2 ,
.section_recent_article_box p {
  padding: 0px 25px;
}
.section_recent_article_box_content_area {
  height: 280px;
  max-height: 300px;
}
.articale_dates {
  margin: 1.4rem 0px;
}
.section_recent_article_button {
  margin: 25px 25px 60px 25px !important;
}
.section_recent_article_button a{
  font-family: 'Roboto'!important;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #000000;
  padding: 16px 30px;
  border: 2px solid #BCBCBC;
/*     background: #222222; */
/*     border-radius: 8px; */
}
.section_recent_article_button a:hover{
  background: #222222;
  color:#ffffff !Important;
  border: none;
}
.section_recent_article_button a::before {
/*     background: #ffffff; */
  border-radius: 22px;
  content: "\f061";
  font-family: FontAwesome;
/*     padding: 4px 5px; */
/*     color: #000000; */
  font-weight: lighter;
  margin-right: 8px;
  transition:.1s all ease-in-out;
  position: relative;
}
.recent_article_heading_content{
  margin: 0px 0px 15px 0px;
}
.section_recent_article_blog {
  text-align: center;
  padding: 50px 0px 0px 0px;
}
.section_recent_article_blog a {
  font-family: 'Roboto'!important;
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #222222;
}
.section_recent_article_blog a::after {
  background: #ffffff;
  border-radius: 22px;
  content: "\f061";
  border: 2px solid #BCBCBC;
  font-family: FontAwesome;
  padding: 4px 5px;
  color: #000000;
  font-weight: lighter;
  margin-left: 8px;
  transition:.1s all ease-in-out;
  position: relative;
}
.section_footer_inner_main {
  width: 100%;
  max-width: 1449px;
  float: none !important;
  margin: auto !important;
  padding:60px 0px;
}
.section_footer_inner li h3{
  color:#ffffff;
}
.section_footer_inner li {
  font-family: 'Roboto'!important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #9B9B9B;
}
.section_footer_inner_child li{
  font-family: 'Roboto'!important;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
/*     line-height: 16px; */
  color: #9B9B9B;
}
.section_footer_wraper_main {
  background: #161616;
}
.section_footer_inner ul{
  padding:0px !important;
}
.section_footer_inner ul li{
  list-style:none;
}
.section_footer_inner h3 {
  padding-bottom: 15px;
}


/*  ---------------- form -------------- */

.form_inner_data_driven {
  display: flex !important;
  justify-content: center;
  background: #ffffff;
  padding: 25px;
  border-radius: 20px;
}
.form_inner_data_driven_main {
  display: flex !important;
  justify-content: end;

}
.data-driven-form input {
/*     width: 20px !important; */
  width: 100% !important;
  border-radius: 27px;
}
.form_inner_data_driven .hs-button.primary.large {
  width: 55% !important;
  /* margin: auto !important; */
  /* text-align: center !important; */
  /* padding: 8px 168px 8px 111px; */
}
.form_inner_data_driven .actions {
  text-align: center;
}
.form_inner_data_driven .inputs-list {
  margin: 0px;
  padding: 0px;
}
.form_inner_data_driven .inputs-list li {
  font-size: 13px;
  padding-left: 0px;
  list-style:none;
}
.section_main_btn_wrap{
  display:none !important;
}
.down::after {
  content: '';
  width: 2px;
  height: 1px;
  display: block;
  border: 1px solid green;
  background: green;
  width: 50%;
  margin: auto;
  transform: translate(0px, 10px);
}
.data-driven-form input.hs-button.primary.large{
  background: linear-gradient(112.67deg, #402565 0%, #30BE96 84.47%) !important;
}

/* footer-------- */



.section_main_footer {
  background: linear-gradient(112.67deg, #402565 0%, #30BE96 84.47%);
}
.section_main_footer_inner {
  width: 100%;
  max-width: 1449px !important;
  margin: auto !important;
  float: none !important;
  padding: 60px 0px;
}
.section_main_footer_inner_logos {
  text-align: center;
}
.section_main_footer_inner h2 {
  padding-bottom: 33px !important;
}
.span12.widget-span.widget-type-text.copyright-thank-you {
  text-align: center;
  color: white;
  padding-bottom: 40px;
}
.span12.widget-span.widget-type-text.copyright-thank-you span {
  font-size: 1.2rem !important;
}


ul.main_first_title_ul {
  margin-left: 0px!important;
  padding-left: 19px!important;
}
ul.main_first_title_ul li {
  font-size: 14px;
  line-height: 24px!important;
}
.section_solution_content h2 {
  line-height: 40px;
}


.section_our_product_wrap {
  padding: 0 11px!important;
}

.section_product_btn a {
  color: #000!important;
  font-family: 'Roboto'!important;
}
.section_traning_main .section_image_container {
  margin-top: 20px;
}

.module_video_text_title span h3 {
  color: black!important;
  font-weight: bold;
  padding-left: 0px!important;
/*     padding-top: 15px; */
}
.section_recent_article_box_content_area h1 {
  padding: 0px 25px;
}
.main_wrapper_heading_section {
  padding-top: 75px;
}
.module_video_text_title video {
  text-align: center !important;
/*     margin: auto; */
}
.section_cyber_btn a {
  display: none !important;
}
.section_product_btn a {
  display: none;
  padding: 0px !important;
}
/* media-query -----------  */

@media only screen and (max-width: 980px)  {
    .section_custom_logo_wrapper {
        text-align: center;
    }
    .main_wrappe_content h2, .main_wrappe_content h2 span{
        font-size: 30px !important;
        padding: 0px 25px;
    }  
      .main-inner_content_child p {
        padding: 0px 25px !important;
    }
      .main_wrappe_content p {
        font-size: 16px !important;
/*           padding: 0px 0px 0px 30px; */
        line-height: 18px;
    }  
.main_wrapper_heading_section {
  padding-top: 0px !important;
}
      #hs-button_module_1668449023688273 {
        margin: 0px 0px 0px 25px;
    }
     .section_traning_main {
        padding: 0px 25px;
    }
     .section_traning_main h2{
        font-size: 30px !important;
    }
    .section_traning_main p {
        font-size: 18px !important;
        line-height: 30px !important;
    }
     .main_first_title_ul{
        padding: 0px 25px !important;
    }
     .section_image_container{
        transform: translateY(0%) !Important; 
    }
     .section_to_solution{
        padding: 0px 25px !important;
    }
    .section_to_solution h2 {
        font-size: 30px !important;
        line-height: 49px;
        padding-bottom: 18px;
    }
     .section_solution_content_use p {
        font-size: 18px;
        line-height: 28px !important;
    }
     .section_solution_image_wrapper {
        padding: 48px 0px 0px 0px;
        display: block !important;
    }
     .section_solution_content_return p {
        font-size: 18px !important;
        padding-bottom: 0px;
    }
     .section_why_cyber_inner {
        padding: 60px 25px !important;
    }
     .section_why_cyber_inner h3{
        font-size: 30px !important;
    }
     .section_why_cyber_inner p{
        font-size: 18px !important;
    }
      .section_cyber_content {
        width: 100%!important; 
        margin-bottom:15px;
    }
     .section_why_cyber_cards {
        box-shadow:none !Important;
    }
    .section_cyber_content {
        box-shadow: 0px 0px 10px #0000001c !important;
    }
     .section_cyber_btn {
        padding: 70px 25px!important;
    }
    .section_cyber_tranform p {
        line-height: 27px !Important;
    }
    .section_our_products_inner {
        padding: 60px 25px;
    }
    .section_our_products_inner h2 {
        font-size: 30px !important;
    }
    .section_our_product_wrap {
        margin-bottom: 20px !important;
    }
      .section_our_product_wrap {
        height: 501px;
        max-height: 600px!important;
    }
    .section_product_btn {
        margin: 70px 0px 0px 0px;
    }
    .section_result_inner h2 {
        font-size: 30px !important;
    }
      .section_session_video_blank {
        display: none !important;
    }
    .section_video_session_inner h2 {
        font-size: 30px !important;
    }
      .section_video_session_inner p {
        font-size: 18px !important;
        line-height: 30px;
        padding: 15px 0px;
    }
    .section_video_session {
        padding: 50px 25px !important;
    }
     .inner_coach span {
        font-size: 30px !important;
        line-height: 0px !important;
    }
      .section_recent_article {
        padding: 50px 25px !important;
    }
    .section_recent_article h2 {
        font-size: 25px !important;
    }
    .section_recent_article_box {
        margin-bottom: 20px !important;
    }
      .section_recent_article_button {
        margin: 194px 25px 60px!important;
    }
    .section_recent_article_box {
        height: auto !important;
        height: 749px !important;
        max-height: 753px;
    }
      .main_first_title_ul li {
        line-height: 30px !important;
        padding-bottom: 10px;
    }
    /*   footer------ */
      .section_main_footer_inner {
        padding: 60px 25px;
    }
     .section_main_footer_inner h2 {
        font-size: 30px !important;
       padding-bottom:10px !important;
    }
    .section_main_footer_inner_logos img {
        width: 50%;
        margin: auto;
        padding-bottom: 30px;
    }
      .section_main_footer_inner_logos {
        width: 50%;
        margin: auto;
    }
      #hs_cos_wrapper_module_1668619615057299 {
        width: 50%;
        text-align: center !important;
        margin: auto;
    }
      .section_cyber_content p {
        height: 161px;
        max-height: 200px;
    }
      .section_main_btn_wrap a {
        margin-left: 30px !important;
    }
      .module_video_text_title span h3 {
        color: black!important;
        font-weight: bold;
        padding-left: 0px!important;
        padding-top: 15px;
     }
      .section_recent_article_box_content_area h1 {
        padding: 0px 25px;
     }
      .form_inner_data_driven_main {
        justify-content: center;
        margin: 25px 0px 0px 0px;
      }
.section_cyber_btn a {
  display: none !important;
}
.section_product_btn a {
  display: none;
  padding: 0px !important;
}

}






@media only screen and (min-width: 1023px) and (max-width: 1366px){
   .main_wrappe_content {
      width: 100%;
      max-width: 1144px !important;
  }
  .section_container_icons {
      width: 100%;
      max-width: 1144px !important;
      float: none !important;
      margin: auto !Important;
  }
  .features.marketing-container {
      margin: 60px 0px !important;
  }
  .section_traning_content {
      width: 100%;
      max-width: 1144px !important;
      margin: auto !important;
      float: none !important;
  }
   .section_traning_main {
      margin: 60px 0px;
  }
    .main_first_title_ul li {
      line-height: 25px!important;
      padding-bottom: 10px;
  }
    .section_traning_main_mobile p {
      line-height: 25px !important;
  }
    .section_traning_main h2 {
      line-height: 40px !important;
  }
  /* .section_image_container {
      margin-top: 11rem !important;
  } */
    .section_custom_logo_wrapper {
      border-bottom:none;
      padding: 40px 0px;
      width: 100% !important;
      max-width: 1144px !important;
      margin: auto !important;
      float: none !important;
  }
  .section_solution_content {
      width: 100%;
      max-width: 1144px !important;
  }
  .section_why_cyber_inner {
      width: 100%;
      max-width: 1144px !important;
  }
    .section_cyber_content h2 {
      padding: 31px 10px 0 20px;
  }
    .section_cyber_content p {
      padding: 0 20px!important;
  }
    .section_cyber_content {
      height: 515px;
      max-height: 515px !important;
  }
    .section_cyber_content p {
      height: 315px;
      min-height: 315px;
  }
    .span12.widget-span.widget-type-cell.section_our_products_inner {
      width: 100%;
      max-width: 1144px !important;
      float: none !important;
      padding: 50px 0px !important;
  }
    .section_our_product_wrap {
      height: 619px;
      min-height: 619px!important;
  }
    .section_our_product_wrap p {
      height: 451px;
      max-height: 451px;

  }
  .section_video_session {
      max-width: 1140px !important;
      margin: auto !important;
      float: none !important;
  }
  .section_traning_emma_inner {
      max-width: 1140px !important;
      margin: auto !important;
      float: none !important;
  }
   .section_recent_article {
      max-width: 1140px;
      margin: auto !important;
      float: none !important;
  }
  .section_recent_article_box_content_area {
      height: 330px;
      max-height: 330px;
  }  
  .section_video_session_inner p {
      font-size: 16px !important;
  }
    .section_result_inner h2 {
      font-size: 60px !important;
  }


  }



@media only screen and (max-width: 1500px) and (min-width: 980px){
   .main_wrappe_content, .section_container_icons, .section_traning_content ,.section_solution_content ,
    .section_why_cyber_inner , .span12.widget-span.widget-type-cell.section_our_products_inner , .section_video_session ,
    .section_traning_emma_inner , .section_recent_article ,  .section_custom_logo_wrapper {
      width: 90% !Important;
      max-width: 1280px !important;
  }
  .section_container_icons {
      float: none !important;
      margin: auto !Important;
  }
  .features.marketing-container {
      margin: 60px 0px !important;
  }
  .section_traning_content {
      margin: auto !important;
      float: none !important;
  }
   .section_traning_main {
      margin: 60px 0px;
  }
    .main_first_title_ul li {
      line-height: 25px!important;
      padding-bottom: 10px;
  }
    .section_traning_main_mobile p {
      line-height: 25px !important;
  }
    .section_traning_main h2 {
      line-height: 40px !important;
  }
  /* .section_image_container {
      margin-top: 11rem !important;
  } */
    .section_custom_logo_wrapper {
      border-bottom:none;
      padding: 40px 0px;
  /*     width: 100% !important; */
  /*     max-width: 1144px !important; */
      margin: auto !important;
      float: none !important;
  }
  .section_solution_content {
      width: 100%;
  }
  .section_why_cyber_inner {
      width: 100%;
  /*     max-width: 1144px !important; */
  }
    .section_cyber_content h2 {
      padding: 31px 10px 0 20px;
  }
    .section_cyber_content p {
      padding: 0 20px!important;
  }
    .section_cyber_content {
      height: 515px;
      max-height: 515px !important;
  }
    .section_cyber_content p {
      height: 315px;
      min-height: 315px;
  }
    .span12.widget-span.widget-type-cell.section_our_products_inner {
      width: 100%;
  /*     max-width: 1144px !important; */
      float: none !important;
      padding: 50px 0px !important;
  }
    .section_our_product_wrap {
      height: 500px;
      min-height: 480px!important;
  }
    .section_our_product_wrap p {
      height: 300px;
      max-height: 300px;
      font-size: 15px;

  }
  .section_video_session {
  /*     max-width: 1140px !important; */
      margin: auto !important;
      float: none !important;
  }
  .section_traning_emma_inner {
  /*     max-width: 1140px !important; */
      margin: auto !important;
      float: none !important;
  }
   .section_recent_article {
  /*     max-width: 1140px; */
      margin: auto !important;
      float: none !important;
  }
  .section_recent_article_box_content_area {
      height: 360px !Important;
      max-height: 360px !Important;
  }  
  .section_video_session_inner p {
      font-size: 16px !important;
  }
    .section_result_inner h2 {
      font-size: 60px !important;
  }
    .section_solution_image_wrapper img{
      margin-top:50px;
    }
  .module_video_text_title span h3 {
           color: black!important;
           font-weight: bold;
           padding-left: 0px!important;
           padding-top: 15px;
  }

  }


@media only screen and (max-width: 1280px) and (min-width: 980px){
        .main_wrappe_content {
            width: 100%;
            max-width: 1140px !important;
  }
        .module_video_text_title span h3 {
            color: black!important;
            font-weight: bold;
            padding-left: 0px!important;
            padding-top: 15px;
  }

  }
        .section_recent_article_box_content_area h2 {
             color: #000;
  }
       .section_why_cyber_inner h2 {
            margin: 0!important;
            font-family: 'Roboto'!important;
  }





/* landing-page-emma-css--------++++++ */


.custom_image_banner_section_inner img {
  display: none !important;
}
.custom_section_form_area {
  max-width: unset !important;
  background-image: url(https://8834372.fs1.hubspotusercontent-na1.net/hubfs/8834372/Group%205002%201-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.custom_section_form_area_wrapper {
  width: 100% !important;
  max-width: 900px !important;
  margin: auto !important; 
  float: none !important;
}
.custom_section_form {
  margin: 30px 0px;
} 
@media only screen and (max-width: 680px){

  .custom_image_banner_section_inner img {
      display: block!important;
  }
    #custom_image_banner_section img {
      display: none;
  }

}
@media only screen and (max-width: 1500px) and (min-width: 980px){
  .custom_content_section {
      padding: 0px 50px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header-wrapper{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transition: .3s ease background;
  transition: .3s ease background;
  margin-bottom: 0;
  font-family: "open_sansregular",sans-serif;
  font-size: 15px;
  line-height: 25px;
  display: block;
  font-weight: 400;
  padding: 10px 0;
}

.header__container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header-inner-wrapper{
  padding: 4px 0; 
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
}

.menu-icon{
  border-color: transparent!important;
  border-radius: 0!important;
  padding: .5rem .9rem;
  position: absolute;
  right: 0;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  text-transform: none;
  margin: 0;
  overflow: visible;
  cursor:pointer;
}

.menu-icon span {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin-top: 8px;
  display: block;
}
.menu-icon span:last-child {
  margin-bottom: 8px;
}


.header__logo{
  padding: 0;
  z-index: 999999;
  position: relative;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  display: inline-block;
}

.header__logo a{
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.header__logo a img{
  width: 100% !important;
  height: auto;
  vertical-align: middle;
  border:0;
}


.custom-menu-primary .navigation-primary{
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  font-family: "open_sansregular",sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #777;
}

.custom-menu-primary{
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end!important;
  justify-content: flex-end!important;
}

.custom-menu-primary .navigation-primary > ul{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 0;
  font-family: "open_sansregular",sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #777;
}

.custom-menu-primary .navigation-primary > ul >li{
  position: relative;
  font-family: "open_sansregular",sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #777;
  font-weight: 400;
}

.custom-menu-primary .navigation-primary > ul >li >a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "open_sansregular",sans-serif;
  font-size: 15px;
  line-height: 25px;
  padding: .5rem 1rem;
}


.custom-menu-primary .navigation-primary > ul >li >a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  width: auto;
  height: auto;
  margin: 0 0 0 6px;
  vertical-align: top;
  display: inline-block;
}

.custom-menu-primary .navigation-primary > ul > li > ul{
  float: none;
  background-color: #fff;
  padding: 20px 0;
  left: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}

.custom-menu-primary .navigation-primary >ul ul li a{
  display: block;
  width: 100%;
  padding: 5px 30px;
  font-family: "montserratregular",sans-serif;
  color: #17538f;
  clear: both;
  font-weight: 400;
  text-align: inherit;
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}

a#cta_button_8834372_a4c456de-208b-43ca-ab4f-5e4f71ee0a2d:hover {
  background-color: #17538f;
  color: #fff;
  text-decoration: none;
  border-color: #17538f;
}

.header__group.LP .header-inner-wrapper {
  min-height: 108px;
}

.banner-section {
  overflow-x: hidden;
}

@media (min-width:992px){
  .header-wrapper{
    padding: 0;
  }
  .header-inner-wrapper{
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .menu-icon{
    display:none;
  }
  .custom-menu-primary{
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary{
    width: 100%;
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .custom-menu-primary .navigation-primary > ul{
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .custom-menu-primary .navigation-primary > ul >li > a{
    height: 100px;
    padding: 0 10px;
  }

  .custom-menu-primary .navigation-primary > ul > li > ul{
    opacity: 0;
    display: block;
    -webkit-transform: translate(0,10px);
    -ms-transform: translate(0,10px);
    transform: translate(0,10px);
    visibility: hidden;
    -webkit-transition: opacity 200ms ease-in,visibility 200ms ease-in,-webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in,visibility 200ms ease-in,-webkit-transform 200ms ease-in;
    transition: opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in;
    transition: opacity 200ms ease-in,transform 200ms ease-in,visibility 200ms ease-in,-webkit-transform 200ms ease-in;
    position: absolute;
    min-width: 17rem;
    border-radius: 0;
    margin: 0;
    border: none;
    top: 100%;
    padding: 20px 0;
  }
  .custom-menu-primary .navigation-primary > ul > li > ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 1;
    background-color: #17538f;
    width: 60px;
    height: 3px;
  }
  .custom-menu-primary .navigation-primary >ul ul li a{
    text-align: center;
    font-size: 15px;
  }
  .header-btn{
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-btn a{
    margin-right:0px;
  }
  .custom-menu-primary .navigation-primary >ul >li:hover > ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
  }	
}

@media (min-width:1200px){
  .header-wrapper{
    position: fixed;
    z-index: 1030;
  }
}

@media (min-width: 1700px){
  .custom-menu-primary .navigation-primary > ul >li >a{
    margin-right: 9px;
    margin-left: 9px;
  }
}

@media (max-width: 1449px){
  .header__logo a img {
    width: 100% !important;
    height: auto;
    vertical-align: middle;
    border: 0;
    max-width: 230px;
  }
}

@media (min-width:992px){
  /*   .header__logo.header-logo-wrapper a img{
  width:auto !important;
  max-width:190px; 
  width: auto !important;
  max-width: 246.84px;
} */
  .header__logo.header-logo-wrapper {
    padding: 29px 0 28px;
  }
}

@media (min-width:992px) and (max-width:1199px){
  a#cta_button_8834372_a4c456de-208b-43ca-ab4f-5e4f71ee0a2d{
    font-size:15px;
    padding:8px 15px;
    margin-left:15px;
  }
  .header__logo.header-logo-wrapper {
    padding: 33px 0;
  }
  .header__logo.header-logo-wrapper a img{
    width: auto !important;
    max-width: 182.2px;
    margin-top:0px;
  }
}

@media only screen and (max-width: 1280px){
  html {
    font-size: 95%;
  }
}

@media only screen and (max-width: 1024px){
  html {
    font-size: 90%;
  }
}

@media (max-width:991px){

  .header__group.LP .header-inner-wrapper {
    min-height: 49px;
  }
  .menu-icon.mobile-menu-open span:first-child {
    -webkit-transform: rotate(
      -45deg
    );
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg
    );
    margin: 6px 0 0;
  }
  .menu-icon.mobile-menu-open span:nth-child(2) {
    opacity: 0;
  }
  .menu-icon.mobile-menu-open span:last-child {
    -webkit-transform: rotate(
      45deg
    );
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg
    );
    margin: -12px 0 0;
  }
  .custom-menu-primary{
    background: rgba(24,83,143,.8);
    position: absolute;
    top: 100%;
    padding: 0 15px 15px;
    left: 0;
    right: 0;
    z-index: 99;
    overflow-y: auto !important;
    overflow-x: hidden;
    display:none;
    max-height:calc(100vh - 59px);
  }

  .custom-menu-primary .navigation-primary > ul{
    background: #fff;
    padding: 10px 0 0 0;
  }
  .custom-menu-primary .navigation-primary > ul > li >a {
    font-size: 18px;
    color: #777;
  }
  .menu-icon:hover, .menu-icon:focus{
    outline:none;
  }
  .navigation-primary>ul>li:hover>a{
    background-color:transparent !important;
    color:#777777 !important;
  }
  .child-trigger {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
  }
  /*   .custom-menu-primary .navigation-primary>ul>li>a:after .child-trigger.child-open:before{
  content: "\f106";
} */

  .custom-menu-primary .navigation-primary > ul > li > a.menu-link.trigger-icon:after{
    content: "\f106";
  }

  .custom-menu-primary .navigation-primary > ul > li > ul{
    display: none;
    opacity: 1;
    position: relative;
    visibility: visible;
    width: 100%;
    text-align: center;
    border: none;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 1rem;
  }

  .custom-menu-primary .navigation-primary > ul > li > ul > li{
    line-height:25px;
    font-size: 1rem;
  }

  .custom-menu-primary .navigation-primary > ul > li > ul > li >a{
    font-size: 1rem;
  }
  .header-btn{
    background: white;
    padding-bottom: 20px;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  a#cta_button_8834372_a4c456de-208b-43ca-ab4f-5e4f71ee0a2d {
    margin-left: 0px;
    font-size: 18px;
  }
  a#cta_button_8834372_a4c456de-208b-43ca-ab4f-5e4f71ee0a2d{
    max-width: 100%;
    display: block;
    max-width: 210px !important;
    margin:0 auto;
  }
  .footer-menu h3, .footer-menu .hs_cos_wrapper ul, .footer-menu-wrapper .hs_cos_wrapper ul, .footer-menu-wrapper .hs_cos_wrapper ul li:first-child a{
    text-align:center !important;
  }
  .footer-col-3, .footer-col-6{
    text-align:center;
  }
}


@media only screen and (max-width: 960px){
  html {
    font-size: 80%;
  }
}

@media only screen and (max-width: 768px){
  html {
    font-size: 80%;
  }
  .header__logo a img{
    width: 100% !important;
    height: auto;
    vertical-align: middle;
    border:0;
    max-width:170px;
  }
  .custom-menu-primary .navigation-primary>ul>li>a{
    line-height: 1.3;
  }
  .footer-wrapper{
    padding:0px;
  }

  .header__group.LP .header-inner-wrapper {
    min-height: 29px;
  }
}


@media only screen and (max-width: 576px){

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer-wrapper{
  padding: 30px 0 0 0;
  background-color: #f9f9f9;
  font-size: 16px;
  color: #c7c7c7;
}


.footer__container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  line-height: 25px;
}


.footer-menu-wrapper{
  width: 100%;
  max-width: 100%;
}

.footer-menu-wrapper .hs_cos_wrapper {
  width: 100%;
  max-width: 100%;
}
.footer-menu-wrapper .hs_cos_wrapper .hs_cos_wrapper .hs-menu-wrapper > ul >li{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 25px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.footer-menu-wrapper .hs_cos_wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul{
  display:block;
  padding: 0;
  margin: 0;
}


.footer-menu{
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: .875rem;
}

.footer_bottom {
  padding: 0 0 20px 0;
  line-height: 25px;
  display:block;
}

.footer-col-3, .footer-col-6{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.column-right{
  text-align: right;
}

.footer-menu-wrapper .hs_cos_wrapper .hs_cos_wrapper .hs-menu-wrapper > ul > li > ul > li >a{
  font-weight: 400;
  font-family: "open_sansregular",sans-serif;
  color: #777;
  padding: 3px 0;
  position: relative;
  font-size: 15px;
  display: block;
  line-height: normal;
}

.footer-menu-wrapper .hs_cos_wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
  display: block;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 25px;
  font-family: "open_sansregular",sans-serif;
  list-style:none;
  font-weight: 400;
  text-align: left;
}

.footer-menu-wrapper .hs_cos_wrapper .hs_cos_wrapper .hs-menu-wrapper > ul > li > a{
  font-size: 18px;
  color: #17538f;
  font-family: "montserratsemibold",sans-serif;
  line-height: 25px;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0px;
  cursor:text;
}

.footer-menu-wrapper .hs_cos_wrapper .hs_cos_wrapper .hs-menu-wrapper > ul > li{
  display: block;
  line-height: 25px;
  font-family: "open_sansregular",sans-serif;
  font-weight: 400;
  margin-bottom: 46px;
}

.footer_bottom .footer__container{
  border-top: 1px solid #e8e8e8;
  padding-top: 30px;
}

.footer-logo-wrapper a img{
  width: auto !important;
  vertical-align: middle;
  max-width: 245px;
}

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

a#back-to-top{
  position: fixed;
  bottom: 44px;
  right: 20px;
  padding: 11px 12px;
  border-radius: 0;
  display: block;
  background-color: #17538f;
  border: 1px solid #17538f;
  z-index: 9999;
  line-height:25px;
}
a#back-to-top .fas {
  color: #fff;
  font-size: 25px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa-chevron-up:before {
  content: "\f077";
}
.footer-menu-wrapper {
  line-height: 25px;
  overflow: hidden;
  font-size: .875rem;
}

.footer-top-border{
  border:none !important;
}

@media (min-width:576px){
  .footer-menu-wrapper .hs_cos_wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width:992px){
  .footer-menu-wrapper .hs_cos_wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}


@media (max-width:767px){
  .footer-menu-hide{
    display:none;
  }
  .footer-logo-center{
    display: block;
    text-align: center;
    width:100%;
  }
  .footer-row{
    margin:0px;
  }
  .footer-wrapper{
    padding-top:0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.blog-header {
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

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

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}





/* Blog Style CSS */

.blog-listing-banner{
  height: auto;
  padding-bottom: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  color: #edf0f4;
  line-height: 25px;
  font-family: "open_sansregular",sans-serif;
  font-weight: 400;
}

.content-wrapper{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.banner-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.banner-col-12{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "open_sansregular",sans-serif;
  line-height: 25px;
}

.page-title {
  font-size: 1.875rem;
  color: #17538f;
  position: relative;
  padding: 0;
  margin-top: 0;
  font-family: "montserratextrabold",sans-serif;
  line-height: normal;
  clear: both;
  font-weight: 600;
  margin-bottom: 15px;
}

.breadcrumbs {
  color: #fff;
  font-size: 15px;
  margin-top: 13px;
  line-height: 25px;
  font-family: "open_sansregular",sans-serif;
}

.breadcrumbs .content-wrapper {
  padding-left: 5px;
}

.breadcrumbs p {
  margin-bottom: 0;
}

.breadcrumbs a {
  color: #fff;
  font-weight: 700;
  margin-right: 5px;
}

.breadcrumbs .breadcrumb_last {
  margin-left: 8px;
}

.banner-inner-wrapper{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.banner-inner-row{
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 0;
  margin-left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 25px;
  font-family: "open_sansregular",sans-serif;
}

.banner-col-6{
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  min-height: 1px;
}

.banner-text {
  padding: 0 15px 30px;
  font-size: 16px;
  color: #fff;
  margin-left: auto;
}

.banner-text h2 {
  margin-bottom: 20px;
}


.banner-text h2, .banner-text h3 {
  line-height: normal;
  margin-bottom: 20px;
  color: #fff;
  font-size: 22px;
  font-family: "montserratextrabold",sans-serif;
  padding-bottom: .3em;
  clear: both;
  font-weight: 600;
  margin-top: 24px;
}

.banner-text p{
  margin-bottom: 1.5em;
  margin-top: 0;
  line-height: 25px;
  font-family: "open_sansregular",sans-serif;
}

.banner-text a{
  color: #fff;
  border-radius: 30px;
  padding: 18px 22px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: inline-block;
  border: 1px solid #57af2d;
  background-color: #57af2d;
  text-align: center;
  margin-right: 0;
  position: relative;
  z-index: 99;
}


.banner-text a:hover{
  background-color: #17538f;
  color: #fff!important;
  text-decoration: none;
  border: 1px solid #17538f;
}



.blog-listing-banner-right {
  height: auto;
  padding-bottom: 66.77%;
  background-size: contain;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.blog-listing-top-wrapper{
  padding-bottom: 100px;
}


.blog-col-7{
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-col-7{
  -ms-flex-order: 2;
  order: 2;    
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-col-5{
  -ms-flex-order: 1;
  order: 1; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}


.news-title {
  font-size: 30px;
  font-size: 30px;
  color: #57af2d;
  /*   margin-top: 50px;
  margin-bottom: 30px; */
  line-height: 25px;
  padding: 0;
  font-family: "montserratextrabold",sans-serif;
  clear: both;
  font-weight: 600;
  padding: 0 40px;
  line-height: 40px;
}

.newsletter-title{
  font-size: 30px;
  color: #57af2d;
  margin-top: 45px;
  margin-bottom: 30px;
  line-height: 25px;
  padding: 0;
  font-family: "montserratextrabold",sans-serif;
  clear: both;
  font-weight: 600;
}


.blog-row{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-index{
  padding:0px;
}
.blog-col-5 form{
  margin: 0 0 1.5em;
  font-size: .875rem;
  border: 0;
  padding-bottom: 16px;
  max-width: 500px; 
  margin-top: 22px;
}


.blog-col-5 form .grecaptcha-badge {
  margin: 0 auto;
  width: 100% !important;
}

.blog-col-5 form .inputs-list:first-child{
  padding-top:0px;
}

.blog-col-5 form .hs-button{
  font-family: "open_sansregular",sans-serif;
  line-height: normal;
}
.blog-col-5 form label{
  display: none !important;
}
label#label-email-a783bf20-a007-4ed8-abcb-1a5ac231672c_234{
  display:none !important;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}

.blog-card.clearfix{
  width:100%;
  max-width:100%;
}
.blog-col-5 .hs-firstname{
  width: 50%;
  float: left;
  padding-right: 8px;
}

.blog-col-5 .hs-lastname{
  width: 50%;
  float: left;    
  padding-right: 8px;
}


.blog-col-5 .legal-consent-container{
  margin-top:20px;
}

.blog-col-5 .hs-richtext{
  margin-bottom:0px;
}

.blog-col-5 .hs-richtext p{
  margin-bottom: 1.5em;
  font-family: "open_sansregular",sans-serif;
  line-height: 25px;
  color: #777;
  font-weight: 400;
  font-size: .875rem;
}

.blog-col-5 label.hs-form-booleancheckbox-display{
  display:block !important;
}
.blog-col-5 .legal-consent-container .hs-form-booleancheckbox-display input{
  position: relative;
  top: 3px;
  line-height: normal;
  min-height: auto !important;
  width: auto !important;
}
.blog-col-5 .legal-consent-container .hs-form-booleancheckbox-display>span{
  font-family: "open_sansregular",sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #777;
}

.category-wrapper h3{
  font-size: 30px;
  color: #57af2d;
  margin-top: 50px;
  margin-bottom: 30px;
  font-family: "montserratextrabold",sans-serif;
  line-height: 25px;
  clear: both;
  font-weight: 600;
}

.category-wrapper ul{
  display:none;
}

.recent-post-wrapper h3{
  color: #57af2d;
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 15px;
  font-family: "montserratextrabold",sans-serif;
  padding-bottom: .3em;
  line-height: 1.25;
  clear: both;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-row-left {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border: 1px solid #edf0f4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.banner-col-12{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.column-title h2{
  font-size: 18px;
  margin: 50px 0;
  border-bottom: none;
  font-family: "montserratextrabold",sans-serif;
  padding-bottom: .3em;
  line-height: 1.25;
  clear: both;
  font-weight: 600;
}

.column-title h2 a{
  color: #17538f;
  font-size: 20px;
  display: block;
}

.blog-col-inner-5{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.post-thumbnail {
  height: 100%;
}
.post-image{
  position: relative;
  height: 100%;
  margin-bottom: 0;
  width: 366.94px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: "open_sansregular",sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #777;
  height: 162px;
  object-fit: cover;
  max-width: 100%;
}

.post-image:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}

.link-absolute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  border: 1px solid #edf0f4;
}

.the-date {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #57af2d;
  color: #fff;
  text-align: center;
  padding: 15px 15px 15px 12px;
  border-bottom-right-radius: 50%;
  font-size: 15px;
  font-family: "montserratextrabold",sans-serif;
  width: 40%;
}

.blog-col-inner-7{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  font-family: "open_sansregular",sans-serif;
  font-size: 15px;
  line-height: 25px;
  color: #777;
}
.news-title p {
  margin-bottom: 0;
  font-family: "open_sansregular",sans-serif;
  font-size: 15px;
  color: #777;
  line-height: 40px;
  font-weight: 400;
}

.editor-btn {
  background-color: #c7c7c7;
  border-color: #c7c7c7;
  color: #fff;
  border-radius: 30px;
  padding: 18px 22px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  display: inline-block;
  text-align: center;
  min-width: 370px;
  margin-right: 0;
  position: relative;
  z-index: 99;
  font-family: "open_sansregular",sans-serif;
  font-size: 15px;
  line-height: 40px;
  font-weight: 400;
}

.editor-btn:hover, .editor-btn:focus{
  background-color: #57af2d;
  border-color: #57af2d;
  color: #fff;
}

a.editor-btn.read-more-btn {
  font-size: 16px;
  line-height: 25px !important;
}

.blog-pagination{
  display:none !important;
}

.blog-post-banner{
  height: auto;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 13px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  min-height: 400px;
}

.content-area{
  font-size: 1.2rem;
  line-height: 28px;
  width: 100%;
  clear: both;
  padding: 50px 0;
  position: relative;
  font-family: "open_sansregular",sans-serif;
  color: #777;
}
.blog-col-12{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-col-9{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.blog-post-col-3{
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  font-size: 15px;
  line-height: normal;
  margin-top: 50px;
}

.blog-post-col-3 .date{
  text-align: center;
  font-size: 15px;
  color: #777;
  font-family: "open_sansregular", sans-serif;
}

.author-wrapper{
  margin-top: 10px;
  margin-bottom: 10px;
}

.author-wrapper strong{
  color: #17538f;
  font-size: 18px;
}

.blog-post__meta{
  margin:0px;
}

.blog-post__body p{
  margin-bottom: 1.5em;
  color: #777;
}

select#tinynav1{
  margin-top: 30px;
  margin-bottom: 5px;
  background-color: #edf0f4;
  padding: 40px;
  border: none;
  border-radius: 0;
  color: #777;
  font-size: 20px;
  min-height: 110px;
  width: 100%!important;
}
.blog-index__tag-heading{
  padding:0px !important;
  border:none !important;
}

@media (min-width:768px){
  .blog-listing-banner{
    padding-bottom: 8px;
  }
  .banner-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .breadcrumbs {
    padding-top: 18px;
  }
  .banner-inner-row{
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .banner-col-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    position: static;
  }
  .banner-text {
    padding-left: 0;
    max-width: 360px;
  }
  .banner-text h2 {
    margin-bottom: 30px;
  }
  .banner-col-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-col-inner-5{
    float: left;
    width:41.66667%;
  }
  .blog-col-inner-7{
    float: left;
    width: 58.33333%;
  }
  .blog-post-banner{
    padding-top: 100px;
    padding-bottom: 23px;
  }
  .blog-col-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-post-col-9{
    width: 75%;
    float: left;
  }
  .blog-post-col-3{
    width: 25%;
    float: left;
  }
}


@media (min-width:992px){
  .page-title {
    font-size: 1.875rem;
  }
  .bannere-text {
    max-width: 495px;
  }
  .banner-text h2, .banner-text h3 {
    margin-bottom: 42px;
    font-size: 26px;
  }
  .blog-listing-banner-right{
    position: absolute;
    top: 79px;
    bottom: 0;
    right: 0;
    width: 50%;
    padding-bottom: 0;
    margin-top: 0;
  }
  .blog-post-banner-right{
    height: 400px;
  }
  .blog-col-7{
    -ms-flex-order: 5;
    order: 5;    
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .blog-col-5{
    -ms-flex-order: 7;
    order: 7;  
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .blog-post-banner{
    padding-top: 130px;
    padding-bottom: 25px;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .banner-text{
    max-width: 475px;
  }
  .editor-btn{
    min-width: 220px;
    padding: 10px 25px;
    font-weight:400;
  }
}

@media (min-width:1024px){
  .blog-listing-banner{
    padding-bottom: 22px;
  }
  .breadcrumbs {
    padding-top: 23px;
  }
  .banner-text h2,  .banner-text h3 {
    margin-bottom: 55px;
  }
  .blog-listing-banner-right{
    top: 108px;
  }
}

@media (min-width:1200px){
  .blog-listing-banner{
    top: 0;
    padding-bottom: 32px;
    padding: 50px 0;
  }
  .banner-text {
    max-width: 585px;
  }
  .banner-text h2, .banner-text h3 {
    margin-bottom: 30px;
  }
  .blog-listing-banner-right{
    top: 0;
  }
  .blog-post-banner{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 1449px) and (min-width: 1200px){
  .banner-text {
    max-width: 570px;
  }
  .banner-text a{
    min-width: auto;
    padding: 10px 25px;
  }
  .editor-btn{
    min-width: auto;
    padding: 10px 26px!important;
    line-height: 28px;
    font-weight: 400;
  }
  a.editor-btn.read-more-btn{
    padding: 10px 25px!important;
  }
}

@media (min-width:1700px){
  .banner-text {
    max-width: 805px;
  } 
}

@media (max-width:1699px){
  /*   .news-title{
  margin-top: 45px;
} */
  .column-title h2{
    margin: 20px 0;
  }
  .news-title {
    line-height: 28px;
    padding: 0;
  }
  select#tinynav1{
    font-size: 18px;
    padding: 22px;
    min-height: auto;
  }
  .news-title p{
    line-height:28px;
  }
  .editor-btn{
    line-height:30px;
  }
  a.editor-btn.read-more-btn{
    line-height:28px;
  }
}

@media (max-width:1449px){
  .blog-listing-banner{
    height: auto;
    padding-bottom: 20px;
    font-size: 16px
  }
  .blog-post-banner{
    height: auto;
    padding-bottom: 20px;
    font-size: 16px;
  }
}


@media (max-width:1199px){
  .blog-listing-banner{
    min-height: auto;
    padding-top: 148px;
    padding-bottom: 0;
  }
}

@media (max-width:991px){
  .editor-btn{
    min-width: auto;
    padding: 10px 25px!important;
  }

  .blog-listing-banner{
    padding-top: 100px;
  }
}


@media (max-width:767px){
  .post-image{
    width:100%;
    height:100%;
  }

  .news-title p{
    font-size:12px;
  }

  .editor-btn{
    min-width: auto;
    padding: 10px !important;
    font-weight:400;
  }
  .blog-listing-banner{
    padding-top: 90px;
  }
  .blog-post-banner-right{
    height: 75vw;
    padding-bottom: 0;
  }
  .blog-post-banner {
    padding-bottom: 13px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 8rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 60px 10px;;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: auto !important;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form h1,
.systems-page h1 {
  font-size: 28px;
}
form#email-prefs-form h2,
.systems-page h2 {
  font-size: 21px;
}
.systems-page h3 {
  font-size: 22px;
}

@media (max-width:767px){
  form{
    max-width:100%;
  }
}

/* ✅ Global override: stop lowercase text everywhere */
.hs-page p span {
  text-transform: none !important;
  

  
}