header img,
img {
    height: auto
}

img {
    max-width: 100%
}

header {
    width: 100%
}

.main-navigation-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between
}

#footer-cta-mobile,
.main-navigation-wrapper:after,
.main-navigation-wrapper:before {
    display: none
}

header .logo {
    width: 165px;
    flex-shrink: 0;
    padding: 0
}

nav.site-nav {
    flex-grow: 1;
    max-width: calc(100% - 195px);
    padding-left: 30px
}

nav.site-nav ul#menu-header {
    display: flex !important;
    justify-content: space-around;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 0
}

nav.site-nav ul#menu-header li {
    flex: 1;
    text-align: center
}

nav.site-nav ul li a {
    display: block;
    white-space: nowrap;
    padding-top: 5em;
    padding-bottom: 2.5em;
    text-transform: uppercase;
}

nav.site-nav ul ul li {
    text-align: left !important
}

nav.site-nav ul ul li a {
    white-space: normal
}

.nav-sticky .top-bar {
    background: #009eff;
    color: #fff;
    border-bottom: 1px solid transparent;
    padding: 8px 0
}

.blog-cta a,
.nav-sticky header .top-bar .call {
    color: #fff
}

.nav-sticky header .top-bar .call a {
    color: #fff;
    font-size: 16px;
    line-height: 23px
}

.nav-sticky header nav ul li a {
    padding: 30px 2.5em
}

.nav-sticky header .logo img {
    width: 112px
}

.content .content-text {
    margin: 0 15px !important
}

.industry-header {
    display: flex;
    gap: 60px
}

.container .col-right h1.spost,
.industry-header h1 {
    font-family: Montserrat, sans-serif;
    font-size: 2.5em;
    font-weight: 500;
    color: #000;
    text-transform: none;
    margin-bottom: 1em
}

@media screen and (max-width:767px) {
    header nav ul#menu-header {
        top: 127px
    }

    .industry-header {
        flex-direction: column-reverse
    }

    nav.site-nav ul#menu-header {
        flex-direction: column
    }

    nav.site-nav ul li a {
        padding: 24px
    }

    footer {
        padding-bottom: 63px
    }

    header .logo {
        padding: 15px
    }

    #footer-cta-mobile {
        display: flex;
        text-align: center;
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0;
        transition: .3s;
        transform: translateY(63px);
        z-index: 2
    }

    .nav-sticky #footer-cta-mobile {
        transform: translateY(0)
    }

    #footer-cta-mobile a {
        padding: 20px;
        color: #fff;
        font-size: 16px;
        line-height: 23px;
        font-weight: 600;
        width: 50%;
        display: block;
        background-color: #000
    }

    #footer-cta-mobile:after {
        content: '';
        display: block;
        width: 1px;
        height: calc(100% - 20px);
        background: #4f4f4f;
        position: absolute;
        left: 50%;
        top: 10px
    }
}

.blog-cta {
    color: #fff;
    margin: 60px 0;
    padding: 30px;
    background: #0077c0;
    border-radius: 16px;
}

.blog-cta h3,
.blog-cta h4 {
    color: #fff;
    font-size: 1.1em;
    font-weight: 800;
    line-height: 160%;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: none;
    margin-bottom: 16px;
    font-weight: 600;
}

.blog-cta a {
    transition: .1s ease-in-out;
    opacity: 1;
    background: #fff;
    border: 0;
    color: #0077c0;
    padding: 12px 25px;
    border-radius: 1.5em;
    display: inline-block;
    margin-top: 8px
}

.blog-cta a:hover {
    background-color: #000;
    color: #fff !important;
    text-decoration: none;
}

.slide-content .content-line-1 {
    font-size: 2em !important
}

.awardsImg .swiper-button-next:after,
.awardsImg .swiper-button-prev:after {
    font-size: 20px;
    font-weight: 600;
}

.awardsImg .swiper-button-prev,
.awardsImg .swiper-button-next {
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.swiper-slide.imgItem {
    height: 110px
}

.awardsImg .swiper-pagination {
    margin-top: 40px;
    position: relative;
}