h1 {
    font-size: 30px;
}

.terms-section {
    display: flex;
    flex-direction: column;
}

.terms-section a, .terms-section h3 {
    color: black;
    padding-bottom: 7px;
    text-decoration: none;
    font-size: 14px;
}

.terms-section > ul > li:hover {
    font-weight: bold;
}

#full-terms-of-use h3 {
    color: black;
    font-size: 24px;
}

#terms-wrapper {
    flex-direction: row;
    padding-top: 40px;
}

#terms-dropdown {
    display: none;
    margin: 0 -15px 0 -15px;
}

#terms-headers {
    display: block;
    flex: 2;
}

.terms-header {
    padding-top: 0;
}

.blank-line {
    margin-bottom: 0;
}

/* Removing part of the old footer left a large space */
.valign:after {
    height: auto;
}

#full-terms-of-use {
    padding-top: 0;
    list-style-type: none;
    flex: 5;
}

.overlay-content {
    background-color: white;
}

.clearfix {
    padding-top: 0;
    padding-bottom: 0;
}

#full-terms-of-use > h1 {
    text-align: left;
}

#full-terms-of-use > h2 {
    padding: 0;
}

@media (max-width: 767px) {

    .clearfix {
        padding-top: 0;
    }

    #full-terms-of-use > h1 {
        text-align: left;
    }

    #terms-wrapper {
        flex-direction: column;
    }

    #terms-dropdown {
        display: block;
    }

    #terms-headers {
        display: none;
    }

    #full-terms-of-use > h2 {
        padding: 0;
    }

}

/* Overlay footer */

.overlay-footer {
    bottom: 0;
    width: 100%;
    font-size: 14px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    padding: 10px 15px;
    line-height: normal;
    vertical-align: bottom;
    display: flex;
    align-items: center;
}

.icon-phone {
    font-size: 14px;
    vertical-align: middle;
    margin-left: auto;
}


[class^="icon-"]:before, [class*=" icon-"]:before {
    position: relative;
    top: 12px;
    margin-right: 5px;
    font-family: "checkout-navigation" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 0;
    /* line-height: 1; */
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}