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

#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;
}

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

#hero h1 {
    font-size: 52px;
    padding-bottom: 30px;
    font-weight: 800;
    color: #FFFFFF;
}

#hero p:not(.logoPack p) {
    max-width: 480px;
}

#compliance.section {
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
}

#compliance.section .container #leftNav {
    z-index: 1;
}

#compliance.section .container #leftNavContent {
    position: relative;
    z-index: 0;
}

#compliance.section .container #leftNavContent h1+h2 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
}

#compliance.section .container #leftNavContent .takeaway {
    background: #112867;
    background-image: linear-gradient(98deg, #FFECBC 0%, #FFDEE1 100%, #B1CEFF 100%);
    -webkit-border-radius: 12px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    margin: 50px 0;
    font-size: 18px;
}

#compliance.section .container #leftNavContent .takeaway.seaglass {
    background-color: #d8f7f5;
    background-image: linear-gradient(92deg, #D3F8F5 0%, #D1E3F9 100%, #B1CEFF 100%);
}

#compliance.section .container #leftNavContent .takeaway .left {
    margin-right: 25px;
}

#compliance.section .container #leftNavContent .takeaway .left .circle-icon {
    margin: auto 0 auto 25px;
    width: 40px;
    height: 40px;
}

#compliance.section .container #leftNavContent .takeaway .left img {
    max-height: 20px;
}

#compliance.section .container #leftNavContent .takeaway .right h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #112867;
}

#compliance.section .container #leftNavContent .takeaway .right p {
    margin: 0 0 0 0;
    color: #112867;
}

#compliance.section .container #leftNavContent .takeaway .right ol li {
    margin-left: 19px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 20px;
}

#compliance.section .container #leftNavContent .calloutContainer {
    margin: 50px 0px;
    background-color: #D3F8F5;
    background-image: linear-gradient(92deg, #D3F8F5 0%, #D1E3F9 100%, #B1CEFF 100%);
    padding: 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-weight: 600;
    text-align: center;
    line-height: normal;
}

#compliance.section .container #leftNavContent .calloutContainer p {
    margin: 0;
    color: #112867;
    font-size: 16px;
}

#compliance.section .container #leftNavContent .textToJoinExample .label {
    text-align: center;
    font-weight: 900;
    margin-bottom: 20px;
}

#compliance.section .container #leftNavContent .textToJoinExample {
    background-color: #D3F8F5;
    background-image: linear-gradient(128deg, #D3F8F5 0%, #D1E3F9 100%, #B1CEFF 100%);
    padding: 45px 30px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-weight: 500;
    text-align: center;
    line-height: normal;
}

#compliance.section .container #leftNavContent .textToJoinExample p {
    margin: 10px 0 0 0;
}

#compliance.section .container #leftNavContent .textToJoinExample p:first-child {
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

#compliance.section .container #leftNavContent .textToJoinExample p:last-child {
    font-size: 12px;
    line-height: 18px;
    color: #112867;
}

#compliance.section .container #leftNavContent .webFormExample {
    max-width: 400px;
    text-align: left;
    border-radius: 12px;
    padding: 50px;
}

#compliance.section .container #leftNavContent .webFormExample p {
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    color: black;
}

#compliance.section .container #leftNavContent .webFormExample input[type=checkbox]+span {
    font-size: 11px;
    color: black;
    pointer-events: none;
}

#compliance.section .container #leftNavContent .webFormExample input[type=submit] {
    width: 100%;
    border: none;
    pointer-events: none;
}

#compliance.section .container #leftNavContent .webFormExample input[type=text] {
    border-radius: 0;
    border: 2px solid black;
    pointer-events: none;
}

#compliance.section .container #leftNavContent .webFormExample input[type=checkbox],
#compliance.section .container #leftNavContent .webFormExample .checkbox {
    pointer-events: none;
}

#compliance.section .container #leftNavContent .webFormExample input[type=text]+label {
    color: #A5A5A5;
}

#compliance.section .container #leftNavContent .shape {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -127%;
}

#compliance.section .container #leftNavContent .shape2 {
    position: absolute;
    z-index: -1;
    top: 30%;
    right: -90%;
}

#compliance.section .container #leftNavContent .shape3 {
    position: absolute;
    z-index: -1;
    bottom: 0%;
    right: -90%;
}

.engager {
    position: relative;
    z-index: 1;
}

.textMessages.device {
    box-shadow: none;
    border: 4px solid black;
    background-image: none;
    -webkit-border-radius: 34px;
    border-radius: 34px;
    padding: 10px 15px 95px 15px;
}

.textMessages.device::before {
    content: none;
}

.textMessages.device::after {
    content: none;
}

.textMessages.device .message p {
    padding: 13px 14px;
}

.textMessages.device .response p {
    padding: 13px 14px;
}

.mobile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 30px;
}

.grey-circle-mobile {
    width: 42px;
    height: 42px;
    background: #f3f4f7;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

img.grey-circle-mobile-img {
    height: 16px;
    width: auto;
}

img.left-caret-img {
    height: 16px;
}

img.right-camera-img {
    height: 16px;
}

h2 {
    color: #112867;
}

h3 {
    color: #112867;
}

#compliance p {
    color: #112867;
}

#compliance .textMessages.device .message p {
    color: #FFFFFF;
}

.takeaway ul li {
    color: #112867;
}

ul.indent li {
    color: #112867;
}

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

@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 .container h1 {
        max-width: unset;
    }

    #compliance.section {
        padding-top: 80px;
    }

    #compliance.section .container #leftNavContent .takeaway {
        display: block;
    }

    #compliance.section .container #leftNavContent .takeaway .left {
        margin: auto;
    }

    #compliance.section .container #leftNavContent .takeaway .left .circle-icon {
        margin: auto;
    }

    #compliance.section .container #leftNavContent .takeaway .left img {
        max-width: 45px;
    }

    #compliance.section .container #leftNavContent .takeaway .right {
        margin-top: 20px;
    }

    #compliance.section .container #leftNavContent .takeaway .right h3 {
        text-align: center;
    }

    #compliance.section .container #leftNavContent .textToJoinExample {
        margin-top: 0;
    }

    #compliance.section .container #leftNavContent .webFormExample {
        margin: auto;
    }

    #compliance.section .container #leftNavContent .takeaway#fullComplianceVerbage {
        margin-top: 0;
    }

    #compliance.section .container #leftNavContent .takeaway .right p {
        text-align: center;
    }

    #compliance.section .container #leftNavContent .takeaway .right ul {
        text-align: center;
        list-style: none;
    }

    #compliance.section .container #leftNavContent .takeaway .right ul li:first-child {
        padding-bottom: 10px;
    }
}