.hs-blog-post header.header {
    background-color: var(--white)!important;
}

html:not(.hs-inline-edit) .hs-blog-post body {
    padding-top: 0!important;
    margin-top: -30px!important;
}

.hs-blog-post main#main-content {
    margin-top: 30px!important;
}

.hs-blog-post header .hamburger svg line {
    stroke: var(--primary)!important;
}

.hs-blog-post header .header__top-menu li a {
    color: var(--secondary)!important;
}


.hs-blog-post header.header .header__top-menu li svg path {
    stroke: var(--secondary);
}

.hs-blog-post header.header .header__logo svg rect,
.hs-blog-post header.header .header__logo svg path {
  fill: var(--primary)!important;
}

.hs-blog-post nav.primary ul.nav-menu li a {
  color: var(--primary)!important;
}

.hs-blog-post nav.primary ul.nav-menu li.parent:hover > a {
    background: #E5E7F6;
    color: var(--primary);
}

.hs-blog-post nav.primary ul.nav-menu li a svg path {
    stroke: var(--primary)!important;
}

.hs-blog-post nav.primary ul.nav-menu li:hover a svg path {
    stroke: var(--primary)!important;
}

.hs-blog-post header.header .button--secondary {
    border: 1px solid var(--primary)!important;
}

.hs-blog-post nav.primary ul.nav-menu li .primary-dropdown-menu li a {
    color: var(--primary)!important;
    text-align: left;
}


.is-fixed .hs-blog-post header .hamburger svg line {
    stroke: var(--white)!important;
}

.is-fixed .hs-blog-post header.header .header__logo svg rect,
.is-fixed .hs-blog-post header.header .header__logo svg path {
  fill: var(--white)!important;
}


.hs-blog-post .mobile_nav nav.primary ul.nav-menu li a {
    color: var(--white)!important;
}

.hs-blog-post .mobile_nav nav.primary ul.nav-menu li a svg path {
    stroke: var(--white)!important;
}

.hs-blog-post .mobile_nav nav.primary ul.nav-menu li:hover a svg path {
    stroke: var(--white)!important;
}

.hs-blog-post .mobile_nav nav.primary ul.nav-menu li:hover a svg path {
    stroke: var(--white)!important;
}  


.blog-index {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.blog-index__post {
    flex: 0 0 100%;
    padding: 1.4rem 1rem;
    width: 100%;
}

.isotope-pager {
    display: flex;
    justify-content: center
}

.isotope-pager a.active,
.isotope-pager a:active,
.isotope-pager a:hover{
    border: 2px solid #0016A3;
    font-family: 'Titillium Web', sans-serif;
}

.isotope-pager a {
    margin: 5px;
    font-family: 'Titillium Web', sans-serif;
    color: #0016A3;
    border: 1px solid #0016A3;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
}

@media screen and (min-width: 768px) {
    .blog-index__post--small {
        width:calc(100%/2)
    }
}

@media screen and (min-width: 1000px) {
    .blog-index__post--small {
        display:inline-block;
        width: calc(100%/3)
    }
}

@media screen and (min-width: 768px) {
    .blog-index__post--large {
        display:flex;
        width: 100%
    }
}

.blog-index__post-image {
    height: auto;
    max-width: 100%
}

@media screen and (min-width: 768px) {
    .blog-index__post-image-wrapper--large {
        flex:1 1 48%
    }

    .blog-index__post-content--large {
        flex: 1 1 48%;
        padding-left: 2rem
    }

    .blog-index__post-content--full-width {
        flex: 1 1 100%;
        padding-left: 0
    }
}

.blog-index__post-title {
    font-size: 1.25rem
}

.blog-index__post-timestamp {
    display: block
}

.blog-index__post-author {
    align-items: center;
    display: flex
}

.blog-index__post-author-image {
    border-radius: 50%;
    height: auto;
    margin-right: .35rem;
    width: 30px
}

.blog-index__post-tags,.blog-index__post-title,.blog-index__post-timestamp,.blog-index__post-author,.blog-index__post-image--small {
    margin: 0 0 .7rem
}

.blog-pagination {
    display: flex;
    justify-content: center
}

.blog-pagination__link {
    border: 2px solid transparent;
    border-radius: 7px;
    line-height: 1;
    margin: 0 .1rem;
    padding: .25rem .4rem;
    text-decoration: none
}

.blog-pagination__link--active {
    border-color: #b0c1d4
}

.blog-pagination__link:hover,.blog-pagination__link:focus {
    text-decoration: none
}

.blog-pagination__prev-link {
    margin-right: .25rem
}

.blog-pagination__next-link {
    margin-left: .25rem
}

.blog-pagination__link.blog-pagination__prev-link--disabled,.blog-pagination__link.blog-pagination__next-link--disabled {
    color: #b0c1d4;
    cursor: default;
    pointer-events: none
}

.blog-pagination__prev-link svg,.blog-pagination__next-link svg {
    margin: 0 .3rem
}

.blog-pagination__prev-link--disabled svg,.blog-pagination__next-link--disabled svg {
    fill: #b0c1d4
}

.blog-pagination__number-link:hover,.blog-pagination__number-link:focus {
    border: 2px solid #b0c1d4
}

@media(max-width: 767px) {
    .blog-pagination__number-link {
        display:none
    }
}

.blog-post {
    margin: 0 auto;
    max-width: 960px
}

.blog-post__meta {
    margin-bottom: 1.4rem
}

.blog-post__meta a {
    text-decoration: underline
}

.blog-post__timestamp {
    display: block
}

.blog-post__tags svg {
    height: auto;
    margin-right: 10px;
    width: 15px
}

.blog-post__tag-link {
    font-size: .875rem
}

.blog-related-posts {
    background-color: #f8fafc
}

.blog-related-posts__list {
    display: flex;
    flex-wrap: wrap
}

.blog-related-posts__post {
    flex: 0 0 100%;
    padding: 1rem
}

@media screen and (min-width: 768px) {
    .blog-related-posts__post {
        flex:0 0 calc(100% / 2)
    }
}

@media screen and (min-width: 1000px) {
    .blog-related-posts__post {
        flex:0 0 calc(100% / 3)
    }
}

.blog-related-posts__image {
    height: auto;
    max-width: 100%
}

.blog-related-posts__title {
    margin: .7rem 0
}

.blog-comments {
    margin: 0 auto;
    max-width: 680px
}

.blog-comments .hs-submit {
    text-align: center
}

.blog-comments .comment-reply-to {
    border: 0 none
}

.blog-comments .comment-reply-to:hover,.blog-comments .comment-reply-to:focus {
    background-color: transparent;
    text-decoration: underline
}

.hs-resource-item-inner {
    background: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    min-height: 364px
}
.hs-resource-item-inner-ad{
    flex-direction: column;
    justify-content: end;
    background: rgb(83,173,192);
    background: linear-gradient(146deg, rgba(83,173,192,1) 0%, rgba(0,22,163,1) 60%);
}
.customer-stories-blog-listing .hs-resource-item-inner-ad {
    min-height: 417px;
}
.hs-resource-item-inner-ad .hs-cta-wrapper {
    margin-bottom: 20px;
    display: inline-block;
}
.hs-resource-item-inner-ad h3{
    color: #fff;
    margin: 30px 0;
}
.hs-resource-item-inner .blog-index__post-tags:before {
    content: "";
    display: table;
    clear: both
}

.hs-resource-item-inner .blog-index__post-tags a.blog-index__post-tag:nth-of-type(3),.hs-resource-item-inner .blog-index__post-tags a.blog-index__post-tag:nth-of-type(4) {
    display: none;
}
.hs-resource-item-inner .blog-index__post-tags a.blog-index__post-tag.customer-story:nth-of-type(3),.hs-resource-item-inner .blog-index__post-tags a.blog-index__post-tag.customer-story:nth-of-type(4) {
    display: inline-block;
}

.hs-resource-read-grp {
    vertical-align: middle;
    color: #0016a3;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20%;
    width: 100%;
    text-align: right
}

.hs-resource-read-grp span {
    vertical-align: middle;
    margin-left: 20px
}

.hs-resource-read-grp a {
    text-transform: uppercase;
    color: #0016a3;
    font-family: 'Syne'
}

.hs-resource-read-grp a:hover {
    color: #0016a3;
    text-decoration: none
}

.hs-resource-read-grp span img {
    width: 19px
}

/* .hs-resource-item-inner .blog-index__post-tags .blog-index__post-tag:first-child {
    background-color: #80B9B6;
    color: #fff !important;
} */

.hs-resource-item-inner .blog-index__post-tags .blog-index__post-tag,
.hs-resource-item-inner .blog-index__post-tags .blog-index__post-tag.pr {
    letter-spacing: .5px;
    background-color: #f2f3fa;
    text-decoration: none !important;
    font-size: 11px;
    line-height: 23px;
    display: inline-block;
    padding: 0 6px;
    margin-bottom: 5px;
    transition: all .5s ease;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform: uppercase;
    font-weight: var(--bolder);
    color: #000a3c;
}

.hs-resource-item-inner .blog-index__post-tags {
    display: inline-block;
    margin-right: 15px
}

.hs-resource-item-inner .blog-index__post-timestamp {
    display: inline-block;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    font-weight: var(--semi-bold);
    letter-spacing: 1px
}

.hs-resource-item-inner .blog-index__post-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: var(--semi-bold);
    color: #000
}
.hs-resource-item-inner .blog-index__post-title a{
    color: #000000
}
.hs-resource-item-inner .blog-index__post-title a:hover {
    text-decoration: none
}

.hs-resource-item-inner .blog-index__post-summary p {
    margin: 0
}

.hs-resources-search-section {
    margin: 0;
    padding-bottom: 20px;
    padding-top: 30px
}


/* .hs-resources-search-section:before {
    position: absolute;
    content: '';
    background-image: url('https://5446558.fs1.hubspotusercontent-na1.net/hubfs/5446558/nShift/Icons/resources-filter-dots.svg');
    width: 89px;
    height: 86px;
    top: -20px;
    left: -20px
} */

.hs-resources-search-section a.show_more {
    position: absolute;
    right: 15px;
    top: 38px;
    color: #0016a3;
    text-decoration: underline
}

.hs-resources-search-section {
    position: relative
}

.hs-resources-search-section a.show_more span.less {
    display: none
}

.hs-resource_advanced {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    display: none
}

.hs-resource_advanced select {
    width: calc(33.3% - 30px);
    margin: 0 15px 20px;
    border-right: 10px solid transparent
}

.filter_open a.show_more .more {
    display: none
}

.filter_open .hs-resources-search-section a.show_more span.less {
    display: block
}

.filter_open .hs-resource_advanced {
    display: flex
}

.hs-resourcesTop-search {
    width: 20%;
    float: left;
    padding: 0 1rem
}

.hs-resourcesTop-tags {
    width: 80%;
    float: left;
    padding: 0 1rem
}

.hs-resourcesTop-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block
}

.hs-resourcesTop-tags ul>li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

.hs-resourcesTop-tags ul>li>a {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif !important;
    color: #000a3c;
    background-color: #fff;
    display: block;
    padding: 10px 18px;
    text-transform: capitalize;
    border: solid 2px transparent;
    transition: all .5s ease
}

.hs-resourcesTop-tags ul>li>a:hover {
    text-decoration: none
}

.hs-resourcesTop-tags ul>li>a:hover,.hs-resourcesTop-tags ul>li.active>a {
    border-color: #0016a3;
    color: #0016a3;
    border-radius: 2px
}

section.contact-banner .column-content h5 {
    color: #fff
}

.hs-resource-list-body-section {
    background: #F2F3FA;
}

.hs-resourcesTop-search form {
    position: relative;
    border: none;
    padding: 0;
    background-color: #E0E1EB;
    border-radius: 0px;

}
.hs-resourcesTop-search form input[type='text']{
     background-color: #E0E1EB;
     color: #000000;
}

.hs-resourcesTop-search form input[type="submit"] {
    background-image: url(https://5446558.fs1.hubspotusercontent-na1.net/hubfs/5446558/nShift/Icons/search-icon-blogs.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    padding: 0;
    width: 17px;
    height: 17px;
    background-color: transparent;
    border: 0;
    outline: 0;
    background-size: cover;
    position: absolute;
    right: 13px;
    top: 12px
}

.hs-resourcesTop-search form input[type=text] {
    padding: 13px 45px 13px 13px;
    font-family: 'Titillium Web', sans-serif;
}

.hs-resourcesTop-search form input[type=text]::placeholder {
    font-family: 'Titillium Web',sans-serif !important;
    color: #000000;
}

.hs-resource-item-inner .blog-index__post-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 30px 30px;
}

.hs-resource-item-inner .blog-index__post-content .cta_button {
    padding: 8px 20px;
    font-size: 16px;
}

.hs-resource-item-inner .resource_read_more {
    position: absolute;
    top: 20px;
    right: 20px;
}
.hs-resource-post-banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 4rem;
    padding-bottom: 4rem !important;
    background-color: #ffffff;
    overflow: visible !important
}

.hs-resource-post-banner .pattern-left-mobile {
    position: absolute;
    top: 7rem !important;
    left: 2rem !important;
    width: 58.921px;
    height: 4.883px
}

.hs-resource-post-banner .pattern-right-mobile {
    position: absolute;
    top: 80% !important;
    right: 3rem !important;
    width: 167.175px;
    height: 161.952px
}

.hs-resource-post-banner-inner>div {
    display: inline-block;
    margin-bottom: 10px
}

.hs-resource-post-banner-inner .blog-index__post-tags a {
    letter-spacing: .5px;
    text-decoration: none!important;
    font-size: 11px;
    line-height: 23px;
    display: inline-block;
    padding: 0 6px;
    margin-bottom: 5px;
    transition: all .5s ease;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform: uppercase;
    font-weight: var(--bold);
    color: #000a3c;
}

.hs-resource-post-banner-inner {
    text-align: center;
    max-width: 60%
}

.hs-resource-post-banner-inner .blog-index__post-timestamp {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px
}

.hs-resource-post-banner-inner h1 {
    margin-top: 20px;
    max-width: 48rem;
}

.hs-resource-blog-post {
    background-color: #f2f3fa;
    padding-top: 0 !important;
    padding-left: 30px !important;
    padding-right: 30px !important
}

.hs-blog-post .hs-resourceBlog-related-posts {
    background-color: #f2f3fa;
    padding: 100px 0;
}

.hs-blog-post .hs-resourceBlog-related-posts .content-wrapper {
    position: relative
}
.content-wrapper-top{
    display: flex;
    justify-content: space-between;
    margin:0 15px;
}

.hs-resourceBlog-button a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0 2.125rem;
    background-color: #0016a3;
    border-color: #0016a3;
    font-family: 'Titillium Web', sans-serif; !important;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 2rem;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff;
    transition: all .5s ease
}

.hs-resourceBlog-button a:hover {
    background-color: #000;
    color: #fff
}

.hs-blog-post .hs-resource-item-inner .blog-index__post-title {
    text-align: left
}

.blog-pagination .blog-pagination__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    padding: 0 2.125rem;
    background-color: #0016a3;
    border-color: #0016a3;
    font-family: 'Titillium Web', sans-serif; !important;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 2rem;
    overflow: hidden;
    text-decoration: none !important;
    color: #fff;
    transition: all .5s ease;
    margin-top: 40px
}

.blog-pagination .blog-pagination__link:hover {
    background-color: #000;
    color: #fff
}
.body-container{
    background-color: #F2F3FA;
}
.blog-post__body blockquote {
    text-align: center;
    border: 0;
    padding-left: 0;
    position: relative
}

.blog-post__body blockquote:before {
    content: "";
    background: url(https://5446558.fs1.hubspotusercontent-na1.net/hubfs/5446558/nShift/Images/Path%2012938.png);
    width: 33px;
    height: 33px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain
}

.blog-post__body blockquote h3 {
    font-size: 24px
}

.blog-post__body blockquote span+span {
    margin-left: 20px
}

.blog-post__body h2 {
    font-size: 42px
}

.hs-resourcesTop-search form input[type="submit"]:hover {
    background-color: transparent
}

.hs-resource-post-feature-image {
    position: relative;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    max-width: 90%;
    height: 260px;
    margin: 0 auto 50px;
}
.hs-resource-post-feature-image img{
    object-fit: cover;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}
.hs-resource-post-feature-image:after{
    position: absolute;
    left: -50vw;
    width: 150vw;
    background: #ffffff;
    content:'';
    top:0;
    height: 50%;
    z-index: 0;
}

.hs-resources-search-section .hs-resourcesTop-tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

p.show-all {
    margin: 0;
    padding: 0 7.5px;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    font-family: 'Titillium Web', sans-serif;
    cursor: pointer
}

.resource-check.all {
    background: #000a3c
}

.resource-check {
    background: #fff;
    margin-bottom: 15px;
    margin-right: 15px;
 
    border-radius: 4px
}

label.filter-label {
    font-size: 17px;
    margin: 0 0 0 5px;
    color: #000a3c;
    text-transform: none
}

label.filter-label input {
    margin-right: 7px
}

@media screen and (min-width: 1024px) {
    .hs-resource-post-feature-image {
        position:relative;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        max-width: 900px;
        height: 400px;
 
    }
}

.hs-resource-blog-post .blog-post__body {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px
}

 

@media(max-width: 767px) {
    .hs-resources-search-section {
      flex-direction: column;
    }
  
    .hs-resourcesTop-search {
        width:100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .hs-resourcesTop-tags {
        width: 100%;
        padding: 0;
    }

    .hs-resource-read-grp {
        margin-bottom: 10%
    }

    .hs-resource-list-body-section .blog-index__post {
        padding-left: 0;
        padding-right: 0
    }

    .hs-resource-blog-post {
        margin-top: 0;
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .hs-blog-post .hs-resourceBlog-related-posts .blog-related-posts__post {
        padding-left: 0;
        padding-right: 0
    }

    .hs-resource-post-banner-inner {
        max-width: 80%
    }

    .hs-resource-post-banner {
        overflow: hidden
    }

    .hs-blog-post .hs-resourceBlog-related-posts .content-wrapper:before,.hs-blog-post .hs-resourceBlog-related-posts .content-wrapper:after {
        background-image: none
    }

    .hs-resources-search-section:before {
        top: -35px;
        left: -5px
    }
    .content-wrapper-top{
        flex-direction: column;
        margin: 0;
    }
}

 







input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  overflow: hidden;
}
input[type=checkbox] + label {
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
input[type=checkbox] + label:before {
  content: "";
      width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 4px;
     border: 2px solid #E0E1EB;
}
input[type=checkbox] + label:hover {

}
input[type=checkbox] + label:hover:before {
 border: 2px solid #0016A3;
}
input[type=checkbox] + label:active {
 
}
input[type=checkbox]:checked + label:before {

  border: 2px solid #0016A3;
}
input[type=checkbox]:checked + label{
    color: #0016A3
}
input[type=checkbox]:focus-visible + label {
 
}
input[type=checkbox]:focus-visible + label:before {
  
}
input[type=checkbox]:active + label {
 
}
.blog-related-posts__content{
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 0 15px 20px;
}
.hs-resource-read-grp{
    position: absolute;
    top: 20px;
    right: 20px;
}
.blog-index__post-tags.cs-tags {
    min-height: 80px;
}
.social-sharing {
  padding-top: 40px;
  padding-bottom: 60px;
}
.social-sharing__icon {
    background-color: rgba(0,0,0,1.0) !important;
    border-radius: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
.icon--light .social-sharing__icon  svg {
    fill: #fff !important;
}


.hs-blog-id-67548664168 .blog-index__post-tags .blog-index__post-tag.pr,
.hs-blog-post .blog-index__post-tag.pr {
    background-color: #4a33ad;
    color: #fff;
}