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











































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

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

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

.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;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  background-color: #fff;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style:normal;
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

ul li,
ol li {

}

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
}

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

::selection {
  background-color: #18536f;
  color: #ffffff;
}

@media (max-width: 544px){
  html {
    font-size: 91.2%;
  }
}



@media (max-width: 921px){
  html {
    font-size: 91.2%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 767px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
  font-family: 'Montserrat',sans-serif;
  margin-top:15px;
}

.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 {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b !important;
  font-family: 'Montserrat',sans-serif;
}

.hs-input, input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: 58px !important;
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 2px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: 'Montserrat',sans-serif;
}

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

.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 > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

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

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}

@media (max-width:767px){
  form{
    max-width:100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  margin-bottom: 0;
  list-style: none;
}

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

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

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

.header {
  background-color: transparent;
}

.header-container {
  margin: 0 auto;
}

.header-wrapper{
  z-index: 99;
  position: relative;
  background-color: #18536f;
  background-image: none;
  display:block;
  margin-left: auto;
  margin-right: auto;
}

.header-container{
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  align-content: center;
  position:relative;
}

.header-row{
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  grid-column-gap: 20px;
  overflow-wrap: anywhere;
}


.header-left-wrapper{
  position: relative;
  flex-wrap: nowrap;
  -js-display: flex;
  display: flex;
  height: 100%;
  min-height: 0;
  align-items: center;
}

.header-logo-wrapper{
  display: flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right:0;
}

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

.header__logo a img{
  max-width: 238px;
  transition: all .2s linear;
  width:auto !important;
  vertical-align: middle;
  height:auto;
  border: 0;
}

.header-right-wrapper{
  position: relative;
  flex-wrap: nowrap;
  -js-display: flex;
  display: flex;
  height: 100%;
  min-height: 0;
  align-items: center;
  justify-content: flex-end;
}

.header-menu-wrapper{
  display: flex;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right:0;
}

.header-menu{
  height: 100%;
  margin-left: auto;
}

.custom-menu-primary{
  height: 100%;
  display:block;
  padding: 0 10px;
  padding-left: 0px;
}

.custom-menu-primary .navigation-primary{
  height: 100%;
  flex-grow: 1;
  padding: 0;
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}


.custom-menu-primary .navigation-primary >ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
  position: relative;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-self: center;
}

.custom-menu-primary .navigation-primary >ul >li{
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height:70px;
  position: relative;
}

.custom-menu-primary .navigation-primary >ul >li >a{
  text-decoration: none;
  padding: 0 1em;
  display: inline-block;
  transition: all .2s linear;
  color: #fffbfb;
  transition:none;
  font-family: 'Montserrat',sans-serif;
}


.custom-menu-primary .navigation-primary >ul >li >a:after{
  content: '';
  margin: 0;
  line-height: normal;
}


.custom-menu-primary .navigation-primary >ul >li >ul{
  line-height: 1.45;
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-in-out .3s;
  box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
  width: 240px;
  background: #fff;
  left: -999em;
  position: absolute;
  top: 100%;
  z-index: 99999;
  list-style: none;
  outline: 0;
  padding: 0;
  margin: 0;
  padding-left: 0;
}
.custom-menu-primary .navigation-primary >ul >li:hover >ul{
  opacity:1;
  visibility:visible;
  left:0;
}

.custom-menu-primary .navigation-primary >ul >li >ul:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(-100%);
}

.custom-menu-primary .navigation-primary >ul >li >ul >li{
  -js-display: flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position:relative;
}

.custom-menu-primary .navigation-primary >ul >li >ul >li >a{
  font-weight: normal;
  padding: .9em 1em;
  display: block;
  word-wrap: break-word;
  transition: all .2s linear;
  text-decoration: none;
  border-width: 0 0 1px;
  color: #706f6f;
  transition:none;
  font-family: 'Montserrat',sans-serif;
}

.login-btn{
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  align-items: center;
}

.login-btn a{
  color: #e6007e;
  background-color:white;
  transition: all .2s linear;
  font-size: 15px;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 10%);
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif;
  border:1px solid #ffffff;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-right:23px;
  padding-left:23px;
  margin:0;
}

.login-btn a:hover{
  color: #e6007e;
  border:1px solid #ffffff;
  background-color:white;
}

.contct-us-btn{
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  align-items: center;
  padding-right:0px;
}

.contct-us-btn a{
  transition: all .2s linear;
  color: #ffffff;
  background: #e6007e;
  box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 10%);
  font-weight: 700;
  line-height: 1;
  font-size: 15px;
  text-transform: uppercase;
  font-family: 'Montserrat',sans-serif;
  padding-right: 24px;
  padding-top: 10.5px;
  padding-bottom: 10.5px;
  padding-right:23px;
  padding-left:23px;
  margin:0;
}

.contct-us-btn a:hover {
  background: #c8006d;
  border:1px solid #c8006d;
}

.ast-icon.icon-arrow svg {
  height: .6em;
  width: .6em;
  position: relative;
  margin-left: 10px;
  transition:none;
  fill: #fffbfb;
}

.mobile-menu-trigger{
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 0;
  padding-left:0;
  justify-content:flex-end;
}

.mobile-wrap{
  display: inline-block;
}

.menu-toggle{
  -js-display: flex;
  display: flex;
  align-items: center;
  width: auto;
  height: auto;
  color: #ffffff;
  border: none;
  background: transparent;
  padding: .5em;
  text-align: center;
  font-size: 1.5em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 2px;
  vertical-align: middle;
  line-height: 1.85714285714286;
  box-shadow: none;
  cursor:pointer;
  margin:0px;
}


.mobile-menu-toggle-icon{
  -js-display: inline-flex;
  display: inline-flex;
  align-self: center;
}


.mobile-menu-toggle-icon span{
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  align-self: center;
}

.mobile-menu-toggle-icon .ast-mobile-svg {
  width: 30px;
  height: 30px;
  fill: #ffffff;
  transition: none;
}

.screen-reader-text{
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

button.menu-toggle:focus{
  outline:none;
}











@media (min-width:922px){
  .mobile-menu-trigger{
    display:none;
  }
  #mobile-popup-wrapper{
    display:none;
  }
}


@media (min-width: 1201px){
  .header-container{
    max-width: 1240px;
  }
}

@media (max-width:921px){
  .header-right-wrapper{
    display:none;
  }

  .mobile-menu-trigger svg.ast-mobile-svg.ast-close-svg {
    display: none;
  }
  .mobile-popup-drawer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    transition: opacity .25s ease-in,left 0s .25s,right 0s .25s;
    opacity: 0;
  }
  .mobile-popup-overlay {
    background-color: rgba(0,0,0,.4);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s ease-in-out;
  }
  .mobile-popup-inner {
    width: 100%;
    transform: translateX(100%);
    max-width: 90%;
    right: 0;
    top: 0;
    background: #fafafa;
    color: #3a3a3a;
    bottom: 0;
    opacity: 0;
    position: fixed;
    box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
    -js-display: flex;
    display: flex;
    flex-direction: column;
    transition: transform .2s ease-in,opacity .2s ease-in;
  }
  .mobile-popup-header {
    -js-display: flex;
    display: flex;
    justify-content: flex-end;
    min-height: calc(1.2em + 24px);
  }
  .menu-toggle-close {
    background: 0 0;
    border: 0;
    font-size: 24px;
    line-height: 1;
    padding: .6em;
    color: inherit;
    -js-display: flex;
    display: flex;
    box-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-appearance: button;
    cursor: pointer;
    margin: 0;
    vertical-align: baseline;
    overflow: visible;
  }
  .icon-wrapper {
    -js-display: inline-flex;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
  }
  .icon-wrapper {
    -js-display: inline-flex;
    display: inline-flex;
    align-self: center;
  }
  .icon-wrapper svg{
    width: 17px;
    height: 17px;
    transition: none;
    transition: none;
  }
  .mobile-popup-content{
    display:block;
    overflow-y: auto;
  }
  .menu-mobile{
    justify-content: center;
    padding:10px 0;
    padding-top: 0;
    padding-bottom:0;
    height: auto;
    align-items: center;
  }
  .main-header-bar{
    display: block;
    width: 100%;
    flex: auto;
    order: 4;
  }
  .main-header-bar-navigation {
    width: 100%;
    margin: 0;
    line-height: 3;
    flex: auto;
  }
  #site-navigation {
    height: 100%;
    flex-grow: 1;
    display:block;
  }
  .mobile-menu-wrapper {
    display: block;
    width: 100%;
    padding: 0;
    height: 100%;
  }

  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
    align-self: center;
    text-align: center;
    list-style: none;
    margin: 0;
    padding:0;
    padding-left: 0;
    position: relative;
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li{
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position:relative;
    width:100%;
  }
  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
    color: #18536f;
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    transition: all .2s linear;
    font-size: 1rem;
    font-family: 'Montserrat',sans-serif;
    text-transform:uppercase;
  }
  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:hover >a{
    color: #2bb6aa;
  }


  .mobile-menu-open .mobile-popup-drawer{
    left: 0;
    opacity: 1;
    right: 0;
    z-index: 100000;
    transition: opacity .25s ease-out;
    visibility:visible;
  }
  .mobile-menu-open .mobile-popup-overlay {
    opacity: 1;
    cursor: pointer;
    visibility: visible;
  }
  .mobile-menu-open .mobile-popup-inner {
    max-width: 50%;
    background-color: #ffffff;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
  body.mobile-menu-open{
    overflow-y:hidden;
  }
  .menu-toggle-close:focus{
    outline:none;
  }
  .button-arrow{
    right: calc(20px - .907em);
    display: inline-block;
    position: absolute;
    font-size: inherit;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 .907em;
    font-weight: 400;
    line-height: inherit;
    background: 0 0;
    border-style: dotted;
    border-color: transparent;
    text-transform: uppercase;
    margin: 0;
    vertical-align: baseline;
    top: -3px;
  }
  .icon-arrow{
    color: #18536f;
  }
  .ast-icon.icon-arrow svg {
    height: .85em;
    width: .95em;
    position: relative;
    margin-left: 10px;
    fill: #18536f !important;
    right:-3px;
  }
  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:hover >a .ast-icon.icon-arrow svg{
    fill:#2bb6aa !important;
  }
  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul{
    padding:0;
    margin:0;
    list-style:none;
    background-color: transparent;
    right: auto;
    left: 0;
    position:static;
    width:100%;
    display:none;
    opacity:1;
    visibility:visible;
    line-height: 3;
    border: 0;
    top: 100%;
    z-index: 99999;
    background: #fff;
  }
  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li{
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
    line-height:43px;
  }
  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >a{
    padding: 0 20px;
    display: inline-block;
    width: 100%;
    border: 0;
    word-wrap: break-word;
    padding-left: 30px;
    color: #18536f;
    font-size: 1rem;
    font-family: 'Montserrat',sans-serif;
    text-transform:uppercase;
  }

  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li:hover >a{
    color:#2bb6aa;
  }

  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li:hover >a .child-icon-arrow svg{
    fill:#2bb6aa;
  }
  .child-icon-arrow{
    display: inline;
    margin-right: 5px;
    color: #18536f;
  }

  .child-icon-arrow svg{
    top: .2em;
    margin-top: 0px;
    margin-left: 0px;
    width: .65em;
    transform: translate(0,-2px) rotateZ(
      270deg
    );
    fill: #18536f;
    position: relative;
  }
  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.menu-open >ul{
    display:block;
  }

  .mobile-menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li.hs-menu-item.hs-menu-depth-1.hs-item-has-children.menu-open >ul >li >a .button-arrow .ast-icon.icon-arrow svg{
    transform: rotate(
      180deg
    );
    -webkit-transform: rotate(
      180deg
    );
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-left: 1px;
  }

  .login-btn, .contct-us-btn{
    justify-content:center;
    margin: 10px 20px 10px 20px;
    padding: 0;
  }
  .login-btn a{
    color: #e6007e;
    background: #fbfbfb;
  }
  .contact-us-btn{
    top: -4px;
    position: relative;
  }
}



/* Banner Style */


.banner{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 80px 0px 200px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-color:#18536F;
}

.banner-overlay{
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.shape-bottom{
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
}

.shape-bottom svg{
  width: calc(100% + 1.3px);
  height: 64px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.shape-bottom svg .elementor-shape-fill {
  fill: #E8F1F9;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(
    0deg
  );
  transform: rotateY(
    0deg
  );
}

.banner-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.banner-inner-wrapper{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  padding:10px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.banner-container{
  max-width:1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.banner-content-wrapper{
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  padding: 10px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.banner-content{
  text-align: center;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

.banner-content h1{
  margin: 0;
  color:#2BB6AA;
  font-size:48px;
  text-transform:uppercase;
  line-height:60px;
}

.banner-sub-heading{
  text-align: center;
  color:#E8F1F9;
  font-size:16px;
  font-weight:normal;
  line-height:28px;
}

.banner-wrap{
  margin: 10px 0px 0px 0px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.banner-wrap p{
  margin-bottom: 0;
}

.banner-bottom-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  bottom: -1px;
  -webkit-transform: rotate( 
    180deg
  );
  -ms-transform: rotate(180deg);
  transform: rotate( 
    180deg
  );
}
.banner-bottom-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: calc(100% + 1.3px);
  height: 120px;
}

.banner-bottom-shape svg path {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY( 
    0deg
  );
  transform: rotateY( 
    0deg
  );
}


@media (min-width:768px){
  .banner-inner-wrapper{
    width: 100%;
  }
  .banner-content-wrapper{
    width:100%;
  }
}

@media (max-width:544px){
  .mobile-menu-open .mobile-popup-inner {
    max-width: 100%;
  }
  .banner-content h1 {
    font-size: 35px;
  }
  .banner,
  .blog-banner {
    padding: 20px 0px 170px 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer__container {
  margin: 0 auto;
}

.footer-wrapper{
  background:#18536F;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position:relative;
}

.footer-inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 1px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding:0;
}

.footer-strip-image{
  position: relative;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.image-container{
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin: -12px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.image-container img{
  width: 100%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.footer-main-wrapper{
  width: 100%;
  position:relative;
}

.footer__container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.footer-col-1{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.column-inner{
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  text-align:left;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.footer__logo a{
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

.footer__logo a img{
  max-width: 170px;
  width:100% !important;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer-column .hs_cos_wrapper .hs-menu-wrapper >ul{
  list-style:none;
  padding:0;
  margin:0;
  padding:10px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  padding: 10px 10px 13px;
}

.footer-column .hs_cos_wrapper .hs-menu-wrapper >ul >li{
  position: relative;
  min-height:1px;
}
.footer-column .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  margin: 0;
  margin-bottom: 16px;
  width: 100%;
  position: relative;
  padding: 0;
  color:#2BB6AA;
  font-size:14px;
  text-transform:uppercase;
  line-height:28px;
  cursor:text;
  display: block;
  font-weight: 700;
}


.footer-column .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-column .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li{
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-column .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li:first-child >a{
  margin-top:0px;
}

.footer-column .hs_cos_wrapper .hs-menu-wrapper >ul >li >ul >li >a{
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  line-height: 37px;
  margin-bottom: calc( 1px / 2 );
  margin-top: calc( 1px / 2 );
  display: block;
  font-weight: 400;
  color:#E8F1F9;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.footer-bottom-wrapper{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 80px 0px 40px 0px;
  width: 100%;
  position: relative;
}

.footer-col-6{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:1px;
}

.footer-bottom-inner{
  align-content: center;
  align-items: center;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.copyright{
  width: 100%;
  position:relative;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.copyright p{
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  color:#E8F1F9;
  padding: 0;
  margin: 0
}






@media (min-width:768px){
  .footer-inner{
    width:100%;
  }
  .footer-col-1{
    width: 100%;
  }

  .footer-col-2{
    width:90%;
  }

  .footer-col-3{
    width: 90%;
  }

  .footer-col-4{
    width:90%;
  }

  .footer-col-6{
    width:50%;
  }
}

@media (max-width:767px){
  .footer__container{
    display:block;
  }
  .column-inner{
    display:block;
    text-align:center;
  }
  .footer__logo{
    margin: 0px 0px 40px 0px;
  }
  .footer-bottom-inner {
    justify-content: flex-start;
  }
  .footer-bottom-wrapper {
    padding: 50px 0px 50px 0px;
  }
  .footer-column .hs_cos_wrapper .hs-menu-wrapper>ul>li>ul>li>a {
    margin: 0 !important;
  }
  .image-container {
    margin: -14px 0px 0px 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin: 0 auto;
}

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

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

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

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


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



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

.blog-comments {
  width: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.post_sidebar_wrapper {
  position: sticky;
  top: 0;
}

/*             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-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

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

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

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

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

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

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

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

/*             Blog Grid Listing with Sidebar            */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Mobile Blog Sidebar */

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

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

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

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

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

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

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

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

/* Blog Subscription Section */

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

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

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

/*             Blog Post Layout          */

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


.blog-post__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;
}



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

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: auto;
  overflow-y: hidden;
}


/*  Blog Style  */

.blog-banner{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 80px 0px 227px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #18536f;
}

.banner-content-wrapper.blog-content .banner-content{
  text-align:center;
}

.blog-banner .banner-sub-heading{
  width:100%;
  text-align:center;
}

.blog-banner-container{
  max-width:900px;
  margin:0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-topic-wrapper{
  padding: 90px 0px 30px 0px;
  position: relative;
  display: flex;
}

.blog-listing-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.content-inner-wrapper{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  padding: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.content-inner-wrapper >ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width:1140px;
  width:100%;
  list-style:none;
  padding:0;
  margin:0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-inner-wrapper >ul >li.all-topic{
  margin-right:0px;
}

.content-inner-wrapper >ul >li{
  position: relative;
  padding: 10px;
  position: relative;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin-right: 0px;
  white-space: nowrap;
}
.content-inner-wrapper >ul >li >a{
  border-radius: 9px;
  padding-top: 11.5px;
  padding-right: 24px;
  padding-bottom: 11.5px;
  padding-left: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1rem;
  background-color:#2BB6AA;
  border-color:#2BB6AA;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  display: inline-block;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.content-inner-wrapper >ul >li >a:hover{
  background-color: #02010100;
  color:#2BB6AA;
}

.content-inner-wrapper >ul >li >a span{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}

.recent-post-wrapper{
  position: relative;
}

.recent-post-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 1200px;
}

.blog-column1{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.blog-column2{
  position: relative;
  min-height: 1px;
}
.blog-col-inner{
  margin: 10px 0px 0px 0px;
  padding: 10px;
  display:block;
  max-width:100%;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-recent-post-wrapper{
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-template-columns: repeat(2,1fr);
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
}

.cm-recent-blog-wrapper{
  margin-bottom: 0;
  display: block;
  -webkit-transition-property: background,border,-webkit-box-shadow;
  transition-property: background,border,-webkit-box-shadow;
  -o-transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  padding: 0;
  margin: 0;
  min-width: 0;
  position:relative;
}

.recent-post-item{
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  min-height: 1px;
}


.recent-post-inner-wrapper{
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
  border-radius: 9px 9px 9px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.recent-post-item{
  position: relative;
  width:100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width:1140px;
}

.recent-post-inner-wrapper{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:1px;
}

.recent-hs-featured-image-wrapper, .blog-index__post-image.blog-index__post-image--small{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 120px 0px 120px 0px;
  border-radius: 9px 9px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.overlay{
  transition: background 0.5s, border-radius 0.3s, opacity 0.5s;
  border-radius: 9px 9px 0px 0px;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.recent-post-image-wrapper, .blog-index-post-image-wrapper{
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  position: relative;
  text-align:center;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s
}

.recent-post-button-wrapper a, .blog-index-post-button-wrapper a{
  background-color: #02010100;
  font-size: 1rem;
  border-radius: 9px;
  padding-top: 11.5px;
  padding-right: 24px;
  padding-bottom: 11.5px;
  padding-left: 24px;
  width: auto;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  border-color: #e6007e;
  display: inline-block;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}


.button-content-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.button-icon{
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.fa-arrow-right:before {
  content: "\f061";
}


.button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}

.recent-post-inner-wrapper.no-image .recent-hs-featured-image-wrapper .overlay {
  background-color: #e6007e;
  opacity: .75;
}
.recent-hs-featured-image-wrapper:hover .overlay{
  background-color:#e6007e;
  opacity: 0.75;
}
.recent-post-inner-wrapper.no-image .recent-hs-featured-image-wrapper .recent-post-image-wrapper {
  opacity: 1;
}

.blog-index__post-image.blog-index__post-image--small:hover .overlay{
  background-color:#e6007e;
  opacity: 0.75;
}
.blog-index__post-inner-card.no-image .blog-index__post-image.blog-index__post-image--small .blog-index-post-image-wrapper {
  opacity: 1;
}
.blog-index__post-inner-card.no-image .blog-index__post-image.blog-index__post-image--small .overlay {
  background-color: #e6007e;
  opacity: .75;
}
.blog-index__post-image.blog-index__post-image--small:hover .blog-index-post-image-wrapper{
  opacity: 1;
}

.recent-hs-featured-image-wrapper:hover .blog-index-post-image-wrapper{
  opacity:1;
}

.recent-post-content-wrapper, .blog-index__post-content.blog-index__post-content--small{
  padding: 20px 30px 20px 30px;
  position:relative;
  width:100%;
}


.recent-post-content, .blog-index-post-content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width:1140px;
  width:100%;
}

.recent-post-listig-content, .blog-index-post-listig-content{
  padding: 10px;
  display:block;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.heading-content{
  text-align: center;
  margin-bottom:0px;
  display: block;
  width: 100%;
  position:relative;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.heading-content h3{
  color:#0E71BB;
  font-size:16px;
  font-weight:bold;
  line-height:28px;
  text-transform:uppercase;
  margin: 0;
}

.heading-content h3 a{
  color:#0E71BB;
}

.recent-post-listing-content{
  display:block;
  width:100%;
}
.blog-post__body {
   width: 100% 
}

.recent-post-listig-content .blog-post__tags, .blog-index-post-listig-content .blog-post__tags{
  margin: 50px 0px 0px 0px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.recent-post-listig-content .blog-post__tags ul, .blog-index-post-listig-content .blog-post__tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin:0;
  margin-right: -8px;
  margin-left: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recent-post-listig-content .blog-post__tags ul li, .blog-index-post-listig-content .blog-post__tags ul li{
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  margin-right: 8px;
  margin-left: 8px;
  word-break: break-word;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  position: relative;
}

.recent-post-listig-content .blog-post__tags ul li a, .blog-index-post-listig-content .blog-post__tags ul li a{
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  display: inline-block;
  color:#18536f;
  word-break: break-word;
}

.blog-post__read-minute{
  text-align: center;
  position: relative;
  width:100%;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-post__read-minute ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin:0;
  margin-right: calc(-20px/2);
  margin-left: calc(-20px/2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-post__read-minute ul li{
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  margin-right: calc(20px/2);
  margin-left: calc(20px/2);
  word-break: break-word;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
  position: relative;
  color: #18536f;
}

.blog-post__read-minute ul li span{
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  display: inline-block;
  color:#18536f;
  word-break: break-word;
}

.blog-post__read-minute ul li:after{
  content: "";
  height: 12px;
  border-left-width: 1px;
  width: auto;
  left: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-style: solid;
  margin: initial;
  bottom: 0;
  color:#18536f;
  right: calc(-20px/2);
}

.blog-post__read-minute ul li:last-child:after{
  opacity:0;
}

.blog-post__read-minute ul li a{
  font-size: 12px;
  text-transform: uppercase;
  line-height: 21px;
  display: inline-block;
  color:#18536f;
  word-break: break-word;
}



.blog-listing-wrapper1{
  padding: 0px 0px 90px 0px;
  position:relative;
  width:100%;
}


.blog-index{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:1px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}


.blog-index-wrapper{
  width: 100%;
  position:relative;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: grid;
  grid-template-columns: repeat(3,1fr);  
  grid-column-gap: 30px;
  grid-row-gap: 35px;
}


.blog-index__post.blog-index__post--small{
  display: block;
  margin-bottom: 0;
  -webkit-transition-property: background,border,-webkit-box-shadow;
  transition-property: background,border,-webkit-box-shadow;
  -o-transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow;
  transition-property: background,border,box-shadow,-webkit-box-shadow;
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
  padding: 0;
  margin: 0;
  min-width: 0;
  position:relative;
}


.blog-index__post-inner-card{
  box-shadow:none !important;
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.blog-index-listing-inner-wrapper{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:1px;
}

.blog-index-listing{
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 50%);
  border-radius: 9px 9px 9px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}


.blog-pagination{
  text-align: center;
  font-weight: 700;
  margin-top: 30px;
  display: block;
  width: 100%;
  max-width:100%;
}

.blog-pagination a:not(:last-child){
  margin-right: calc( 10px/2 );
  transition: all .2s linear;
  color: #e6007e;
}

.blog-pagination a:not(:first-child){
  margin-left: calc( 10px/2 );
  transition: all .2s linear;
  color: #e6007e;
}

.blog-pagination__link--active{
  color:#18536F;
}

span.elementor-screen-only{
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

.blog-post-shape svg{
  fill: #fff;
}


.recent-hs-featured-image-wrapper:hover .recent-post-image-wrapper{
  opacity:1;
}


/* Blog Post */


.featured-image{
  text-align:center;
  width:100%;
  position:relative;
  border-radius:30px;
  overflow:hidden;
}

.featured-image img{
  width: 81.5%;
  border-radius: 0% 0% 0% 0%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-mask-image: url(//19543529.fs1.hubspotusercontent-na1.net/hubfs/19543529/raw_assets/public/ONVU_Learning_May2021/images/circle.svg);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.blog-post__read-minutes{
  margin-bottom: 0px;
  width:100%;
  position:relative;    
  text-align: left;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-post__read-minutes >ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding:0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}


.blog-post__read-minutes >ul >li{
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: calc(20px/2);
  margin-left: calc(20px/2);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  word-break: break-word;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-post__read-minutes >ul >li >a{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color:#2BB6AA;
}

.blog-post__read-minutes >ul >li span{
  color:#2BB6AA !important;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog-post__read-minutes >ul >li:after{
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
  border-left-width: 2px;
  border-style: solid;
  right: calc(-20px/2);
  content: "";
  height: 16px;
  color:#2BB6AA;
}

.blog-post__read-minutes >ul >li:last-child:after{
  opacity:0;
}

.banner-content h1 span{
  color:#E8F1F9;
}

.post-author-wrapper{
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.post-author-image,  .post-author-content{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:1px;
}


.image-inner{
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: center;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.post-author-inner{
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.shape-bottom.blog-post-shape svg .elementor-shape-fill{
  fill:#ffffff;
}

.image-inner img{
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition-duration: 0.3s;
  width:32px;
  height:32px;
}

.post-author-inner h4{
  font-size:14px;
  text-transform:none;
  font-weight:300;
  color:#2BB6AA;
  font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
  margin-bottom:0px;
  margin-left: 10px;
  text-transform: uppercase;
}

.blog-post-wrapper{
  padding: 80px 0px 50px 0px;
  position:relative;
}

.post-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.post-col1, .post-col2{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.blog-post__body img {
  max-width:100%;
}
.blog-post__body h2{
  color: #2bb6aa;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3;
}


.blog-post__body p{
  margin-top: 50px;
  margin-bottom:50px;
}

.blog-post-sidebar{
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin-bottom: 20px;
  width: 100%;
  position:relative;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 10px 29px 20px;
  border-radius: 9px 9px 9px 9px;
}

.blog-right-post-sidebar{
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  border-radius: 9px 9px 9px 9px;
  background:#2BB6AA;
}

.blog-column-1, .blog-column-2{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:1px;
}

.blog-post-left-wrapper{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 20px 0px 20px 10px;
  border-radius: 9px 0px 0px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}


.blog-post-right-wrapper{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 20px 10px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 0px 9px 9px 0px;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.post-sidebar-content{
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.post-sidebar-content:last-child{
  margin-bottom:0px;
}

.post-sidebar-content h4{
  color:#E8F1F9;
  text-transform:uppercase;
  font-size:14px;
  line-height:28px;
  font-weight:bold;
  margin:0;
}

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

.post-sidebar-content ul li{
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 8px;
  margin-left: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  word-break: break-word;
  line-heighT:28px;
  font-weight:normal;
  text-transform:uppercase;
  font-size:14px;
}

.post-sidebar-content ul li a{
  color:#E8F1F9;
  line-heighT:28px;
  font-weight:normal;
  text-transform:uppercase;
  font-size:14px;
}

.post-sidebar-content p{
  color:#E8F1F9;
  line-heighT:28px;
  font-weight:normal;
  text-transform:uppercase;
  font-size:14px;
  margin-bottom:0px;
  display: inline-block;
}

.blog-button-wrapper{
  width: 100%;
  position:relative;
  text-align: center;
}

.blog-button-container{
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-button-link{
  background-color: #02010100;
  font-size: 1rem;
  border-radius: 9px;
  padding-top: 11.5px;
  padding-right: 24px;
  padding-bottom: 11.5px;
  padding-left: 24px;
  width: auto;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  border-color: #e6007e;
  display: inline-block;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #e6007e;
}

.blog-button-link:hover{
  color: #ffffff;
  background-color: #c8006d;
  border-color: #c8006d;
}

.blog-button-content-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.blog-button-icon{
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.fa-arrow-right:before {
  content: "\f061";
}

.button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}


.blog-recent-posts-wrapper{
  padding: 90px 0px 90px 0px;
  position: relative;
}

.related-post{
  width:100%;
  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.related-article{
  width:100%;
  text-align:center;
}

.related-article h2{
  margin-bottom: 20px;   
  width: 100%;
  position: relative;
  text-align: center;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
  color:#2BB6AA;
}

.blog-recent-posts__list{
  width: 100%;
  position:relative;
  margin-top: 50px;
  margin-bottom: 0px;
  grid-template-columns: repeat(3,1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
}


.newsletter-wrapper{
  padding:0px 0px 100px 0px;
  position: relative;
}

.blog-post-column1, .blog-post-column2{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height:1px;
}

.blog-post-column-inner{
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.blog-post-button{
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  padding:23px 0 0 0;
  max-width: 100%;
  margin: 0 auto;
}

.blog-paragraph{
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  color:#18536F;
  font-size:16px;
  font-weight:bold;
  text-transform:uppercse;
  line-height:28px;
}

.blog-paragraph p{
  margin-bottom:0;
}

.blog-post-text-wrapper{
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px 20px 0px;
  width:100%;
  position:relative;
}

.blog-post-wrap{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width:100%;
  min-height:1px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  background:#E8F1F9;
  border-radius: 9px 9px 9px 9px;
}

.blog-content-column1, .blog-content-column2{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-post-column1-image{
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  width: 100%;
  position:relative;
  text-align:center;
}

.blog-post-column1-image img{
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-content-column2-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 80px 50px 40px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.column2-heading{
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  margin-bottom: 20px;
  position: relative;
  width:100%;

}


.column2-heading h2{
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 28px;
  color:#18536f;
  margin-bottom:0px;
}

.column2-heading p{
  margin-bottom: 0;
  color:#706F6F;
  font-size:16px;
  font-weight:normal;
  line-height:28px;
}

.column2-button{
  margin-bottom: 20px;
  width: 100%;;
  position:relative;
  text-align:left;
}


.all-resources-btn{
  width: 100%;
  position:relative;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.button-link{
  color:#E6007E;
}

.resources-button-content-wrapper{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.resources-button-text{
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}

.book-content h2{
  font-weight:normal;
}

.content-inner-wrapper > ul > li >a{
  padding-right: 31px;
  padding-left: 30px;
}

.blog-right-wrapper{
  width:auto !important;
}


.post-author-inner h4 a{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: #2bb6aa !important;
  line-height: 28px;
}

.blog-social-icon-wrapper{
  font-size: 15px;
  position: relative;
  width: 100%;
}

.blog-social-icon-container{
  text-align: right;
  line-height: 1;
  font-size: 0;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.blog-social-icons-inner-wrapper{
  display: inline-block;
  width: 100%;
  font-size: 15px;
  word-break: break-word;
  min-width: 0;
  display: flex;
}

.blog-grid-item{
  display: inline-block;
  min-width: 0;
  margin-left: 6px;
}

.blog-grid-item a{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #818a91;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background: #e8f1f9;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 15px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.blog-grid-item a i{
  color:#2BB6AA;
}

.blog-post__read-minutes > ul > li >a{
  display:contents;
}


.banner-divider-wrapper{
  margin-bottom: 0px;
  width: 100%;
  position: relative;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.banner-separator{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-color:#2BB6AA;
  border-top-width:0;
  border-right-width:0;
  border-left-width:0;
  border-bottom-width:5px;
  width:170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
}

.author-banner .shape-bottom svg .elementor-shape-fill{
  fill:white;
}

.author-banner{
  max-width: 100%;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
}

.author-banner-wrapper{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 0px 80px 0px;
  position: relative;
}

.author-banner-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width:100%;
}

.author-banner-column1, .author-banner-column2{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
  padding: 10px;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.author-banner-content{
  margin-bottom: 20px;
  width: 100%;
  position:relative;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.author-banner-content h1{
  color:#2BB6AA;
  font-family: 'Montserrat',sans-serif;
  padding: 0;
  margin: 0;
  text-transform:uppercase;
  font-weight:bold;
  line-height:60px;
  text-transform:uppercase;
  font-weight:bold;
}

.blog-post__tags{
  font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
}

.blog-header_author-avatar img{
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline-block;
  width:507px;
  height:506px;
  object-fit:cover;
  border-radius:100%;
}


.author-banner-column1{
  align-content: center;
  align-items: center;
}

.banner-sub-heading{
  display:block;
  width:100%;
}

.blog-post-banner-wrapper{
  padding:80px 0px 70px 0px;
}

.blog-post__read-minutes>ul>li:first-child{
  margin-left:0px;
}

.blog-listing-middle-wrapper1{
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-left-column{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-right-column{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-right-inner-column{
  grid-template-columns: repeat(2,1fr);
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 30px;
  grid-row-gap: 35px;
  display: grid;
}


.blog-post-shape svg {
  width: calc(100% + 1.3px);
  height: 135px;
}


.blog-column2, .blog-column2 div#hs_cos_wrapper_Blog-Banner{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.listing_newsletter_wrapper.blog-left-column div#hs_cos_wrapper_Blog-post-left-sidebar-content{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 1px;
}

.blog-comments{
  margin-bottom:60px;
}

.author-banner .banner-sub-heading{
  text-align: left;
}





.blog-left-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-left-inner-wrapper{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 30px 0px 0px;
  padding: 30px 30px 30px 30px;
  border-radius: 9px 9px 9px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color:#18536F;
}

.blog-post-header, .blog-post-header1{
  width: 100%;
  position: relative;
  display: block;
}

.blog-post-header h2{
  text-align: center;
  margin-bottom:0px;
  width: 100%;
  text-align:center;
  position:relative;
  color:#E8F1F9;
  font-size:34px;
  font-weight:300;
  text-transform:uppercase;
  line-height:40px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-post-header1 h2{
  text-align: center;
  margin-bottom:20px;
  width: 100%;
  text-align:center;
  position:relative;
  color:#2bb6aa;
  font-size:34px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:40px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}


.blog-post-divider-wrapper{
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}


.blog-post-seperator{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-color:#E8F1F9;
  border-top-width:0;
  border-right-width:0;
  border-left-width:0;
  border-bottom-width:5px;
  width:170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
}

.blog-sub-heading1 {
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-sub-heading p{
  margin-bottom:0px;
}


.blog-right-wrapper{
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 20px 10px 10px 20px;
  padding: 30px 30px 30px 30px;    
  border-radius: 9px 9px 9px 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  background-color:#E8F1F9;
}

.blog-listing-image{
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
  position:relative;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-listing-image img{
  width: 400px;
  vertical-align: middle;
  display: inline-block;
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-header{
  background-color:transparent !important;
  margin-bottom: 20px;
  position: relative;
  width:100%;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-header h2{
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  color: #706f6f;
  line-height: 1.3;
  padding: 0;
}

.blog-sub-heading{
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #706f6f;
  margin-bottom: 20px;
  width: 100%;
  position:relative;
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-sub-heading p{
  margin-bottom: 0;
}

.blog-button-wrapper{
  width: 100%;
  position:relative;
  text-align: center;
}

.blog-button-container{
  -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
  -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.blog-button-link{
  background-color: #02010100;
  font-size: 1rem;
  border-radius: 9px;
  padding-top: 11.5px;
  padding-right: 24px;
  padding-bottom: 11.5px;
  padding-left: 24px;
  width: auto;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  border-color: #e6007e;
  display: inline-block;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #e6007e;
}

.blog-button-link:hover{
  color: #ffffff;
  background-color: #c8006d;
  border-color: #c8006d;
}

.blog-button-content-wrapper{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}

.blog-button-icon{
  margin-left: 5px;
  -webkit-box-ordinal-group: 16;
  -ms-flex-order: 15;
  order: 15;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.fa-arrow-right:before {
  content: "\f061";
}

.button-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  display: inline-block;
}


.blog-header{
  text-align:left;
}





@media (min-width:768px){
  .blog-content{
    text-align:left;
  }
  .content-inner-wrapper{
    width: 100%;
  }
  .blog-column1{
    width: 66.956%;
  }
  .blog-column2{
    width: 33%;
  }
  .recent-post-inner-wrapper{
    width: 100%;
  }
  .blog-index{
    width:100%;
  }
  .blog-index-listing-inner-wrapper{
    width:100%;
  }
  .post-content-wrapper{
    width:60%;
  }
  .post-mobile-wrapper{
    width:40%;
  }
  .post-col1{
    width: 65%;
  }
  .post-col2{
    width:35%;
  }
  .blog-column-1{
    width:35%
  }
  .blog-column-2{
    width: 65%;
  }
  .blog-content-column1{
    width:40%;
  }
  .blog-content-column2{
    width:60%;
  }
  .blog-post-column1{
    width: 60%;
  }
  .blog-post-column2{
    width: 40%;
  }
  .author-banner-column1, .author-banner-column2{
    width:50%;
  }
  .blog-left-column{
    width: 34.956%;
  }
  .blog-right-column{
    width:65%;
  }
}


@media (max-width: 1024px) and (min-width: 768px){
  .blog-column2{
    width: 37%;
  }
  .blog-column1{
    width: 63%;
  }
  .post-author-image{
    width: 16%;
  }
  .post-author-content{
    width: 84%;
  }
  .blog-content-column1{
    40%;
  }
  .blog-content-column2{
    width:60%;
  }
}


@media (max-width:1024px){
  .recent-post-wrapper{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px 0px 10px;
  }
  .blog-col-inner{
    padding:0px;
  }
  .recent-post-content, .blog-index-post-content{
    max-width: 1024px;
  }
  .blog-right-wrapper{
    margin: 0px 0px 0px 25px;
    padding: 0px 17px 0px 17px;
  }
  .blog-index-wrapper{
    grid-template-columns: repeat(2,1fr);
  }
  .blog-listing-wrapper1{
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .blog-banner {
    padding: 50px 0px 150px 0px;
  }
  .blog-recent-post-wrapper {
    grid-template-columns: repeat(2,1fr);
  }
  .newsletter-wrapper{
    padding: 0px 0px 80px 0px;
  }
  .blog-post-banner-wrapper{
    padding: 50px 0px 150px 0px;
  }
  .author-banner-wrapper{
    padding: 50px 0px 150px 0px;
  }
}

@media (max-width: 767px){
  .blog-listing-wrapper, .content-inner-wrapper, .content-inner-wrapper>ul, .content-inner-wrapper>ul>li>a{
    width:100%;
    display:block;
  }
  .recent-post-container{
    display:block;
    width:100%;
    padding: 10px;
  }

  .blog-column1, .blog-column2{
    display:block;
    width:100%;
  }
  .header__logo {
    padding: 14.592px 0;
  }
  .menu-toggle {
    padding: 10.944px;
  }
  .blog-index-wrapper, .blog-recent-post-wrapper {
    grid-template-columns: repeat(1,1fr);
  }
  .blog-index__post-inner-card {
    width: 100%;
  }
  .blog-index-listing-inner-wrapper {
    width: 100%;
  }
  .banner-container.page-center{
    display:block;
  }
  .banner-content.blog-content{
    text-align:left;
  }
  .content-wrapper.post-container{
    display:block;
  }
  .blog-post-wrap{
    display: block;
    width: 100%;
  }
  .blog-content-column1{
    display:block;
    text-align: center;
  }
  .blog-index__post-image.blog-index__post-image--small{
    background-size:cover;
  }
  .blog-post-text-wrapper{
    margin-top: 90px;
    margin-bottom: 0px;
    padding: 0% 5% 0% 5%;
  }
  .related-post{
    padding:20px;
  }
  .blog-recent-posts__list{
    grid-template-columns: repeat(1,1fr);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-content-column2-wrapper{
    padding: 0px 30px 60px 30px;
  }
  .post-col2{
    padding: 80px 10px 50px 10px;
  }
  .blog-index__post-image.blog-index__post-image--small, .recent-hs-featured-image-wrapper{
    background-size:cover;
  }
  .blog-right-wrapper{
    margin-right: 0;
    margin-left: 0;
  }
  .post-col1{
    padding:0 10px;
  }
  .recent-post-wrapper{
    padding:0px;
  }
  .author-banner-container{
    display:block;
  }

  .blog-right-inner-column{
    grid-template-columns: repeat(1,1fr);
  }

  .blog-left-inner-wrapper{
    margin: -20px 0px 30px 0px !important;
    padding: 50px 10px 50px 10px !important;
  }
  .blog-right-column{
    display:block;
  }
  .blog-right-wrapper{
    margin:30px 0 0 0 !important;
  }
  .featured-image{
    margin: 0px 0px 0px 0px;
    padding: 40px 5px 0px 5px;
  }
  .blog-post-shape svg {
    width: calc(124% + 1.3px);
    height: 60px;
  }
  .banner-content-wrapper{
    padding:0px;
  }
  .post-col2 {
    display: block;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 6rem 0;
	text-align: center;
	position: relative;
}
.error-page:before {
	content: attr(data-error);
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: Lato, sans-serif;
	font-size: 40vw;
	font-weight: bold;
	color: #F3F6F9;
	z-index: -1;
}
@media screen and (min-width: 1100px) {
	.error-page:before {
		font-size: 20rem;
	}
}
.error-page_heading {
	margin-bottom: 1rem;
}

.systems-page {
	padding: 100px 15px;
}
.systems-page .success {
	display: flex;
	margin: 2rem 0;
	width: auto !important;
	background-color: #CDE3CC;
	border: 1.5px solid #4F7D24;
	border-radius: 6px;
	font-size: .75rem;
	color: #4F7D24;
	padding: .1rem .75rem;
}

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

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

form#email-prefs-form h1,
.systems-page h1 {
	font-size: 28px;
}
form#email-prefs-form h2,
.systems-page h2 {
	font-size: 21px;
}
.systems-page h3 {
	font-size: 22px;
}


.systems-page.email-preference2024 {
	padding-left: 15px;
	padding-right: 15px;
}

.systems-page.email-preference2024 form#email-prefs-form {
	max-width: 100%;
}
.systems-page.backup-unsubscribe h2 {
	color: #706f6f;
	font-family: Montserrat,Helvetica,Arial,Lucida,sans-serif;
	font-size: 16px;
}

footer.subscription-footer {
	padding: 20px 15px;
}



footer.subscription-footer .footer__container {
	align-items: center;
}

footer.subscription-footer .footer__right p:last-child {
	margin-bottom: 0;
}
.module_backup_unsubscribe h1,
.module_backup_unsubscribe h5,
.module_backup_unsubscribe h2,
.module_subs_confirmation h1,
.module_subs_confirmation h2,
.systems-page.email-preference2024 h1,
.systems-page.email-preference2024 h2 {
	color: #77777a;
}
.systems-page.email-preference2024 select#hs-localization-select {
    display: none !important;
}

.systems-page .hs-button, .systems-page .button--primary{
	background-color:#77777a;
	border-color:#77777a;
}
.systems-page .hs-button:hover, .systems-page .button--primary:hover{
	background-color:#77777a;
	border-color:#77777a;
}
.checkbox-row {
	font-weight: bold;
}


@media(min-width:768px){
	.custom-flex-container {
		display: flex;
		column-gap: 20px;
	}

	.custom-flex-container .item {
		width: 33.33%;
	}
	footer.subscription-footer .footer__logo {
		width: 20%;
	}

	footer.subscription-footer .footer__right {
		width: 80%;
	}
}