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

ThinkLab_February_2021
*********************************************************************************
****************************************************************************** */











































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

.dnd-section > .row-fluid ,
.page-center,
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
   padding:0 10px !important
}

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

@media screen and (max-width:1024px){
.dnd-section > .row-fluid ,
.page-center,
.content-wrapper {
  max-width: 1025px !important;
  padding:0 20px !important
}


}



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

@font-face {
  font-family: "Font Awesome 5 Free";
  src:url(https://4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/ThinkLab_February_2021/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/ThinkLab_February_2021/fonts/fa-solid-900.ttf) format("truetype"), 
    url(https://4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/ThinkLab_February_2021/fonts/fa-solid-900.woff) format("woff");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src:url(https://4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/ThinkLab_February_2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/ThinkLab_February_2021/fonts/fa-brands-400.ttf) format("truetype"), 
    url(https://4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/ThinkLab_February_2021/fonts/fa-brands-400.woff) format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "eicons";
  src:url(https://4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/ThinkLab_February_2021/fonts/eicons.woff) format("woff"),
    url(https://4926072.fs1.hubspotusercontent-na1.net/hubfs/4926072/raw_assets/public/ThinkLab_February_2021/fonts/eicons.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 16px;
}

body {
  color: #494a52;
  font-family: ;
  font-weight: 400;
  font-size: px;
  line-height:1.48;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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


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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

blockquote {
  margin:0;
  padding-left: 10px;
}

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

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

form {
  max-width: 767px;
  font-family: Roboto, sans-serif;
}

.hs-button {
  margin: 20px 0;
  max-width:100%;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  font-family: arial, helvetica, sans-serif;
  position: relative;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;

  text-decoration: none;
}

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

  color: #fff;
    text-decoration: none;
}

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


.hs-form label,label {
   font-weight: 500;
   line-height: 20px;
   margin-bottom: 4px;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
}


form#email-prefs-form label{
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
    text-transform: inherit;
    font-family: inherit;
    margin: 0;
}


ul.no-list.hs-error-msgs {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

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

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

.hs-input,input#hs-pwd-widget-password{
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  display: inline-block;
  width: 100%;
  height: 40px !important;
  max-width:100%;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
   border-width:1px;
   border-style:solid;
  box-sizing: border-box;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
input#hs-pwd-widget-password:focus,
.hs-input:focus {
  outline: none;
}

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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


input#hs-login-widget-remember {
    float: left;
    height:auto !important;
}
      
   @media(max-width:479px){
    .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 100%;
    overflow: auto;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
header.header {
  line-height: 26.4px;
}

.top-bar {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 10px 5px 0px 5px;
  position: relative;
}

.top-bar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 17.6px;
}


.top-bar-content p {
  margin-bottom: .9rem;
}
.outer-main-header {
  min-height: 75.1px;
}

.main-header {
  box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 12%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 30px 0px 30px;
}

.fixed-header .main-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:999
}


.header-row-wrapper {
  min-height: 75px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.header-row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.logo-wrapper {
  width: 15%;
  padding: 10px 20px 10px 0px;
}



.custom-logo {
  padding: 5px 10px 5px 0px;
}

.custom-logo img {
  vertical-align: middle;
  width: auto !important;
  max-width: 100%;
  display: inline-block;
  height: auto;
}

.nav-wrapper {
  width: 70%;
}

.custom-menu-primary ul{
  padding:0;
  margin:0;
  list-style-type:none
}

.custom-menu-primary ul li{
  position:relative
}

ul.submenu.level-1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}


ul.submenu.level-1>li>a{
  padding: 13px 20px;
  white-space: nowrap;
  font-size:19.2px;
  line-height:24.96px;
  letter-spacing:normal;
  font-weight:500;
  font-family:Roboto, sans-serif;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

span.sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 10px;
}

span.sub-arrow .fa:before {
  content: "";
}

ul.submenu.level-1>li.has-submenu>a:after{
  content:'';
  height: 3px;
  width: 100%;
  left: 0;
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 2;
  opacity:0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
  transition-timing-function: cubic-bezier(.58,.3,.005,1);
}

ul.submenu.level-1>li.has-submenu:hover>a:after{
  opacity:1
}

ul.submenu.level-2{
  display:none;
  max-width: 1000px;
  top: auto;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  width:auto;
  line-height: normal;
  font-size:13px;
  position: absolute;
  z-index: 99999;
  min-width: 10em;
}

ul.submenu.level-2 li a{
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  padding: 13px 20px;
  border-left: 8px solid transparent;
  font-size:17.6px;
  line-height:20px;
  font-weight:400;
  font-family:Roboto, sans-serif;
  display: block;
  white-space:nowrap
}

ul.submenu.level-1>li:hover ul.submenu.level-2{
  display:block
}



.header-button-wrapper {
  width: 15%;
  position: relative;
  display: flex;
}

.header-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-button a {
  padding: 10px 20px;
  border-radius: 25px 25px 25px 25px;
  display: inline-block;
  font-size: 17.6px;
  letter-spacing: normal;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: auto;
}

.header-button a:hover,
.header-button a:focus{
  transform: scale(1.1);
}



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


  .outer-main-header {
    min-height: 104.5px;
  }



  [class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .menu-toggle {
    margin-left: auto;
    background-color: rgba(255, 255, 255, 0);
    font-size: 25px;
    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;
    padding: .25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    color: #353f4b;
    display: inline-flex;
  }


  i.eicon-menu-bar:before {
    content: '\e816';
  }

  .menu-toggle.active i.eicon-menu-bar:before {
    content: "\e87f";
  }


  .top-bar-content {
    font-size: 14.4px;
    line-height: 20.16px;
  }

  .main-header {
    padding: 5px 20px 5px 20px;
  }

  .header-row {
    flex-wrap: wrap;
  }

  .logo-wrapper {
    width: 30%;
  }

  .nav-wrapper {
    width:50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-button-wrapper {
    width: 20%;
  }

  .header-button a {
    font-size: 14.4px;
    line-height: 12.96px;
  }



  .header-row-wrapper {
    position: static;
  }

  .main-header {
    position: relative;
  }


  .custom-menu-primary .child-trigger {
    position: absolute;
    width: 40%;
    height: 39px;
    cursor:pointer;
    top: 0;
    right: 0;
    min-width: 100px;
}
  
  .custom-menu-primary {
    position: absolute;
    left: 0;
    background-color: #F2F2F2;
    z-index: 9997;
    font-size: 13px;
    left: 0;
    width: 100%;
    top: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
    margin-top: -3px;
  }

  .custom-menu-primary.active{
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  ul.submenu.level-1{
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display:block
  }

  ul.submenu.level-1>li>a{
    white-space: nowrap;
    font-size:14.4px;
    line-height:17.28px;
    letter-spacing:normal;
    position:relative;
    font-weight:400;
    letter-spacing:normal;
    padding:10px 20px;
    justify-content: space-between;
  }

  ul.submenu.level-1>li:hover>a{
    color:#d64041 !important
  }

  body .custom-menu-primary .submenu.level-1>li.active>a{
    color:#d64041 !important
  }

  ul.submenu.level-2{
    display:none;
    max-width: 100%;
    top:0;
    position:relative
  }

  ul.submenu.level-1>li:hover ul.submenu.level-2{
    display:none
  }

  ul.submenu.level-2 li a{
    font-size:14.4px;
    line-height:20px;
    padding:10px 20px
  }



  body .custom-menu-primary .submenu.level-1>li:hover, 
  body .custom-menu-primary .submenu.level-1>li:focus {
    background-color: rgba(237,237,237,1.0) !important;
  }

  body .custom-menu-primary .submenu.level-1>li.active{
    background-color: rgba(237,237,237,1.0) !important;
  }

  ul.submenu.level-1>li.has-submenu>a:after{
    display:none
  }
}


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

  .top-bar-content {
    line-height: 21.6px;
  }

  .main-header {
    padding: 5px 15px 5px 15px;
  }

  .logo-wrapper {
    width: 55%;
    padding: 0;
  }

  .nav-wrapper {
    width: 10%;
  }

  .header-button-wrapper {
    width: 35%;
  }


  .top-bar-content p {
    text-align: center;
  }


  ul.submenu.level-1>li>a {
    font-size: 16px;
    line-height: 19.2px;
  }

  ul.submenu.level-2 li a {
    font-size: 16px;
    line-height: 20px;
  }


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


footer.footer {
    border-style: solid;
    border-width: 5px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 0px 10px 0px;
      font-size: 17.6px;
    line-height: 26.4px;
}

footer.footer .page-center{
padding:0 !important
}

.footer-content {
    padding: 10px;
}

.footer-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap
}

.ft-col.one {
    width: 25%;
    position: relative;
}

.ft-col-inner {
    padding: 10px;
}

.ft-col.two {
    width: 15%;
}

.ft-col.three {
    width: 15%;
}

.ft-col.four {
    width: 45%;
}

.footer-logo {
    padding: 0px 40px 0px 0px;
}

.footer-logo img {
    vertical-align: middle;
    width: auto !important;
    max-width: 100%;
    height: auto;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.footer-menu ul li {
    padding-bottom: calc(5px/2);
    margin-top: calc(5px/2);
      font-size: 16px;
    line-height: 1.5;
}

.footer-menu ul li:first-child {
    margin: 0;
}

.footer-menu ul li:last-child {
    padding: 0;
}


.footer-menu ul li a {
    font-size: 16px;
    line-height: 1.5;
}



.footer-form-heading {
    margin-bottom: 20px;
}

.footer-form-text {
    margin-bottom: 34.4px;
}


.footer-form-heading h4 {
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    font-family: "Roboto", Sans-serif !important;
    line-height: 1;
}


.footer-form-text p {
    margin-bottom:0;
}


.footer-form form {
    display: flex;
    align-items:center;
    flex-wrap:wrap
}

.footer-form form .hs_error_rollup {
    display: none !important;
}

.footer-form form .field {
    margin: 0;
}

.footer-form form ul.no-list.hs-error-msgs.inputs-list {
    position:absolute;
      width: auto;
}


.footer-form form .hs_email>label {
    display: none;
}

.footer-form form .hs_email {
    padding-right: calc( 5px/2 );
    padding-left: 0;
    margin-bottom: 0;
    width: 66.66%;
  
}


.footer-form form .hs_submit.hs-submit {
    padding-right: 0;
    padding-left: calc( 5px/2 );
    margin-bottom: 0;
    width: 33.333%;
}


.footer-form form .hs-button {
    margin: 0;
    min-height: 40px;
    padding: 0;
    flex-basis: 100%;
    width: 100%;
    border-radius: 30px;
    font-size: 17.6px;
    line-height: 26.4px;
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    font-weight: 500;
}

.footer-form form .hs-button:hover,
.footer-form form .hs-button:focus{
  background-color: #C62F30 !important;
}




.footer-form form .hs-input{
    border-radius: 30px 30px 30px 30px !important;
    background-color: #fff !important;
    border-width: 0 !important;
    font-size: 17.6px;
    line-height: 26.4px;
    padding: .5rem 1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    min-height: 40px !important;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    height: auto !important;
    color: #75787b !important;
      display: block;
}


.footer-bottom {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 35px;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
}


.fb-col.one {
    width: 33.333%;
}

.fb-col.two {
    width: 66.666%;
    text-align: right;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.fb-col-inner {
    padding: 10px;
}

.fb-col.two .fb-col-inner {
    margin: 5px 0px 0px 0px;
    padding: 10px 10px 0px 10px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-social ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: block;
}

.footer-social ul li {
    margin-right: 5.5px;
  display:inline-block
}


.footer-social ul li a {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 15px;
    line-height: 1;
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-social ul li a:hover{
    opacity: .9;
}


.copyright-outer-wrapper {
    align-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.copyright-wrapper {
    font-size: 12.8px;
    line-height: 19.2px;
    font-weight: 400;
  width: 100%;
}

.copyright-wrapper p {
    margin-bottom: .9rem;
}



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

  footer.footer {
    padding: 30px 10px 10px 10px;
  }
  
  .footer-logo {
    padding: 0px 10px 0px 0px;
}

.footer-menu ul li {
  font-size: 12.8px;
  line-height: 19.2px;
}
  
  .footer-menu ul li a {
    font-size: 12.8px;
    line-height: 19.2px;
}
  
  .footer-form-heading {
    margin-bottom: 10px;
}
  
  .footer-form-text {
    margin-bottom: 24.4px;
    font-size: 14.4px;
    line-height: 20.16px;
  }
  
  .footer-form form .hs-input {
    font-size: 14.4px;
    line-height: 20.16px;
}

  .footer-form form .hs-button {
    font-size: 14.4px;
    line-height: 12.96px;
  }
  
  .footer-bottom{
   margin-top: 3%;
    margin-bottom: 0%;
  }
  
  
}




@media screen and (max-width:767px){
  
  footer.footer {
    padding: 20px 20px 20px 20px;
}


  .footer-content {
    padding: 0;
}
  
  
.ft-col.one {
    width: 75%;
}

.ft-col.two {
    width: 50%;
}

.ft-col.three {
    width: 50%;
}
  
.ft-col.four {
    width: 100%;
}

  .footer-logo {
    padding: 0;
}
  
  
  .ft-col.two .ft-col-inner {
    margin: 20px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
  
  .ft-col.three .ft-col-inner {
    margin: 20px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
}
  
  .footer-menu ul li {
    font-size: 16px;
    line-height: 20.8px;
}
  
 .footer-menu ul li a {
    font-size: 16px;
    line-height: 20.8px;
} 
  
  .ft-col.four .ft-col-inner {
    border-width: 1px 0px 0px 0px;
    border-style: solid;
    margin: 20px 0px 20px 0px;
    padding: 30px 10px 10px 10px;
    border-color: rgba(255, 255, 255, 0.25);
}
  
  .footer-form-text {
    margin-bottom: 24.4px;
    font-size: 16px;
    line-height: 1.5;
}
  
  
  .footer-form form .hs_email {
     padding:0;
    margin-bottom: 10px;
    width:100%
}
  
  .footer-form form .hs_submit.hs-submit {
    padding:0;
    margin-bottom: 0;
      width:100%
  }
  
  .footer-form form .hs-input {
    font-size: 16px;
    line-height: 1.5;
  }
  
  .footer-form form ul.no-list.hs-error-msgs.inputs-list {
    position:relative;
}
  
  .footer-bottom {
    border-width: 1px 0px 0px 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 20px 0px 0px 0px;
}
  
 .fb-col.one {
    width: 100%;
}

  .footer-social {
    margin: 0px 0px 0px 0px;
    padding: 0px 30px 0px 0px;
}
  .footer-social ul {
    text-align: center;
}
  
  .footer-social ul li a {
    font-size: 20px;
    line-height: 20px;
    width: 44px;
    height: 44px;
}
  
  
  .fb-col.two {
    width: 100%;
}
 
  .copyright-wrapper {
    padding: 0px 0px 0px 35px;
}
  
  
  
  

}
/* ******************************************************************************
*********************************************************************************
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 0;
  margin: 0 auto;
}

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

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

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

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

.blog-index {
  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: Roboto, 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: Roboto, 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: Roboto, sans-serif;
}
.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: 400;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

.blog-sidebar {
  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 styling>>>>>>>>>>>>>. */

.blog-top-section {
  padding: 50px 0px 0px 0px;
  position: relative;
}

.bt-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap
}

.bt-left-col {
  width: 68.158%;
}

.bt-right-col {
  width: 31.798%;
}

.bt-col-inner {
  padding: 10px;
}

.blog-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.blog-menu ul:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-menu ul:first-child>li {
  position: relative;
}

.blog-menu ul:first-child>li>a {
  padding: 13px 20px;
  white-space: nowrap;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-decoration: none;
  font-size: 19.2px;
  line-height: 24.96px;
  font-weight: 500;
  color: #353f4b;
}

.blog-menu ul:first-child>li>a:hover,
.blog-menu ul:first-child>li>a:focus{
  color: #353f4b;
}


ul.hs-menu-children-wrapper {
  top: auto;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  min-width: 10em;
  max-width: 1000px;
  position: absolute;
  z-index: 99;
  background-color: #fff;
  font-size: 13px;
  display:none
}

ul.hs-menu-children-wrapper li {
  position: relative;
}

ul.hs-menu-children-wrapper li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  white-space: nowrap;
  position: relative;
  padding: 13px 20px;
  font-size: 17.6px;
  line-height: 20px;
  font-weight: 400;
  color: #353f4b;
  text-shadow: none;
  border-left: 8px solid transparent;
}

ul.hs-menu-children-wrapper li a:hover,
ul.hs-menu-children-wrapper li a:focus{
  background-color: #55595c;
}


.blog-menu ul:first-child>li:hover>ul{
  display:block
}


span.sub-arrow-2 {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  font-size: 10px;
}

span.sub-arrow-2 i.fa:before {
  content: "";
}

.blog-site-search form{
  display:flex;
  position:relative
}


.blog-site-search form:focus{
  outline:0
}

.blog-site-search form input.hs-search-field__input {
  height: 45px;
  border: 1px solid #75787b !important;
  border-radius: 22px;
  font-size: 17.6px;
  line-height: 26.4px;
  font-weight: 400;
  display: inline-block;
  font-family: Roboto, sans-serif;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: transparent !important;
  padding: 0 78px 0 20px
}

.blog-site-search form button{
  height: 36px;
  transition: all .3s ease-in-out;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 50%;
  width: 70px;
  border: none;
  transform: translateY(-50%);
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  background-color: #2b2c42; /*D64041*/;
  color: #fff;
}

.blog-site-search .hs-search-field__bar button svg {
  height: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  fill: #fff;
}
.blog-site-search form input.hs-search-field__input:focus{
  outline:0
}

.blog-site-search form input.hs-search-field__input:focus~button{
  width:36px;
  border-radius:20px
}

.hs-search-field__suggestions #results-for {
  padding: 10px;
}
.hs-search-field__suggestions li a {
  padding: 10px;
}
.hs-search-field__suggestions {
  position: absolute;
  background: #fff;
  z-index: 999;
  top: 46px;
}



.blog-index-content {
  padding: 25px 0px 50px 0px;
}

.hs-blog-listing .content-wrapper,
.hs-blog-post .content-wrapper{
  max-width:1200px !important;
  padding:0 !important
}


.blog-index-wrapper {
  padding: 10px;
  margin: 35px 0px 0px 0px;
}

.blog-index {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 0;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}


.blog-index__post.blog-index__post--small {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-transition-property: background,border,-webkit-box-shadow;
  transition-property: background,border,-webkit-box-shadow;
  -o-transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  flex: none;
}

.blog-index__post-inner-card {
  border-radius: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 15%) !important;
  width: 100%;
  min-height: 100%;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
  background-color: #fff;
  position:relative
}

.blog-index__post-inner-card.no-image {
  padding-top: 80px;
}

.blog-index__post-inner-card:hover,
.blog-index__post-inner-card:focus{
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 15%) !important;
}


.blog-index__post-image {
  margin-bottom: 20px;
  border-radius: 0;
  position: relative;
  padding: 0;
  display: block;
  border-top-left-radius: 10px;
  overflow: hidden;
  border-top-right-radius: 10px;
}

.blog_featured_image {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: calc( 0.6 * 100% );
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
}

.blog_featured_image img {
  height: auto;
  position: absolute;
  top: calc(50% + 1px);
  left: calc(50% + 1px);
  -webkit-transform: scale(1.01) translate(-50%,-50%);
  -ms-transform: scale(1.01) translate(-50%,-50%);
  transform: scale(1.01) translate(-50%,-50%);
  display: block;
  width: 100%;
  left: 50%;
}

.blog-index__post-inner-card .blog-index__post-content {
  height: 100%;
  padding: 0 25px;
  margin-top: 0px;
  margin-bottom: 10px;
  display: block;
}


.blog-index-title {
  margin-bottom: 10px;
}

.blog-index-title h2,
.blog-index-title h2 a{
  font-size: 19.2px;
  line-height: 24.96px;
  letter-spacing: -0.3px;
  font-weight: 700;
  color: #353f4b;
  font-family: Montserrat, sans-serif;
  margin:0
}

.blog-index-title h2 a:hover,
.blog-index-title h2 a:focus{
  color: #353f4b;
}


.blog-summary {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22.4px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

.blog-post__read-more a,
.read-more{
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 26.4px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: #2b2c42;
}

.blog-post__read-more a:hover,
.blog-post__read-more a:focus,
.read-more:hover,
.read-more:focus{
  color: #2b2c42;
}



.blog-post__meta-section {
  padding: 10px 25px;
  border-top: 1px solid #eaeaea;
  border-top-color: rgba(61,68,89,0.1);
  display: block;
  font-size: 11.2px;
  line-height: 16.8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #2b2c42;
  display: flex;
  justify-content: flex-start !important;
  align-items: center;
}

.blog-post__meta-section a{
  color: #2b2c42;
}


.blog-date:before {
  content: "|";
  margin: 0 5px;
}


.blog-post__tags.badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: .6em 1.2em;
  border-radius: 5px;
  font-size: 10px;
  margin: 25px;
  background: #2b2c42;
  display: inline-block;
  color: #fff;
  font-family: inherit;
  font-size: 10px;
  font-weight: 500;
  line-height: 11px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

a.next-posts-link.load-more:hover {
  background-color: rgba(43, 44, 66, 0.79); /*;rgba(214, 64, 65, 0.79);*/
}

/* .blog-post__tag-link {
font-size: 10px;
font-weight: 500;
line-height: 11px;
color: #fff !important;
letter-spacing: .5px;
}
*/

.blog-pagination {
  padding: 31px 0px 0px 0px;
  display: block !important;
  margin: 0;
}

a.next-posts-link.load-more.p-hide {
    display: none !important;
}

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

a.next-posts-link.load-more {
  border-radius: 30px 30px 30px 30px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  text-align: center;
  margin: 0;
  display: inline-block;
  padding: 12px 24px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 17.6px;
  line-height: 26.4px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
  color: #fff;
  background-color: #2b2c42;
}

.popular-post-col a.read-more {
  margin: 0;
  display: inline;
}

.post-summary {
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  line-height: 22.4px;
  margin: 0 0 10px;
}

a.next-posts-link.load-more:focus{
  color: #fff;
  background-color: #2b2c42;
}

span.pagination-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items:center
}

span.pagination-icon {
  margin-left: 5px;
}



.content-wrapper-inner {
  border-style: solid;
  border-width: 0px 1px 0px 1px;
  border-color: rgba(1, 22, 64, 0.05);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 0px 0px 0px 0px;
}

.blog-content {
  max-width: 985px;
  margin: 0 auto;
  padding-top: 50px;
}

.blog-post {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  max-width: 100%;
}


.blog-post__body {
  margin: 50px auto;
  font-size: 16px;
  line-height: 1.6;
}

.blog-post__body p {
  font-family: Montserrat, sans-serif;
}

.blog-post__tags,
.blog-post__tags a{
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.6;
  color:#353f4b;
  font-family: Montserrat, sans-serif;
}

.blog-post__tags a:hover,
.blog-post__tags a:focus{
  color:#353f4b
}

.post-featured-image {
  margin: 0;
  border-radius:0
}

.post-featured-image img {
  width: 100%;
  height: auto;
}

.custom_blog_next-previous {
  padding: 45px 0;
  margin: 0px 0px 50px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-previous {
  width: 50%;
}

.custom-next {
  width: 50%;
  text-align: right;
}


.custom-previous a,
.custom-next a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

.custom-next a{
  justify-content: flex-end;
}

span.arrow-prev {
  padding-right: 10px;
  font-size: 20px;
}

span.arrow-next {
  padding-left: 10px;
  font-size: 20px;
}

.next-prev--post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

span.post-navigation-label {
  font-size: 16px;
  line-height: 26.4px;
  font-weight: 600;
  font-family: Montserrat, sans-serif;
}

.post-navigation-heading{
  font-size: 17.6px;
  line-height: 26.4px;
  color: #353f4b;
  font-weight: 400;
}

.blog-recent-post-wrapper {
  padding: 50px 0px 50px 0px;
}


.blog-recent-posts {
  margin-top: 10px;
  margin-bottom: 50px;
  padding: 0px 25px 0px 25px;
  background-color: #fff !important;
}

.blog-recent-posts__list{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  padding: 0;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 35px 0px 0px 0px;
}


.blog-recent-posts__list .blog-date:before{
  display:none
}

.blog-recent-sub-heading {
  margin-bottom: 20px;
  text-align: center;
}

.blog-recent-sub-heading h3 {
  font-size: 20.8px;
  line-height: 31.2px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  margin: 0;
}

.blog-recent-heading {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.blog-recent-heading h3 {
  margin: 0;
}



.pb-right-col{
  width: 20%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pb-right-col-inner{
  padding: 5% 0 0 5%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  align-content: center;
  align-items: center;
}

.post-author-img{
  display:inline-block
}

.post-author-img img{
  width: 90px;
  height: 90px;
  border-radius: 500px;
  object-fit: cover;
  max-width: 100%;
}

.post-author{
  color:#353f4b;
  font-family:Montserrat, sans-serif;
  font-size:16px;
  line-height:1;
  font-weight:600;
  margin-bottom:10px;
  margin-top:.5rem
}

.post-page-banner{
  background-color:#f2f2f2;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #ffffff;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 2% 10% 2% 10%;
  z-index: 15;
}


.post-banner-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height:60vh
}

.pb-row{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap:wrap
}

.pb-left-col{
  width: 80%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pb-left-col-inner{
  padding: 0 10% 0 0;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pb-left-col-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.categories-wrapper{
  width:100%;
  position:relative;
  margin-bottom:20px 
}
.categories-wrapper ul{
  padding:0;
  margin:0;
  display:flex;
  list-style-type:none;
  flex-wrap:wrap

}

.categories-wrapper ul li{
  color:#353f4b;
  font-family:Montserrat, sans-serif;
  font-size:19.2px;
  line-height:1;
  font-weight:400;
  margin: 0 5px
}


.categories-wrapper ul li a{
  color:#353f4b;
  font-family:Montserrat, sans-serif;
  font-size:19.2px;
  line-height:1;
  font-weight:400;
  text-decoration:none
}


.categories-wrapper ul li a:hover,
.categories-wrapper ul li a:focus{
  color:#353f4b;
  text-decoration:none
}


.blog-post-title{
  margin-bottom:20px;
  width:100%
}

.blog-post-title h1{
  font-size:64px;
  margin: 0;
  line-height: 1;
  font-weight: 800;
  color: #353f4b !important;
  font-family: Montserrat, sans-serif !important;
  letter-spacing:-0.3px

}

.blog-post-date{
  margin-bottom: 20px;
  width:100%;
  color:#0A3741; /* #d64041 */
  font-size:18px;
  line-height:26px;
  font-weight:400;
  font-family:Roboto, sans-serif;
}

.blog-post-summary{
  margin-top:20px;
  margin-bottom: 40px;
  width:100%; 
  color:#353f4b;
  font-size:19.2px;
  line-height:26.88px;
  font-weight:600;
  letter-spacing:-0.2px;
  font-family:Montserrat, sans-serif
}

.post-social-wrapper{
  display:flex;
  width:100%;
  align-items:center
}

.post-social-heading {
  width: 10%;
}

.post-social-heading h2{
  width:100%;
  font-size:17.6px;
  line-height:26.4px;
  font-weight:400;
  font-family:Roboto, sans-serif;
  color:#353f4b !important;
  margin:0;
  white-space: nowrap;
}

.post-social-list{
  width:90%
}
.post-social-list ul{
  margin:0;
  padding: 10px;
  list-style-type:none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-social-list ul li{
  margin-right: calc(25px/2);
  margin-left: calc(25px/2);
}

.post-social-list ul li:first-child{
  margin-left:0
}

.post-social-list ul li a{
  font-size: 16px;
  width: 1.25em;
  color:#353f4b;
  display:block
}

.post-social-list ul li:hover a{
  color:#f14040
}


.popular-article-section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 50px 0px 50px 0px;
  background-color: #f2f2f2;
}


.popular-article-inner {
  padding: 10px;
}

.popular-post-row {
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap: 30px;
  grid-row-gap: 35px;
}


.popular-article-title {
  margin-bottom: 20px;
}

.popular-article-title h3 {
  font-size: 20.8px;
  line-height: 31.2px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  margin: 0;
}

.post-image {
  margin-bottom: 20px;
}

.post-title {
  margin-bottom: 10px;
  font-size: 19.2px;
  line-height: 24.96px;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: #353f4b;
}

.post-title a{
  color: #353f4b;
  font-family: Montserrat,sans-serif;
}
.post-title a:hover{
  color: #353f4b;
}
.post-date {
  font-size: 11.2px;
  line-height: 16.8px;
  font-weight: 500;
  color: #0A3741 /*#d64041*/;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}


.newsletter-container {
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #0116400D;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 100px 50px 100px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.newsletter-container-inner {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 15px 0px 15px;
    background-color: #353f4b;
     width: 100%;
}


.newsletter-wrapper {
    margin: 0px 0px 0px 0px;
    padding: 5% 5% 5% 5%;
    width: 100%;
}


.newsletter-heading {
    margin-bottom: 20px;
    text-align: center;
}

.newsletter-heading h4 {
    color: #fff;
    font-size: 38.4px;
    line-height: 46px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    letter-spacing: -0.2px;
    margin: 0;
}


.newsletter-text {
    margin-bottom: 35px;
    text-align: center;
}

.newsletter-text h5 {
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 19.2px;
    letter-spacing: -0.2px;
    line-height: 26.88px;
}



.blog-post-form h3 {
  display: none;
}


.blog-post-form form{
  margin-left: calc( -5px/2 );
  margin-right: calc( -5px/2 );
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  align-items: center;
  position:relative
}

.blog-post-form form .hs_email {
  padding-right: calc( 5px/2 );
  padding-left: calc( 5px/2 );
  margin-bottom: 10px;
  width: 75%;
}

.blog-post-form form .hs_email>label{
  display:none
}


.blog-post-form form .hs-input{
  border-width: 0px 0px 0px 0px;
  border-radius: 30px 30px 30px 30px;
  background-color: #fff !important;
  width: 100%;
  max-width: 100%;
  font-size: 17.6px;
  line-height: 26.4px;
  min-height: 40px !important;
  height:auto !important;
  padding: .5rem 1rem;
  font-family: Roboto, sans-serif;
  color: #75787b !important;
}



.blog-post-form form .hs-submit {
  padding-right: calc( 5px/2 );
  padding-left: calc( 5px/2 );
  margin-bottom: 10px;
  width: 25%;
}

.blog-post-form form .actions {
  padding: 0;
  width: 100%;
}


.blog-post-form form .hs-button{
  border-radius: 30px 30px 30px 30px;
  padding: 0px 0px 0px 0px;
  flex-basis: 100%;
  width: 100%;
  display: block;
  min-height: 40px;
  border: none;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-transform: uppercase;
  font-size: 17.6px;
  line-height: 26.4px;
  font-weight: 500;
  color: #fff !important;
  font-family: Roboto, sans-serif;
  margin: 0;
  background-color: #2b2c42 !important; /*#d64041 !important;*/
}

.blog-post-form form .hs-button:hover{
  background-color: #2b2c42 !important; /* D64041BF !important*/;
  color: #fff !important;
}


.blog-post-form form ul.no-list.hs-error-msgs {
  position: absolute;
  width: auto;
}


.blog-banner-form form .hs_error_rollup {
    order: 3;
    width: 100%;
    margin-top: 10px;
    padding-left: 2px;
}

.newsletter-container-inner form .hs_error_rollup {
    order: 3;
    width: 100%;
    margin-top: 10px;
    padding-left: 2px;
}







@media screen and (max-width:1024px){
  
  
    .blog-post-form form .hs-button {
    font-size: 14.4px;
    line-height: 12.96px;
  }

  
  
  .newsletter-container {
    padding: 0% 5% 0% 5%;
}
  
  .newsletter-container-inner {
    margin-top: 0%;
    margin-bottom: 5%;
}
  
  .newsletter-heading h4 {
    font-size:25.5px;
    line-height:30.72px
  }
  
  .newsletter-text h5 {
  font-size:16px;
  line-height:22.4px
  }

  .blog-index,
  .blog-recent-posts__list{
    grid-template-columns: repeat(2,1fr);
  }

  .content-wrapper-inner{
    padding: 0% 5% 0% 5%;
  }

  .blog-content{
    margin-top: 6%;
    margin-bottom: 0%;
  }

  .blog-top-section {
    padding: 3% 0% 0% 0%;
  }


  .blog-menu ul:first-child>li>a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 19.2px;
  }

  ul.hs-menu-children-wrapper li a {
    font-size: 14.4px;
    line-height: 20px;
  }

  .bt-left-col {
    width: 65%;
  }

  .blog-index-content {
    margin-top: 1%;
    margin-bottom: 0%;
    padding: 0px 25px 50px 25px;
  }

  .blog-index-wrapper {
    margin: 3% 0% 0% 0%;
    padding: 0;
  }


  .blog-banner-form form .hs-input {
    font-size: 14.4px;
    line-height: 20.16px;
  }


  .pb-left-col {
    width: 100%;
  }

  .pb-left-col-inner {
    margin: 50px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
  }

  .categories-wrapper ul li {
    font-size: 14.4px;
    line-height: 21.6px;
  }

  .categories-wrapper ul li a{
    font-size: 14.4px;
    line-height: 21.6px;
  }

  .blog-post-title h1 {
    font-size: 50px;
  }

  .blog-post-date {
    font-size: 14.4px;
    line-height: 20.16px;
  }

  .blog-post-summary {
    font-size: 16px;
    line-height: 24px;
  }

  .post-social-heading h2 {
    font-size: 14.4px;
    line-height: 20.16px;
  }

  .pb-right-col {
    width: 100%;
  }

  .pb-right-col-inner {
    padding: 20px 0px 0px 0px;
  }

  .post-author-wrapper {
    margin: 0px 0px 0px 0px;
    padding: 0% 40% 0% 0%;
  }

  .post-author-img img {
    width: 65px;
    height: 65px;
  }

  .post-author {
    font-size: 12.8px;
    line-height: 7.68px;
  }

  .blog-recent-post-wrapper {
    padding: 0;
  }

  .blog-recent-posts {
    margin-top: 2%;
    margin-bottom: 5%;
  }

  a.next-posts-link.load-more {
    font-size:14.4px;
    line-height:12.96px
  }

  .blog-pagination {
    margin: 0px 0px 0px 0px;
    padding: 2% 0% 0% 0%;
  }


  .popular-article-title h3 {
    font-size: 16px;
    line-height: 24px;
  }

  .popular-article-section {
    padding: 35px 25px 50px 25px;
  }

  .post-title {
    line-height: 22.4px;
    letter-spacing: -0.3px;
  }


  .post-date {
    font-size: 11.2px;
    line-height: 15.658px;
  }

  .popular-post-row {
    grid-template-columns: repeat(3,1fr);
  }


}

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

  
  .blog-post-form form .hs_email {
    width: 100%;
  }


 .blog-post-form form .hs-submit {
    width: 100%;
  }

 .blog-post-form form .hs-input {
    font-size: 16px;
    line-height: 24px;
  }

 .blog-post-form form ul.no-list.hs-error-msgs {
    position: relative;
  }
  
    .newsletter-container {
       border-width: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
  
  .newsletter-container-inner {
    margin-top: 10%;
    margin-bottom: 10%;
    padding: 5% 2% 5% 2%;
}
  
  
    .newsletter-heading h4 {
    font-size:20.8px;
    line-height:31.2px
  }
  
  .newsletter-text h5 {
  font-size:17.6px;
  line-height:22.4px
  }
  
  
  
  .blog-recent-inner {
    padding: 0 5%;
  }

  .blog-index-title h2, .blog-index-title h2 a {
    font-size: 16px;
    line-height: 22.4px;
  }

  .blog-summary {
    font-size: 14.4px;
    line-height: 20.16px;
  }

  .blog-post__read-more a {
    font-size: 14.4px;
    line-height: 1;
  }

  .blog-recent-sub-heading h3 {
    font-size: 19.2px;
    line-height: 24.96px;
  }

  .blog-recent-heading h3 {
    font-size: 24px;
    line-height: 33.6px;
  }

  .popular-post-row {
    grid-template-columns: repeat(1,1fr);
  }

  .popular-article-title h3 {
    font-size: 19.2px;
    line-height: 24.96px;
  }

  .popular-article-section {
    padding: 50px 15px 50px 15px;
  }


  .post-author-img img {
    width: 75px;
    height: 75px;
  }

  .post-author {
    font-size: 14.4px;
    line-height: 20.16px;
  }

  .blog-index,
  .blog-recent-posts__list{
    grid-template-columns: repeat(1,1fr);
  }


  .blog-content{
    margin-top: 10%;
    margin-bottom: 0%;
  }

  .bt-left-col {
    width: 100%;
    order: 10;
  }

  .bt-right-col {
    width: 100%;
  }

  .bt-right-col .bt-col-inner {
    padding: 0% 5% 0% 5%;
  }

  .blog-index-content {
    padding: 25px 20px 50px 20px;
  }

  .blog-top-section {
    padding: 10% 0% 0% 0%;
  }

  .blog-post__body {
    margin: 10% 0% 10% 0%;
  }




  .blog-menu ul:first-child>li>a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 19.2px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  ul.hs-menu-children-wrapper li a {
    font-size: 16px;
  }


  .post-page-banner {
    padding: 30px 30px 30px 30px;
  }
  .categories-wrapper ul li {
    font-size: 16px;
    line-height: 20.8px;
  }


  .categories-wrapper ul li a{
    font-size: 16px;
    line-height: 20.8px;
  }

  .blog-post-title h1 {
    font-size: 24px;
  }

  .blog-post-date {
    font-size: 16px;
    line-height: 24px;
  }

  .blog-post-summary {
    font-size: 14.4px;
    line-height: 21.6px;
  }

  .post-social-heading {
    width: 20%;
  }

  .post-social-list{
    width:80%
  }


  .blog-recent-posts {
    margin-top: 10%;
    margin-bottom: 15%;
    padding: 0% 5% 0% 5%;
  }

.blog-site-search form input.hs-search-field__input {
    font-size: 16px;
    line-height: 24px;
}
  .blog-banner-form form .hs_error_rollup {
    order: inherit;
}
  
.popular-article-title h3 {
    text-align: center;
}
  
  .popular-post-row .popular-post-col .post-title {
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: -0.3px;
}
  
  
  .newsletter-container-inner form .hs_error_rollup {
order: inherit;
}
  
  span.post-navigation-heading {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.custom_blog_next-previous > div {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.custom_blog_next-previous > div div {
    overflow: hidden;
}
.custom_blog_next-previous > div div span.post-navigation-label {
    font-size: 14.4px;
}
.custom_blog_next-previous > div div span.post-navigation-heading {
    font-size: 16px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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


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

  .systems-page h1 {
    font-size: 32px;
}

 .systems-page h2 {
    font-size: 30px;
}

}