/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:35px;height:35px;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:35px;font-family:Arial,Baskerville,monospace;line-height:35px;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container,.lity-youtube .lity-container,.lity-vimeo .lity-container,.lity-facebookvideo .lity-container,.lity-googlemaps .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}
@charset "UTF-8";
.blog-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 20px;
  z-index: 999;
  position: relative;
      justify-content: center;
   }
  .blog-pagination a.blog-pagination__link.blog-pagination__number-link {
    color: #40453D;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 12px;
    font-size: 14px;
    font-weight: bold; }
    .blog-pagination a.blog-pagination__link.blog-pagination__number-link:hover {
      color: #EF4B24; }
    .blog-pagination a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active {
      background-color: #ef3340;
      width: 40px;
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: white;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.16); }
  .blog-pagination a.blog-pagination__link.blog-pagination__prev-link {
    margin-right: 15px; }
  .blog-pagination a.blog-pagination__link.blog-pagination__next-link {
    margin-left: 15px; }
  .blog-pagination a.blog-pagination__link.blog-pagination__prev-link, .blog-pagination a.blog-pagination__link.blog-pagination__next-link {
    color: #ffffff;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    font-weight: bold; }
    .blog-pagination a.blog-pagination__link.blog-pagination__prev-link:hover, .blog-pagination a.blog-pagination__link.blog-pagination__next-link:hover {
      color: #EF4B24; }
  .blog-pagination .blog-pagination--ellipses {
    margin: 0 9px; }

.blog--sidebar .blog-sidebar--categories {
  margin: 0 0 35px 0; }

.blog--sidebar .blog-sidebar--categories_wrap h5 {
  font-weight: normal;
  color: #333333;
  font-size: 16px; }

.blog--sidebar .blog-sidebar--categories_wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .blog--sidebar .blog-sidebar--categories_wrap ul li {
    margin-bottom: 7px; }

.blog--sidebar .blog-sidebar--search {
  margin: 0 0 45px 0;
  background: #202f38;
  width: 100%; }
  .blog--sidebar .blog-sidebar--search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .blog--sidebar .blog-sidebar--search input {
    width: 100%;
    padding: 6px 0;
    -webkit-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    color: #1782c5;
    font-family: Jost,Arial,sans-serif;
}
    .blog--sidebar .blog-sidebar--search input::-webkit-input-placeholder {
      color: #1782c5 }
    .blog--sidebar .blog-sidebar--search input:-ms-input-placeholder {
      color: #1782c5 }
    .blog--sidebar .blog-sidebar--search input::placeholder {
      color: #1782c5 }
    .blog--sidebar .blog-sidebar--search input:focus {
      outline: none; }
  .blog--sidebar .blog-sidebar--search .hs-search-field {
    position: relative; }
  .blog--sidebar .blog-sidebar--search .hs-search-field__bar button {
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    color: white;
    height: auto;
    cursor: pointer; }
    .blog--sidebar .blog-sidebar--search .hs-search-field__bar button svg {
      height: 15px; }
      .blog--sidebar .blog-sidebar--search .hs-search-field__bar button svg path {
        fill: #808080; }
    .blog--sidebar .blog-sidebar--search .hs-search-field__bar button:hover {
      background-color: transparent; }
    .blog--sidebar .blog-sidebar--search .hs-search-field__bar button:focus {
      background-color: transparent;
      outline: none;
      border: none; }
  .blog--sidebar .blog-sidebar--search .hs-search-field__suggestions {
    display: none;
    position: absolute;
    background-color: #808080;
    padding: 12px;
    border: 1px solid #f1f3f4 !important;
    border-radius: 10px;
    top: calc(100% + 15px); }
    .blog--sidebar .blog-sidebar--search .hs-search-field__suggestions li {
      padding: 8px 0;
      border-top: 1px solid #dadada; }
      .blog--sidebar .blog-sidebar--search .hs-search-field__suggestions li#results-for {
        font-family: proxima-nova, sans-serif;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-size: 12px;
        color: #999;
        margin-bottom: 5px;
        display: block;
        padding-bottom: 5px;
        border: none; }
    .blog--sidebar .blog-sidebar--search .hs-search-field__suggestions a {
      display: inline-block;
      color: #40453D;
      -webkit-transition:all 0.3s ease-in-out;
      -o-transition:all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .blog--sidebar .blog-sidebar--search .hs-search-field__suggestions a:hover {
        color: #333333;
        background-color: transparent; }
      .blog--sidebar .blog-sidebar--search .hs-search-field__suggestions a span.hs-search-highlight {
        background-color: #eaeaea;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 4px; }
  .blog--sidebar .blog-sidebar--search .hs-search-field--open .hs-search-field__suggestions {
    display: block;
    z-index: 1;
    background-color: #f1f3f4; }

.blog-util-bar {
  margin-top: 25px;
  padding: 20px 25px;
  background-color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

@media screen and (max-width: 767px) {
  .blog-util-bar--categories,
  .blog-util-bar--search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; } }

.blog-util-bar--categories {
  position: relative;
  margin: 0 0 20px 0;
  width: auto; }
  @media screen and (min-width: 768px) {
    .blog-util-bar--categories {
      margin: 0 30px; } }
  .blog-util-bar--categories select {
    width: 100%;
    -webkit-appearance: none;
            appearance: none;
    border: 1px solid white;
    background-color: transparent;
    font-family: proxima-nova, sans-serif;
    color: white;
    z-index: 1;
    position: relative;
    padding: 10px 30px 10px 10px; }
    .blog-util-bar--categories select:focus {
      outline: none; }
    .blog-util-bar--categories select option {
      color: #40453D; }
  .blog-util-bar--categories i {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    color: white;
    font-size: 10px; }

.blog-util-bar--search {
  border-bottom: 1px solid white;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .blog-util-bar--search {
      margin: 0 30px;
      max-width: 320px; } }
  .blog-util-bar--search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .blog-util-bar--search input {
    width: 100%;
    padding: 6px 0;
    -webkit-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    color: white;
    font-family: proxima-nova, sans-serif; }
    .blog-util-bar--search input::-webkit-input-placeholder {
      color: white; }
    .blog-util-bar--search input:-ms-input-placeholder {
      color: white; }
    .blog-util-bar--search input::placeholder {
      color: white; }
    .blog-util-bar--search input:focus {
      outline: none; }
  .blog-util-bar--search .hs-search-field {
    position: relative; }
  .blog-util-bar--search .hs-search-field__bar button {
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-appearance: none;
            appearance: none;
    border: none;
    background-color: transparent;
    color: white;
    height: auto;
    cursor: pointer; }
    .blog-util-bar--search .hs-search-field__bar button svg {
      height: 15px; }
      .blog-util-bar--search .hs-search-field__bar button svg path {
        fill: white; }
    .blog-util-bar--search .hs-search-field__bar button:hover {
      background-color: transparent; }
    .blog-util-bar--search .hs-search-field__bar button:focus {
      background-color: transparent;
      outline: none;
      border: none; }
  .blog-util-bar--search .hs-search-field__suggestions {
    display: none;
    position: absolute;
    background-color: white;
    padding: 12px;
    border: 1px solid #f1f3f4 !important;
    border-radius: 10px;
    top: calc(100% + 15px); }
    .blog-util-bar--search .hs-search-field__suggestions li {
      padding: 8px 0;
      border-top: 1px solid #dadada; }
      .blog-util-bar--search .hs-search-field__suggestions li#results-for {
        font-family: proxima-nova, sans-serif;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        font-size: 12px;
        color: #999;
        margin-bottom: 5px;
        display: block;
        padding-bottom: 5px;
        border: none; }
    .blog-util-bar--search .hs-search-field__suggestions a {
      display: inline-block;
      color: #40453D;
      -webkit-transition:all 0.3s ease-in-out;
      -o-transition:all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .blog-util-bar--search .hs-search-field__suggestions a:hover {
        color: #333333;
        background-color: transparent; }
      .blog-util-bar--search .hs-search-field__suggestions a span.hs-search-highlight {
        background-color: #eaeaea;
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 4px; }
  .blog-util-bar--search .hs-search-field--open .hs-search-field__suggestions {
    display: block;
    z-index: 1; }

.blog-post--breadcrumb ul {
  padding: 0;
  margin: 0 0 32px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style-type: none;
  display: none; }
  @media (min-width: 782px) {
    .blog-post--breadcrumb ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .blog-post--breadcrumb ul li {
    position: relative; }
    .blog-post--breadcrumb ul li:not(:first-child):before {
      position: absolute;
      left: 0;
      content: "\";
      font-family: 'icon-font';
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      font-display: swap;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #333333;
      font-size: 10px;
      padding: 0 9px 0 11px;
      top: 50%;
      -webkit-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
    .blog-post--breadcrumb ul li:not(:first-child) a, .blog-post--breadcrumb ul li:not(:first-child) span {
      padding-left: 32px; }
    .blog-post--breadcrumb ul li a, .blog-post--breadcrumb ul li span {
      -webkit-transition:all 0.3s ease;
      -o-transition:all 0.3s ease;
      transition: all 0.3s ease;
      color: #40453D;
      display: inline-block; }
    .blog-post--breadcrumb ul li a {
      font-weight: bold; }
      .blog-post--breadcrumb ul li a:hover {
        color: #333333; }

.blog-related-posts {
  padding-bottom: 60px;
  /* =============================================================================
	Extra Small +
	========================================================================== */
  /* =============================================================================
	Small +
	========================================================================== */
  /* =============================================================================
	Medium +
	========================================================================== */
  /* =============================================================================
	Large +
	========================================================================== */
  /* =============================================================================
	Extra Large +
	========================================================================== */ }
  .blog-related-posts .flex-4 {
    margin-bottom: 30px; }
  .blog-related-posts .blog-related-posts--title {
    display: block;
    border-bottom: 1px solid #BCBFC2;
    padding-bottom: 20px;
    margin-bottom: 60px; }
  .blog-related-posts .related-blog-item {
    height: 100%;
    background-color: white;
    border-radius: 10px; }
  .blog-related-posts .related-blog-item--image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    width: 100%;
    height: 280px; }
    .blog-related-posts .related-blog-item--image img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .blog-related-posts .related-blog--inner {
    padding: 45px; }
  .blog-related-posts .related-blog--title {
    margin-bottom: 10px; }
    .blog-related-posts .related-blog--title a {
      color: #40453D;
      -webkit-transition:all 0.3s ease-in-out;
      -o-transition:all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .blog-related-posts .related-blog--title a:hover {
        color: #333333; }
  .blog-related-posts .related-blog-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .blog-related-posts .related-blog-tags li {
      position: relative; }
      .blog-related-posts .related-blog-tags li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px; }
        .blog-related-posts .related-blog-tags li:not(:last-child):before {
          content: '';
          position: absolute;
          right: 0;
          width: 2px;
          height: 14px;
          background-color: #e1e2e3;
          top: 50%;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .blog-related-posts .related-blog-tags li a {
        font-family: proxima-nova, sans-serif;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #EF4B24;
        -webkit-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-weight: bold; }
        .blog-related-posts .related-blog-tags li a:hover {
          color: #333333; }
  .blog-related-posts .related-blog--date {
    margin-top: 30px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #97999B; }

.blog-post--author {
  padding: 30px 0 35px;
  border-top: 1px solid #BCBFC2;
  border-bottom: 1px solid #BCBFC2;
  margin-bottom: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* =============================================================================
	Extra Small +
	========================================================================== */
  /* =============================================================================
	Small +
	========================================================================== */
  /* =============================================================================
	Medium +
	========================================================================== */
  /* =============================================================================
	Large +
	========================================================================== */
  /* =============================================================================
	Extra Large +
	========================================================================== */ }
  .blog-post--author .blog-post--author_avatar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
    border-radius: 50%;
    position: relative;
    height: 120px; }
    .blog-post--author .blog-post--author_avatar img {
      border-radius: 50%;
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
  .blog-post--author .blog-post--author_content {
    padding-left: 20px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .blog-post--author .blog_post_author--title {
    margin-bottom: 10px; }
  .blog-post--author .blog_post_author--name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: normal;
    margin-bottom: 4px; }
  .blog-post--author .hs-author-social-section {
    margin-top: 10px; }
    .blog-post--author .hs-author-social-section a {
      color: #333333;
      -webkit-transition:all 0.3s ease-in-out;
      -o-transition:all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .blog-post--author .hs-author-social-section a:hover {
        color: #EF4B24; }
    .blog-post--author .hs-author-social-section i {
      margin-right: 10px;
      font-size: 14px; }

.blog-post--share {
  margin-bottom: 20px;
  /* =============================================================================
	Extra Small +
	========================================================================== */
  /* =============================================================================
	Small +
	========================================================================== */
  /* =============================================================================
	Medium +
	========================================================================== */
  /* =============================================================================
	Large +
	========================================================================== */
  /* =============================================================================
	Extra Large +
	========================================================================== */ }
  .blog-post--share ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .blog-post--share ul li + li {
      margin-left: 20px; }
      .blog-post--share ul li + li a {
        color: #EF4B24;
        -webkit-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .blog-post--share ul li + li a:hover {
          color: #333333; }
      .blog-post--share ul li + li i {
        font-size: 14px; }
  .blog-post--share .blog-post--share_title {
    vertical-align: 3px;
    font-family: proxima-nova, sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #97999B; }

.blog-index-banner {
  background-color: #f1f3f4;
  /* =============================================================================
	Extra Small +
	========================================================================== */
  /* =============================================================================
	Small +
	========================================================================== */
  /* =============================================================================
	Medium +
	========================================================================== */
  /* =============================================================================
	Large +
	========================================================================== */
  /* =============================================================================
	Extra Large +
	========================================================================== */ }
  .blog-index-banner .blog-index-banner--info {
    padding: calc(3vw + 85px) 0 5vw; }
  .blog-index-banner .blog-index-banner--title {
    color: #333333;
    font-weight: bold;
    letter-spacing: normal; }
  .blog-index-banner .blog-index-banner--description {
    color: #333333;
    letter-spacing: normal; }
  .blog-index-banner .blog-index-banner--image {
    position: relative;
    height: 100%;
    background-color: #EF4B24;
    width: 66.66vw;
    overflow: hidden; }
    .blog-index-banner .blog-index-banner--image:before {
      content: '';
      width: 100%;
      height: 120%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-position: 0;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1; }
    .blog-index-banner .blog-index-banner--image img {
      mix-blend-mode: multiply;
      width: 66.66vw;
      position: absolute;
      left: 0;
      max-width: none;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }

ul.sidebar-posts--tabs {
  margin: 0 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
  ul.sidebar-posts--tabs li {
    list-style-type: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
    ul.sidebar-posts--tabs li a {
      display: block;
      width: 100%;
      -webkit-transition:color 0.3s ease-in-out;
      -o-transition:color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out;
      border-bottom: 1px solid #333333;
      color: #97999B;
      position: relative;
      padding: 10px 0; }
      ul.sidebar-posts--tabs li a.active {
        color: #000000; }
        ul.sidebar-posts--tabs li a.active:after {
          height: 3px;
          display: none;
          background-color: #EF4B24; }
      ul.sidebar-posts--tabs li a:after {
        content: '';
        -webkit-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        display: none;
        background-color: #333333; }

.sidebar-posts--posts {
  display: none; }
  .sidebar-posts--posts.active {
    display: block; }

.blog-sidebar--posts {
  margin-top: 35px;
  margin-bottom: 35px; }

.blog-sidebar--signup-title {
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2A2A2A;
  font-weight: bold; }

.sidebar-posts--item + .sidebar-posts--item {
  padding-top: 20px; }

.sidebar-posts--detail {
  display: block; }
  .sidebar-posts--detail .sidebar-posts--name {
    display: block;
/*     color: black; */
    font-style: normal;
/*     font-weight: bold; */
/*     font-size: 16px; */
/*     line-height: 125%; */
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #ffffff;
     overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
  .sidebar-posts--detail .sidebar-posts--date-topic {
    display: block;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 80%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ffffff; }

ul.share-post {
  width: auto;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding: 0px;
  display: table;
  margin-top: 15px; }
  ul.share-post li {
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block; }
    ul.share-post li:last-child {
      margin-right: 0; }
    ul.share-post li a {
      font-size: 20px;
      text-decoration: none;
      -webkit-transition:all 0.3s ease;
      -o-transition:all 0.3s ease;
      transition: all 0.3s ease;
      color: #EF4B24; }
      ul.share-post li a:hover {
        color: #333333; }

body.hs-blog-listing {
  /* =============================================================================
	Extra Small +
	========================================================================== */
  /* =============================================================================
	Small +
	========================================================================== */
  /* =============================================================================
	Medium +
	========================================================================== */
  /* =============================================================================
	Large +
	========================================================================== */
  /* =============================================================================
	Extra Large +
	========================================================================== */ }
  body.hs-blog-listing .module.hero-banner {
    padding-bottom: 100px;
    position: relative; }
    body.hs-blog-listing .module.hero-banner .hero-banner--content {
      margin-bottom: 95px;
      margin-top: 75px; }
    body.hs-blog-listing .module.hero-banner h1.hero-banner--title {
      font-weight: 500; }
    body.hs-blog-listing .module.hero-banner .hero-banner--divider {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 0; }
    body.hs-blog-listing .module.hero-banner .hero-banner--media_col {
      position: relative; }
    body.hs-blog-listing .module.hero-banner .hero-banner--media_wrap {
      position: relative;
      z-index: 1; }
    body.hs-blog-listing .module.hero-banner .hero-banner--media_bg {
      position: absolute;
      top: -33px;
      left: 50%;
      width: calc(100% + 37px);
      height: 100%;
      -webkit-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%); }
  body.hs-blog-listing .blog-index {
    padding-top: 60px; }
  body.hs-blog-listing .blog-index--posts {
    display: block;
    position: relative;
}
body.hs-blog-listing .blog-index--posts:after{
  left: -120px;
  bottom: -30px;
  width: 475px;
  height: 286px;
  content:"";
  position: absolute;
  background-image: url(https://20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/dot-image.png);
}
  body.hs-blog-listing .blog-index--posts {
    padding-right: 0; }
  body.hs-blog-listing .blog-index--posts_wrap {
    padding-bottom: 60px; }
  body.hs-blog-listing .blog-index-banner--btn {
    margin-top: 40px; }
  @media (min-width: 782px) {
    body.hs-blog-listing .module.hero-banner .hero-banner--content {
      margin-top: 0;
      margin-bottom: 0px; }
    body.hs-blog-listing .blog-index--posts {
      display: block;
      margin: 0 -31px;
/*       padding-right: 35px; */
    } }

.hs-blog-post {
  margin-top: 0;
  /* =============================================================================
	Extra Small +
	========================================================================== */
  /* =============================================================================
	Small +
	========================================================================== */
  /* =============================================================================
	Medium +
	========================================================================== */
  /* =============================================================================
	Large +
	========================================================================== */
  /* =============================================================================
	Extra Large +
	========================================================================== */ }
  .hs-blog-post .brand--logo.logo_white {
    opacity: 0; }
  .hs-blog-post .brand--logo.logo_dark {
    opacity: 1; }
  .hs-blog-post.shrink .brand--logo.logo_white {
    opacity: 0; }
  .hs-blog-post.shrink .brand--logo.logo_dark {
    opacity: 1; }
  .hs-inline-edit .hs-blog-post {
    margin-top: 0; }
  .hs-blog-post .blog-post--banner {
/*     background-color: #EF4B24; */
    background-color: rgba(0,0,0,.2);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 550px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;}
  .hs-blog-post .blog-post--banner-image {
}
    .hs-blog-post .blog-post--banner-image img {
/*       opacity: 0.35; */
      width: 100%;
      height: auto;
/*       filter: grayscale(100%);  */
}
  .hs-blog-post .blog-post--meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin: 40px 0 0px; }
    .hs-blog-post .blog-post--meta li {
      margin: 0 20px;
      position: relative;
      color: white;
      font-weight: 600;
      font-size: 17px;
      line-height: 21px;
      text-transform: uppercase;
      text-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
      .hs-blog-post .blog-post--meta li:not(:last-child):after {
        content: '';
        right: -20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 1px;
        background-color: rgba(255, 255, 255, 0.5);
        height: 12px;
        position: absolute; }
.hs-blog-post .blog-post--meta li time{
  position: relative;
}
.hs-blog-post .blog-post--meta li time:after{
  top: 2px;
  left: -27px;
  width: 19px;
  height: 19px;
  content: "";
  position: absolute;
  background-image: url(https://20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/white-calander.png);
}
  .hs-blog-post .blog-banner--tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: flex-start;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin: 24px 0 40px; }
    .hs-blog-post .blog-banner--tags li {
      margin: 0; margin-right: 5px; }
      .hs-blog-post .blog-banner--tags li a {
        padding: 7px 16px;
        color: white;
        display: inline-block;
        background-color: #1782c5;
        -webkit-transition:all 0.3s ease;
        -o-transition:all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 15px; 
        line-height: 18px;
        border-radius: 20px;
}
        .hs-blog-post .blog-banner--tags li a:hover {
          opacity: 0.8; }
  .hs-blog-post .blog-post--banner_content {
    position: relative;
    padding: 85px 50px 50px;
    max-width: 1000px;
    margin: 0 auto; }
    .hs-blog-post .blog-post--banner_content h1, .hs-blog-post .blog-post--banner_content p {
      text-align: center;
      color: white; }
    .hs-blog-post .blog-post--banner_content p {
      font-size: 20px;
      line-height: 26px; }
  .hs-blog-post .blog-post--content {
    padding-top: 0;
    padding-bottom: 60px;
    background-color: #161c1e;
}
  .hs-blog-post .blog-post--body_wrap {
    padding-right: 0;
    padding: 30px 24px 1px !important;
    background-color: #202f38;
    font-size: 18px; }
span.published-date {
  color: #1782c5;
  font-size: 15px;
  font-family: 'Jost';
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}
span.published-date:before {
  content: '';
  width: 12px;
  height: 3px;
  background-color: #1782c5;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  margin-top: 7px;
}
.hs-blog-post .blog-post--body_wrap h1 {
  font-family: Inter;
    font-size: 36px;
    font-weight: 600;
}
    .hs-blog-post .blog-post--body_wrap p,
    .hs-blog-post .blog-post--body_wrap li {
      color: #f1f1f1 !important;
      font-size: 18px;
      line-height: 1.4em; }
    .hs-blog-post .blog-post--body_wrap h2 {
      color: #ffffff !important;
      margin-top: 50px;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 30px;
      font-weight: bold; }
      .hs-blog-post .blog-post--body_wrap h2:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 6px;
        width: 75px;
        background-color: #EF4B24; }
  .hs-blog-post .blog-post--body_wrap h3,
  .hs-blog-post .blog-post--body_wrap h4 {
    color: #ffffff !important;
  }
  .hs-blog-post .blog-post__body {
    margin-bottom: 0px; }
    .hs-blog-post .blog-post__body img {
      max-width: 100% !important;
      border-radius: 5px; }
  @media (min-width: 782px) {
    .hs-blog-post .blog-post--banner_content {
      position: relative;
      padding: 110px 0 25px; }
    .hs-blog-post .blog-post--body_wrap {
      padding-right: 30px; } }

.post-item {
/*   background-color: white; */
  box-sizing: border-box;
  display: block;
  padding: 0 31px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
  height: 100%;
  /* =============================================================================
	Extra Small +
	========================================================================== */
  /* =============================================================================
	Small +
	========================================================================== */
  /* =============================================================================
	Medium +
	========================================================================== */
  /* =============================================================================
	Large +
	========================================================================== */
  /* =============================================================================
	Extra Large +
	========================================================================== */ }
  .post-item:hover .post-item--image {
    -webkit-transform: translateY(-5px);
         -o-transform: translateY(-5px);
            transform: translateY(-5px);
    box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.17); }
  .post-item .post-item--inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .post-item .post-item--image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    padding-bottom: 65%;
    border-radius: 10px;
    -webkit-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition: all 0.3s ease; }
    .post-item .post-item--image img {
/*       border-radius: 10px; */
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      max-width: auto; }
  .post-item .post-item--body {
    padding: 25px 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .post-item .post-item--link {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .post-item .post-item--title a {
    color: black;
    -webkit-transition:color 0.3s ease-in-out;
    -o-transition:color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .post-item .post-item--title a:hover {
      color: #EF4B24; }
  .post-item .post-item--tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0; }
    .post-item .post-item--tags li {
      position: relative;
      margin-bottom: 5px; }
      .post-item .post-item--tags li:not(:last-child) {
        margin-right: 20px; }
      .post-item .post-item--tags li a {
        font-family: proxima-nova, sans-serif;
        font-size: 14px;
        line-height: 1.2em;
        color: #EF4B24;
        -webkit-transition:all 0.3s ease-in-out;
        -o-transition:all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-weight: bold;
        position: relative; }
        .post-item .post-item--tags li a:after {
          content: '';
          background-color: #EF4B24;
          position: absolute;
          bottom: -5px;
          left: 0;
          width: 0;
          height: 2px;
          -webkit-transition:all 0.3s ease;
          -o-transition:all 0.3s ease;
          transition: all 0.3s ease; }
        .post-item .post-item--tags li a:hover:after {
          width: 100%; }
  .post-item .post-item--date {
    margin-top: 30px;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #97999B; }
  .post-item .post-item--meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
/*     margin-top: 25px;  */
}
    .post-item .post-item--meta .post-item--author_avatar {
      margin-right: 10px; }
      .post-item .post-item--meta .post-item--author_avatar img {
        max-width: 38px;
        border-radius: 50%; }
    .post-item .post-item--meta .post-item--name_date span,
    .post-item .post-item--meta .post-item--name_date time {
      color: black;
      font-size: 12px;
      display: block; }
  @media (min-width: 782px) {
    .post-item .post-item--body {
      padding: 15px 25px 22px; }
    .post-item .post-item--inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: #FFFFFF;
      box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.08);
      border-radius: 4px 0px 0px 4px;
    }
    .post-item .post-item--image {
      -webkit-box-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-bottom: 65%; 
/*       opacity: 0.8; */
    filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.08));
/*     border-radius: 4px 4px 0px 0px;     */
    } }


/* Custom Blog Styling */
@media (min-width: 1270px) {
  .post-item--body h3 {
    font-size: 23px;
    line-height: 27px;
  }
}
.hs_error_rollup{
  displaY: none;
}
.no-list.hs-error-msgs.inputs-list{
  color: red;
  text-align: left;
  margin: 0 0 10px;
}
#hubspot-topic_data{
  display: none;
}
.hs-container{
  max-width: 1270px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.post-item--name_date{
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #6C6C6D;
  margin: 0 0 15px;
}
.post-item--body h3 {
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  color: #262C2D;
}
.post-item--excerpt p{
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #6C6C6D;
}
.learn-btn{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #DD1D54;
}
.jscroll-inner{
  width: 100%;
  display: flex;
}
.next-posts-link.load-more{
  width: 197px;
  display: block;
  margin: 0 auto;
  padding: 10px;
  background: #DD1D54;
  border-radius: 50px;
  font-weight: 600;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  text-align: center;
}
.blog-post--breadcrumb,
.blog-post--share,
.blog-post--author{
  display: none !important;
}
#hs_cos_wrapper_name{
  color: #fff !important;
}
.blog-post--content p{
  font-weight: 400 !important;
  font-size: 20px !important;
  line-height: 23px !important;
  color: #6C6C6D !important;
  margin: 0 0 20px;
}
.blog-post--content p a{
  text-decoration: none;
}
.blog-post--content strong{
  font-weight: 600 !important;
  color: #ffffff;
}
.blog-post--content h2{
  font-size: 44px;
  line-height: 1.2;
  color: #262c2d;
  font-weight: 600 !important;
  margin-bottom: 11px !important;
  margin-top: 44px !important;
  letter-spacing: -0.6px;
}
.blog-post--content h2:after{
  display: none;
}
.blog-post--content .blog-post__body ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-post--content .blog-post__body ul li{
  width: 100%;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 21px;
  color: #6C6C6D;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}
.blog-post--content .blog-post__body ul li:after{
    top: 7px;
    left: 0px;
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
    background-color: #2a9fd6;
    border-radius: 50%;
}
.blog-post--content blockquote{
  background: #FFFFFF;
  border-radius: 4px;
  border-left: 0;
  font-weight: 300;
  font-size: 25px;
  line-height: 28px;
  color: #1C1423;
  margin-top: 50px;
  position: relative;
  padding: 30px 20px 20px 75px;
  border-top: 12px solid #2A9FD6;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.blog-post--content blockquote:after{
  top: 33px;
  left: 23px;
  width: 30px;
  height: 24px;
  content:"";
  position: absolute;
  background: url(https://20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/quoites.png) no-repeat;
}
.blog-post--content blockquote cite{
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #1C1423;
  font-style: normal;
  margin: 24px 0 0;
}
.blog-post--content strong{
  display: block;
  margin: 0 0 30px;
}
.blog-post--content table{
  width: 100%;
  margin: 0 0 70px;
  border-radius: 4px;
  table-layout:fixed;

}
.blog-post--content table th{
  color: #fff;
  opacity: 0.9;
  padding: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  background: #191d1e;
  border: 1px solid #c9c9c9;
}
.blog-post--content table td{
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #6C6C6D;
  padding: 20px;
  border: 1px solid #c9c9c9;
}
body .blog-post--content table td p:last-child {
  margin-bottom: 0;
}
/* .blog-post--content table tr:nth-child(2n){
  background: #EFEFEF;
} */
.blog-post--content table td ul li {
  padding: 0 0 0 30px !important;
}
.blog-post--content table td ul li:after{
  left: 0 !important;
}
.blog-post--content .blog-post__body img{
  margin: 0 0 40px;
}
.blog-post--content p.aim-toc__title{
  margin: 0 !important;
  color: #fff !important;
  font-size: 25px !important;
  line-height: 29px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
}
.aim-toc__toggle{
  width: 31px;
  height: 31px;
  border-radius: 100%;
  background: url(https://20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/Group%20108.png) no-repeat;
}
.aim-toc__toggle svg{
  display: none !important;
}
.blog--sidebar{
  margin: 0 0 0 -15px;
}
.blog-sidebar--search{
  padding: 45px 33px;
  border-top: 12px solid #2A9FD6;
  border-radius: 4px 4px 0 0;
  background: #FFFFFF;
  border-bottom: 0 !important;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  font-family: Jost,Arial,sans-serif
}
.blog--sidebar .blog-sidebar--search form{
  border-radius: 50px;
  height: 50px;
  border: 1px solid #1782c5;
}
.blog--sidebar .blog-sidebar--search input{
  font-weight: 400;
  font-size: 17px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Jost';
  padding: 8px 10px 8px 35px;
}
.blog--sidebar .blog-sidebar--search input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1782c5;
  opacity: 1; /* Firefox */
}

.blog--sidebar .blog-sidebar--search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1782c5;
}

.blog--sidebar .blog-sidebar--search input::-ms-input-placeholder { /* Microsoft Edge */
  color: #1782c5;
}
.blog--sidebar .blog-sidebar--search .hs-search-field__bar button svg{
  height: 20px;
  color: #1782c5;
}
.blog--sidebar .blog-sidebar--search .hs-search-field__bar button svg path{
  fill: #1782c5;
}
.blog--sidebar .blog-sidebar--search .hs-search-field__bar button{
  padding: 0 20px 0 0;
}
.blog--sidebar .blog-sidebar--categories{
  display: none;
}
.blog-sidebar--posts{
  background: #202f38;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 30px 30px 0;
}
ul.sidebar-posts--tabs li a,
ul.sidebar-posts--tabs li {
  font-weight: 600;
  font-size: 25px;
  line-height: 29px;
  color: #ffffff;
  padding: 18px 0;
  border: 0;
}
ul.sidebar-posts--tabs li a.active{
  color: #ffffff;
}
ul.sidebar-posts--tabs{
  margin: 0;
}
.sidebar-posts--content{
  padding: 0 0 30px;
}
.sidebar-posts--item img{
  width: 75px;
  height: 78px;
  margin: 0 16px 0 0;
  border-radius: 50%;
  object-fit: cover;
}
.sidebar-posts .sidebar-posts--item{
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.sidebar-posts .sidebar-posts--item .text-holder{
  width: 68%;
}
.sidebar-posts--date-topic{
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  background: #ffffff;
  font-weight: 700;
  border-radius: 20px;
  color: #1782c5;
  position: relative;
  display: inline-block;
  margin: 10px 0 0;
  padding: 6px 12px;
  padding-left: 40px;
}
.sidebar-posts--date-topic:after{
  top: 8px;
  left: 12px;
  width: 16px;
  height: 15px;
  content:"";
  position: absolute;
  background: url(https://20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/bg-calender.png) no-repeat;
}

@media (max-width: 1199px){
  .blog-post--content h2{
    font-size: 38px;
  }
  .blog-post--content blockquote{
    padding: 32px 20px 20px 75px;
  }
  .blog-post--content blockquote:after{
    left: 26px;
  }
  ul.sidebar-posts--tabs li a{
    font-size: 20px;
  }
  .sidebar-posts--content{
    padding: 30px 15px;
  }
  .sidebar-posts .sidebar-posts--item .text-holder{
    width: 63%;
  }
  .sidebar-posts--detail .sidebar-posts--name{
    font-size: 18px;
  }
  .sidebar-posts--date-topic{
    font-size: 15px;
    line-height: 19px;
  }
  .sidebar-posts--date-topic:after{
    top: 0;
  }
}

@media (max-width: 991px){
  .hs-blog-post .blog-post--banner{
    min-height: 400px;
  }
  .blog-post--content .flex-8,.blog-post--content .flex-4{
    max-width: 100%!important;
    flex: 0 0 100% !important;
  }
  .blog--sidebar{
    margin: 0;
  }
  .blog-post--content table td,
  .blog-post--content .blog-post__body ul li{
    font-size: 18px;
  }
}

@media (max-width: 767px){
  .blog-post--content h2{
    font-size: 30px;
  }
  .blog-post--content p{
    font-size: 18px !important;
    line-height: 21px !important;
  }
  .blog-post--content table th{
    padding: 15px;
    font-size: 15px;
  }
  .blog-post--content .blog-post__body ul li, .blog-post--content table td{
    font-size: 15px;
  }
  .blog-post--content table td{
    padding: 15px;
  }
}

@media (max-width: 575px){
  .hs-blog-post .blog-post--banner{
    min-height: 280px;
  }
  .hs-blog-post .blog-post--banner_content{
    padding: 60px 20px;
  }
  .blog-post--content blockquote:after{
    left: 16px;
  }
  .blog-post--content blockquote{
    font-size: 18px;
    line-height: 24px;
    padding: 30px 20px 20px 60px;
  }
  .blog-post--content blockquote cite{
    font-size: 16px;
    line-height: 20px;
  }
  .blog-post--content h2{
    font-size: 20px;
  }
  .blog-post--content table td,
  .blog-post--content table th{
    font-size: 10px;
    padding: 5px;
    font-weight: 400;
  }
  .blog-post--content table td ul li:after{
    width: 7px !important;
    height: 7px !important;
    background-size: 100% 100% !important;
  }
  
  .blog-post--content table td ul li{
    font-size: 10px !important;
    line-height: 12px !important;
  }
  .blog-post--content table td ul li{
    margin: 0 0 10px;
    padding: 0 0 0 14px !important;
  }
}

@media (max-width: 359px){
  .hs-blog-post .blog-banner--tags li a{
    padding: 7px 30px;
  }
  .hs-blog-post .blog-post--banner_content h1, .hs-blog-post .blog-post--banner_content p{
    font-size: 24px;
  }
  .blog-post--content p.aim-toc__title{
    font-size: 17px;
  }
  .blog--sidebar .blog-sidebar--search{
    padding: 30px 15px;
  }
}

.blog-post--body_wrap table {
    border-collapse: collapse !important;
    max-width: 99% !important;
    margin-bottom:20px;
}
.blog-post-wrapper  .blog-post--body_wrap table p{
  margin: 10px 0;
  color:#231f20;
}
.blog-post-wrapper  .blog-post--body_wrap table ul li{
  margin: 10px 0;
  color:#231f20;
}
.blog-post-wrapper .blog-post--body_wrap table:not(.no-headings):not(.left-headings):not(.has-headings) tr:first-child td, .blog-post-wrapper  .blog-post--body_wrap table:not(.no-headings):not(.left-headings):not(.has-headings) tr:first-child td p{
  color: #fff;
}
.blog-post--body_wrap table * {
    line-height: 1.3em
}

.blog-post--body_wrap table th {
    background-color: #8c00ff;
    color: white;
    vertical-align: middle !important;
    border: 0 !important;
    padding: 5px 18px !important
}

.blog-post--body_wrap table ul {
    padding-left: 20px !important
}
.blog-post--body_wrap table:not(.no-headings):not(.left-headings):not(.has-headings) tr:first-child td p strong,
.blog-post--body_wrap table:not(.no-headings):not(.left-headings):not(.has-headings) tr:first-child td p {
  color: white!important;
}
.blog-post--body_wrap table:not(.no-headings):not(.left-headings):not(.has-headings) tr:first-child td {
    background-color: #313131;
    color: white;
    vertical-align: middle !important;
}

.blog-post--body_wrap table:not(.no-headings):not(.left-headings):not(.has-headings) tr:first-child td:first-child {
    
}

.blog-post--body_wrap table:not(.no-headings):not(.left-headings):not(.has-headings) tr:first-child td:last-child {
    
}

.blog-post--body_wrap table.left-headings tr:first-child td:first-child {
    
    border-top: 0 !important
}

.blog-post--body_wrap table.left-headings tr:last-child td:first-child {
    
    border-bottom: 0 !important
}

.blog-post--body_wrap table.left-headings tr td:first-child {
    background-color: #313131;
    font-weight: 600;
    color: #fff!important;
    border-bottom-color: #ffffff !important;
    border-top-color: #ffffff !important;
    border-left: 0 !important;
}
.blog-post--body_wrap table.left-headings tr td:first-child p strong,
.blog-post--body_wrap table.left-headings tr td:first-child p {
    color:#fff!important;
}

.blog-post--body_wrap table.left-and-top-headings tr:not(:first-child) td:first-child {
    background-color: #ebebeb;
    font-weight: 600;
    padding-top: 15px !important
}

@media screen and (max-width:767px) {
    .blog-post--body_wrap table {
        font-size: 14px
    }
}

.hotbox {
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    padding: 41px 41px 41px 41px;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    border: none;
    position: relative;
}

.hotbox:before {
    content:'';
    background-image:url("//20952835.fs1.hubspotusercontent-na1.net/hubfs/20952835/raw_assets/public/LuxePricing/images/luxe_hot_box_badge.png");
    width: 100px;
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.1;
    background-position: center;
    background-size: contain;
    filter: grayscale(1);
    background-repeat: no-repeat;
    height: 65%;
    max-height: 100px;
}

.product-callout .callout--right {
  padding: 20px;
}
 .product-callout {
   background-color: white;
   margin: 35px 0;
   border-radius: 7px;
   padding: 60px;
   position: relative;
   box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.12);
}
}
 .product-callout:before {
   content: '';
   background: linear-gradient(90.4deg, #2d9fd6 49.65%, #dd1d54 80.28%);
   top: 0;
   left: 0;
   width: 100%;
   height: 4px;
   position: absolute;
}
 .product-callout.module {
   margin: 0;
}
 .callout--left h3 {
   margin-top: 0 !important;
   margin-bottom: 25px !important;
}

 .product-callout .callout--right img {
   max-width: 150px;
   margin-left: auto;
   display: inherit;
   margin-bottom: 0;
}
 @media screen and (min-width: 768px) {
   .product-callout {
     display: flex;
     padding: 0;
  }
   .product-callout .callout--left {
     flex: 0 0 60%;
     max-width: 60%;
     padding: 40px;
  }
   .product-callout .callout--right {
     flex: 0 0 40%;
     max-width: 40%;
     display: flex;
     align-items: center;
  }
   .product-callout .callout--right img {
     display: block;
     margin-left: 0;
  }
}
 .callout--btn_wrap {
   margin-top: 25px;
   display: block;
}
 .product-callout .learn-more-btn {
   border: none;
   border-radius: 50px;
   text-transform: none;
   font-size: 15px;
   letter-spacing: normal;
   font-weight: 500;
   padding: 14px 40px;
   display: inline-block;
   transition: all 0.3s ease;
   background-color: #dd1d54;
   color: white;
}
 .product-callout .learn-more-btn:hover {
   background-color: #bf406f;
}

/*PageBanner style*/
.l-pagebanner {
  position: relative;
	padding-top: 140px;
  padding-bottom: 140px;
  background: radial-gradient(ellipse at top center, #00376b 0, rgba(0, 55, 107, 0) 60%), linear-gradient(180deg, #00376b, #161c1e);
    background-blend-mode: saturation;
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  text-align: center;
}

/* .l-pagebanner:before {
  content: '';
  position: absolute;
  top: 0;
  left: -50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(86.33% 90.37% at 99.62% -31.07%, #00376B 47.62%, rgba(0, 55, 107, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

/* .l-pagebanner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  rotate: y 180deg;
  width: 100%;
  height: 100%;
  background: radial-gradient(85.94% 89.96% at 94.52% -37.08%, #00376B 53.45%, rgba(0, 55, 107, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
} */ */

.l-pagebanner__box {
	max-width: 1500px;
	margin: 0 auto;
	text-align: center;
  position: relative;
  z-index: 2;
}

@media (max-width: 1580px) {
	.l-pagebanner__box {
		max-width: 1500px;
		margin: 0 auto;
	}
}

@media (max-width: 1580px) {
  .l-pagebanner__box {
    max-width: 1170px;
  }
}

@media (max-width: 1200px) {
  .l-pagebanner__box {
    max-width: 930px;
  }
}

@media (max-width: 991px) {
  .l-pagebanner__box {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  .l-pagebanner__box {
    max-width: 100%;
    padding: 0 15px;
  }
}

.l-pagebanner__title {
  color: #ffffff;
	display: block;
	font-family: Inter;
  font-weight: 700;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -1.2px;
  text-align: center;
  margin-bottom: 0px !important;
  background: linear-gradient(92.31deg, #FFFFFF 57.15%, #C0C0C0 70.53%),
linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

p.l-pagebanner__description {
	display: inline-block;
	padding: 10px 60px;
	color: #2A9FD6;
	font-size: 16px;
	font-family: Jost, Arial, sans-serif;
	line-height: 24px;
	margin: 34px 0 0;
	position: relative;
  text-transform: uppercase;
  border-image-source: linear-gradient(90deg, rgba(19, 32, 41, 0) 0%, #32ADE6 40.38%, #00DDFF 52.4%, #32ADE6 62.5%, rgba(18, 33, 43, 0) 100%);
  background: linear-gradient(90deg, rgba(20, 31, 37, 0) 3.16%, #002E5A 25.32%, #002E5A 71.6%, rgba(18, 33, 44, 0) 100%);
}


p.l-pagebanner__description::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent, #32ADE6, transparent);
}

p.l-pagebanner__description::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: linear-gradient(to right, transparent, #32ADE6, transparent);
}

@media (max-width: 767px) {
  .l-pagebanner__title {
    font-size:20px;
	  margin-right: 16px;
    line-height: 30px;
  }
  p.l-pagebanner__description {
    font-size: 15px;
    line-height: 24px;
  }
}

.single-post-flex {
  padding-right: 40px !important;
}