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

.cms.clearfix .container {
    width: 100%;
    padding: 0;
}

body {
    background-color: #F7F9FC;
}

h1 {
    color: #123156;
    font-size: 54px;
    font-weight: 1000;
    text-align: left !important;
}

.return-policy-container {
    margin: auto;
}

.rsp-breadcrumb-wrap {
    display: none;
}

#purple-bg {
    background-color: #e9c2f0;
    height: 20%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

#return-policy-overlay {
    padding-top: 40px;
    width: 1170px;
    margin: auto;
}

#return-policy-img {
    background-image: url('/resources/images/cms/Dylan-Web-Returns.jpg');
    background-size: cover;
    position: absolute;
    z-index: 1;
    flex: 1;
    width: 800px;
    height: 500px;
}

#text-overlay {
    display: flex;
    z-index: 4;
    margin-bottom: 200px;
}

#overlay-left {
    flex: 5;
}

#overlay-right {
    flex: 4;
    margin-top: 80px;
    padding: 50px;
    z-index: 2;
    background-color: white;
}

h3 {
    color: black;
}

.step-content>h3 {
    font-size: 24px;
}

#policy-wrapper {
    margin: -100px auto 40px auto;
    width: 1170px;
}

#how-to {
    background-color: white;
    padding: 80px;
}

#how-to-int {
    width: 1170px;
    margin: auto;
}

#how-to-int>h2 {
    color: #123156;
    font-size: 30px;
    font-weight: 1000;
}

#return-steps {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
}

.step-content {
    flex: 5;
}

.return-step {
    padding: 0 25px;
    display: flex;
    flex-direction: column;
}

.return-step>h3 {
    color: black;
    font-size: 25px;
}

.return-logo {
    margin: 25px auto;
    flex: none;
    height: 50px;
    width: 50px;
}

#disclaimer {
    color: grey;
    width: 1170px;
    margin: auto;
    padding-top: 80px;
}

@media (max-width: 1266px){

    h1 {
        font-size: 42px;
    }

    #purple-bg {
        height: 30vh;
    }
    
    #return-policy-overlay {
        width: 100% !important;
        padding: 25px;
    }

    #overlay-right {
        margin: 0;
    }

    #return-policy-img {
        position: relative;
        background-repeat: no-repeat;
        padding: 0 25px;
        width: 100% !important;
        height: 200px;
    }

    #policy-wrapper {
        flex-direction: column;
        width: 100%;
        padding: 25px 25px;
        margin-bottom: 0;
        background-color: #F7F9FC;
        z-index: 2;
    }

    #return-categories {
        padding: 0;
    }

    #text-overlay {
        display: block;
        margin-bottom: 100px;
    }

    #how-to {
        padding: 40px 25px;
    }

    #how-to-int {
        width: 100%;
    }

    #return-steps {
        flex-direction: column;
    }

    .return-logo {
        max-width: 50px;
        width: auto;
        max-height: 50px;
        height: auto;
        flex: 2;
        margin-right: 25px;
    }

    .return-step {
        flex-direction: row;
        margin: 25px 0;
    }

    #disclaimer {
        width: 100%;
        padding: 40px 25px;
    }

    #contact-tab {
        padding: 0 25px;
        background-color: white;
    }
}

@media (max-width: 700px){
    #purple-bg {
        height: 44vh;
    }
}