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











































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

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

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



.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}
@media(min-width:981px)
{
.page-center, .container,.content-wrapper,
.dnd-section>.row-fluid{
width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
  div[class*="force-full-width-section"]>.row-fluid {
    padding: 0 !important;
     width:100% !important;
}
}
@media(max-width:980px)
{
.page-center, .container,.content-wrapper,
.dnd-section>.row-fluid{
width: 80%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
div[class*="force-full-width-section"]>.row-fluid {
    padding: 0 !important;
  width:100% !important;
}
}
@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
  font-family: "Font Awesome 5 Brands"; 
  src: url(//14567529.fs1.hubspotusercontent-na1.net/hubfs/14567529/raw_assets/public/Cooler_Concepts_May2021/fonts/fa-brands-400.woff2) format('woff2'),
    url(//14567529.fs1.hubspotusercontent-na1.net/hubfs/14567529/raw_assets/public/Cooler_Concepts_May2021/fonts/fa-brands-400.woff) format('woff'),
    url(//14567529.fs1.hubspotusercontent-na1.net/hubfs/14567529/raw_assets/public/Cooler_Concepts_May2021/fonts/fa-brands-400.ttf) format('truetype');
  font-style: normal; font-weight: normal; font-display: auto;
}
@font-face {
  font-family: ETmodules;
  src: url(//14567529.fs1.hubspotusercontent-na1.net/hubfs/14567529/raw_assets/public/Cooler_Concepts_May2021/fonts/modules.ttf) format('truetype'),
    url(//14567529.fs1.hubspotusercontent-na1.net/hubfs/14567529/raw_assets/public/Cooler_Concepts_May2021/fonts/modules.woff) format('woff'),
    url(//14567529.fs1.hubspotusercontent-na1.net/hubfs/14567529/raw_assets/public/Cooler_Concepts_May2021/fonts/modules.woff2) format('woff2');
  font-style: normal; font-weight: 400; font-display: swap;
}

@font-face {
  font-family: 'Barlow Semi Condenseds';
  font-style: normal;
  font-weight: 400;
  src: url(//14567529.fs1.hubspotusercontent-na1.net/hubfs/14567529/raw_assets/public/Cooler_Concepts_May2021/fonts/barlow.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family : Archivo, Helvetica, Arial, Lucida, sans-serif;
  font-size: 18px;
  color: #494a52;
  line-height: 1.8em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {
  line-height: 1.5rem;
}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  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_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .widget-type-google_search, #comment-form, .section.post-footer, .hs-search-field, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_password_reset, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_member_register, .widget-type-google_search, .widget-type-form, .widget-type-blog_subscribe form, .submitted-message {
    padding: 30px 0;
}
.hs-button {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 12px;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    background-color: #ff7a59;
    border-color: #ff7a59;
    color: #fff;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px;
    padding: 12px 24px;
    background: #00ADE7;
    border-color: #00ADE7;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    font-family: Barlow Semi Condensed;
    white-space: pre-wrap;
  text-decoration:none !important;
}
.hs_submit:hover {
  color: #00ADE7;
}

.hs-search-module a.hs-button.primary {
  margin-top: 17px;
}
.hs-button:hover, .hs-button:focus {
  background-color: #0085bf;
  border-color: #0085bf;

  color: #fff;
}

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


.hs-form label {
 
  display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: normal;
  font-family: Barlow Semi Condensed;
    font-size: 16px;
}

.hs-error-msgs label {
  
  color: #f2545b !important;
}

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], input[type="file"], textarea, select, .hs-input, input[type="password"] {
    display: inline-block;
    width: 90%;
    max-width: 500px;
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #f5f8fa;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    min-height: 27px;
}


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

.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;
}
input[type="search"]{
 -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
 display: none;
}

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

ul.no-list {
  list-style: none;
  padding-left: 0 !Important;
}

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

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

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

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
.hs-search-module a.hs-button.primary ,input[type="password"] {
  margin-top: 17px;
}
@media (max-width: 400px){
  .hs_recaptcha.hs-recaptcha.field.hs-form-field .input {
    overflow-x: auto;
  }
}
ul.no-list.hs-error-msgs {
    padding-left: 2px;
    margin: 0 0 5px;
    width: 100%;
    padding-left: 5px !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
/* span.logo-helper {
display: inline-block;
height: 100%;
vertical-align: middle;
width: 0;
} */
.header input.search-field:focus {
  outline: none;
}
input.search-field::placeholder {
  color: #000000;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  display: block;
  font-size:17px;
  font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
  position:relative;

}

.lpheader .logo{
  min-height: 120px;
}

.scroll_header .lpheader .logo {
  min-height: 104px;
}

@media (min-width: 981px) and (max-width:1020px){
  .scroll_header .lpheader .logo {
    min-height: 107px;
  }
}


.top_header {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
  z-index: 100000;
  color: #fff;
  -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  line-height: 1em;
  background-color: #00ade7;
  font-size: 13px;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}

.top_header_container {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: auto;
  text-align: left;
  position: relative;
  padding-top: .75em;
  font-weight: 600;
  line-height: 1em;
  font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif;
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.info {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
  float: left;
  padding-bottom: .75em;
  display: block;
  line-height: 1em;
}

.info p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
  margin-bottom: 0;
  position: relative;
  margin-right: 13px;
}

.info p:before {
  content: "\e090";
  position: relative;
  top: 2px;
  margin-right: 2px;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}

.info a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  font-family: 'Archivo',Helvetica,Arial,Lucida,sans-serif;
}
.bootom_header {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
  position: relative;
  z-index: 99999;
  font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
  background: rgb(255,255,255);
  background: linear-gradient(
    180deg
    ,rgba(255,255,255,1) 0%,rgba(208,208,208,1) 87%);
  position: fixed;
  box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  top: 34.5px;
}

.bottom_header_container {
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 99;
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

  height: 100%;
  padding-left: 3px;
  color: #2ea3f2;
}



.logo a {
  color: #2ea3f2;
  text-decoration: none;
}

.logo a>img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  max-height: 54%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  width: 257.14px !important;
}


.header_menu {
  font-weight: 600;
  float: right;
  font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  z-index: 9;
  opacity: 1;
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal none running fadeInBottom;
}
div#top_search {float: right;margin: 3px 0 0 22px;position: relative;display: block;width: 18px;}

.top_search{
  cursor: pointer;
}

.scroll_header span#search_icon::before {
  content: "U";
  font-size: 17px;
  left: 0px;
  position: absolute;
  top: -3px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  direction: ltr;
  font-family: ETmodules !important;
  color: #000000;
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;

}
span#search_icon::before {
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  direction: ltr;
}
.scroll_header form.search-form {
    max-width: 781.594px;
}
.scroll_header input.search-field {
    font-size: 16px;
}
.scroll_header input.search-field::placeholder {
    font-size: 16px;
}
.scroll_header .search_form_container {
    height: 104px;
}
.logo {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;

  height: auto;
  color: #2EA3F2;
  display: inline-block;
  height: 100%;
}

.custom-menu-primary.desktop{
  float:left;
}

.search_outer {
  width: 100%;
  overflow: hidden;
  position: fixed;
  top: 34.5px;
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal none running fadeOutTop;
  z-index: 1 !important;
  opacity: 1;
}
.search_open .search_outer {
  opacity: 1;
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal none running fadeInTop;
  z-index: 999 !important;
}
.search_animating .search_outer {
  z-index: 999!important;
}
.search_form_container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  text-align: left;
  position: relative;
  opacity: 0;
  height: 1px;
  width: 100%;
  max-width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  height: 120px;
}

form.search-form {
  border-color: #2ea3f2;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;
  background: transparent;
  max-width: 810.453px;
}

input.search-field {
  font-family: inherit;
  width: 90%;
  border: none;
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent !important;
  border:none !important;
  color: #000000;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 0;
}

span.close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}


.search_open .header_menu {
  opacity: 0;
  animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 normal none running fadeOutBottom;
}
.close_search_field:after {
  font-family: ETmodules;
  content: "\4d";
  speak: none;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000000;
}

body .navigation-primary>ul.level-1 {
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  z-index: 9;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.search_open span#search_icon::before {
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.search_form_container {
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  text-align: left;
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  position: relative;
  opacity: 0;
  z-index: 1 !important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
body .bootom_header {
  z-index: 9;
}
/* .search_open .search_outer {
z-index: 100;
} */
.search_open .search_form_container {
  opacity: 1;
  z-index: 999 !important;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
}
body.search_open .navigation-primary>ul.level-1 {
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
body form.search-form {
  right: 30px;
  top: 0;
  bottom: 0;

  position: absolute;
  z-index: 1000;
  width: 100%;
}

body input.search-field {
  width: 90%;
  border: none;
  color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent;
  color: #000000;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 17px;
  padding-left:0;
  font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
}
header.header.lpheader {
  min-height: 120px;
}
.lpheader .bootom_header {
  top: 0 !important;
}
.lpheader .bottom_header_container {
  display: block;
}
.lpheader .logo a > img {
  position: relative;
  top: 24px;
}
.scroll_header .lpheader .bootom_header .logo a>img {
  top: 21px;
}
@media(min-width:981px)
{
  header.header {
    min-height: 154.5px;
  }
  .logo a>img {
    max-height: 60%;
  }
  .header_menu {
    padding: 53px 0 0 0;
  }
  .scroll_header .bootom_header {
    background: linear-gradient(
      180deg
      ,rgba(255,255,255,1) 0%,rgba(208,208,208,1) 87%);
    position: fixed;
  }

  .scroll_header .bootom_header {
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    top: 34.5px;
  }

  .scroll_header .bootom_header .logo a>img {
    width: 223px !important;
  }

  .scroll_header .navigation-primary>ul.level-1>li>a {
    font-size: 16px;
  }
  .scroll_header .header_menu {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    padding: 45px 0 0 0;
  }
  .scroll_header .navigation-primary > ul.level-1 > li > a {
    padding-bottom: 45px;
  }
  div#mobile_nav_menu {
    display: none !important;
  }


  span.close_search_field {
    right: 30px !important;
  }
}

@media screen and (max-width: 1125px) and (min-width: 981px) {

  .scroll_header .navigation-primary>ul.level-1>li>a {
    font-size: 12px;
  }
  .logo a>img {
    width: 237px !important;
  }
  div#mobile_nav_menu {
    display: none;
  }

}
@media screen and (max-width: 1080px) and (min-width: 981px) {
  form.search-form{
    max-width:680px;

  }


}
@media(max-width:1125px)
{
  .lpheader .logo a > img {
    position: relative;
    top: 27px;
  }
}
@media(max-width:980px)
{
  body form.search-form{
    right:0;
  }
  form.search-form {
    width: 50%!important;
    max-width: 50%!important;
  }
  .search_form_container {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    height: 80px;
    width: 80%;
    max-width: 1080px;
    margin: auto;
  }
  input.search-field::placeholder {
    color: #000000;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
    position: relative;

  }
  header.header {
    min-height: 114.5px;
  }
  .bootom_header {
    position: absolute;
    -webkit-transition: none;
    transition: none;
  }
  .top_header {
    position: absolute;
  }
  .bottom_header_container.clearfix {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }

  .logo {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
  }
  .logo a > img {
    transition: none 0s ease 0s;
    min-width: auto;
    width: auto !important;
    max-width: 50%;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateZ(0);
  }



  .header_menu {
    padding-top: 24px;
    display: block;
  }

  .navigation-primary>ul.level-1 {
  }

  .custom-menu-primary.desktop {
    display: none;
  }


  div#mobile_nav_menu {
    float: right;
    display: block;
  }

  .mobile_nav.closed {}

  span.mobile_menu_bar.mobile_menu_bar_toggle {
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 24px;
  }


  span.mobile_menu_bar.mobile_menu_bar_toggle:before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    direction: ltr;
    content: "\61";
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    color: #2ea3f2;
  }
  .bottom_header_container.clearfix ,.top_header_container.clearfix {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    text-align: left;
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    z-index: 99;
    padding-left: 0;
    padding-right: 0;
  }
  div#top_search {
    margin: 0 35px 0 0;
    float: left;
  }
  span#search_icon::before{

    top:7px;
  }
  span#hs_cos_wrapper_header_logo_hs_logo_widget {
    display: inline;
  }
  .lpheader .logo {
    min-height: 80px;
  }
  .logo {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0;
    margin-left: -1px;
  }
  span#search_icon::before {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
  span.mobile_menu_bar.mobile_menu_bar_toggle {
    z-index: 99;
    opacity: 1;
    -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.search_open .header_menu, .header_menu {
    opacity: 1;
    animation: none !important;
}
.search_open span.mobile_menu_bar.mobile_menu_bar_toggle {
    opacity: 0;
    -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
    animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
  body.search_open .navigation-primary > ul.level-1,
  .navigation-primary > ul.level-1{
    opacity: 1;
    animation: none !important;
  }
  .search_open .header_menu,
  .header_menu{
    opacity: 1;
    animation: none !important;
}
  .bottom_header_container {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    text-align: left;
    position: relative;
    transition: none 0s ease 0s;
    z-index: 99;
    padding-left: 0px;
    padding-right: 0px;
    display: block;
    text-align: left;
    position: relative;
    min-height: 80px;
  }
  span.logo-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
  }
  .top_header_container {
    width: 80%;
    max-width: 1080px;
    margin: auto;
    text-align: left;
    position: relative;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    font-weight: 600;
    line-height: 1em;
    padding-left: 0;
    padding-right: 0;
  }

  header.header.lpheader {
    min-height: 80px;
  }
  .lpheader .logo a > img {
    position: relative;
    top: 18px;
  }
  .search_outer {
    position: relative;
  }
}


@media(max-width:767px)
{
  .info {
    text-align: center;
    display: block;
    float: none;
  }




}
@media screen and (max-width: 450px) and (min-width: 320px) {
  form.search-form{
    max-width:35% !important;
  }
  input.search-field::placeholder{
    font-size:13px;
  }

}
@media(max-width:419px)
{
  .lpheader .logo a>img {
    width: 100%;
  }

}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}
@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}
@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
}
@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-70%)
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    opacity: 0;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%)
  }
}
@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}
@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}



@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
  100% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
}
@-moz-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -moz-transform: translatey(0)
  }
  100% {
    opacity: 0;
    -moz-transform: translatey(-60%)
  }
}
@-o-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -o-transform: translatey(0)
  }
  100% {
    opacity: 0;
    -o-transform: translatey(-60%)
  }
}
@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translatey(0)
  }
  100% {
    opacity: 0;
    transform: translatey(-60%)
  }
}


@media (max-width:420px){

  .logo a>img{
    width: 58.28%!important;
  }

}

@media (max-width:320px){

  .logo a>img{
    width: 121px !important;
  }

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

.footer_top {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  background-size: cover;
  background-color: #000000;
}
.footer_container {
  width: 80%;
  max-width: 1080px ;
  margin: auto;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.footer_col1 {
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  mix-blend-mode: unset!important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.footer_col2 {
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  mix-blend-mode: unset!important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

.footer_col3 {
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
  mix-blend-mode: unset!important;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.footer_col1 .logo1 {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  line-height: 0;
  display: block;
  width: 62%;
  max-width: 69%;
  text-align: left;
  margin-left: auto!important;
  margin-right: auto!important;
}
.footer_col1 .logo1 a {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
footer h3.form-title {
  padding-top: 1px;
}
.footer_col1 .logo1 a>img {
  max-width: 100%;
  height: auto;
  position: relative;
  width: 139.66px !important;

}
.footer_col3 .hs-input {
  margin-top: 2px;
}
.footer_menu h5 {
  padding-top: 1px;
}
.footer_social ul > li > a:hover {
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.footer_menu_wrapper {
  word-wrap: break-word;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  text-align: left;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  color: #a8a8a8;
}
.footer_menu {
  position: relative;
  padding-bottom: 0;
  bottom: 1px;
}
.footer_menu h5 {
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 16px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin:0;
}
.footer_menu h5 {
  padding-bottom: 10px;
  line-height: 1em;
  font-size: 16px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.footer_menu ul {
  display: block;
  padding-bottom: 0;
  margin: 0;
}

.footer_menu ul>li {
  line-height: 23.8px;
}

.footer_menu ul>li>a {
  padding: 0;
  color: #2ea3f2;
  font-size: 14px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight:500;
}

.footer_menu ul>li>a:hover {
  text-decoration: none;
}

.heading {
  word-wrap: break-word;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  text-align: center;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
}
.heading {
  margin-bottom: 5.82%;
}

.heading p {
  margin: 0;
  padding-bottom: 0;
}
.form {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
}

h3.form-title {
  padding: 0;
  margin: 0;
}
footer .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px 13px;
  text-align: center;
  margin-bottom: 0;
}

footer .hs-button {
     font-family: 'Barlow Semi Condenseds';
}

footer h3.form-title {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 22px;
  text-align: center;
  position:relative;
  bottom:1px;
}
footer h3.form-title {
  color: #333;
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  font-size: 16px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  color: #fff;
  font-family: 'Barlow Semi Condensed',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 22px;
  text-align: center;
  position: relative;
  bottom: 1px;
  margin-bottom: 5.82%;
  padding-bottom:0;
}
.footer_bottom {
  background-color: rgba(0, 0, 0, 0.32);

}
.footer_bottom_wrapper {
  background-color: rgba(0,0,0,.32);
  padding: 15px 0px 5px;
}
.footer_bottom_container {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  text-align: left;
  position: relative;
}

.footer_social {
  float: right;
  position: relative;
  bottom: 3px;
}

.footer_social ul>li>a {
  display: inline-block;
  font-size: 24px;
  position: relative;
  text-align: center;
  -webkit-transition: color .3s ease 0s;
  transition: color .3s ease 0s;
  color: #666;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 18px;
  content: "\e093";
  content: "\e093";
}

.footer_info {
  text-align: left;
  color: #666;
  padding-bottom: 10px;
  float: left;
  font-size: 14px;
  line-height:23.8px;
}

footer input[type="text"], 
footer input[type="password"],
footer input[type="datetime"],
footer input[type="datetime-local"],
footer input[type="date"],
footer input[type="month"],
footer input[type="time"],
footer input[type="week"], 
footer input[type="number"],
footer input[type="email"], 
footer input[type="url"],
footer input[type="search"], 
footer input[type="tel"],
footer input[type="color"],
footer input[type="file"], 
footer textarea, footer select, 
.hs-input,
input[type="password"] {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
}
footer .hs-button {
  margin: 0px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all 0.15s linear 0s;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  background: rgb(0, 173, 231);
  border-color: rgb(0, 173, 231);
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 18px;
   font-family: 'Barlow Semi Condenseds';
  white-space: pre-wrap;
  text-decoration: none !important;
}
.footer_col1 .logo1 .widget-type-linked_image {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.footer_col1 .logo1 img {
  max-width: 100%;
  height: auto;
}
.footer_col3 .hs-form {
  max-width: 100% !important;
}


@media(min-width:981px)
{
  .footer_container {
    padding: 2% 0;
  }
  .footer_menu_wrapper {
    margin-bottom: 0;
  }
  .footer_col1 {
    margin-right: 5.5%;
    width: 20.875%;
  }


  .footer_col3 {
    width: 47.25%;
    margin-right: 0!important;
  }
  .footer_col2 {
    margin-right: 5.5%;
    width: 20.875%;
  }
  .footer_col1 .logo1 {
    margin-bottom: 0;
  }
  .form {
    margin-bottom: 0;
  }
  .footer_top {
    padding: 4% 0;
  }

}
@media(min-width:1025px)
{
  .footer_col3 .hs-form {
    max-width: 392px;
  }

}
@media(min-width:1350px)
{
  .footer_top {
    padding: 54px 0px 54px ;
  }
  .footer_container {
    padding: 27px 0;
  }
}
@media(max-width:1125px)
{
  .footer_top {
    padding: 4% 0;
  }
  .footer_menu{
    bottom:0px;
  }

}
@media(max-width:1024px)
{
  .footer_top {
    padding: 4% 0;
  }
  .footer_col1 .logo1 a > img {
    width: 219px !important;
  }
  footer_col1 .logo1 {
    margin-bottom: 0;
    position: relative;
    bottom: -5px;
  }
  .footer_menu {
    position: relative;
    padding-bottom: 0;

  }
}
@media(max-width:991px)
{
  .footer_col1 .logo1 {
    background-size: cover;
    background-position: 50% center;
    background-repeat: no-repeat;
    line-height: 0;
    display: block;
    width: 62%;
    max-width: 69%;
    text-align: left;
    margin-left: auto !important;
    margin-right: auto !important;
    position: relative;
    bottom: -6px;
  }
  .footer_menu {
    position: relative;
    padding-bottom: 0px;
    bottom: -6px;
  }
}
@media(max-width:980px)
{
  .footer_top {
    padding: 50px 0 ;
  }

  .footer_info {
    float: none;
    text-align: center;
  }

  footer h3.form-title{
    margin-bottom: 30px;
  }

  .footer_social {
    float: none;
  }

  .footer_container.clearfix {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1080px;
  }

  .footer_col1 {
    width: 100%;
    margin-bottom: 30px;
    width: 47.25%;
    margin-right: 5.5%;
  }
  .footer_col2 {
    margin-bottom: 30px;
    width: 47.25%;
    margin-right: 0;
  }

  .footer_col3 {
    width: 100%;
    margin-bottom: 0;
  }

  .footer_col1 .logo1 a>img {
    width: 208px !important;
  }

  body .footer_col1 {
    margin-bottom: 38px;
  }
  body .footer_top {
    padding-top: 45px;
  }
}
@media (max-width: 767px){
  body .footer_col1 {
    margin-bottom: 37px;
  }
  footer h3.form-title {
    margin-bottom: 32px;
  }
  .footer_col3 .hs-input {
    margin-top: 0;
  }
}

@media (max-width: 640px){
  footer h3.form-title {
    padding-top: 7px;
  }
}
@media(max-width:479px)
{
  .footer_col1 {
    margin: 0 0 30px;
    width: 100% !important;
  }
footer h3.form-title {
    padding-top: 0;
}
  .footer_col2 {
    margin: 0 0 30px;
    width: 100% !important;
  }
  body .footer_col2 {
    margin: 0 0 37px;
  }
  .footer_top {
    padding: 45px 0 48px;
  }
  body .footer_col1 {
    margin-bottom: 30px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.blog-post__body p a {
  text-decoration: none;
  color: #00ade7;
  text-decoration: underline;
}

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

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

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

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

.blog-holder-wrapper{
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
  justify-content: space-between;
}
.left-blog{
  width: 75%;
}
.side-bar{
  width: 24%;
  padding: 56px 0 0;
}
.blog-holder-wrapper form.search-form{  
  position: static;
}
.scroll_header .blog-holder-wrapper form.search-form{
  max-width: 100%;
  margin: 0 0 20px;
}
.blog-holder-wrapper h3{
  font-size: 32px;
  color: #00ade7;
}
.blog-holder-wrapper .side-bar input[type="text"]:focus{
  outline: none;
}
.blog-holder-wrapper .side-bar input[type="submit"]{
  border: 0;
  color: #fff;
  font-weight: 500;
  margin: 10px 0 0;
  padding: 10px 30px;
  background: #00ADE7;
  cursor: pointer;
}
.hs-main-font-element{
  display: none !important;
}
ul.no-list.hs-error-msgs{
  margin: 8px 0 0;
}
.blog-holder-wrapper .side-bar .hs-with-featured-image{
  display: flex;
  flex-flow: row-reverse;
}
.blog-holder-wrapper .side-bar .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
  width: 30%;
}
.blog-holder-wrapper .side-bar .hs-rss-item-text{
  width: 70%;
  padding-right: 0 !important;
  padding-left: 20px;
}
.blog-holder-wrapper .side-bar .hs-rss-title{
  font-size: 16px !important;
  color: #00ade7;
  line-height: 17px !important;
}
.side-bar ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.side-bar ul li {
    width: 100%;
    overflow: hidden;
}
.side-bar ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #00ade7;
}
.side-bar .hs-form label{
  margin: 0 0 6px;
}
.blog-topic{
  margin: 0 0 30px;
}
.side-bar .widget-type-blog_subscribe form{
  padding: 10px 0 0;
}
.subscribe-holder{
  margin: 0 0 30px;
}
.blog-holder-wrapper .side-bar h3.form-title{
  color: #00ade7 !important;
}




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

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

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

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #00ADE7;
  color: #00ADE7;
}
.blog-comments .hs-button:hover {
  background-color: #00ADE7; 
  color: #fff;
  
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #00ADE7;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
@media (max-width: 1199px){
  .content-wrapper.side-blog{
    width: 96%;
  }
  .left-blog{
    width: 70%;
  }
  .side-bar{
    width: 30%;
  }
}
@media (max-width: 991px){
  .side-bar{
    width: 33%;
  }
  .left-blog{
    width: 62%;
  }
  .blog-holder-wrapper .blog-index__post{
    flex: 0 0 calc(100%/1);
  }
  .blog-holder-wrapper form.search-form{
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .side-bar{
    width: 36%;
  }
    .content-wrapper {
    width: 90%;
  }
  
	.blog-post {
		width: 95%;
		padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 575px){
  .left-blog{
    width: 100%;
  }
  .side-bar{
    width: 100%;
    padding: 0 20px;
  }
  .blog-holder-wrapper form.search-form,
  .subscribe-holder{
    width: 280px; !important;
  }
}
/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ddd;
  z-index: -1;
}
.systems-page input#hs-pwd-widget-password {
  height: 50px !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .75rem .75rem;
}
.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.systems-page button, .systems-page .hs-button {
  margin: 15px 0;
}

.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
p.header {
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 2px ;
}
.systems-page form {
  max-width: 767px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 100% !important;
}
@media (max-width: 767px) {
  div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page form {
    max-width: 100%;
  }
  .systems-page h1{
    font-size: 26px;
  }
  .systems-page h2, .systems-page h3{
    font-size: 22px;
  }

@media(max-width:400px)
{
  h1.error-page_heading {
    font-size: 63px;
}
  
  }



}