/* --- main color scheme -- */




/* --- misc colors -- */






/* --- transition -- */




/* --- main font -- */




* {
  font-family: Raleway;
}

body {
  font-size: 100%;
  font-family: Raleway;
  color: #212325;
  overflow:visible;
  line-height:1.5;
  margin:0;
  font-size:16px;
}

h1,
h2,
h3 {
  font-family: Raleway;
  color: #f38c3c;
  line-height:1.15;
  margin:15px 0;
  font-weight:;
  letter-spacing: 1px;
}

h1,
h2.h1{
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  color: #336a9d;
  margin: .5rem 0;
}
h6 {
  font-size: 16px;
  color: #336a9d;
  margin: .5rem 0;
}

  @media (max-width:680px){
    h1 {
      font-size: 2.5rem;
    }
    h2 {
      font-size: 2.25rem;
    }
    h3 {
      font-size: 1.75rem;
    }
    h4 {
      font-size: 1.5rem;
    }
    h5 {
      font-size: 1.25rem;
    }
    h6 {
      font-size: 1rem;
    }
  }

p,
p span,
ul li,
ol li{
  font-size: 18px;
  font-family: Raleway;
  color: #212325;
  font-weight:300;
  line-height:1.45;
  margin:15px 0;
}
.section--dark div,
.section--dark p,
.section--dark p span,
.section--dark ul li,
.section--dark ol li,
.section--dark h1,
.section--dark h2, 
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6 {
  color: #fff;
}

footer .hs-menu-depth-1>a {
  font-family: Raleway;
}

/* --- anchor links -- */


 
a {
     
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;

}

a {
  color: #336a9d;
  text-decoration: none;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}

a svg {
  -webkit-transition: fill 0.25s ease-in-out;
  -o-transition: fill 0.25s ease-in-out;
  transition: fill 0.25s ease-in-out;
}

 a:hover,
 a:focus,
 a:active {
  color: #f38c3c;
  outline:none;
}

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

/* --- main color scheme -- */




/* --- misc colors -- */






/* --- transition -- */




/* --- main font -- */



/* --- main color scheme -- */




/* --- misc colors -- */






/* --- transition -- */




/* --- main font -- */




* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:after,
*:before {
  box-sizing: inherit;
}

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

svg {
  max-width: 100%;
  height: auto;
}

main {
  display: block;
}


/* --- main color scheme -- */




/* --- misc colors -- */






/* --- transition -- */




/* --- main font -- */





.hs-button,
input.hs-button,
.cta_button {
  width:fit-content;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.125;
  -webkit-appearance: none;
  cursor:pointer;
  position:relative;
  text-shadow:none;
  margin:5px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition:all ease-in-out 0.25s;
  -o-transition:all ease-in-out 0.25s;
  transition:all ease-in-out 0.25s;
  margin-top: 18px;
  background-color: #336a9d;
  color: white;
  border-radius: 5px;
}
.hs-button.primary {
    font-family: ;
    background-color: #336a9d;
    border-style:solid;
    border-width: 2px;
    border-color: #336a9d;
    border-radius: 5px;
    color: #fff;
}
.hs-button.primary:hover {
    background-color:  #f38c3c;
    border-color:  #f38c3c;
    color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}


/* ---------------------- */
/* -- primary button -- */
/* ---------------------- */

.button--primary {
    font-family: ;
    background-color: #336a9d;
    border-style:solid;
    border-width: 2px;
    border-color: #336a9d;
    border-radius: 5px;
    color: #fff;
}

.button--primary:hover {
    background-color:  #f38c3c;
    border-color:  #f38c3c;
    color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}

/* ---------------------- */
/* -- secondary button -- */
/* ---------------------- */

.button--secondary {
    font-family: ;
    background-color:  #f38c3c;
    border-style:solid;
    border-width: 2px;
    border-color:  #f38c3c;
    border-radius: 5px;
    color: #fff;
}

.button--secondary:hover {
    background-color: #336a9d;
    border-color: #336a9d;
    color: #fff;
    box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}



/* ---------------------- */
/* -- light button -- */
/* ---------------------- */

.button--light {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #6599C2;
  border-radius: 5px;
  color: #6599C2;
  transition: .25s;
}

.button--light:hover {
  background-color: #fff;
  border-color:  #f38c3c;
  color:  #f38c3c;
  box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}
.button--light-2 {
  background-color: #fff;
  border-style: solid;
  border-width: 2px;
  color: #f38c3c;
  border-color: #f38c3c;
  border-radius: 5px;
  transition: .25s;
}

.button--light-2:hover {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0,0,0,.2);
  color: #6599C2;
  border-color: #6599C2;
}

.link {
  text-decoration: none;
  color: #f38c3c;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: fit-content;
  padding: .25rem 0;
  transition: .25s;
}
.link svg {
  height: 1rem;
  display: inline-block;
  width: auto;
  margin-left: .5rem;
}
.link svg.fa-arrow-right {
  margin-bottom: 1px;
}
.link:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: #f38c3c;
  transition: .25s;
}
.link:hover:after {
  width: 100%;
  left: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .button--three {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .button--three svg {
    max-width: 30px;
  }
  .button--three:before {
    width: 100%;
    top: 0px;
  }
}
/* --- main color scheme -- */




/* --- misc colors -- */






/* --- transition -- */




/* --- main font -- */




.main-form .misc-text {
    font-size: 14px;
    margin: 20px 0 5px;
}

form {
    margin: 0 !important;
  position: relative;
  z-index: 2;
}

.form__container .hs-form-field,
.hs-form .hs-form-field {
	  margin-bottom: 1rem;
}

.form__container fieldset.form-columns-3 .hs-form-field {
    width: 33.2% !important;
}

.form__container.button__center form .actions {
    text-align: center;
}

  @media (max-width:768px){
    .form__container fieldset.form-columns-3 .hs-form-field {
      width: 100% !important;
    }
  }

.hs-form fieldset {
  max-width: 100% !important;
  width: 100%;
  margin: 1rem 0 !important;
}

.hs-form textarea,
.hs-form select,
.hs-form input[type="text"],
.hs-form input[type="password"],
.hs-form input[type="datetime"],
.hs-form input[type="datetime-local"],
.hs-form input[type="date"],
.hs-form input[type="month"],
.hs-form input[type="time"],
.hs-form input[type="week"],
.hs-form input[type="number"],
.hs-form input[type="email"],
.hs-form input[type="url"],
.hs-form input[type="search"],
.hs-form input[type="tel"],
input[type="password"],
input.email-edit.hs-input,
.hs-search-field__input {
	width: 100% !important;
  max-width:100% !important;
  border: 1px solid #f9f9f9; !important;
	padding: 1.5rem 1rem !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	font-size: 14px !important;
  border-radius: 5px;
  background: #f7f7f7;
  height:40px !important;
  color:#8C8C8C;
}

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* IE Only */
    .hs-form input[type="file"] {
      width: 100%;
      max-width:100%;
      border: 1px solid #ddd;
      padding: 0.5rem 0.5rem;
      -webkit-appearance: none;
      -moz-appearance: none;
      font-size: 14px;
      border-radius: 5px;
      background: #f3f3f3;
      height:40px;
      outline: none;
    }
  }

.hs-form input.hs-input, 
.hs-form textarea.hs-input {
  -webkit-box-shadow:none !important;
          box-shadow:none !important;
}

.hs-form input:focus,
.hs-form select:focus,
.hs-form textarea:focus,
.hs-form input.hs-input:focus, 
.hs-form textarea.hs-input:focus{
	border-color: #999;
	outline: 0 none !important;
  -webkit-box-shadow:none;
          box-shadow:none;
}

.hs-form input.invalid,
.hs-form select.invalid,
.hs-form textarea.invalid {
	border-color: red;
}

.hs-form input[type="radio"],
.hs-form input[type="checkbox"] {
	line-height: normal;
	cursor: pointer;
}

.hs-form .hs-fieldtype-radio > label, 
.hs-form .hs-fieldtype-radio > label .hs-form-required,
.hs-form .hs-form-required {
  font-weight: 500;
  color: #333;
}

.hs-form textarea {
	overflow: auto;
	vertical-align: top;
  min-height:100px;
  width:100% !important;
}

.hs-form select {
	background-position: calc(100% - 0.5rem) center;
	background-size: 1.6rem 1rem;
	background-repeat: no-repeat;
}

/* HubSpot Form Specific Markup */
.hs-form .hs-error-msgs {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	opacity: 0.8;
	color: red;
  text-align:left;
}

.hs-form ul.hs-error-msgs li {
  margin: 0;
  text-indent: 0;
  padding-left: 0 !important;
}

.hs-form label:not(.hs-error-msg),
.subscribe-form__container form label:not(.hs-error-msg),
.hs-form label:not(.hs-error-msg) .hs-form-required {
  font-size: 0.85rem;
  color:#8C8C8C;
}

.hs-form .hs-error-msgs label {
  color:red;
  font-size:0.75rem;
}

.hs-form .hs-submit .actions {
  padding: 0 !important;
  margin: 0 !important;
}

/* --- list items --- */
.hs-form ul.inputs-list.multi-container {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}

.hs-form .hs-form-field ul.inputs-list:not(.hs-error-msgs) {
  padding-left: 1rem !important;
  list-style: none;
}

.hs-form ul.inputs-list,
.hs-form ul.inputs-list li.hs-form-booleancheckbox {
    margin: 0 !important;
}

.hs-form ul.inputs-list.multi-container li label,
.hs-form .hs-form-booleancheckbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.hs-form ul.inputs-list.multi-container li label input,
.hs-form ul.inputs-list .hs-input[type='checkbox']{
  width: 30px !important;
}



/* --- auto width for form button --- */

form .hs-button, 
form input.hs-button.primary.large {
    width: auto;
}

/* --- legal ---- */

.hs-form .legal-consent-container {
  font-size: 11px;
  background: #f5f5f5;
  border: solid thin #dadada;
  padding: 15px;
  margin: 15px 0;
}
.hs-form .legal-consent-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .legal-consent-container ul .hs-input {
  width: 20px;
}
.hs-form .legal-consent-container .hs-richtext, 
.hs-form .legal-consent-container .hs-richtext p, 
.hs-form .legal-consent-container .hs-form-booleancheckbox span {
  font-size: 10px;
  color: #333;
  margin: 0;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox span {
  font-weight: 400;
}

/* -- generic form style -- */

.form__wrapper {
    border: 1px solid #E9E9E9;
    padding: 1.5rem;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
            box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.10);
}
.form__wrapper .main-title {
    margin-bottom: 15px;
}

/* --- no background --- */

.form__wrapper.background__none {
    border: none;
    padding: 0;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* --- subscribe form ---- */

.form__wrapper.subscribe-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form__wrapper.subscribe-form .hs-richtext.hs-main-font-element,
.form__wrapper.subscribe-form .hs-form label:not(.hs-error-msg) {
    display: none !important;
}

.form__wrapper.subscribe-form .hs-form input[type="email"] {
    padding: 12px 16px !important;
    height: 46px !important;
}

.form__wrapper.subscribe-form input.hs-button.primary.large {
    border-radius: 0 4px 4px 0;
    margin-top: 0;
    padding:12px 16px;
}

.form__wrapper.subscribe-form .hs_email {
    width: 100%;
}

/* Theme styles start here */
.form--dark {
  background-color: #336a9d;
  padding: 2rem;
}
.form--dark label *,
.form--dark .hs-demo_file_upload_select .hs-input {
  color: white;
}
.form--dark .hs-button {
  background-color:#E9E5E0;
  border-style:solid;
  border-width:4px;
  border-color:#E9E5E0;
  border-radius:4px;
  color:#000;
}
.form--dark .hs-button:hover {
  background-color:#C2BFBB;
  border-color:#C2BFBB;
  color:#ffffff;
}

.form--light {
  background-color: #f9f9f9;
  padding: 2rem;
}
.form--light label * {
  color: black;
}
.form--light .hs-button {
  font-family: ;
  background-color:#2B3247;
  border-style:solid;
  border-width:4px;
  border-color:#2B3247;
  border-radius:4px;
  color:#ffffff;
}
.form--light .hs-button:hover {
  background-color:#6B7592;
  border-color:#6B7592;
  color:#ffffff;
}

.form--white {
  background-color: #fff;
  padding: 2rem;
}
.form--white label * {
  color: black;
}
.form--white .hs-button {
  font-family: ;
  background-color:#2B3247;
  border-style:solid;
  border-width:4px;
  border-color:#2B3247;
  border-radius:4px;
  color:#ffffff;
}
.form--white .hs-button:hover {
  background-color:#6B7592;
  border-color:#6B7592;
  color:#ffffff;
}

/* --- main color scheme -- */




/* --- misc colors -- */






/* --- transition -- */




/* --- main font -- */






/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Grid Flex Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.align-items__top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items__center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items__bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* --- reverse --- */

.flex-reverse {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
}

.flex-reverse .col:last-of-type{
    margin-left:0;
    margin-right:2.564102564%;
}

/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Column Layout Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.col12 {
  width:100%;
}

.col9 {
  width:74%;
}

.col8 {
  width:63%;
}

.col7 {
  width:57%;
}

.col6 {
  width:48%;
  width:calc(100% / 2 - 1rem);
}

.col5 {
  width:40%;
  width:calc(100% / 12 * 5 - 1rem);
}

.col4 {
  width:32%;
}

  @media (max-width:980px){
    .col9,
    .col8,
    .col7,
    .col6,
    .col5,
    .col4 {
      width:100%;
      margin-bottom:1.5rem;
    }
  }
/* --- main color scheme -- */




/* --- misc colors -- */






/* --- transition -- */




/* --- main font -- */




/***************************************************
 * Containers
****************************************************/
.section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.section-wrapper {
  max-width: 1200px;
  margin: auto;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-wrapper--medium {
  max-width: 1040px;
  margin: auto;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-wrapper--narrow {
  max-width: 980px;
  margin: auto;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-wrapper--touching-right {
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  margin-left: auto;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-wrapper--touching-left {
  max-width: calc(1200px + ((100vw - 1200px) / 2));
  margin-right: auto;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1240px) {
  .section-wrapper {
    padding: 1em;
  }
}

.intro-text-align-center {
  width: 100%;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.intro-text-align-left {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
}
.intro-text-align-right {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  text-align: right;
}

/* --- main color scheme -- */




/* --- misc colors -- */






/* --- transition -- */




/* --- main font -- */




/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Global Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

*,*:before,*:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*check here first if something breaks - fix empty modules*/
.row-fluid [class*="span"] {
  min-height: 0 !important;
}

img {
	max-width: 100%;
  height:auto;
}
.section {
  position: relative;
}

.transparent_nav #main {
  top: -80px;
  position: relative;
}
/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Alignments and Position Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

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

.align-center {
  text-align:center;
}

.align-right {
  text-align:right;
}
.align-items-center {
  align-items: center;
}
.reverse-order {
  flex-direction: row-reverse;
}

/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Global Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.relative {
    position:relative;
}

.block {
    display:block;
}

.bold {
    font-weight: 600;
}

.uppercase {
    text-transform:uppercase;
}
.flip-horizontal {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}


@media(min-width: 1025px) {
  .sticky {
    position: sticky;
    top: 80px;
    height: fit-content;
  }
}

img.image-shadow {
    -webkit-box-shadow: 5px 8px 15px #e4f3ff;
            box-shadow: 5px 8px 15px #e4f3ff;
}

  @media (max-width:980px){
    .mobile-hide {
      display:none;
    }
  }

/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Background Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
}

/* -- solid colors --- */

.bg__primary-dark {
  background-color: #336a9d;
}
.bg__primary-light {
  background-color: #6599c2;
}
.bg__secondary-dark {
  background-color: #f38c3c;
}
.bg__secondary-light {
  background-color: #f9f9f9;
}
.bg__white {
  background-color: #fff;
}
.bg__black {
  background-color: #000;
}
.bg__gray {
  background-color: #f9f9f9;
}
.bg__light-blue {
  background-color: rgba(51,106,157, .05)
}
.bg__transparent {
  background-color: transparent;
}

/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Text Colors
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/
.text-color__black, .text-color__black *:not(.hs-button):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(a) {
  color: #000;
}

.text-color__white, .text-color__white *:not(.hs-button) {
  color: #fff;
}

/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Overlay
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.bg__overlay{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}


/*
//////////////////////////////////////////////////
//////////////////////////////////////////////////
//
// Padding Elements
//
//////////////////////////////////////////////////
//////////////////////////////////////////////////
*/

.padding-top__none {
  padding-top:0 !important;
}
.padding-bottom__none {
  padding-bottom:0 !important;
}
.padding-top__xs {
  padding-top:1rem !important;
}
.padding-bottom__xs {
  padding-bottom:1rem !important;
}
.padding-top__small {
  padding-top:2rem !important;
}
.padding-bottom__small {
  padding-bottom:2rem !important;
}
.padding-top__medium {
  padding-top:4rem !important;
}
.padding-bottom__medium {
  padding-bottom:4rem !important;
}
.padding-top__large {
  padding-top:6rem !important;
}
.padding-bottom__large {
  padding-bottom:6rem !important;
}
.padding-top__xl {
  padding-top:10rem !important;
}
.padding-bottom__xl {
  padding-bottom:10rem !important;
}

/* Margin */
.margin-top__none {
  margin-top:0 !important;
}
.margin-bottom__none {
  margin-bottom:0 !important;
}
.margin-top__xs {
  margin-top:1rem !important;
}
.margin-bottom__xs {
  margin-bottom:1rem !important;
}
.margin-top__small {
  margin-top:2rem !important;
}
.margin-bottom__small {
  margin-bottom:2rem !important;
}
.margin-top__medium {
  margin-top:4rem !important;
}
.margin-bottom__medium {
  margin-bottom:4rem !important;
}
.margin-top__large {
  margin-top:6rem !important;
}
.margin-bottom__large {
  margin-bottom:6rem !important;
}
.margin-top__xl {
  margin-top:10rem !important;
}
.margin-bottom__xl {
  margin-bottom:10rem !important;
}

/* IE */
.ie-only {
  display: none;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-only {
    display: block;
  }
  .ie-hide {
    display: none;
  }
  h1, h2, h3, h4, h5, h6, p, ul, li, div {
    max-width: 100%;
  }
}
/* --- main color scheme -- */




/* --- misc colors -- */






/* --- transition -- */




/* --- main font -- */




/* Universal */
.section--subscription-preferences {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 75vh;
  padding: 10%;
}
.section--system-template {
  background-color: #F48C3B;
  color: #fff;
}
.section--system-template *:not(input) {
  color: #fff;
}
.section--system-template input {
  color: black;
}
.system-template__bars {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.section--system-template input {
  border-radius: 5px;
}
.section--system-template .l-page-wrap {
  position: relative;
}
.hs-search-results__listing li {
  margin: 2rem;
  padding: 2rem 0;
  border-bottom: 1px solid #f1f1f1;
  text-align: left;
}
.hs-search-results__title {
  font-size: 1.5rem;
  font-weight: bold;
}


/* Subscription Preferences */
#email-prefs-form h2 {
  font-size: 1.5rem;
  margin: 2rem 0;
}
.section--subscription-preferences .item, .section--subscription-preferences .subscribe-options {
  padding: 1rem;
  background: #fff;
  border-radius: 5px;
  margin: 1rem 0;
  box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}
.section--subscription-preferences .item:first-of-type {
  margin-top: 2rem;
}
.section--subscription-preferences .item p {
  margin-left: 28px;
  font-size: 14px;
  position: relative;
  display: block;
  color: #000;
}
.section--subscription-preferences .item-inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.section--subscription-preferences .checkbox-row {
  display:flex;
  align-items: center;
  justify-content: center;
}
.section--subscription-preferences .fakelabel {
  display: flex;
  align-items: center;
}
.section--subscription-preferences .fakelabel span,
.section--subscription-preferences .subscribe-options .header {
  color: #336a9d;
  font-weight: bold;
  text-align: left;
}
.section--subscription-preferences .fakelabel input {
  border: 5px solid #336a9d !important;
  height: 20px;
  width: 20px;
  margin-top: -3px;
  margin-right: 6px;
}
.section--subscription-preferences .subscribe-options * {
  color: #000;
}
.section--subscription-preferences .subscribe-options label {
  display: flex;
  align-items: center;
}
#globalunsub {
  border: 5px solid #336a9d !important;
  height: 20px;
  width: 20px;
  margin-right: 6px;
}

/* Animation */

@keyframes floatUp {
  0%   {
    transform: 
      translateY(-20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floatDown {
  0%   {
    transform: 
      translateY(15%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floatIn {
  0% {
    transform: translateY(100%); 
    opacity: 0;
  }
  100% {
    transform: translateY(0%); 
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shrink {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(.9);
  }
}
@keyframes grow {
  0% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes bounce {
   0%, 5%, 15%, 25%, 30%, 50%, 80%, 100% {transform: translateY(0) translateX(-50%);} 
   10% {transform: translateY(-6px) translateX(-50%);} 
   20% {transform: translateY(-3px) translateX(-50%);} 
} 
.floatUp { 
  animation: floatIn 2.5s ease;
}
.floatIn { 
  animation: floatIn 2s ease;
}
.fadeIn {
  animation: fadeIn 2.5s ease;
}
.shrink { 
  animation: shrink 4.5s ease;
}
.grow { 
  animation: grow 4.5s ease;
}

.animate--none {
  opacity: 1;
}
.animate--fadeIn {
  opacity: 0;
}
.animate--floatIn {
  opacity: 0;
  transform: translateY(100%);
}
/************************
 *** Listing Page CSS ***
*************************/

.blog-listing-body {
  background-color: #f9f9f9;
}
/* Hero */
.section--blog-listing-hero {
  background-size: cover;
  background-position: 100% 50%;
  padding-top: calc(8vw + 24px);
  padding-bottom: 6vw;
}
.blog-listing__hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 66vw;
  background-size: cover;
  background-position: bottom;
}
.blog-listing__hero-text-wrapper p {
  font-size: 20px;
}
.blog-listing__hero-text-wrapper p,
.blog-listing__hero-text-wrapper h1,
.blog-listing__hero-text-wrapper label span {
  color: white !important;
}
.blog-listing__hero-text-wrapper {
  width: 45%;
}
.blog-listing__hero-text-wrapper h1 {
  font-size: 50px;
  font-weight: 600;
}
.section--blog-listing-hero form {
  display: flex;
  align-items: center;
}
.section--blog-listing-hero form input {
  max-height: 53px !important;
  min-height: 53px !important;
  margin: 0 !important;
}
.section--blog-listing-hero form input.hs-input {
  background-color: rgba(255,255,255, .5);
  border: 1px solid rgba(255,255,255, .5);
  border-radius: 5px 0 0 5px !important;
  min-width: 250px;
}
.section--blog-listing-hero form input[type='submit'] {
  border-radius: 0 5px 5px 0;
  margin: 0;
}
.section--blog-listing-hero form input[type='submit']:hover {
  background-color: #336a9d;
  border-color: #336a9d;
}
.section--blog-listing-hero .hs-error-msgs {
  display: none !important;
}

/* Filter By Topic */
.section--blog-filters {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.blog-filters {
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0,0,0,.2);
  background-color: #fff;
  display: flex;
  width: 940px;
  max-width: 100%;
  padding: .5rem;
  padding-top: 1rem;
}
.blog-filter {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  text-align: center;
}
.blog-filter img {
  height: 60px;
  width: auto;
  margin-bottom: .5rem;
}

/* Blog Listing */
.section--blog-listing {
  overflow: hidden;
}
.blog-listing__card-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.blog-card {
  width: calc(100% / 3 - 1rem);
  position: relative;
  text-decoration: none;
  margin: 1rem 0;
  background-color: #fff;
  border-radius: 5px;
  transition: .25s;
  overflow: hidden;
  font-size: 16px;
}
.blog-card:hover {
  box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}
.blog-card__tag-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.blog-card__tag {
  color: #454545;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
}
.blog-card__title {
  color: #336a9d;
  font-size: 22px;
  font-weight: 600;
  margin: .5rem 0;
}
.blog-card__image-wrapper {
  height: 200px;
  width: 100%;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-card__text-wrapper {
  width: 100%; 
  padding: 1rem;
  padding-bottom: 3rem;
  color: #454545;
}
.blog-card__read-now {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  color: #f38c3c;
}
.blog-card__read-now svg {
  height: 1rem;
  width: auto;
  margin-left: .5rem;
}

/* Blog Search */

.section--blog-search {
  text-align: center;
  margin-bottom: 6rem;
}
#blogSearch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: .5rem;
}
.blogSearch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px rgba(0,0,0,.2);
  width: fit-content;
  border-radius: 5px;
}
/*
.blogSearch-input {
  width: 250px;
  padding: 1rem 1.5rem;
  max-height: 53px !important;
  min-height: 53px !important;
  margin: 0 !important;
  outline: none;
  border: none;
  border-radius: 5px 0 0 5px;
}
.blogSearch-button {
  padding: 1rem 1.5rem;
  background-color: #6599c2;
  color: white;
  max-height: 53px !important;
  min-height: 53px !important;
  margin: 0 !important;
  outline: none;
  border: none;
  border-radius: 0 5px 5px 0;
}
*/
.hs-search-field {
  position: relative;
  max-width: 480px;
  margin: auto;
  border: 1px solid rgba(0,0,0,.25);
  border-radius: 5px;
}
.hs-search-field__suggestions li a {
  display: block;
  padding: .5rem;
  border-bottom: 1px solid #f1f1f1;
  font-weight: 600;
}
.hs-search-field__suggestions li a:hover {
  background-color: #f6f6f6;
}


/* Pagination */
.blog-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 3rem;
}
.blog-pagination-left,
.blog-pagination-center,
.blog-pagination-right {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: .5rem;
  width: fit-content;
}
.blog-pagination a {
  color: #454545;
  text-decoration: none;
}
.blog-pagination svg {
  height: 1rem;
  width: auto;
  margin: 0 .5rem;
}
.previous-posts-link,
.next-posts-link {
  display: flex;
  align-items: center;
}

/* Dots BG */
.blog-listing__dots-bg--top {
  position: absolute;
  top: 0;
  left: 1rem;
}
.blog-listing__dots-bg--bottom {
  position: absolute;
  bottom: 0;
  right: 1rem;
}

.remove-side-col .blog-post__content-column{
    width: 100%;
  }
  
.remove-side-col .blog-post__subscribe-column {
    display: none;
  }
.remove-side-col .blog-post__content-bg {
  display: none !important;
}

@media(max-width: 1024px) {
  
/*  Mobile Hero  */
  .section--blog-listing-hero {
    background-image: linear-gradient(to left, 
                rgba(243, 140, 60, .6), 
                rgba(243, 140, 60, 1)), 
                url(https://8644051.fs1.hubspotusercontent-na1.net/hubfs/8644051/Images/blog-list__hero-bg.jpg);
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
  .blog-listing__hero-bg {
    display: none;
  }
  .blog-listing__hero-text-wrapper {
    width: 620px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .section--blog-listing-hero form {
    justify-content: center;
  }
  
/* Mobile Filters  */
  .blog-filters {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 720px;
  }
  .blog-filter {
    width: 100%;
    padding: .5rem 1rem;
    flex: unset;
  }
  .blog-filter br {
    display: none;
  }
  .blog-filter img {
    display: none;
  }
  
/*  Mobile Listing  */
  .blog-listing__card-wrapper {
    justify-content: center;
  }
  .blog-card {
    width: 100%;
    max-width: 600px;
  }
}
@media(max-width: 480px) {
/*  Mobile Custom Search  */
  #blogSearch {
    padding: 1rem;
  }
  .blogSearch-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blogSearch-input {
    width: 100%;
    border-radius: 5px 5px 0 0 !important;
    margin-bottom: 0;
  }
  /*  Mobile Custom Search  */
  .blogSearch-button {
    width: 100% !important;
    border-radius: 0 0 5px 5px !important;
    margin-top: 0;
  }
  .blog-listing__hero-text-wrapper br {
    display: none;
  }
} 





/*********************
 *** Post Page CSS ***
**********************/
.blog-post__content-column h1, .blog-post__content-column h1 span  {
  color: #f38c3c;
  font-size: 30px;
  }
.blog-post__content-column h2, .blog-post__content-column h2 span {
  color: #f38c3c;
  font-size: 30px;
}
.blog-post h2 {
  font-size: 30px;
}
.blog-post h3 {
  font-size: 24px;
  color: #336a9d;
}
.blog-post h3 span {
  font-size: 24px;
  color: #336a9d;
}
.blog-post h4 {
  font-size: 20px;
  color: #454545;
}
.blog-post h4 span{
  font-size: 20px;
  color: #454545;
}
.post-body img {
  max-width: 100% !important;
}
.blog-post .section-wrapper {
  padding: 0 1rem;
}
.blog-post__outer-wrapper a {
  color: #f38c3c;
  text-decoration: none;
  transition: .25s;
}
.blog-post__outer-wrapper a:hover {
  color: #336a9d;
}
.blog-post__outer-wrapper ul {
  padding-left: 2rem;
}
.blog-post__outer-wrapper {
  display: flex;
  justify-content: space-between;
}
.blog-post__content-column {
  width: calc(100% - 425px);
}
.blog-post__subscribe-column {
  width: 320px;
  position: relative;
}
.blog-post__subscribe-card {
  width: 100%;
  border-radius: 5px;
  position: sticky;
  top: 4rem;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0,0,0,.2);
  overflow: hidden;
  margin-top: 1rem;
}
.blog-post__subscribe-card-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 150px;
  width: 100%;
}
.blog-post__subscribe-card-content {
  padding: 1rem;
}
.blog-post__subscribe-card h4 {
  color: #336a9d;
  font-size: 20px;
  margin: 0;
}
.blog-post__subscribe-card p {
  color: #454545;
  margin: .5rem 0;
}
.blog-post__subscribe-card .hs-submit .actions {
  text-align: center;
  margin: auto;
}
.blog-post__subscribe-card .form__container .hs-form-field, .hs-form .hs-form-field {
  margin-bottom: 0 !important;
}
.blog-post__subscribe-card .hs-form input[type="email"] {
  background: rgba(105, 113, 115, .1);
}
.blog-post__hero {
  overflow: hidden;
  position: relative;
  background-color: #336a9d;
}
.blog-post__tags,
.blog-post__tag-link {
  color: #f38c3c;
  text-decoration: none;
  font-size: 18px;
}
.blog-post__hero h1 {
  margin-bottom: 3vw;
  color: #fff !important;
}
.blog-post__hero p {
  margin-bottom: .5rem;
  color: #fff !important;
}
.blog-post__hero-content {
  width: 100%;
  max-width: 720px;
}
.blog-post__post-details {
  font-size: 15px;
}
.blog-post__hero-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.blog-post__content-bg {
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 0;
  height: 100%;
  width: 315px;
  background-repeat: repeat-y;
}

/* Related */
.section--related-blog-posts {
  background-color: #f9f9f9;
}
.related-posts__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related-blog-item {
  width: calc(100% / 3 - 1rem);
  background-color: #fff;
  transition: .25s;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}
.related-blog-item:hover {
  box-shadow: 0px 3px 6px rgba(0,0,0,.2);
}
.related-blog__image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
.related-blog-text-wrapper {
  padding: 1rem;
}
.related-blog-title {
  color: #336a9d;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.related-blog-post-summary {
  max-height: 200px;
  overflow: hidden;
}
.related-blog-post-summary>*:not(p) {
  display: none;
}
.related-blog-post-summary>:after {
  content: '..';
}
.related-blog-read-now {
  display: flex;
  align-items: center;
  color: #f38c3c;
  text-decoration: none;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.related-blog-read-now svg {
  height: 1rem;
  margin-left: .5rem;
}
.hs_cos_wrapper_type_related_blog_posts>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media(max-width: 1024px) {
  .blog-post__outer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .blog-post__content-column {
    width: 100%;
  }
  .blog-post__subscribe-column {
    width: 320px;
    position: relative;
  }
  .blog-post__content-bg {
    display: none;
  }
  .hs_cos_wrapper_type_related_blog_posts>div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .related-blog-item {
    width: 100%;
    max-width: 600px;
    margin: 1rem 0;
  }
}