body {
    background-color: #E8EAE8;
    color: #474747;
    font-family: Roboto,Helvetica,Arial,sans-serif;
}

.skipnav {
    position: absolute;
    top: 0px;
    left: -300px;
    color: #245DA6;
    border-bottom-right-radius: 8px;
    z-index: 100;
    padding: 6px 12px 3px;
    border-right: 1px solid #245DA6;
    border-bottom: 1px solid #245DA6;
    background: #fff;
    transition: top 3s ease-out 0s;
}

    .skipnav:focus {
        position: absolute;
        left: 3px;
        top: 3px;
        outline: rgb(18, 35, 119) dashed 3px;
        transition: left 0.3s ease-in 0s;
        text-decoration: none;
        z-index: 999;
        background: #fff;
    }

a {
    color: #245DA6;
}

.languagebar {
    display: block;
    width: 100%;
    height: 24px;
    padding: 0;
    font-size: 14px;
    background-color: #fff;
    background-image: none;
    border: none;
}

.languageselect {
    float: right;
    width: auto;
    margin: 4px 2%;
}

.breadcrumb {
    width: 80%;
    padding: 0;
    height: 100%;
    background-color: #E8EAE8;
    color: #445E85;
}

@media (max-width:768px) {
    .breadcrumb {
        display: none;
    }
}

#aboute h1 {
    color: #344898;
    letter-spacing: .025em;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.95em;
    margin: 1% 0;
}

#aboute p.description {
    color: #474747;
    font-weight: 500;
    font-style: italic;
}

#aboute h2 {
    color: #344898;
    letter-spacing: .015em;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.55em;
    margin: .5% 0;
}

#aboute p.overview {
    color: #474747;
    font-weight: 500;
}

#aboute p.normal {
    color: #666666;
    font-weight: normal;
}

#aboute .normal {
    color: #666666;
    font-weight: normal;
}
/*oncology page*/
#oncologyabout h1 {
    color: #344898;
    letter-spacing: .025em;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.95em;
    margin: 1% 0;
}

#oncologyabout p.description {
    color: #474747;
    font-weight: 500;
    font-style: italic;
}

#oncologyabout h2 {
    color: #344898;
    letter-spacing: .015em;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.55em;
    margin: .5% 0;
}

#oncologyabout p.overview {
    color: #474747;
    font-weight: 500;
}

#oncologyabout p.normal {
    color: #666666;
    font-weight: normal;
}

#oncologyabout .normal {
    color: #666666;
    font-weight: normal;
}
/*kendo card styles*/
.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.k-card {
    min-width: 280px;
    margin: 1%;
    padding: 5px 20px;
}
/*override material.min.css to change height:100% (which caused I.E. footer to float) to height:auto*/
/*changed back - made changes to footer positioning*/
.mdl-layout__container {
    background-color: #E8EAE8;
    height: 100%;
}
/*override Telerik menu items on MasterPage for 'Material' skin (style of menu)*/
div.RadSiteMap_Material .rsmLink {
    border-radius: 2px;
    padding: 3px 8px;
}

div.RadMenu .rmRootGroup .rmRootLink {
    padding: 8px 18px;
    font-size: 1em;
    font-weight: normal;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
    background-color: #3c587f;
}

div.RadMenu .rmRootGroup .rmFirst .rmRootLink {
    padding: 8px 18px;
    font-size: 1em;
    font-weight: normal;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
    background-color: #3c587f;
}

div.RadMenu .rmItem .rmRootLink:focus {
    background-color: #881222;
    color: #fff;
    padding: 8px 18px;
    font-size: 1em;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
}

div.RadMenu .rmGroup.rmScrollWrap > .rmVertical {
    padding: 0;
}

div.RadMenu .rmGroup {
    padding: 0;
}

div.RadMenu .rmRootGroup .rmSelected > .rmRootLink {
    color: #fff;
    padding: 8px 18px;
    font-size: 1em;
    font-weight: normal;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
    background-color: #1e2c5d;
}

    div.RadMenu .rmRootGroup .rmSelected > .rmRootLink:focus {
        color: #fff;
        padding: 8px 18px;
        font-size: 1em;
        border-radius: 0;
        box-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
        background-color: #881222;
    }

div.RadMenu .rmRootGroup .rmExpanded > .rmRootLink {
    color: #fff;
    padding-bottom: 8px;
    background-color: #1e2c5d;
}

.RadMenu_Material .rmVertical .rmToggle .rmIcon:before, .RadMenu_Material .rmVertical .rmExpand:before, .RadMenu_Material .rmRightArrow .rmIcon:before {
    content: "\e315";
    color: #8698c1;
}

div.RadMenu .rmIcon:before, .RadMenu_Material .rmExpand:before {
    color: #fff;
    font-family: "Material Icons";
}

div.RadMenu .rmRootGroup {
    padding: 4px;
    border: 0;
    color: #fff;
    font-weight: normal;
    background: #E8EAE8;
}

div.RadMenu .rmPopup .rmSelected > .rmLink, div.RadMenu .rmGroup .rmSelected > .rmLink {
    border-color: transparent;
    font-weight: normal;
    color: #006599;
    background-color: #fff;
}

.RadMenu .rmPopup .rmFocused > .rmLink, .RadMenu .rmGroup .rmFocused > .rmLink {
    box-shadow: 0 0 0 1px rgba(178,192,198,0.5) inset;
    background-color: #881222;
    color: #fff;
}

.rmItem {
    border-bottom: 1px solid #fff;
}

    .rmItem:hover {
        border-bottom: 1px dashed #881222;
    }

div.RadMenu .rmItem .rmLink:hover {
    background-color: #881222;
    color: #fff;
    font-weight: normal;
}

.rmItem.rmLast {
    border-bottom: none;
}

    .rmItem.rmLast:hover {
        border-bottom: 1px dashed #881222;
    }

.rmLink {
    background-color: #e8f3f3;
    color: #474747;
    font-weight: normal;
    margin-top: 0;
    padding-top: 0;
}

/*remove ripple effect on button click*/
.t-ripple {
    display: none;
}
/*search contacts style additions*/
div.RadComboBox_MetroTouch {
    width: auto;
    line-height: 1.42857143;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: none;
    font-family: Roboto;
}

    div.RadComboBox_MetroTouch .rcbReadOnly.rcbFocused, div.RadComboBox_MetroTouch .rcbReadOnly.rcbExpanded {
        border-color: #CFD8DC;
        color: #333;
        background-color: #fff;
        width: auto;
    }

    div.RadComboBox_MetroTouch .rcbReadOnly {
        /*border-color: #e0e0e0;*/
        color: #000;
        background-color: #fff;
        border: 1px solid #CFD8DC;
        /*box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.2);*/
        border-radius: 4px;
        background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    }

    div.RadComboBox_MetroTouch .rcbFocused, div.RadComboBox_MetroTouch .rcbExpanded {
        border-color: #25a0da;
        color: #333;
        background-color: #fff;
    }

.RadComboBoxDropDown .rcbItem > label, .RadComboBoxDropDown .rcbHovered > label, .RadComboBoxDropDown .rcbDisabled > label, .RadComboBoxDropDown .rcbLoading > label, .RadComboBoxDropDown .rcbCheckAllItems > label, .RadComboBoxDropDown .rcbCheckAllItemsHovered > label {
    margin: -4px -10px;
    padding: 4px 120px;
    font-weight: normal;
    display: block;
    font-family: Roboto;
    font-size: .90em;
    line-height: 1.5em;
}

.RadComboBoxDropDown .rcbHovered:hover {
    border-color: #CFD8DC;
    color: #fff;
    background-color: #F36C00;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.2);
}

.RadComboBoxDropDown .rcbCheckAllItemsHovered:hover {
    color: #fff;
    background-color: #F36C00;
}

.RadComboBoxDropDown .rcbList input[type="checkbox"] {
    margin: 0 5px;
    padding: 0;
}

span.RadButton {
    box-sizing: content-box;
    border-width: 0;
    font-size: 14px;
    font-family: Roboto;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: #445E85;
}

span.rbDecorated {
    margin: 0;
    padding: 2px 14px 3px 14px;
    border: 1px solid gray;
    font: inherit;
    color: #fff;
    overflow: visible;
    display: inline-table;
    -webkit-border-radius: 2px;
    -webkit-appearance: none;
}

.rbDecorated:hover {
    color: #333;
    background-color: #EBEFF3;
}

.rbDecorated:focus {
    color: #333;
    background-color: #EBEFF3;
}

span.rbSkinnedButton {
    box-sizing: border-box;
    vertical-align: middle;
    margin: 10px 0;
}

div.RadGrid .rgHeaderWrapper {
    border: 0;
    border-bottom: 1px solid #CFD8DC;
    background-color: #B02329;
    padding: 13px 15px;
}

    div.RadGrid .rgHeaderWrapper .rgHeaderDiv {
        margin-bottom: -1px;
        border-right: 1px solid #B02329;
    }

.RadGrid .rgGroupHeader td.rgGroupCol {
    border-bottom: 1px solid #cfd8dc;
    background-color: #fff;
}

.RadGrid tr.rgGroupHeader {
    background-color: #fff;
    color: #455A64;
}

.RadGrid tr.rgRow td.rgGroupCol {
    background-color: #fff;
    border-color: #fff;
    color: #455A64;
    border-right: none;
}

.RadGrid tr.rgAltRow td.rgGroupCol {
    background-color: #fff;
    border-color: #fff;
    color: #455A64;
}

.RadGrid td.rgGroupCol {
    box-shadow: none;
}

.RadGrid tr.rgNoRecords td.rgGroupCol {
    background-color: #fff;
    padding: 5px;
}

div.RadGrid {
    margin-top: 20px;
}

td.pushbtn input[type="button"] {
    color: #333;
    background-color: lavender;
    width: 60px;
    border-radius: 1px;
    box-shadow: 0 3px 2px 0 rgba(0,0,0,.14);
    border-style: none;
}

span.rcbButtonText {
    display: inline-table;
    content: square;
}
/*end telerik overrides*/
/*used for footer content*/
.container-fluid {
    width: 100%;
    font-size: 1em;
    padding-top: 1em;
    padding-bottom: 30px;
    margin: 0;
    color: #606860;
    background-color: #fff;
    border-top: 1px solid #ddd;
    padding-left: 5%;
    position: relative;
    bottom: 0;
}

    .container-fluid a {
        color: #245DA6;
    }

@media (max-width:1024px) {
    .container-fluid {
        padding-left: 5%;
        position: relative;
    }
}
/*bootstrap override*/
.panel-body {
    margin: 1%;
}

    .panel-body.login {
        padding: 20px 10px 10px 10px;
        margin: 2% 18% 1% 18%;
    }

@media (max-width:1024px) {
    .panel-body {
        margin: 1% 0;
        padding: 0;
    }

        .panel-body.login {
            padding: 20px 0;
            margin: 2% 8%;
        }
}

@media (max-width:768px) {
    .panel-body.login {
        padding: 20px 10px;
        margin: 2% 0;
        width: 100%;
    }
}
/*changed font size in a form control from 14px to 12px*/
.form-control {
    font-size: .90em;
    width: auto;
}

    .form-control.controlWidth {
        font-size: 1em;
        min-width: 350px;
    }

        .form-control.controlWidth.bottom {
            margin-bottom: 20px;
        }
/*end*/
.formNote {
    font-size: .95em;
    color: #474747;
}

#divnote {
    font-size: 1em;
    color: #0b3f92;
    border: 1px solid #ddd;
    padding: 20px 10px;
    margin: 1% 0 3% 0;
    width: auto;
    background-color: #F1F3F9;
}

.divnotetitle {
    font-size: 1em;
    color: #0b3f92;
    border: 1px solid #ddd;
    padding: 20px 10px;
    margin: 1% 0 3% 0;
    width: auto;
    background-color: #F1F3F9;
}

@media (max-width: 1250px) {
    .divnotetitle {
        font-size: .90em;
        color: #0b3f92;
        border: 1px solid #ddd;
        padding: 20px 10px;
        margin: 1% 0 3% 1%;
        width: auto;
        background-color: #F1F3F9;
    }
}

.form-layout {
    border: 1px solid #ddd;
    padding: 20px 10px;
    margin: 1%;
    background-color: #FCFCFC
}

.dbCard {
    background-color: #DEEEE9;
    border-top: 3px solid #0080A5;
}
/*material.min overwrite*/
h1 {
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: -.02em;
    margin: 10px;
}
    /*end overwrite*/
    h1.panel-title {
        font-size: 1.5em;
        font-weight: 500;
        color: #fff;
        padding: 15px;
        background-color: #136158;
    }

h2.login-title {
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    padding: 0 10px;
    margin: 0;
    background-color: #606860;
}

h1.panel-title-form {
    font-size: 1.55em;
    font-weight: normal;
    letter-spacing: .03em;
    color: #fff;
    margin: 0;
    background-color: #881222;
    padding: 8px 0 5px 20px;
    border-bottom: 2px solid #5b0c16;
    box-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
}

h1.panel-title-form-onc {
    font-size: 1.55em;
    font-weight: normal;
    letter-spacing: .03em;
    color: #fff;
    margin: 0;
    background-color: #396c70;
    padding: 8px 0 5px 20px;
    border-bottom: 2px solid #55a2a8;
    box-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}

h2 {
    font-size: 1.55em;
}

@media (max-width:768px) {
    h2 {
        font-size: 1.3em;
    }
}

h2.siteName {
    color: #256073;
    padding: 0 10px;
}

h2.panel-section-header {
    font-size: 1.55em;
    font-weight: 500;
    color: #fff;
    padding: 5px;
    margin: 0;
    background-color: #0080A5;
}

h2.public-section-header {
    font-size: 1.125em;
    font-weight: 500;
    color: #fff;
    padding: 0 10px;
    margin-top: 0;
    margin-bottom: 10px;
    background-color: #606860;
}

h2.panel-section-header.psh_margins {
    margin: -10px -10px 10px -10px;
}

@media (max-width:768px) {
    h2.siteName {
        font-size: 1.75em;
        margin: 10px 0 0 5px;
        padding: 10px;
    }

    h2.panel-section-header {
        font-size: 1.45em;
    }

    h2.public-section-header {
        font-size: 1.115em;
    }
}

h3.panel-section {
    font-size: 1.1em;
    font-weight: 500;
    color: #474747;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-submit-height {
    min-height: 500px;
}

.panel-submit-header {
    font-size: 1.55em;
    font-weight: 500;
    color: #fff;
    padding: 5px;
    margin: 10px -10px;
    background-color: #205f72;
}

@media (max-width:768px) {
    .panel-submit-header {
        font-size: 1.45em;
    }
}

.panel-sectionText {
    font-size: 1em;
    font-weight: 500;
    color: #474747;
    padding: 0;
    margin-top: 0;
    margin-bottom: 15px;
}

.dataSubmitText {
    font-size: 1.25em;
    font-weight: 500;
    color: #474747;
    padding: 20px;
    margin: 30px;
}

.form-control.group {
    height: auto;
    padding: 3px 6px;
    margin-bottom: 0;
    font-size: 1em;
    line-height: 1.428571429;
}

@media (max-width:1024px) {
    .form-control.group {
        width: 70%;
    }
}

.sectionTitle {
    border-bottom: none;
    font-size: 1.25em;
    font-weight: 500;
    color: #474747;
    background-color: #d6e8e5;
}

.subText {
    font-size: 1em;
    font-style: italic;
    color: #474747;
}

.form-control.ageTextbox {
    padding: 5px;
    border-color: #56842a;
}

.form-control.Textarea {
    margin-bottom: -20px;
}

@media (max-width:1024px) {
    .form-control.Textarea {
        margin-bottom: 20px;
    }
}


.control-label.ddl {
    color: #256073;
    font-size: 1em;
}

.control-label.textField {
    white-space: nowrap;
    margin-right: 5%;
    color: #474747;
    font-size: 1em;
    text-align: left;
}

.control-label.date-label {
    font-size: 1.25em;
    font-weight: 500;
    color: #474747;
}

.labelfileupload {
    font-weight: normal;
    color: #474747;
    font-size: 1em;
}

.form-label {
    font-weight: normal;
    color: #474747;
    font-size: 1em;
}

.form-input-label {
    color: #767171;
    font-size: 16px;
    font-weight: 500;
}

.inline-label {
    padding-right: 5px;
    margin-top: auto;
}

.inline-control {
    margin-top: auto;
    margin-bottom: 5px;
    width: 70%;
}

.form-label-smaller {
    font-weight: normal;
    color: #474747;
    font-size: .90em;
}

.form-label-title {
    font-weight: 500;
    color: #474747;
    font-size: 1em;
}

.form-label-first {
    font-size: 1em;
    font-weight: normal;
    color: #474747;
    padding: 0;
}

.form-label-notfirst {
    font-size: 1em;
    font-weight: normal;
    color: #474747;
    margin-top: 15px;
    padding: 0;
}

.select-label {
    font-size: 1em;
    font-weight: normal;
    color: #474747;
    margin-top: 0;
    padding: 0;
}

.mdl-selectfield {
    padding-top: 20px;
}

.login-label {
    font-size: 1em;
    font-weight: normal;
    color: #474747;
    padding: 0;
}

@media (max-width:768px) {
    .control-label {
        font-size: 1.125em;
    }

        .control-label.ddl {
            font-size: .95em;
            margin: 5px 0px;
        }

    .login-label {
        font-size: .90em;
    }
}

.panel-heading-login {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    min-height: 42px;
    max-height: 1000px;
    z-index: 3;
    background-color: #006599;
    color: rgb(255,255,255);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: max-height, box-shadow;
}

.loginScreenContent {
    padding-left: 20px;
}

@media (max-width:1024px) {
    .loginScreenContent {
        padding-left: 10px;
    }
}

.table-form-selection {
    margin: 20px 1%;
}

.form-group {
    margin-bottom: 15px;
    padding-left: 5%;
}

.form-group-last {
    padding-bottom: 50px;
    padding-left: 5%;
}

.form-signin {
    width: 50%;
    min-width: 600px;
    margin: 130px auto;
    background-color: #efefef;
}

@media (max-width:1024px) {
    .table-form-selection {
        margin: 20px;
    }

    .form-signin {
        width: 60%;
        min-width: 280px;
        margin: 10px auto;
    }
}

.mdl-card__actions.submitBtn {
    margin-top: 40px;
}

@media (max-width:768px) {
    .mdl-card__actions.submitBtn {
        margin-top: 20px;
    }
}

.mdl-button {
    text-transform: none;
    background-color: #606860; /*#3C587F;blue*/
    color: #fff;
    font-size: .75em;
    font-weight: normal;
}

.mdl-buttonMulti {
    text-transform: none;
    background-color: #3c587f; /*#3C587F;blue*/
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 2px 2px 2px 2px;
}

.mdl-button.mdl-button-login {
    color: #fff;
    background-color: #606860;
    margin-left: 0;
    font-weight: normal;
}

.mdl-button:hover {
    background-color: #ccc;
    color: #000;
}

.mdl-button:focus {
    background-color: #ccc;
    color: #000;
}
/*material.min.css8 override*/
h6, p {
    font-weight: 400;
    line-height: 20px;
}

p {
    font-size: 1em;
    letter-spacing: 0;
    margin: 0 0 16px;
}

.required {
    color: firebrick;
    font-size: .90em;
    padding: 0;
    margin: 0;
}

.mdl-textfield__input {
    display: block;
    font-size: .95em;
    margin: 0;
    padding: 8px 5px;
    width: 95%;
    background: 0 0;
    background-color: #fff; /*#f4ffff;*/
    text-align: left;
    color: inherit;
    border-radius: 0;
    border: 1px solid #ddd;
}

@media (max-width:450px) {
    .mdl-textfield__input {
        font-size: .85em;
        margin: 2px;
    }
}

.mdl-menu__item {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    min-height: 16px;
    max-height: 18px;
    opacity: 78;
}

    .mdl-menu__item:hover {
        background-color: #2595f3;
        color: #fff;
    }

    .mdl-menu__item:focus {
        background-color: #2595f3;
    }


@media (max-width: 945px) {
    /*adjust padding*/
    .custom-question-card > .mdl-card__title {
        padding: 12px;
    }
    /*question text*/
    .mdl-card {
        font-size: 15px;
    }
    /*radio button label*/
    .mdl-radio__label {
        font-size: 14px;
    }
    /*radio button*/
    .mdl-radio {
        height: auto;
        line-height: 24px;
    }
}
/*end material.min.css8 override*/
.boldContent {
    font-weight: 600;
    color: #0b2d78;
    /* color: #7a7a7a; dark gray*/
    font-size: 1em;
}

.boldLink a {
    font-weight: bold;
}

.selectRowHeaderPivot {
    color: #4061a3;
    font-weight: bold;
    background-color: #f4f2f2;
    padding: 8px 5px 4px 8px;
    border-left: 1px solid #ddd;
}

.selectRowHeaderPivotQ6 {
    color: #4061a3;
    font-weight: normal;
    background-color: #f4f2f2;
    padding: 8px 5px 4px 8px;
    border-left: 1px solid #ddd;
    width: 10%;
}

.selectListPivot {
    padding: 0;
    border-left: 1px solid #ddd;
    background-color: #f4f2f2;
    '
}
/*use if Q6 unpivoted*/
.selectRowHeaderUnPivoted {
    color: #4061a3;
    font-weight: bold;
    font-size: 1.1em;
    background-color: #fff;
    padding: 10px 5px;
    margin-top: 10px;
    width: 40%;
}

.mdl-textfield__inputQ6 {
    border: 1px dashed #c5cde0;
    display: block;
    font-size: .9em;
    margin: 0 -10px;
    padding: 5px;
    width: 30%;
    background: 0 0;
    text-align: left;
    color: #7e5555;
    background-color: #fff;
    width: auto;
}

.mdl-textfield__inputQ10 {
    border: 1px solid #ddd;
    display: block;
    font-size: .9em;
    font-family: "Helvetica","Arial",sans-serif;
    margin: 0;
    padding: 0;
    width: 30%;
    background: 0 0;
    text-align: left;
    color: #000;
    background-color: #f4f2f2;
}

ul.instructions li {
    font-size: 1em;
    margin-bottom: 0;
    line-height: 18px;
    background-color: #fff;
    padding: 10px;
}

    ul.instructions li.alt {
        background-color: #eff1f4;
        padding: 10px;
    }

@media (max-width:1024px) {
    .mdl-card__supporting-text ul.instructions li {
        font-size: .95em;
        line-height: 16px;
        margin-left: -20px;
    }

        .mdl-card__supporting-text ul.instructions li.alt {
            font-size: .95em;
            line-height: 16px;
        }
}

.content-1 {
    float: left;
    width: 0;
    background: #bfb;
}

.content-2 {
    float: left;
    padding: 0;
    background-color: #000;
    margin-top: 3.15%;
    margin-left: 1px;
    padding-right: 12%;
    font-family: Roboto,Corbel, Frutiger, Frutiger Next, Neue Frutiger, Franklin Gothic, Helvetica;
}

@media (min-width:1681px) {
    .content-2 {
        width: 1435px;
        padding-right: 0;
    }

    .logo-image-med {
        display: none;
    }

    .logo-image-sm1 {
        display: none;
    }

    .logo-image-sm2 {
        display: none;
    }
}

@media (min-width:1441px) and (max-width:1680px) {
    .content-2 {
        width: 1180px;
        padding-right: 0;
    }

    .logo-image-med {
        display: none;
    }

    .logo-image-sm1 {
        display: none;
    }

    .logo-image-sm2 {
        display: none;
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    .content-2 {
        width: 1125px;
        padding-right: 0;
        margin-top: 1.5%;
    }
    /*.logo-image
		{	
			display:none;
		}*/
    .logo-image-sm1 {
        display: none;
    }

    .logo-image-sm2 {
        display: none;
    }
}

@media (max-width:1024px) {
    .content-2 {
        width: 965px;
        padding-right: 0;
    }

    .logo-image-sm1 {
        display: none;
    }
}

.content-2-1 {
    float: left;
    width: 100%;
    line-height: 24px;
    background-color: #6D82A0;
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
    padding-top: 2px;
    padding-bottom: 1px;
    border-top: 1px solid #ddd;
}

    .content-2-1:before {
        padding-left: 15px;
        content: "National Program of Cancer Registries";
        font-size: .95em;
    }

.content-2-2 {
    float: left;
    width: 100%;
    background-color: #445E85;
    border-top: 2px solid #fff;
    border-bottom: 1px solid #597092;
    border-bottom-right-radius: 1em;
    padding-top: 2px;
}

@media (max-width:1024px) {
    .content-2 {
        width: 100%;
        padding: 0;
        margin: -4% 0 0 0;
    }

    .content-2-sm {
        width: 100%;
        padding: 0;
        margin: -4% 0 0 0;
    }

    .content-2-med {
        width: 96%;
        padding: 0;
        margin: -6% 40px 0 114px;
    }

    .content-2-1-med {
        width: 100%;
        line-height: 16px;
        font-size: .85em;
        margin: 0;
    }

        .content-2-1-med:before {
            padding-left: 15px;
            content: "National Program of Cancer Registries";
        }

    .content-2-2-med {
        width: 100%;
    }

    .content-2-2-sm {
        width: 100%;
    }

    .content-2-2-med:before {
        padding-left: 15px;
        content: "";
    }
}

@media (max-width:768px) {
    .content-2-med {
        width: 96%;
        font-size: 90%;
        margin: -12% 0 2px 114px;
        padding-left: -5px;
    }
}

/*login page adjustment*/
@media (max-width:768px) {
    .content-2-med.loginBanner {
        width: 98%;
        font-size: 90%;
        margin: -9% 0 2px 114px;
        padding-left: -5px;
    }
}

@media (max-width:667px) {
    .content-2-1-med {
        width: 99%;
        line-height: 16px;
        font-size: .85em;
        margin: -2% 0 0 0;
    }
}

@media (max-width:666px) {
    .content-2-1-med {
        width: 95%;
        line-height: 16px;
        font-size: .85em;
        margin: -8% 0 0 0;
    }
}

@media (max-width:568px) {
    .content-2-1-med {
        width: 95%;
        line-height: 16px;
        font-size: .85em;
        margin: -5.5% 0 0 0;
    }
}

@media (max-width:567px) {
    .content-2-1-med {
        width: 95%;
        line-height: 16px;
        font-size: .85em;
        margin: -8% 0 0 0;
    }
}

@media (max-width: 1024px) {
    .mdl-card__title-text {
        font-size: 18px;
    }
}

.mdl-layout__header {
    background-color: #fff;
    margin: 0;
    padding: 12px 1% 0 1%;
    width: 100%;
    height: 125px;
}

    .mdl-layout__header.login {
        background-color: #fff;
        margin: 0;
        padding: 18px 18% 0 20%;
        width: 100%;
        height: 125px;
    }

    .mdl-layout__header a {
        color: #245DA6;
    }

.mdl-layout__header-row {
    margin: 12px 5% 2% 0;
}

@media (max-width: 1440px) {
    .mdl-layout__header {
        padding: 10px 0 5px 10px;
        background-color: #fff;
        margin: 0;
    }

        .mdl-layout__header.login {
            padding: 18px 18% 0 18%;
            background-color: #fff;
            margin: 0;
        }

    .mdl-layout__header-row {
        margin: 1.5% 1% 1% -3%;
        width: 95%;
    }
}

@media (max-width: 1024px) {
    .mdl-layout__header {
        padding: 0;
        background-color: #fff;
        height: auto;
        margin: 0;
    }

        .mdl-layout__header.login {
            padding: 12px 18% 0 12px;
            background-color: #fff;
            height: auto;
            margin: 0;
            width: 100%;
        }

    .mdl-layout__header-row {
        margin: 2% 1%;
        width: 95%;
    }
}

@media (max-width: 768px) {
    .mdl-layout__header-row {
        margin: 2% 0 2% 10%;
        width: 80%;
    }

    .mdl-layout__header.login {
        padding: 15px 0 0 0;
        background-color: #fff;
        height: auto;
        margin: 0;
    }
}
/*login screen doesn't have hamburger - needs less left margin*/
@media (max-width: 768px) {
    .mdl-layout__header-row.login {
        margin: 1% 0 2% 1%;
        padding-left: 10%;
        width: 95%;
    }
}

@media (max-width: 667px) {
    .mdl-layout__header-row.login {
        margin: 0 0 2% -1%;
        width: 95%;
    }
}

/* changes to style/position/height of hamburger */
.mdl-layout__header .mdl-layout__drawer-button {
    color: #fff;
    margin-left: 20px;
    background-color: #606860;
    border: 2px solid #881222;
    margin-top: 2.3%;
    height: 53px;
    width: 48px;
}

@media (min-width:1025px) {
    .mdl-layout__drawer-button {
        display: none;
    }
}
/*hamburger menu links*/
/*top level*/
.mdl-navigation__link-topLevel {
    display: block;
    font-weight: normal;
    color: #474747;
    font-size: 14px;
    margin-left: -24px;
    margin-bottom: 15px;
    padding: 0;
}

.home-link {
    display: block;
    font-weight: normal;
    color: #474747;
    font-size: 14px;
    margin-left: -20px;
    margin-bottom: -8px;
    padding: 10px 0 0 20px;
}

li.nav-level-one {
    display: block;
    font-weight: normal;
    color: #474747;
    font-size: .95em;
    padding-left: 18px;
    padding-bottom: 15px;
}

.a-nav-level-one {
    color: #474747;
    font-weight: normal;
    font-size: .95em;
    padding-bottom: 20px;
}
/*hamburger menu toggle arrow*/
[data-toggle="collapse"] .fa:before {
    content: "\f0d8";
    margin-left: 10px;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f0d7";
    margin-left: 10px;
}
/*menu items*/
.mdl-navigation__link {
    display: block;
    font-weight: normal;
    color: #474747;
    line-height: 11px;
    font-size: 11px;
    margin-top: 0;
    padding: 10px 0 10px 20px;
}
/*overwrite material.min.css property of position: left:-184px on small screen drawer*/
.mdl-layout__drawer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 240px;
    height: 100%;
    max-height: 100%;
    position: absolute;
    top: 3px;
    left: auto;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    border-right: 1px solid #e0e0e0;
    background: #fafafa;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    color: #424242;
    overflow: visible;
    overflow-y: auto;
    z-index: 5
}

    .mdl-layout__drawer.is-visible {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .mdl-layout__drawer.mdl-layout--small-screen-only > .mdl-layout-title.drawer-title {
        margin-left: 1px;
        font-size: 1.15em;
        line-height: 32px;
        color: #fff;
        background-color: #606860;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        transition-duration: .2s;
        transition-timing-function: cubic-bezier(.4,0,.2,1);
        transition-property: max-height,box-shadow;
    }


ul.hamburger li {
    margin: 0 0 -10px -42px;
    list-style: none;
}

.mdl-layout__drawer.mdl-layout--small-screen-only > .mdl-navigation .mdl-navigation__link {
    color: #474747;
}
/*ul.hamburger li a:before  
{  
		font-family: FontAwesome;
		content: "\f0a4";  
		margin:0 5px 0 5px;
		padding:-20px;
		color:#474747;
}*/
#logoLang {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 8px;
    font-style: italic;
    color: #54555A;
    padding-left: 22%;
}

.mdl-layout__header-row .mdl-layout-title {
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    box-shadow: none;
    font-size: 1.5em;
    font-weight: 400;
    margin-left: 6%;
}

@media (min-width:1025px) and (max-width:1440px) {
    .mdl-layout-title .logo-image-sm1 {
        display: none;
    }
}

@media (max-width:1024px) {
    .mdl-layout__header-row .mdl-layout-title {
        margin: -2% 0 -3% -8%;
        width: 100%;
    }
}

@media (max-width:768px) {
    .mdl-layout__header-row .mdl-layout-title {
        margin-left: -12%;
        width: 98%;
    }
}

@media (max-width:667px) {
    .mdl-layout__header-row .mdl-layout-title {
        margin: 1% 0 0 -12%;
        width: 96%;
    }
}

@media (max-width:666px) {
    .mdl-layout__header-row .mdl-layout-title {
        margin: 1% 0 0 -12%;
        font-size: 1.25em;
        width: 100%;
    }
}


/*class for larger screen logo-image*/
.mdl-layout-title > .logo-image {
    float: left;
    background: #FFF;
    padding: 0;
    box-shadow: 0px;
    margin-top: 1%;
    margin-left: -35%;
}

/*class for laptop logo-image*/
@media (max-width:1440px) {
    .mdl-layout-title > .logo-image {
        margin-left: -20%;
        margin-top: -2.55%;
    }
}
/*class for med screen logo-image*/
@media (max-width: 1024px) {
    .mdl-layout-title > .logo-image-sm2 {
        float: left;
        background: #FFF;
        padding: 0;
        margin: -2% 1% -1% 6%;
    }

    .mdl-layout-title > .logo-image {
        display: none;
    }

    .mdl-layout-title > .logo-image-med {
        display: none;
    }

    .mdl-layout-title > .logo-image-sm1 {
        display: none;
    }
}

/*class for smaller screen logo-image*/
@media (max-width: 667px) {

    .mdl-layout-title > .logo-image-sm1 {
        background: #FFF;
        padding: 12px 0 0 0;
        margin: -2% -5%;
    }
}

.mdl-layout-title > .logo-text {
    float: left;
    font-size: 1.55em;
    font-family: Roboto,Corbel, Frutiger, Frutiger Next, Neue Frutiger, Franklin Gothic, Helvetica;
}

@media (max-width: 1024px) {

    .mdl-layout-title > .logo-text {
        font-size: 1.65em;
        margin-left: -10px;
    }
}


.float-left {
    float: left;
}

.control-margin-top {
    margin-top: 20px !important;
}

.button-size-1 {
    width: 80px !important;
}

.button-size-2 {
    width: 150px !important;
}

.button-size-3 {
    width: 180px !important;
}

.button-size-4 {
    width: 250px !important;
}

.button-size-5 {
    width: 280px !important;
}

@media (max-width: 450px) {
    .button-size-2 {
        width: auto !important;
    }

    .button-size-3 {
        width: auto !important;
    }
}

.custom-checkbox__label {
    cursor: pointer;
}

.mdl-button--border {
    border: 1px solid #AAA;
    background: #CFDDF1;
    color: #423A3A;
    font-weight: normal;
    margin: 10px;
}

.logo-text-sub {
    font-size: 1.2em;
    display: block;
    font-weight: 500;
}

.mdl-layout__drawer .mdl-layout-title {
    padding-left: 0px;
    text-align: center;
}

.custom-drawer-application-name {
    font-size: 0.8em;
    font-weight: bold;
    margin: 0;
    padding: 0;
    display: block;
}

.mdl-layout__content {
    width: 88%;
    margin: 1% 3% 5% 5%;
    height: 100%;
    min-height: 500px;
    background-color: #fff;
    padding-bottom: 100px;
}

    .mdl-layout__content.login {
        width: 45%;
        min-width: 720px;
        margin: 1% 5% 5% 22%;
        height: 100%;
        min-height: 500px;
        background-color: #fff;
        padding-bottom: 100px;
    }

@media (max-width:1024px) {
    .mdl-layout__content {
        width: 100%;
        margin: 1% 0;
    }

        .mdl-layout__content.login {
            width: 85%;
            min-width: 720px;
            margin: 1% 0 1% 4%;
            min-height: 500px;
            background-color: #fff;
            padding-bottom: 100px;
        }
}

@media (max-width:768px) {
    .mdl-layout__content {
        width: 100%;
        margin: 1% 0;
    }

        .mdl-layout__content.login {
            width: 97%;
            min-width: 97%;
            margin: 1%;
            background-color: #fff;
            padding-bottom: 80px;
        }
}
/*override material.min.css to comment out overflow and eliminate scroll bar*/
.mdl-layout__content {
    -ms-flex: 0 1 auto;
    position: relative;
    display: inline-block;
    /*overflow-y: auto;
  overflow-x: hidden;*/
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.mdl-card {
    background-color: #fff;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    color: rgba(0,0,0,.87);
    width: 75%;
    height: auto !important;
    padding-top: 40px;
    border: 2px solid #617381;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 40px;
}
    /*use for add/edit user forms*/
    .mdl-card.user-forms {
        width: 88%;
        padding-top: .5em;
        padding-right: .5em;
        padding-left: 2em;
    }

.mdl-card__title {
    color: #0b528f;
    font-size: 1.025em;
    font-weight: 500;
    background-color: #C7E1E5;
    padding: 12px;
}

    .mdl-card__title .mdl-card--border {
        border-bottom: rgba(0,0,0,.1);
    }

h2.mdl-card__title-text {
    font-size: .90em;
    color: inherit;
    font-weight: 400;
}

.mdl-card__supporting-text {
    color: rgba(0,0,0,.54);
    font-size: 13px;
    line-height: 15px;
    padding: 5% 2px 0 22px;
    height: auto;
}

@media (min-width:1200px)and (max-width:1450px) {
    .mdl-card {
        height: 340px;
    }

    h2.mdl-card__title-text {
        font-size: .85em;
    }

    .mdl-card__supporting-text {
        font-size: 12px;
        padding: 10px 22px;
    }
}

.mdl-card__actions {
    font-size: .70em;
    font-weight: normal;
    color: #fff;
    text-align: left;
    background-color: #3A757E;
    height: auto;
}

button.card-action-button {
    padding: 5px 10px 40px 2px;
    margin: 0;
    text-align: left;
    color: #fff;
    font-weight: 500;
    background-color: #3A757E;
}

.mdl-progress {
    min-height: 5px;
    margin: 20px;
}

@media (max-width: 1024px) {
    .mdl-progress {
        margin: 10px;
    }
}

.custom-page-card.mdl-card {
    margin: 0 auto;
    margin-top: 20px;
}

.custom-medium-card.mdl-card {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 720px;
}

.custom-question-page-card.mdl-card {
    margin: 0 auto;
    margin-top: 0px;
    background: #F8F9F9;
    width: 97%;
}

.custom-question-card.mdl-card {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 97%;
}

.custom-sub-question-card.mdl-card {
    margin-bottom: 7px;
    padding-bottom: 0px;
    border-bottom: 2px solid #DDD;
    min-height: 50px;
    width: 95%;
}

.custom-questionnaire-card.mdl-card {
    margin: 0 auto;
    width: 97%;
}

.custom-question-page-card > .mdl-card__title {
    padding-bottom: 0px;
    width: 97%;
}

.custom-question-page-card > .mdl-card__supporting-text {
    padding-bottom: 0px;
    width: 97%;
}

.custom-question-card > .mdl-card__supporting-text {
    padding-top: 7px;
    padding-left: 45px;
}

.custom-sub-question-card > .mdl-card__supporting-text {
    padding-top: 7px;
    padding-left: 50px;
}

.custom-page-card > .mdl-card__title {
    color: #423A3A;
    min-height: 60px;
    background: #CFDDF1;
}

.custom-medium-card > .mdl-card__title {
    color: #423A3A;
    min-height: 156px;
    background: #CFDDF1;
}

.custom-medium-card > .login-card__title {
    color: #423A3A;
    height: 156px;
    background: #CFDDF1;
}

.custom-question-card > .mdl-card__title {
    color: #fff;
    min-height: 20px;
    background: #4061A3;
}

.custom-sub-question-card > .mdl-card__title {
    color: #444;
    background: #FFF;
    min-height: 20px;
    padding: 0px;
    padding-left: 15px;
    padding-top: 10px;
}

.custom-questionnaire-card > .mdl-card__title {
    color: #fff;
    min-height: 56px;
    background: #46B6AC;
    font-size: 1.0em;
}

.custom-question-card label {
    font-size: 15px;
}

.question-label-hide {
    display: none;
}

.question-number-label {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    width: 35px;
    padding: 0px;
    text-transform: lowercase;
}

.question-number-label-break {
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    display: inline-table;
    width: 35px;
    margin-top: -7.125%;
    padding: 0px;
    text-transform: lowercase;
}
/*changed to display: none for Q6*/
.question-number-label-subq {
    font-size: 2px;
    text-align: left;
    width: 37px;
    color: #888;
    display: none;
}

.question-text {
    width: 95%;
    padding-left: 5px;
}

.mdl-radio, .mdl-checkbox {
    margin-top: 7px;
}

.mdl-checkbox__tick-outline {
    height: 110%;
}

.custom-error-card.mdl-card {
    margin: 20px auto;
    padding: 0px;
    min-height: 20px;
    background: #FEFEE0;
    color: #222;
    max-width: 1020px;
}

.custom-notification-card.mdl-card {
    margin: 0 auto;
    margin-top: 20px;
    padding: 0px;
    min-height: 20px;
    background: #dadfe8;
    color: #222;
    width: 97%;
}

.custom-instruction-card.mdl-card {
    margin: 0 auto;
    margin-bottom: 7px;
    padding: 0px;
    min-height: 20px;
    background: #CFDDF1;
    color: #423A3A;
    width: 97%;
}

.custom-help-card.mdl-card {
    margin: 0 auto;
    margin-bottom: 7px;
    padding: 0px;
    min-height: 20px;
    background: #fcf9c2;
    color: #555;
    width: 97%;
}

.custom-instruction-card > .mdl-card__supporting-text {
    font-size: 16px;
    font-weight: normal;
}

.custom-help-card > .mdl-card__supporting-text {
    font-size: 13.4px;
    font-weight: normal;
}

.mdl-card__supporting-text {
    color: #474747;
}

    .mdl-card__supporting-text a {
        color: #555;
    }

.custom-instruction-card > .mdl-card__supporting-text {
    color: #423A3A;
}

.mdl-card__title-module-name {
    font-weight: bold;
    font-size: 1.5em;
    color: #8698C1;
    margin-bottom: 10px;
    line-height: 27px;
}

.mdl-card__title-section-name {
    font-weight: 200;
    font-size: 1.25em;
    color: #4061A3;
    margin-bottom: 15px;
    line-height: 18px;
}

.progress-message {
    float: left;
    font-size: 0.9em;
    font-style: italic;
    margin-top: 0;
    margin-left: 20px;
    font-weight: 200;
    color: #4061A3;
    margin-bottom: 0;
    padding-top: 3%;
}

.instructions-link {
    float: right;
    text-align: right;
    font-size: 0.7em;
    margin-right: 20px;
    margin-left: 10px;
    margin-top: 0;
}

@media only screen and (max-width: 1023px) and (min-width: 349px) {
    .mdl-button > .surveyStart-link {
        font-size: .90em;
        padding: 0;
    }

    .surveyStart-img {
        padding-top: 15px;
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .progress-message {
        font-size: .80em;
        margin-left: 10px;
        margin-top: 1%;
    }

    .instructions-link {
        float: none;
        display: block;
        text-align: left;
        margin-left: 0;
        margin-top: 2%;
    }
}

.instructions-link img {
    height: 20px;
    width: 20px;
    border: none;
}

.spcInstructionsTY {
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
}

.endOfSurveyTY {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 26px;
    color: #4461a1;
    text-align: center;
    margin-top: 28px;
    margin-bottom: 20px;
    font-style: italic;
}

@media (max-width: 1024px) {
    .endOfSurveyTY {
        font-size: 1.125em;
    }
}

.descriptor-card {
    font-size: 13.4px;
    border: 1px solid #ffa500;
    padding: 5px;
    margin-bottom: 5px;
    width: 100%;
}

@media (max-width: 720px) {
    .descriptor-card {
        width: 100%;
    }
}

.descriptor-card-instructions {
    margin-bottom: 10px;
    background: #03A9F4;
    color: #333;
}

.custom-page-card .mdl-card__supporting-text .descriptor-card-help {
    background: #fcf9c2;
    font-size: .85em;
    font-style: italic;
    color: #555;
    padding: 8px 10px 2px 10px;
    text-align: justify;
    margin: 10px 0px;
}

@media (max-width: 1024px) {
    .custom-page-card .mdl-card__supporting-text .descriptor-card-help {
        font-size: .60em;
        margin: 0px;
    }
}

.descriptor-card-img {
    position: absolute;
}

.descriptor-card-text {
    display: inline !important;
    float: left;
    margin-left: 20px;
    margin-top: 2px;
    font-size: 13.4px;
    width: 95%;
}

.warning-box {
    border: 1px solid #4461a1;
    padding: 5px;
    width: 95%;
    background: #f9dcd4;
    font-size: .85em;
    color: #000;
    padding: 10px;
    text-align: justify;
    font-style: italic;
    margin: 20px 5px;
}

.mdl-progress {
    width: 85%;
}

.mdl-button {
    margin-top: 20px;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 5px;
}

@media (max-width: 1024px) {
    .mdl-button {
        margin-top: 10px;
        margin-right: 3px;
        margin-bottom: 10px;
        margin-left: 0px;
    }
}


.textbox-response-option {
    font-size: 1.15em;
}

.text-formatting-bold {
    display: inline;
    font-weight: bold;
}

.text-formatting-italic {
    display: inline;
    font-style: italic;
}

.ie-error-drawer-width {
    width: 180px !important;
    padding-left: 5px !important;
}

    .ie-error-drawer-width .mdl-navigation__link {
        padding: 5px !important;
    }

.ie-error-layout-content {
    margin-left: 180px !important;
}

.ie-error-label {
    font-size: 0.9em;
    display: block;
    color: #777;
}

/*label {
  border: 1px solid #fff;
  padding: 0px 3px;
}*/

.input-highlight {
    background: #EEE;
    border: 1px solid #DDD;
}


@media (max-width: 700px) {
    .custom-question-page-card.mdl-card {
        margin: 0px 10px;
        padding: 0px;
    }

    .custom-question-card > .mdl-card__supporting-text {
        padding-left: 10px;
    }

    .custom-sub-question-card > .mdl-card__title {
        padding-left: 0px;
    }

    .custom-sub-question-card > .mdl-card__supporting-text {
        padding-left: 10px;
    }

    .mdl-card {
        width: 95% !important;
    }
}

@media (min-width: 700px) {

    .mdl-card {
        width: 97% !important;
    }
}

@media (min-width: 1024px) {
    .mdl-layout__drawer {
        display: none;
        display: none !important;
    }
}

table.questionnaire-layout-table th, table.questionnaire-layout-table td {
    border-bottom: 1px solid #ddd;
}

table.questionnaire-layout-table th {
    text-align: center;
}

table.questionnaire-layout-table td {
    text-align: center;
}

    table.questionnaire-layout-table td.row-header {
        text-align: left;
    }


/*partial jQuery overrides for formatting error dialog box*/
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .1em;
    outline: 1px solid #ccc;
}

.ui-widget-content {
    border: none !important;
    font-size: 13px;
}

.ui-button {
    border: 1px solid #0E528E;
    background: #0E528E;
    font-weight: normal;
    color: #fff;
}

    .ui-state-hover,
    .ui-widget-content .ui-state-hover,
    .ui-widget-header .ui-state-hover,
    .ui-button:hover
    /*.ui-button:focus*/ {
        border: 1px solid #ccc;
        background-color: #ddd !important;
        font-weight: normal;
        color: #000 !important;
    }

.ui-dialog-content {
    padding: 0;
}

.ui-dialog-buttonpane {
    padding: 0;
    margin: 1px;
    background-color: #fff;
    border-radius: 4px;
    outline: none;
}

    .ui-dialog-buttonpane button {
        color: #fff !important;
        background-color: #0E528E !important;
        outline: none;
        border-radius: 4px;
    }

        .ui-dialog-buttonpane button:hover {
            background-color: #cbe0f2;
            color: #000;
            outline: none;
        }
/* formatting for save dialog box */

.ui-dialog-content .saveMssg {
    color: green;
}

.ui-dialog-content .deleteMssg {
    color: firebrick;
}

.ui-dialog-content .warningMssg {
    color: firebrick;
}

.ui-dialog-titlebar {
    padding: 0;
    background-color: #0E528E;
}

    .ui-dialog-titlebar button {
        background-color: #fff;
        color: #000;
    }

        .ui-dialog-titlebar button:hover {
            background-color: #ddd;
        }

.ui-dialog-title {
    color: #fff;
    padding: 0;
    font-family: Verdana;
}

/*set pre-set class to none, then customize class 'table-bordered'*/
.table-bordered {
    border: none;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border-top: none;
        border-right: none;
        border-bottom: 2px solid rgba(0, 0, 0, 0.075);
        border-left: none;
        padding: 0 15px;
    }

.userTable-margins {
    margin: 20px;
}

@media (max-width: 395px) {
    .userTable-margins {
        margin: 20px 7px 10px 7px;
    }
}

.userTable-header > thead > tr {
    background-color: #2d425f;
    border-bottom: 3px solid #3C587F;
}

    .userTable-header > thead > tr > th {
        font-size: 14px;
        font-weight: normal;
        color: #fff;
        padding: 10px 15px;
        margin-top: 40px;
    }

.centerText {
    text-align: center;
}

@media (max-width: 1250px) {
    /* Force table to not be like tables anymore: Table1 */
    #media-tables table,
    #media-tables caption,
    #media-tables thead,
    #media-tables tbody,
    #media-tables th,
    #media-tables td,
    #media-tables tr {
        display: block;
        border-left: none;
        border-right: none;
    }

    /* don't hide table caption */
    #media-tables caption {
        display: inline-table;
        margin: 5px -10px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #media-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #media-tables tr {
        border-top: .0125em solid rgba(0, 0, 0, 0.075);
        border-right: none;
        border-bottom: 1px solid #dee5e3;
        border-left: none;
        margin: 0px -15px;
    }

    #media-tables td {
        /* Behave like a "row" */
        border-top: none;
        position: relative;
        padding-left: 50%;
        padding-bottom: 5px;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        overflow: hidden;
    }

        #media-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 7px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-size: 1.015em;
            font-weight: 500;
            vertical-align: middle;
        }

        /*Label the data*/
        #media-tables td:before {
            content: attr(data-title);
        }
}

/*media-tablesP*/

@media (max-width: 1250px) {
    /* Force table to not be like tables anymore: Table1 */
    #media-tablesP table,
    #media-tablesP caption,
    #media-tablesP thead,
    #media-tablesP tbody,
    #media-tablesP th,
    #media-tablesP td,
    #media-tablesP tr {
        display: block;
        border-left: none;
        border-right: none;
    }

    /* don't hide table caption */
    #media-tablesP caption {
        display: inline-table;
        margin: 5px -10px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #media-tablesP thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #media-tablesP tr {
        border-top: .0125em solid rgba(0, 0, 0, 0.075);
        border-right: none;
        border-bottom: 1px solid #dee5e3;
        border-left: none;
        margin: 0px -15px;
    }

    #media-tablesP td {
        /* Behave like a "row" */
        border-top: none;
        position: relative;
        padding-left: 50%;
        padding-bottom: 5px;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        overflow: hidden;
    }

        #media-tablesP td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 7px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-size: 1.015em;
            font-weight: 500;
            vertical-align: middle;
        }

        /*Label the data*/
        #media-tablesP td:before {
            content: attr(data-title);
        }
}

/*media-tablesP end*/

/*media-tablesS*/

@media (max-width: 1250px) {
    /* Force table to not be like tables anymore: Table1 */
    #media-tablesS table,
    #media-tablesS caption,
    #media-tablesS thead,
    #media-tablesS tbody,
    #media-tablesS th,
    #media-tablesS td,
    #media-tablesS tr {
        display: block;
        border-left: none;
        border-right: none;
    }

    /* don't hide table caption */
    #media-tablesS caption {
        display: inline-table;
        margin: 5px -10px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #media-tablesS thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #media-tablesS tr {
        border-top: .0125em solid rgba(0, 0, 0, 0.075);
        border-right: none;
        border-bottom: 1px solid #dee5e3;
        border-left: none;
        margin: 0px -15px;
    }

    #media-tablesS td {
        /* Behave like a "row" */
        border-top: none;
        position: relative;
        padding-left: 50%;
        padding-bottom: 5px;
        white-space: normal;
        text-align: left;
        word-wrap: break-word;
        overflow: hidden;
    }

        #media-tablesS td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 7px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-size: 1.015em;
            font-weight: 500;
            vertical-align: middle;
        }

        /*Label the data*/
        #media-tablesS td:before {
            content: attr(data-title);
        }
}

/*media-tablesS end*/


/*start #media-tables2*/
@media (max-width: 1250px) {
    /* Force table to not be like tables anymore: Table1 */
    #media-tables2 table,
    #media-tables2 caption,
    #media-tables2 thead,
    #media-tables2 tbody,
    #media-tables2 th,
    #media-tables2 td,
    #media-tables2 tr {
        display: block;
        border-left: none;
        border-right: none;
    }

    /* don't hide table caption */
    #media-tables2 caption {
        display: inline-table;
        margin: 5px -10px;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #media-tables2 thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #media-tables2 tr {
        border-top: .0125em solid rgba(0, 0, 0, 0.075);
        border-right: none;
        border-bottom: 1px solid #dee5e3;
        border-left: none;
        margin: 0px -15px;
    }

    #media-tables2 td {
        /* Behave like a "row" */
        border-top: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
        overflow: hidden;
    }

        #media-tables2 td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 7px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-size: 1.015em;
            font-weight: 500;
            vertical-align: middle;
        }

        /*Label the data*/
        #media-tables2 td:before {
            content: attr(data-title);
        }
}
/*end #media-tables2*/

/*use this nav class when not using toggle*/
.menuRow-one {
    margin-top: 1%;
    margin-bottom: 0;
    margin-left: 5%;
    background-color: #E8EAE8;
    max-height: 70px;
}
/*use these two nav classes (if statement in siteMaster-currently commented out)*/
.menuRow-home {
    margin-top: 1%;
    margin-bottom: 0;
    margin-left: 5%;
    background-color: #E8EAE8;
    max-height: 70px;
}

.menuRow {
    margin-top: 1%;
    margin-bottom: 0;
    margin-left: 5%;
    background-color: #E8EAE8;
    max-height: 70px;
}

@media screen and (max-width: 1024px) {
    .menuRow-one {
        display: none;
    }

    .menuRow {
        display: none;
    }

    .menuRow-home {
        display: none;
    }
}

/*toggle portal css using 2 radio buttons*/
.toggle-holder {
    display: inline-flex;
    padding: 4px;
    background-color: transparent;
    float: right;
    margin: 1% 15% 0 20px;
}

.toggle-holderP {
    display: inline-flex;
    padding: 0px;
    background-color: transparent;
    float: right;
    margin: 0% 15% 0 0px;
}

@media (max-width:1024px) {
    .toggle-holder {
        float: left;
        margin: 10px 0 auto 10px;
    }

    .toggle-holderP {
        background-color: transparent;
        float: left;
    }
}

@media (min-width:1025px) and (max-width:1500px) {
    .toggle-holder {
        float: left;
        top: 0;
        margin: 0;
        padding: 10px;
    }

    .menuRow-home {
        float: left;
    }
}
/*.menuRow media queries*/
@media (min-width:1025px) and (max-width:1045px) {
    .menuRow {
        margin: 6% 0 0 -34%;
    }
}

@media (min-width:1046px) and (max-width:1070px) {
    .menuRow {
        margin: 6% 0 0 -33%;
    }
}

@media (min-width:1071px) and (max-width:1090px) {
    .menuRow {
        margin: 6% 0 0 -32%;
    }
}

@media (min-width:1091px) and (max-width:1100px) {
    .menuRow {
        margin: 6% 0 0 -32%;
    }
}

@media (min-width:1101px) and (max-width:1150px) {
    .menuRow {
        margin: 6% 0 0 -30%;
    }
}

@media (min-width:1151px) and (max-width:1320px) {
    .menuRow {
        margin: 6% 0 0 -25%;
    }
}

/*.menuRow-home media queries to be used with portal toggle*/
@media (min-width:1025px) and (max-width:1045px) {
    .menuRow-home {
        margin: 6% 0 0 -34%;
    }
}

@media (min-width:1046px) and (max-width:1070px) {
    .menuRow-home {
        margin: 6% 0 0 -33%;
    }
}

@media (min-width:1071px) and (max-width:1100px) {
    .menuRow-home {
        margin: 6% 0 0 -32%;
    }
}

@media (min-width:1101px) and (max-width:1150px) {
    .menuRow-home {
        margin: 6% 0 0 -31%;
    }
}

@media (min-width:1151px) and (max-width:1190px) {
    .menuRow-home {
        margin: 6% 0 0 -29%;
    }
}

@media (min-width:1191px) and (max-width:1220px) {
    .menuRow-home {
        margin: 6% 0 0 -28%;
    }
}

@media (min-width:1221px) and (max-width:1250px) {
    .menuRow-home {
        margin: 6% 0 0 -27%;
    }
}

@media (min-width:1251px) and (max-width:1290px) {
    .menuRow-home {
        margin: 5% 0 0 -26%;
    }
}

@media (min-width:1291px) and (max-width:1320px) {
    .menuRow-home {
        margin: 5% 0 0 -25%;
    }
}

@media (min-width:1321px) and (max-width:1380px) {
    .menuRow-home {
        margin: 5% 0 0 -24%;
    }
}

@media (min-width:1381px) and (max-width:1445px) {
    .menuRow-home {
        margin: 5% 0 0 -23%;
    }
}

@media (min-width:1446px) and (max-width:1500px) {
    .menuRow-home {
        margin: 5% 0 0 -22%;
    }
}

.custom-input {
    flex-grow: 1;
}

    .custom-input input[type=radio] {
        display: none;
    }

    .custom-input label {
        font-family: Roboto, Noto, sans-serif;
        display: inline-block;
        padding: 6px 18px;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
    }

    .custom-input input[type=radio] + label {
        background-color: #ddd;
        color: #666;
        border-radius: 0;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
    }

    .custom-input.hiv input[type=radio]:checked + label {
        background-color: #881222;
        color: #fff;
        font-weight: 400;
        box-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .custom-input.hivoff input[type=radio] + label {
        background-color: rgba(0,0,0,0.2);
        color: #474747;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        /*border-left: 4px dotted #55a2a8;*/
        border-left: 2px dotted #FFFFFF;
        transition: all 0.4s ease, background-position 1ms;
    }

    .custom-input.onc input[type=radio]:checked + label {
        background-color: #396c70;
        color: #fff;
        box-shadow: rgba(0, 0, 0, 0.5) 1px 1px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .custom-input.oncoff input[type=radio] + label {
        background-color: rgba(0,0,0,0.2);
        color: #474747;
        box-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        /*border-right: 4px dotted #f8c9cf;*/
        border-right: 2px dotted #FFFFFF;
        transition: all 0.4s ease, background-position 1ms;
    }
