/* ******************************************************************************
*********************************************************************************
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;
}
.row:after,.row:before {
  content: "";
  clear: both;
  display: block;
}
.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 (max-width: 370px){
  .dnd-section > .row-fluid ,
  .page-center,
  .footer_container,
  .content-wrapper,
  .container{
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "FontAwesome";
  src: url(//14573509.fs1.hubspotusercontent-na1.net/hubfs/14573509/raw_assets/public/NuPay_May2021/fonts/fontawesome-webfont.woff2) format('woff2'),
    url(//14573509.fs1.hubspotusercontent-na1.net/hubfs/14573509/raw_assets/public/NuPay_May2021/fonts/fontawesome-webfont.woff) format('woff'),
    url(//14573509.fs1.hubspotusercontent-na1.net/hubfs/14573509/raw_assets/public/NuPay_May2021/fonts/fontawesome-webfont.ttf) format('true-type');
  font-style: normal;
  font-weight: normal;
}


body {
  color: #587791;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  font-family: Montserrat;
  -webkit-font-smoothing: antialiased;
}

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

}

/* 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 {
  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 only screen and (max-width: 1000px) and (min-width: 690px){
  body h1{
    font-size: 37.8px;
    line-height: 42px;
  }

}

@media only screen and (max-width: 690px){
  body h1{
    font-size: 35.1px;
    line-height: 39px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}
.hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_email_simple_subscription, .hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, .widget-type-google_search, #comment-form, .section.post-footer, .hs-search-field, .hs_cos_wrapper_type_member_login, .hs_cos_wrapper_type_password_reset, .hs_cos_wrapper_type_password_reset_request, .hs_cos_wrapper_type_member_register, .widget-type-google_search, .widget-type-form, .widget-type-blog_subscribe form, .submitted-message {
    padding: 30px 0;
}
.hs-button {
    cursor: pointer;
    text-decoration: none;
    font: inherit;
    box-shadow: none;
    box-sizing: border-box!important;
    display: inline-block;
    width: auto;
    margin: 0 16px 0 0;
    color: #FFFFFF;
    background: #b5121b;
    font-size: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
    height: 44px;
    border: none;
    border-radius: 5px;
    margin-left: 12px;
    transition: 0.3s;
}
.hs-button {
    border-radius: 0;
    background-color: #294391;
    padding: 15px 22px;
    box-shadow: none;
    height: auto;
    font-size: 1em;
    line-height: 1.5em;
    position: relative;
    text-transform: none;
    margin: 0 auto;
    padding: 9px 18px 9px 18px;
    border: 0;
    border-radius: 2px;
    width: auto;
    cursor: pointer;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 0;
    white-space: nowrap;
    transition: padding .25s;
    -webkit-transition: padding .25s;
    color: #ffffff;
    margin-right: 0;
  border:1px solid;
  white-space:normal;
}

.hs-button:hover {
    background: #494949;
  text-decoration:none;
}

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

  color: #fff;
}

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


.hs-form label {
 
  margin-bottom: 5px;
    color: #0f0f0f;
    text-decoration: none;
    box-sizing: border-box!important;
    font-weight: 700;
    font-size: inherit;
    display: inline-block;
    line-height: 1.3;
    clear: both;
}

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

input[type="text"], 
input[type="password"],
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"],
input[type="time"], 
input[type="week"],
input[type="number"],
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
input[type="file"],
textarea, select, .hs-input, input[type="password"] {
    text-transform: none;
    font-weight: 400;
    position: relative;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: .72em .9em .65em;
    border-radius: 2px;
    border: 1px solid #d6d8d9;
    background-color: #fafafa;
    line-height: 1.4em;
    font-family: inherit;
    height: auto;
    background-image: none!important;
    color: #777;
}


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

.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;
  padding-left: 0 !Important;
}

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

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

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

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

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
.hs-search-module a.hs-button.primary ,input[type="password"] {
  margin-top: 17px;
}
/* ******************************************************************************
*********************************************************************************
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;
  
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
 
}

.hs-menu-item.active a {
  
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.scroll_header header.header.header_landingr {
    transform: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.dnd-section>.row-fluid, .page-center, .footer__container, .content-wrapper, .container {
  padding: 0 90px;
}


@media (max-width: 999px){
  .dnd-section>.row-fluid, .page-center, .footer__container, .content-wrapper, .container {
      padding: 0 6%;
  }


}
/* ******************************************************************************
*********************************************************************************
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.header {
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 9999;
  transition: all .4s ease;
  transform: translateY(0);
  position: fixed;
}
ul.header_social_menu>li>a:hover i {
  webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  font-size: 18px!important;
  width: 36px;
}
span.close-wrap {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
  transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  opacity: 0;
  height: 28px;
  width: 22px!important;
}

span.close-line.close-line1 {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: translateY(0) translateX(0) rotate(
    -45deg
  );
  transform: translateY(0) translateX(0) rotate(
    -45deg
  );
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: .0s;
  animation-delay: .0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  webkit-animation-duration: .4s;
  animation-duration: .4s;
  overflow: hidden;
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  background-color: #888888;
  border-color: #888888;
}



span.close-line.close-line2 {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: translateY(0) translateX(0) rotate( 45deg );
  transform: translateY(0) translateX(0) rotate( 45deg );
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  overflow: hidden;
  width: 22px;
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  background-color: #888888;
  border-color: #888888;
}


.close span.close-wrap {
  opacity: 1;
}



ul.header_social_menu>li>a:hover i:after {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  width: 100%;
  text-decoration: inherit;
  display: block;
  speak: none;
  content: "\f099";
  color: #294391;
}
/* .header_outer_wrapper {
  min-height: 125px;
} */

@media (min-width: 691px){
  .scroll_header header.header {
    transform: translateY(-42px);
    background-color: rgba(255,255,255,100);
    box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
    -webkit-box-shadow: 0 0 3px 0 rgb(0 0 0 / 22%);
    overflow: visible!important;
  }
  .scroll_header .header_col1 a > img {
    width: 127px !important;
    bottom: 0;
  }
}
.header_col1 a>img {
  transition: all 0.4s ease;
}

/* .scroll_header nav.navigation-primary>ul.level-1>li {
min-height: 67.66px;
} */
main.body-container-wrapper {
  position: relative;
  z-index: 2;
  background: #fff;
  margin-bottom: 443px;
}

.header_top {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  background-color: #F8F8F8;
  border-bottom: 1px solid #ddd;
  border: 1px solid transparent;
  transition: transform 0.32s ease;
  background-color: #00bbe4;
  min-height: 42px;
  transform: translateY(0%);
}

.header_top_container.customContainer {
  position: static;
  width: 100%;
  max-width: 100% !important;
  padding: 0 28px;
}

.header_top_wrapper {
  text-align: center;
  padding: 0 130px;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 10px 0;
  color: #ffffff;
  font-weight: 400;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 16px;
  max-width: 70%;
}

.header_top_wrapper a {
  -webkit-transition: color 0.2s;
  text-decoration: none;
  color: #ffffff;
}
.header_bottom {
  display: block;
  position: relative;
  z-index: 9998;
  width: 100%;
  transition: all 0.2s;
}

.header_bottom_container {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 28px;
}

.header_bottom_row {
  position: relative;
  padding-bottom: 0px;
}
.header_col1 {
  margin-right: 2%;
}
.header_col1 a {
  text-decoration: none;
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1.5px;
  color: #444;
  font-family: 'Open Sans';
  font-weight: 600;
  color: #888888;
  transition: margin 0.15s ease;
}

.header_col1 a>img {
  text-indent: -9999px;
  max-width: 100%;
  width: 142.86px !important;
  margin-bottom: 0px;
  display: block;
  transition: opacity 0.4s ease;
  transition: height 0.15s ease, opacity 0.2s ease;
  position: relative;
  bottom: 2px;
}
.header_top_outer_wrapper {
  min-height: 42px;
}
.header_col2 {
  margin-right: 0;
  position: static!important;
}
.icon_wrapper {
  position: absolute;
  display: none;
  position: absolute;
  right: 0px;
  top: 48%;
  margin-bottom: 10px;
  margin-top: -5px;
  z-index: 10000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.icon_wrapper a>span {
  transition: -webkit-transform 0.33s 0.3s ease-in;
  transition: transform 0.33s 0.3s ease-in;
  -webkit-transform-origin: center;
  transform-origin: center;
  display: block;
  height: 21px;
  transition: -webkit-transform 0.33s 0s ease;
  transition: transform 0.33s 0s ease;
  height: 20px;
  overflow: hidden;
  width: 22px;
  position: relative;
}
i.lines-button.x2 {
  transition: .3s;
  cursor: pointer;
  line-height: 0px!important;
  top: 9px;
  position: relative;
  font-size: 0px!important;
  user-select: none;
  display: block;
  top: 9px!important;
  color: #888888;
}
i.lines {
  display: block;
  width: 1.4rem;
  height: 3px;
  background-color: #ecf0f1;
  transition: 0.3s;
  position: relative;
  height: 2px;
  transition: background 0.2s ease,opacity 0.2s ease;
  background-color: transparent;
  color: #888888;
}

.lines:before, .lines:after {
  display: block;
  width: 1.4rem;
  height: 3px;
  background: #ecf0f1;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 0.142rem center;
  transform-origin: 0.142rem center;
}

.lines:before {
  top: 6px;
  width: 1rem;
  top: 7px;
  height: 2px;
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease,opacity 0.2s ease;
  height: 2px!important;
  width: 22px!important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: top 0.4s 0.45s ease,width 0.3s ease, -webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: top 0.4s 0.45s ease,width 0.3s ease, transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  width: 1rem!important;
  background-color: #888888;
}

.lines:after {
  width: 1.2rem; */
  top: -7px;
  height: 2px;
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.08s, background-color 0.2s ease,opacity 0.2s ease!important;
  height: 2px!important;
  width: 22px!important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transition: top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  background-color: #888888;
  top: -7px;
}
i.lines-button.x2:after {
  height: 2px;
  background-color: rgba(0,0,0,0.4);
  display: inline-block;
  width: 1.4rem;
  height: 2px;
  transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
  -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
  position: absolute;
  left: 0;
  top: 0px;
  content: '';
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  height: 2px!important;
  width: 22px!important;
  top: 0px!important;
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease!important;
  background-color: #888888;
}
.header_col2 ul.pl{
  list-style: none;
  margin: 0;
  float: right;
  overflow: visible!important;
  transition: padding 0.8s ease,margin 0.25s ease;
  min-height: 1px;
  line-height: 1px;
  transition: padding 0.8s ease;
  margin-left: 32px !important;
  margin-right: 18px;
}

ul.header_social_menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  z-index: 10;
  margin: 0;
  overflow: visible!important;
  transition: padding 0.8s ease,margin 0.25s ease;
  min-height: 1px;
  line-height: 1px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
ul.header_social_menu>li {
  padding: 0;
  z-index: 10;
  list-style: none;
  float: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0!important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative!important;
  visibility: visible!important;
  pointer-events: auto!important;
}

ul.header_social_menu>li>a {
  list-style: none outside none;
  position: relative;
  margin: 0 1px;
  padding: 0.75em 1em 32px;
  text-decoration: none;
  padding: 0px 10px 0px 10px;
  display: block;
  color: #676767;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s linear;
  color: #888888;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 18.2px;
  font-weight: 400;
  display: inline-block;
  margin-right: 0;
  margin-left: 0;
  overflow: hidden;
  webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  margin-left: 0!important;
  margin-right: 0!important;
  padding-right: 0!important;
  padding-left: 0!important;
  line-height: 22px;
  bottom: 1px;
}
.menu_wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.btn-header a {
  vertical-align: baseline;
  z-index: 10;
  position: relative;
  text-decoration: none;
  margin: 0 1px;
  padding: 0px 10px 0px 10px;
  display: block;
  font-family: Montserrat;
  font-size: 13px;
  line-height: 18.2px;
  font-weight: 400;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #fff;
  opacity: 1!important;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background: transparent ;
  border: none !important;
}
.btn-header a:before {
  display: block;
  position: absolute;
  left: 0;
  padding-bottom: 10px;
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  width: 100%;
  content: "";
  z-index: -1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background-color: #294391;
  height: 33px;
}
.btn-header {
  margin: 0;
  padding: 0;
  z-index: 10;
  line-height: 0px!important;
  font-size: 12px!important;
  position: relative;
  list-style: none;
  float: left;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*   min-height: 85px; */
}
@media  (max-width: 1450px){
  .header_col1 {
    text-align: left!important;
    left: 0!important;
    width: auto!important;
    float: left!important;
  }
  .icon_wrapper {
    position: absolute;
    top: 0;
    float: right;
    transform: none!important;
    -webkit-transform: none!important;
    margin: 1px 0 0!important;
    padding-top: 0!important;
    display: block!important;
    padding-top: 18px;
    transition: padding 0.2s ease;
    top: 48%!important;
    padding-right: 0!important;
    transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
  }
  .scroll_header .icon_wrapper {
    top: 50% !important;
  }

  .scroll_header .icon_wrapper {top: 50% !important;}

  .heder_bg {
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    height: 1px;
    width: 1px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 9996;
    background-color: #294391;
    height: 1px;
    width: 1px;
    display: block;
    /* transform: translate(0px,-100%); */
    opacity: .93;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .4s;
    height: 100%;
    width: 100%;
  }

  .open_menu_wrapper {
    color: #ffffff;
    position: fixed;
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
    top: 0;
    z-index: 9997;
    background-color: transparent;
    text-align: center;

    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;

    transition: all ease-in .5s;
    visibility: hidden;
    opacity: 0;
  }

  .open_menu_inner {
    height: 100%;
    margin-right: -20px;
    padding-top: 0px;
  }

  .inner {
    width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    height: auto;
    top: 0;
    transform: none!important;
    -webkit-transform: none!important;
    margin: 0px 0 120px 0;
  }

  .mobile_menu {
    display: block!important;
    padding-top: 18px;
    transition: padding 0.2s ease;
    padding-top: 0!important;
    transform: translateY(0px)!important;
    -webkit-transform: translateY(0px)!important;
    opacity: 1!important;
    margin: 0;
    height: auto;
  }
  .close .heder_bg {
    height: 100%;
    width: 100%;
    display: block;
    transform: translate(0px, 0%);
    opacity: 0.93;
  }
  .close .heder_bg {
    height: 100%;
    width: 100%;
    display: block;
    transform: translate(0px, 0%);
    opacity: 0.93;
    visibility: visible;
    transition: all ease-in 0.3s;
  }

  .close .open_menu_wrapper {
    display: block;
    opacity: 1;
    visibility: visible;
    transition: all ease-in 0.5s;
  }

  .close .open_menu_inner {
    padding-top: 0px;
  }




  .mobile_menu nav.navigation-primary {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    margin-right: 0!important;
    display: block;
  }

  .mobile_menu nav.navigation-primary>ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    display: block;
  }

  .mobile_menu nav.navigation-primary>ul>li {
    list-style: none;
    position: relative;
    margin: 0 0 8px 0!important;
    transform: translate(0px, 0px);
    opacity: 1;
    display: block !important;
    float: none !important;
  }

  .mobile_menu nav.navigation-primary>ul>li>a {
    color: #ffffff!important;
    opacity: 0.7!important;
    transition: opacity 0.2s ease, color 0.2s ease!important;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease!important;
    display: block!important;
    position: relative!important;
    padding: 6px 20px!important;
    color: #fff!important;
    outline: none!important;
    font-size:30px!important;
    line-height: 30px !important;
  }
  .mobile_menu nav.navigation-primary>ul.level-1>li:hover ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }




  .mobile_menu  ul.submenu.level-2 {
    z-index: 3;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0!important;
    padding: 0!important;
    display: block;
  }

  .mobile_menu ul.submenu.level-2>li.menu-item {
    list-style: none;
    position: relative;
    margin: 0 0 8px 0!important;
    display: block;
  }

  .mobile_menu ul.submenu.level-2>li.menu-item>a {
    text-decoration: none;
    color: #ffffff!important;
    opacity: 0.7;
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease;
    display: block;
    position: relative;
    padding: 6px 20px;
    color: #fff;
    outline: none;
    letter-spacing: -1px;
    font-family: Montserrat;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }

  .close .lines:before {
    width: 1rem!important;
    transform: translateX(30px)!important;
  }

  .close .lines:after{
    transform: translateX(30px)!important;
  }

  .close i.lines-button.x2:after{
    transform: translateX(30px)!important;
  }

  span.close-line.close-line2 {
    background-color: #666;
  }

  /*   li.dl-back {}

  li.dl-back {
  list-style: none;
  position: relative;
  margin: 0 0 8px 0!important;
  display: inline-block;
  margin-bottom: 20px!important;
}

  li.dl-back a {
  color: #ffffff!important;
  opacity: 0.7;
  transition: opacity 0.2s ease, color 0.2s ease;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  display: block;
  position: relative;
  padding: 6px 20px;
  color: #fff;
  outline: none;
  background: rgba(0,0,0,0.13);
  letter-spacing: -1px;
  font-family: Montserrat;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
} */
}

@media(min-width:690px)
{
  .header_col1 {
    margin-right: 2%;
  }

}
@media(min-width:1001px)
{
  .header_col1 a {
    margin-top: 15px;
    margin-bottom: 13px;
    position: relative;
  }
  .header_bottom_row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .scroll_header .header_col1 a {
    margin-top: 8.3333333333333px;
    margin-bottom: 8.3333333333333px;
  }

  .header_col1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }
  .header_col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
    margin-left: auto;
    padding-top: 2px;
  }
}
@media (min-width: 1451px)
{
  .header_col2 ul.pl{
    margin-left: -4px !important;
  }
  ul.header_social_menu {
    margin: 0 0 0 30px;
    position: relative;
    bottom: 1px; 
  }
  .open_menu_wrapper {
    display: none;
  }
  body:not(.scroll_header) .btn-header {
    position: relative;
    bottom: 2px;
  } 

  body:not(.scroll_header) nav.navigation-primary {
    position: relative;
    bottom: 2px;
  }
  .scroll_header ul.header_social_menu {
    bottom: -2px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1000px){
  .scroll_header ul.header_social_menu {
    position: relative;
    bottom: -2px;
  }
  .scroll_heacder .icon_wrapper {
    top: 50% !important;
  }

}


@media(min-width: 1000px) and (max-width: 1450px){
  .animate-menu {
    height: 100vh !important;

  } 
}
@media(max-width: 1450px){
  .animate-menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    /* padding-top: 85px; */

    margin-top: 85px;
  } 
  .animate-menu > ul
  {
    position: absolute;
    top: 45.6%;
    width: 100%;
    left: 100%;
    transition: all .3s ease;
    display: block;
    padding-top: 0;
    margin-top: 0;
    transform: translateY(-50%);
  }
  .animate-menu ul li {

    position:relative;
    margin: 0 0 8px 0!important;
  }
  .animate-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    display: block;
    outline: 0;
    display: block;
    position: relative;
    padding: 6px 20px;
    letter-spacing: -1px;
    font-family: Montserrat;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    opacity: 0.7;
  }
  .animate-menu ul li a:hover{
    opacity: 1;
  }
  .child-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 42px;
    z-index: 99;
    cursor: pointer;
    display: block;
    width: 100%;
  }

  .animate-menu ul li.dl-back {
    text-align: center;
    display: inline-block;
    margin-bottom: 20px!important;

  }  
  .animate-menu ul.hs-menu-children-wrapper.active-panel {
    margin-top: 0;
  }
  .animate-menu ul.hs-menu-children-wrapper.active-panel {
    margin-top: 0;
  }
  li.dl-back a {
    color: #8997a2;
  }  
  .animate-menu ul li.hover>a {
    opacity: 1;
  }


  .animate-menu ul.active-panel {
    left:0;
  }

  .animate-menu > ul.submenu-open {
    left: -100%;
  }

  li.dl-back a {
    color: #ffffff!important;
    opacity: 0.7;
    background: rgba(0,0,0,0.13);
  }

  .mobile_social {
    position: fixed;
    bottom: 18px;
    right: 18px;
  }

  .mobile_social ul.header_social_menu {
    list-style: none;
    margin: 0;
  }

  .mobile_social ul.header_social_menu>li {
    display: inline-block;
    margin: 0 8px;
  }
  .mobile_social ul.header_social_menu>li>a {
    text-decoration: none;
    color: #fff !important;
    opacity: .7;
    margin: 0 4px 3px !important;
  }
  body ul.header_social_menu>li>a:hover i:after {display: none;}

  i.fa.fa-twitter {}

  body ul.header_social_menu>li>a:hover i {
    -webkit-transform: translateY(-0%);
    transform: translateY(0);
    font-size: 18px !important;
    width: 36px;
  }
  .mobile_social ul.header_social_menu>li>a:hover {
    opacity: 1;
  }
  i.fa.fa-twitter {}
  .mobile_social ul.header_social_menu>li>a>i {
    display: inline-block;
    font-size: 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    top: -2px;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent!important;
    font-size: 18px;
    line-height: 22px;
  }

}

@media (max-width: 1450px){
  ul.header_social_menu{
    margin-bottom: 0px;
  }
}

@media (min-width: 1000px) and (max-width: 1025px){
.animate-menu {
 
    margin-top: 64px;
}


}
@media(max-width:999px){
  .header_outer_wrapper {
    min-height: 106px !important;
  }
  .header_bottom_row{
    padding-top: 10px;
  }
  .header_col1 a>img {
    width: 116.89px !important;
  }
  ul.header_social_menu {
    display: none;
  }
  .icon_wrapper{
    display:block;
  }
  ul.header_social_menu {
    display: none;
  }

  .lines:after {
    top: -6px!important;
  }

  .lines:before {
    top: 6px!important;
  }
  .icon_wrapper{
    top:61%;
  }
  .scroll_header .header_col1 a>img {
    width: 116.89px !important;
  }
  .heder_bg {
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    height: 1px;
    width: 1px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 9996;
    background-color: #294391;
    height: 1px;
    width: 1px;
    display: block;
    /* transform: translate(0px,-100%); */
    opacity: .93;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in .3s;
    height: 100%;
    width: 100%;
  }

  .open_menu_wrapper {
    color: #ffffff!important;
    position: fixed;
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
    top: 0;
    z-index: 9997;
    background-color: transparent!important;
    text-align: center;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 20px;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    display: none;
    opacity: 1;
    transition: all ease-in .5s;
  }

  .open_menu_inner {
    height: 100%;
    margin-right: -20px;
    padding-top: 0px;
  }

  .inner {
    width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    height: auto;
    top: 0;
    transform: none!important;
    -webkit-transform: none!important;
    margin: 0;
  }


  .animate-menu>ul {
    position: relative;
    top: 0;
    width: 100%;
    left: 100%;
    transition: all .3s ease;
    display: block;
    padding-top: 0;
    margin-top: 0;
    transform: none;
  }
  .header_bottom_row {
    min-height: 56px;
  }
  .close span.close-wrap {
    height: 20px;
  }
  .mobile_menu {
    display: block!important;
    padding-top: 18px;
    transition: padding 0.2s ease;
    padding-top: 0!important;
    transform: translateY(0px)!important;
    -webkit-transform: translateY(0px)!important;
    opacity: 1!important;
    margin: 0;
    height: auto;
  }
  .close .heder_bg {
    height: 100%;
    width: 100%;
    display: block;
    transform: translate(0px, 0%);
    opacity: 0.93;
  }
  .close .heder_bg {
    height: 100%;
    width: 100%;
    display: block;
    transform: translate(0px, 0%);
    opacity: 0.93;
  }

  .close .open_menu_wrapper {
    display: block;
  }

  .close .open_menu_inner {
    padding-top: 85px;
  }


  .close .inner {}

  .mobile_menu nav.navigation-primary {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: center;
    perspective-origin: center;
    margin-right: 0!important;
    display: block;
  }

  .mobile_menu nav.navigation-primary>ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0;
    position: relative;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    display: block;
  }

  .mobile_menu nav.navigation-primary>ul>li {
    list-style: none;
    position: relative;
    margin: 0 0 8px 0!important;
    transform: translate(0px, 0px);
    opacity: 1;
    display: block !important;
    float: none !important;
  }

  .mobile_menu nav.navigation-primary>ul>li>a {
    color: #ffffff!important;
    opacity: 0.7!important;
    transition: opacity 0.2s ease, color 0.2s ease!important;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease!important;
    display: block!important;
    position: relative!important;
    padding: 6px 20px!important;
    color: #fff!important;
    outline: none!important;
    font-size:30px!important;
    line-height: 30px !important;
  }
  .mobile_menu nav.navigation-primary>ul.level-1>li:hover ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }



  .mobile_menu  ul.submenu.level-2 {
    z-index: 3;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0!important;
    padding: 0!important;
    display: block;
  }

  .mobile_menu ul.submenu.level-2>li.menu-item {
    list-style: none;
    position: relative;
    margin: 0 0 8px 0!important;
    display: block;
  }

  .mobile_menu ul.submenu.level-2>li.menu-item>a {
    text-decoration: none;
    color: #ffffff!important;
    opacity: 0.7;
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease;
    display: block;
    position: relative;
    padding: 6px 20px;
    color: #fff;
    outline: none;
    letter-spacing: -1px;
    font-family: Montserrat;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
  }
  .close .open_menu_inner {
    padding-top: 42px;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    width: 100%;
  }
  .animate-menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
  }
  .close .open_menu_inner {
    padding-top: 42px;
  }
  .animate-menu ul li a {
    font-size: 27px!important;
    line-height: 27px!important;
  }
  .animate-menu {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
  }

  .mobile_social {
    position: relative;
    bottom: 0!important;
    right: 0;
    margin-top:68px;
  }
  .animate-menu>ul {
    position: absolute;
    top: 0;
    width: 100%;
    left: 100%;
    transition: all .3s ease;
    display: block;
    padding-top: 0;
    margin-top: 0;
    transform: none;
  }
  .open_menu_inner {
    height: 100%;
    margin-right: 0;
  }
  .animate-menu>ul {
    position: relative;
    top: 0;
  }
  .animate-menu>ul.hs-menu-children-wrapper {
    position: absolute;
  }
  .mobile_social ul.header_social_menu {
    display: block;
  }
  .mobile_social ul.header_social_menu:after {
    display: block;
    height: 1px;
    width: 0px;
    background-color: rgba(255,255,255,0.6);
    content: ' ';
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 100px;
  }
  .mobile_social ul.header_social_menu>li {
    display: inline-block;

    float: none;
  }
  .close .open_menu_inner {
    padding-top: 42px;
    padding-left: 20px;
  }
  .inner {
    width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    height: auto;
    /* top: 0; */
    transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
    margin: 0;
  }
}

@media(max-width:690px)
{
  .header_top {
    display: none;
  }
  .header_bottom_container {
    max-width: 100%!important;
    padding: 0 18px !important;
  }
  .header_bottom {
    padding-top: 2px;
  }

  .header_top_outer_wrapper{
    display:none;
  }
  .animate-menu ul li a {
    font-size: 21px!important;
    line-height: 21px!important;
  }
}

@media(max-width: 676px) {
  .header_outer_wrapper {
    min-height: 60px;
  }

  .content_wrapper.customblogList {
    padding-top: 48px;
  }
}


@media(max-width:480px){
  .custom_post_wrapper article {
    width: 320px!important;
    margin-right: auto;
    margin-left: auto;
  }
}



@media(max-width:470px){
  .custom_post_wrapper article {
    padding-right: 0!important;
    padding-left: 0!important;
  }
}





@media (max-width: 690px){
  .header_bottom_row {
    padding-top: 12px;
  }
  .icon_wrapper {
    top: 62%;
  }
  .header_outer_wrapper {
    min-height: 66px !important;
  }

  body .header_bottom {
    padding-top: 2px;
    padding-bottom: 8px;
  }
  .icon_wrapper {

    margin: 4px 0 0 !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
  background-color: #2a4391;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
  will-change: opacity;
}


a.back-to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px!important;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  z-index: 9994;
  height: 29px;
  width: 29px;
  background-color: rgba(0,0,0,0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  border-radius: 0!important;
  box-shadow: none;
  background-color: rgba(0,0,0,0.87);
  bottom: 17px;
}

i.fa.fa-angle-up {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 16px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
  line-height: 29px!important;
  width: 29px!important;
  height: 29px!important;
  font-size: 14px!important;
  top: 0px!important;
  left: 0px!important;
  text-align: center!important;
  position: relative;
  z-index: 10;
  background-color: transparent!important;
}

i.fa.fa-angle-up:before {
  content: "\f106";
}
a.back-to-top:hover {
  text-decoration: none;
  background-color: #294391!important;
}

a.back-to-top:hover {
  color: #fff;
}

.footer_col.col1 .hs-rss-item-text {
  padding: 0;
}
.footer_col.col1 .hs-rss-item-text a {
  line-height: 25px;
}
.footer_col.col3 h4, .footer_col.col1 h3 {}
.footer_col.col1 .hs-rss-module {
  margin: -4px 0 0;
}
.footer_wrapper {
  border-bottom: none!important;
}
.footer_container.customContainer {
  margin: 0 auto;
  position: relative;
  max-width: 880px;
}
.footer_row.top {
  position: relative;
  margin-bottom: 0px;
}
.footer_col.col1 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  z-index: 10;
  min-height: 1px;
}
.footer_col.col2 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  z-index: 10;
  min-height: 1px;
}
.footer_col.col3 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  z-index: 10;
  min-height: 1px;
  margin-right: 0;
}
.footer_row.bottom {
  position: relative;
  padding-bottom: 24px;
  padding: 55px 0px;
  margin-bottom: 0px;
  padding: 20px 0px;
  font-size: 12px;
  background-color: #1c1c1c;
  color: #777;
  font-size: 14px;
  background-color: transparent;
  border: none!important;
  background-color: #2a4391;
  border-top: 1px solid rgba(255,255,255,0.18) !important;
}
.footer_bottom_col1,.footer_bottpm_col2 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  z-index: 10;
  min-height: 1px;
}
.footer_bottpm_col2 {
  margin-right: 0;
  margin-bottom: 0px;
}
.footer_bottom_col1 p {
  -webkit-font-smoothing: subpixel-antialiased;
  padding-bottom: 0px;
  line-height: 22px;
  margin-top: 3px;
  color: #ffffff;
  margin-bottom: 0;
  font-family: 'Montserrat';
  font-weight:300;
}
.footer_col.col3 b {
  font-weight: 600;
}
footer .hs-menu-flow-horizontal>ul>li:last-child {
  position: relative;
  left: 10.2%;
}
.footer_col.col2 .hd-menu-dept-1>ul {}

.hs-menu-flow-horizontal>ul {
  margin-top: 0;
}

footer .hs-menu-flow-horizontal>ul>li>a {
  cursor: text;
}

footer .hs-menu-flow-horizontal>ul>li {
  width:50%;
  line-height: 25px;
}
footer .hs-menu-flow-horizontal>ul>li>a {
  color: #ffffff;
  margin-bottom: 25px;
  font-family: Montserrat;
  font-size: 22px!important;
  line-height: 16px;
  font-weight: 300!important;
  padding:0;
  text-transform: capitalize;
  letter-spacing: 2px;

}
footer .hs-menu-flow-horizontal>ul>li ul>li>a {
  padding: 0;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 300!important;
  color: #ffffff;
  border-bottom: 0px!important;
  padding: 0!important;
  border: none;
  display: block;
  transition: all 0.2s ease;

}
footer .hs-menu-flow-horizontal>ul>li ul>li:first-child>a{
  padding-top: 0px!important;
}
footer .hs-menu-flow-horizontal>ul>li ul>li {
  border-bottom: 0px!important;
  padding: 4px 0;
  list-style: none;

  border: none;

  line-height: 25px;
}
footer .hs-menu-flow-horizontal>ul>li ul>li:first-child {
  padding: 4px 0!important;
}
footer .hs-menu-flow-horizontal>ul>li ul {
  display: block;
}
.footer_col.col3 h4 ,.footer_col.col1 h3 {
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 19px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 22px!important;
  line-height: 16px;
  font-weight: 300!important;
}
.footer_col.col3 h4 {
  margin-bottom: 25px;
}
.footer_col.col3 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top:0px;
}
.footer_col.col1 .hs-rss-item-text {
  list-style: none;
  margin-bottom: 0px !important;
  border: none;


}
footer .hs-rss-item{
  margin-bottom:0px !important;
}

.footer_col.col1 .hs-rss-item-text>a {
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 300!important;
  color: #ffffff;
  padding: 0!important;
  border: none;
  display: block;
  transition: all 0.2s ease;
  padding-top: 0px!important;
}
.footer_col.col3 ul>li>a {
  color: #fff;
}

.footer_col.col3 ul>li {
  line-height: 25px;
  font-weight: 300;
}

footer .hs-menu-flow-horizontal>ul>li ul>li:first-child>a {
  padding-top: 0;
}

footer .hs-menu-flow-horizontal>ul>li ul>li:first-child {
  padding-top: 0 !important;
}

footer .hs-menu-flow-horizontal>ul>li ul>li:last-child {
  margin-bottom: 0px;
}

.hs-rss-item {
  list-style: none;
  margin-bottom: 0px;
  border: none;
  padding: 4px 0;
}

.hs-rss-item:first-child {
  padding-top: 0;
}


@media(min-width:690px)
{
  .footer_col.col1 {
    margin-right: 12%;
    width: 20%;
  }
  .footer_col.col2 {
    width: 40%;
    margin-right: 2%;
  }
  .footer_col.col3 {
    width: 23.5%;
    margin-left: 0%;
  }
  .footer_bottom_col1 {
    margin-right: 2%;
    width: 40.5%;
  }
  .footer_bottpm_col2 {
    width: 57.5%;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1000px){
  .footer_bottom_container.customContainer {
    margin: 0 auto;
    position: relative;
    max-width: 600px;
  }
  .footer_col.col1 {
    width: 100%;
    margin-bottom: 40px;
  }
  footer.footer {
    position: relative;
        z-index: 1;
  }
  .footer_col.col2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer_col.col3 {
    width: 100%;
  }
  .footer_row.bottom{
    padding: 20px 0px 20.5px;
  }
}

@media(min-width:1000px)
{
  .customContainer {
    max-width: 1425px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 90px;
  }
  .footer_row.top {
    padding: 75px 0;
  }
}

@media(min-width:1300px)
{
  .customContainer {
    max-width: 1100px;
  }

}

@media(max-width:999px)
{
  .footer_row.top {
    padding: 55px 0px;
    margin-bottom: 0px;
  }
  .footer_col.col3{
    margin: 0;
    padding: 15px;
  }
  footer.footer {
    position: relative;
    z-index:1;
  }
  .footer_container.customContainer {
    max-width: 600px;
  }
  footer .hs-menu-flow-horizontal>ul>li {

    padding: 15px;
}
  .footer_col.col1 {
    
    padding: 15px;
}
}

@media(max-width:690px)
{
  .footer_container.customContainer {
    max-width: 320px!important;
  }
  .footer_col.col1 {
    padding: 0;
}
  footer .hs-menu-flow-horizontal>ul>li {
    padding: 0;
}
  .footer_col.col3 {
    margin: 0;
    padding: 0;
}
  .footer_col.col1 {
    z-index: 10;
    min-height: 1px;
    margin-bottom: 40px;
  }
  footer .hs-menu-flow-horizontal>ul>li {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .hs-menu-flow-horizontal>ul>li:last-child {
    left: 0;
  }
  .footer_bottom_container.customContainer {
    margin: 0 auto;
    position: relative;
    max-width: 320px!important;
  }
  .footer_bottom_col1 {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 690px) and (min-width: 480px)
{

  footer .hs-menu-flow-horizontal>ul>li:last-child {
    position: relative;
    left: 10.2%;
  }

  footer.footer {
    position: relative;
  }

  .footer_row.top {
  }

  .footer_container.customContainer {
    max-width: 420px!important;
  }

  .footer_col.col1 {
    margin-bottom: 40px;
  }
  .footer_row.bottom{
    padding: 20px 0px 20px;
  }

  footer .hs-menu-flow-horizontal>ul>li {
    width: 100%;
    margin-bottom: 40px!important;
  }
  .footer_bottom_container.customContainer {
    margin: 0 auto;
    position: relative;
    max-width: 420px !important;
    margin: 0 auto;
  }

  .footer_bottom_col1 {
    margin-bottom: 25px;
  }

  ul.social {
    float: left;
  }
  .footer_row.top {
    padding: 55px 0px;
    margin-bottom: 0px;
    padding-top: 55px;

  }
  footer .hs-menu-flow-horizontal>ul>li:last-child{
    left:0px;
  }
}


@media (max-width: 370px){
  .footer_row.bottom {
    padding-right: 10px;
    padding-left: 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;
}

@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: 1001px) {
  .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: 1001px) {
  .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 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: 1001px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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

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

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

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

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

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

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

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

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

/* Blog Comments */

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

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

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

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

/* Related Articles */

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

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

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


.content_wrapper.customblogList {
  background-color: #f8f8f8;
  position: relative;
  z-index: 10;
  margin-top: 0px;

  padding-bottom: 40px;
  background-color: #ffffff;
  margin-top: 0px;


  min-height: 204px;
}

.container_blog {
  margin: 0 auto;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 200px !important;
  padding-left: 90px !important;
  padding-right: 90px !important;
  max-width: 1425px;
}

.row {
  position: relative;
  padding-bottom: 0px;
}
.post.list_col_9 {
  position: relative;
  display: block;
  float: left;
  width: 1125px;
  margin-bottom: 80px;
  margin-top: 0;
  transition: none!important;
  overflow: visible!important;
  margin: 0 0 0 -4px;
  width: 834px;
  margin-right: 5px;
  margin: 0 0 0 -8px;
  width: 100%;
  width: 76.5%;
  margin-right: 0;
  top: -2px;
}
.custom_post_wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom_post_wrapper article:nth-child(3n+1) {
  width: 100%;
}
.custom_post_wrapper article {
  width: 31%;
  display: inline-block;
  margin-bottom: 2.5%;
  position: relative;
  color: #676767;
  margin-bottom: 0;
  width: 31.1%;
  width: 31.3%;
  padding: 4px;
  padding: 8px;
  width: 25%;
  display: block;
  width: 46.8%;
  width: 47.3%;
  width: 50%;
}
.inner-wrap.animated {
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
  background-color: #fff;
  padding: 18px;
  box-shadow: none!important;
  padding: 0;
  height: 100%;
  background-color: transparent;
  padding: 0px;
  border-radius: 5px;
  overflow: hidden;
  transform: translateZ(0);
  opacity: 0;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),transform 0.3s cubic-bezier(0.3,0.58,0.55,1)!important;
  -webkit-transition: opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),-webkit-transform 0.3s cubic-bezier(0.3,0.58,0.55,1)!important;
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  height: 100%;
}

.post-content {
  padding-left: 95px;
  position: relative;
  min-height: 98px;
  height: 50vh;
  padding-left: 0px!important;
}
.content-inner >a {
  -webkit-transition: color 0.2s;
  text-decoration: none;
  color: #294391;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
}

span.post-featured-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.2,1,.22,1)!important;
  backface-visibility: visible!important;
  background-size: cover;
  background-position: center;
  width: 100.5%;
  height: 100.5%;
  margin-bottom: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}

.article-content-wrap {
  padding: 30px!important;
  pointer-events: none;
  z-index: 33;
  position: absolute;
  bottom: 0;
  width: 100%;
}

span.meta-category {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  pointer-events: all;
}

span.meta-category a {
  text-decoration: none;
  color: #fff!important;
  transition: opacity 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  opacity: 0.72;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  display: inline-block;
  margin: 0 10px 10px 0;
  font-family: Montserrat;
  font-weight: 300!important;
  text-transform: none;
}

span.meta-category a:before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform-origin: left;

  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  background-color: #fff;
}

span.meta-category a:hover:before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transform: scaleX(0);
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  background-color: #fff;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.post-header {
  font-size: 11px;
  color: #888;
  margin-bottom: 0;
}

.post-header h3 {
  font-size: 22px;
  line-height: 34px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  color: #fff;
  font-family: Montserrat;
  font-weight: 300;
  margin-bottom: 0;
}

.post-header h3 a {
  text-decoration: none;
  color: #fff!important;
  transition: opacity 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.sidebar.list_col_3 {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  margin-right: 2%;
  width: 23.5%;
  margin-right: 0;
  margin-right: 0;
  width: 27.5%;
  backface-visibility: hidden;
}

.content_wrapper.customblogList .blog-sidebar-post-listing {
  margin-bottom: 60px;
}
.content_wrapper.customblogList .blog-sidebar-post-listing h4 {
  color: #999;
  margin-bottom: 15px;
  font-family: Montserrat;
  font-size: 16px!important;
  line-height: 16px;
  font-weight: 800!important;
}

.customblogList .widget-module ul {
  list-style-type: none;
  list-style: none;
  margin-bottom: 30px;
  margin-left: 0px;
  margin-top: 0;
  padding-left:0px;
}

.customblogList .widget-module ul>li {
  list-style: none;
  border: 0;
  padding: 4px 0;
  line-height: 25px;
  text-indent: 0;
}
.customblogList .widget-module ul>li>a {
  display: block;
  padding: 0 !important;
  border: 0;
  color: inherit;
  color: #587791;
  text-decoration: none !important;
  font-family: Montserrat;
  font-weight: 300!important;
}
.customblogList .widget-module ul>li>a:hover {
  color: #294391!important;
}
.blog-sidebar-post-listing li:before {
  display: none;
}
.customblogList .widget-module ul>li:first-child {
  padding-top: 0;
}
.customblogList .block h3 {
  font-family: Montserrat;
  font-size: 16px!important;
  line-height: 16px;
  font-weight: 800!important;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 15px;
  letter-spacing: 2px;
  position: relative;
  bottom: 2px;
}
.customblogList .blog-sidebar-topic-filter ul {
  list-style: none;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 0;

}


.customblogList .blog-sidebar-topic-filter ul>li {
  list-style: none;
  border-bottom: 0px!important;
  border: none;
  padding: 4px 0!important;
}

.customblogList .blog-sidebar-topic-filter ul>li>a {
  -webkit-transition: color 0.2s;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 300!important;
  display: block;
  padding: 0!important;
  border: none;
  color: inherit;
}

.customblogList .blog-sidebar-topic-filter ul>li>a span {
  display: none;
}

.content_wrapper.customblogList .blog-pagination {
  padding-left: 0px;
  bottom: 0 !important;
  height: 32px;
  margin-top: 45px;
  position: relative !important;
  width: 100%;
  margin-bottom: 40px;
  display: block;
}

.content_wrapper.customblogList .page-next ,.page-prev{
  float: left;
  margin: 0px 5px 0px 0px;
}

.content_wrapper.customblogList .page-next a  {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 11px 13px 10px 13px!important;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  color: #FFF !important;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 2px 2px 2px 2px;
  font-family: 'Open Sans';
  font-weight: 700;
  display: inline-block;
  border-radius: 0!important;
  background-color: #333;
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat!important;
  background-image: url(//14573509.fs1.hubspotusercontent-na1.net/hubfs/14573509/raw_assets/public/NuPay_May2021/images/portfolio-arrows.png);
  background-position: -20px 12px;
}
.content_wrapper.customblogList .page-prev a {
  text-decoration: none;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  padding: 11px 13px 10px 13px!important;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  color: #FFF !important;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  border-radius: 2px 2px 2px 2px;
  font-family: 'Open Sans';
  font-weight: 700;
  display: inline-block;
  border-radius: 0!important;
  background-color: #333;
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat!important;
  background-image: url(//14573509.fs1.hubspotusercontent-na1.net/hubfs/14573509/raw_assets/public/NuPay_May2021/images/portfolio-arrows.png);
  background-position: 13px 12px;
}
.custom_post_wrapper article:hover span.post-featured-img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}

@media(min-width:691px)
{
  .post.list_col_9 {
    margin-right: 2%;
    width: 74.5%;
  }
}

@media(min-width:1001px)
{
  .post.list_col_9 {
    padding-right: 0%;
    margin-right: 4%;
    width: 68.5%;
  }


}

@media only screen and (min-width: 691px) and (max-width: 1000px){
  .container_blog {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }
  .container_blog {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    padding: 0;
  }

  .post.list_col_9 {
    width: 610px;
    margin-bottom: 90px;
  }

  .content_wrapper.customblogList {
    padding-top: 50px;
    padding-bottom: 40px;
  }

  .sidebar.list_col_3 {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
  }
  .header_outer_wrapper {
    min-height: 138px;
  }
  main.body-container-wrapper {
    margin-bottom: 0 !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px){


}

@media(max-width:1000px){
  .content-wrapperpost .container {
    padding: 0;
  }
  .post_banner_conatiner {
    max-width: 600px;
    padding: 10% 20px;
  }

}
@media(max-width:690px)
{
  .content_wrapper.customblogList {
    position: relative;
    z-index: 11;
    background-color: #ffffff;

    margin-top: 0px;
    min-height: 590px;
  }

  .container_blog {
    margin: 0 auto;
    position: relative;
    max-width: 420px!important;
    padding: 0;
  }

  .post.list_col_9 {
    position: relative;
    display: block;
    float: left;
    transition: none!important;
    overflow: visible!important;
    margin: 0 0 0 -8px;
    margin-bottom: 90px;
    width: 420px;
  }

  .custom_post_wrapper article {
    width: 100%;
  }

}






.post-page_banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -webkit-transform: scale(1.11) translateZ(0);
  -ms-transform: scale(1.11) translateZ(0);
  transform: scale(1.11) translateZ(0);
  -webkit-transition: 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9);
  transition: 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9);
  -webkit-transform: scale(1) translateZ(0);
  -ms-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  -webkit-transition: 1.25s 0s cubic-bezier(0.3,0.58,0.42,0.9);
  transition: 1.25s 0s cubic-bezier(0.3,0.58,0.42,0.9);
}


.post-page-banner-wrap {
  width: 100%;
  height: 60px;
  overflow: hidden;
  color: #fff;
  display: block !important;
  -webkit-font-smoothing: antialiased;
  position: relative;
  z-index: 2;
  background-color: #333;
  min-height: 450px;
  margin-top: -49px;
}

.post-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  top: auto;
  bottom: 0;
  transform: none!important;
  -webkit-transform: none!important;
  height: 100%!important;
}

.post-img:after {
  background-color: rgba(45,45,45,0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  z-index: 1;
  display: block;
}
.blog_post_outer_wrap {
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
  -webkit-font-smoothing: antialiased;
  background-color: #ffffff;
}
.post_banner_conatiner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 90px;
  max-width: 1425px;
  z-index: 100;
  height: 100%;
}

.post_banner_row {
  padding-bottom: 0px;
  z-index: 100;
  position: relative;
  visibility: visible;
  height: 100%;
}
.inner_wrap_outer {
  position: relative;
  display: block;
  float: left;
  padding: 0;
  margin: 0!important;
  width: 100%;
  border-bottom: none;
  padding-bottom: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  will-change: transform,opacity;
}

.banner-inner-wrap {
  text-align: center;
  opacity: 1;
  transform: translateY(0px);
  display: block;
}

.banner-inner-wrap >a {
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 4px 10px;
  margin: 5px 6px 15px 5px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 18px;
  font-family: Montserrat;
  font-weight: 600;
  transform: rotateX(
    0deg
  ) translate(0px, 0px);
  opacity: 1;
}

.banner-inner-wrap h1 {
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  ont-size: 44px;
  line-height: 44px;
  margin-bottom: 8px;
  display: block;
  color: #fff;
  z-index: 101;
  font-family: Montserrat;
  font-weight: 300;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto!important;
  padding: 16px 0 16px 0;
  transform: rotateX(
    0deg
  ) translate(0px, 0px);
  opacity: 1;
}

div#single-below-header {
  font-size: 11px;
  color: #888;
  margin-top: 8px;
  margin-bottom: 0px;
  text-align: center;
  position: relative;
  z-index: 100;
  transform: rotateX(
    0deg
  ) translate(0px, 0px);
  opacity: 1;
}
span.meta-author.vcard.author {
  top: 0px;
  position: relative;
  text-transform: none;
  font-weight: 200;
  line-height: 16px;
  padding: 0 10px 0 10px;
  font-family: Montserrat;
  font-size: 14px;
  padding-left: 0;
  border: none;
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.25);
  float: none;
  display: inline-block;
}

span.fn ,span.fn a {
  top: 0px;
  position: relative;
  text-transform: none;
  font-weight: 200;
  line-height: 16px;
  font-family: Montserrat;
  font-size: 14px;
  padding-left: 0;
  border: none;
  color: rgba(255,255,255,0.8);
  float: none;
  display: inline-block;
  text-decoration:none !important;
}
span.fn a:hover {
  color: #fff;
}
span.meta-date.date.updated {
  top: 0px;
  position: relative;
  text-transform: none;
  font-weight: 200;
  line-height: 16px;
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
  font-family: Montserrat;
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  border-color: rgba(255,255,255,0.25);
  float: none;
  display: inline-block;
}
.content-wrapperpost {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
  margin-top: 0px!important;
  padding-top: 18px;
  padding-bottom: 0px;
}
.content-wrapperpost p {
  -webkit-font-smoothing: subpixel-antialiased;
  padding-bottom: 1.5em;
  color: #587791;
}
.blog-post__body_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
  max-width: 1425px;
}
.dnd-section>.row-fluid, .page-center, .footer__container, .content-wrapper, .container {

  margin: 0 auto;
}
.blog-post__body {
  position: relative;
  padding-bottom: 24px;
}

.blog-post__body_inner {
  position: relative;
  display: block;
  width: 100%;
  padding-right: 0px!important;
  padding-left: 0px;
  float: none!important;
  max-width: 1000px;
  margin: 0 auto!important;
}
.cm-pagination-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #333;
  position: relative;
  margin-top: 80px;
  margin-bottom: 0px;
  left: 0px;

  visibility: visible;
}

ul.pagination-wrap {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

li.cm-previous-post {
  list-style: disc;
  list-style-position: outside;
  width: 50%;
  line-height: 0;
  height: auto!important;
  padding: 6%;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none!important;
  overflow: hidden;
  position: relative;
  background-color: #333;
  padding: 6% 9%;
}

.post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

li.cm-previous-post a {
  color: #294391;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  z-index: 101;
  display: block;
}

li.cm-previous-post:after {
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

li.cm-previous-post h3 {
  vertical-align: baseline;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 7px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  font-family: Montserrat;
  font-weight: 300;
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  color: #fff;
  position: relative;
}
.post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

li.cm-previous-post a {
  color: #294391;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  z-index: 101;
  display: block;
}

li.cm-previous-post:after {
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

li.cm-previous-post h3 {
  vertical-align: baseline;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 7px;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0px;
  font-family: Montserrat;
  font-weight: 300;
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
}

li.next-post.mouse-leaving {
  list-style: disc;
  list-style-position: outside;
  width: 50%;
  line-height: 0;
  height: auto!important;
  padding: 6%;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none!important;
  overflow: hidden;
  position: relative;
  background-color: #333;
  padding: 6% 9%;
}
.hs-blog-post .header_bottom {
  margin-bottom: -2px;
}
li.next-post.mouse-leaving a {
  color: #294391;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%!important;
  height: 100%!important;
  z-index: 101;
  display: block;
}

li.next-post.mouse-leaving h3 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 7px;
  -webkit-font-smoothing: antialiased;
  font-family: Montserrat;
  font-weight: 300;
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
}

li.next-post.mouse-leaving h3 span{
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  z-index: 100;
  display: block;
  font-size: 14px;
  text-align: left;
}

li.next-post.mouse-leaving h3 span.text {
  text-align: left;
  font-size: 22px;
}
li.cm-previous-post h3 span {
  text-align: right;
  color: #fff;
  margin-bottom: 5px;
  display: block;
  font-size: 14px;
  text-align: right;
}
span#hs_cos_wrapper_post_body {
  font-family: Montserrat;
  /* font-size: 14px; */
  /* line-height: 25px; */
  font-weight: 300;
}
li.cm-previous-post h3 span.text {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  text-align: right;
  font-size: 22px;
}

span.fn a:hover {
  color: #fff;
}

.header_col2 {
  padding-top: 2px;
}

span#hs_cos_wrapper_post_body {
  font-family: Montserrat;
  /* font-size: 14px; */
  /* line-height: 25px; */
  font-weight: 300;
}

li.cm-previous-post {}

ul.pagination-wrap>li:hover {}

ul.pagination-wrap>li:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.post-bg-img {}

ul.pagination-wrap>li:hover:after {
  background-color: rgba(13,13,13,0.9);
}

ul.pagination-wrap>li a,ul.pagination-wrap>li h3 {
  /* position: relative; */
  z-index: 2;
}

li.cm-previous-post svg.next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  -webkit-transform: translateX(38px) rotate(
    180deg
  );
  transform: translateX(38px) rotate(
    180deg
  );
  left: -43px;
  right: auto;
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

li.cm-previous-post:hover svg.next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
li.cm-previous-post:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}

li.cm-previous-post:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}

li.next-post.mouse-leaving:after {
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

li.next-post.mouse-leaving:hover:after {
  background-color: rgba(13,13,13,0.9);
}


li.next-post.mouse-leaving:hover h3{
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}

li.next-post.mouse-leaving .next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
li.next-post.mouse-leaving:hover .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);

}
li.cm-previous-post h3 span.line {
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  display: block;
  font-size: 14px;
  text-align: right;
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
li.cm-previous-post:hover h3 span.line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

li.next-post.mouse-leaving .next-arrow line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
  stroke: #ffffff;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}

li.next-post.mouse-leaving:hover .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

@keyframes rightArrowLineStart {
  0% { stroke-dashoffset: 30px; }
  100% { stroke-dashoffset: 40px; }
}

@keyframes rightArrowLineEnd {
  0% { stroke-dashoffset: 40px; }
  100% { stroke-dashoffset: 50px; }
}

@keyframes portRightLineStart {
  0% { transform: translateY(-50%) translateX(-25px) scaleX(0); }
  100% { transform: translateY(-50%) translateX(0px) scaleX(1); }
}

@keyframes rightLineStart {
  0% { transform: translateY(-50%) translateX(-88px) scaleX(0); }
  100% { transform: translateY(-50%) translateX(0px) scaleX(1); }
}

@keyframes rightLineEnd {
  0% {  transform: translateY(-50%) translateX(0px) scaleX(1);  }
  100% { transform: translateY(-50%) translateX(28px) scaleX(0); }
}

@keyframes rightLineStart2 {
  0% { transform: translateY(-50%) translateX(88px) scaleX(0); }
  100% { transform: translateY(-50%) translateX(0px) scaleX(1); }
}

@keyframes rightLineEnd2 {
  0% {  transform: translateY(-50%) translateX(0px) scaleX(1);  }
  100% { transform: translateY(-50%) translateX(-28px) scaleX(0); }
}

li.next-post.mouse-leaving:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 .4s cubic-bezier(0.05,0.2,0.1,1) forwards;
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}
li.cm-previous-post:hover svg.next-arrow line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
  stroke: #ffffff;
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}
li.next-post.mouse-leaving .next-arrow line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
  stroke: #ffffff;
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}

li.next-post.mouse-leaving:hover .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

li.next-post.mouse-leaving h3 .text .line {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
  z-index: 100;
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content: '';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
  display: block;
  font-size: 14px;
  text-align: left;
}
span#hs_cos_wrapper_post_body img {
  max-width: 100%;
}
span.line {}

@keyframes rightArrowStart {
  0% { transform: translateX(-50px); }
  100% { transform: translateX(42px); }
}

@keyframes rightArrowEnd {
  0% { transform: translateX(42px); }
  100% { transform: translateX(75px); }
}

@keyframes rightArrowStart2 {
  0% { transform: translateX(50px) rotate(180deg); }
  100% { transform: translateX(-42px) rotate(180deg); }
}

@keyframes rightArrowEnd2 {
  0% { transform: translateX(-42px) rotate(180deg); }
  100% { transform: translateX(-75px) rotate(180deg); }
}



@media(max-width:1000px)
{
  .hs-blog-post .header_bottom {
    min-height:66px;
    margin-bottom:0px;
  }
  li.cm-previous-post h3 span {
    text-align: right;
    color: #fff;
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    text-align: center;
}
  li.cm-previous-post:hover h3 {
    transform: none;
    backface-visibility: hidden;
}
  li.next-post.mouse-leaving h3 .text, li.cm-previous-post h3 .text {
    font-size: 17.6px !important;
    line-height: 25.6px;
}

ul.pagination-wrap svg, ul.pagination-wrap .line {
    display: none !important;
}

li.next-post.mouse-leaving {
    text-align: center;
}

li.next-post.mouse-leaving h3 span {
    text-align: center;
}
  ul.pagination-wrap svg, ul.pagination-wrap .line {
    display: none !important;
}
  .hs-blog-post .header_bottom {
    min-height: 66px;
  }
li.next-post.mouse-leaving h3 .text, li.cm-previous-post h3 .text {
    font-size: 17.6px !important;
    line-height: 25.6px;
}
  .banner-inner-wrap h1 {
    font-size: 32px!important;
    line-height: 38px!important;
  }
  .post-page_banner {
    position: relative;}
  .post-page-banner-wrap {
    transition: none!important;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    padding-right: 0px!important;
    transform: translate(0px)!important;
    visibility: visible!important;
    position: relative!important;
    top: 0px!important;
    height: auto!important;
    padding-top: 10%;
    margin-top:0;
    padding-bottom: 10%;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 1px!important;
  }
  .post_banner_conatiner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10% 20px;
  }
  .post-img {
    height: calc(100% + 15px);
    transition: none;
    -webkit-transition: none;
    transform: translate3d(0px, 0px, 0px);
  }

  .post_banner_conatiner {
    max-width: 600px;
  }

  .post_banner_row {
    top: 0!important;
  }

  .inner_wrap_outer {
    float: none!important;
    display: block!important;
    opacity: 1!important;
    padding-right: 0px!important;
    transform: translate(0px)!important;
    visibility: visible!important;
    position: relative!important;
    -webkit-transform: none!important;
    transform: none!important;
    top: 0!important;
  }
  .header_outer_wrapper {
    min-height: 114px;
  }
  .sidebar.list_col_3 {
    position: relative;
    display: block;
    float: left;
    width: 100%;
  }
  .header_bottom {
    padding-top: 2px;

    padding-bottom: 6px;
  }
  .content_wrapper.customblogList {
    padding-top: 44px;
    padding-bottom: 40px;
  }
  main.body-container-wrapper {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 690px){
  .header_bottom {
    padding-top: 2px;

    padding-bottom: 6px;
  }
  li.next-post.mouse-leaving, li.cm-previous-post {
    min-height: 250px!important;
    width: 100%!important;
}
  .hs-blog-listing, .hs-blog-post .header_outer_wrapper {
    min-height: 108px;
  }
  li.next-post.mouse-leaving,li.cm-previous-post {
    min-height: 250px!important;
    width: 100%!important;
    align-items: center;
}
  li.next-post.mouse-leaving h3 span.text {
    text-align: center;
  }
  li.cm-previous-post h3 span.text {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
    font-size: 22px;
}
  .header_outer_wrapper {
    min-height: 108px;
  }
  .sidebar.list_col_3 {
    margin-bottom: 25px;
  }
  .banner-inner-wrap h1 {
    font-size: 24px!important;
    line-height: 30px!important;
  }
}
@media (max-width: 676px){
  .header_outer_wrapper {
    min-height: 106px;
  }
  .content_wrapper.customblogList {
    padding-top: 40px;
  }
}
@media(max-width:479px)
{

  .post.list_col_9 {
    width: 320px;
    margin: 0;
    margin-bottom: 90px;
  }
  .container_blog {
    max-width: 320px!important;

  }
   .hs-blog-post .header_bottom {
    min-height: 66px;
  }
}
@media(max-width:340px)
{
  .post.list_col_9 {
    width: 297px;
  }
  .container_blog {
    max-width: 297px !important;
  }
}

@media (max-width: 690px){
  .content_wrapper.customblogList {
    padding-top: 42px;
  }
  .post-content {
    height: 33vh;
  }
  .post-header h3 {
    font-size: 17.6px;
    line-height: 25.6px;
  }
}




.content-wrapperpost {
  background-color: #ffffff;
  margin-top: 0px;
  padding-top: 40px;
  padding-bottom: 0px;

}


.banner-inner-wrap>a:hover {
  text-decoration: none;
  border-color: transparent;
  background-color: #294391!important;
  color: #fff;
}


@media (min-width: 1001px){
  .content-wrapperpost .container {
    padding: 0 90px;
    width: 100%;
    margin: 0 auto;
  }
}
@media(min-width: 1001px){
  .blog_post_outer_wrap {

  }
}

@media(max-width: 350px){

  .content-wrapperpost {
    padding-left: 10px;
    padding-right: 10px;
  }

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

.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
#hs_cos_wrapper_subscription_preferences_email_subscriptions form#email-prefs-form {
  max-width: 100%;
}
p.header {
  position: static !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
ul.no-list.hs-error-msgs {
  padding-left: 2px ;
}
.systems-page form {
  max-width: 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;
  }





}