header a {
        font-size: 14px;
}

header a {
    color: #0a2b4f;
    text-decoration: none;
    cursor: pointer;
}
.desktop-header {
    max-width: 1200px;
    margin: 0 auto;
    float: none;
}

.hs-menu-wrapper ul {
    padding: 0
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:before {
    content: " ";
    display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul:after {
    content: " ";
    display: table;
    clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul {
    margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children {
    position: static
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li {
    float: left
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a {
    display: inline-block
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%
}

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

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul {
    margin-bottom: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
    width: auto
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children {
    position: relative
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible
}

@media (max-width: 767px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        display: block
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: none
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch>ul li.hs-item-has-children.active-branch>ul.hs-menu-children-wrapper>li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a, .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        display: block
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal
    }

    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        position: static;
        opacity: 1;
        visibility: visible
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1
}

.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1
}

.customer-stories-page .post-item-top:before, .dual-panels-module-left:after, .dual-panels-module-right:after, .fill-parent, .mobile-header-off-canvas:before, .post-listing .post-item-bottom a:after, .resources-page .post-item-bottom, .tabs-module-panel-image-wrapper:after, .tabs-module-panel-image-wrapper:before, .testimonials-module:after, .testimonials-module:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.button__white, .hs-button__white, .mobile-header-off-canvas-bottom a.button__ghost {
    color: #ffffff;
    border-color: #ffffff
}
.button__white:focus, .button__white:hover, .hs-button__white:focus, .hs-button__white:hover, .mobile-header-off-canvas-bottom a.button__ghost:focus, .mobile-header-off-canvas-bottom a.button__ghost:hover {
    background: white;
    color: #21558f
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin: 0;
    padding: 0;
    display: flex
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul a {
    color: #4a4a4a;
    border-radius: 8px;
    display: block;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul a:hover {
    text-decoration: none
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    list-style: none;
    display: block;
    border-radius: 8px
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover {
    background: #21558f
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover a {
    color: white
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a:after {
    content: " ▾";
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul .hs-menu-children-wrapper {
    background: #21558f;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    min-width: 100%;
    width: auto;
    box-shadow: 0 10px 40px -1rem rgba(10, 43, 79, 0.6);
    transition: opacity 0s !important
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul .hs-menu-children-wrapper a {
    color: #ffffff
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul .hs-menu-children-wrapper a:focus, .desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul .hs-menu-children-wrapper a:hover {
    text-decoration: underline
}

.desktop-header nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul .hs-menu-children-wrapper a b {
    border: 2px solid;
    padding: 0.325rem 0.75rem;
    display: block;
    margin-bottom: 0.5rem
}

.mobile-header .mobile-menu-trigger {
    border: 0px none;
    background: transparent;
    position: absolute;
    z-index: 99999;
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
    outline: 0
}

.mobile-header .mobile-menu-trigger .line {
    position: absolute;
    text-indent: -9999px;
    overflow: hidden;
    right: 7px;
    height: 3px;
    background: #4a4a4a;
    transition: width 0.3s, background-color 0.1s ease-in, top 0.1s, right 0.1s, transform 0.4s
}

.mobile-header .mobile-menu-trigger .line:first-child {
    top: 9px;
    width: 9px
}

.mobile-header .mobile-menu-trigger .line:nth-child(2) {
    top: 16px;
    width: 13px;
    transform-origin: 50% 0
}

.mobile-header .mobile-menu-trigger:hover .line:first-child {
    width: 13px
}

.mobile-header-off-canvas {
    background: linear-gradient(90deg, #2f68a4 0%, #1c274b 100%);
    padding: 1.5rem;
    transform: translate(0, -150%);
    transition: all 250ms ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: 100
}

.mobile-header-off-canvas:before {
    content: "";
    background: url(../img/tabs-icon-bg.svg) no-repeat top left
}

.mobile-header-off-canvas-top {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2rem;
    position: relative
}

.mobile-header-off-canvas-top a {
    display: block;
    color: white;
    padding: 0.5rem;
    text-transform: uppercase;
    font-weight: bold
}

.mobile-header-off-canvas-top ul.hs-menu-children-wrapper {
    display: none !important
}

.mobile-header-off-canvas-top .show-children ul.hs-menu-children-wrapper {
    display: block !important
}

.mobile-header-off-canvas-top .show-children ul.hs-menu-children-wrapper a {
    font-weight: normal
}

.mobile-header-off-canvas-bottom {
    text-align: center;
    position: relative
}

.mobile-header-off-canvas-bottom a {
    color: white
}

.mobile-header-off-canvas-bottom a path {
    fill: white
}

.mobile-header-off-canvas-bottom a.button__ghost {
    margin-top: 1.5rem
}

.mobile-header-off-canvas-bottom a:last-child {
    display: block;
    margin-top: 1rem
}

.show-mobile-menu .mobile-header .mobile-menu-trigger .line {
    transition-delay: 0.55s;
    background-color: white
}

.show-mobile-menu .mobile-header .mobile-menu-trigger .line:first-child {
    top: 13px;
    right: 6px;
    width: 13px;
    transform: rotate(45deg)
}

.show-mobile-menu .mobile-header .mobile-menu-trigger .line:nth-child(2) {
    top: 13px;
    width: 13px;
    transform: rotate(-45deg)
}

.show-mobile-menu .mobile-header-off-canvas {
    transform: translate(0, 0)
}
@media (min-width: 960px) {
    header {
        padding: 1rem 0;
        position: fixed;
        top: 0;
        width: 100%;
        background: white;
        z-index: 99999999
    }
}

header .desktop-header {
    display: none
}

@media (min-width: 960px) {
    header .desktop-header {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

header .desktop-header .hs_cos_wrapper_type_logo {
    flex-basis: 180px
}

@media (min-width: 960px) {
    header .desktop-header .hs_cos_wrapper_type_logo {
        margin-right: 2rem
    }
}

header .desktop-header nav {
    flex: 1
}

header .desktop-header .header-right {
    display: flex;
    align-items: center
}

header .desktop-header .header-right a:not(:last-child) {
    margin-right: 1rem
}

.mobile-header {
    display: none;
    padding: 1.5rem 1.5rem 4.5rem;
    background: url("../img/mobile-header.svg") no-repeat bottom center
}

@media (max-width: 960px) {
    .mobile-header {
        display: block
    }
}

.button, .hs-button {
    border-radius: 100px;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    border: 2px solid transparent;
    border-right-width: 0;
    border-left-width: 0;
    background: linear-gradient(90deg, #2f68a4 0%, #1c274b 100%);
    color: white
}

.button:focus, .button:hover, .hs-button:focus, .hs-button:hover {
    background: #21558f;
    color: #ffffff;
    text-decoration: none;
    outline: 0 none
}

.button__ghost, .hs-button__ghost {
    border-color: #0a2b4f;
    background: transparent;
    color: #21558f;
    border-right-width: 2px;
    border-left-width: 2px
}

.button__ghost:focus, .button__ghost:hover, .hs-button__ghost:focus, .hs-button__ghost:hover {
    background: #0a2b4f;
    color: #ffffff !important;
    text-decoration: none;
    outline: 0 none
}

.button__white, .hs-button__white, .mobile-header-off-canvas-bottom a.button__ghost {
    color: #ffffff;
    border-color: #ffffff
}

.button__white:focus, .button__white:hover, .hs-button__white:focus, .hs-button__white:hover, .mobile-header-off-canvas-bottom a.button__ghost:focus, .mobile-header-off-canvas-bottom a.button__ghost:hover {
    background: white;
    color: #21558f
}

.button__orange, .hs-button__orange {
    border-color: #eb5116;
    color: #eb5116
}

.button__orange:focus, .button__orange:hover, .hs-button__orange:focus, .hs-button__orange:hover {
    background: #eb5116
}

.button__orange-inverted, .hs-button__orange-inverted {
    background: #eb5116;
    color: #ffffff
}

.button__orange-inverted:focus, .button__orange-inverted:hover, .hs-button__orange-inverted:focus, .hs-button__orange-inverted:hover {
    background: #ffffff;
    color: #eb5116
}