body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Karla', sans-serif;
}

a {
    text-decoration: none;
    color: #0B4660;
}

a:hover {

    color: #03070b;

}

.page-container {

    width: 100%;
    background: #FFF;
    height: 100%;

}

.content {

    width: 100%;
    margin: 0 auto;
    background: #f1f1f1;

}

/* Content */
.content article {

    width: 90%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
    padding: 10px;

}

.content article h1 {

    font-size: 2em;
    color: #444444;
    font-family: 'Lora', sans-serif;
    text-align: center;

}

.content article p, .content article ul.pp-list li {

    font-size: 1.2em;
    font-family: 'Karla', sans-serif;
    color: #434343;
    font-weight: lighter;

}

.content article li.inner-list-item {
    font-size: unset !important;
}

.user-agreement {

    max-height: 800px;
    overflow: scroll;
    background: #FFF;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;

}

.faq_information {

    display: none;
    overflow: hidden;
    background: #daf3ff;
    color: #304262;
    padding: 10px;
    border: 1px dotted #507ea8;
}

.help-container ul {

    padding: 0 0 0 20px;
    margin: 0;

}

.help-container li {

    margin: 0;
    padding: 5px;

}

.help-container li a {

    font-size: 1.2em;
    cursor: pointer;

}


.feedback-options a {

    display: inline-block;
    margin: 5px;
    width: 100%;
    text-align: left;
}

    /* Content end */

/* Footer */
footer {

    width: 100%;
    background: #333333;
    color: #FFF;
}

footer p {

    text-align: center;
    margin: 0;
    padding: 20px 0;
    
}
/* End Footer */

@media (min-width: 800px) {

    .content {

        background: #FFF;

    }

    .content article {

        padding: 0;
    }

    .user-agreement {

        background: #f1f1f1;

    }
}

.additional-resources-container h2{
    text-align: center;
}

.additional-resources-container .sections-ul {
    list-style-type: none;
    padding-left: 0px;
}

.additional-resources-container .sections-ul .section-header .section-ul {
    list-style-type: none;
    padding-left: 0px;
}

.additional-resources-container .sections-ul .section-header .section-ul .question-c {
    padding-bottom: 20px;
}
.additional-resources-container .sections-ul .section-header .section-ul .answer {
    padding-bottom: 20px;
}

.additional-resources-container .sections-ul .section-header .section-ul .answer ol {
    list-style-type: initial;
}


.additional-resources-container .sections-ul .section-header .section-ul .answer ol .item {
    padding-bottom: 10px;
}

