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



@media (min-width:720px){
  .header-logo img, #header-logo{
    max-width:340px;
   
  }
  }
  @media (max-width:720px){
  .header{
    text-align:center;
  }
    .header-logo, #header-logo{
 
      
    }
    
    .header-logo img, #header-logo{
    max-width: 320px;
    padding: 16px 0px;
  }
  }











































/* ******************************************************************************
*********************************************************************************
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 {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
  -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: 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;
  padding-left: 25px;
  padding-right: 25px;
}



@media (max-width: 767px) {

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Proxima Nova";
  src: url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20700/proximanova-bold-webfont.eot") format("embedded-opentype"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20700/proximanova-bold-webfont.woff") format("woff"), 
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20700/proximanova-bold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20600/proximanova-semibold-webfont.eot") format("embedded-opentype"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20600/proximanova-semibold-webfont.woff") format("woff"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20600/proximanova-semibold-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20400/proximanova-regular-webfont.eot") format("embedded-opentype"), 
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20400/proximanova-regular-webfont.woff") format("woff"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20400/proximanova-regular-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Proxima Nova";
  src: url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20nova%20300/proximanova-light-webfont.eot") format("embedded-opentype"), 
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20nova%20300/proximanova-light-webfont.woff") format("woff"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20nova%20300/proximanova-light-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}


@font-face {
  font-family: "Proxima Nova";
  src: url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20100/proximanova-thin-webfont.eot") format("embedded-opentype"), 
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20100/proximanova-thin-webfont.woff") format("woff"), 
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Proxima%20Nova%20100/proximanova-thin-webfont.ttf") format("truetype");
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: "Icomoon";
  src: url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Icomoon/icomoon.eot") format("embedded-opentype"), 
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Icomoon/icomoon.ttf") format("truetype"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Icomoon/icomoon.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Awesome%20900/fa-solid-900.eot") format("embedded-opentype"), 
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Awesome%20900/fa-solid-900.woff") format("woff"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Awesome%20900/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Awesome%20400/fa-brands-400.eot") format("embedded-opentype"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Awesome%20400/fa-brands-400.woff") format("woff"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/Awesome%20400/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/FontAwesome%20300/fa-light-300.eot") format("embedded-opentype"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/FontAwesome%20300/fa-light-300.woff") format("woff"),
    url("//7934320.fs1.hubspotusercontent-na1.net/hubfs/7934320/Blueprint_August2020/Fonts/FontAwesome%20300/fa-light-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("//use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "proxima-nova";
  src: url("//use.typekit.net/af/c47696/00000000000000003b9b305e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff2"), 
    url("//use.typekit.net/af/c47696/00000000000000003b9b305e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("woff"),
    url("//use.typekit.net/af/c47696/00000000000000003b9b305e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n1&v=3") format("opentype");
  font-style: normal;
  font-weight: 100;
}



body {
  font-family: Lato, serif;
  font-size: 1.6rem;
  color: #88898e;
  background-color: #f6f8f9;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Roboto',sans-serif;
  line-height: 1.42857143;
}

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

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

/* Headings */
h1 {
  font-size: 2.3 rem;
  font-family: Proxima Nova, sans-serif; /* Change the font family here */
},
h2 {
  font-size: 1.6rem;
  font-family: good-karma-smooth, sans-serif;
},
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;
  line-height: 1.1;
}

h1 {
  font-size: 2.3 rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin:0 0 20px;
  padding-left:20px;
}


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

blockquote {
  margin: 0 0 22px 44px;
  padding: 0;
  color: #88898e;
  font-family: 'Roboto',sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.42857143;
  font-size: 1.6rem;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

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

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

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  background-color: #494A52;  
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none !important;
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(left,color-stop(#f2c155 0%),color-stop(#ffae2c 100%));
  background-image: linear-gradient(to right,#f2c155 0%,#ffae2c 100%);
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-family: 'Proxima Nova',sans-serif;
  font-weight: 700;
  margin:20px 0 20px;
  white-space:normal;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus{
  border-color:transparent !important;
}

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

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


.hs-form label {
  color: #2A2A2A;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,input#hs-pwd-widget-password {
  display: inline-block;
  width: 100%;
  color: #33475b;
  background: rgba(147,148,153,.1);
  padding-left: 22px;
  color: #88898e;
  margin-bottom: 20px;
  font-family: 'Roboto',sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  padding: 10px 9px;
  margin:0 0 20px;
}

input.email-edit.hs-input {
  width: 100% !important;
  padding: 10px 9px !important;
  margin-top: 20px;
}

.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,
input#hs-pwd-widget-password:focus{
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 3px 1px #2e528b;
}

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: 1.6rem;
  color: #88898e;
}
.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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.lp-header {
  min-height: 106px; 
  box-shadow: none;
}

.header.lp-header .header-bottom {
  min-height: 106px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 3px 15px rgba(0,0,0,.12);
}

.header {
  background-color: #F8FAFC;
}

header.header {
  box-shadow: 0 3px 15px rgba(0,0,0,.12);
  font-family: 'Proxima Nova',sans-serif;
  background-color: #fff;
}

.header-top {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(left,color-stop(#2b5292 0%),color-stop(#2b5292 100%));
  background-image: linear-gradient(to right,#2b5292 0%,#2b5292 100%);
}

.header-top .page-center {
  padding: 18px 20px 22px;
}

.header-top p {
  font-size: 1.6rem;
  font-family: 'Roboto',sans-serif;
  margin: 0 auto;
  text-align: center;
}

.header-top p a {
  text-decoration: none;
  color: #ffd867;
}

.header-bottom .page-center {
  width: 1440px;
  padding: 33px 22px 0;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 100%;
}.header-bottom {
  position: relative;
}

.mobile-tirgger {
  display: none;
}

.header-logo a {
  margin: -3px 30px 0 0;
  max-width: none;
  float: left;
  position: relative;
}

.header-logo a img {
  max-height: inherit;
  height: auto;
  display: block;
  max-width: 243px;
}

.header-logo {
  width: auto;
  display: inline-block;
  float: left;
}


@media (min-width: 768px){

  label.label{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children .sub_menu_wrapper{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: all .4s ease;
    opacity: 0;
    visibility: hidden;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:hover > .sub_menu_wrapper{
    opacity: 1;
    visibility: visible;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul > li.hs-item-has-children .sub_menu_wrapper .page-center > ul.hs-menu-children-wrapper>li>a {
    display: none;
  }

  .custom-menu-primary.desktop {
    float: left;
    margin-bottom: 0;
    width: auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }

  .header-right-section {
    margin-top: 7px;
    min-width: 330px;
    float: right;
    max-width: 330px;
    position: relative;
    width: 135px;
    text-align: right;
  }

  .header-bottom .page-center:before, .header-bottom .page-center:after {
    content: "";
    display: table;
    clear: both;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    float: left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-weight: 600;
    display: block;
    font-size: 16px;
    padding: 11px 15px 35px;
    line-height: 1.6;
    color: #88898e;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: "Proxima Nova", sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a > span {
    position: relative;
    display: inline-block;
    zoom: 1; }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a > span:after {
    background-color: transparent;
    bottom: -10px;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    transition: background-color .3s ease;
    width: 23px;
    z-index: 1;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a > span:after {
    background-color: #2a2a2a;
  }
  .header-account {
    padding-left: 27px;
    display: inline-block;
    float: right;
    position: relative;
    text-align: left;
    top: -5px;
    z-index: 1;
  }

  .header-account a {
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(left,color-stop(#4dabe2 0%),color-stop(#4178d5 100%));
    background-image: linear-gradient(to right,#4dabe2 0%,#4178d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dabe2',endColorstr='#4178d5',GradientType=1);
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 10px 25px;
    font-size: 1.3rem;
    line-height: 1.8rem;
    box-sizing: border-box;
    vertical-align: middle;
    box-shadow: 0 3px 12px rgba(46,82,143,.2);
    text-align: center;
    border-radius: 25px;
  }

  .header-account a:hover {
    background: #4dabe2;
    background-color: #4178d5;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(left,color-stop(#4178d5 0%),color-stop(#4178d5 100%));
    background-image: linear-gradient(to right,#4178d5 0%,#4178d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4178d5',endColorstr='#4178d5',GradientType=1);
    border: none;
    color: #fff;
  }

  .minicart-wrapper {
    margin-left: 17px;
    text-align: left;
    display: inline-block;
    position: relative;
    float: right;
  }

  .minicart-wrapper a.showcart {
    margin-top: 2px;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }

  .minicart-wrapper a.showcart:before {
    font-size: 1.3rem;
    font-weight: 900;
    color: #88898e;
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    vertical-align: top;
    display: inline-block;
    speak: none;
    text-align: center;
  }

  .block-search {
    padding-left: 20px;
    float: right;
    width: auto;
    position: relative;
    text-align: right;
  }

  .block-search form {
    transition: all .3s ease;
    width: 32px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
  }

  .block-search  button.action.search {
    display: inline-block;
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    position: absolute;
    right: 11px;
    top: 0;
    z-index: 1;
    cursor: pointer;
    border-radius: 25px;
    font-family: 'Proxima Nova',sans-serif;
    outline: 0;
  }

  .block-search  button.action.search:before {
    color: #88898e;
    content: '\f002';
    font-size: 1.3rem;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 32px;
    vertical-align: top;
    display: inline-block;
    speak: none;
    text-align: center;
  }

  .block-search form .control {
    float: right;
    border-top: 0;
    margin: 0;
    padding: 0;
    clear: both;
  }

  .block-search form .control input#search {
    border: none;
    border-radius: 20px;
    float: right;
    font-size: 1.4rem;
    opacity: 0;
    padding: 0 32px 0 0;
    width: 0;
    color: #2a2a2a;
    cursor: pointer;
    transition: all .3s ease;
    background: #fff;
    background-clip: padding-box;
    font-family: 'Roboto',sans-serif;
    vertical-align: baseline;
    height: 32px;
    line-height: 1.42857143;
  }
  .block-search form .control input#search:focus {
    outline: 0;
  }
  .header-phone {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
    padding: 10px 0 0;
    margin-bottom: 0;
    text-align: left;
  }
  .block-search form .field.search {
    margin: 0;
  }
  .header-phone a {
    font-family: "Proxima Nova", sans-serif;
  }
  .search-open .block-search form .control input#search {
    width: 200px;
    opacity: 1;
    left: 0;
    z-index: 9999999;
    position: relative;
    padding: 0 35px 0 15px;
    border: solid 1px rgba(136,137,142,.5);
    box-shadow: 0 0 3px 1px #2e528b;
  }
  .sub_menu_wrapper {
    padding: 23px;
    background-color: #fff;
    padding-top:0;
  }

  .sub_menu_wrapper .page-center {
    padding: 0 33.5px !important;
    width: 1280px !important;
    width: 100% !important;
  }
  .sub_menu_wrapper .page-center > ul > li:first-child, .sub_menu_wrapper .page-center > ul > li:nth-child(2) {
    padding-left: 100px;
  }

  .sub_menu_wrapper .page-center > ul > li {
    float: left;
  }

  .sub_menu_wrapper .page-center > ul > li ul > li > a {
    padding: 22px 30px 22px 0;
    display: block;
    line-height: inherit;
    color: #575757;
    text-decoration: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: "Proxima Nova", sans-serif;
  }

  .sub_menu_wrapper .page-center > ul > li ul {
    margin-top: 2px;
  }

  .sub_menu_wrapper .page-center > ul > li:last-child {
    max-width: 50%;
    width: 585px;
    float: right;
    position: absolute;
    right: 23px;
  }

  .sub_menu_wrapper .page-center > ul > li:last-child .nav-cta img {
    display: block;
    position: absolute;
    right: 33px;
    max-width: 350px;
    top: 26px;
  }

  .custom-menu-primary .hs-menu-wrapper li.mcat .sub_menu_wrapper .page-center > ul > li:last-child .nav-cta img {
    top: 14px;
  }

  .sub_menu_wrapper .page-center > ul > li:last-child .content {
    width: 215px;
    position: relative;
    top: 59px;
    right: 34px;
  }

  .sub_menu_wrapper .page-center > ul > li:last-child .content h4 {
    line-height: 1;
    margin-bottom: 25px;
    color: #2a2a2a;
    font-size: 2.6rem;
    font-weight: 100;
    font-family: 'Proxima Nova',sans-serif;
    margin-top: 2.2rem;
    letter-spacing: 0.25px;
    text-transform:uppercase;
  }

  .sub_menu_wrapper .page-center > ul > li:last-child .content h4 strong {
    line-height: 1;
    display: block;
    letter-spacing: normal;
  }

  .sub_menu_wrapper .page-center > ul > li:last-child .content a {
    color: #4dabe2 !important;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 5px 0 0 !important;
    font-family: "Proxima Nova", sans-serif;  
  }
  .custom-menu-primary.desktop .hs-menu-wrapper > ul .sub_menu_wrapper .page-center {
    width: 1280px !important;
    padding: 0 22px !important;
  }
  header.header {
    min-height: 168px;
  }
  .custom-menu-primary.mobile{
    display:none;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul .sub_menu_wrapper .page-center > ul {
    position: relative;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper>ul .sub_menu_wrapper .page-center > ul:before, .custom-menu-primary.desktop .hs-menu-wrapper>ul .sub_menu_wrapper .page-center > ul:after {
    content: "";
    display: table;
    clear: both;
  }

  .sub_menu_wrapper .page-center>ul>li:last-child {
    right: 0;
  }

  .sub_menu_wrapper .page-center>ul>li:last-child .nav-cta img {
    right: 0;
  }

  .sub_menu_wrapper .page-center>ul>li:last-child .content {
    right: 0;
  }

}



.scrolled .header-bottom {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: #fff;
}

@media(max-width:1336px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 11px 10px 35px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul .sub_menu_wrapper .page-center {
    padding: 0 18px !important;
  }
}


@media(max-width:1280px){
  .header-bottom .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .minicart-wrapper {
    margin-left: 5px;
  }
  .custom-menu-primary.desktop .hs-menu-wrapper>ul .sub_menu_wrapper .page-center {
    width: 1280px !important;
    padding: 0 14px !important;
  }
}



@media(max-width:1270px){
  .header-account {
    padding-left: 15px;
  }

  .block-search {
    padding-left: 10px;
  }
}

@media(max-width:1170px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 11px 8px 35px;
  }

  .header-right-section {
    width: 135px !important;
    min-width: 175px;
  }

  .header-account {
    padding-left: 15px;
  }

  .header-phone {
    display: none;
  }
  .search-open .block-search form .control input#search {
    width: 170px;
  }
}




@media(max-width:1150px){
  .header-logo a {
    margin: 3px 15px 0 0;
    max-width: 190px;
  }

  .header-logo a img {
    max-width: 190px;
  }
}



@media(max-width:1130px){
  .sub_menu_wrapper .page-center>ul>li:last-child .nav-cta img {
    position: static;
    width: 250px !important;
    float: right;
  }

  .sub_menu_wrapper .page-center>ul>li:last-child .content h4 {
    font-size: 2rem;
  }

  .sub_menu_wrapper .page-center>ul>li:last-child .content {
    margin: 0;
    right: -50px;
  }

  .sub_menu_wrapper .page-center>ul>li:first-child, .sub_menu_wrapper .page-center>ul>li:nth-child(2) {
    padding-left: 100px;
  }

  .sub_menu_wrapper .page-center>ul>li:nth-child(2) {
    padding-left: 25px;
  }


}

@media(max-width:1023px){
  .header-logo a img {
    max-width: 160px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 9px 8px 37px;
  }

  .header-logo a {
    margin: 3px 10px 0 0;
  }
  .header-account a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-right-section {
    margin-top: 4px;
  }
  .sub_menu_wrapper .page-center>ul>li:last-child .nav-cta img {
    position: static;
    width: 250px !important;
    float: right;
  }

  .sub_menu_wrapper .page-center>ul>li:last-child .content h4 {
    font-size: 2rem;
  }

  .sub_menu_wrapper .page-center>ul>li:last-child .content {
    margin: 0;
    right: -50px;
  }

  .sub_menu_wrapper .page-center>ul>li:first-child, .sub_menu_wrapper .page-center>ul>li:nth-child(2) {
    padding-left: 100px;
  }

  .sub_menu_wrapper .page-center>ul>li:nth-child(2) {
    padding-left: 25px;
  }

  .sub_menu_wrapper .page-center>ul>li:first-child, .sub_menu_wrapper .page-center>ul>li:nth-child(2) {
    padding-left: 0;
  }
  .sub_menu_wrapper .page-center>ul>li:last-child {
    max-width: 65%;

  }
}


@media(max-width:850px){
  .header-logo a img {
    max-width: 140px;
  }
  .sub_menu_wrapper .page-center>ul>li:last-child .content {
    right: -85px;
  }
}


@media(max-width:850px){
  .sub_menu_wrapper .page-center>ul>li:last-child .content h4 {
    font-size: 1.5rem;
  }
}


@media(max-width:767px){
  .custom-menu-primary.desktop{
    display:none;
  }
  .header-top .page-center {
    padding: 9px 10px 11px;
  }

  .header-top p {
    font-size: 1.3rem;
  }

  .header-bottom .page-center {
    padding: 15px 0 11px;
  }

  .mobile-tirgger {
    left: 25px;
    top: 14px;
    text-decoration: none;
    cursor: pointer;
    display: block;
    position: absolute;
  }

  .mobile-tirgger:before {
    content: '\f0c9';
    font-size: 2.4rem;
    font-family: 'Font Awesome 5 Pro' !important;
    font-weight: 300;
    line-height: inherit;
    color: #757575;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
  }

  .header-logo a {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    width: 186px;
  }

  .header-logo {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 65%;
    width: 186px;
  }

  .header-logo a img {
    width: 260px !important;
    max-width: none;
    height: auto;
    margin: 0 auto;
  }

  .header-right-section {
    position: absolute;
    right: 25px;
    top: 18px;
    z-index: 5;
    margin: 0;
  }

  .minicart-wrapper {
    display: inline-block;
    position: relative;
    float: right;
    margin: 0;
  }

  .block-search {
    display: none;
  }

  .header-account {
    display: none;
  }

  .minicart-wrapper a.showcart {
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }

  .minicart-wrapper a.showcart:before {
    color: #88898e;
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    font-size: 2.1rem;
    font-weight: 300 ;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    vertical-align: top;
    display: inline-block;
    speak: none;
    text-align: center;
  }
  header.header {
    min-height: 99px;
  }
  .mobile-open .mobile-tirgger:before {
    content: '\f00d';
  }

  .mobile-open .header-top .page-center {
    display: none;
  }

  .mobile-open .header-logo {
    visibility: hidden;
    opacity: 0;
  }



  .mobile-open .block-search {
    display: inline-block;
    float: none;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    top: 13px;
    width: auto;
    padding: 0;
  }

  .mobile-open .actions {
    display: none;
  }

  .mobile-open .block-search .field.search {
    margin: 0;
  }

  .mobile-open .block-search form {
  }

  .mobile-open .block-search form input#search {
    background-color: rgba(136,137,142,.12);
    border: none;
    border-radius: 10px;
    font-size: 1.6rem;
    height: 36px;
    left: 0;
    padding: 0 10px 0 32px;
    margin: 0 auto;
    position: relative;
    width: 216px;
  }

  .mobile-open .block-search .field.search > label.label {
    display: block;
    left: 10px;
    margin: 0 auto;
    opacity: .6;
    position: absolute;
    top: 4px;
    z-index: 1;
  }

  .mobile-open .block-search .field.search > label.label:before {
    font-size: 1.6rem;
    font-weight: 400;
    color: #88898e;
    content: '\f002';
    font-family: 'Font Awesome 5 Pro';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 28px;
    margin: 0 11px 0 0;
    vertical-align: middle;
    display: inline-block;
    speak: none;
    text-align: center;
  }

  .search-open .block-search form .control input#search {
    width: 100%;
  }

  .mobile-open .block-search form input#search:focus {
    box-shadow: 0 0 3px 1px #2e528b;
    outline-offset: 0px;
    outline: 0;
  }

  body.mobile-open {
    overflow-y: hidden;
  }
  .custom-menu-primary.mobile {
    background-color: #f6f6f6 !important;
    padding-bottom: 97px;
    width: 100%;
    top: 62px;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left .3s;
    -moz-transition: left .3s;
    -ms-transition: left .3s;
    transition: left .3s;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: -100%;
    border-top: solid 1px rgba(136,137,142,.15);
    box-shadow: none;
    width: 100%;
  }

  .mobile-open .custom-menu-primary.mobile {
    left: 0;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    background-color: #fff;
    padding: 30px 35px;
    display: block;
    position: relative;
    color: #2a2a2a;
    font-size: 2.6rem;
    line-height: 1;
    text-transform: none;
    font-family: "Proxima Nova", sans-serif;
    font-weight: 300;
    text-decoration: none;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a > span {
    color: #2a2a2a;
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    border-top: solid 1px rgba(136,137,142,.15);
    position: relative;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul {
    display: none;
    border-top: solid 1px rgba(136,137,142,.15);
  }

  .child-trigger {
    background-color: transparent;
    font-family: 'Font Awesome 5 Pro' !important;
    height: 87px;
    width: 70px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #2a2a2a;
    font-size: 2.6rem;
    font-weight: 300;
  }

  .child-trigger:before {
    content: '\f107';
    left: 50%;
    position: absolute;
    top: 49%;
    transform: translate(-50%,-50%);
  }
  .child-trigger.child-open:before {
    content: '\f106';
  }
  .custom-menu-primary.mobile .hs-menu-wrapper>ul ul > li > a {
    display: block;
    line-height: normal;
    color: #88898e !important;
    font-size: 2.1rem;
    font-weight: 400;
    padding: 30px 20px 30px 50px !important;
    text-decoration: none;
    font-family: "Proxima Nova", sans-serif;
  }
  .mobile-header-button-group {
    clear: both;
    padding: 25px;
  }

  .header-phone-mobile {
    padding-top: 15px;
    text-align: left;
    text-transform: uppercase;
    width: 50%;
    float: left;
  }

  .header-account-mobile {
    float: left;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
  }

  .header-phone-mobile a {
    display: inline-block;
    font-family: 'Roboto',sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: .5px;
    line-height: 1;
  }

  .header-account-mobile a {
    line-height: 1.4;
    vertical-align: middle;
    border-radius: 25px;
    box-shadow: 0 3px 12px rgba(46,82,143,.2);
    text-align: center;
    text-decoration: none;
    transition: background-color .3s,color .3s;
    background-color: #4178d5;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(left,color-stop(#4dabe2 0%),color-stop(#4178d5 100%));
    background-image: linear-gradient(to right,#4dabe2 0%,#4178d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dabe2',endColorstr='#4178d5',GradientType=1);
    border: none;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Proxima Nova',sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 15px 50px 13px;
    font-size: 1.4rem;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper>ul>li:last-child {
    border-bottom: solid 1px rgba(136,137,142,.15);
  }

  .header-account-mobile a:hover {
    background-color: #4178d5;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(left,color-stop(#4178d5 0%),color-stop(#4178d5 100%));
    background-image: linear-gradient(to right,#4178d5 0%,#4178d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4178d5',endColorstr='#4178d5',GradientType=1);
    border: none;
    color: #fff;
  }
  .mobile-header-button-group:before, .mobile-header-button-group:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-top p {
    padding: 0px 5px;
  }

  header.header.lp-header {
    min-height: 61px;
  }

  .header.lp-header .header-bottom {
    min-height: 61px;
  }
  .mobile-open.scrolled .header-bottom {
    padding-bottom: 1px;
  }
  .mobile-open .block-search form input#search::-webkit-input-placeholder {
    opacity: .6;
    color: #88898e;
  } /* Webkit Browsers */
  .mobile-open .block-search form input#search:-moz-placeholder {
    opacity: .6;
    color: #88898e;
  } /* Firefox 18- */
  .mobile-open .block-search form input#search::-moz-placeholder {
    opacity: .6;
    color: #88898e;
  } /* Firefox 19+ */
  .mobile-open .block-search form input#search:-ms-input-placeholder {
    opacity: .6;
    color: #88898e;
  } /* IE10 */

}




/* Blog Header */


.hs-blog-listing .template-header, .hs-blog-post .template-header {
  display: none;
}


.header.blog-header {
  min-height: 104px;
  box-shadow: none;

}

.blog-header .header-bottom {
  padding: 10px 40px;
  background-color: #fff;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
  width: 100%;
}

.blog-header .header-bottom .page-center {  
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.blog-header .header-logo a {
  position: static;
  margin: 0;
  float: none;
  max-width: 100%;
}

.blog-header .header-logo a img {
  max-width: 254px;
}


.blog-header .header-bottom .page-center {
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-header .header-logo a {
  position: static;
  margin: 0;
  float: none;
  max-width: 100%;
}

.blog-header .header-logo a img {
  max-width: 254px;
}

.blog-header .custom-menu-primary.desktop {
  float: none;
}
.blog-header ul.secondary-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
}

.blog-header ul.secondary-nav li {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  line-height: 28px;
}

.blog-header ul.secondary-nav li a {
  font-size: 13px;
  color: #88898e;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
}

i.fa.fa-search.new_header_search {
}

.blog-header ul.secondary-nav li:last-child {
  padding-right: 0;
}

.blog-header ul.secondary-nav li:last-child a {
  background-color: transparent;
  border: solid 2px #88898e;
  color: #2a2a2a;
  border-radius: 25px;
  padding: 7px 24px;
  font-size: 13px;
  font-family: proxima-nova, 'Roboto', sans-serif;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  line-height: 22.75px;
}

.blog-header ul.secondary-nav li:nth-child(3) a {
  border-radius: 25px;
  border: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  letter-spacing: .5px;
  text-decoration: none;
  background: #2878bd;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  box-shadow: 0 3px 12px rgba(0,0,0,.08);
  font-weight: 700;
  margin: 0;
  padding: 6px 24px;
  font-size: 14px;
  line-height: 1.8rem;
  box-sizing: border-box;
  vertical-align: middle;
  background-image: -webkit-gradient(linear, right top, left top, from(#4178d5), color-stop(80%, #4ba2e0), to(#4dabe2));
  background-image: -o-linear-gradient(right, #4178d5 0%, #4ba2e0 80%, #4dabe2 100%);
  background-image: linear-gradient(to left, #4178d5 0%, #4ba2e0 80%, #4dabe2 100%);
  font-family: proxima-nova, 'Roboto', sans-serif;
  line-height: 28.8px;
}

.blog-header ul.secondary-nav li .magentosearcform form input {
  border: none;
  border-radius: 20px;
  font-size: 15px;
  opacity: 0;
  display: none;
  padding: 6px 35px 6px 15px;
  width: 0;
  right: 100%;
  left: auto;
  color: #2a2a2a;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 0 3px 1px #2e528b;
  transition: all .3s ease;
  padding: 6px 35px 6px 15px;
  line-height:normal;
  top: -1px;
}

.search-open .blog-header ul.secondary-nav li .magentosearcform form input {
  width: 200px;
  opacity: 1;
  z-index: 9999999;
  border: solid 1px rgba(136,137,142,.5);
  box-shadow: 0 0 3px 1px #2e528b;
  display: inline-block;
}

.search-open i.fa.fa-search.new_header_search {
  display: none;
}
.blog-header ul.secondary-nav li form .field.search {
  margin: 0;
}

.blog-header ul.secondary-nav li .magentosearcform form input {
}

.blog-header .custom-menu-primary.desktop .hs-menu-wraper > ul {
}

.blog-header .custom-menu-primary.desktop .hs-menu-wrapper > ul {
  padding-left: 40px;
}

.blog-header .custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
  float: none;
  padding: 0 10px;
  position: relative;
}

.blog-header .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  padding: 0;
  font-family: proxima-nova, 'Roboto', sans-serif;
  line-height: 28px;
}

.blog-header .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:after {
  content: '';
  bottom: -10px;
  display: block;
  height: 2px;
  left: 50%;
  background-color: #2a2a2a;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  width: 23px;
  z-index: 1;
  opacity: 0;
}

.blog-header .custom-menu-primary .hs-menu-wrapper>ul>li>a>span {
  display: inline;
}

.blog-header .custom-menu-primary .hs-menu-wrapper>ul>li>a>span:after {
  display: none;
}

.blog-header .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > a:after {
  background-color: #2a2a2a;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.blog-header .custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover:after {
  background-color: #2a2a2a;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}


@media(max-width:1250px){
  .blog-header .header-logo img {
    max-width: 140px;
  }

  .blog-header .custom-menu-primary.desktop .hs-menu-wrapper>ul {
    padding-left: 20px;
  }

  .blog-header ul.secondary-nav {
    top: -4px;
  }

  .blog-header ul.secondary-nav li:nth-child(3) a {
    top: 0px;
  }
  .header.blog-header {
    min-height: 66.3px;
  }
}


@media(max-width:1200px){
  .blog-header .custom-menu-primary.desktop .hs-menu-wrapper>ul > li {
    padding: 0 8px;
  }

  .blog-header ul.secondary-nav li {
    padding: 0 8px;
  }
}


@media(max-width:1199px){
  .blog-header .header-bottom {
    padding: 30px 20px 30px;
  }
  .header.blog-header {
    min-height: 106.3px;
  }
}



@media(max-width:1050px){
  .blog-header ul.secondary-nav li:nth-child(3) a {
    display: none;
  }
}


@media(max-width:900px){
  .blog-header .custom-menu-primary.desktop .hs-menu-wrapper>ul>li {
    padding: 0 5px;
  }

  .blog-header .custom-menu-primary.desktop .hs-menu-wrapper>ul {
    padding-left: 15px;
  }

  .blog-header ul.secondary-nav li {
    padding: 0 5px;
  }
}

@media(max-width:837px){
  .blog-header .custom-menu-primary.desktop .hs-menu-wrapper>ul {
    padding-left: 10px;
  }

  .blog-header .custom-menu-primary.desktop .hs-menu-wrapper>ul>li>a {   
    font-size: 14px;
  }
  .blog-header ul.secondary-nav li:last-child a { 
    font-size: 12px;
    padding: 7px 20px;
  }

  .blog-header ul.secondary-nav li { 
    padding: 0 4px;
  }
}



@media(max-width:767px){
  .blog-header .header-bottom {
    padding: 15px 20px;
  }

  .blog-header .header-logo {
    order: 2;
    margin: 0;
    margin-left: auto;
    max-width: 100%;
    width: auto; 
  }

  .blog-header .mobile-tirgger {
    display: block;
    margin-left: 0;
    order: 1;
    width: 28px;
    height: 30px;
    position: relative;
    left: 0;
    top: 0;
  }

  .blog-header ul.secondary-nav {
    order: 3;
    position: static;
  }

  .blog-header .mobile-tirgger:before {
    display: none;
  }

  .blog-header .mobile-tirgger span {
    position: relative;
    display: block;
    margin-top: 12px;
    width: 100%;
    height: 3px;
    background-color: #888;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  .blog-header .mobile-tirgger span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
    width: 100%;
    height: 3px;
    background-color: #888;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  .blog-header .mobile-tirgger span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 100%;
    height: 3px;
    background-color: #888;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px;
  }

  .blog-header ul.secondary-nav li:last-child {
    display: none;
  }

  .blog-header ul.secondary-nav li {
    position: static;
    padding: 0 8px;
  }

  .blog-header ul.secondary-nav li:first-child a {
    display: none;
  }

  .blog-header ul.secondary-nav form .control {
    display: none;
    top: 40%;
    right: 50%;
    position: absolute;
  }

  .blog-header ul.secondary-nav li .magentosearcform form input {
    border: solid 1px rgba(136,137,142,.5);
    border-radius: 10px;
    font-size: 16px;
    padding: 7px 15px 7px 35px;
    top: 50%;
    right: 50%;
    left: auto;
    color: #2a2a2a;
    cursor: pointer;
    position: absolute;
    background-color: rgba(136,137,142,.12);
    box-shadow: none;
    width: 216px;
    opacity: 1;
    transition: all .3s ease;
    transform: translate(50%, -50%);
    display: none;
  }

  .mobile-open .blog-header ul.secondary-nav form .control:before {
    content: "\f002";
    right: 0;
    margin-right: 82px;
    position: absolute;
    font-family: FontAwesome;
    top: -9px;
    line-height: 1;
  }

  .mobile-open .blog-header ul.secondary-nav li .magentosearcform form input {
    display: inline-block;
  }

  .mobile-open .blog-header ul.secondary-nav form .control {  
    display: inline-block;
  }

  .blog-header ul.secondary-nav li:nth-child(2) a {
    font-size: 20px;
    top: 1px;
    position: relative;
  }

  .blog-header .header-logo img {
    max-width: 186px;
    margin: 0 auto;
  }

  .header.blog-header {
    min-height: 91.5px;
  }
  body.mobile-open.blog {
    overflow-y: auto;
  }

  .mobile-open .blog-header .mobile-tirgger span {
    background-color: transparent;
  }

  .mobile-open .blog-header .mobile-tirgger span:before {
    -webkit-transform: rotate(45deg) translate(5px, 5px);
    -ms-transform: rotate(45deg) translate(5px, 5px);
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-open .blog-header .mobile-tirgger span:after {
    -webkit-transform: rotate(-45deg) translate(7px, -8px);
    -ms-transform: rotate(-45deg) translate(7px, -8px);
    transform: rotate(-45deg) translate(7px, -8px);
  }

  .mobile-open .blog-header .header-bottom {
    z-index: 99;
  }

  .blog-header .custom-menu-primary.mobile {
    top: 65px;
  }

  .mobile-open .blog-header .mobile-tirgger {
    top: -13px;
  }

  .mobile-open .blog-header ul.secondary-nav li:nth-child(2) a { 
    top: -12px;
  }

  .mobile-open .blog-header ul.secondary-nav form .control {
    top: 36%;
  }
  .blog-header .custom-menu-primary.mobile {
    top: 65px;
    left: 0;
    transition: none;
    display: none;
    height: calc(100vh - 64px);
    overflow-y: auto !important;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 10px rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    border: 0;
  }
  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    border-top: solid 2px rgba(136,137,142,.15);
  }

  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper>ul>li {
    border: 0;
  }

  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper>ul>li > a {
    padding: 30px 35px;
    border-bottom: solid 1px rgba(136,137,142,.15);
    display: block;
    font-size: 26px;
    color: #494949;
    line-height: 1;
    font-weight: 300;
    text-align: left;
    font-family: proxima-nova, 'Roboto', sans-serif;
  }

  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper>ul>li:after {
    content: '';
    bottom: -10px;
    display: block;
    height: 2px;
    left: 50%;
    background-color: #2a2a2a;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    width: 23px;
    z-index: 1;
    opacity: 0;
  }

  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper>ul>li:hover:after {
    background-color: #2a2a2a;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .blog-header .mobile-header-button-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
  }

  .blog-header .header-phone-mobile {
    display: inline-block;
    width: auto;
    padding: 0;
    float: none;
    padding: 0 8px;
  }

  .blog-header .header-account-mobile {
    display: inline-block;
    width: auto;
    padding: 0;
    float: none;
    padding: 0 8px;
    padding-right: 0;
  }

  .blog-header .mobile-header-button-group:before, .blog-header .mobile-header-button-group:after {
    display: none;
  }

  .blog-header .header-account-mobile a {
    padding: 10px 50px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 28px;
    font-family: proxima-nova, Roboto, sans-serif;
  }
  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    border-top: solid 2px rgba(136,137,142,.15);
  }

  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    border: 0;
  }

  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    padding: 30px 35px;
    border-bottom: solid 1px rgba(136,137,142,.15);
    display: block;
    font-size: 26px;
    color: #494949;
    line-height: 1;
    font-weight: 300;
    font-family: proxima-nova, 'Roboto', sans-serif !important;
    text-align: left;
  }

  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:after {
    content: '';
    bottom: -10px;
    display: block;
    height: 2px;
    left: 50%;
    background-color: #2a2a2a;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
    width: 23px;
    z-index: 1;
    opacity: 0;
  }

  .blog-header .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:hover:after {
    background-color: #2a2a2a;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }

  .blog-header .mobile-header-button-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
  }

  .blog-header .header-phone-mobile {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    float: none;
    padding: 0 8px;
  }

  .blog-header .header-account-mobile {
    display: inline-block;
    width: auto;
    margin: 0;
    float: none;
    padding: 0 8px;
    padding-right: 0;
  }

  .blog-header .header-account-mobile a {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 50px;
    font-family: proxima-nova, Roboto, sans-serif;
    line-height: 28px;
  }

  .blog-header .mobile-header-button-group:before, .blog-header .mobile-header-button-group:after {
    display: none;
  }
  .blog-header .header-phone-mobile a {
    color: #494949;
    font-size: 16px;
    letter-spacing: normal;
    font-family: Roboto, sans-serif;
    line-height: 28px;
  }
}



@media(max-width:375px){
  .blog-header .header-phone-mobile {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }

  .blog-header .header-account-mobile {
    width: 100%;
    text-align: left;
  }

  .blog-header .mobile-header-button-group {
    display: block;
  }
}


@media(max-width:370px){
  .blog-header .header-logo {
    position: relative;
    left: 30px;
    margin: 0;
  }

  .blog-header ul.secondary-nav {
    position: relative;
    top: 0;
    left: 30px;
    margin: 0;
    width: auto;
  }

  .blog-header ul.secondary-nav li {
    padding: 0;
  }
  .mobile-open .blog-header ul.secondary-nav {
    left: 0;
  }

  .mobile-open .blog-header ul.secondary-nav form .control {
    right: 370%;
    top: 8%;
  }

  .mobile-open .blog-header ul.secondary-nav li:nth-child(2) a {
    left: 38px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.template-footer ul.social-media.blog.clone {
  display: none;
}

.blog-footer ul.social-media.fab.clone {
  display: none;
}

.footer {
  background-color:#344055;
  text-align: center;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer-bottom {
  padding: 15px 0 45px;
  font-size: 1.2rem;
}

.footer-bottom .page-center {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 22px;
}

.footer-bottom-menu {
}

.footer-bottom-menu .hs-menu-wrapper {
  margin: 0px 0px 10px;
  padding: 10px;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-bottom-menu .hs-menu-wrapper > ul {
  float: right;
  font-size: 1.2rem;
  display: inline;
  width: auto;
}

.footer-bottom-menu .hs-menu-wrapper > ul >li {
  padding-left: 15px;
  display: inline;
}

.footer__copyright {
  text-align: left;
}

.footer-bottom-menu .hs-menu-wrapper > ul >li > a:hover {
  text-decoration: underline;
}

.footer-top {
  border-top: solid 1px;
  padding: 85px 0 0;
  position: relative;
}

.footer-menu-section {
  border-bottom: solid 1px;
  float: right;
  margin-right: 20px;
  padding-bottom: 35px;
  width: auto;
}

.footer-contact-section {
  clear: both;
  padding: 45px 20px 0;
  width: auto;
}

.footer-logo {
  left: 20px;
  margin: 0;
  position: absolute;
  top: 0;
}

.footer-logo a {
  top: -7px;
  max-width: none;
  display: block;
  float: none;
  position: relative;
}

.footer-logo a img {
  max-height: inherit;
  height: auto;
  display: block;
  max-width: 243px;
}

.footer-contact-section .hs-menu-wrapper {
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0px 0px 10px;
  padding: 10px;
}

.footer-contact-section .hs-menu-wrapper > ul {
  display: inline-block;
  float: right;
  font-size: 1.4rem;
  padding-right: 0;
}

.footer-contact-section .hs-menu-wrapper > ul > li {
  display: inline-block;
  padding: 0 20px;
}

.footer-contact-section .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}

.footer-contact-section .hs-menu-wrapper > ul > li:first-child {
  padding-left: 0;
}

.footer-contact-section .hs-menu-wrapper > ul > li > a {
  font-size: 1.4rem;
}

.footer-contact-section .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: underline;
}

.footer-contact-section .hs-menu-wrapper > ul > li:last-child > a {
  font-weight: 700;
}

.footer-menu-section-inner {
  margin: 0px 0px 10px;
  padding: 10px 0px;
  justify-content: flex-start;
  display: flex;
  width: 100%;
}

.footer-menu {
  float: left;
  text-align: left;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
  padding-bottom: 4px;
  position: relative;
  font-weight: 700;
  line-height: 1.1;
  font-family: 'Proxima Nova',sans-serif;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 19.8px;
}

.footer-menu .hs-menu-wrapper > ul ul {
  padding-right: 55px;
  text-align: left;
}

.footer-menu .hs-menu-wrapper > ul ul li {
  margin: 11px auto;
}

.footer-menu .hs-menu-wrapper > ul > li > a + span {
  display: none;
}

.footer-menu .hs-menu-wrapper > ul ul li > a {
  font-size: 1.4rem;
}

.footer-menu .hs-menu-wrapper > ul ul li > a:hover {
  text-decoration: none;
}
.footer-menu ul.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  display: inline-block;
  top: 1px;
  position: relative;
  padding: 0 !important;
}

.footer-menu ul.social-media li {  
  margin: 11px auto;
  display: inline-block;
  padding: 0 5px;
  line-height: 16px;
}

.footer-menu ul.social-media li a {
  display: inline-block;
  font-size: 1.4rem;
  font-family: 'Font Awesome 5 Brands';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.footer-menu ul.social-media li:first-child {
  padding-left: 0;
}

.footer-menu ul.wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 55px;
}

.footer-menu:last-child ul.social-media ul li a:before {
  content: "\f08c";
}

.footer-menu:last-child ul.social-media li a:before {
  content: "\f08c";
}

.footer-menu ul.social-media li a:hover {
  text-decoration: none;
}

.footer .page-center {
  position: relative;
}

.footer-menu .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
}

.footer-menu > span + ul.social-media {
  display: none;
}

.footer-menu.one {
}

.footer-menu.one ul.social-media.clone li:last-child,
.footer-menu.two ul.social-media.clone li:last-child {
  display: none;
}

.footer-menu.two ul.social-media.clone li:nth-child(4) {
  display: none;
}

.footer-menu.three ul.social-media.clone li {
  display: none;
}

.footer-menu.three ul.social-media.clone li:first-child {
  display: inline-block;
}


@media(max-width:1024px){
  .footer-logo a {
    margin: 0;
    max-width: 65%;
  }

  .footer-logo a img {
    max-width: 157.938px;
  }

  .footer-contact-section .hs-menu-wrapper>ul>li {
    padding: 0 10px;
  }

  .footer-menu .hs-menu-wrapper>ul ul li>a {
    font-size: 1.2rem;
  }

  .footer-menu .hs-menu-wrapper>ul ul {
    padding-right: 35px;
    width: 100%;
  }

  .footer-menu ul.social-media li a {
    font-size: 1.9rem !important;  
  }

  .footer-menu ul.social-media {
    padding: 0 0 0 5px;
  }

  .footer-menu ul.wrapper {
    padding-right: 35px;
  }

  .footer-menu:nth-child(2) .hs-menu-wrapper>ul ul {
    padding-right: 51px;
  }

  .footer-menu ul.social-media {
    margin-top: -1px;
  }

  .footer-logo {
    top: 8px;
  }
  .footer-menu ul.social-media {
    padding: 0 0 0 5px !important;
  }
}


@media(max-width:848px){
  .footer-menu .hs-menu-wrapper>ul ul {
    padding-right: 25px !important;
  }
  .footer-menu .hs-menu-wrapper ul.social-media {
    padding-right: 0 !important;
  }

  .footer-menu:nth-child(2) .hs-menu-wrapper>ul ul {
    padding-right: 25px !important;
  }

}


@media(max-width:767px){
  .footer-bottom {
    background: #344055;
    padding: 0;
  }

  .footer-bottom .page-center {
    padding: 0;
    max-width: 100%;
  }

  .footer__copyright {
    padding: 20px 0;
    text-align: center;
  }

  .footer__copyright span span {
  }

  .footer__copyright {
  }

  .footer-bottom-menu .hs-menu-wrapper>ul>li {
    padding: 0 15px;
  }

  .footer-bottom-menu .hs-menu-wrapper {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-menu .hs-menu-wrapper>ul {
    font-size: 1.6rem;
  }

  .footer-top {
    border-top: solid 1px #dcdee0;
    color: #344055;
    border-color:#dcdee0 !important;
  }

  .footer-top .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-logo {
    background: #e6e8ea;
    margin: 0 -15px;
    padding: 52px 15px 38px;
    position: static;
  }

  .footer-logo a {
    margin: 0 auto;
  }
  .footer-menu-section {
    padding: 0;
    width: 100%;
    border: 0;
    margin: 0;
  }
  .footer-menu-section {
    padding: 0;
    width: 100%;
    border: 0;
    margin: 0;
  }

  .footer-contact-section {
    padding: 0 15px 0;
  }
  .footer-contact-section {
    padding: 0 15px 0;
  }

  .footer-logo a img {
    max-width: 100%;
    width: 243px !important;
    margin: 0 auto;
  }
  .footer-top .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-contact-section .hs-menu-wrapper>ul {
    float: none;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding-top: 45px !important;
    text-align: center;
  }

  .footer-contact-section .hs-menu-wrapper>ul>li {
    margin: 0 auto 15px;
    padding: 0;
    display: block;
  }

  .footer-contact-section .hs-menu-wrapper>ul>li:first-child {
    margin-bottom: 35px;
  }

  .footer-contact-section .hs-menu-wrapper>ul>li>a {
    font-size: 1.6rem;
    display: block;
  }

  .footer-contact-section .hs-menu-wrapper>ul>li:last-child>a {
    font-family: 'Proxima Nova',sans-serif;
    font-size: 2.6rem;
  }

  .footer-contact-section .hs-menu-wrapper {
    margin: 0px 0px 5px;
  }

  .footer-contact-section .hs-menu-wrapper>ul>li:nth-child(2) {
    margin: 0 auto 9px;
  }
  .footer-menu .hs-menu-wrapper>ul ul {
    padding: 0 !important;
  }

  .footer-menu {
    float: none;
    width: 100%;
  }

  .footer-menu-section-inner {
    flex-direction: column;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    border-bottom: solid 1px #dcdee0;
    margin: 0 auto;
    color: #2a2a2a;
    font-family: 'Roboto',sans-serif;
    font-size: 1.8rem;
    position: relative;
    display: block;
    padding: 30px 25px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #2a2a2a;
    text-decoration: underline;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a+span {
    color: #2a2a2a;
    font-size: 1.8rem;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    padding: 25px;
    position: absolute;
    right: 0;
    z-index: 2;
    display: block;
    top: 6px;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .footer-menu:nth-child(2) .hs-menu-wrapper>ul ul {
    padding: 0 !important;
  }

  .footer-menu .hs-menu-wrapper>ul ul {
    background-color: rgba(136,137,142,.05);
  }

  .footer-menu .hs-menu-wrapper>ul ul ul {
    background: transparent;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding: 40px 0 41px !important;
  }

  .footer-menu:nth-child(2) .hs-menu-wrapper>ul ul ul {
    padding: 40px 0 41px !important;
  }

  .footer-menu .hs-menu-wrapper>ul ul > li {
    margin: 0 25px;
  }

  .footer-menu .hs-menu-wrapper>ul ul>li>a:hover {
    color: #707070;
  }

  .footer-menu .hs-menu-wrapper>ul ul > li > a {
    color: #707070;
    padding: 25px 0;
    display: block;
    font-size: 16px;
  }

  .footer-menu .hs-menu-wrapper ul.social-media li a {
    color: #707070;
    padding: 25px 0;
    display: inline-block;
    font-size: 2.5rem !important;
  }

  .footer-menu:last-child ul.social-media li a:before {
    content: "\f0e1";
  }
  .footer-menu .hs-menu-wrapper>ul > li > a + span + ul {
    display: none;
  }

  .footer-top {
    padding-top: 0;
  }
  .footer-logo a {
    max-width: 50%;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a{
    color: #2a2a2a !important;
  }
  .footer-menu .hs-menu-wrapper>ul ul li>a {
    color: #707070 !important;
  }
  .footer-menu .hs-menu-wrapper>ul>li>a+span.menu-open {
    transform: rotate(180deg);
  }
  .lp-footer .footer-bottom {
    padding-top: 10px;
  }
  .footer {
    background-color: rgba(255,255,255,1.0);
    color: #88898e;
    overflow-x: hidden;
  }
  .footer-top-inner {
    margin: 0 -15px;
  }
}


@media(max-width:400px){
  .footer-menu.one .hs-menu-wrapper ul.social-media.fab.clone li {
    margin: 0;
}
  }
}

/* Blog Footer */


.blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li a.fa-facebook:before {
  content: "\f230";
}

.blog-footer .footer-menu.three ul.social-media.blog li a.fa-facebook:before {
  content: "\f0e1" !important;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li a.fa-tiktok:before {
  content: "\e07b";
}

.blog-footer .footer-menu.three ul.social-media.blog li a.fa-tiktok:before {
  content: "\e07b" !important;
}

.hs-blog-listing .footer.template-footer,.hs-blog-post .footer.template-footer {
  display: none;
}

.footer.blog-footer {
  border-top: 1px solid #eff0f0;
  padding: 84px 0 34px;
  background-color: #fff;
}

.footer.blog-footer .page-center {
  padding: 0 20px;
  max-width: 1200px;
}

.blog-footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-footer .footer-logo {
  width: 35%;
  position: static;
}

.blog-footer .footer-menu-wrapper {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px rgba(73, 73, 73, .3);
  padding-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-footer .footer-empty {
  margin-top: 45px;
  width: 50%;
}

.blog-footer .footer-contact-section {
  margin-top: 45px;
  width: 50%;
  text-align: right;
  padding: 0;
}

.blog-footer .footer__copyright {
  width: 50%;
}

.blog-footer .footer-bottom-menu {
  width: 50%;
}

.blog-footer .footer-bottom-menu .hs-menu-wrapper {
  margin: 0;
  padding: 0;
}

.blog-footer .footer-bottom-menu .hs-menu-wrapper>ul>li {
  margin-bottom: 4px;
  display: inline-block;
  padding: 0 10.5px;
  line-height: 28px;
}

.blog-footer .footer-bottom-menu .hs-menu-wrapper>ul>li:first-child {
  padding-left: 0;
}

.blog-footer .footer-bottom-menu .hs-menu-wrapper>ul>li>a {
  font-size: 12px;
  color: #A5A8AA;
  line-height: 21px;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.blog-footer .footer__copyright p {
  margin: 0;
  font-size: 12px;
  color: #A5A8AA;
}

.blog-footer .footer-contact-section .hs-menu-wrapper {
  margin: 0;
  padding: 0;
}

.blog-footer .footer-contact-section .hs-menu-wrapper>ul {
  margin-bottom: 45px;
  margin-top: 1px;
}

.blog-footer .footer-contact-section .hs-menu-wrapper>ul > li {
  margin-bottom: 4px;
  display: inline-block;
  padding: 0 10px;
  line-height: 28px;
}


.blog-footer .footer-contact-section .hs-menu-wrapper>ul > li:first-child {
  padding-left: 0;
}

.blog-footer .footer-contact-section .hs-menu-wrapper>ul > li > a {
  line-height: 24.5px;
  color: #494949;
}
.blog-footer .footer-contact-section .hs-menu-wrapper>ul>li>a:hover{
  text-decoration:none;
}


.blog-footer .footer-contact-section .hs-menu-wrapper>ul > li:last-child {
  padding-left: 40px;
}

.blog-footer .footer-menu {
  width: 25%;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul>li>a {
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul {
  padding: 0 !important;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul li {
  margin-bottom: 4px;
  margin-top: 0;
  line-height: 28px;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul li>a {
  font-size: 14px;
  line-height: 24.5px;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone {
  position: absolute;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: auto;
}

ul.social-media.blog.clone {
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper > lilast-child {
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
  margin-bottom: 49px;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper > li:last-child {
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li {
  margin-right: 1.5rem;
  margin-bottom: 4px;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li a {
  font-size: 16px;
}

.blog-footer .footer-logo a {
  position: static;
  max-width: 100%;
}

.blog-footer .footer-logo a img {
  max-width: 250px;
  position: relative;
  top: 1px;
}

.blog-footer .footer-menu.three ul.social-media.blog > li a:before {
  content: "\f0e1";
}

.blog-footer .footer-menu.two ul.social-media.blog > li:nth-child(2) a:before, 
.blog-footer .footer-menu.two ul.social-media.blog > li:nth-child(4) a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-footer .footer-menu.one .hs-menu-wrapper>ul ul .social-media.blog.clone li:nth-child(2) a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li a.fa-youtube:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16a";
}
.blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li {
  margin-right: 24px;
  margin-bottom: 4px;
  padding: 0;
}

@media(max-width:1023px){
  .blog-footer .footer-logo {
    width: 25%;
  }

  .blog-footer .footer-menu-wrapper {
    width: 75%;
  }

  .blog-footer .footer-logo a img {
    width: 160px !important;
  }

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

  .blog-footer .footer-menu {
    position: relative;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone {
    bottom: -10px;
    align-items: flex-start;
    text-align: left;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li a {
    font-size: 16px !important;
  }

  .blog-footer .footer-menu.two ul.social-media.clone li:last-child {
    display: block;
    opacity: 0;
    visibility: hidden;
  }

  .blog-footer .footer-menu.three ul.social-media.clone li:first-child {
    margin-left: 0;
    position: relative;
    top: 1px;
  }

  .footer-contact-section .hs-menu-wrapper>ul>li>a {
    color: #494949;
  }

}

@media(max-width:767px){
  .footer.blog-footer .page-center {
    padding: 0;
  }

  .footer.blog-footer {
    padding: 20px 0 0;
  }

  .blog-footer .footer-logo {
    order: 4;
    background-color: #f6f8f9;
    padding: 45px 0;
    text-align: center;
    width: 100%;
  }

  .blog-footer .footer-menu-wrapper {
    width: 100%;
    order: 1;
    border: 0;
    padding-bottom: 0;
  }

  .blog-footer .footer-empty {
    width: 100%;
    margin-top: 45px;
    order: 3;
  }

  .blog-footer .footer-contact-section {
    order: 2;
    margin-top: 70px;
    width: 100%;
  }

  .blog-footer .footer__copyright {
    order: 6;
    background-color: #f6f8f9;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
  }

  .blog-footer .footer-bottom-menu {
    width: 100%;
    order: 5;
    background-color: #f6f8f9;
  }
  .blog-footer .footer-bottom-menu .hs-menu-wrapper>ul>li {
    padding: 0 10px 25px;
    display: inline-block;
    width: 49%;
    text-align: center;
  }

  .blog-footer .footer-bottom-menu .hs-menu-wrapper>ul {
    width: 100%;
    text-align: center;
  }

  .blog-footer .footer-bottom-menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }

  .blog-footer .footer-bottom-menu .hs-menu-wrapper>ul>li:first-child {
    padding: 0 10px 25px;
  }

  .blog-footer .footer-logo a img {
    width: auto !important;
    opacity: .4;
    top: -1px;
  }

  .blog-footer .footer-logo {
    margin: 0;
  }

  .blog-footer .footer-contact-section .hs-menu-wrapper>ul {
    text-align: center;
    margin-bottom: 8px;
    padding: 0 !important;
  }

  .blog-footer .footer-contact-section .hs-menu-wrapper>ul>li {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 28px;
  }

  .blog-footer .footer-contact-section .hs-menu-wrapper>ul>li:last-child {
    padding: 0;
    margin-top: 32px;
  }

  .blog-footer .footer-contact-section .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
    line-height: 28px;
    display: inline;
    font-family: Roboto, sans-serif;
  }

  .blog-footer .footer-contact-section .hs-menu-wrapper>ul>li:last-child a {
    font-size: 30px;
    font-weight: 700;
    font-family: Roboto, sans-serif;
  }
  .blog-footer .footer__copyright p {
    line-height: 1.5;
  }
  .blog-footer .footer-menu {
    width: 100%;
    padding: 0 10px;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul>li>a {
    display: block;
    padding: 30px 25px;
    font-size: 20px;
    border-bottom: solid 1px rgba(136,137,142,.15);
    margin: 0;
    line-height: 30px;
    font-family: proxima-nova, Roboto, sans-serif;
  }

  .blog-footer .footer-contact-section .hs-menu-wrapper>ul {
    margin-top: 0;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul>li>a+span {
    padding: 35px 25px;
    top: 0px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #494949;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: none;
    color: #4dabe2 !important;
  }
  .blog-footer .footer-menu .hs-menu-wrapper>ul ul.hs-menu-children-wrapper {
    margin: 0;
  }

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

  .blog-footer .footer-menu .hs-menu-wrapper>ul ul li>a {
    font-size: 16px;
    padding: 25px;
    display: block;
    line-height: 1;
    color: #2a2a2a !important;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone {
    position: static;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1px;
    padding: 0 !important;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li {
    margin: 0;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li a {
    font-size: 24px !important;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul ul li>a:hover {
    color: #4dabe2 !important;
  }

  .blog-footer .footer-menu .hs-menu-wrapper>ul>li>a+span.menu-open {
    top: 1px;
  }

  .blog-footer .footer-menu.two ul.social-media.clone li:last-child {
    display: none;
  }
  .blog-footer .footer-contact-section .hs-menu-wrapper>ul>li>a:hover {
    text-decoration: none;
  }
}

@media(max-width:480px){
  .blog-footer .footer-logo a img {
    width: 170px !important;
  }

  .blog-footer .footer-bottom-menu .hs-menu-wrapper>ul>li {
    padding-left: 0 !important;
  }

  .blog-footer .footer-logo {
    padding-bottom: 44px;
  }

  .blog-footer .footer-contact-section .hs-menu-wrapper>ul {
    margin-bottom: 7px;
  }
}



@media(max-width:400px){
  .blog-footer .footer-menu .hs-menu-wrapper>ul ul .social-media.blog.clone li a {
    padding-right: 12px;
  }
}

@media(max-width:330px){
  .blog-footer .footer-contact-section .hs-menu-wrapper>ul {
    margin-bottom: 8px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

.search-contaimer form input.hs-search-field__input.search-field::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #bbb;
  font-weight: bold;
} /* Webkit Browsers */
.search-contaimer form input.hs-search-field__input.search-field:-moz-placeholder {
  text-transform: uppercase;
  color: #bbb;
  font-weight: bold;
} /* Firefox 18- */
.search-contaimer form input.hs-search-field__input.search-field::-moz-placeholder {
  text-transform: uppercase;
  color: #bbb;
  font-weight: bold;
} /* Firefox 19+ */
.search-contaimer form input.hs-search-field__input.search-field:-ms-input-placeholder {
  text-transform: uppercase;
  color: #bbb;
  font-weight: bold;
} /* IE10 */


.colmn-from form .hs-form-field .input input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #939499;
} /* Webkit Browsers */
.colmn-from form .hs-form-field .input input:-moz-placeholder {
  text-transform: uppercase;
  color: #939499;
} /* Firefox 18- */
.colmn-from form .hs-form-field .input input::-moz-placeholder {
  text-transform: uppercase;
  color: #939499;
} /* Firefox 19+ */
.colmn-from form .hs-form-field .input input:-ms-input-placeholder {
  text-transform: uppercase;
  color: #939499;
} /* IE10 */


.colmn-from form .hs-form-field.hs_target_test_yr_ .input input::-webkit-input-placeholder {
  text-transform: capitalize;
  color: #939499;
} /* Webkit Browsers */
.colmn-from form .hs-form-field.hs_target_test_yr_ .input input:-moz-placeholder {
  text-transform: capitalize;
  color: #939499;
} /* Firefox 18- */
.colmn-from form .hs-form-field.hs_target_test_yr_ .input input::-moz-placeholder {
  text-transform: capitalize;
  color: #939499;
} /* Firefox 19+ */
.colmn-from form .hs-form-field.hs_target_test_yr_ .input input:-ms-input-placeholder {
  text-transform: capitalize;
  color: #939499;
} /* IE10 */


.hs-search-field--open .hs-search-field__suggestions {
  border: 0 !important;
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 10px;
}

.hs-search-field--open .hs-search-field__suggestions li a:hover {
  background: transparent;
}



.colmn-from {
  position: relative;
  z-index: 1;
}

.colmn-from .colmn-inner {
  border-radius: 10px;
  padding: 45px 30px 70px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  background-color: #fff;
}

.colmn-from .colmn-inner h4 {
  line-height: 1.5;
  color: #4b5259;
  padding-bottom: 16px;
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: -1px;
  font-weight: bold;
  font-family: proxima-nova, "Roboto", sans-serif;
}

.colmn-from .colmn-inner h4:after {
  width: 50px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-color: #3076B8;
  background: -webkit-gradient(linear, right top, left top, from(#4178d5), to(#4dabe2));
  background: -o-linear-gradient(right, #4178d5 0%, #4dabe2 100%);
  background: linear-gradient(270deg, #4178d5 0%, #4dabe2 100%);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 12px rgba(46,82,143,0.3);
  box-shadow: 0 3px 12px rgba(46,82,143,0.3);
  height: 4px;
  bottom: -4px;
  content: "";
}
.colmn-from form .hs-form-field .input select option:first-child {
  display: none;
}
.colmn-from h3 {
  display: none;
}

.colmn-from form {
  width: 100%;
}

.colmn-from form .hs-form-field {
  width: 48% !important;
  margin-bottom: 0;
}

.colmn-from form .hs-form-field > label {
  visibility: hidden;
  height: 0;
  display: block;
  margin: 15px 0 5px 5px;
  padding: 0;
  font-size: 21px;
  font-weight: 600!important;
  font-family: "Open Sans",Verdana,Helvetica,sans-serif;
  box-sizing: border-box;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  cursor: default;
  color: #5d5d5d;
}

.colmn-from form .hs-form-field .input {
  margin: 0 !important;
}

.colmn-from form .hs-form-field .input input {
  border-radius: 10px;
  background-color: rgba(147,148,153,0.1);
  border: none;
  margin: 0;
  font-size: 16px;
  color: #4e4e4e;
  font-family: Roboto, sans-serif;
  line-height: normal;
  padding: 12px;
}

.colmn-from form .hs-form-field:nth-child(2n+1) {
  margin-right: 10px;
}

.hs-blog-listing .sideBar {
  padding-top: 0;
}

.colmn-from form .hs-form-field .input input:focus {
  box-shadow: none;
}

.colmn-from form .hs-form-field .input select {
  margin: 0;
  appearance: none;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  color: #939499;
  background: #f1f2f2;
  width: 100%;
  height: 45px;
  border: transparent;
  padding: 0 12px;
  line-height: normal;
  font-family: Verdana, Geneva, sans-serif;
}

.colmn-from form .hs-form-field .input select:focus {
  box-shadow: none;
}

.colmn-from form input.hs-button.primary.large {
  width: 100%;
  display: block;
  line-height: 1;
  font-weight: 700;
  padding: 18px 22px;
  max-width: 200px;
  margin: 3rem auto 0;
  border-radius: 35px;
  font-size: 14px;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  border: 0;
  margin-top: 24px;
}

.colmn-from form input.hs-button.primary.large:hover {
  -webkit-box-shadow: 0 3px 20px rgba(46,82,143,0.1) !important;
  box-shadow: 0 3px 20px rgba(46,82,143,0.1) !important;
  opacity: 0.9;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffae2c), to(#f2c155));
  background-image: -o-linear-gradient(right, #ffae2c 0%, #f2c155 100%);
  background-image: linear-gradient(270deg, #ffae2c 0%, #f2c155 100%);
}







.popular-post ul.the-posts li.no-img .the-content {
  width: 100%;
  margin-left: 0;
}
.blog-wrapper .colmn-blog .colmn-box.no-image figure {
  height: auto;
}

.pageHead-text {
  padding: 46px 0 8px;
}

.pageHead-text .content-wrapper {
  max-width: 1200px;
}

.pageHead-text h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgb(48, 48, 48);
  position: relative;
  font-family: proxima-nova, Roboto, sans-serif;
  line-height: 54px;
  font-weight: 100;

}

.pageHead-text h1:after {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  bottom: -4px;
  left: 0px;
  background: linear-gradient(270deg, rgb(65, 120, 213) 0%, rgb(77, 171, 226) 100%);
  border-radius: 2px;
  box-shadow: rgba(46, 82, 143, 0.3) 0px 3px 12px;
}

.hs-blog-listing .content-wrapper,.hs-blog-post .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.cus-post-filter {
  margin-top: 19px;
  margin-bottom: 48px;
  color: rgb(0, 0, 0);
}

body.blog {
  color: #5d5d5d;
  background-color: rgb(250, 250, 250);

}

.cus-post-filter ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cus-post-filter h3 {
  display: none;
}

.cus-post-filter ul li a {
  text-transform: uppercase;
  color: rgb(77, 171, 226);
  background-color: rgb(240, 240, 240);
  font-weight: bold;
  padding: 11px 1.5rem;
  border-radius: 10px;
  margin: 0px 16px 16px 0px;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 28px;
}

.cus-post-filter ul li a span {
  display: none;
}

.cus-post-filter ul li a:hover {
  box-shadow: rgba(46, 82, 143, 0.1) 0px 3px 20px;
}


.blog-pagination {
  width: 100%;
  clear: both;
}

.blog-pagination ul {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.blog-pagination ul li {
  margin-left: auto;
  line-height: 28px;
}

.blog-pagination ul li a {
  font-size: 14px;
  color: #494949;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 24.5px;
}

.search-contaimer {
  margin-bottom: 32px;
}

.search-contaimer h1 {
  font-size: 21px;
  font-weight: bold;
  font-family: proxima-nova, Roboto, sans-serif;
  line-height: 1.5;
  margin-bottom: 20px;
}

.search-contaimer form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-contaimer form input.hs-search-field__input.search-field {
  border-radius: 10px;
  padding: 16px 32px 16px 24px;
  background: #f5f5f5;
  border: transparent;
  font-size: 14px;
  text-transform: capitalize;
  color: #4e4e4e;
  line-height: normal;
  font-family: Roboto, sans-serif;
}
.search-contaimer form input.hs-search-field__input.search-field
div#placeholder {
  text-transform: uppercase;
  color: #bbb;
  font-weight: bold;
}

.search-contaimer form input.hs-search-field__input.search-field:focus {
  outline: 0;
}

.search-contaimer form button {
  position: absolute;
  background: transparent;
  border: transparent;
  font-size: 18px;
  color: #bbb;
  right: 16px;
  padding: 0;
  font-family: Roboto, sans-serif;
  line-height: normal;
}

.youtube-box {
  text-align: center;
}

.youtube-box p {
  line-height: 1.5;
  font-size: 16px;
  margin: 0 0 19px;
}

.youtube-box a {
  color: #1a74bc;
}

.youtube-box a:hover {
  color: #249f55;
  text-decoration: none;
}

.popular-post {
  margin-top: 51px;
}

.popular-post h4 {
  font-weight: bold;
  margin: 0px;
  color: rgb(42, 42, 42);
  padding-bottom: 20PX;
  font-family: proxima-nova, Roboto, sans-serif;
  line-height: 36px;
  font-size: 24px;
}

.youtube-box p iframe {
  max-width: 100%;
}

.popular-post ul.the-posts {
  margin: 0;
  padding: 0;
  list-style: none;
}

.popular-post ul.the-posts li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popular-post ul.the-posts li .thumb {
  width: 75px;
  height: 75px;
  margin-top: 5px;
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px;
}

.popular-post ul.the-posts li .thumb img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-post ul.the-posts li .the-content {
  width: 70%;
  margin-left: 16px;
  font-family: Roboto, sans-serif;
}

.popular-post ul.the-posts li .the-content span.cat {
  margin-bottom: 9.600px;
  color: rgb(77, 171, 226);
  font-size: 13px;
  display: inline-block;
  font-family: Roboto, sans-serif;
  line-height: 22.75px;
}

.popular-post ul.the-posts li .the-content span.title {
  display: block;
  line-height: 20.8px;
}

.popular-post ul.the-posts li .the-content span.title a {
  color: rgb(42, 42, 42);
  font-size: 15px;
  font-weight: bold;
  font-family: proxima-nova, Roboto, sans-serif;
  line-height: 20.8px;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.popular-post ul.the-posts li .the-content span.title a:hover {
  color: #4dabe2;
}

.mcat-box {
  text-align: center;
}

.mcat-box img {
  max-width: 100%;
  vertical-align: top;
  width: 100%;
  height: auto;
}

.mcat-box h4 {
  position: relative;
  color: #2a2a2a;
  font-weight: bold;
  padding: 15px 0 30px;
  margin-bottom: 25px;
  font-size: 24px;
  font-family: proxima-nova, Roboto, sans-serif;
  line-height: 36px;
}

.mcat-box h4:after {
  content: "";
  position: absolute;
  width: 2.75rem;
  height: 4px;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background: -webkit-gradient(linear, right top, left top, from(#4178d5), to(#4dabe2));
  background: -o-linear-gradient(right, #4178d5 0%, #4dabe2 100%);
  background: linear-gradient(270deg, #4178d5 0%, #4dabe2 100%);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 12px rgba(46,82,143,0.2);
  box-shadow: 0 3px 12px rgba(46,82,143,0.2);
}

.mcat-box figure {
  margin: 0;
  padding: 0;
}

.mcat-box p {
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 16px;
}

.mcat-box a.btn.btn-primary {
  max-width: 200px;
  margin: 1.5rem auto 0;
  border-radius: 35px;
  background-image: -webkit-gradient(linear, right top, left top, from(#4178d5), color-stop(80%, #4ba2e0), to(#4dabe2));
  background-image: -o-linear-gradient(right, #4178d5 0%, #4ba2e0 80%, #4dabe2 100%);
  background-image: linear-gradient(to left, #4178d5 0%, #4ba2e0 80%, #4dabe2 100%);
  -webkit-box-shadow: 0 3px 12px rgba(46,82,123,0.2) !important;
  box-shadow: 0 3px 12px rgba(46,82,123,0.2);
  padding: 18px 22px;
  background-color: #2878BD;
  color: #fff;
  width: 100%;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}



.blog-post img {
  max-width: 100%;
}


.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: #88898e;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




/*=====Blog Custom Style====*/

.blog-wrapper {
  padding-bottom: 48px;
}
.content-wrapper{
  padding-left: 20px;
  padding-right: 20px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-wrapper .colmn-blog {
  width: 66%;
}
.sideBar {
  width: 30%;
  padding-left: 25px;
}
.sideBar, .lsat-sideBar {
  background-color: #fafafa !important;
}
.blog-wrapper .colmn-blog .colmn-box {
  width: 47%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  margin-bottom: 40px;
  border-radius: 15px;
  overflow: hidden;
}
.blog-wrapper .colmn-blog .colmn-box {
  position: relative;
  border-radius: 10px !important;
}
.blog-wrapper .colmn-blog div.colmn-box {
  margin-bottom: 32px;
}
.blog-wrapper .colmn-blog .colmn-box figure {
  height: 230px;
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.blog-wrapper .colmn-blog .colmn-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-wrapper .colmn-blog .colmn-box .box-content {
  padding: 30px;
  padding-bottom: 56px;
}
.blog-wrapper .colmn-blog .colmn-box .box-content-date {
  color: #4dabe2 !important;
  font-family: 'Roboto', Arial, sans-serif;
}
.blog-wrapper .colmn-blog .colmn-box .box-content span {
  font-size: 14px;
  color: #A5A8AA;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 24.5px;

}
.blog-wrapper .colmn-blog .colmn-box .box-content h5 {
  margin-top: 0;
  padding-bottom: 0;
  font-family: proxima-nova, 'Roboto', sans-serif !important;
  color: #1c1c1e;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}
.blog-wrapper .colmn-blog .colmn-box .box-content a {
  text-decoration: none;
  color: #3076B8;
  font-size: 14px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
}
.blog-wrapper .colmn-blog .colmn-box div.box-content a {
  margin-top: 0;
}
.blog-wrapper .colmn-blog .colmn-box .box-content h5 a {
  font-size: 18px !important;
  line-height: 21px;
}
.blog-wrapper .colmn-blog .colmn-box div.box-content h5 a {
  color: #2A2A2A;
  margin-top: 0;
  font-family: proxima-nova, Roboto, sans-serif;
}
.blog-wrapper .colmn-blog .colmn-box .box-content p{
  font-size: 16px;
  padding: 0;
  margin: 0 0 16px;
  line-height: 1.5;
}
.blog-wrapper .colmn-blog .colmn-box .box-content a.read-more { 
  color: #4dabe2;
  font-weight: bold;
}

/* Blog Post */

.hs-blog-post .blog-wrapper .colmn-blog {
  display: block;
}

.sideBar {
  padding-top: 85px;
}

.blog-post-meta {
  padding: 49px 0 5px;
}

.blog-post-meta > a {
  margin-bottom: 37px;
  color: #A5A8AA;
  font-size: 13px;
  display: inline-block;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-post-meta > a i {
  padding-right: 17px;
  font-size: 16px;
}

.blog-post-meta h1 {
  line-height: 42px;
  margin-bottom: 21px;
  font-family: proxima-nova, 'Roboto', sans-serif;
  position: relative;
  color: #2a2a2a;
  font-weight: bold;
  font-size: 32px;
}

.blog-post-meta ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-post-meta ul li {
  line-height: 1;
  list-style: none;
  display: inline-block;
  border-right: solid 1px #494949;
  padding: 0 5px;
  margin: 5px 0;
}

.blog-post-meta ul li:first-child {
  padding-left: 0;
}

.blog-post-meta ul li:last-child {
  border-right: none;
  padding-left: 0;
}

.blog-post-meta ul li span {
  color: #4dabe2;
}

.blog-post__body {
  padding-top: 20px;
}

.blog-post__body p {
  margin-bottom: 30px;
  line-height: 1.8;
}

.custom-related-wrapper.clearfix {
  display: block;
}

.custom-related-wrapper h3 {
  font-weight: 500;
  font-family: Roboto, sans-serif;
  font-size: 36px;
  line-height: 1.5;
  margin: 10px 0 15px;
}

.related-post-inner {
  max-width: unset;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.related-post-item {
  max-width: 230px;
  width: 32%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  margin-bottom: 1.5rem;
  display: block;
}

.related-img-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  position: relative;
}

.related-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.related-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
}

.related-content {
  padding: 24px;
}

.related-content h4 {
  line-height: 1;
  font-family: Roboto, sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 24px;
}

.related-content h4 a {
  color: #2a2a2a;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 16px;
}

.related-content h4 a:hover {
  color: #4dabe2;
}

.post-pagination {
  width: 100%;
  clear: both;
  margin-top: 30px;
}

.post-pagination > div {
}

.custom-previous {
  float: left;
}

.post-pagination a {
  color: #494949;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 24.5px;
}

.custom-previous a:before {
  content: "\f060";
  font-family: FontAwesome;
  margin-right: 20px;
  font-weight: 400;
}

.custom-next {
  float: right;
}

.hs-blog-post .sideBar {
  padding-top: 81px;
}

.custom-next a:after {
  content: "\f061";
  font-family: FontAwesome;
  margin-left: 20px;
  font-weight: 400;
}












@media screen and (min-width: 577px) {
  .blog-wrapper .colmn-blog .colmn-box .box-content a.read-more {
    position: absolute;
    left: 15px;
    bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-wrapper .colmn-blog .colmn-box .box-content a.read-more {
    left: 30px;
    bottom: 1.5rem;
  }
}

@media(max-width:1250px){
  .pageHead-text {
    padding-top: 84px;
  }
  .blog-post-meta {
    padding: 49px 0 5px;
  }

  .hs-blog-post .flex.space-between {
    padding-top: 38px;
  }

  .blog-post-meta {
    padding: 11px 0 5px;
  }
}


@media(max-width:1199px){
  .pageHead-text {
    padding-top: 44px;
  }
  .blog-post-meta {
    padding: 47px 0 5px;
  }

  .hs-blog-post .sideBar {
    padding-top: 79px;
  }

  .hs-blog-post .flex.space-between {
    padding-top: 0;
  }
  .colmn-from form .hs-form-field {
    width: 100% !important;
    margin-bottom: 0;
  }

  .colmn-from form .hs-form-field:nth-child(2n+1) {
    margin-right: 0;
  }
  .colmn-from form input.hs-button.primary.large {
    margin-top: 48px;
  }
}


@media(max-width:992px){
  .sideBar {
    padding-left: 15px;
  }
}


@media(max-width:959px){
  .related-post-inner {
    max-width: 650px;
    display: block;
  }

  .related-post-item {
    width: 100%;
    max-width: 100%;
  }

  .related-img-wrapper {
    padding: 0;
    height: auto;
  }

  .related-image {
    position: static;
  }

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

  .related-content h4 {
    line-height: 1.5;
  }

}



@media(max-width:767px){
  .hs-blog-listing .content-wrapper, .hs-blog-post .content-wrapper {
    padding: 0 25px;
  }

  .blog-wrapper .colmn-blog {
    width: 100%;
  }

  .sideBar {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }

  .pageHead-text {
    padding-top: 18px;
  }

  .pageHead-text h1 {
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 1.5;
  }

  .popular-post ul.the-posts li {
    margin-bottom: 24px;
  }

  .popular-post ul.the-posts li .thumb {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }

  .mcat-box {
    margin: 60px 0;
  }

  .mcat-box img {
    width: auto;
  }

  .mcat-box p {
    font-size: 14px;
    margin: 15px 0;
  }
  .blog-wrapper .colmn-blog .colmn-box .box-content {
    padding: 15px 15px 25px;
    padding-bottom: 32px;
  }

  .blog-wrapper .colmn-blog .colmn-box figure {
    height: 280px;
  }
  .blog-post-meta {
    padding: 21px 0 5px;
  }
  .colmn-from form fieldset {
    max-width: 100%;
  }
}

@media(max-width:576px){
  .blog-wrapper .colmn-blog .colmn-box {
    width: 100%;
  }
}

@media(max-width:480px){
  .post-pagination a {
    font-size: 12px;
  }
  .content-wrapper .colmn-from form .hs-form-field .input input {
    width: 100% !important;
  }

  .content-wrapper .colmn-from form .hs-form-field .input select {
    width: 100%  !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.content-wrapper{
  margin: 0 auto;
}

.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: #eaebed;
  z-index: -1;
}
input.email-edit.hs-input {
  width: 100% !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
  margin: 0;
}
p.header {
  position: static;
  background: transparent !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
input#hs-pwd-widget-password {
  width: 100%;
  height: 40px !important;
  outline: none;
  padding-left: 20px !important;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: unset;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 13px;
  color: #4f7d24;
  padding: 5px .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: #88898e;
  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: #88898e;
}

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

.hs-landing-page .content-wrapper{
  padding-top:70px;
}