body {
    font-family: "Jost", 'sans-serif';
}
.layout-container {
    width: 100%;
    max-width: 1720px;
    margin: 0px auto;
    padding: 0px 100px;
}
button.standard-btn {
    background: #02865c;
    border: none;
    min-width: 100px;
    border-radius: 6px;
    color: #FFF;
    font-size: 16px;
    padding: 10px 15px;
}
button.standard-btn:hover {
    background-color: #122521 !important;
    color: #fff;
}
/* Header Banner CSS */
.sio-banner {
    background-color: #FFFFFF;
    background-image: url(../../assets/img/landing/SupplierOne-Banner.png), url(../../assets/img/landing/header-vector.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right center, left center;
    background-size: auto 100%, auto 60%;
    height: 700px;
    display: flex;
    align-items: center;
}

.sio-banner-content {
    width: 100%;
    max-width: 600px;
    margin-left: 100px;
}

    .sio-banner-content h1 {
        font-size: 50px;
        margin: 0px;
        line-height: 60px;
        color: #02865c;
        font-weight:700;
    }

    .sio-banner-content p {
        font-size: 20px;
        margin:20px 0px;
    }

button.standard-btn.btn-lg {
    padding: 15px 30px;
    height: auto;
    font-size: 16px;
}

/* Three Metrics */
.three-metrics {
    border-top: #DDD 1px solid;
    border-bottom: #DDD 1px solid;
    padding: 30px 0px;
}

    .three-metrics ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 20px;
        margin: 0px;
        padding: 0px;
    }

        .three-metrics ul li {
            list-style: none;
            display: grid;
            grid-template-columns: 100px auto;
        }

.metrics-content {
    padding-left: 13px;
    padding-top: 13px;
}

    .metrics-content span {
        color: #02865c;
        font-size: 40px;
        font-weight: 600;
        display: block;
        margin: 0;
        line-height: 50px;
    }

    .metrics-content h2 {
        font-size: 20px;
        font-weight: 400;
        margin: 0px;
        line-height: 30px;
        font-family: "Jost", 'sans-serif' !important;
    }

/* SIO Connect */
.sio-connect {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 30px;
}

.sio-connect-image {
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 100px 0px;
}

.sio-connect-content {
    display: flex;
    align-items: center;
}

    .sio-connect-content h2 {
        color: #314b44;
        font-size: 50px;
        font-weight: 600;
        line-height: 66px;
        margin: 0 0 20px 0;
        font-family: "Jost", 'sans-serif' !important;
    }

    .sio-connect-content p {
        font-size: 20px;
        line-height: 30px;
        padding-right: 100px;
        margin: 0;
    }

/* Company Logos */
.companies-list {
    background-color: #122521;
    padding: 75px 0;
}

    .companies-list p {
        color: #dcfef4;
        font-size: 24px;
        margin: 0;
        text-align: center;
    }

    .companies-list h2 {
        color: #FFF;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 500;
        margin-top:25px;
        letter-spacing: 4px;
        font-family: "Jost", 'sans-serif' !important;
    }

.company-logos {
    margin-top: 50px;
}

    .company-logos ul {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        column-gap: 20px;
        margin: 60px 0 0 0;
        padding: 0px;
    }

        .company-logos ul li {
            list-style: none;
            text-align: center;
        }

/* Why Registration */
.why-registration {
    background: #DDDDDD;
    padding: 100px 0;
    text-align: center;
}

    .why-registration h2 {
        font-size: 40px;
        font-weight: 500;
        margin: 0;
        font-family: "Jost", 'sans-serif' !important;

    }

    .why-registration h3 {
        color: #02875c;
        font-size: 28px;
        padding: 10px 0px 15px 0px;
        border-bottom: #FFF 1px solid;
        width: 100%;
        max-width: 600px;
        margin: 0px auto 30px auto;
        font-weight:600;
        font-family: "Jost", 'sans-serif' !important;
    }

    .why-registration p {
        font-size: 20px;
        line-height: 30px;
        margin:24px 0px;
    }

.registration-reason ul {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
}

    .registration-reason ul li {
        list-style: none;
        float: left;
        font-size: 20px;
    }

        .registration-reason ul li span {
            width: 30px;
            height: 30px;
            line-height: 24px;
            text-align: revert;
            display: inline-block;
            background-color: #02875c;
            border-radius: 50%;
            color: #FFFFFF;
            font-family: 'Georgia';
            font-size: 20px;
        }

/* Get started in 3 easy steps */
.get-start {
    text-align: center;
    padding: 75px 0;
}

    .get-start h2 {
        font-size: 40px;
        font-weight: 500;
        margin: 0;
        font-family: "Jost", 'sans-serif' !important;
    }

.get-start-steps {
    background: #FFF;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 0px 40px 0px;
    margin-top: 40px;
}

    .get-start-steps ul {
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

        .get-start-steps ul li {
            padding: 50px 100px;
            list-style: none;
        }

            .get-start-steps ul li:not(:last-child) {
                border-right: #DDD 1px solid;
            }

.get-start-icon {
    background: #02865c;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0px auto;
}

.get-start-steps h3 {
    color: #02865c;
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 0 0;
    font-family: "Jost", 'sans-serif' !important;
}

.get-start-steps p {
    font-size: 18px;
    margin-top:16px;
    line-height:27px;
}

/* Ready to grow your business? */
.ready-grow {
    background: #122521;
    padding: 50px 0;
    text-align: center;
}

    .ready-grow h2 {
        font-size: 40px;
        color: #FFF;
        margin: 0 0 10px 0;
        font-family: "Jost", 'sans-serif' !important;
        font-weight: 700;
    }

    .ready-grow p {
        color: #FFF;
        font-size: 20px;
        margin: 20px 0 20px 0;
    }

button.dark-bg-standard-btn {
    border: none;
    background: #FFF;
    padding: 10px 30px;
    font-size: 16px;
    color: #02865c;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    border-radius: 6px;
}

    button.dark-bg-standard-btn.btn-lg {
        font-size: 20px;
        padding: 12px 40px;
        border-radius: 10px;
    }

/* About Supplier.io and SupplierOne */
.about-sio {
    display: grid;
    padding: 50px 0;
    grid-template-columns: 600px auto;
    column-gap: 30px;
}

.about-sio-logo {
    display: flex;
    align-items: center;
}

    .about-sio-logo img {
        height: 120px;
    }

.about-content h2 {
    color: #013726;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
    margin-bottom:25px;
    font-family: "Jost", 'sans-serif' !important;
}

.about-content p {
    font-size: 20px;
    padding-right: 150px;
    margin-top: 16px;
    line-height: 30px !important;
}

    .about-content p a {
        color: #02865c;
        font-weight: 600;
        text-decoration: none;
    }

        .about-content p a:hover {
            text-decoration: underline;
        }

/* Footer */
footer {
    background: #122521;
    padding: 50px 0 20px 0;
}

.footer-top-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
}

.footer-top-content-inner-header {
    display: grid;
    grid-template-columns: 60px auto;
    column-gap: 30px;
    line-height: 60px;
    color: #02865c;
    font-size: 28px;
    font-weight: 600;
}

.footer-top-content-inner p {
    color: #dcfef4;
    font-size: 18px;
    line-height: 27px;
    margin-top: 16px;
}

    .footer-top-content-inner p a {
        color: #91d044;
        display: inline-block;
        text-decoration: none;
    }

        .footer-top-content-inner p a:hover {
            text-decoration: underline;
        }

.footer-bottom-content-inner {
    display: grid;
    grid-template-columns: auto 100px;
    column-gap: 20px;
}

.footer-top-links {
    border-bottom: #133931 1px solid;
    padding: 15px 0;
}

    .footer-top-links ul {
        margin: 0;
        padding: 0;
    }

        .footer-top-links ul li {
            padding: 0px 25px;
            list-style: none;
            float: left;
        }

            .footer-top-links ul li:first-child {
                padding: 0px 25px 0px 0px;
            }

            .footer-top-links ul li:not(:last-child) {
                border-right: #02865C 1px solid;
            }

            .footer-top-links ul li a {
                color: #FFF;
                display: block;
                text-decoration: none;
            }

                .footer-top-links ul li a:hover {
                    text-decoration: underline;
                }

.footer-bottom-links p {
    line-height: 54px;
    margin: 0;
    color: #FFF;
}

.footer-bottom-icons {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .footer-bottom-icons a {
        margin-right: 10px;
    }

.landing-page-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.btn-normal-text {
    border: 1px solid #02865c;
    color: #02865c;
    padding:8px 20px;
    background:#fff;
}
.btn-normal-text:hover {
    color: #fff;
    background: #02865c;
}

.popup-overlay h2 {
    color: #314b44;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 20px 0 0 20px;
    font-family: "Jost", 'sans-serif' !important;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
    display: flex;
    align-items: center;
    justify-content: center;
    display:none;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

    .popup-overlay.active {
        display:flex;
        pointer-events: auto;
    }

.popup-modal {
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
    transform: translateY(-30px);
    transition: transform 0.3s ease;
}

    .popup-modal.popup-md {
        max-width: 750px;
    }

.popup-header {
    display: grid;
    grid-template-columns: auto 45px;
}

    .popup-header h2 {
        line-height: 30px;
        padding-left: 20px;
        margin: 0;
        place-items: center;
        display: flex;
        font-size: 28px;
        font-weight: 500;
        color: #122521;
    }

    .popup-header span.close {
        justify-content: center;
        display: flex;
        place-items: center;
        font-weight: 400;
        color: #000;
        opacity: 1;
        font-size: 30px;
    }

.popup-body {
    padding: 20px 20px 15px 20px;
}

.popup-overlay.active .popup-modal {
    transform: translateY(0);
}
.registration-form .form-control {
    border: #02865c 1px solid;
}
.additional-cta {
    display: flex;
    justify-content:center;
    padding: 20px;
}
.mandatory {
    color: #DB0000;
}
.close {
    float: right;
    font-size: 20px;
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
    margin-top: 20px !important;
    opacity: 1;
    font-size: 32px !important;
}

    .close:hover {
        color: #000;
    }

.popup-field {
    margin-bottom: 30px;
}

    .popup-field label {
        display: block;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 4px;
    }

        .popup-field label span.mandatory {
            color: #DB0000;
        }

    .popup-field input {
        width: 100%;
        height: 50px;
        background: #FFF;
        border-radius: 10px;
        border: #02865c 1px solid;
        padding: 0px 20px;
        font-size: 18px;
    }

button.standard-btn:focus, .btn-normal-text:focus {
    background-color: #122521 ;
    color: #fff;
    box-shadow: #FFF 0px 0px 0px 1px inset;
    border: #000 2px solid !important;
}
#BeginRegistration .modal-footer {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-top: 2px solid #e9ecef;
}
#header .logo:focus {
    border: #000 2px solid !important;
    box-shadow: none !important;
}
.about-content p a:focus {
    border: #000 2px solid;
}

.bottom-footer a {
    color: #fff !important;
    margin-right: 10px;
    padding-left: 10px;
}

.bottom-footer-d-flex {
    display: flex;
    align-items: center;
    color: #fff;
    padding-left: 20px;
}

.bottom-footer-d-flex p {
    margin-bottom: 0 !important;
}
.bottom-footer {
    background: rgb(0, 95, 62) !important;
    padding: 10px 0px !important;
    margin-left: 0px;
    margin-right: 0px;
}
.footer-top-content-inner p a:focus, .footer-top-links ul li a:focus, .footer-bottom-icons a:focus, .bottom-footer a:focus {
    border: #fff 2px solid;
}
.bottom-footer a:hover {
    text-decoration: underline;
}
.form-control:focus, #BeginRegistration a:focus {
    border-color: #000 !important;
    border-width: 2px !important;
}
@media (max-width: 1600px) {
    .get-start-steps ul li {
        padding: 50px;
    }

    .about-sio {
        grid-template-columns: 450px auto;
    }

    .about-content p,
    .sio-connect-content p {
        padding-right: 0;
    }

    .sio-banner {
        height: 600px;
    }
}

@media (max-width: 1440px) {
    .layout-container {
        padding: 0px 30px;
    }

    .sio-banner-content {
        max-width: 460px;
        margin-left: 50px;
    }

    .sio-connect-image img {
        max-width: 100%;
    }

    .sio-banner-content h1 {
        font-size: 40px;
        line-height: 40px;
    }

    .metrics-content span {
        font-size: 30px;
    }

    .metrics-content h2 {
        font-size: 16px;
    }

    .sio-connect-content h2,
    .why-registration h2,
    .get-start h2,
    .ready-grow h2 {
        font-size: 36px;
        line-height: 36px;
    }

    .sio-connect-content p,
    .why-registration p {
        font-size: 16px;
        line-height: 30px;
    }

    .sio-banner-content p,
    .registration-reason ul li,
    .get-start-steps p,
    .ready-grow p,
    .about-content p,
    .footer-top-content-inner p {
        font-size: 16px;
    }
}

@media (max-width: 1280px) {
    .sio-banner {
        background-position: right -100px center, left center;
    }

    .registration-reason ul li {
        text-align: left;
        position: relative;
        padding-left: 40px;
    }

        .registration-reason ul li span {
            text-align: center;
            position: absolute;
            left: 0;
        }

    /* .about-content h2 {
        font-size: 36px;
    }

    .about-content p {
        font-size: 20px;
    } */
}

@media (max-width: 1152px) {
    .sio-banner {
        height: 460px;
    }

    .sio-connect-image img {
        max-width: 100%;
        width: 70%;
        height: auto;
    }

    .company-logos ul {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }

    .get-start-steps ul li {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .sio-banner {
        height: 400px;
    }

    .about-sio {
        grid-template-columns: 100%;
        row-gap: 30px;
    }

    .sio-banner-content h1 {
        font-size: 36px;
        line-height: 40px;
    }

    .metrics-content span {
        font-size: 28px;
    }

    .metrics-content h2 {
        font-size: 14px;
    }

    .sio-connect-content h2,
    .why-registration h2,
    .get-start h2,
    .ready-grow h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .sio-connect-content p,
    .why-registration p {
        font-size: 14px;
        line-height: 26px;
    }

    .sio-banner-content p,
    .registration-reason ul li,
    .get-start-steps p,
    .ready-grow p,
    .about-content p,
    .footer-top-content-inner p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .sio-banner {
        background-image: url(../../assets/img/landing/SupplierOne-Banner.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .sio-banner-content {
        max-width: 100%;
        margin: 0px auto;
        text-align: center;
        padding: 30px 50px;
        background: rgba(255, 255, 255, 0.80);
        height: 100%;
    }

        .sio-banner-content h1 {
            margin-top: 40px;
        }

    .three-metrics ul {
        grid-template-columns: 100%;
        row-gap: 20px;
    }

    .why-registration {
        text-align: left;
    }

        .why-registration h3 {
            max-width: 100%;
        }

    /* .why-registration p {
        font-size: 20px;
        line-height: 36px;
    } */

    .registration-reason ul {
        grid-template-columns: 100%;
        row-gap: 20px;
    }

    .sio-connect {
        grid-template-columns: 100%;
        row-gap: 30px;
    }

    .sio-connect-image {
        padding: 50px 0px 20px 0px;
    }

        .sio-connect-image img {
            width: 100%;
            height: auto;
            max-width: 300px;
        }

    .sio-connect-content {
        text-align: center;
        padding-bottom: 50px;
    }

    .get-start-steps ul {
        grid-template-columns: 100%;
    }

        .get-start-steps ul li {
            padding: 50px;
        }

            .get-start-steps ul li:not(:last-child) {
                border-right: none;
                border-bottom: #DDD 1px solid;
            }
}
@media only screen and (max-width: 660px) {
    #header {
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
        #header .brand {
            width: 140px;
            min-height: auto;
        }
        #header .user-nav {
            width: auto;
            padding-right: 0px;
        }
    .user-nav ul li.dropdown.settings {
        padding: 0 0px 0 0px;
    }
}
@media (max-width: 600px) {
    .company-logos ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-top-content {
        grid-template-columns: 100%;
        row-gap: 30px;
    }

    .footer-bottom-content-inner {
        grid-template-columns: 100%;
        text-align: center;
    }

    .footer-bottom-content {
        margin-top: 30px;
    }

    .footer-top-links {
        width: auto;
        display: inline-block;
    }

    .footer-bottom-icons {
        margin: 0 auto;
    }

    /* .sio-connect-content h2,
    .why-registration h2,
    .get-start h2,
    .ready-grow h2 {
        font-size: 40px;
        line-height: 40px;
    } */
}

@media (max-width: 500px) {
    header {
        grid-template-columns: 100%;
    }

    .supplierone {
        height: 60px;
        text-align: center;
    }

    .header-stuff {
        text-align: center;
        margin-top: 15px;
    }

    .sio-banner {
        height: auto;
    }

    .sio-banner-content {
        padding: 20px;
        height: auto;
    }

    .footer-top-links ul li {
        padding: 0px 15px;
    }

    .about-sio-logo img {
        height: auto;
        width: 100%;
        max-width: 360px;
    }
}

@media (max-width: 400px) {
    .sio-banner {
        background-position: center;
        background-size: 100% auto;
    }

    .company-logos ul {
        grid-template-columns: 100%;
    }

    .get-start-steps ul li {
        padding: 25px;
    }

    .footer-top-links ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }

        .footer-top-links ul li:not(:last-child) {
            border-right: none;
        }

        .footer-top-links ul li:nth-child(odd) {
            border-right: #02865C 1px solid;
        }

        .footer-top-links ul li {
            padding: 0px 25px;
            text-align: left;
        }

            .footer-top-links ul li:first-child {
                padding: 0px 25px;
            }
}