#container {
    background: none;
}

#header {
    float: none;
}

.Content {
    background: #fff;
}

#Section {
    background-color: #d6000d;
    color: #fff;
    font-size: small;
    font-weight: bold;
    padding: 10px;
}

    #Section #SecTitle {
        float: left;
    }

    #Section #logout {
        float: right;
        padding: 0 0 0 10px;
    }

#Inner {
    padding: 20px 20px 40px;
}

#Inner-fieldset {
    margin: 40px 10px 10px 10px !important;
}

#Inner .progbar {
    padding: 10px 0;
    text-align: center;
}

#Inner #progress-bar {
    display: none;
}
/*default bar hidden*/
#Inner h3 {
    color: #d6000d;
    font-size: 12px;
    padding: 5px 0;
}

#Inner hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 10px 0;
}

#Inner .Navigation {
    margin-top: 10px;
    text-align: center;
}

#Inner .button-left {
    float: left;
}

#Inner .button-right {
    float: right;
}

#Inner .button-left, #Inner .button-print, #Inner .CallToAction {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    padding: 3px 20px;
    text-transform: lowercase;
}

    #Inner .button-left:hover, #Inner .button-right:hover, #Inner .button-print:hover {
        background-color: #003E7E;
    }

#Inner .CallToAction {
    background-color: #003E7E;
    display: block;
    font-size: 16px;
    margin: 10px auto;
    padding: 6px 20px; /*width: 150px; */
}

    #Inner .CallToAction:hover {
        background-color: #630031;
    }

#Inner fieldset {
    background-color: #EFEEE9;
    border: none;
    margin: 35px auto;
    padding: 0; /*width: 95%; */ /*width: 95%; */
}

    #Inner fieldset table td {
        padding: 0;
    }

    #Inner fieldset legend {
        background-color: #d6000d;
        color: #fff;
        margin: 0;
        padding: 5px 2%;
        width: 96%;
    }

    #Inner fieldset#Access {
        background: none;
        border: none;
        margin: 20px auto;
        padding-bottom: 0;
    }

        #Inner fieldset#Access label {
            margin: 0 2% 0 0;
            width: 33%;
        }

        #Inner fieldset#Access legend {
            display: none;
        }

    #Inner fieldset label {
        display: inline-block;
        float: left;
        margin-right: 2%;
        width: 30%;
    }

    #Inner fieldset > label {
        margin: 10px 20px;
        width: auto;
    }
    /*#Inner fieldset input[type=text] { width: 45%; }*/
    #Inner fieldset ol {
        margin: 0 2%;
        padding: 15px 0;
    }

    #Inner fieldset li {
        clear: both;
        list-style: none;
    }
    /*Nestled Fieldsets for checkboxes and radio buttons - structual table elements removed although not for the building of input element*/
    #Inner fieldset fieldset {
        margin: 0;
    }

        #Inner fieldset fieldset legend {
            background: none;
            color: #6F7071;
            display: inline;
            margin-right: 4%;
            float: left;
            font-weight: bold;
            padding: 0;
            width: 30%;
        }

        #Inner fieldset fieldset table {
            width: 60%;
            margin: 0;
        }

            #Inner fieldset fieldset table input[type=radio] {
                float: left;
            }

            #Inner fieldset fieldset table label {
                float: right;
                text-align: left;
                width: 90%;
            }

            #Inner fieldset fieldset table td {
                padding-bottom: 5px;
            }
    /*for scenarios where forms in tables are top level and not within a fieldset*/
    #Inner > table.RootTable, #Inner fieldset table {
        border-collapse: collapse;
        margin: 10px 20px;
        padding: 0;
    }

#Inner > table td > h2 {
    background-color: #d6000d;
    color: #fff;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 5px 2%;
}

#Inner ol li > table {
    width: 45%;
}
/*Tables structure both in and out of fieldset*/
#Inner table table {
    border-collapse: collapse;
    margin: 15px 0;
    padding: 0;
    width: auto;
}

    #Inner table table.Location {
        margin: 15px 0;
    }

    #Inner table table td {
        vertical-align: top;
    }

        #Inner table table td:first-child {
            padding-right: 20px;
        }

#Inner fieldset td.TableIntro {
    padding: 15px 0;
}
/*Table kept at root level - RootTable class needs to be added*/
#Inner .RootTable {
    background-color: #EFEEE9;
}

    #Inner .RootTable > tbody > tr:first-child > td {
        padding: 0;
    }

    #Inner .RootTable > tbody > tr > td {
        padding: 0 20px;
    }
    /*Resets to keep things consistent*/
    #Inner .label, #Inner .RootTable > tbody > tr > td {
        padding-bottom: 5px;
    }

#Inner #FormReset {
    margin: 0 auto;
    padding: 0;
    width: 95%;
}

    #Inner #FormReset table td {
        width: auto !important;
        float: none
    }
        /*to overwrite inline style*/
        #Inner #FormReset table td.content {
            background: none;
            width: 400px !important;
            padding-right: 30px;
        }

        #Inner #FormReset table td.label {
            width: 316px !important;
        }

        #Inner #FormReset table td label {
            padding-left: 5px;
        }

.clear {
    clear: both;
}

.ie7 #Inner > fieldset legend {
    position: relative;
    left: -7px;
}

.ie7 #Inner > fieldset {
    display: block;
}

.custom-PaddingLR {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 10px !important;
}

.custom-PaddingTB {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.custom-Absoulte {
    position: absolute;
    bottom: 0;
    right: 0;
}

.custom-Relative {
    position: relative;
}

.custom-Padding {
    padding: 12px 20px 10px 12px !important;
}

.custom-TextStyle {
    color: white !important;
    text-decoration: none;
}

.custom-label {
    color: #6F7071;
    font-weight: bold;
}

.form-control {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.form-select {
    font-size: 14px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.yearpickerWrapper .form-select {
    font-size: 1.5em !important;
}

.custom-CenterAllignedItem {
    display: flex;
    align-items: center;
}

.custom-declineMargin {
    margin: 2px auto !important;
}

.custom-declineWidth {
    width: 17% !important;
}

.custom-backWidth {
    width: 13% !important;
}

.custom-LoginPadding {
    padding-top: 0px !important;
    padding-bottom: 10px !important;
}

.custom-positionR {
    position: absolute;
    bottom: 0;
    right: 0
}

.custom-positionL {
    position: absolute;
    bottom: 0;
    left: 0
}

.remove-paddingB {
    padding-bottom: 0px !important;
}

.remove-marginB {
    margin-bottom: 0px !important;
}

.paddingT {
    padding-top: 9px
}

.paddingTopNew {
    padding-top: 5px;
}

.headingStyle {
    font-size: 1.4em !important;
    font-weight: bold !important;
    padding: 0px !important;
    margin: 10px 0px 10px 0px !important;
}

@media (min-width: 991px) {
    .footerImg {
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .custom-Padding {
        padding: 12px 10px 0px 12px !important;
    }
}

@media (max-width: 361px) {
    .footera {
        position: absolute;
        right: -10px;
        float: left;
        width: 47%;
    }

    .footera {
        position: absolute;
        right: -6px;
        float: left;
        width: 50%;
    }
}

@media (max-width: 391px) {
    .custom-backWidth {
        width: auto !important;
    }

    .custom-declineWidth {
        width: auto !important;
    }

    .custom-declineMargin {
        margin-left: 0px !important;
    }

    .custom-next {
        margin-top: 36px !important;
        margin-bottom: 0px !important;
    }

    .footerStyle {
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 13px !important;
    }

    .footera {
        position: absolute;
        right: 8px;
        float: left;
        width: 50%;
    }

    .footerImg {
        width: 80%;
        padding-left: 0px;
        float: left !important;
        padding-top: 5px;
    }
}
@media (max-width: 375px) {
    .footera {
        position: absolute;
        right: 4px !important;
        float: left;
        width: 47%;
    }
}
@media (min-width: 390px) and (max-width: 399px) {
    .footera {
        position: absolute;
        right: 9px;
        float: left;
        width: 51%;
    }

    .footerImg {
        width: 80%;
        padding-left: 0px;
        float: left !important;
        padding-top: 5px;
    }
}

@media (min-width: 400px) and (max-width: 936px) {
    .custom-backWidth {
        width: 100% !important;
    }

    .custom-declineMargin {
        margin-left: 0px !important;
    }

    .custom-next {
        margin-top: 36px !important;
        margin-bottom: 0px !important;
    }

    .footerCol1 {
        width: 40%;
        padding-right: 0px;
    }

    .footerCol2 {
        width: 60%;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 9px;
        /* display: flex; */
        justify-content: flex-end;
    }

    .footerCol3 {
        width: 73%;
        position: absolute;
        right: 0;
        justify-content: flex-end;
    }

    .footera {
        position: absolute;
        right: -9px;
        float: left;
    }

    .footerImg {
        width: 80%;
        padding-left: 0px;
        float: left !important;
        padding-top: 5px;
    }

    .footerP {
        padding-top: 60px;
        display: flex;
        justify-content: flex-end;
        padding-top: 53px !important;
    }

    .footerStyle {
        padding-left: 0px !important;
        padding-right: 0px !important;
        font-size: 13px !important;
    }
}
@media (max-width: 575px) {
    .hide {
        display: none;
    }
}