﻿body {
    color: #565656;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.content {
    margin-top: .2rem;
    float: left;
    /*position: absolute;*/
    width: 95%;
    height: 95%;
    padding: 2.5%;
    padding-top: 1.5%;
}

h1, h2, h3, h4, p, li {
    line-height: 1.5rem;
    color: #565656;
    /*color: #565656;*/
}

li {
    line-height: 1.5rem;
    margin-left: 1.5rem;
    /*color: #565656;*/
}

.h3, h3 {
    font-size: 1.75rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.headers {
    font-size: 0.85rem;
    padding-bottom: 0.6rem;
    margin-top: 0.5rem;
}
#imageHeader {
    background-color: white;
    padding-top: 5px;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: middle;
}
#selfServiceLogoContainer {
    padding-right: 50px;
    left: 36%;
    height: auto;
    padding-top: 0;
    top: 4%;
    display: inline-block;
    text-align: left;
}
#titleBanner {
    position: relative;
    /*top: 115px;*/
    left: 0px;
    right: 0px;
    padding-top: 4px;
    padding-bottom: 5px;
    padding-left: 20px;
    background-color: #1c5fab;
    color: white;
    text-align: left;
    font-size: 20px;
    width: 100%;
}
/* Media specific settings */
@media screen and (max-width: 413px) {
    p, li {
        line-height: 1.2rem;
    }
    #selfServiceLogoContainer {
        padding-right: 0px;
        text-align: center;
        vertical-align: middle;
    }
    #selfServiceLogoVerify {
        width: 180px;
        height: auto;
    }
    #logoDiv {
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }
    #logo {
        width: 180px;
        height: auto;
    }
    .headers {
        margin-top: 0.1rem;
        font-size: 0.85rem;
    }
    #titleBanner {
        left: 0px;
        right: 0px;
        padding-top: 4px;
        padding-bottom: 5px;
        padding-left: 20px;
        font-size: 0.85rem;
    }
    .content {
        margin-top: .3rem;
        font-size: 0.8rem;
    }
}
/*Good*/
@media screen and (min-width: 414px) and (max-width: 575px) {
    p, li {
        line-height: 1.3rem;
    }
    #selfServiceLogoContainer {
        padding: 2px;
        text-align: center;
        vertical-align: middle;
    }
    #selfServiceLogoVerify {
        width: 220px;
        height: auto;
    }
    #logoDiv {
        padding: 12px;
        text-align: center;
        vertical-align: middle;
    }
    #logo {
        width: 200px;
        height: auto;
    }
    .headers {
        margin-top: 0.1rem;
        font-size: 1.25rem;
    }
    #titleBanner {
        font-size: 1.25rem;
    }
    .content {
        margin-top: .3rem;
        font-size: 0.9rem;
    }
}

/* Last with centered images */
@media(min-width:576px) and (max-width: 768px) {
    p, li {
        line-height: 1.4rem;
    }

    #selfServiceLogoContainer {
        padding: 2px;
        text-align: center;
        vertical-align: middle;
    }

    #selfServiceLogoVerify {
        width: 275px;
        height: auto;
    }

    #logoDiv {
        padding: 15px;
        text-align: center;
        vertical-align: middle;
    }

    #logo {
        width: 200px;
        height: auto;
    }

    .headers {
        margin-top: 0.2rem;
        font-size: 1.5rem;
    }

    #titleBanner {
        font-size: 1.25rem;
    }

    .content {
        margin-top: .3rem;
        font-size: 1.0rem;
    }
}
/* First with side-by-side images */
@media screen and (min-width : 769px) and (max-width : 1024px) {
    #selfServiceLogoContainer {
        padding-right: 50px;
        /*position: fixed;*/
        left: 36%;
        width: 285px;
        height: auto;
        padding-top: 10px;
        top: 8%;
    }
    #selfServiceLogoVerify {
        width: 275px;
        height: auto;
    }
    #logoDiv {
        padding-top: 2%;
    }
    .headers {
        margin-top: 0.3rem;
        font-size: 1.75rem;
    }
    #titleBanner {
        position: unset;
    }
    .content {
        margin-top: .4rem;
    }
}

@media screen and (min-width : 1025px) and (max-width : 1336px) {
    #selfServiceLogoContainer {
        padding-right: 50px;
        /*position: fixed;*/
        left: 36%;
        width: 400px;
        height: auto;
        padding-top: 0;
        top: 8%;
    }
    #selfServiceLogoVerify {
        width: 400px;
        height: auto;
    }
    #logoDiv {
        padding-top: 2%;
    }
    .headers {
        margin-top: 0.4rem;
        font-size: 1.75rem;
    }
    #titleBanner {
        position: unset;
    }
    .content {
        margin-top: .5rem;
    }
}

@media screen and (min-width : 1337px) {  /*and (max-width : 1600px) {*/
    /* This is the same as the previous size, but since the distinction was already in place i just left it.
       If we need any changes to larger screen sizes make them here.
    */
    #selfServiceLogoContainer {
        padding-right: 50px;
        /*position: fixed;*/
        left: 36%;
        width: 400px;
        height: auto;
        padding-top: 0;
        top: 8%;
    }

    #selfServiceLogoVerify {
        width: 400px;
        height: auto;
    }

    #logoDiv {
        padding-top: 2%;
    }

    .headers {
        margin-top: 0.4rem;
        font-size: 1.75rem;
    }

    #titleBanner {
        position: unset;
    }

    .content {
        margin-top: .5rem;
    }
}

