/* ******************************************************************************
*********************************************************************************
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;
  max-width: 100%;
}

/* 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: visible;
}

/**
 * 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.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: ETmodules;
  src: url('https://7221586.fs1.hubspotusercontent-na1.net/hubfs/7221586/Magaya_May2020/fonts/modules.eot') format('embedded-opentype'),
     url('https://7221586.fs1.hubspotusercontent-na1.net/hubfs/7221586/Magaya_May2020/fonts/modules.woff') format('woff'),
     url('https://7221586.fs1.hubspotusercontent-na1.net/hubfs/7221586/Magaya_May2020/fonts/modules.ttf') format('truetype');
  font-weight: 400;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.8;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #424242;  
}

p {
  margin-top: 0;
  margin-bottom: 1em;
  font-family: Montserrat, sans-serif; 
}

/* Anchor Links */
a {
  text-decoration: none;
  outline: none;
  color: #317dbf;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1;
  padding-bottom: 10px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  color: #424242;
  word-break: break-word;
}

h1 {
  font-weight: 300;
  font-size: 42px;
}

h2 {
  font-weight: 600;
  line-height: 1.4;
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  padding: 0 0 23px 1em;
  /*line-height: 1.8571428571428572;*/
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  margin: 20px 0 30px;
  border-left: 5px solid #2ea3f2;
  padding-left: 20px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  /*outline-color: green;*/
}

.disable-focus-styles :focus {
  outline: none;
}
.banner-section .span12 {
  min-height: 0;
}
.banner-section .dnd-section>.row-fluid {
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

h3.form-title {
  padding: 5px 10px;
  margin-bottom: 0px;
}
form {
  border: 1px solid transparent;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  max-width: 500px;
}
.hs-button,
.cta_button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height:normal;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-radius: 4px;
  border: 1px solid transparent;
  padding: .3em 1em;
  text-transform: uppercase;
  text-decoration: none !important;
  outline: none;
  white-space: normal;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
}

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

  color: #fff;
}

.hs-button:active,
.cta_button:active {
  background-color: #71727a;
  border-color: #71727a;
}
.form-button-light-blue .hs-button {
  background-color: #3FBEF5;
  border-color: #3FBEF5;
}
.form-button-light-blue .hs-button:hover,
.form-button-light-blue .hs-button:active {
  background-color: #001691;
  border-color: #001691;
}


.hs-form label {
  display: block;
  padding-bottom: 10px;
  color: #33475b;
}
.condensed-form .hs-form label {
  padding-bottom: 5px;
  line-height: 1rem;
  font-size: 1rem;
}
.hs-form .hs-error-msgs label {
  padding: 3px 0;
  line-height: 1.5;
  color: #f2545b;
}

input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100%;
  font-weight: normal;
  line-height: 1.5em;  
  min-height: 1.9em;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 13px;
  padding: 16px 20px 16px 10px;
  font-family:Helvetica, Arial, sans-serif;
  outline: none;
  color: #33475b;
}
input.email-edit.hs-input {
  width: 100% !important;
}
input#hs-pwd-widget-password {
  height: 100% !important; 
}
.condensed-form .hs-input {
  min-height: 1.6rem;
  font-size: 0.875rem;
  line-height: 1.6rem;
  padding: 0 0.5rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  vertical-align: top;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}
.condensed-form .field {
  margin-bottom: 10px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #424242;
}
.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: 767px) {
  form {
    max-width: 100%;
    margin-bottom: 15px;
  }
}

@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: Montserrat, sans-serif;
}

.condensed-form .hs-submit input {
  margin-bottom: 0;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.webinar-information {
  background: #6B7489;
  padding: 70px;
}
.webinar-information-inner {
  max-width: 1320px;
  margin: 0 auto;
}
.webinar-information h2,
.webinar-information h3,
.webinar-information h4,
.webinar-information h5,
.webinar-information h6,
.webinar-information p {
  color: #FFFFFF;
}
.webinar-information h2 {
  font-size: 1.25rem; 
}
.webinar-information p {
  font-size: 0.875rem;
}
.webinar-left {
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .webinar-information-inner {
    display: flex;
  }
  .webinar-left {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .webinar-right {
    width: 50%;
    padding-left: 30px;
  }
}


.footer-cta {
  background-color: rgba(14,24,45,0.93);
  padding: 50px 0;
}
.footer-cta-inner {
  max-width: 1020px;
  margin: 0 auto;
}
.footer-cta h2,
.footer-cta h3,
.footer-cta h4,
.footer-cta h5,
.footer-cta h6,
.footer-cta p {
  color: #FFFFFF;
}
.footer-cta-left {
  margin-bottom: 20px;
}
.footer-cta-right {
  text-align: center;
}
.footer-cta-full {
  text-align: center;
  width: 100%;
}
@media (min-width: 960px) {
  .footer-cta-inner {
    display: flex;
  }
  .footer-cta-left {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 0;
  }
  .footer-cta-right {
    width: 50%;
    padding-left: 30px;
  }
}


img.alignleft {
  float: left;
  margin-right: 15px;
}

.full-banner {
  
}
.full-banner--left h2.hs_preheader {
  margin-bottom: 40px;
  padding: 0;
}
.full-banner--left {
  padding: 100px 40px 40px;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.full-banner--left h1.hs_b_title {
  font-weight: 300 !important;
}
.full-banner--left h1,
.full-banner--left h2,
.full-banner--left h3,
.full-banner--left h4,
.full-banner--left h5,
.full-banner--left h6,
.full-banner--left p,
.full-banner--left li {
  color: #FFFFFF;
}
.full-banner--right {
  background: #FFFFFF;
}
.full-banner--right h3.form-title {
  padding: 0;
}
.full-banner--right form {
  max-width: 100%;
  padding: 40px;
}
@media (min-width: 768px) {
  .full-banner--left {
    padding: 100px 60px 60px;
    position: relative;
  }
  .full-banner--right form {
    padding: 60px;
  }
}
@media (min-width: 960px) {
  .full-banner--content {
    display: flex;
    align-items: stretch;
  }
  .full-banner--left {
    width: 60%;
    padding: 100px;
  }
  .full-banner--right {
    width: 40%;
  }
  .full-banner--right form {
    padding: 100px;
  }
}

.banner.banner-centered {
  height: auto;
}
.banner-centered .banner_inner {
  padding: 50px 0;
}
.banner-centered h1.hs_b_title,
.banner-centered .hs_b_content{
  text-align: center;
}
.banner-centered h2,
.banner-centered h3,
.banner-centered h4,
.banner-centered h5,
.banner-centered h6,
.banner-centered p,
.banner-centered li {
  color: #FFFFFF;
}

.highlights-grid {
  background: #FFFFFF;
}
.highlights-grid--item {
  padding: 30px;
  display: flex;
  align-items: start;
}
.highlights-grid--item + .highlights-grid--item {
  border-top: 1px solid #CCCCCC;
}
.highlights-grid--item img {
  width: 15%;
  height: auto;
}
.highlights-grid--item-content {
  width: 85%;
  padding-left: 10px;
}
.highlights-grid--item-content h4 {
  font-weight: 700;
}
.highlights-grid--item-content p {
  color: #8585bd;
}
@media (min-width: 960px) {
  .highlights-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .highlights-grid--item {
    width: 50%;
  }
  .highlights-grid--item + .highlights-grid--item {
    border-top: none;
  }
  .highlights-grid--item:nth-child(n+3) {
    border-top: 1px solid #CCCCCC;
  }
  .highlights-grid--item:nth-child(even) {
    border-left: 1px solid #CCCCCC;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.hs_lp_head .header__container {
    min-height: 80px;
    transition: all .4s ease;
}
.fixed .hs_lp_head .header__container {
    min-height: 50px;
}



@media (max-width: 340px) {
	.hs_lp_head div#hs_navigation {
	    width: 41px;
	}
}

.background-blue {
  background-color: #1e73be;
}
.background-dark-blue {
  background-color: #0d308f;
}
.background-blue h1,
.background-blue h2,
.background-blue h3,
.background-blue h4,
.background-blue h5,
.background-blue h6,
.background-blue p,
.background-blue li,
.background-dark-blue h1,
.background-dark-blue h2,
.background-dark-blue h3,
.background-dark-blue h4,
.background-dark-blue h5,
.background-dark-blue h6,
.background-dark-blue p,
.background-dark-blue li {
  color: #FFFFFF;
}

.background-light-gray {
  background-color: #e7e9ec;
}

.background-medium-gray {
  background-color: #6B7489;
}
.background-medium-gray h2,
.background-medium-gray h3,
.background-medium-gray h4,
.background-medium-gray h5,
.background-medium-gray h6,
.background-medium-gray p,
.background-medium-gray li {
  color: #FFFFFF;
}

.background-dark-gray {
  background-color: #383b48;
}
.background-dark-gray .row-fluid [class*="span"] {
  min-height: 0;
}
.background-dark-gray h2,
.background-dark-gray h3,
.background-dark-gray h4,
.background-dark-gray h5,
.background-dark-gray h6,
.background-dark-gray p,
.background-dark-gray li,
.background-dark-gray .hs-form label {
  color: #FFFFFF;
}
.background-dark-gray form {
  max-width: 100%;
  border: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}
header.header {
  min-height: 80px;
}
.fixed header.header {
  /*min-height: 50px;*/
}
.main_header {
  width: 100%;
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
}
.fixed .main_header {
  box-shadow: 0 0 7px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 80%;
  max-width: 1200px;
}

.logo_container {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.logo_container a {
  display: block;
}
.logo_container img {
  display: block; 
  margin-left: 3.5px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  max-height: 54%;
  width: 100% !important;
  max-width: 162.5px;
}
.fixed .logo_container img {
  max-width: 101.5px;
}

div#hs_navigation {
  padding-top: 26px;
  float: right;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.fixed div#hs_navigation {
  padding-top: 11px;
}




@media (min-width: 981px) {
  #hs_mobile_nav_menu {
    display: none;
  }
  
}


@media (max-width: 1000px) and (min-width: 981px) {


 
}


@media (min-width: 981px) {
  div#hs_mobile_nav_menu {
    display: none !important;
  }

}

@media (max-width: 980px) {
div#hs_navigation {
  padding-top: 24px;
}
#hs_navigation>.custom-menu-primary {
  display: none;
}

div#hs_mobile_nav_menu {
  display: block;
  float: right;
}
span.mobile_menu_bar {
  position: relative;
  display: block;
  line-height: 0;
  padding-bottom: 24px;
}
span.mobile_menu_bar:before {
  content: "\61";
  font-size: 32px;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
  color: #878787;
  font-family: ETmodules;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}
header.header {
  min-height: 1px;
}
.main_header {
  position: static;
}
.logo_container img {
  max-width: 218px;
}
div#mobile_menu {
  position: absolute;
  left: 0;
  padding: 0;
  background: #fff;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9999;
  border-top: 3px solid #878787;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
div#mobile_menu>div {
  padding: 5%;
}







 
}






/* Mobile Styles */
@media (max-width: 767px) {
 
}

@media (max-width: 600px) {
  .logo_container {
    width: 100%;
    padding-right: 20%;
  }
  .logo_container img {
    max-width: 100%;
    width: auto !important;
  }

  
}

@media (max-width: 340px) {
  .logo_container {
    padding-right: 36.6%;
  }
  
  @-moz-document url-prefix() { 
    .logo_container {
      padding-right: 37%;
    }
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.main_footer {
    position: relative;
    padding: 50px 0 41px;
}
.footer__container {
  padding: 27px 0;
  margin: 0 auto;
  width: 80%;
  max-width: 1200px;
}
.footer_menu {}
.footer_menu .hs-menu-wrapper>ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    list-style: none;
}
.footer_menu .hs-menu-wrapper>ul>li {
	width: 15.6%;
	margin-right: 5.5%;
}
.footer_menu .hs-menu-wrapper>ul>li:last-child {
	margin-right: 0;
}
.main_footer h2 {
    margin-bottom: 23px;
    font-size: 22px;
    padding-bottom: 5px;
}

.footer_menu .hs-menu-wrapper>ul>li>ul {
    padding: 0;
    margin-bottom: 23px;
    display: block;
}
.footer_menu .hs-menu-wrapper>ul>li>ul>li {
	line-height: 24px;
	display: block;
}
.footer_menu .hs-menu-wrapper>ul>li>ul li a {
    padding: 0 0 0.93em;
    white-space: normal;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
}
.footer_menu .hs-menu-wrapper>ul>li>ul li a:hover {
	text-decoration: underline;
} 
.footer_menu .hs-menu-wrapper>ul>li>ul>li.whatsapp {
    display: block !important;
}
.footer_menu .hs-menu-wrapper>ul>li:last-child>ul {
    margin-bottom: 10px;
}

/*-----------------*/
.footer_menu ul.hs_social_media {
    display: block !important;
    margin: 0 0 13px !important;
}
.footer_menu ul.hs_social_media>li {
    display: inline-block !important;
    margin-bottom: 8px;
    position: relative;
    margin-right: -2px;
}
ul.hs_social_media li a {
	margin-right: 5.5px !important;
	display: inline-block;
	text-decoration: none !important;
	text-align: center;
	position: relative;
	height: 32px;
	width: 32px;
	padding: 0 !important;
	border-radius: 3px;
}
.hs_facebook a.icon {
    background-color: #3b5998;
}
.hs_twitter a.icon {
    background-color: #00aced;
}
.hs_linkedin a.icon {
    background-color: #007bb6;
}
.hs_youtube a.icon {
    background-color: #f84866;
}
ul.hs_social_media li a.icon:before {
	font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    height: 32px;
    width: 32px;
    font-size: 16px;
    line-height: 32px;
    display: block;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    position: relative;
    z-index: 10;
}
.hs_facebook a.icon:before {
    content: "\e093";
}
.hs_twitter a.icon:before {
    content: "\e094";
}
.hs_linkedin a.icon:before {
    content: "\e09d";
}
.hs_youtube a.icon:before {
    content: "\e0a3";
}



/*-----------------------*/
.footer__copyright {
    position: relative;
    padding: 15px 0;
    font-size:14px;
    line-height:23.8px;
}
.copyright_fluid{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer__copyright p {
    margin: 0;
}


@media (min-width: 981px) {
	.footer__copyright .span6 {
	    width: 47.25%;
	    margin: 0;
	}
	.footer__copyright .span6.hs_copy_1 {
	    margin-right: 5.5%;
	}

}


@media (max-width: 1349px) and (min-width: 981px) {
    .footer__container {
        padding: 2% 0;
    }
    .copyright_fluid {
        align-items: flex-start;
    }
    .main_footer {
        padding: 4% 0;
    }
    .footer_menu .hs-menu-wrapper>ul>li>ul.hs_social_media {
        margin-bottom: 0 !important;
    }
    
}


@media (max-width: 980px) {
    .footer_menu .hs-menu-wrapper>ul>li {
        width: 47.25%;
        margin-right: 5.5%;
        float: left;
    }
    .footer_menu .hs-menu-wrapper>ul>li:nth-child(2n) {
        margin-right: 0;
    }
    .footer_menu .hs-menu-wrapper>ul>li>ul {
        margin-bottom: 6px;
    }
    .footer__container {
        padding: 30px 0;
    }
    .main_footer {
        padding: 50px 0;
    }
    .footer_menu .hs-menu-wrapper>ul>li {
        margin-bottom: 27px;
    }
    .footer_menu .hs-menu-wrapper>ul>li>ul {
        margin-bottom: 10px;
    }
    .footer_menu .hs-menu-wrapper>ul>li:last-child {
        margin-right: 0;
        margin-bottom: 0;
    }
    .footer_menu .hs-menu-wrapper>ul>li>ul.hs_social_media {
        margin-bottom: 0 !important;
    }


    
}

@media (max-width: 767px) {
    .copyright_fluid {
        flex-wrap: wrap;
    }
    .copyright_fluid .span6 {
        width: 100%;
    }    
    .copyright_fluid .span6.hs_copy_1 {
        padding-bottom: 30px;
    }

}

@media (max-width: 479px) {
    .footer_menu .hs-menu-wrapper>ul>li {
        width: 100%;
        margin-right: 0;
    }
    
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.post_item {
  width: 29.667%;
  margin-right: 5.5%;
  float: left;
  max-width: 100%;
  margin-bottom: 59px; 
  padding: 19px;
  border: 1px solid #d8d8d8;
}
.post_item:last-child {
  margin-bottom: 30px;
}
@media (min-width: 981px) {
  .post_item:nth-child(3n) {
    margin-right: 0;
  }
  .post_item:nth-child(3n+1) {
    clear: left;
  }
}

.image_container {
  position: relative;
  margin: -20px -20px 29px;
}

a.entry-featured-image-url { 
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.image_container img {
  min-width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  max-height: 200px;
  object-fit: cover;
}

h2.entry-title {
  font-size: 18px;
}
h2.entry-title a {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  color: inherit;
}
p.post-meta {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 23.8px;
  font-weight:600;
}
.post-content p {
  margin: 0;
  font-size: 14px;
}
a.more-link:hover,
a.more-link {
  text-transform: uppercase;
  color: rgba(13,48,143,0.82);
  line-height: 2em;
  font-size: 14px;
}


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

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

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

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

.post_items {
  padding: 27px 0;
}


.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-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: 22px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #424242;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  position: relative;
  margin-bottom: 2.65%;
  font-size: 14px;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}

.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: #424242;
}
.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: #424242;
  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: #424242;
  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: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.grecaptcha-badge {
  margin: 0;
}
.blog-comments .hs-submit {}
.blog-comments .hs-button {
/*  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;*/
}
.blog-comments .hs-button:hover {
 /* background-color: #494A52;
  color: #fff;*/
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.comment-date {
  display: block;
}






/*             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;
}
/*--------------------------*/
.hs_post_page .content-wrapper {
  padding-top: 38px;
  padding-bottom: 0;
}
.left-area {
  width: 79.125%;
  padding-bottom: 23px;
  float: left;
  padding-right: 5.5%;
}
.hs_post_warp {
  margin-bottom: 27px;
  padding-bottom: 25px;
}
.hs_featured_bg {
  padding: 16% 8%;
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.hs_title_container {
  display: block;
  max-width: 100%;
  word-wrap: break-word;
  z-index: 98;
  position: relative;
  padding: 14px 21px;
}
h1.entry-title {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  font-size: 37px;
  color: #fff;
}
p.hs_title_meta_container {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  color: #ffffff;
  font-size: 14px;
  margin: 0;
}
p.hs_title_meta_container a:hover,
p.hs_title_meta_container a {
  color: #fff;
}
.post__body {
  font-size: 14px;
}
.post__body * {
  font-weight: 400;
}
.post__body h2,
.post__body h3,
.post__body h4,
.post__body h5,
.post__body h6 {
  margin-top: 20px !important;
}

.sidebar {
  float: left;
  width: 20.875%;
  padding-bottom: 28px;
  padding-left: 30px;
  padding-top: 19px;
}
.sidebar h3 {
  font-size: 18px;
}
.sidebar ul {
  margin: 0;
  padding: 0 0 23px;
  list-style: none;
  line-height: 23.8px;
  font-size: 14px;
}
.sidebar ul li {
  margin-bottom: .5em;
}
.sidebar ul li a {
  text-decoration: none;
  color: #666;
}
.sidebar ul li a:hover {
  color: #878787;
}
.sidebar ul li span {
  display: none;
}


/*-------------------------*/
.banner-section .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
.banner {
  height: 440px;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.banner.flexible-banner {
  height: auto;
  min-height: 440px;
  display: flex;
  align-items: center;
}
section.banner_inner {
  padding: 50px 0;
  position: relative;
  background-position: 50%;
  background-size: cover;
  color: #fff;
  padding-top: 200px;
}
.banner.flexible-banner section.banner_inner {
  padding-top: 50px;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_banner section.banner_inner {
    padding-top: 250px;
  } 
}
.banner_inner .page-center {
  width: 80%;
  position: relative;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row;
}
.banner_warp {
  width: 100%;
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.banner_content {
  padding: 10px;
  padding-left: 0;
}
.banner_content h1,
.banner_content h2,
.banner_content h3,
.banner_content h4,
.banner_content h5,
.banner_content h6 {
  color: #FFFFFF;
}
.banner_content h2 {
  line-height: 1;
  margin: 20px 0;
}
h2.hs_preheader {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.8em;
  padding-bottom: 10px;
  margin-bottom: 5%;
}
h1.hs_b_title {
  color: #fff;
}
h2.hs_preheader + h1.hs_b_title {
  font-size: 33px;
  line-height: 1.1em;
  font-weight: 600;
}
.hs_b_content {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 23.5px;
}
a.hs_btn_blue {
  border-radius: 2px;
  font-size: 20px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  background-color: #0d308f;
  padding: 0.3em 1em;
  color: #fff;
  margin-top: 20px;
  display: inline-block;
  transition: background-color 300ms ease 0ms,background-color 300ms ease 0ms;
  line-height: 1.7em;
  position: relative;    
}
a.hs_btn_blue:hover {
  background-color: #08c6aa;
}
.banner_content_right h3.form-title {
  background-color: transparent;
  color: #FFFFFF;
}
.banner_content_right form {
  border: none;
  background: #FFFFFF;
  max-width: 100%;
  padding: 30px;
}
.banner_content_right.condensed-form form {
  padding: 20px;
}
.banner_content_right form input:not(.hs-button),
.banner_content_right form input:not(.hs-button):focus {
  border: 1px solid #333333;
  color: #333333;
}
@media (min-width: 981px) {
  .banner_content_inner {
    display: flex;
    align-items: center;
  }
  .banner_content_left {
    width: 50%;
    padding-right: 20px;
  }
  .banner_content_right {
    width: 50%;
    padding-left: 20px;
  }
}
  


@media (max-width: 1349px) and (min-width: 981px) {
  .hs_blog_grp .content-wrapper {
    padding: 4% 0;
  }
  .post_items {
    padding: 2% 0;
  }
  .post_item {  
    margin-bottom: 55px; 
  }
  .sidebar {
    padding-top: 0;
  }


}


@media (max-width: 980px) {
  section.banner_inner {
    padding-top: 100px;
  }
  .post_item {
    margin: 0 5.5% 7.5% 0;
    width: 47.25%;
  }
  .post_item:nth-child(2n) {
    margin-right: 0;
  }
  .post_item:nth-child(2n+1) {
    clear: left;
  }  
  .image_container img {
    max-height: 225px;
  }
  .left-area {
    width: 100%;
    padding: 0;
  }
  .sidebar {
    width: 100%;
    padding: 0 0 28px;
  }



}

@media (max-width: 767px) {
  section.banner_inner {
    padding-top: 20px;
  }
  .banner_content {
    margin: 20px 2%;
  }
  h1.hs_b_title {
    font-size: 42px;
  }
  .blog_banner section.banner_inner {
    padding-top: 100px;
  } 
  .post_item {
    width: 100%;
    margin: 0;
    margin-bottom: 9.5%;
  }
  .post__body img {
    float: none !important;
    display: block;
    margin: 0 0 10px !important;
  }

}

@media (max-width: 479px) {
  .banner {
    height: 100%;
  }
  h1.hs_b_title {
    font-size: 35px;
  }
  .blog_banner section.banner_inner {
    padding-top: 50px;
  }
  h2.entry-title {
    font-size: 16px;
  }
  
}

@media (max-width: 390px) {
  h1.hs_b_title {
    font-size: 28px;
  } 

}

.blog-post-cta {
  padding: 50px 5%;
  background-color: rgba(14,24,45,0.93) !important;
  margin: 25px 0;
}
.blog-post-cta--left {
  margin-bottom: 15px;
}
.blog-post-cta--left p,
.blog-post-cta--left h2,
.blog-post-cta--left h3,
.blog-post-cta--left h4,
.blog-post-cta--left h5,
.blog-post-cta--left h6 {
  color: #FFFFFF;
}
.blog-post-cta--right {
  text-align: center;
}
.blog-post-cta--right a {
  text-decoration: none;
  line-height: 1.7em !important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  position: relative;
  display: inline-block;
  border-color: #075fa7;
  padding-top: 10px !important;
  padding-right: 30px !important;
  padding-bottom: 10px !important;
  padding-left: 30px !important;
  color: #ffffff !important;
  border-width: 0px !important;
  border-radius: 2px;
  letter-spacing: 1px;
  font-size: 15px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  background-color: #0d308f;
}
@media (min-width: 981px) {
  .blog-post-cta {
    padding: 80px 5%;
    display: flex;
    align-items: center;
  }
  .blog-post-cta--left {
    width: 60%;
  }
  .blog-post-cta--right {
    width: 40%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute; 
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.subscription_preferences form {
  max-width: 100%;
  padding: 0;
  border: 0;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}

@media(max-width: 767px) {
  .systems-page {
    padding: 3rem 0;
  }
  .systems-page .success {
    min-width: 1px;
  }
  .systems-page h1 {
    font-size: 32px;
  }
  .systems-page h2 {
    font-size: 24px;
  }

}

@media(max-width: 479px) {
  .systems-page h1 {
    font-size: 28px;
  }
  .systems-page h2 {
    font-size: 20px;
  }

}#email-prefs-form input[type="checkbox"] {
    width: 16px;
    height: 16px;
    position: relative;
    top: 1px;
}