﻿@-ms-viewport 
{
 width: device-width; 
}

@-moz-viewport 
{
 width: device-width; 
}

@-webkit-viewport 
{
 width: device-width; 
}

@viewport 
{
 width: device-width; 
}


body {
    background-color: #F7F8F9;
    color: #101820;
    margin-bottom: 190px;
    height: 100%;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 16px;
}
h1, h2, h3, h4{
    font-weight: 600;
}

html{
    position: relative;
    min-height: 100%;
}



table {
    -webkit-text-size-adjust: none;
    font-size:15px;
}

tr.row{
    margin-right:0;
    margin-left:0;
}

legend {
    border-bottom: 1px solid #20aa3f;
    margin-bottom: 21px;
    font-weight: 600;
}

.card{
    margin-bottom: 21px;
}

.control-label {
	font-size:1em;
}

.buttonLink{
    text-decoration:none;
}


@media only screen and (max-width: 991px){
.desktopbreak { display: none; }
}

@media only screen and (min-width: 992px) {
.mobilePhone {
        display: none;
}

.desktopPhone {
    display:inline;
}

}


@media only screen and (max-width: 991px) {
    .mobilePhone {
        display: inline;
    }

    .desktopPhone {
        display: none;
    }

    .container {
        max-width: none;
    }

}


.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    background: #0072CE;
    cursor: pointer;
    color:#FFF;
}


/* Links
-----------------------------------------------------------*/
a {
    color: #0072CE;
    border-bottom: 1px dotted #0072CE;
    text-decoration: none;
    font-weight: normal;
}

a:hover, a:focus {
	color:#7FB8E6;
    text-decoration:underline;
    border-bottom:0px;
}

/* Header
-----------------------------------------------------------*/
#Header {
    background-color: #FFF;
    
}


@media only screen and (min-width: 992px) {

    #Header {
        border-bottom: 5px solid #20aa3f;
    }

    #HeaderContent h1 {
        margin: 1em 1em .5em 1em;
        padding-right:3em;
    }

    #HeaderContent .Logo {
        margin: 3em 0 0 0;
    }


}

@media only screen and (max-width: 991px) {

    #Header {
        border-bottom:none;
    }

    #HeaderContent h1 {
        margin: .5em;
    }

    #HeaderContent .Logo {
        margin: 3em 0 0 0;
        padding-left: 2.25em;
    }



}

.LanguageSwitcher {
   padding-top: .25em;
   padding-bottom: .625em;
   background: #f7f8f9;
   border-bottom: 1px solid #b4b5b6;
}

.LanguageSwitcher a {
    color: #5a5d61 !important;
    text-decoration: none;
    border-bottom: 0;
    font-size: .85em
}        

.LanguageSwitcher a:hover, .LanguageSwitcher a:focus {
    color: #0050b4 !important;
    text-decoration: none;
}



#HeaderContent {
    color: #101820;
    height: 100%;
}

#HeaderContent a {
     color: #101820;
     text-decoration: none;
}

#HeaderContent h1 {
     font-size: 2.25em;      
}

#HeaderContent p {
   font-size: 0.813em;
   padding-top: 0.375em;
   margin-bottom: 0;
}


#HeaderContent .Logo a {
    border: 0;
}

    /* Menu
-----------------------------------------------------------*/
    /*Adjust Menu Font*/
    .navbar {
        font-size: 1.1em;
    }

        .navbar .navbar-nav > li > a {
            text-decoration: none;
        }

    @media only screen and (min-width: 992px) {

        .navbar {
            /* font-size: 1.20em; (CFPB Request) */
            font-size: 1em;
            margin-bottom: .95rem !important;
        }


        .navbar .navbar-nav li {
            padding-right: 45px;
        }

        .nav-item-end {
            padding-right: 0px !important;
        }


        .navbar .navbar-nav > li > a {
            padding-bottom: 1em;
        }


        .navbar-nav > li > a {
            padding-left: 0;
            padding-right: 0;
        }

        .navbar .navbar-nav > li > a {
            border-bottom: 8px solid #FFF;
            color: #101820;
        }

            .navbar .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
                background-color: #fff;
                border-bottom: 8px solid #b4b5b6;
                color: #101820;
            }

        .activeItem {
            /*border-bottom: 6px solid #FFF;*/
            border-bottom: 8px solid #101820 !important;
            color: #0050b4 !important;
        }
    }
    /*END OF LARGE/X-LARGE SCREEN MENU*/


    @media only screen and (max-width: 991px) {


        .navbar {
            background-color: #20aa3f;
            padding: 0.5rem 0 0.5rem 0;
        }

        .mb-3, .my-3 {
            margin-bottom: 0rem !important;
        }

        .navbar-light .navbar-toggler {
            border-color: transparent;
            color:#FFF;
        }

        .navbar-light .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        }


        .navbar-collapse {
            margin-top: 10px;
            margin-bottom: 5px;
        }



        .navbar-nav > li {
            background-color: #FFF;
            border-bottom: 1px solid #DDD;
            border-left: 1px solid #DDD;
            border-right: 1px solid #DDD;
        }

       .navbar-nav > li > a {
            color: #111;
            display: block;
            padding: 1em 1em 1em 2em;
            font-weight: normal;
            color: #0072ce;
            font-size: 16px;
            line-height: 22px;
            text-decoration: none;
            border-bottom: 1px solid #b4b5b6;
         }


        .navbar-nav > li > a:last-child {
            border-bottom: none;
        }


        .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
            color: #7eb7e8;
            background-color: #FFF;
        }

        .menuContainer{
            max-width:none !important;
            padding:0 !important;
        }


        .menu {
            cursor: pointer;
        }
    }
    /*END OF MEDIUM/SMALL/X-SMALL SCREEN MENU*/



    /*Wrapper
-----------------------------------------------------------*/
    #Wrapper {
        background-color: #fff;
        z-index: 1001;
    }

    @media only screen and (min-width: 992px) {

        #Wrapper {
            min-height: 435px;
        }
    }



    /*ContentWrapper
-----------------------------------------------------------*/
    #ContentWrapper-Index {
        padding-bottom: 0px;
        z-index: 1001;
    }
#ContentWrapper {
    padding-bottom: 45px;
    z-index: 1001;
}

.TitleWrapper {
    padding-top: 2.8125em;
    padding-bottom: 2.8125em;
    background-color: #E7E8E9;
    margin-bottom: 45px;
    border-bottom: 1px solid #b4b5b6 !important;
}

.TitleWrapper-Index {
    padding-top: 2.8125em;
    padding-bottom: 2.8125em;
    background-color: #E7E8E9;
    border-bottom: 1px solid #b4b5b6 !important;
}


.Title {
    text-align: left;
    margin: 0;
}


/* Content
-----------------------------------------------------------*/
/*#Content {
    background-color: #FFF;
    z-index: 1001;
}
*/
#Content { /* (CFPB Request) */
    background-color: #FFF;
    z-index: 1001;
    /*max-width: 670px;*/
}


        #Content li {
            padding: 5px;
        }

        #Content ul, ol {
            margin-bottom: 10.5px;
        }

    #Content .row {
        margin-bottom: 30px;
    }



/* Important Dates
-----------------------------------------------------------*/
#Dates {
}

        #Dates ul {
            padding-left: 0;
            list-style-type: none;
            line-height: 180%;
        }

        #Dates li {
            font-size: 15px;
            line-height: 24px;
            border-bottom: 1px solid #e5e5e5;
            padding-bottom: 10px;
        }




    /* FAQ
-----------------------------------------------------------*/

    #FAQs {
    }

        #FAQs .faqHeader {
            font-weight: bold;
            color: #004E96;
            font-size: 1.813em;
            padding-bottom: 5px;
            text-align: center;
        }

        #FAQs .QuestionsArea {
            margin-bottom: 20px;
        }

        #FAQs .Question {
            font-weight: normal;
            text-decoration: none;
            text-align: left;
            padding-left: 0;
        }

            #FAQs .Question ol {
                margin-bottom: 0 !important;
            }

        #FAQs .noListStyle li {
            font-weight: normal !important;
        }

        #FAQs .Answer p {
            font-weight: normal;
        }

        #FAQs .Answer Table {
            font-weight: normal;
        }

        #FAQs .Answer {
            font-weight: bold;
            padding-bottom: 1em;
        }

    /* Documents
-----------------------------------------------------------*/

    #Documents h4 {
        color: #6F6F6F;
        margin-top: 15px;
    }

    #Documents .pdf {
        list-style-image: url("../../Content/Images/cfpbPDFIcon.png");
        margin-left: 25px;
    }

    #Documents .excel {
        list-style-image: url("../../Content/Images/excelIcon.png");
        margin-left: 25px;
    }

    #Documents .claimForm {
        list-style-image: url("../../Content/Images/formIcon.png");
        margin-left: 25px;
    }




    /* Claim
-----------------------------------------------------------*/
.radio {
   list-style: none;
   margin-bottom: 10px !important;
}

.radio ul {
     padding-left: 0;
}        

.radio li {
     list-style: none;
     padding-left: 0;
}

.radioInline {
    list-style: none;
    padding-left: 0;
    margin-bottom: 10px !important;
}

.radioInline ul {
   padding-left: 0;
}        

.radioInline li {
    list-style: none;
    padding-left: 0;
    display: inline;
}        


    .popupLink {
        font-style: italic;
        font-size: 12px;
    }

    .notes {
        font-size: 13px;
        font-style: italic;
    }

.form-control:focus {
    background-color: #fff;
    border: 1px solid #0072ce;
    outline: 1px solid #0072ce;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.card-header {
    background-color: #F7F8F9;
    font-size:22px;
}
    /* File Upload
-----------------------------------------------------------*/
    #uploadFileContainer .remove-link {
        color: #034b87;
        text-decoration: underline;
    }

        #uploadFileContainer .remove-link:hover {
            color: #2F93E0;
        }

    .AjaxUploaderQueueTable {
        display: none !Important;
    }

    .AjaxUploaderCancelAllButton {
        display: none !Important;
    }

    .uploadGrid td {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-word;
        overflow: hidden;
        white-space: pre-wrap;
        min-width: 0;
    }

    .progressBarText {
        display: none;
    }

    /*Contact Form
-----------------------------------------------------------*/
    #ContactForm .contactHeader {
        font-weight: bold;
        font-size: 15px;
        margin-top: 35px;
        line-height: 1px;
    }

    #ContactForm .top {
        margin-top: 10px;
    }

    /* Validation helpers
-----------------------------------------------------------*/
.field-required-marker {
    color: #D12124;
    font-weight: bold;
    margin-left: 2px;
    white-space: nowrap;
}

.field-validation-error {
    color: #D12124;
}

    .field-validation-valid {
        display: none;
    }

.validation-summary-errors {
    font-weight: bold;
    color: #D12124;
}

    .validation-summary-errors ul {
        padding-left: 0 !Important;
        list-style: none;
    }

    .validation-summary-valid {
        display: none;
    }

input.input-validation-error {
    border: 1px solid #D12124 !important;
}

    input.input-validation-error:focus {
        border: 1px solid #D12124 !important;
        box-shadow: none;
        outline: 0 none;
    }

textarea.input-validation-error {
    border: 1px solid #D12124 !important;
}

    textarea.input-validation-error:focus {
        border: 1px solid #D12124 !important;
        box-shadow: none;
        outline: 0 none;
    }

    input.fieldError {
        border: 1px solid #D12124 !important;
        background: url(../Images/error.png) no-repeat right center;
        background-color: #fff;
    }

        input.fieldError:focus {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
            outline: 0 none;
        }


select.fieldError {
    border: 1px solid #D12124 !important;
    background: url(../Images/error.png) no-repeat 98% 50%;
    background-origin: content-box;
}

        select.fieldError:focus {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
            outline: 0 none;
        }


textarea.fieldError {
    border: 1px solid #D12124 !important;
    background: url(../Images/error.png) no-repeat right center;
    background-color: #fff;
}

        textarea.fieldError:focus {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 0, 0, 0.6);
            outline: 0 none;
        }

.fieldErrorRadioButtons {
    padding-left: 5px !important;
    box-shadow: 1px 0 0 #D12124 inset;
}

    .clearValidation {
        display: none;
    }

    /* RightsTable
-----------------------------------------------------------*/

    #rightsTable .tableHeader {
        text-align: center;
        font-weight: bold;
    }

    #rightsTable .tdLeft {
        text-align: left;
        font-weight: bold;
    }

    #rightsTable .tdRight {
        text-align: left;
        font-weight: normal;
    }


    /* Footer
-----------------------------------------------------------*/
#Footer {
    height: 190px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 20px;
    font-size: 12px;
    border-top: 5px solid #2cb34a;
}


 #Footer .navigationLinks {
     border-bottom: 1px solid #d9d9d9;
     padding: 0px 0 20px 15px;       
 }       


 #Footer .navigationLinks li {
     float: left;
     padding-right: 30px;
      margin-top: 10px;           
 }

    #Footer .lastLink {
        padding-right: 0 !important;
    }


    #Footer .Questions {
        padding: 20px 0 5px 15px;
        font-size: 16px; 
    }

        #Footer .Questions a {
            font-weight: bold;
            color: #101820 !important;
        }

    #Footer .Bottom {
        border-top: 1px solid #d9d9d9;
        padding-top: 10px;
    }

    #Footer a {
        color: #101820;
        border-bottom-color: #101820;
    }
        
    /* ADA Styles
-----------------------------------------------------------*/
    .hidden {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
    }

    #skip a {
        height: 1px;
        left: -10000px;
        overflow: hidden;
        position: absolute;
        top: auto;
        width: 1px;
    }

        #skip a:focus {
            position: static;
            width: auto;
            height: auto;
        }

    /*Buttons
-----------------------------------------------------------*/

.btn {
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    padding: .6em 1.6em;
    text-decoration: none;
    transition: background-color 0.1s ease 0s;
    vertical-align: middle;
    border: 0 none;
    border-radius: 0.25em;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    color: #fff;
}


.btn-primary {
    background-color: #0072ce;
}

.btn-secondary {
    background-color: #CCCCCC;
    color: #101820;
}

.btn.hover, .btn:hover {
    background-color: #0050b4;
    color: #FFF;
}

.btn.active, .btn:active {
    background-color: #0050b4;
}

btn.focus, .btn:focus {
    background-color: #0050b4;
    outline: 1px dotted #0072ce;
    outline-offset: 1px;
}    


    /* Other Styles 
-----------------------------------------------------------*/

    .address-selector {
        border: 1px solid #d9d9d9;
        padding: 10px 20px;
        background: #FFF;
    }

        .address-selector li {
        }

    .blockquote {
        color: #555555;
    }

    .w-90 {
        width: 90%
    }

    .w-80 {
        width: 80%
    }

    .w-70 {
        width: 70%
    }

    .w-60 {
        width: 60%
    }

    .w-40 {
        width: 40%
    }

    .w-30 {
        width: 30%;
    }

    .w-20 {
        width: 20%;
    }

    .w-10 {
        width: 10%
    }

    @media only screen and (max-width: 480px) {
        #ReCaptcha {
            transform: scale(0.8);
            transform-origin: 0;
            
        }
    }

.breakWord {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}


/* Alt Form Styles 
-----------------------------------------------------------*/

.required-alt {
    display: none;
}

.required-alt, .control-label p {
    color:darkorange;
}




/* CFPB Additional Change Requests
-----------------------------------------------------------*/
.TitleWrapper-Index h2 {
    max-width: 670px;
}
.TitleWrapper-Index h3 {
    max-width: 670px;
}

/*.banner-img {
    max-width: 770px;
}
*/
.Sidebar {
    background-color: #f7f8f9 !important;
    
}

@media only screen and (min-width: 1200px) {
    .Sidebar {
        padding: 45px 0 45px 30px !important;
        margin: 0 0 0 20px !important;
        max-width: 340px !important;
        border-left: 1px solid #b4b5b6 !important;
    }

    .container-left-column {
        max-width: 770px;
        padding: 45px 10px 45px 15px !important;
    }

    .container-left-column p {
        max-width: 670px;
    }

    .home-gradient {
        background: linear-gradient(to right, #FFF 70%, #f7f8f9 50%);
    }
}

@media only screen and (max-width: 1200px) {
    .Sidebar {
        padding: 45px 15px 45px 15px !important;
    }

    .container-left-column {
        padding: 45px 15px 45px 15px !important;
    }

    .container-left-column p {
        max-width: 670px;
    }

    .home-gradient {
        background: #FFF;
    }
}


.jumbotron-contact {
    background-color: #f7f8f9 !important;
    padding: 30px 30px 30px 30px;
}

.noListStyle {
    font-weight: normal !important;
    margin-left:1em;
}
