/* --- Adjust the nav to work with the hero background --- */

#nav .container .logo .logoDark {
    opacity: 1 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .logo .logoLight {
    opacity: 0 !important;
    animation: none !important;
    -webkit-animation: none !important;
}

#nav .container .content .links li a {
    color: #3E4A57;
}

#nav .container .content .links li a.dropdownArrow {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNLjI5My43OTNBMSAxIDAgMDExLjYxMy43MWwuMDk0LjA4M0w1IDQuMDg1IDguMjkzLjc5M0ExIDEgMCAwMTkuNjEzLjcxbC4wOTQuMDgzYTEgMSAwIDAxLjA4MyAxLjMybC0uMDgzLjA5NC00IDRhMSAxIDAgMDEtMS4zMi4wODNsLS4wOTQtLjA4My00LTRhMSAxIDAgMDEwLTEuNDE0eiIgZmlsbD0iIzNFNEE1NyIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+");
}

#nav .container .content .buttons a.button.blueberry.outline {
    color: #FFF;
    border-color: #FFF;
    background-color: transparent;
}

#nav .container .content .buttons a.button.blueberry.outline:hover {
    color: #112867;
    border-color: #FFF;
    background-color: #FFF;
}

#nav .container .content .buttons a.button:only-child {
    margin-left: 110px;
}

#nav .container #toggleMobileNav .icon:before,
#nav .container #toggleMobileNav .icon:after,
#nav .container #toggleMobileNav .icon span {
    background: #3E4A57;
}

/* ------ End nav adjustments ------ */

.checklistReverse {
    list-style: none;
}

.checklistReverse li {
    margin-left: 0;
    font-size: 16px;
    font-weight: 600;
    list-style: none;
}

.checklistReverse li::before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../images/common/check-mist.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.checklistReverse+p {
    margin-top: 20px;
}

#hero>.section {
    padding-top: 80px;
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
}

#hero>.section .container {
    position: relative;
    z-index: 0;
}

#hero>.section .container h1 {
    font-size: 46px;
    padding-bottom: 25px;
}

#hero>.section .container h2 {
    font-size: 20px;
    padding-bottom: 65px;
    line-height: 28px;
}

#hero>.section .container img {
    height: auto;
}

#hero>.section .container .shape {
    position: absolute;
    top: -47%;
    right: -32%;
    z-index: -1;
}

#hero>.section .container .buttonContainer {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#hero>.section .container .buttonContainer a+a {
    margin-left: 30px;
}

#hero>.section .container a img {
    vertical-align: middle;
    margin-right: 8px;
}

#hero>.section .container a span {
    vertical-align: middle;
}

#hero #softSell {
    margin-bottom: -265px;
}

#softSell .columns .column .panel {
    height: 100%;
}

#story.section {
    padding-top: 310px;
    padding-bottom: 30px;
}

#story.section h2 {
    max-width: 800px;
    margin: 0 auto;
}

#story2 .section .shape {
    position: absolute;
    bottom: 2%;
    left: -42%;
    z-index: -1;
}

/* new landing page start */
.checklistReverse.seaglass li::before {
    background: url('../images/common/check-seaglass.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.landingCheckList li::before {
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 4px;
}

.checklistReverse.landingCheckList li {
    display: flex;
    padding-bottom: 10px;
    line-height: 26px;
}
/* new landing page end */

/* --- Media Queries -------------------- */

@media all and (max-width: 1150px) {
    #nav .container .content .buttons a.button:only-child {
        margin-left: 0px;
    }

    #hero>.section .container .shape {
        top: 2%;
        right: -21%;
        height: 600px;
        transform: rotate(44deg);
    }

    #nav .container .content .buttons a.button.blueberry.outline {
        color: #112867;
        border-color: #112867;
        background-color: transparent;
    }

    #nav .container .content .buttons a.button.blueberry.outline:hover {
        color: #FFF;
        border-color: #112867;
        background-color: #112867;
    }
}

@media all and (max-width: 960px) {}

@media all and (max-width: 768px) {
    /* --- Adjust the nav to work with the hero background --- */

    #nav .container .content .buttons a.button.blueberry.outline {
        color: #112867;
        border-color: #112867;
        background-color: transparent;
    }

    #nav .container .content .buttons a.button.blueberry.outline:hover {
        color: #FFF;
        border-color: #112867;
        background-color: #112867;
    }

    /* ------ End nav adjustments ------ */

    #hero>.section {
        padding-top: 35px;
        padding-bottom: 0px;
        text-align: center;
    }

    #hero>.section .container h1 {
        font-size: 36px;
    }

    #hero>.section .container h2 {
        font-size: 18px;
        padding-bottom: 30px;
    }

    #hero>.section .container .buttonContainer {
        display: block;
        text-align: center;
        margin-top: 30px;
    }

    #hero>.section .container .buttonContainer a+a {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    #hero>.section .container .shape {
        top: 200px;
        right: -170px;
        transform: rotate(51deg);
        height: 400px;
    }

    #hero .section .section {
        padding-bottom: 40px;
    }

    #story.section h2 {
        padding-top: 26px;
        font-size: 26px;
    }

    #integrationImages .logoPack .images {
        padding: 0;
    }

    #integrationImages .logoPack .images .group {
        height: 50px !important;
    }

    #integrationImages .logoPack .images .group img {
        margin: 0;
    }
}