/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

@font-face {
  font-family: 'Inter';
  src: url('https://19829949.fs1.hubspotusercontent-na1.net/hubfs/19829949/Inter-Font-exporto/Inter-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://19829949.fs1.hubspotusercontent-na1.net/hubfs/19829949/Inter-Font-exporto/Inter-ExtraBold.ttf') format('truetype'), url('https://19829949.fs1.hubspotusercontent-na1.net/hubfs/19829949/Inter-Font-exporto/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://19829949.fs1.hubspotusercontent-na1.net/hubfs/19829949/Inter-Font-exporto/Inter-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://19829949.fs1.hubspotusercontent-na1.net/hubfs/19829949/Inter-Font-exporto/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://19829949.fs1.hubspotusercontent-na1.net/hubfs/19829949/Inter-Font-exporto/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://19829949.fs1.hubspotusercontent-na1.net/hubfs/19829949/Inter-Font-exporto/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('https://19829949.fs1.hubspotusercontent-na1.net/hubfs/19829949/Inter-Font-exporto/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

h2{
line-height:1.3em;
}
h3 {
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 16px;
}
p {
    line-height: 1.55em;
    color:#47536B;
}
body a {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
strong {
    font-weight: 700;
}
/** Sitcky Menu different color**/
.logo-image {
    max-width: 136px !important;
}

#logo{
    margin-top: -24px;
    display: block;
    text-align: left; 
    font-size: 20px; 
    letter-spacing: 2px; 
    font-weight: normal; 
    color: #ffffff;
  }
  a#logo {
  text-decoration: none !important;
  }
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #082B45;
}

.header-grp simple-header-sec header-section fixed{
z-index:99;
}


.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
 text-transform: none;
      font-size: 16px;
      font-weight: 600;
  color: #082B45 !important;

}
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
color: #1990E5;
}

/*divider*/
.grey{
  width:64px; 
  height:2px; 
  background-color:#B3BBCC;">
  margin-top: 40px !important;
  margin-bottom: 32px; 
}

.blue {
  width:64px; 
  height:4px; 
  background-color:#75BDF0;">
  margin-top: 32px;
  margin-bottom: 32px;
}

.red{
  width:64px; 
  height:4px; 
  background-color:#D41121;">
  margin-top: 32px;
  margin-bottom: 32px;
}

/*Audio-Player*/
.hs-audio-player{
z-index:1 !important;
}
/*Info-Box*/
  .info-box{
    background-color: rgba(234, 236, 241, 1);
    padding: 24px;
    border-radius: 8px;
    margin-bottom:32px;
    font-size: 14px;
    font-weight: 600;
    color: #0F578A;
  }
/* Image Pop-UP*/
.popup-container {
    position: relative;
    z-index: 99;
}
/* Style for the modal */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(5,29,46); /* Fallback color */
    background-color: rgba(5,29,46,0.4); /* Black w/ opacity */
    backdrop-filter: blur(8px);
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    margin: 15% auto; /* 15% from the top and centered */
    border-radius: 8px;
    width: 80%; /* Could be more or less, depending on screen size */
    overflow: hidden;
}

.clickable-image {
    cursor: pointer;
}

.modal-content .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding:8px;
    cursor:pointer;
}

.modal-content .close:hover,
.modal-content .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
/*FORM*/

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
    margin-top: 16px;
    margin-bottom: 16px;
}
form {
border:none;
padding: 24px 32px 40px;
}
body form label span.hs-form-required {
    display: contents !important;
    color:#D41121 !important;
}
.legal-consent-container .hs-input[type=checkbox] {
    margin: 0 !important;
    top: 5px !important;
}
.blog-banner .form-columns-1 .input {
    margin-right: 0px !important;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 28px !important;
}
form .inputs-list label {
  margin: 8px 0;
}
.email-box .form-container {
    margin-top: 8px;
}
.hs-form__legal-consent__row.hs-form__legal-consent__row__privacy-policy>div {
    font-size: 12px !important;
    line-height: 1.4em !important;
    color: #5C6B8A !important;
    margin-top: 16px;
}
.hs-form__field__checkbox__label-text {
    font-weight: 400;
    margin-left: 12px;
    font-size: 16px;
    line-height: 1.4em;
    color: #47536B;
}

form .hs-richtext p {
    font-size: 12px;
    margin:0;
    color: #5C6B8A !important;
}
.hs-form [data-hsfc-id=RichText] {
    width: 100%  !important;
    word-break: break-word  !important;
    line-height: 1.4em  !important;
    font-size: 12px  !important;
    color: #B3BBCC  !important;
    hyphens: auto  !important;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 28px;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
    font-size: 14px;
}
li.hs-form-booleancheckbox {
    padding-left: 0 !important;
}

/*Language-Switcher*/
.switch-language {
    position: fixed;
    left: 16px;
    bottom: 0;
    padding: 0;
    z-index: 99;
}
.switch-language:hover {
    border-radius: 6px 0px 0 0;
}
.lang_switcher_class{
    background-color: #fff;
    border-radius: 6px 6px 0 0;
    border: 1px solid #EAECF1;
    padding:8px
}

.lang_switcher_class .lang_list_class li a:hover {
    color: #2483D1;
}

body .header .lang_list_class {
    left: 40px;
    top: -1px;
    transform: translateX(0);
}

body .globe_class {
    background-image: url(//19829949.fs1.hubspotusercontent-na1.net/hubfs/19829949/raw_assets/public/Child-Themes/STORM-LITE-child/Images/icon/language-switch.svg);
}

.globe_class{
    border-radius: 0 !important;
    width: 32px !important;
    height: 32px !important;
}
.header .lang_list_class:after, .header .lang_list_class:before {
    left: 5%;
    margin-left: 0;
}
.lang_list_class {
    padding: 0 !important;
    min-width: 104px !important;
    text-align: left !important;
}

.lang_list_class:before {
    bottom: -6px;
    top:auto !important;
    border: 12px solid transparent;
    border-bottom-color: transparent !important;
    border-top-color: #EAECF1 !important;
}

.lang_list_class li:first-child {
    padding-top: 10px !important;    
    border-top: 1px solid #EAECF1 !important;
    border-radius: 0px 6px 0px 0px;
}

.lang_list_class li {
    font-size: 12px !important;
    padding: 0px 24px 8px !important;  
    border-left: 1px solid #fff !important;
    border-right: 1px solid #EAECF1 !important;
}
.lang_list_class:after {
    bottom: -4px;
    top:auto !important;
    border: 12px solid transparent;
    border-top-color: #fff !important;
    border-bottom-color: transparent !important;
}
.lang_list_class li:last-child {
    border-top: none;
    border-bottom: 1px solid #EAECF1 !important;
    border-radius: 0 0 6px 6px;
}

.lang_list_class li a {
    text-decoration: none;
    color: #47536B;
    cursor: pointer;
}

.header-grp {
    padding:0px;
}

.header-grp.header-section.fixed .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #082B45;
}


.img-shadow-box{
    border-radius: 8px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0,0.2);
}

/**Blog-Listing**/
.text-value-container h1 {
    margin-top: -24px;
}

#hs_cos_wrapper_post_categories {
display:inline !important;
}

.hs-blog-listing .filter .all-tag ul li a.active, .hs-blog-listing .filter .widget-module ul li a.active {
    border-bottom: 2px solid #082B45;
    color: #2483D1;
    font-weight: 700;
}

.hs-blog-listing .filter ul li a:hover{
color:#2483D1;}

.hs-blog-listing .filter ul li a:active :focus :focus-within :target{
color:#2483D1;
 font-weight: 700;
border-bottom:2px solid #082B45; 
}

._hsBlogPostButtonWrapper_7ci18_151 {
    margin-top: 16px;
}

._hsBlogPostTitleLink_7ci18_82:hover {
    text-decoration: none;
}

.hs-blog-post-listing__post-button-wrapper, ._hsBlogPostButtonWrapper_7ci18_151 {
  margin-top: 16px;
}
.blog-tag-filter__menu-link {
    font-size: 1rem;
    font-weight: 400;
    text-decoration: none;
    text-transform: none !important;
    background-color: #F0F1F5;
    padding: 8px 16px;
    border-radius: 4px;
    color: #7586A3;
    letter-spacing: 0 !important;
}
.blog-tag-filter__menu-link:hover {
      background-color: #D1E5FA !important;
    color: #475467 !important;
}

a.blog-tag-filter__menu-link--active-item.blog-tag-filter__menu-link {
    border-bottom: none !important;
    background-color: #D1E5FA;
    color: #475467;
    font-weight: 600;
}

.blog-tag-filter__menu-item {
    display: inline-block;
    margin-right: 8px!important;
}

/* BLOG POST GENERAL */
.blog-post__body p {
  margin-bottom:24px;
  color:#47536B;
}
.hs-blog-post .blog-banner .left-col .author-info h6, .post-listing .post-item h6 {
    color: #B3BBCC;
}
.hs-blog-post .blog-banner .left-col .author-info ul li::marker {
    color: #B3BBCC;
}
.hs-blog-post .blog-banner .main-section {
    padding: 48px 20px 80px;
}
.blog-post__title span {
    font-size: 48px;
    letter-spacing: -1.5px;
    line-height: 56px;
}

.blog-post__body h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top:104px;
    line-height: 1.4em;
}

.blog-post__body h2:before {
    content: "";
    width: 60px;
    border-top: 2px solid #B3BBCC;
    position: absolute;
    margin-top: -32px;
}

.blog-post__body h3 {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 600 !important;
    margin-bottom: 16px;
    margin-top: 40px !important;
    color: #47536B;
}

.blog-post__body h4 {
font-size: 16px;
    line-height: 28px;
    margin-bottom: 0px;
}

.blog-post__body h5 {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 0px;  
}

.blog-post__body h6 {
font-size:13px;
color:#5C6B8A;
margin-bottom:16px;
}
.blog-post__body a {
    color: inherit;
    text-decoration: underline;
}

/*Tables Blogpost*/
.table-box{
    max-width: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    table-layout: fixed;
    border-collapse: separate;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 16px;
    overflow: hidden;
    padding: 16px;
}
tr {
    border-bottom: 1px solid #EAECF1;
}
tr:last-child {
    border-bottom: 0px;
}
td {
    text-align: left;
    font-size: 14px;
    line-height: inherit;
    font-family:inherit; 
}
.body-container-wrapper td ol {
    padding-left: 16px;
    margin: 0px;
}
.hs-blog-post .blog-post__body td ol li {
    margin: 0px;
    padding-left: 4px;
}
.hs-blog-post .blog-post__body td ol li:first-child {
    padding-left: 4px;
}
.hs-blog-post .blog-post__body td ol li::marker {
    color: inherit;
    font-weight: 600;
}
.body-container-wrapper td ul {
    margin: 0;
}
.hs-blog-post .blog-post__body td ul li::before {
    content: "•";
    padding-right: 4px;
    margin-left: -12px;
}
.hs-blog-post .blog-post__body td ul li {
    margin: 0px;
    padding-left: 12px;
    margin-left: -4px;
}

td h4 {
    font-size: 14px !important;
    line-height: 1.6em !important;
}

@media (max-width: 768px) {
  .table-box {
    overflow-x: hidden; /* Scrollen verhindern */
    padding: 0 16px; /* etwas Luft links/rechts */
  }

  .table-box table,
  .table-box tbody {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 8px;
    max-width: 100%;
  }
  td h4 {
  margin-top:16px;
  }

  .table-box tr {
    display: contents;
  }

  .table-box td {
    display: block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 8px 0;
    white-space: normal; /* kein Überlauf */
  }

  .table-box tbody {
    gap: 0px;
  }

  /* Reihenfolge anpassen */
  .table-box td:nth-child(1) { order: 1; }
  .table-box td:nth-child(5) { order: 2; }

  .table-box td:nth-child(2) { order: 3; }
  .table-box td:nth-child(6) { order: 4; }

  .table-box td:nth-child(3) { order: 5; }
  .table-box td:nth-child(7) { order: 6; }

  .table-box td:nth-child(4) { order: 7; }
  .table-box td:nth-child(8) { order: 8; }

}
/* Blog Autour Container Posts */

.author-card-heading.span12 {
    margin-top: 64px;
    margin-left: 0;
}

.hs-blog-post .author-container {
    background-color: #fafafa;
    border-radius: 8px;
    margin-left: 0;
    padding: 24px;
}

.blog-author__name h4 {
    font-size: 14px;
    line-height: 1.3em;
}
.hs-blog-post .blog-author_image img {
    border-radius: 100%;
    max-height: 80px;
    max-width: 80px;
    width: 100%;
}
.hs-blog-post .author-container .description-conta {
    padding-left: 0;
}

p.blog-header__subtitle {
    font-size: 14px;
    padding-bottom:8px;
    color: #3C3D3E;
    margin-block-end: 0;
}
.blog-post__tag:after {
    content: "";
}
.hs-blog-post .blog-post__tag {
margin-right:8px}

/* Social Share */
h6.share-title {
    color: #B3BBCC;
    transform: rotate(-90deg);
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 2px;
}

.hs-blog-post .blog-banner .content-section .social-links {
    display: block;
    margin-top: 24px;
}


@media (min-width: 1420px){

  .blog-post_social-sharing.left_side_cont.stick {
    position: fixed;
    top: 12% !importont;
    z-index: 3;
}
  .hs-blog-post .blog-banner .content-section .social-icons {
    left: -9.5%;
    position: absolute;
}
}

/*Related Posts and Recent Post*/
.post-item.blog-card, .post-item.recent-blog-card {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #EAECF1;
}
.blog-card .featured-image-conta .featured-image, .recent-blog-card .featured-image-conta .featured-image{
  min-height: 120px;
}
.blog-card .featured-image-conta, .recent-blog-card .featured-image-conta {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #EAECF1;
}
.related-blog-content h4, .text-conta h4 {
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing:0px;
}
.related-blog-content, .recent-blog-content {
    padding: 0px 24px 16px 24px;
}

h6.reading-minutes {
    margin-top: 2px;
    font-size: 12px;
}

body .secondary-cta a.cta_button {
    background-color: transparent;
    color: #D41121;
}
body .secondary-cta a.cta_button:hover {
    background-color: transparent;
    color: #D41121;
    text-decoration:unterline; 
}

.related-blog-content .blog-summary p, .recent-blog-content .blog-summary p {
    font-size: 14px !important;
    line-height: 1.4em;
    color:rgb(71, 84, 103);
}

@media (min-width: 1440px){

  .post-item.blog-card {
    margin-right: 40px;
    max-width: 348px;
    width: 100%;
}
  
}

@media (min-width: 768px)
.post-item.blog-card {
    margin: 40px 28px 16px 0;
}

/** List Style BLOG**/
.hs-blog-post .blog-post__body ul li::before {
    content: "–";
    padding-right: 16px;
    margin-left:-24px;
}
.hs-blog-post .blog-post__body ul li {
    padding-left: 48px;
}
.body-container-wrapper ul {
    margin: 16px 0;
}

.hs-blog-post .blog-post__body ol li, .hs-blog-post .blog-post__body ul li {
    color: #47536B;
    font-size: inherit;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: inherit;
    margin: 16px 0;
    padding-left: 48px;
    text-align: left;
}

.body-container-wrapper ol {
    margin: 0 0 16px;
    padding-left: 48px;
    text-decoration: none;
}

.hs-blog-post .blog-post__body ol li:first-child {
    margin-left: 0;
    padding-left: 12px;
}
.hs-blog-post .blog-post__body ol li {
    padding-left: 12px;
}
.hs-blog-post .blog-post__body ol li::marker {
    font-size: inherit;
    line-height: intherit;
}

/** List Style LPs**/
.sticky-sidebar ul li::before {
    content: "–";
    padding-right: 16px;
    margin-left:-24px;
}
.sticky-sidebar ul li {
    padding-left: 48px;
}
.body-container-wrapper ul {
    margin: 16px 0;
}

.sticky-sidebar ol li, .sticky-sidebar ul li {
    color: #47536B;
    font-size: inherit;
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: inherit;
    margin: 16px 0;
    padding-left: 48px;
    text-align: left;
}


.sticky-sidebar ol li:first-child {
    margin-left: 0;
    padding-left: 12px;
}
.sticky-sidebarol li {
    padding-left: 12px;
}
.sticky-sidebar ol li::marker {
    font-size: inherit;
    line-height: intherit;
}

/*Listitem Widget*/
.hs_cos_wrapper_type_module .list-items li::before {
    margin-left: 0 !important;
    padding-top: 4px;
}
/* Comments-Section Posts*/

.comment-form-section.span12 {
    margin-left: 0;
}

.comment-form-section {
    margin-top: 0;
}
.grecaptcha-badge {
    box-shadow: none !important;
    text-align: left;
    margin: 0;
    left: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.comment-form-section .section.post-footer .new-comments {
    background-color: #F5F8FA;
    border-radius: 6px;
    padding: 32px;
}
.comment-form-section form {
    background-color: #fff;
    border-radius: 6px;
    border:1px solid #EAECF1;
    margin-top: 40px;
    padding: 24px 32px 32px;
}
.hs-form label {
    font-size: 13px;
    color: #47536B;
    line-height:20px;
    margin-bottom:4px;
    padding-top:0;
}
form .inputs-list label {
    color: #47536B;
}

.inputs-list:first-child {
    margin-bottom: 0;
    padding-top: 0;
}
label.hs-error-msg.hs-main-font-element {
    color: rgb(242, 84, 91);
    font-size: 13px;
}
body .row-fluid .hs-input.invalid.error {
    border-color: #ed787e;
}

body .row-fluid .hs-input {
    color: #737588;
    background-color: #F5F8FA;
    border: 1px solid #B3BBCC;
}

/* BLOG ELEMENTS */

/* Hero Slider*/
.hero-slider-2 .heading-container.slick-slide.slick-current.slick-center {
    border-radius: 4px;
    opacity: 1;
    padding: 24px 40px 24px;
    position: relative;
    transform: scale(1);
    transition: all .3s ease-in-out;
    z-index: 20;
}
.hero-slider-2 .simple-slider .profile-conta {
    justify-content: flex-start;
}
.hero-slider-2 .simple-slider .name-container, .hero-slider-2 .simple-slider .profile-pic {
    display: inline-block;
    text-align: left;
}

body .row-fluid .hs-button{
text-decoration:none;
}

/*Buttons Comments Dark Blue*/
.comment-form-section form input.hs-button.primary {
    background-color: #fff;
    border: 2px solid #0F578A;
    color: #0F578A;
}

.comment-form-section form input.hs-button.primary:hover {
    background-color: #0F578A;
    border: 2px solid #0F578A;
    color: #fff;
}

/**CARD**/
.head-conta h3 {
    font-size: 16px;
    line-height: 1.4em;
    margin-bottom: 8px;
}
.descp-conta p {
    color: #47536B !important;
    line-height: 1.5em;
    font-size:14px;
    margin-bottom: 24px;
}
body .colored_cells .primary-cta a.cta_button, body .row-fluid .primary-cta.transparent-cta a.cta_button:hover {
    background: #0F578A;
    border: 1px solid #0F578A;
    color: #fff;

}
body .colored_cells .primary-cta a.cta_button, body .row-fluid .primary-cta.transparent-cta a.cta_button {
    border: 1px solid #0F578A;
    color:#0F578A;
    font-size:14px;
    min-width: 104px;
    padding: 8px 24px;
}
.card .image-container {
    margin-left: -30px;
}
.card.border {
    border: none !important;
}
/**R E S P O N S I V E**/
@media (max-width: 1421px){
  /*social-share*/
  h6.share-title {
        transform: none;
        margin-right: 16px;
    }
  
  .hs-blog-post .blog-banner .content-section .blog-post_social-sharing{
  margin-bottom: 64px;
  }
  
  .hs-blog-post .blog-banner .content-section .social-links {
      display: contents;
    }
  
    .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image {
        max-height: 22px;
        max-width: 22px;
        display: flex;
    }  
  
    .hs-blog-post .blog-banner .content-section .social-links a {
      display: flex;
      height: auto;
      margin: 0 16px;
      padding: 0;
      align-items: center;
      width: auto;
  }
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_linked_image {
    max-height: 22px;
    max-width: none;
    display: block;
    margin-bottom: 16px;
  }
  
  .footer-section .hs-menu-wrapper.hs-menu-flow-vertical>ul li a, .footer-section a {
    color: #fff;
    margin: 4px 0;
  }
  body .footer-section .widget-type-header h4 {
    margin-bottom: 16px !important;
    margin-top: 16px;
  }
  div#hs_cos_wrapper_footer_growthkit_pre-module-18 p {
    font-size: 12px;
  }
  
  a.social-links__link {
    margin-right: 16px;
  }
  
}

@media (min-width: 768px) and (max-width: 1024px){

    h1 {
        font-size: 40px;
        line-height: 1.4em;
    }
  
    .hs-blog-post .blog-banner .right-col .blog-post__image-wrapper {
        height: 320px;
    }
  
    h1.blog-post__title span {    
      font-size: 28px;
      letter-spacing: -1px;
    }
  
  h2.blog-post__subtitle {
    font-size: 20px;
  }
  
    }
  
@media (max-width: 1024px) and (min-width: 768px){
.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 13px;
    letter-spacing: 0;
    padding: 16px 16px 18px 1vw;
}  
  
body .row-fluid .header-grp {
    padding-top: 8px;
}#
}

@media (max-width: 767px){
  
  #logo {
    margin-top: -64px;
  
  }
      .body-container-wrapper li, blockquote, p {
        font-size: 15px;
  }
  .header-grp.header-section.fixed{
  height:64px !important;
}

  .span12.widget-span.widget-type-cell.wrapper.equal-height-container.simple-header .custom-menu-primary.js-enabled .mobile-trigger {
    top: 12px;
  }
  
  li.blog-tag-filter__menu-item {
    margin-left: 0px;
    display: inline-block;
    margin-right: 16px;
  }
  
  .blog-tag-filter__menu-link {
    font-size: 12px !important;
  }
 
  .mobile-trigger {
    color: #0F578A;
    top:18px !important;
  }
  
  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    color: #082B45;
  }
  
  .mobile-trigger i, .mobile-trigger i:after, .mobile-trigger i:before {
    background-color: #0F578A;
  }
  .header-section .wrapper.equal-height-container.simple-header {
    padding-top: 16px;
    padding-bottom: 8px;
}

  body .row-fluid .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 64px;
}
  .hs-blog-post .blog-banner .content-section, .hs-blog-post .blog-banner .main-section {
        padding: 16px 0;
    }
  .hs-blog-post .blog-banner .main-section {
    padding: 48px 20px 56px;
}
  .blog-post__body p {
    font-size: 15px;
}
  h1.blog-post__title span {
    font-size: 23px;
    letter-spacing: -0.6px;
    line-height:1.4em;
  }
  h1.blog-post__title {
    font-size: 23px;
    letter-spacing: -0.6px;
    line-height:1.4em;
}
  
  h2.blog-post__subtitle {
    font-size: 17px !important;
    font-weight: 400;
    line-height: 1.4em;
    margin-top: 8px;
    letter-spacing:0;

  }
  .blog-post__body h2 {
    font-size: 19px;
    letter-spacing:0;
    margin-top:64px;

}
  .blog-post__body h3 {
    font-size: 17px;
  }
  .blog-post__body h4 {
    letter-spacing:0;
    font-size:15px;
    line-height: 1.55em;
  }
   h6{
    font-size: 12px;
  }
      h4, h5 {
        letter-spacing: 0 !important;
    }
  .hs-blog-post-listing__post-image-wrapper {
    margin-bottom: 24px;
  }
  
  .hs-blog-post-listing__post-tags{
    margin: 0;
  }  
  
  .hs-blog-post-listing__post-content.hs-blog-post-listing__post-content--side-by-side.hs-blog-post-listing__post-content--with-image {
    border-bottom: 1px solid #EAECF1;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  
  }
.hs-blog-post .blog-post__body ul li {
    padding-left: 24px;
    margin: 8px 0;
}
.hs-blog-post .blog-post__body ol li {
    padding-left: 12PX;
}
.body-container-wrapper ol {
    padding-left: 24px;
}
}