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











































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

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

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

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

@media (max-width: 1024px) {
.dnd-section {
    padding-right: 20px;
    padding-left: 20px;
}
}

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

@font-face { 
  font-family: "Font Awesome 5 Brands";
  src: url("https://8566416.fs1.hubspotusercontent-na1.net/hubfs/8566416/ShadowDragon_February2021/fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"), 
    url(https://8566416.fs1.hubspotusercontent-na1.net/hubfs/8566416/raw_assets/public/ShadowDragon_February2021/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://8566416.fs1.hubspotusercontent-na1.net/hubfs/8566416/raw_assets/public/ShadowDragon_February2021/fonts/FontAwesome5Brands-Regular.woff) format("woff"),
    url(https://8566416.fs1.hubspotusercontent-na1.net/hubfs/8566416/raw_assets/public/ShadowDragon_February2021/fonts/FontAwesome5Brands-Regular.ttf) format("truetype"); 
   font-weight: 900;
}

@font-face { 
  font-family: "Astra";
  src: url("https://8566416.fs1.hubspotusercontent-na1.net/hubfs/8566416/ShadowDragon_February2021/fonts/Astra.eot") format("embedded-opentype"), 
    url(https://8566416.fs1.hubspotusercontent-na1.net/hubfs/8566416/raw_assets/public/ShadowDragon_February2021/fonts/astra.woff) format("woff"),
    url(https://8566416.fs1.hubspotusercontent-na1.net/hubfs/8566416/raw_assets/public/ShadowDragon_February2021/fonts/Astra.ttf) format("truetype"); 
   font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@import url('https://fonts.googleapis.com/css2?family=Share&display=swap');

::selection {
  background-color: #b30000;
  color: #ffffff;
} 

html {
      font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

body {
  font-family: Raleway ,sans-serif;
  font-size: 1rem;
  color: #3a3a3a;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.moblie-open {
    overflow: hidden;
}
img{
  max-width:100%
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  
  line-height: 1.75;
}

/* Anchor Links */
a {
  color: #b30000;
  text-decoration: none;
  transition: all .2s linear;
}
a:hover, a:focus {
  text-decoration: none;
  
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 400;
  font-family: Share, sans-serif;
  color: #2d3139;
  word-break: break-word;
}

h1 {
  font-size: 32px;
  letter-spacing: -0.3px;
  line-height: 1;
  font-family: 'Share', sans-serif;
}

h2 {
  font-size: 41px;
 
}

h3 {
  font-size: 1.5rem;
  line-height: 36px;
  letter-spacing: 2px;
 
}

h4 {
  font-family: Share, sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.3;
}

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 768px) {
  html {
    font-size: 91.2%;
       
  }
 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_password_reset,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_member_register{
  max-width: 767px;
      padding: 30px 0;
    display: block;
  
}
form {
  max-width: 767px;
  font-family: Share, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #b30000;
  border-color: #b30000;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: 1rem;
  padding: 10px 40px;
  
  text-decoration: none;
}

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

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


.hs-form label {
  line-height: 1.3;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
  outline: 0;
  padding: 0;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input,input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 9px 10px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #d1d6dc;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  height: auto;
  letter-spacing: normal;
  margin-top: 10px !important;
  margin-bottom: 15px !important;
  outline: none;
  line-height: 1.3;
  text-align: left;
  color: #3a3a3a;
  transition: all .2s linear;
  font-weight: 500;
}
input.email-edit.hs-input{
    padding: 15px !Important;
    font-size: 16px !Important;
}
.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: #3a3a3a;
}

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

.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: #b30000;
}
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: #b30000;
}

.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: #3a3a3a;
  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: #3a3a3a;
}
.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: Raleway ,sans-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 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #3a3a3a;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Raleway ,sans-serif;
  font-weight: 300;
  font-size: 22px;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Raleway ,sans-serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #3a3a3a;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: Raleway ,sans-serif;
  font-size: 0.8rem;
  color: #3a3a3a;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

.header__language-switcher:hover .lang_list_class {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s;
}

.header__language-switcher .lang_list_class:before {
  top: -24px;
  left: 70%;
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
}

.header__language-switcher .lang_list_class:after {
  top: -22px;
  left: 70%;
}
.banner.banner-heading >h1:after {
  background-image: url(https://8566416.fs1.hubspotusercontent-na1.net/hubfs/8566416/raw_assets/public/ShadowDragon_February2021/images/sd_h1_slash_white.svg);
}
.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  border-bottom-color: #EBEFF3;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  border-radius: 6px 6px 0 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  font-family: Raleway ,sans-serif;
  color: #3a3a3a;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #3a3a3a;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #3a3a3a;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 20px 0 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    width: 100%;
    margin: 0 auto;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    height: calc(100vh - 115px);
    background-color: #F8FAFC;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }



  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
}


/* ===========custom styling=================== */
header.header {
  position: static;
  left: auto;
  right: auto;
}

.with-banner .header_row {
  background-color: #16192280;
}
.with-banner .header_row {
  background-color: #16192280;
  position: absolute;
  left: 0;
  width: 100%;
}
.custom_header__container {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.header_row {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  padding: 15px 0px 8px 0px;
  background-color: #090c1a;
  width: 100%;
  line-height: 3;
  z-index: 4;
  position: relative;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
}

.header_wrapper {
  display: flex;
  flex-wrap: wrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_logo_wrapper {
  line-height: 1;
  align-self: center;
  padding: 0;
}

.header_logo_wrapper img {
  vertical-align: middle;
  max-width: 230px!important;
  transition: all .2s linear;
  width: 100%!important;
  opacity: 1;
  height: auto;
}

.menu_wrapper {
  margin-left: auto;
}
.moblie_menu_btn {
  display: none;
}

/* ============max-width:1140px============= */
@media(max-width:1140px){
  .menu_wrapper {
    display: none;
  }
  .moblie_menu_btn {
    text-align: right;
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    align-self: center;
    cursor:pointer;
    /* float: right; */
  }

  .ast-button-wrap {
    display: inline-block;
  }
  .ast-header-break-point .ast-mobile-menu-buttons .ast-button-wrap .ast-mobile-menu-buttons-minimal {
    font-size: 1.7em;
  }
  .ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
    background: transparent;
    color: #efefef;
  }
  .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding: 0 .5em;
    width: auto;
    text-align: center;
    font-size: 27.2px;
  }
  .ast-button-wrap .menu-toggle {
    color: #fff;
    padding: 0;
    width: 2.2em;
    height: 2.1em;
    font-size: 1.5em;
    font-weight: 400;
    border-radius: 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 2px;
    vertical-align: middle;
    line-height: 1.85714285714286;
    background: transparent;
    cursor: pointer;
  }
  .ast-button-wrap button {
    box-shadow: none;
    border: none;
  }
  .screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
  }
  .ast-button-wrap .menu-toggle .menu-toggle-icon {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.05;
    line-height: 55.76px;
  }
  .ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle {
    background: transparent;
    color: #efefef;
  }
  .ast-button-wrap .menu-toggle .menu-toggle-icon:before {
    content: "\e5d2";
    font-family: Astra;
    text-decoration: inherit;
    color: #efefef;
  }

  .header_row {
    padding-left: 20px;
    padding-right: 20px;
  }


  .header_wrapper {
    justify-content: space-between;
  }

  .moblie-open .menu_wrapper {
    display: none;
  }

  .moblie-open .menu_wrapper {
    display: block;
    width: 100%;
    flex: auto;
    order: 4;
    margin-left: auto;
    line-height: 3;
  }

  .moblie-open .menu_wrapper>div {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    padding: 0;
    transition: opacity linear .2s,visibility linear .2s;
    display: block!important;
    line-height: 3;
    text-align: left;
    width: calc(100% + 40px);
    margin: 0 -20px;
    height: 100%;
    flex: auto;
    /* text-transform: uppercase; */
    /* height: 100%; */
    /* text-align: right; */
  }

  .moblie-open .navigation-primary {
    display: block;
    flex-grow: 1;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    left: 0;
    text-align: center;
    position: fixed;
  }

  .moblie-open span.close {
    right: 0px;
    color: #ff0404;
    position: fixed;
    right: 0;
    display: block;
    text-align: right;
    height: 40px;
    cursor: pointer;
    z-index: 99;
  }

  .moblie-open span.close:before {
    content: "\e5cd";
    display: inline-block;
    font-family: Astra;
    font-size: 22px;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0;
  }
}
@media (min-width: 767px) and (max-width: 768px){
  .header_row {
    padding-top: 1.35em !important;
    padding-bottom: 1.5em;
  }
  .footer_top_wrapper{
    padding-top: 24px!important;
  }
}



/* ================768px============= */

@media (max-width: 768px){
  .header_row {
    padding-top: 1.5em!important;
    padding-bottom: 1.5em;
  }
  .footer_top_wrapper {
    padding-top: 23px !important;
  }
  .ast-button-wrap .menu-toggle.main-header-menu-toggle {
    padding-left: 12.4032px;
    padding-right: 12.4032px;
  }
  .ast-button-wrap .menu-toggle .menu-toggle-icon {
    font-size: 24.8064px;
  }
}

@media (max-width: 544px){
  .header_row {
    padding-top: 1em!important;
    padding-bottom: 1em;
}
}
/* ================499px============= */

@media (max-width: 499px){
  .header_row {
    padding-top: 1em !important;
    padding-bottom: 1em;
  }
  .banner.content-inner {
    margin:  0;
  }
  .header_logo_wrapper {
    line-height: 1;
    align-self: center;
    padding: 0;
    padding-right: 1em;
  }
  .header_wrapper {
    flex-wrap: nowrap;
  }
  .ast-button-wrap .menu-toggle .menu-toggle-icon {
    font-style: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: 2.05;
    line-height: 55.76px;
    position: relative;
    top: -1px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #transparent;
  text-align: center;
}
.footer__copyright.footer__copyright_row {
  background-color: #161921;
  padding: 25px;
  margin: 0px;
}

.footer__copyright_wrapper {
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}

.footer__copyright_content {
  font-size: .7rem;
  text-align: center;
}
.footer__copyright_content p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.75;
}

.footer_top_wrapper {
  padding-right: 100px;
  padding-bottom: 50px;
  padding-left: 100px;
  padding-top: 25px;
  background-color: #090c1a;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}

.f_col.f_col-1 {
  width: 22.11%;
  float: left;
  min-height: 1px;
  zoom: 1;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.logo_wrapper {
  margin: 20px;
  margin-top: 1px;
  zoom: 1;
  line-height: 0;
  position: relative;
  /*   float: left; */
  text-align: left;
}
.logo_wrapper img {
  width: 100%!important;
  max-width: 200px!important;
  display: inline;
  height: auto;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  vertical-align: middle;
}

.logo_wrapper>div {
  display: inline-block;
  line-height: 0;
  position: relative;
  max-width: 100%;
  width: 200px;
}
.social_icon_wrapper {
  margin: 20px;
  margin-top: 0px;
  zoom: 1;
  text-align: left;
}



.f_col.f_col-2 {
  float: left;
  min-height: 1px;
  width: 49.44%;
  zoom: 1;
  margin: 0px;
  padding: 0px;
}

.footer_menu_wrapper {
  margin: 20px;
  margin-right: 0px;
  zoom: 1;
  /* color: #fff; */
}

.footer_menu_wrapper>div {
  display: flex;
  justify-content: center;
}
.footer_menu_wrapper .hs-menu-wrapper>ul>li:last-child>a, .footer_menu_wrapper .hs-menu-wrapper>ul>li:first-child>a {
    cursor: text;
}
.footer_menu_wrapper .hs-menu-wrapper> ul {
  margin: 0;
  list-style-type: none;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}


/* ==========back to Top========== */
a.scroll-top-icon.scroll-to-top-right {
    color: #ffffff;
    background-color: #848484;
    font-size: 15px;
    font-size: 0.9375rem;
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    color: #fff;
    border-radius: 2px;
    content: "";
    transform: rotate(180deg);
    right: 30px;
    bottom: 30px;
}

.scroll-top-icon::before {
    content: "\e900";
    font-family: Astra;
    text-decoration: inherit;
}
.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal!important;
}

#scroll-top {
    display: none;
    position: fixed;
    text-align: center;
    cursor: pointer;
    z-index: 99;
    width: 2.1em;
    height: 2.1em;
    line-height: 2.1;
    color: #fff;
    border-radius: 2px;
    content: ""
}

@media (min-width: 769px) {
    #scroll-top {
        content:"769"
    }
}

.scroll-to-top-right {
    right: 30px;
    bottom: 30px
}

.scroll-to-top-left {
    left: 30px;
    bottom: 30px
}

.scroll-top-icon {
    transform: rotate(180deg)
}

.scroll-top-icon::before {
    content: "\e900";
    font-family: Astra;
    text-decoration: inherit
}
#scroll-top {
    color: #ffffff;
    background-color: #848484;
    font-size: 15px;
    font-size: 0.9375rem;
}

#scroll-top {
    color: #ffffff;
    background-color: #848484;
    font-size: 15px;
    font-size: 0.9375rem;
}

#scroll-top:hover {
    background-color: #5b5b5b;
}

.f_col.f_col-3 {
  width: 28.45%;
  float: left;
  min-height: 1px;
  zoom: 1;
  padding: 0px;
  margin: 0px;
  /* margin: 20px; */
}

.footer_button_wrapper {
  margin: 20px;
  text-align: right;
}
.footer_menu_wrapper ul>li.hs-menu-depth-1>a {
   
    padding-bottom: 1px !important;
}
.footer_button_wrapper a {
  font-weight: 600;
  font-size: 14px;
  text-transform: none;
  border: 1px solid rgba(243,0,0,0);
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #e3343c;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  background: rgba(255,0,0,0);
  color: #f5f7f8;
  display: inline-block;
  line-height: 18px;
}

.footer_button_wrapper a:hover, .footer_button_wrapper a:focus {
  border: 1px solid rgba(225,15,24,0.26);
  border-style: solid;
  border-width: 0;
  background-clip: border-box;
  border-color: #e3343c;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: rgba(237,27,36,0.26);
}


.footer_menu_wrapper ul ul {
  display: block;
  margin-top: .25em;
}
.footer_menu_wrapper .hs-menu-wrapper >ul>li {
  padding-right:60.6px;
  line-height: 2.2em;
  font-size: .9em;
  color: #F5F7F8;
  text-align: left;
}
.footer_menu_wrapper ul ul.hs-menu-children-wrapper {
    box-shadow: rgb(0 0 0 / 24%) 0px 9px 16px;
}

.footer_menu_wrapper .hs-menu-wrapper >ul>li a {
  padding: 0;
}
.footer_menu_wrapper .hs-menu-wrapper >ul>li:last-child {
  padding-right: 0;
}
.footer_menu_wrapper .hs-menu-wrapper ul ul>li a {
  font-size: .81em;
  color: #989898;
  text-align: left;
  line-height: 2.2em;
}
.footer_menu_wrapper .hs-menu-wrapper ul ul>li a:hover{
  text-decoration: underline;
}

.footer_menu_wrapper ul>li.hs-menu-depth-1 >a {
  color: #fff;
  line-height: 2.2em;
  padding-bottom:1px;
  /* text-decoration: underline; */
}

.footer_menu_wrapper ul>li.hs-menu-depth-1 >a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer_menu_wrapper ul>li.hs-menu-depth-1.hs-item-has-childern >a:hover {
  text-decoration: none;
}

hs-item-has-children {}

.footer_menu_wrapper ul>li.hs-menu-depth-1.hs-item-has-children >a:hover {
  text-decoration: none;
}


/* ================max-width:1024px=============== */

@media(max-width:1023px){
  .f_col.f_col-1 {
    width: 100%;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .logo_wrapper {
    text-align: center;
  }

  .social_icon_wrapper {
    text-align: center;
  }

  .f_col.f_col-2 {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .f_col.f_col-3 {
    width: 100% !important;
    max-width: none;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .footer_button_wrapper {
    text-align: center;
  }
  .footer_menu_wrapper ul ul {
    margin-top: .21em;
  }
  .footer__copyright_content p {
    line-height: 1.75;
  }
  
}

/* .footer_menu_wrapper ul>li.hs-menu-depth-1>a {
    line-height: 2.2em;
} */


/* ================max-width:767px=============== */
@media(max-width:767px){
  .footer__copyright_content {
    font-size: 10.2144px;
}

.social_icon_wrapper .fl-icon i:before {
    font-size: 30px;
}
.social_icon_wrapper .fl-icon + .fl-icon {
    margin-left: 7px;
}
  .f_col.f_col-2 {
    display: none;
}
}


/* ================max-width:399px=============== */
@media(max-width:399px){
.footer_top_wrapper {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}
  .footer_top_wrapper {
    padding-top: 23px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #transparent;
  text-align: center;
}

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

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

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

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Share, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #3a3a3a;
  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: #3a3a3a;
  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: #3a3a3a;
}
.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: #3a3a3a;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: #transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #3a3a3a;
  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 #b30000;
  color: #b30000;
}
.blog-comments .hs-button:hover {
  background-color: #b30000;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #b30000;
}

/*             Blog Listing with Sidebar            */

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

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

/*             Blog Grid Listing            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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


.hs-blog-listing .banner.banner-heading>h1:after{
  display:inline-block;
}


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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}

.banner.custom-banner-wrapper {
  background-color: #090c1a;
  padding-top: 107px;
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  position: relative;
}

.banner.banner-heading {
  padding-top: 10px;
}

.banner.content-inner {
  margin: 20px;
}

.banner.custom-banner-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1; 
  padding: 18px 25px 25px;
  margin: 0px;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.banner.banner-heading>h1 {
  font-weight: 700;
  font-family: 'Raleway',sans-serif;
  text-transform: inherit;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 0;
}

.banner.banner-heading>h1 {
  /* line-height: 1.75; */
  font-weight: 700;
  font-family: 'Raleway',sans-serif;
  text-transform: inherit;
  /* font-size: 1.5rem; */
  color: #FFFFFF;
  line-height: 1.2;
  letter-spacing: 0;
}

.banner.banner-heading >h1:after {
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  margin-left: -6px;
}


.custom-top-categories .page-center {}

.custom-top-categories {
  padding: 25px;
  background-color: #313131;
}

.custom-top-categories * {
  color: #fff;
  text-align: center;
  /* padding: 3px 8px; */
}

.custom-top-categories h3 {
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 0 0  20px;
}

.custom-top-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.custom-top-categories ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: .8em;
}

.custom-top-categories ul li span.filter-link-count {
  display: none;
}
.custom-top-categories .page-center {
  max-width: 1000px;
}
.custom-top-categories ul li:after {
  content: ' • ';
}

.custom-top-categories ul li a {
  padding: 3px 8px;
  text-decoration: none;
  transition: all .15s linear;
}

.custom-top-categories ul li a:hover {
  color: #ea0000;
}

.custom-top-categories .widget-module {
  padding: 0 20px 20px;
}

.custom-top-categories ul li:last-child:after {
  display: none;
}
.custom-top-categories .page-center {
  max-width: 900px;
}

.custom-first-feed {
  padding: 25px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #efefef;
}
.blog-paginations {
  padding: 0px 0;
  text-align: center;
}

.blog-paginations a {
  margin: 40px 0;
  text-align: center;
}
.custom-first-feed .page-center {
  max-width: 1150px;
}
.blog-paginations a {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  padding: 12px 24px;
  text-decoration: none;
  text-shadow: none;
  background: #fafafa;
  border: 1px solid #ccc;
  color: #333;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-size: 14px;
  line-height: 14px;
}
.blog-paginations a:hover {
  color: #333;
}

.custom-post-grid-image {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
}

.custom-post-grid-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center center;
  transform: translateY(-50%);
  top: 50%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}
.custom-post-feed {
  padding: 20px;
}
.custom-post-grid {}

.custom-post-grid .page-center-inner {
  margin-left: -30px;
  margin-right: -30px;
}
.custom-post-grid-text {
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
}

h2.custom-post-grid-title {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 10px;
  padding: 0;
}

.custom-post-grid-meta {
  font-size: 14px;
  padding-bottom: 10px;
}
.banner.banner-heading p {
  margin-top: 1em;
  color: #fff;
}
.custom-post-grid-meta span.custom-sep {
  display: inline-block;
  margin: 0 2px;
}

.custom-post-grid-content p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}
.custom-post-grid .custom-post-column {
  float: left;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  width: 33.333333333333%;
  opacity:1 !important;
  animation: taadaa 1s ease-in-out 0s forwards;
}
@keyframes taadaa { 
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.custom-post-grid .custom-post-column:nth-child(3n + 1) {
  clear: both;
}
.custom-post-feed-image {
  float: left;
  margin-bottom: 0;
  width: 40%;
}
.custom-post-grid .page-center {
  padding: 70px 45px 45px;
}

.custom-post-feed-image img {
  max-width: 100%;
}

.custom-post-feed-text {
  margin-left: 44%;
}

h2.custom-post-feed-title {
  margin: 0 0 10px;
  padding: 0;
  clear: none;
  font-weight: 700;
  font-family: 'Raleway',sans-serif;
  text-transform: inherit;
  /* font-size: 1rem; */
  color: #3a3a3a;
  line-height: 1.3;
}

.custom-post-feed-meta {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.custom-post-feed-meta span.custom-sep {
  margin: 0 3px;
}
.custom-post-feed-content p {
  margin: 0;
}
a.next-posts-link.ended {
  display: none !important;
}

.blog-paginations.ended1 {
  display: none;
}
.banner.custom-banner-wrapper.post-top-header {
  padding-top: 100px;
}

.post-top-header .banner.custom-banner-inner {
  max-width: 1240px;
  padding: 0 20px;
}

.post-top-header .banner.custom-banner-inner .banner.content-inner {
  margin: 0;
}

.post-top-header .banner.custom-banner-inner .banner.content-inner .banner.banner-heading {
  padding: 0;
}

.post-top-header .banner.custom-banner-inner .banner.content-inner .banner.banner-heading h1 {
  margin: 0;
}
.banner.custom-banner-wrapper.post-top-header {
  padding-top: 150px;
  padding-bottom:50px;
}

.post-top-header .banner.custom-banner-inner {
  max-width: 1240px;
  padding: 0 20px;
}

.post-top-header .banner.custom-banner-inner .banner.content-inner {
  margin: 0;
}

.post-top-header .banner.custom-banner-inner .banner.content-inner .banner.banner-heading {
  padding: 0;
}

.post-top-header .banner.custom-banner-inner .banner.content-inner .banner.banner-heading h1 {
  margin: 0;
}

.custom-post-content-wrapper {}

.custom-post-content-wrapper .page-center {
  max-width: 880px;
}

.custom-post-content-wrapper  .post-content-inner {
  padding: 25px;
}
.blog-post_tags span {
  padding: 0 7px;
}
.post-feat-img {
  padding: 20px;
  margin-bottom: 50px;
}

.post-feat-img img {
  width: 100%;
}

.custom-col-content.custom-node-content {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-color: #efefef;
  text-align: center;
}

.custom-col-content.custom-node-content .custom-module-content.custom-node-content {
  margin-top: 0px;
  margin-bottom: 10px;
}

.blog-post_tags {
  font-size: .8em;
  text-transform: uppercase;
}
.post-top-header .banner.custom-banner-inner .banner.content-inner .banner.banner-heading h1:after {
  display: none;
}
.fl-node-5ff8719652864 .uabb-social-share-wrap {
  text-align: center;
}
.uabb-ss-wrap.uabb-ss-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uabb-ss-column-auto .uabb-ss-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uabb-ss-wrap.uabb-ss-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.uabb-ss-column-auto .uabb-ss-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uabb-ss-wrap.uabb-ss-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.uabb-ss-column-auto .uabb-ss-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin:before {
  content: "\f08c";
}
.uabb-social-share-wrap .uabb-style-inline .uabb-ss-grid-item {
  margin-top: 10px;
}
.fl-node-5ff8719652864 .uabb-social-share-wrap .uabb-ss-grid-item {
  margin-bottom: 10px;
}
.fl-node-5ff8719652864 .uabb-social-share-wrap .uabb-ss-grid-item {
  margin-right: calc(10px);
  margin-left: calc(10px);
}
.uabb-social-share-wrap .uabb-style-inline .uabb-ss-grid-item {
  margin-top: 10px;
  margin-right: calc(10px);
  margin-left: calc(10px);
  margin-bottom: 10px;
}

.uabb-social-share-wrap .uabb-ss-grid-button {
  overflow: hidden;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, border-color, -webkit-filter;
  transition-property: background-color, border-color, -webkit-filter;
  -o-transition-property: filter, background-color, border-color;
  transition-property: filter, background-color, border-color;
  transition-property: filter, background-color, border-color, -webkit-filter;
  height: 4.5em;
  cursor: pointer;
}

.uabb-ss-view-text .uabb-ss-grid-button, .uabb-ss-view-icon .uabb-ss-grid-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uabb-social-share-wrap .uabb-ss-grid-button {
  height: 40px;
}

.uabb-social-share-wrap .uabb-ss-boxed .uabb-ss-button-facebook .uabb-ss-grid-button, .uabb-social-share-wrap .uabb-ss-framed .uabb-ss-button-facebook .uabb-ss-grid-button {
  border: 2px solid #3b5998;
}
.uabb-social-share-wrap .uabb-ss-grid-button-link {
  color: #ffffff;
}
.uabb-ss-grid-button .uabb-ss-grid-button-link {
  display: flex;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}

.uabb-ss-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4.5em;
  position: relative;
}

.uabb-ss-view-text .uabb-ss-icon, .uabb-ss-view-text .uabb-ss-button-text, .uabb-ss-view-icon .uabb-ss-icon, .uabb-ss-view-icon .uabb-ss-button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.uabb-ss-view-text .uabb-ss-icon, .uabb-ss-view-text .uabb-ss-button-text, .uabb-ss-view-icon .uabb-ss-icon, .uabb-ss-view-icon .uabb-ss-button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.uabb-ss-flat .uabb-ss-button-facebook .uabb-ss-grid-button, .uabb-ss-boxed .uabb-ss-button-facebook .uabb-ss-icon, .uabb-ss-gradient .uabb-ss-button-facebook .uabb-ss-grid-button {
  background-color: #3b5998;
}

.uabb-ss-flat .uabb-ss-button-facebook .uabb-ss-grid-button, .uabb-ss-boxed .uabb-ss-button-facebook .uabb-ss-icon, .uabb-ss-gradient .uabb-ss-button-facebook .uabb-ss-grid-button {
  background-color: #3b5998;
}


.uabb-ss-icon i {
  font-size: 2em;
}
.uabb-ss-icon i {
  font-size: 2em;
}

.uabb-ss-icon i {
  font-size: 25px;
}
.uabb-social-share-wrap.uabb-social-share-horizontal {
  padding: 20px;
}
.fab, .far {
  font-weight: 400;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

.fa-facebook:before {
  content: "\f09a";
}
.uabb-social-share-wrap .uabb-ss-boxed .uabb-ss-button-linkedin .uabb-ss-grid-button, .uabb-social-share-wrap .uabb-ss-framed .uabb-ss-button-linkedin .uabb-ss-grid-button {
  border: 2px solid #0077b5;
}

.uabb-ss-flat .uabb-ss-button-linkedin .uabb-ss-grid-button, .uabb-ss-boxed .uabb-ss-button-linkedin .uabb-ss-icon, .uabb-ss-gradient .uabb-ss-button-linkedin .uabb-ss-grid-button {
  background-color: #0077b5;
}

.uabb-social-share-wrap .uabb-ss-boxed .uabb-ss-button-twitter .uabb-ss-grid-button, .uabb-social-share-wrap .uabb-ss-framed .uabb-ss-button-twitter .uabb-ss-grid-button {
  border: 2px solid #1DA1F2;
}

.uabb-ss-flat .uabb-ss-button-twitter .uabb-ss-grid-button, .uabb-ss-boxed .uabb-ss-button-twitter .uabb-ss-icon, .uabb-ss-gradient .uabb-ss-button-twitter .uabb-ss-grid-button {
  background-color: #1DA1F2;
}

.blog-post_body p {
  margin-bottom: 1.5em;
}

.blog-post_body {
  padding: 20px;
}
.custom-author-row.custom-node-content {
  background: #313131;
  padding: 10px;
  color: #fff;
  /* display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;*/
  display: none!important;
  /* margin: 20px; */
}

.custom-author-bio-thumb {
  padding-right: 30px;
  border-radius: 50%;
}

.custom-author-bio-thumb img {
  border-radius: 50%;
  height: auto;
  max-width: none;
}

.custom-author-bio-thumb * {
  color: #fff;
}

.custom-author-row.custom-node-content * {
  color: #fff;
}

h3.custom-author-bio-name {
  font-size: 1rem;
  font-weight: 700;
  font-family: 'Raleway',sans-serif;
  text-transform: inherit;
  margin: 0 0 10px;
  letter-spacing: 0;
}
.blog-post_body blockquote {
  border-left: 5px solid rgba(0,0,0,.05);
  padding: 20px;
  font-size: 1.2em;
  font-style: italic;
  margin: 0 0 1.5em;
  position: relative;
  margin: 1.5em 1em 1.5em 3em;
  padding: 1.2em;
  font-size: 1.1em;
  line-height: inherit;
  position: relative;
  /* color: #000000; */
}
.custom-top-categories.custom-post-categories {
  background-color: #efefef;
}

.custom-top-categories.custom-post-categories h3 {
  color: #414141;
  font-size: 18px;
  text-align: center;
  padding: 20px 0 20px;
}

.custom-top-categories.custom-post-categories ul li a {
  color: #b30000;
}

.custom-top-categories.custom-post-categories ul li:after {
  color: #b30000;
}

.custom-top-categories.custom-post-categories ul li a:hover {
  color: #252525;
}
.custom-author-row.custom-node-content {
  background: #313131;
  padding: 30px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 40px 0 40px;
}
.section.post-footer {
    margin: 0 auto;
    padding: 30px 20px 30px;
}
.custom-author-bio-thumb {
  padding-right: 30px;
  border-radius: 50%;
}

.custom-author-bio-thumb img {
  border-radius: 50%;
}

.custom-author-bio-thumb * {
  color: #fff;
}

.custom-author-row.custom-node-content * {
  color: #fff;
}

h3.custom-author-bio-name {
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Raleway',sans-serif;
  text-transform: inherit;
  margin: 0 0 10px;
  letter-spacing: 0;
}

.custom-post-pagination {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 2em 0 0;
  border-top: 1px #ccc solid;
  margin-top: 25px;
  padding-bottom: 2em;
  display: flex;
}

.custom-post-pagination a.previous-posts-link {
  margin: 2px;
  display: inline-block;
  text-align: center;
}

.custom-post-pagination a {
  flex: auto;
  margin: 2px;
  display: inline-block;
  text-align: center;
}

@media(max-width: 1023px){
  .custom-post-grid .custom-post-column {
    width: 50%;
  }
  .custom-post-grid .custom-post-column:nth-child(2n + 1) {
    clear: both;
  }
  .custom-post-content-wrapper .post-content-inner {
    padding: 25px;
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media(max-width:768px){
  .banner.banner-heading>h1 {
    /* font-size: 30px; */
        padding-bottom: 5px;
  }

  .banner.content-inner {
    margin: 20px 0;
  }

  .banner.custom-banner-wrapper {
    padding-top: 136px;
  }

  .banner.custom-banner-inner {
    padding: 20px;
  }

  .banner.banner-heading {
    padding-top: 0;
  }

  .banner.banner-heading >h1:after {
    margin-left: -7px;
  }

.banner.custom-banner-inner {
    padding: 20px 45px;
  }
}
@media(max-width:767px){
  .custom-post-grid .custom-post-column {
    width: 100%;
  }
  .banner.custom-banner-wrapper.post-top-header {
    padding-top: 121px;
  }
  .custom-post-grid .custom-post-column {
    padding-left: 0;
    padding-right: 0;
  }
  .custom-post-grid .page-center-inner {
    margin-left: 0;
    margin-right: 0;
}
  .post-top-header .banner.custom-banner-inner .banner.content-inner .banner.banner-heading h1 {
    font-size: 30px;
    color: #ffffff;
  }
  .custom-col-content.custom-node-content {
    margin-top: 0;
    margin-bottom: 0;
  }
  .post-feat-img {
    padding: 20px;
    margin-bottom: 0;
  }
  .custom-first-feed {
    padding: 25px 0;
  }
  .custom-post-content-wrapper .post-content-inner {
    padding: 25px;
  }
  h2.custom-post-feed-title {
    margin: 0 0 10px;
    padding: 0;
    clear: none;
    font-weight: 700;
    font-family: 'Raleway',sans-serif;
    text-transform: inherit;
    font-size: 25px;
  }
  .custom-post-feed {
    padding: 20px;
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .custom-post-feed-image {
    float: none;
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .custom-post-grid .custom-post-column:nth-child(1n + 1) {
    clear: both;
  }
  .custom-post-feed-text {
    margin-left: 0;
  }
  .custom-post-grid .page-center {
    padding: 70px 20px 45px;
  }
  .banner.banner-heading>h1 {
   /*  font-size: 30px; */
    padding-bottom: 5px;
  }

  .banner.content-inner {
    margin: 20px 0;
  }

  .banner.custom-banner-wrapper {
    padding-top: 136px;
  }

  .banner.custom-banner-inner {
    padding: 20px;
  }

  .banner.banner-heading {
    padding-top: 0;
  }

  .banner.banner-heading >h1:after {
    margin-left: -7px;
  }
}
@media (max-width: 544px){
  h3.custom-author-bio-name {
    font-size: 20px;
    line-height: 1.4;
  }
  .post-top-header .banner.custom-banner-inner .banner.content-inner .banner.banner-heading h1 {
    font-size: 30px;
    color: #fff;
    text-align: center;
  }
  .banner.custom-banner-wrapper {
    padding-top: 120px;
}
}
/* ================max-width:499px============== */
@media(max-width:499px){
  .banner.banner-heading>h1 {
   /*  font-size: 30px; */
    font-weight: 700;
  }
  .custom-author-row.custom-node-content {
    display: block;
  }
  .custom-author-bio-thumb {
    padding-right: 0;
    border-radius: 50%;
    padding-bottom: 30px;
  }
  .banner.custom-banner-inner {
    padding: 5px 20px 20px;
  }

.banner.custom-banner-wrapper {
    padding-top: 136px;
}

  .banner.banner-heading >h1:after {
    margin-left: -7px;
  }

}

@media (max-width: 325px){
  .banner.custom-banner-wrapper {
    top: 0;
    padding-top: 128px;
}

}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.hs-landing-page .content-wrapper {
  padding: 50px 20px;
}
.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: Share, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ddd;
  z-index: -1;
}
.systems-page input#hs-pwd-widget-password {
  height: auto !important;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .75rem .75rem;
}
.hs-search-results {
  margin-top: 2rem;
}

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

ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Share, sans-serif;
  font-size: 1.25rem;
  color: #3a3a3a;
  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: #3a3a3a;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
p.header {
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 0px!important;
}
.systems-page form {
  max-width: 500px;
}
.systems-page .hs-form-field {
  margin-bottom: 18px;
}
div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
  width: 100% !important;
}
@media (max-width: 767px) {
  div#hs_cos_wrapper_backup_unsubscribe input.email-edit.hs-input {
    width: 100% !important;
  }
  .systems-page form {
    max-width: 100%;
  }

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

  .systems-page h2, .systems-page h3{
    font-size: 22px;
  }







}