﻿html {
    overflow-y: scroll;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

/*@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('font/SourceSansPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('font/SourceSansPro-Regular.woff') format('woff2'), url('font/SourceSansPro-Regular.woff') format('woff');
    font-weight: 400;*/ /* Normal weight */
    /*font-style: normal;
}

@font-face {
    font-family: 'SourceSansProRegular';
    src: url('font/SourceSansPro-Bold.woff') format('woff2'), url('font/SourceSansPro-Bold.woff') format('woff');
    font-weight: 700;*/ /* Bold weight */
    /*font-style: normal;
}*/

body {
    /*background-color: #125175;*/
    /*background-image: url(../Images/Background.png);*/
    background-position: center top;
    background-repeat: repeat-y;
    /*font-family: Arial;*/
    font-family: Source Sans Pro, sans-serif;
}

#Content:has(.login-wrapper-main) {
   box-shadow:none;
}

* {
    font-family: Source Sans Pro, sans-serif ;
}

img {
    border: none;
}

a.Button {
    color: #1e1e1e;
}

h1 a.Button {
    float: right;
    font-size: .6em;
}

p {
    margin-top: 0;
}

#Header {
    position: relative;
    z-index: 1000;
    padding: 0 50px;
    height: 75px;
    background-color: #019a86;
    box-shadow: 0 0 5px #787878;
    background-image: linear-gradient(360deg, rgba(0, 0, 0, .25), transparent);
}

    #Header #DDCTLogo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 48px;
        left: 36px;
    }

    #Header #ANCCLogo {
        position: absolute;
        right: 40px;
        top: 50%;
        transform: translateY(-50%);
        height: 45px;
    }

    #Header a:link,
    #Header a:active,
    #Header a:visited,
    #Header a:hover {
        color: #dedede;
        font-weight: bold;
        text-decoration: none;
    }

    #Header a:hover {
        color: #ffffff;
    }

    #Header #UserInfo {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 285px;
        font-size: .8em;
        color: #ffffff;
        width: 400px;
        text-align: right;
    }

        #Header #UserInfo a {
            display: inline-block;
            width: 60px;
        }

        #Header #UserInfo div {
            color: #cdcdcd;
            white-space: nowrap;
        }

            #Header #UserInfo div span {
                display: inline-block;
                max-width: 200px;
                overflow: hidden;
                text-overflow: ellipsis;
                vertical-align: bottom;
                /* Begin: IE6, IE7 hack. */
                zoom: 1;
                *display: inline;
                /* End */
            }

#TopMenu {
    position: relative;
    z-index: 500;
    padding: 5px 40px 0 40px;
    background-color: white;
    font-size: .8em;
    box-shadow: 2px 2px 4px 0 #cdcdcd;
}

    #TopMenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #TopMenu ul li {
            display: inline-block;
            margin: 0 5px 0 5px;
            padding: 0;
            /* Begin: IE6, IE7 hack. */
            zoom: 1;
            *display: inline;
            /* End */
        }

            #TopMenu ul li a:link,
            #TopMenu ul li a:active,
            #TopMenu ul li a:visited,
            #TopMenu ul li a:hover {
                display: block;
                margin-bottom: 5px;
                padding: 5px 10px;
                color: #222;
                text-decoration: none;
                /*font-weight: bold;*/
            }

            #TopMenu ul li a:hover {
                color: #222;
                font-weight: bold;
            }

            #TopMenu ul li a.Selected {
                color: #222;
                background-color: white;
                border-radius: 0px;
                font-weight: bold;
                border-bottom: 2px solid #222;
            }

                #TopMenu ul li a.Selected.WithSubMenu {
                    margin-bottom: 0;
                    padding-bottom: 10px;
                    border-bottom-left-radius: 0;
                    border-bottom-right-radius: 0;
                }

            #Header a.disabled, #TopMenu ul li a.disabled {
                color: #aaa;
            }

                #Header a.disabled:hover, #TopMenu ul li a.disabled:hover {
                    cursor: default;
                    color: #aaa;
                }

#SubMenu {
    margin: 0 40px 0 40px;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    background-color: white;
    font-size: .8em;
    box-shadow: 2px 2px 4px 0 #cdcdcd;
}

    #SubMenu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        #SubMenu ul li {
            display: inline-block;
            margin: 0 5px 0 5px;
            padding: 0;
            /* Begin: IE6, IE7 hack. */
            zoom: 1;
            *display: inline;
            /* End */
        }

            #SubMenu ul li a:link,
            #SubMenu ul li a:active,
            #SubMenu ul li a:visited,
            #SubMenu ul li a:hover {
                display: block;
                padding: 5px 10px;
                color: #222;
                text-decoration: none;
                /*font-weight: bold;*/
            }

            #SubMenu ul li a:hover {
                color: #222;
                font-weight: bold;
            }

            #SubMenu ul li a.Selected {
                color: #222;
                /*background-color: #898989;*/
                border-radius: 0px;
                font-weight: bold;
                border-bottom: 2px solid #222;
            }

#Message {
    margin: 20px 200px 20px 200px;
    padding: 5px 10px 5px 10px;
    color: #333333;
    background-color: #efefef;
    border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 5px #333333;
    display: none;
}

    #Message h4 {
        margin-top: 0;
        padding-top: 0;
    }

    #Message a.CloseLink {
        float: right;
        font-weight: normal;
        color: #3e5366;
    }

#ContentContainer {
    margin: 0 40px 0 40px;
    min-height: 300px;
}

#Content {
    margin-top: 20px;
    padding: 20px;
    min-height: 300px;
    color: #000000;
    background-color: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 0 5px #cdcdcd;
}

    #Content h1,
    #Content h2,
    #Content h3,
    #Content h4,
    #Content h5 {
        margin: 20px 0 0 0;
        color: #009685; /* Revert color #336699*/
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: bold;
    }

        #Content h1 + *,
        #Content h2 + *,
        #Content h3 + *,
        #Content h4 + *,
        #Content h5 + * {
            /*clear: both;*/
        }

    #Content h1 {
        margin-top: 0;
        font-size: 1.8em;
    }

    #Content h2 {
        font-size: 1.6em;
    }

    #Content h3 {
        font-size: 1.4em;
    }

    #Content h4 {
        font-size: 1.2em;
    }

    #Content a,
    #Content a:link {
        color: #009685;
    }
    #Content a:active,
    #Content a:hover {
        color: #193E4B;/* #RevetColor #009685*/;
    }

    #Content #PageActions ul {
        float: right;
        position: relative;
        top: -20px;
        left: 19px;
        margin: 0 0 0 10px;
        padding: 0;
        text-align: center;
        font-size: .8em;
        list-style-type: none;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 4px;
        box-shadow: #adadad 1px 1px;
    }

        #Content #PageActions ul li {
            display: inline-block;
            float: left;
            margin: 0;
            padding: 5px;
            border: solid 2px #cccccc;
            border-top: none;
            border-left: none;
            border-right: none;
            background-color: #dfe3e1;
            /* Begin: IE6, IE7 hack. */
            zoom: 1;
            *display: inline;
            /* End */
        }

            #Content #PageActions ul li:first-child {
                border-left: solid 2px #cccccc;
                border-bottom-left-radius: 4px;
            }

            #Content #PageActions ul li:last-child {
                border-top-right-radius: 4px;
            }

            #Content #PageActions ul li a:link,
            #Content #PageActions ul li a:active,
            #Content #PageActions ul li a:visited,
            #Content #PageActions ul li a:hover {
                display: block;
                padding: 2px 7px 2px 7px;
                border-right: solid 1px #bec1bf;
                color:#009685;/* #RevetColor #009685*/;
                text-decoration: none;
                font-weight: bold;
            }

            #Content #PageActions ul li:last-child a {
                border-right: none;
            }

            #Content #PageActions ul li a:hover {
                color: #193E4B;/* #RevetColor #193E4B*/;
            }

    #Content #Footer {
        margin-top: 20px;
        padding: 10px 20px;
        border-top: 2px solid #cdd7df;
        text-align: right;
    }

div.Form {
    clear: both;
    width: 100%;
    padding: 0;
}

    div.Form.Small {
        width: 400px;
    }

    div.Form.Filter {
        position: relative;
        clear: both;
        margin-top: 5px;
        padding: 0 60px 6px 60px;
        width: auto;
        border: 1px solid #d4d4d4;
        background-color: #ebebeb;
    }

    div.Form.NoLabel div.Label {
        display: none;
        font-size: 1.5em;
    }

    div.Form.Inline div.Item {
        display: inline-block;
    }

    div.Form div.Label,
    div.Form div.Input {
        display: inline-block;
    }

    div.Form div.Label {
        width: 200px;
        margin: 18px 5px 0 0;
        text-align: right;
        vertical-align: top;
        color: #303030;
        font-size: 1em;
    }

    div.Form.Inline > div {
        display: inline-block;
    }

    div.Form.Inline div.Label {
        width: 125px;
        margin-left: 10px;
    }

    div.Form div.Display div.Label {
        margin: 5px 5px 5px 0;
    }

    div.Form div.Label.Required {
        font-weight: bold;
    }

    div.Form div.Input {
        margin-top: 7px;
        padding: 5px;
        width: 440px;
    }

    div.Form.Inline div.Input {
        width: auto;
    }

    div.Form.Wide {
        width: 100%;
    }

        div.Form.Wide div.Label {
        }

        div.Form.Wide div.Input {
        }

    div.Form div.Display div.Input {
        margin-top: 5px;
        padding: 0;
        vertical-align: top;
    }

    div.Form.Stacked div.Label,
    div.Form.Stacked div.Input {
        display: block;
        width: auto;
    }

    div.Form.Stacked div.Label {
        margin: 5px 0 0 0;
        padding: 0;
        text-align: left;
    }

    div.Form.Stacked div.Input {
        margin: 0;
        padding: 0;
    }

form {
    display: inline;
}

input[type=text],
input[type=password],
input[type=checkbox],
input[type=radio],
input[type=email],
select,
textarea {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #999999;
    border-radius: 3px;
    -moz-border-radius: 3px;
    width: 100%;
    font-size: 1em;
}

input[type=text],
input[type=password],
input[type=email],
select {
    height: 30px;
    line-height: 30px; /* fixes text and password alignment in IE8 */
}



select {
    padding-bottom: 0.25em\9;
}

:root select {
    padding-bottom: 0;
}

input[type=text].Date,
div.Form.DataCollectionEdit div.Input input[type=text].Date,
div.Form div.Input input.Numeric {
    width: 135px;
}

input[type=text].Numeric {
    text-align: right;
    padding-right: 2px;
}

div.Form.Inline div.Input input[type=text],
div.Form.Inline div.Input input[type=password],
div.Form.Inline div.Input input[type=checkbox],
div.Form.Inline div.Input input[type=radio],
div.Form.Inline div.Input select {
    width: 200px;
}

div.Form div.Input input[type=file] {
    margin-top: 4px;
}

div.Form div.Input input[type=checkbox],
div.Form div.Input input[type=radio] {
    margin-top: 9px;
    width: auto;
    height: auto;
}

div.Form div.Input textarea {
    height: 100px;
}

div.Form div.Input.Narrow input[type=text],
div.Form div.Input.Narrow input[type=password],
div.Form div.Input.Narrow select,
div.Form div.Input.Narrow textarea {
    width: 25%;
}

div.Form div.Input.Wide input[type=text],
div.Form div.Input.Wide input[type=password],
div.Form div.Input.Wide select,
div.Form div.Input.Wide textarea {
    width: 100%;
}

div.Form div.Input.Numeric input[type=text],
div.Form div.Input.Numeric input[type=password] {
    text-align: right;
}

div.Form div.Help,
div.Form div.Input span.field-validation-error {
    margin-top: 4px;
    font-size: .8em;
    font-style: italic;
}

div.Form div.Input span.field-validation-error {
    display: block;
    color: #CC0000;
}

div.Form div.Help {
    color: #333333;
}

div.Form div.Footer,
div.Footer,
div.MultiFormFooter,
#LoginBox div.Footer {
    margin-top: 10px;
    padding: 5px 5px 10px 5px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottom-left: 3px;
    -moz-border-radius-bottom-right: 3px;
    background-color: #cecece;
    text-align: right;
}

    div.Form div.Footer .Button,
    div.Footer .Button,
    div.MultiFormFooter .Button,
    #LoginBox div.Footer .Button {
        display: inline-block;
        vertical-align: middle;
        /* Begin: IE6, IE7 hack. */
        zoom: 1;
        *display: inline;
        /* End */
    }

        div.Form div.Footer .Button.Left,
        div.Footer .Button.Left,
        div#Footer .Button.Left {
            float: left;
        }

    div.Form div.Footer em,
    div.Footer em,
    div.MultiFormFooter em,
    #LoginBox div.Footer em {
        display: inline-block;
        float: left;
        padding-top: 10px;
    }

div.Form.Filter div.Footer {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px;
}

table {
    width: 100%;
    border-spacing: 0;
    background-color: #ffffff;
    table-layout: fixed;
}

col.Actions {
    width: 150px;
    overflow: visible;
}

col.DateTime {
    width: 200px;
}

col.Status {
    width: 100px;
}

th {
    font-weight: normal;
    text-align: left;
}

td,
thead th {
    padding: 2px 4px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

thead th {
    padding: 6px 4px;
    color: #ffffff;
    background-color: #58595b;
    vertical-align: bottom;
    text-align: left;
    font-weight: bold;
    border-left: solid 1px #ffffff;
}

thead tr th:first-child {
    border-left: none;
}

thead th a,
thead th a:link,
thead th a:active,
thead th a:visited,
thead th a:hover {
    color: #ffffff !important;
}

thead th[scope=colgroup] {
    background-color: #3a3a3a;
    text-align: center;
}

thead th.Vacant {
    background-color: #ffffff;
}

thead.tableFloatingHeader {
    border-bottom: 1px solid #000000;
}

col.Numeric,
td.Numeric,
thead th.Numeric {
    text-align: right;
}

td.Overflow,
thead th.Overflow {
    white-space: normal;
    overflow: auto;
}

td {
    min-height: 41px;
    vertical-align: middle;
}

.Indent,
.Indent1 {
    padding-left: 20px;
}

.Indent2 {
    padding-left: 40px;
}

col.HelpIcon {
    width: 18px;
}

td.HelpIcon {
    width: 18px;
}

tbody tr.Header th {
    padding-top: 20px;
    background: transparent !important;
    font-size: 1.2em;
    color: #336699;
    text-align: left;
}

thead + tbody tr.Header:first-child th {
    padding-top: 0;
}

tfoot td {
    border-top: 1px solid #cdd7df;
}

    tfoot td.Label {
        text-align: right;
        font-weight: bold;
    }

td.Actions {
    overflow: visible;
}

    td.Actions * {
        opacity: .5;
        -moz-opacity: .5;
    }

tr:hover td.Actions * {
    opacity: 1;
    -moz-opacity: 1;
}

td.Actions > .Button,
td.Actions form > .Button {
    width: 100%;
}

td.Actions .SplitButton .Default {
    width: 108px;
}

tr.Multiline td {
    vertical-align: top;
}

tbody tr:nth-child(even) td,
tbody tr:nth-child(even) th {
    background-color: #ececec;
}

td em {
    font-size: .8em;
    color: #666666;
    font-style: normal;
}

.Small {
    font-size: .8em;
}

.ExtraSmall {
    font-size: .6em;
}

.Button.ExtraSmall {
    padding: 2px;
}

strong,
.Strong {
    font-weight: bold;
}

div.Pager {
    float: right;
    margin: 5px 0;
    padding-left: 10px;
    background-color: #b8b8b8;
}

    div.Pager > span {
        margin-right: 8px;
    }

    div.Pager,
    div.Pager > ul {
        border-radius: 4px;
        -moz-border-radius: 4px;
    }

        div.Pager > ul {
            display: inline-block;
            list-style-type: none;
            margin: 0;
            padding: 2px 10px;
            background-color: #969696;
        }

            div.Pager > ul li {
                display: inline;
            }

#Content div.Pager > ul li a,
#Content div.Pager > ul li a:active,
#Content div.Pager > ul li a:visited,
#Content div.Pager > ul li a:hover {
    color: #000000;
}


.SplitButton {
}

    .SplitButton .Default {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .SplitButton .DropDown,
    .ComboBox .DropDown {
        position: relative;
        left: -7px;
        margin: 0;
        border-left: 1px solid #bbbbbb;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

.ComboBox input[type=text] {
    width: 484px !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ComboBox .DropDown {
    left: 0;
    height: 31px;
    top: 2px;
    left: -1px;
}

.SplitButton.Active .Default {
    border-bottom-left-radius: 0;
}

.SplitButton.Active .DropDown {
    border-bottom-right-radius: 0;
}

.SplitButton ul {
    display: none;
    position: absolute;
    z-index: 1000;
    margin: 0;
}

div.SplitButton ul li {
    margin: 0 2px 0 0;
    padding: 0;
    list-style-type: none;
}

    div.SplitButton ul li:last-child {
        margin-bottom: 0;
    }

    div.SplitButton ul li .Button {
        border-radius: 0;
        width: 100%;
        text-align: left;
    }

a.Button {
    color: #ffffff !important;
}

div.HierarchicalCheckBoxList ul {
    margin: 0 0 0 20px;
    padding: 0;
}

    div.HierarchicalCheckBoxList ul:first-child {
        margin-left: 0;
    }

    div.HierarchicalCheckBoxList ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

div.DifMatrixWrapper {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

table#ClonedDifMatrix {
    position: absolute;
    pointer-events: none;
}

    table#ClonedDifMatrix tr:last-child th {
        border-bottom: 1px solid #000;
    }

div.DifMatrixWrapper table {
    table-layout: auto;
    width: auto;
    min-width: 100%;
}

    div.DifMatrixWrapper table thead tr th {
        overflow: hidden;
    }

        div.DifMatrixWrapper table thead tr th span {
            display: inline-block;
            width: 73px;
            overflow: hidden;
        }

        div.DifMatrixWrapper table thead tr th:first-child {
            min-width: 350px;
        }

        div.DifMatrixWrapper table thead tr th.HospitalUnit,
        div.DifMatrixWrapper table thead tr th.Total {
            min-width: 75px;
            width: 75px;
            max-width: 75px;
        }

table.DifMatrix tbody tr.Header th {
    height: 30px;
    vertical-align: top;
}

table.DifMatrix tbody tr.Header .Button {
    position: relative;
    top: -4px;
    margin-left: 20px;
    padding: 2px 4px;
    width: 80px;
    font-size: .5em;
    text-align: left;
}

    table.DifMatrix tbody tr.Header .Button .ui-button-text {
        padding-top: 2px;
        padding-bottom: 2px;
    }

div.DifMatrixWrapper table td {
    overflow: visible;
}

table.DifMatrix td.FromImport input[type=text] {
    background: url(../Images/Matrix-Value-Imported-Background.png);
}

div.DifMatrixWrapper table col.Help {
    width: 18px;
}

div.DifMatrixWrapper table col.Total {
    border-left: 1px solid #58595B;
}

table.DifMatrix tr[data-id] td,
table.DifMatrix tr[data-id] td input[type=text] {
    text-align: right;
}

    table.DifMatrix tr[data-id] td span {
        display: block;
        width: 76px;
        height: 25px;
        padding: 5px 2px 0 0;
        border: 1px solid transparent;
    }

        table.DifMatrix tr[data-id] td span.UsesSavedAnswerData {
            border-bottom: 1px dotted #ff0000;
        }

table.DifMatrix tr[data-category=Calculated] td {
    border-right: 1px solid #0000ff;
}

table.DifMatrix tr[data-category=SigmaGroup] th,
table.DifMatrix tr[data-category=SigmaGroup] td {
    border-top: 3px double #58595B;
}

table.DifMatrix tr[data-cert=true] select {
    width: 100%;
}

html.IE8 table.DifMatrix tr[data-cert=true] td:first-child {
    position: relative;
    padding-left: 0;
    padding-right: 0;
}

    html.IE8 table.DifMatrix tr[data-cert=true] td:first-child select {
        position: absolute;
        margin-top: -15px;
        width: auto;
        max-width: 100%;
    }

        html.IE8 table.DifMatrix tr[data-cert=true] td:first-child select:focus {
            max-width: none;
        }

.ui-button {
    text-indent: 0;
}

.Small {
    font-size: .8em !important;
}

div.ReportStep {
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #666666;
}

    div.ReportStep > * {
        margin: 10px !important;
    }

    div.ReportStep div.Footer {
        margin: 0 !important;
    }

        div.ReportStep div.Footer em {
            float: none;
        }

    div.ReportStep.Visited {
        opacity: .6;
        -moz-opacity: .6;
    }

        div.ReportStep.Visited:hover {
            opacity: 1;
            -moz-opacity: 1;
        }

    div.ReportStep.NotVisited {
    }

table div.Info {
    font-size: .8em;
    color: #666666;
}

.TextRight {
    text-align: right;
}

/*======footer styles =============*/
img, object, embed {
    max-width: 100%;
    height: 60px;
    max-height: inherit;
}

.four {
    width: 33%;
    padding: 20px;
    text-align: start;
}

.columns {
    display: inline-block;
}

.pre-footer {
    color: white;
    align-content: center;
    font-size: 11px;
    line-height: 15px;
}

.row {
    width: 970px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
}

.tablesorter-header-inner {
    background-image: url('../../Content/Images/SortIcon.png');
    background-position: center right;
    background-repeat: no-repeat;
}



#loading-div-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    background-color: silver;
    opacity: 0.7 !important;
    z-index: 100;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

#loading-div {
    display: none;
    /*width: 400px;
    height: 160px;*/
    background-color: #fff;
    border: 5px solid #1468b3;
    text-align: center;
    color: #202020;
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 1000;
    margin-left: -200px;
    margin-top: -100px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url("/css/pie/PIE.htc"); /* HANDLES IE */
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.disablePanel {
    overflow-y: hidden;
    opacity: 0.7 !important;
    background-color: silver;
}

/*footer*/

/*TJP.wrapperFooter{background:#000;margin:20px 0 0 0; padding:0; text-align:left; width:100%; height:100%; clear:both;}*/
.wrapperFooter {
    background: #58595B;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 100%;
    clear: both;
}

.footer {
    width: 970px;
    margin: 0 auto 0 auto;
    padding: 0;
}
/*TJP.footerBox{width:600px; margin:0; padding:0 0 150px 0; background:#000;}
	.footertext{float:left; width:450px;font-size:11px; color: #99ccff; margin:0; padding:20px 0 0 0 ;}
	.footertext a{text-decoration: underline; color:#99ccff;}*/
.footerNavLinks {
    width: 770px;
    margin: 0 auto;
    padding: 5px 0 30px;
    background: #58595B;
}

.headerNavLinks {
    width: 770px;
    margin: 0;
    padding: 50px 0 30px;
    background: #58595B;
}

.footerBox {
    width: 750px;
    margin: 0 auto;
    padding: 5px 0 75px;
    background: #58595B;
}

.footertext {
    float: left;
    width: 350px;
    font-size: 11px;
    color: #FFFFFF;
    margin: 0;
    padding: 0px 0 0 0;
}

    .footertext a {
        text-decoration: underline;
        color: #FFFFFF;
    }

.followUs {
    float: right;
    color: #FFFFFF;
    margin-top: 15px;
}

.footerNavLinks a,.followUs a {
    color: #FFFFFF;
    text-decoration: none;
}

.followUs img{
    height:100%;
}


.home-login-button {
    float: right;
}

.login-wrapper-main {
    color: #333333;
}

    .login-wrapper-main .login-container {
        display: flex;
        justify-content: center;
        gap: 50px;
    }

    .login-wrapper-main .w-40 {
        width: 40%;
    }

    .login-wrapper-main .w-30 {
        width: 30%;
    }

    .login-wrapper-main .login-subheader {
        letter-spacing: 0.03125rem !important;
        margin: 0 0 1.875rem !important;
        padding: 0 !important;
        font-weight: 400 !important;
        color: #036 !important;
        font-size: 2.125rem !important;
        line-height: 1.12 !important;
    }

    .login-wrapper-main .Input input {
        border: 1px solid #cdcdcd;
        font-family: MontserratLight, Arial, Helvetica, sans-serif;
        font-size: 0.9375rem; /* Adjusted for better readability */
        display: block;
        width: 100%;
        color: #53565a;
        padding: 0.3375rem;
        border-radius: 0 !important;
    }

        .login-wrapper-main .Input input:active, .login-wrapper-main .Input input:focus, .login-wrapper-main .Input input:hover {
            background-color: white !important;
            border: 1px solid #cdcdcd !important;
            outline: none !important;
            box-shadow: 0px 0px 6px #ccc !important;
        }

    .login-wrapper-main .Form {
        width: 80% !important;
    }

    .login-wrapper-main .Item {
        margin-top: 20px !important;
    }

    .login-wrapper-main .Label {
        font-weight: normal !important;
        margin: 4px !important;
        text-align:left !important;
    }

    .login-wrapper-main p {
        font-size: 15px !important;
        margin-top: 20px;
        margin-bottom: 40px;
    }

.new-login-btn-footer {
    background-color: white !important;
    display: flex;
    justify-content: space-between;
    width: 102%;
}

    .new-login-btn-footer a {
        text-decoration: none;
    }

    .new-login-btn-footer button.ui-button {
        background-color: #009685; /* #RevertColor #193E4B*/
        color: #fff;
        border-color: #009685; /* #RevertColor #193E4B*/
        display: inline-block;
        padding: 0.9375rem;
        border: 1px solid;
        cursor: pointer;
        border-radius: 0;
        transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    }

    .new-login-btn-footer a.ui-button {
        background: white;
        color: #009685 !important; /* #RevertColor #193E4B*/
        border-color: white;
        display: inline-block;
        padding: 0.9375rem;
        border: 1px solid;
        cursor: pointer;
        border-radius: 0;
        transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease;
    }

    .new-login-btn-footer button.ui-button .ui-icon-locked, .new-login-btn-footer a.ui-button .ui-icon-cancel {
        display: none;
    }

        .new-login-btn-footer button.ui-button .ui-button-text {
            text-transform: uppercase;
            padding: 0 4px;
            font-weight: 500;
            font-size:16px;
        }

        .new-login-btn-footer button.ui-button:hover {
            background-color: #193E4B; /* #RevertColor #009685*/
            color: #fff;
        }

        .new-login-btn-footer a.ui-button .ui-button-text {
            text-transform: uppercase;
            padding: 0 4px;
            font-weight: 500;
        }

        .new-login-btn-footer a.ui-button:hover {
            background-color: #193E4B; /* #RevertColor #009685*/
            color: #fff !important;
        }