/* ******************************************************************************
*********************************************************************************
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;
      padding: 0px 48px;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 1024px){
  .dnd-section > .row-fluid, .page-center {
     padding-left: 64px;
  padding-right: 64px;
  }
}

@media screen and (max-width: 960px){
  .dnd-section > .row-fluid, .page-center {
      padding-left: 48px;
  padding-right: 48px;
  }
}

@media screen and (max-width: 768px){
  .dnd-section > .row-fluid , .page-center {
    padding-left: 36px;
    padding-right: 36px;
  }



}


@media screen and (max-width: 640px){
  .page-center {
    padding: 0 20px;
  }


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

@font-face {
  font-family: effra;
  src: url("//use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/l?subset_id=2&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/d?subset_id=2&fvd=n4&v=3") format("woff"), 
    url("//use.typekit.net/af/2dce9d/00000000000000003b9b489b/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}


@font-face {
  font-family: effra;
  src: url("//use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/l?subset_id=2&fvd=n5&v=3") format("woff2"),
    url("//use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/d?subset_id=2&fvd=n5&v=3") format("woff"), 
    url("//use.typekit.net/af/ecc7e6/00000000000000003b9b489c/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: auto;
}

@font-face {
  font-family: effra;
  src: url("//use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/l?subset_id=2&fvd=n7&v=3") format("woff2"), 
    url("//use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/d?subset_id=2&fvd=n7&v=3") format("woff"),
    url("//use.typekit.net/af/23ddd7/00000000000000003b9b489e/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: auto;
}



@font-face {
  font-family: sofia-pro;
  src: url("//use.typekit.net/af/4cc789/00000000000000003b9b46ed/27/l?subset_id=2&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/4cc789/00000000000000003b9b46ed/27/d?subset_id=2&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/4cc789/00000000000000003b9b46ed/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}

@font-face {
  font-family: sofia-pro;
  src: url("//use.typekit.net/af/4526e4/00000000000000003b9b46f1/27/l?subset_id=2&fvd=n6&v=3") format("woff2"),
    url("//use.typekit.net/af/4526e4/00000000000000003b9b46f1/27/d?subset_id=2&fvd=n6&v=3") format("woff"),
    url("//use.typekit.net/af/4526e4/00000000000000003b9b46f1/27/a?subset_id=2&fvd=n6&v=3") format("opentype");
  font-style: normal;
  font-weight: 600;
  font-display: auto;
}


@font-face {
  font-family: omnes-pro;
  src: url("//use.typekit.net/af/6e84fe/00000000000000003b9b1e46/27/l?subset_id=2&fvd=n4&v=3") format("woff2"),
    url("//use.typekit.net/af/6e84fe/00000000000000003b9b1e46/27/d?subset_id=2&fvd=n4&v=3") format("woff"),
    url("//use.typekit.net/af/6e84fe/00000000000000003b9b1e46/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: auto;
}





html {
  font-size: 21px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.75;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}

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,
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 {

}

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

@media (max-width: 767px) {
  html {
    font-size: 15.75px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 12.6px
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}


.widget-type-form, .widget-type-blog_subscribe, .hs-search-field__bar ,.systems-page form{
  background: #52594f1a;
  padding: 20px;
  margin: 10px 0;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
  padding: 15px 53px;
  
  text-decoration: none;
  font-weight: 400;
  line-height:normal;
  color: #212529;
  text-align: center;
  background-color: #fff;
  font-family: Nunito,sans-serif;
  margin:10px 0 20px;
  font-size:20px;
  line-height:30px;
  width: 100%;
}

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

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-size:16px;
  line-height:24px;
  font-family: Nunito,sans-serif;
}

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

.hs-input,
input.hs-search-field__input,
input[type="password"]{
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ececec;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-weight: 500;
  background: #fff;
  padding: .375rem .75rem;
  font-size: 1rem;
  padding: .375rem .75rem;
  font-size: 16px;
  font-family: Nunito,sans-serif;
  line-height: 24px;
  color:#495057;
}
ul.no-list.hs-error-msgs {
  margin: 10px 0;
  padding: 0;
}

.hs-input:focus,
input.hs-search-field__input:focus,
input[type="password"]:focus{
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(93,98,171,.25);
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
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: 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.
*********************************************************************************
****************************************************************************** */

body.body_lp {
  font-size: 18px;
}


/* Banner Section */

.banner__lp {
  text-align: center;
}

.banner__lp h1 {
  font-size: 55px;
  color: #fff;
}


/* Form Section */

.form-section__lp .widget-type-form {
  background: transparent;
}

.form-section__lp .widget-type-form fieldset {
  max-width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hs-form-field {
  max-width: 366px;
}

.form-section__lp .hs-form label {
  color: #8c888e;
}

.form-section__lp form input, 
.form-section__lp form select, 
.form-section__lp form textarea, 
.form-section__lp .hs-input {
  border-radius: 13px;
}

@media screen and (max-width: 767px) {
  .form-section__lp .widget-type-form {
    padding: 0;
  }
  .form-section__lp form input, 
  .form-section__lp form select, 
  .form-section__lp form textarea, 
  .form-section__lp .hs-input {
    width: 100% !important;
  }
}


/* Blockquote */

.body_lp blockquote {
  margin: 1rem;
  border-color: #a3fcea;
}

.body_lp blockquote h3,
.body_lp blockquote h4,
.body_lp blockquote h5,
.body_lp blockquote p {
  margin-bottom: 0;
}



@media screen and (max-width: 767px) {
  .body_lp .dnd-section>.row-fluid, 
  .body_lp .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .body_lp h1 {
    font-size: 36px;
  }
  .body_lp h2 {
    font-size: 30px;
  }
}
/* ******************************************************************************
_website.css
****************************************************************************** */

/* Video Background Section */

.video-bg-sec {
  text-align: center; 
  position: relative;
}

.video-bg-sec h1 {
  font-size: clamp(3rem,5vw,5rem);
  line-height: 1;
  letter-spacing: -.02em;
}

.video-bg-sec video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  z-index: -1;
}

.video-overlay {
  height: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.10);
}

.video-bg-sec .video-svg {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
}

.video-bg-sec .video-svg svg {
  fill: #fff;
}

.video-bg-sec hr {
  height: 2px;
  padding: 0;
  margin: 0 auto;
  width: 30%;
}

.video-bg-sec ol {
  list-style: none;
  margin: 1rem 0 0 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.50);
}

.video-bg-sec ol > li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
  color: inherit;
}

.video-bg-sec ol > li > a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

.video-bg-sec ol > li svg {
  margin: 0 .6em;
  fill: rgba(255,255,255,0.50);
}

@media (max-width: 767px) {
  .video-bg-sec {
    text-align: left;
  }
  .video-bg-sec hr {
    margin-left: 0;
  }
  .video-bg-sec .video-svg {
    display: none;
  }
  .video-overlay {
    bottom: 8px;
    border-bottom: 5px solid #fff;
  }
}


/* EXTRA */
  

@media (max-width: 768px) {
 .new-contactus br , .new-ebook br{
    display:none;
  }
   .new-contactus h5{
    line-height: 1.2;  
  }
      .new-contactus .hs-form-95592479-d3d8-44bc-8d3f-dba741ebeab9_edfd388f-ff25-46c8-b8cf-acdbe3fce6d4 fieldset.form-columns-2 .input {
	margin-right: 0px;
}
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
  z-index: 2;
}

/* Header */

header.header {
  background: #fff;
}

.custom-header {
  background-color: #fff;
}

.custom-header .page-center {
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 38px;
  padding-right: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: space-between;
}

.custom-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.custom-header-right {
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.custom-logo img {
  max-width: 190px;
  vertical-align: middle;
}

.custom-logo a {
  padding: 1px 10px;
}

.custom-menu-primary .hs-menu-wrapper > ul >li {
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul >li > a {
  color: #2e2e2e;
  -webkit-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -moz-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -ms-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  -o-transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  transition: color 170ms ease-in-out, background-color 170ms ease-in-out;
  margin: 0 1.05em;
  padding: .618em 0;
  font-family: effra;
  font-weight: 700;
  font-style: normal;
  font-size: 14.5px;
  letter-spacing: .26em;
  text-transform: none;
}

.custom-let-talk a {
  background-color: transparent;
  -webkit-transition: background-color 170ms ease-out,color 170ms ease-out;
  -moz-transition: background-color 170ms ease-out,color 170ms ease-out;
  -ms-transition: background-color 170ms ease-out,color 170ms ease-out;
  -o-transition: background-color 170ms ease-out,color 170ms ease-out;
  transition: background-color 170ms ease-out,color 170ms ease-out;
  box-shadow: none;
  border: 2px solid #d3252b;
  color: #d3252b;
  border-radius: 300px;
  padding: 12px 18px;
  margin: .618em .45em;
  display: inline-block;
  vertical-align: middle;
  font-size: 14.25px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-family: sofia-pro;
  font-weight: 400;
  font-style: normal;
  font-size: 14.25px;
  letter-spacing: 0em;
  text-transform: none;
}

.custom-let-talk {
  padding: 1px 10px;
}

.custom-let-talk .hs_cos_wrapper_type_rich_text {
  margin: -.618em -.45em;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper > ul {
  margin: -.618em -1.05em;
  display: flex;
  flex-wrap: wrap;
}

.custom-menu-primary {
  padding: 1px 10px;
}



.custom-logo a {
  display: block;
}

.custom-logo img {
  width: 100% !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li >ul {
  display: none;
}

.custom-menu-primary .hs-menu-wrapper>ul:hover >li >a {
  color: rgba(46,46,46,.4);
}

.custom-menu-primary .hs-menu-wrapper>ul >li:hover >a {
  color: #2e2e2e;
  text-decoration: none;
}

.custom-let-talk a:hover {
  text-decoration: none;
  background-color: #d3252b;
  color: #fff;
}


/* version 2 */
.header-new.header-v2 {
	background-color: #3a3642;
}
.header-v2 .custom-menu-primary {
	display: block;
}
.header-v2 .header-new__right ,.header-v2 .header-new__top{
	display: none;
}
.header-left-partition, .header-right-partition {
	width: 32%;
	/* text-align: right; */
}
.header-left-partition ul {
	justify-content: end;
}
.header-right-partition ul {
	justify-content: start;
}
.header-v2 .header-new__logo {
	margin: 0;
}
.header-v2 .header-new__logo img {
	max-width: 235px;
	height: auto;
}
.header-v2 .header-new__logo {
	height: 100%;
}
.header-v2 .header-new__logo a {
	display: flex;
	align-items: center;
  position: relative;
}
.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	color: #fff;
}
.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li > a::after {
	background-color: #83ffea !important;
}


.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
  top: 80%;
}

.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
  height: auto;
  line-height: 2.4;
  border-bottom: 1px solid #dadada !important;
  font-size: 13px;
  padding: 4px;
  letter-spacing: 0;
}

.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li > ul li a {
  display: block;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li > ul li {
  padding: 4px 8px;
}

.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: #ee3435 !important;
}


.header-new.header-v2.header-sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
	color: rgb(64, 67, 82);
}
.header-new.header-v2.header-sticky .header-new__logo img {
	height: 60px;
}.header-new.header-v2.header-sticky {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li > ul li a:hover {
	color: rgb(183, 18, 24);
}
.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children a::before ,
.header-v2 .slide-menu .hs-menu-item.hs-item-has-children > a::after {
	content: "\f078";
    font-family: "Font Awesome 6 Free";
    position: absolute;
    right: -17px;
    font-weight: 900;
     color: #fff;
    display: inline-block;
    font-size: 12px;
}
.header-new.header-v2.header-sticky .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a::before {
	color: rgb(64, 67, 82);
}
.header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children a:hover::before, 
.header-v2 .slide-menu .hs-menu-item.hs-item-has-children > a:hover::after{
  color:  #ee3435;
}
.header-v2 .hs-menu-children-wrapper a::before {
	display: none !important;
}
@media (min-width: 1024px) {
 .header-new.header-v2 .header-new__logo a::before {
	content: "";
	position: absolute;
	width: 200%;
	background-color: #3a3642;
	height: 102%;
	bottom: -25px;
	border-radius: 66%;
	left: -50%;
	z-index: -1;
} 
  .header-new.header-v2.header-sticky .header-new__logo a::before {
    display:none; 
  }
  .header-new.header-v2 .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul {
  min-width: 325px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  top: 90%;
  }
}
@media (max-width: 1024px) {
   
.header-v2 .header-left-partition,.header-v2 .header-right-partition,.header-v2 .custom-menu-primary  {
  display: none;
}

.header-v2 .header-new__right {
	display: block;
}
.header-v2 .header-new__logo img {
  max-width: 190px;
}

.header-v2 .slide-menu-wrap {
  display: block !important;
}
 .header-v2 .slide-menu .hs-menu-item a {
	font-size: 18px;
	text-transform: uppercase;
}
  .header-v2 .slide-menu .hs-menu-item.hs-item-has-children > a::after{
   position: static; 
    color: rgb(64, 67, 82);
  transform: translate(5px,-2px);
  }
  .header-v2 .slide-menu .hs-menu-item.hs-item-has-children .hs-menu-children-wrapper {
    padding-left: 15px;
    display:none;
  }
  .header-v2 .slide-menu .hs-menu-item.hs-item-has-children .hs-menu-children-wrapper a {
    font-size: 15px;
  }
      .header-v2 .slide-menu .hs-menu-item.hs-item-has-children > a.active::after {
      transform: transform: rotate(180deg) translate(-5px);
    }
    .header-v2 .slide-menu .hs-menu-item.hs-item-has-children > a.active + ul {
    display: block;
  }
}
@media (max-width: 768px) {
 .header-v2 .header-new__logo img {
	max-width: 130px;
} 
}
/*  */
@media screen and (min-width: 768px){
  .custom-mobile-header{
    display:none;
  }

  .custom-mobile-menu-group {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    min-width: 155px;
    background-color: #fff;
    z-index: 999;
    text-align: left;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    color: #2e2e2e;
    -webkit-transition: color 170ms ease-in-out,background-color 170ms ease-in-out;
    -moz-transition: color 170ms ease-in-out,background-color 170ms ease-in-out;
    -ms-transition: color 170ms ease-in-out,background-color 170ms ease-in-out;
    -o-transition: color 170ms ease-in-out,background-color 170ms ease-in-out;
    transition: color 170ms ease-in-out,background-color 170ms ease-in-out;
    margin: 0 1.05em;
    padding: .618em 0;
    font-family: effra;
    font-weight: 700;
    font-style: normal;
    font-size: 14.5px;
    letter-spacing: .26em;
    text-transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul:hover >li >a {
    color: rgba(46,46,46,.4);
  }

  .custom-menu-primary .hs-menu-wrapper>ul >li:hover >a {
    color: #2e2e2e;
    text-decoration: none;
  }

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

}

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

}

@media screen and (max-width: 950px){
  .custom-let-talk a {
    width: 70px;
    text-align: center;
    box-sizing: content-box;
  }
}


@media screen and (max-width: 809px){
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin: 0 8px;
  }
}


@media screen and (max-width: 767px){
  .custom-header .page-center {
    padding-left: 26px;
    padding-right: 26px;
  }

  .custom-header {
    display: none;
  }

  .custom-mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .custom-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
  }


  .custom-logo img {
    max-width: 80px;
  }

  .custom-logo a {
    padding: 8px;
  }

  header.header {
    min-height: 65.44px;
  }

  .custom-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    max-width: 100%;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }

  .Mobile-bar-menu {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    stroke: #e37263;
    padding: 8px;
    line-height: 0;
    cursor: pointer;
  }

  svg.Icon.Icon--plus {
    stroke-width: 2;
    width: 20px;
    height: 20px;
  }

  .custom-mobile-menu-group {
    position: fixed;
    top: 0;
    left: -100%;
    bottom: 0;
    z-index: 1010;
    width: 100%;
    -webkit-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: left 0s 525ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -webkit-animation: anim-opacity-99 525ms linear;
    animation: anim-opacity-99 525ms linear;
  }

  .show-mobile-nav .custom-mobile-menu-group {
    left: 0;
    background-color: #fff;
    -webkit-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
  }





  @-webkit-keyframes anim-opacity-99{0%{opacity:0}99%{opacity:0}100%{opacity:1}}@keyframes anim-opacity-99{0%{opacity:0}99%{opacity:0}100%{opacity:1}}

  .Mobile-overlay-close {
    outline: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-transform: inherit;
    letter-spacing: inherit;
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 22px;
    line-height: 0;
    stroke: transparent;
    -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
    transition: stroke 350ms cubic-bezier(.55,0,.1,1),background-color 350ms cubic-bezier(.55,0,.1,1);
  }

  .show-mobile-nav .Mobile-overlay-close {
    background-color: #fff;
    stroke: #e37263;
    -webkit-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -moz-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -ms-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    -o-transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    transition: stroke 350ms cubic-bezier(.55,0,.1,1) 175ms,background-color 350ms cubic-bezier(.55,0,.1,1) 175ms;
    right: 0;
    display: block;
  }

  .Icon--close {
    stroke-width: 2;
    width: 16px;
    height: 16px;
  }

  .show-mobile-nav {
    overflow: hidden;
  }

  .custom-mobile-menu-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 80%;
    width: calc(100% - 60px );
    overflow: hidden;
    background-color: #fff;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    padding: 36px;
  }

  .custom-mobile-menu-primary {}

  .custom-mobile-menu-primary .hs-menu-wrapper > ul li >a {
    font-family: sofia-pro;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    letter-spacing: 0em;
    line-height: .8em;
    text-transform: none;
    color: #b0b0b0;
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: .618em;
    text-align: left;
  }

  .custom-mobile-let-talk a {
    font-family: sofia-pro;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    letter-spacing: 0em;
    line-height: 0em;
    text-transform: none;
    color: #e37263;
    padding-top: 1em;
    display: inline-block;
    line-height: 1em !important;
  }

  .custom-mobile-let-talk a:hover {
    text-decoration: none;
  }

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

  .custom-mobile-menu-primary .hs-menu-wrapper>ul>li>ul {
    display: block;
  }

  .custom-mobile-menu-primary .hs-menu-wrapper>ul li>ul {
    display: none;
  }

  .custom-mobile-menu-wrapper {
    left: -100%;
    transition: left .6s ease-in-out;
  }

  .show-mobile-nav .custom-mobile-menu-wrapper {
    left: 0;
  }

  .custom-mobile-menu-wrapper {
    max-height: 100vh;
    overflow-y: auto;
  }

  .custom-mobile-let-talk a:hover {
    color: #e37263;
  }

}

@media screen and (max-width: 640px){
  .custom-mobile-header {
    padding-left: 12px;
    padding-right: 12px;
  }
}


/* Header New */

header.header-new {
  position: fixed;
  left: 0;
  z-index: 111;
  width: 100%;
}

.header-new a {
  outline: 0;
}

/* Header top */
.header-new__top {
  background-color: rgba(0,0,0,0.2);
  line-height: 40px;
  height: 40px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition-property: transform,background,box-shadow,line-height,height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}

.header-sticky .header-new__top {
  line-height: 0px;
  height: 0px;
  overflow: hidden;
}

.header-new__top-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 40px;
  margin: 0 auto;
}

.header-new__top-text a {
  font-size: 0.9rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}

.header-new__top-text a:hover {
  color: #fff;
}


.header-new__container {
  height: 140px;
  line-height: 140px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: transform,background,box-shadow,line-height,height;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.78,.13,.15,.86);
}

.header-sticky .header-new__container {
  background: #fff;
  height: 80px;
  line-height: 80px;
}

.header-new__container .header-new__main {
  height: inherit;
}

.header-new__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
}


/* Header Logo */

.header-new__logo {
  margin-right: 1.4rem;
  flex-shrink: 0;
  height: 120px;
  transition: height 0.3s;
}

.header-sticky .header-new__logo {
  height: 60px;
}

.header-new__logo * {
  height: inherit;
}

.header-new__logo img {
  vertical-align: top;
  height: inherit;
  width: auto !important;
}

.header-new__logo-sticky {
  display: none;
}

.header-sticky .header-new__logo-sticky {
  display: block;
}

.header-sticky .header-new__logo-default {
  display: none;
}



/* Slide Menu  */

.slide-menu-wrap {

}

.slide-menu-control {
  display: block;
  line-height: 50px;
  height: 50px;
  padding: 0 0.8rem;
  color: inherit;
}

.slide-menu-control:hover {
  color: inherit;
}

.slide-menu-bar-icon {
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  position: relative;
  height: inherit;
  width: 1em;
}

.slide-menu-bar-icon>div, 
.slide-menu-bar-icon>div:before, 
.slide-menu-bar-icon>div:after {
  content: '';
  display: block;
  position: absolute;
  height: 0;
  width: inherit;
  border-bottom: inherit;
}

.slide-menu-bar-icon>div:before {
  top: -0.3333em;
  transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,opacity 0.15s cubic-bezier(0,1,.8,1);
}

.slide-menu-bar-icon>div:after {
  top: 0.3333em;
  transition: top 0.15s cubic-bezier(0,1,.8,1) 0.15s,transform 0.15s cubic-bezier(0,1,.8,1);
}

.slide-menu-bar-icon>div {
  border-width: 3px;
  border-bottom-style: solid;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .15s cubic-bezier(0,1,.8,1);
}

.slide-menu-control.active .slide-menu-bar-icon>div {
  transform: translateY(-50%) rotate(45deg);
  transition-delay: 0.15s;
}

/* Slide Menu nav */

.slide-menu {
  position: fixed;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1rem;
  min-height: 100vh;
  min-width: 270px;
  background: #fff;
  transition: transform 0.2s cubic-bezier(.4,0,.2,1);
  box-shadow: -1px 0 0 rgb(0 0 0 / 8%);
  transform: translateX(100%);
  z-index: 3;
  overflow-y: auto;
}

.slide-menu-control.active + .slide-menu {
  transform: translateX(0);
}

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

.slide-menu .hs-menu-item {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.slide-menu .hs-menu-item a {
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 400;
  padding: 0.7rem;
  letter-spacing: 0.05em;
  transition: none;
  display: block;
  overflow: hidden;
  position: relative;
  outline: none;
  text-decoration: none;
}


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

.header-new .custom-menu-primary .hs-menu-wrapper>ul>li>a {
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
  color: inherit;
}

.header-new .custom-menu-primary .hs-menu-depth-1 > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.4em;
  margin: 0 auto -2px;
  height: 2px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s;
}
.header-new .custom-menu-primary .hs-menu-depth-1:hover > a:after {
  bottom: 2px;
  opacity: 1;
}

header:not(.header-sticky) .slide-menu-wrap {
  color: #fff;
}

@media (min-width: 1022px) {
  .header-sticky .custom-menu-primary {
    display: block;
  }
  .header-sticky .slide-menu-wrap {
    display: none;
  }
}

@media (min-width: 601px) and (max-width: 1024px) {
  .header-new__container {
    line-height: 100px;
    height: 100px;
  }
  .slide-menu-bar-icon {
    font-size: 28px;
  }
  .header-new__logo {
    height: 80px;
  }
  .header-sticky .header-new__logo {
    height: 40px;
  }
}

@media (max-width: 900px) {
  .header-new__top {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .header-new__container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 600px) {
  .header-new__top {
    display: none;
  }
  .header-new__container {
    line-height: 80px;
    height: 80px;
  }
  .header-new__logo {
    height: 60px;
  }
  .header-sticky .header-new__logo {
    height: 40px;
  }
  .slide-menu-bar-icon {
    font-size: 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer .page-center {
  padding: 90px 48px;
}

.custom-footer-copyright p {
  padding: 17px;
  margin: 0;
  line-height: 22.5px;
}

.custom-footer-copyright {
  margin-left: -17px;
  margin-right: -17px;
}

.custom-footer-content {
  margin-left: -17px;
  margin-right: -17px;
}

.custom-footer-col {
  width: 33.3333%;
  float: left;
}

.custom-image-group p {
  width: 33.33333333%;
  float: left;
  margin: 0;
}

.custom-image-group p a {
  padding-bottom: 100%;
  display: block;
  position: relative;
}

.custom-image-group p a img {
  position: absolute;
  width: 100%;
  vertical-align: middle;
  top: 0;
}

.custom-image-group {
  padding: 17px;
  clear: both;
}


.custom-image-group p span {
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
}

.custom-image-group p:nth-child(3n + 1) {
  clear: left;
}

.custom-image-group p a img[alt="360_Badge_2018+grayscale"] {
  width: 74.1818px;
  height: 102px;
}

.custom-image-group p {
  text-align: center;
  vertical-align: middle;
}

.custom-image-group p a {
  padding: 0;
}

.custom-image-group p a img {
  position: static;
}

.custom-image-group {
  margin-right: -20px;
}


.sqs-svg-icon--list {
  text-align: right;
}

.sqs-svg-icon--wrapper {
  margin: 0 0 0 10px;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 170ms ease-in-out;
  -moz-transition: background-color 170ms ease-in-out;
  -ms-transition: background-color 170ms ease-in-out;
  -o-transition: background-color 170ms ease-in-out;
  transition: background-color 170ms ease-in-out;
  z-index: 0;
  border-radius: 50%;
}

.sqs-svg-icon--wrapper>div, .sqs-svg-icon--wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sqs-use--icon, .sqs-use--mask {
  fill: transparent;
  -webkit-transition: fill 170ms ease-in-out;
  -moz-transition: fill 170ms ease-in-out;
  -ms-transition: fill 170ms ease-in-out;
  -o-transition: fill 170ms ease-in-out;
  transition: fill 170ms ease-in-out;
}

.social-icons-color-black.social-icons-style-knockout .sqs-use--mask {
  fill: #d3252b;
}



.sqs-block {
  padding-left: 17px;
  padding: 17px;
  padding-top: 0;
}

.custom-inner-content {
  padding: 17px;
  padding-top: 0;
}

.custom-inner-content p {}

.custom-image-group {
  margin-bottom: 50px;
}


.custom-inner-content p {
  font-family: effra;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  margin: 15px 0;
}

.custom-inner-content p:first-child {
  margin-top: 0;
}

.custom-inner-content p:last-child {
  margin-bottom: 0;
}

.custom-inner-content p a {
  color: #e82121;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  transition: color .15s ease-out;
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(232,33,33,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}

.custom-inner-content p a:hover {
  color: rgba(232,33,33,.6);
  border-color: rgba(232,33,33,.15);
  text-decoration: none;
}

.sqs-svg-icon--wrapper {
  margin: 0 0 6px 10px;
  vertical-align: middle;
}

.custom-image-group p a img[alt="360_Badge_2018+grayscale"] {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.custom-image-group p a img {
  position: absolute;
}

.custom-image-group p a {
  padding-bottom: 100%;
  display: block;
  position: relative;
}

.custom-image-group p a img {
  left: 0;
  right: 0;
}


.sqs-svg-icon--list:hover .sqs-use--mask {
  fill: rgba(34,34,34,.4);
}

.sqs-svg-icon--list:hover .sqs-svg-icon--wrapper:hover .sqs-use--mask {
  fill: #222;
}



.custom-image-group p span.image img {
  top: 50%;
  transform: translateY(-50%);
}

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


@media screen and (max-width: 1024px){
  footer.footer .page-center {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media screen and (max-width: 960px){
  footer.footer .page-center {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

@media screen and (max-width: 768px){
  footer.footer .page-center {
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  footer.footer {
    overflow: hidden;
  }

}


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

  .custom-footer-col {
    width: 100%;
  }

  .custom-image-group p {
    width: 50% !important;
    clear: none !important;
  }
  nav.sqs-svg-icon--list {
    padding-top: 17px !important;
  }

  .custom-footer-col:nth-child(2) .custom-inner-content {
    padding-top: 17px;
  }

}

@media screen and (max-width: 479px){
  .custom-footer-copyright {
    padding-bottom: 40px;
  }
}



/* FOOTER NEW */

footer.footer-new {
  font-size: 18px;
  line-height: 1.1;
  position: relative;
  color: #2b3242;
}

.footer-overlay {
  height: 1.5rem;
  background: rgba(233,246,248,0.50);
}
.footer-overlay,
.footer-bg-curve {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
}

.footer-bg-curve {
  top: -25px;
  z-index: -1;
}

.footer-bg-curve svg {
  height: 100% !important;
}

.footer-overlay {
  top: -18px;
}

.footer-new .dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}

.footer-new__container {
  max-width: 1600px;
  margin: 0 auto;
}

.footer-new img {
  max-width: 100%;
}

.footer-new svg {
  fill: #b71218;
  height: 18px;
  vertical-align: top;
  margin-right: 0.2em;
}

.footer-new a:hover,
.footer-new a:focus {
  color: #404352;
  text-decoration: none;
}

.footer-new a:hover svg,
.footer-new a:focus svg {
  fill: #404352;
}

.footer-new h5 {
  font-weight: 500;
  font-size: clamp(1.2rem,1.5vw,0.9rem);
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 0.5rem;
  color: inherit;
}

.footer-new p {
  margin: 0 0 0.5rem 0;
  color: inherit; 
}


.footer-new .copyright {
  color: rgba(255,255,255,0.65);
  text-transform: uppercase;
  font-size: 0.8rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.footer-new .copyright p, 
.footer-new .copyright a {
  margin: 0;
  color: inherit;
}

.footer-new .copyright a:hover {
  color: #83ffea;
}

@media (max-width: 600px) {
  .footer-new h5 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

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

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

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


.content-wrapper {
    padding-right: 48px;
    padding-left: 48px;
}

.custom-blog-header-group .content-wrapper {
    padding: 100px 48px;
}

.custom-blog-header-content {
    text-align: center;
}

.custom-blog-header-content h1 {
    font-family: effra;
    font-weight: 500;
    font-style: normal;
    font-size: 80px;
    letter-spacing: 0em;
    line-height: 1;
    text-transform: none;
    color: #302846;
}

.custom-blog-header-content p {
    width: 50%;
    margin: 0 auto;
    font-family: effra;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.5em;
    text-transform: none;
    color: #52576f;
}

.custom-blog-header-content h3 {
    font-family: sofia-pro;
    font-weight: 600;
    font-style: normal;
    font-size: 15.25px;
    letter-spacing: .1em;
    line-height: 1.55em;
    text-transform: uppercase;
    color: #ff1e00;
    margin: 15.250px 0 0;
}

.custom-blog-header-content h3 a {
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,30,0,.3);
    -webkit-transition: border-color .15s ease-out,color .15s ease-out;
    -moz-transition: border-color .15s ease-out,color .15s ease-out;
    -ms-transition: border-color .15s ease-out,color .15s ease-out;
    -o-transition: border-color .15s ease-out,color .15s ease-out;
    transition: border-color .15s ease-out,color .15s ease-out;
    color: inherit;
    text-decoration: none;
    font-family: inherit;
}

.custom-blog-header-group .content-wrapper {
    padding-top: 76px;
}

.custom-blog-header-content h1 {
    margin: 0 0 10px;
  text-transform: uppercase;
}
.custom-listing-content {
    padding-top: 17px;
    padding-bottom: 17px;
}

.custom-blog-sidebar {
    width: 25%;
    float: left;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

.custom-row-fluid {
    width: 75%;
    float: left;
}

.custom-listing-content:before, .custom-listing-content:after {content: "";display: block;clear: both;}

.custom-blog-sidebar-topic-filter {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.custom-blog-sidebar-topic-filter h3 {
    color: #52576f;
    background-color: #e6e6e6;
    padding: 4px 8px;
    margin-bottom: 4px;
    font-family: sofia-pro;
    font-weight: 600;
    font-style: normal;
    font-size: 15.25px;
    letter-spacing: .1em;
    line-height: 1.55em;
    text-transform: uppercase;
}

.custom-blog-sidebar-topic-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.custom-blog-sidebar-topic-filter ul li {
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    margin: 0;
    padding: 10px 8px;
    line-height: 1.5em;
}

.custom-blog-sidebar-topic-filter ul li a {
    color: inherit;
    text-decoration: none;
}

span.filter-link-count {
    display: none;
}

.custom-blog-sidebar-topic-filter ul li a:hover {
    font-weight: bold;
    color: #d3252b;
}

.custom-blog-sidebar-content .sqs-block {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

.custom-blog-sidebar-content {}

.custom-blog-sidebar-content h3 {
    color: #ff1e00;
    font-family: sofia-pro;
    font-weight: 600;
    font-style: normal;
    font-size: 15.25px;
    letter-spacing: .1em;
    line-height: 1.55em;
    text-transform: uppercase;
}

.custom-blog-sidebar-content p {
    font-family: effra;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.5em;
    text-transform: none;
    color: #52576f;
    margin: 0;
}

.sqs-block-button-element--medium {
    -webkit-box-shadow: 0 2px 0 0 #dd5340;
    -moz-box-shadow: 0 2px 0 0 #dd5340;
    box-shadow: 0 2px 0 0 #dd5340;
    border-radius: 300px;
    padding: 21px 34px;
    font-family: sofia-pro;
    font-size: 16.5px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    color: #eef7ef;
    background-color: #e37263;
    border-color: #e3726;
    display: inline-block;
    width: auto;
    height: auto;
    border-width: 0;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
}

.sqs-block-button .sqs-block-button-container--center {
    text-align: center;
}

.sqs-block-horizontalrule hr {
    color: rgba(176,176,176,.5);
    background-color: rgba(176,176,176,.5);
    height: 1px;
    border: none;
}

.sqs-block-button-element--medium:hover {
    background-color: #e67e70;
    text-decoration: none;
    color: #eef7ef;
}

.sqs-block-button-element--small {
    font-family: sofia-pro;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    color: #eef7ef;
    background-color: #d3252b;
    border-color: #d3252b;
    padding: 13px 26px;
    border-radius: 300px;
    -webkit-transition: .1s opacity linear;
    -moz-transition: .1s opacity linear;
    -o-transition: .1s opacity linear;
    transition: .1s opacity linear;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: normal;
}

.sqs-block-button-container--center {
    text-align: center;
}

.sqs-block-button-container--center {}

.sqs-block-markdown p {
    color: #fff;
    margin: 15px 0;
}

.sqs-block.markdown-block.sqs-block-markdown a {
    font-family: effra;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.5em;
    text-transform: none;
}

.sqs-block-button-element--small:hover {
    text-decoration: none;
    opacity: .8;
    color: #eef7ef;
}

.custom-featured-post-group {
    position: relative;
    height: auto;
    padding-top: 17px;
    padding-bottom: 17px;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
    -webkit-transition: box-shadow .2s ease-in-out;
    -moz-transition: box-shadow .2s ease-in-out;
    -ms-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    padding-left: 17px;
    padding-right: 17px;
}

.custom-row-fluid {
    padding-top: 17px;
}

.custom-row-fluid {}

.summary-heading {
    margin: 0 0 15px 0;
    padding-right: 10px;
    font-size: 14px;
    line-height: normal;
}

.summary-thumbnail-outer-container {
    /* padding: 0 1%; */
    white-space: nowrap;
    vertical-align: top;
    font-size: 0;
}

.summary-thumbnail-outer-container a {
    overflow: hidden;
    padding-bottom: 75%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 15px 0;
}

.summary-title {
    margin: 0 0 2px 0;
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
    font-family: effra;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #52576f;
}

.summary-title a {
    color: inherit;
    text-decoration: none;
}

.custom-blog-index {
    padding: 0px 17px 17px;
    display: flex;
    flex-wrap: wrap;
}

.custom-blog-index__post {
    width: 50%;
    /* float: left; */
}

.custom-post-item {
    padding: 0 17px;
}

a.custom-blog-index__post-image {
    padding-bottom: 75%;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.custom-blog-index {
    margin: 0 -17px;
}

.custom-post-item-content h2 {
    margin-bottom: 5px;
    font-family: omnes-pro;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    letter-spacing: .06em;
    line-height: 1em;
    text-transform: none;
    text-decoration: none;
    color: #222;
}

a.custom-blog-index__post-image {
    margin-bottom: 8.09px;
}

.custom-post-item-content h2 a {
    color: inherit;
    font-family: inherit;
}

.custom-blog-index__post {}

.custom-blog-index__post {
    margin-bottom: 34px;
}


.blog-item-pagination {
    background-color: #e6e6e6;
    position: relative;
}

.blog-content-fixed-width {
    max-width: 1200px;
    margin: 0 auto;
}

.page-prev {
    width: 50%;
    float: left;
}

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

.page-prev {}

.blog-content-fixed-width:before,.blog-content-fixed-width:after {content: "";display: block;clear: both;}

.blog-item-pagination a {
    display: block;
    padding: 10px 17px;
}

.page-prev img {
    float: left;
    margin-right: 20px;
}

.blog-item-pagination img {
    width: 100px;
    height: auto;
}

.blog-item-pagination h3 {
    color: #ff1e00;
    font-family: sofia-pro;
    font-weight: 600;
    font-style: normal;
    font-size: 15.25px;
    letter-spacing: .1em;
    line-height: 1.55em;
    text-transform: uppercase;
    margin: 0;
}

.blog-item-pagination h2 {
    font-family: effra;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.5em;
    text-transform: none;
}

.blog-item-pagination .page-next img {
    float: right;
    margin-left: 20px;
}

.blog-content-fixed-width >div {
    padding: 17px;
}

.blog-item-pagination a {
    display: block;
    padding: 10px 17px;
}

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

.custom-post-banner {
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-bottom: 20px !important;
}

.custom-post-banner {
    margin-top: 17px;
}

.custom-post-banner .content-wrapper {
    height: 100%;
    position: relative;
}

.sized.blog-masthead-title {
    position: absolute;
    bottom: 0;
    width: 45%;
    background-color: #fff;
    padding: 24px 48px;
}

.blog-masthead-title h1 {
    font-size: 2.8em;
    line-height: 1em;
    margin-top: .1em;
    color: #302846;
    font-family: effra;
    font-weight: 500;
    font-style: normal;
}
.select-blog-categories{
display:none;
}

.sqs-block.markdown-block.sqs-block-markdown a {
    box-sizing: content-box;
}

.sqs-block.markdown-block.sqs-block-markdown a:hover {
    text-decoration: none;
}


.custom-post-item-content h2 a:hover {
    text-decoration: none;
}


.custom-share-group {
    padding: 14px;
    text-align: left;
    min-width: 108px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    background-color: rgba(254,254,254,.9);
    border-width: 1px;
    border-style: solid;
    border-color: rgba(242,242,242,.05);
    border: 1px solid #ccc;
    border-radius: 5px;
    position: absolute;
    left: -39px;
}

.custom-share-group {}

.custom-social-share-group {
    position: relative;
}

.ss-social-button-wrapper {
    display: block;
    width: 62px;
    background-color: #fff;
    background-color: #222;
    background-image: linear-gradient(#555,#222);
    border-radius: 3px;
    padding: 1px 6px 0px 2px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), inset 0 -1px 0 rgba(0,0,0,.24);
    cursor: pointer;
}

.ss-social-button-wrapper .ss-social-button {
    display: inline-block;
    font: 11px 'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: #fff;
    height: 21px;
    line-height: 20px;
    padding: 0px 0px 0px 22px;
    cursor: pointer;
    background: 2px 2px no-repeat url(https://500558.fs1.hubspotusercontent-na1.net/hubfs/500558/Redfancommunications_October2020/icon_social_button_10_light.png);
    background-position: 10% 50%;
}

div#yui_3_17_2_1_1538110529753_331 {
    margin-bottom: 10px;
    min-height: 28px;
}

.ss-social-button-container.pinterest {
    margin-bottom: 10px;
    min-height: 28px;
}


.custom-linkedin-share {
    margin-bottom: 10px;
    min-height: 28px;
}


.custom-facebook-share {
    height: 56px;
}


.custom-share-group {
    display: none;
}

.custom-social-share-group.share-open .custom-share-group {
    display: block;
}


.custom-facebook-share {
    height: 56px;
}

.custom-share-group {
    min-width: 138px;
}

.ss-social-button-container.tumblr >a {
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    width: 81px;
    height: 20px;
    background: url(https://500558.fs1.hubspotusercontent-na1.net/hubfs/500558/Redfancommunications_October2020/share_1T.png) top left no-repeat transparent;
}

.summary-title a:hover {
    color: inherit;
    text-decoration: none;
}
.blog-wrapper.custom .post-listing-simple a:focus{
 outline: none; 
}.blog-index__post.custom-articles {
	padding: 15px !important;
	background: #f0f8fa;
}
@media screen and (max-width: 950px){
.custom-blog-sidebar {
    width: 100%;
}
  
  
  .custom-share-group {
    left: 0;
}

.custom-row-fluid {
    width: 100%;
}

.custom-blog-header-group .content-wrapper {
    padding-bottom: 100px;
    padding: 76px 48px 20px 48px;
}
}


@media screen and (max-width: 747px){
.custom-blog-sidebar {
    width: 100%;
    float: none;
}

.custom-row-fluid {
    width: 100%;
    float: none;
}

.custom-blog-header-group .content-wrapper {
    padding-bottom: 100px;
    padding: 76px 48px 20px 48px;
}

.custom-listing-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.custom-listing-content:before, .custom-listing-content:after {
    display: none;
}
  
  .hs-blog-post .custom-listing-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
  
    .select-blog-categories {
    display: block;
}

ul.blog-categories.l_tinynav1 {
    display: none;
}

.select-blog-categories {
    padding: 17px;
}

select#tinynav1 {
    margin: 0 auto;
    position: relative;
    display: block;
    text-align: center;
    background-color: #dbdbdc;
    color: #52576f;
    font-family: sofia-pro,sans-serif;
    font-size: .8em;
    font-weight: bold;
    padding: 10px 30px;
    border: 0;
}
  
}


@media screen and (max-width: 640px){
.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}
  
  .custom-post-banner {
    height: auto;
    background-size: auto 300px;
    background-position-y: top;
    background-repeat: no-repeat;
    margin-top: 0;
}

.sized.blog-masthead-title {
    width: auto;
    padding: 17px;
    position: relative;
    padding-top: 316px;
    background: transparent;
}

.blog-masthead-title h1 {
    font-size: 2em;
}

.custom-post-banner .content-wrapper {
    padding: 0;
}
  
.custom-blog-header-group .content-wrapper {
    padding: 27px 20px 0 20px;
}

.custom-blog-header-content h1 {
    font-size: 32px;
    letter-spacing: 0px;
}

.custom-blog-header-content p {
    width: 100%;
    padding-top: 13px;
}
  
}


@media screen and (max-width: 500px){
.custom-blog-index__post {
    width: 100%;
}
}




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

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

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

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

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

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #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 #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             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-recent-posts {
    margin-top: 0;
    background: transparent !important;
}

.blog-recent-posts .content-wrapper > h2 {
    font-family: effra;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0em;
    line-height: 1.5em;
    text-transform: none;
    color: #52576f;
    text-align: left;
    font-weight: bold;
}

.blog-recent-posts__list {
    margin: 0 -20px;
}

.blog-index__post-image {
    border-radius: 0 !important;
}

.blog-index__post-inner-card {
    box-shadow: none !important;
}

.blog-index__post-inner-card .blog-index__post-content {
    padding: 0 !important;
}

.blog-recent-posts .blog-index__post-content h2 {
    font-size: 20px;
    line-height: 1.2em;
    text-align: left;
    font-family: effra;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}

.blog-recent-posts .blog-index__post-content h2:hover> a {
    color: #52576f;
}


.blog-pagination.load-more-pagination {
    border-top: 1px solid rgba(176,176,176,.5);
    margin-top: 0;
    padding-top: 20px;
    text-align: left;
}

.blog-pagination.load-more-pagination a {
    font-family: sofia-pro,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

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


.custom-post-banner .content-wrapper {
    padding: 0;
}

.sized.blog-masthead-title {
    box-sizing: content-box;
}

.blog-pagination.load-more-pagination {
    display: flex !important;
    justify-content: flex-start;
}

span.sep {
    font-family: sofia-pro,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding: 0 1em;
}
.custom-blog-header-content h3 a:hover {
    color: rgba(255,30,0,.6);
    border-color: rgba(255,30,0,.15);
}


/*             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;
}
/* NEW LISTING */
.main-banner-section.video-bg-sec {
  max-height: 100vh;
  padding-top: 320px !important;
  padding-bottom: 120px !important;
  padding-left: 80px !important;
  padding-right: 80px !important;
  z-index: 0;
}
.video-overlay {
	height: 1rem;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.10);
}
.video-bg-sec .video-svg {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	width: 100%;
	height: 1.5rem;
}
.video-bg-sec .video-svg svg {
	fill: #fff;
}


.content-section {
  max-width: 1440px;
  margin: auto;
  display: flex;
  padding: 75px 0;
}
.content-section .left-sidebar,.content-section .right-sidebar {
  width: 24%;
  display:flex;
}

.content-section .center-section {
  width: 52%;
}

.photo-sec,.photo-sec {
  display: flex;
  margin: 0;
}
.image-sec {
  display: inline-block;
 width: 235px;
text-align: left;
  transform: translateY(-25px);
}
.photo-sec span {
  display: inline-block;
}
.firstbar {
  padding-bottom: 25px;
  border-bottom: 1px solid #c14549;
}
.secondbar {
  padding-top: 25px;
}
.content-section .left-sidebar {
  padding-right: 20px;
  border-right: 1px solid #c14549;
}
.content-section .center-section {
  border-right: 1px solid #c14549;
  padding: 0 30px;
}
.content-section .left-sidebar .content, .content-section .right-sidebar .content {
	width: 100%;
}
.content-section .right-sidebar {
  padding-left: 10px;
}

.blog-wrapper.custom {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 25px;
}
.blog-wrapper.custom article {
  padding: 0;
}
.blog-wrapper.custom article .image-wrapper {
  height: 225px;
  object-fit: cover;
}
/*  */
@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;
}
.blog-wrapper.custom .post-listing-simple {
  font-size: 25px;
  color: #000;
}
.blog-wrapper.custom .post-listing-simple a {
  color: #000;
  text-decoration: none;
}
.blog-wrapper.custom {
}
.blog-wrapper.custom .blog-post__tags {
  padding-bottom: 10px;
}
.blog-wrapper.custom .blog-post__tags a {
  color: #f26264;
  font-size: 16px;
  font-weight: 600;
}

.ad-blog-listing {
  padding: 30px 0;
}

.ad-blog-listing .filter-wrapper {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2,1fr);
}
.ad-blog-listing .filter-wrapper > div :is(select,input,form) {
  width: 100%;
}
.ad-blog-listing .filter-wrapper > div :is(select, input) {
  background-color: #f0efef;
  border: none;
  outline: none;
  padding: 13px 12px;
  min-height: 50px;
  color: #000;
  font-weight: 400 !important;
  font-size: 16px;
  text-transform: initial;
  border-radius: 4px;
}
.filter-by-serach input::placeholder {
	color: #000;
	opacity: 1;
}
.blog-index__post-image:focus {
	outline: none !important;
}
.blog-index__post-image img {
	height: 204px !important;
	object-fit: contain;
}
@media screen and (min-width: 1024px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
  .content-section .left-sidebar .content, .content-section .right-sidebar .content .form-wrapper, .sticky-bar-float  {
	position: sticky;
	top: 100px;
}
 
}
@media screen and (max-width: 1024px){
 
.content-section .center-section {
  width: 100%;
  border: none;
  order: -1;
  padding: 0 20px;
}
.content-section {
  flex-wrap: wrap;
  /*! padding: 0 16px; */
}
.content-section .left-sidebar {
  width: 50%;
  padding: 0 16px;
}
.content-section .right-sidebar {
  width: 50%;
  order: 3;
} 
  .blog-pagination {
	margin: 45px 0 45px !important;
}
}

@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;
	}
.main-banner-section.video-bg-sec {
	max-height: 100vh;
	padding-top: 158px !important;
	padding-bottom: 81px !important;
	padding-left: 80px !important;
	padding-right: 80px !important;
	z-index: 0;
}
  .ad-blog-listing .filter-wrapper {
	gap: 15px;
	grid-template-columns: repeat(1,1fr);
	margin-top: 25px;
}
  .blog-wrapper.custom {
	display: grid;
	grid-template-columns: repeat(1,1fr);
	gap: 25px;
}
	.hs-blog-listing .span3 {
		order: 1;
	}

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

	.hs-blog-listing .blog-pagination {
		order: 3;
	}
.content-section .left-sidebar {
	border: none;
	width: 100%;
}
  .content-section .right-sidebar {
	width: 100%;
}
	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
	.blog-post {
		width: 90%;
		padding: 30px;
	}
  .blog-wrapper.custom article .image-wrapper {
	height: auto;
	object-fit: cover;
}
}

/* 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: #F3F6F9;
  z-index: -1;
}

input.email-edit.hs-input {
    width: 100% !important;
}

@media screen and (min-width: 767px) {
.systems-page form {
    max-width: 50%;
}
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

input#hs-pwd-widget-password {
    height: auto !important;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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