/****** PLACE YOUR CUSTOM STYLES HERE ******/

section, footer {
    padding: 30px 0;
}

#HowItWorks,
#KnowYourRights,
#ContactUs {
    padding: 40px 0;
    margin: 25px 0;
}

    /* Homepage How It Works Section */
    #HowItWorks .tabs {
        display: flex;
        flex-wrap: wrap;
    }

        #HowItWorks .tabs li {
            padding: 0 10px;
        }


/***** Overriding theme style mobile view *****/
@media (max-width: 767px) {

    h3 {
        font-size: 28px;
    }

    h6 {
        font-size: 16px;
    }

    p.lead {
        font-size: 16px;
        line-height: 28px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    br {
        display: inline;
    }

    .icon-sm {
        font-size: 24px;
    }

    .icon-tabs .tab-title {
        height: 100%;
        padding: 10px 5px;
        border: 1px solid;
        border-width: 2px;
    }

        .icon-tabs .tab-title i {
            font-size: 42px;
        }

        .icon-tabs .tab-title span {
            font-size: 11px;
            line-height: 18px;
        }

    .icon-tabs .tabs li {
        margin-bottom: 20px;
    }
}

@media (max-width: 360px) {
    .icon-tabs .tab-title span {
        font-size: 10px;
    }
}

/* Ben Changes*/
.footer p, .footer a {
    font-weight: 300;
    line-height: 1.42857143;
    padding: initial;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

.footer p {
    margin-bottom: 10px;
    line-height: 1.42857143;
    padding: initial;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}

.footer {
    list-style-type: disc;
}

    .footer .copyright {
        margin-bottom: 0px;
        margin-top: 10px;
        padding-top: 10px;
        -webkit-margin-before:10px;
    }


h5 {
    font-size: 16px;
}
body {
    position:relative;
    display:block;
    margin:0;
    padding:0;
    color:#585858;
    font-size:18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}



h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
}