.loading_panel {
    float: right;
    position: relative;
    left: -8px;
    top: 8px;
}

.pass{
    display: none;
}

.username.hide{
    display: none!important;
}

html,
body,
div,
span,
h1,
h2,
h3,
p,
a,
img,
strong,
sup,
ul,
li,
form,
label,
table,
tbody,
tr,
td,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

input[type=submit],
input[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.hide-element {
    display: none;
}

html,
body {
    background: #E8E8E8;
}

body {
    font: 13px/13px 'Open Sans', Helvetica, Arial, sans-serif;
    position: relative;
    color: #444;
    overflow: auto;
}

input {
    font: 13px 'Open Sans', Helvetica, Arial, sans-serif;
}

ul {
    list-style: none;
}

strong {
    font-weight: bold;
}

table {
    border-spacing: 0;
}

table td {
    border-right-width: 0;
    border-bottom-width: 0;
}

h1,
h2,
h3 {
    font-weight: bold;
}

h1,
h2,
h3 {
    color: #555;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
    margin: 0.5em 0;
}

a {
    color: #2B7B9F;
    text-decoration: none;
}

a:focus,
li:focus,
button:focus,
input:focus,
span:focus {
    outline: 3px solid #4CC3EA;
    outline-offset: -2px;
}


.portal-view {
    padding: 0 0 0 0;
    box-sizing: border-box;
    position: relative;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.page-header-container-2-title {
    display: none;
}

#busy-div {
    width: 100%;
    height: 100%;
    background: #F8F8F8;
    display: block;
    z-index: 20000;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
}

#page-overlay {
    background: #000000;
    opacity: .5;
    visibility: visible;
    z-index: 30;
}

#page-overlay.hidden {
    opacity: 0;
    transition: visibility 0s, opacity 1s ease-in-out;
    -moz-transition: visibility 0s, opacity 1s ease-in-out;
    -webkit-transition: visibility 0s, opacity 1s ease-in-out;
}

#busy-div .spinner {
    width: 100px;
    height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
}

#busy-div .messageBox {
    color: black;
    position: absolute;
    text-align: center;
    width: 100%;
    top: calc(50% + 80px);
    padding: 0;
}

#busy-div #message {
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    width: fit-content;
    font-size: 18pt;
    line-height: 20pt;
}

.page-primary-nav {
    background: #2d3947;
    overflow: hidden;
    z-index: 10;
}

.page-primary-nav .logo {
    float: left;
    margin: 4px 0 4px 1.7em;
}

.page-primary-nav .primary-nav {
    float: right;
    max-width: calc(100% - 200px);
    margin-top: 1.7em;
    margin-left: 0;
}

.pre-signin .page-primary-nav {
    text-align: center;
    height: 4em;
}

.pre-signin .page-primary-nav .logo {
    margin: 4px 0 4px 1.7em;
    display: inline-block;
    float: none;
}

.slider-menu {
    display: none;
    background: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 19999;
    display: none;
}

.slider-menu-container {
    width: 80%;
    min-width: 300px;
    max-width: 480px;
    position: absolute;
    right: 0;
    border-left: 2px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    background: white;
    height: 100%;
}

.page-background-image {
    background: url(../images/bridge.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-header {
    width: 100%;
    box-sizing: border-box;
    z-index: 8;
    margin: 0;
    padding: 0;
}

.page-middle {
    position: relative;
}

#page-header-container-2 {
    display: none;
}

#page-info-container {
    text-align: center;
}

.page-middle-middle {
    overflow: auto;
}

.content-wrapper {
    padding: 10px 1em 0px 1em;
    outline: 0;
    box-sizing: border-box;
}

.left-col {
    float: left;
    width: 300px;
    margin-right: 10px;
}

.left-col.right {
    float: right;
    width: 300px;
    margin-left: 10px;
}

.main-content {
    min-width: 240px;
    overflow: hidden;
    line-height: 20px;
    padding: 0;
}

.main-content-notabs {
    margin: 0 auto;
}

.main-content-notabs .main-sortable {
    min-width: 0;
}

.page-footer-container {
    box-sizing: border-box;
    padding: 10px;
    color: #767676;
    background: white;
    overflow: hidden;
    border-top: 1px solid #ddd;
}

.footer-right {
    float: right;
}

.footer-left {
    float: left;
    line-height: 1.7em;
    margin-top: 3px;
}

.footer-left div:first-of-type {
    font-size: 1.3em;
}

@media screen and (max-width: 400px) {
    .footer-left div:first-of-type {
        font-size: 1.1em;
    }
}

.fed-insured-icon {
    width: 35px;
    height: 15px;
    display: inline-block;
    margin-top: 0;
    background: url(../images/fed-insured.png) no-repeat bottom center;
}

.equal-housing-icon {
    width: 23px;
    height: 17px;
    display: inline-block;
    background: url(../images/equal-housing.png) no-repeat center center;
}

.equal-housing-text {
    position: relative;
    top: -5px;
    margin-left: .5em;
}

.fed-insured-text {
    position: relative;
    top: -3px;
    left: .5em;
}

.footer {
    max-width: 800px;
    margin: 0 auto;
    font-size: .8em;
}

@media screen (max-width: 568px) {
    .footer {
        text-align: center;
    }

    .footer-left {
        width: 100%;
    }

    .footer-right {
        width: 100%;
    }

    .footer-right>div {
        display: inline-block;
    }

    .footer-right>div>div:first-child {
        margin-right: 1em;
        float: left;
    }

    .footer-right>div>div:nth-child(2) {
        float: left;
    }

    .fed-insured-icon {
        margin-top: 2px;
    }

    .fed-insured-text {
        top: -5px;
    }
}

@media screen and (max-width: 495px) {
    .page-content-container {
        width: 100%;
        margin: 0 auto;
    }

    .main-content {
        padding: 10px 10px 0 10px;
    }

    .content-wrapper {
        padding: 0;
    }

    .footer-right,
    .footer-left {
        width: 100%;
        text-align: center;
    }

    .footer-right>div>div {
        width: 50%;
        text-align: center;
        float: left;
    }

    .left-col {
        margin-left: 0px;
    }
}

.css-imgLogo {
    background: url(../images/Ascend-white-150x36.png) no-repeat center center;
    width: 150px;
    height: 36px;
}

.main-sortable {
    background: #E8E8E8;
}

#left-fixedbottom>div {
    margin-bottom: 20px;
}

#right-fixedbottom>div {
    margin-bottom: 20px;
}

#left-modal-module-checkboxarea p {
    margin: 10px 10px 10px 0;
}

.div-chat-icon {
    float: right;
    font-size: 11px;
}

#customize-page-choices {
    margin-top: .5em;
    width: 100%;
    height: 30px;
}

li.customize-page-choice {
    float: left;
    margin-right: .3em;
    padding: .3em 1em .3em 1em;
    background: white;
    cursor: pointer;
    color: #767676;
    font-weight: bold;
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
}

.customize-page-choice.active {
    background: #3393B2;
    color: #FFFFFF;
}

.customize-page-choice-area {
    display: none;
}

.customize-page-choice-area.active {
    display: block;
}

#customize-page-choices>ul {
    display: block;
}

.default-dialog .dialog-close-icon,
.module-single .overlay-close-icon {
    position: absolute;
    background-image: url(../images/close-icon.png);
    background-image: linear-gradient(transparent, transparent), url(../images/close-icon.svg);
    background-repeat: no-repeat;
    width: 1.7em;
    height: 1.7em;
    cursor: pointer;
    text-indent: -9999px;
    right: 0;
    top: 0;
}

.tile-close-icon {
    background-image: url(../images/close-icon.png);
    background-image: linear-gradient(transparent, transparent), url(../images/close-icon.svg);
    background-repeat: no-repeat;
    width: 1em;
    height: 1em;
    cursor: pointer;
    text-indent: -9999px;
}

.tile-close-icon-area {
    display: table-cell;
    padding-left: .5em;
    padding-right: .5em;
    padding-top: .5em;
    vertical-align: top;
    width: 1em;
    top: -.5em;
    right: -.5em;
    position: relative;
}

.default-dialog .dialog-close-icon {
    right: 1.7em;
    top: 1.7em;
}

#skipToMainContent {
    position: absolute;
    left: -1000px;
    top: -1000px;
    overflow: hidden;
    margin: 0 0 0 1em;
}

#skipToMainContent:focus,
#skipToMainContent:active,
#skipToMainContent:hover {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    height: 1em;
    overflow: visible;
}

.main-content-notabs .main-sortable {
    margin-top: 5em;
}

.LoginModule input[type="text"] {
    width: 100%;
    box-sizing: border-box;
}

.LoginModule .submit_buttons {
    text-align: left;
    padding: 0;
    margin: 0;
}

.LoginModule .submit_buttons {
    padding: 0 !important;
}

.LoginModule .submit_buttons input[type="submit"] {
    width: 100%;
    box-sizing: border-box;
    margin: 4px 0 4px 0;
    min-height: 3.5em;
}

#position-fixed-header-spacer {
    height: 0;
}

#position-fixed-footer-spacer {
    height: 0;
}

#page-header-container-2 {
    width: 100%;
    height: 4em;
    background: #2d3947;
    text-align: center;
}

#page-header-container-2 .logo {
    margin: .5em auto;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 1138px) {
    * {
        box-sizing: border-box;
    }

    h3 {
        margin: 0.5em 0 0.2em 0;
    }

    #busy-div {
        background: rgba(128, 128, 128, 1);
        display: block;
        margin-top: 4em;
        height: calc(100% - 4em);
    }

    #busy-div .spinner {
        width: 60px;
        height: 60px;
        left: calc(50% - 30px);
        top: calc(50% - 30px);
    }

    .submit_buttons {
        text-align: center;
        padding: 0 !important;
        margin: 5px -1.5em;
    }

    .LoginModule .submit_buttons {
        text-align: center;
        padding: 0 !important;
    }

    input[type=text],
    .module-single input[type=text] {
        width: 100%;
        margin: 0;
        line-height: 1.2;
        background-color: #FFF;
        outline: none;
        border-radius: 4px;
        box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.1);
        border: 1px solid rgba(0, 0, 0, 0.15);
        font-size: 13px;
    }

    .left-col.right {
        width: 100%;
        margin-right: 0;
    }

    .main-content-notabs .main-sortable {
        margin-top: 0;
    }

    #page-header-container,
    .page-primary-nav {
        display: none;
    }

    #page-header-container-2 {
        display: block;
    }

    .page-primary-nav {
        display: none;
    }

    .page-header {
        position: fixed;
    }

    .page-footer {
        width: 100%;
        z-index: 1;
    }

    #position-fixed-header-spacer {
        height: 4em;
    }
}

@media (max-width: 800px) {
    .left-col {
        width: 100%;
    }
}

@media (max-width: 340px) {
    .content-wrapper {
        padding: 0;
    }

    .css-imgLogo {
        width: 150px;
        height: 36px;
    }
}

@media (max-width: 319px) {
    .css-imgLogo {
        width: 115px;
        background-size: contain;
    }
}

@media (max-height: 800px) {
    .main-content-notabs .main-sortable {
        margin-top: 0;
    }
}

@media (max-height: 700px) {
    .LoginModule {
        margin-top: -1.1em;
    }
}

.customize-page-dialog .content-wrapper {
    width: 645px;
}

.customize-page-dialog {
    float: none;
    margin-top: 0;
    margin: 0 auto;
    overflow: hidden;
}

.customize-page-dialog p {
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.module-container {
    clear: both;
}

.module-container.graphs .module-single>div {
    border-top: none;
    border: 0 solid #b3b3b3;
}

.module-container .mainmodule,
.module-container.mainmodule {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 7px 22px 34px 22px;
    position: relative;
}

.module-container {
    zoom: 1;
}

.module-container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.module-single {
    background: #FFFFFF;
    position: relative;
    line-height: 1.7em;
    margin: 0 0 1em 0;
    box-sizing: border-box;
}

.default-dialog {
    padding: 1.7em 1.7em .5em 1.7em !important;
    background: #FFFFFF;
    overflow: auto;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
}

.module-single>h2:first-child,
.module-single>h1:first-child,
.module_header {
    zoom: 1;
    font-size: 1.7em;
    font-weight: 300;
    cursor: pointer;
    cursor: default;
    position: relative;
    padding-top: 1em;
    padding-bottom: 0;
    margin-left: 1em;
    margin-right: 1em;
    border-bottom: 1px solid #e4e4e4;
}

.module-single .header h1 {
    font-size: 1.7em;
}

.default-dialog {
    padding: 1.7em 1.7em .5em 1.7em !important;
}

.default-dialog .module-single {
    padding: 0;
    border: 0;
}

.default-dialog h1:first-child,
.default-dialog h2:first-child,
.default-dialog .module-single .header {
    color: #575757;
    border-bottom: white;
    font-weight: bold;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: .7em;
}

.close-overlay-content .module_header {
    margin: 0;
}

.module-single>h2:first-child div.collapse-expand:hover:after {
    border-right: 3px solid #7F7F7F;
    border-bottom: 3px solid #7F7F7F;
}

.module-single>h2:first-child div.collapse-expand.hide {
    display: none;
}

div.collapse-expand:focus {
    outline: none;
}

.module-single>h2:first-child div.collapse-expand {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    max-width: 35px;
}

.module-single>h2:first-child div.collapse-expand:after {
    content: '';
    border-right: 3px solid #42A8C4;
    border-bottom: 3px solid #42A8C4;
    margin-right: .5em;
    float: left;
    margin-top: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 7px;
    width: 7px;
}

.module-single>h2:first-child div.collapse-expand:focus:after {
    outline: 3px solid #4CC3EA;
    outline-offset: 4px;
}

.module-single>h2:first-child span.grip {
    cursor: pointer;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    margin-top: 3px;
    float: right;
    font-size: 11px;
    display: none;
}

.module-single>h2 span.grip {
    background: url(../images/sprite-y.png) -41px -386px no-repeat;
}

.module-single .module-title {
    color: #337F98;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    min-height: 30px;
}

.module-single .module-toolbar {
    background: #2d3947;
    z-index: 3;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    transition: visibility 0s linear, opacity .3s ease-in-out;
    -moz-transition: visibility 0s linear, opacity .3s ease-in-out;
    -webkit-transition: visibility 0s linear, opacity .3s ease-in-out;
    visibility: hidden;
}

.module-single .module-toolbar.module-toolbar-vertical {
    position: absolute;
    right: 0;
    padding-top: .7em;
    padding-right: 1.2em;
    padding-left: 1em;
    margin-right: .5em;
    display: none;
}

.module-toolbar-icon .toolbar-text {
    position: relative;
    top: -4px;
}

.module-single .module-toolbar.module-toolbar-vertical .module-toolbar-column {
    font-size: 1.3em;
}

.module-single .module-toolbar.module-toolbar-vertical .module-toolbar-column .module-toolbar-icon>div {
    display: inline-block;
}

.tileCloseMessageText {
    background: url(../images/sprite-y.png) -38px -442px no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    vertical-align: text-bottom;
}

.close-overlay-content {
    padding: 1.7em 1.7em .5em 1.7em;
}

.overlay-content {
    margin-top: 0;
}

.module-single table tr {
    border-bottom: 1px solid #e4e4e4;
}

.module-single input[type="text"] {
    margin: 0.2em 0;
}

.module-toolbar-column {
    width: auto;
    height: auto;
    min-height: 40px;
    color: white;
    font-size: 10px;
    text-align: left;
    margin: auto;
    padding-top: 2px;
}

.module-toolbar-icon {
    height: 20px;
    margin: auto;
    margin-top: 4px;
    text-transform: lowercase;
}

.module-toolbar-hide-icon {
    background: url(../images/icon-toolbar-sprite.png) 0 -60px no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: auto;
}

.module-toolbar-move-icon {
    background: url(../images/icon-toolbar-sprite.png) 0 0 no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: auto;
}

.module-toolbar-pin-icon {
    background: url(../images/icon-toolbar-sprite.png) 0 -40px no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: auto;
}

.module-toolbar-settings-icon {
    background: url(../images/icon-toolbar-sprite.png) 0 -20px no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin: auto;
}

.module-toolbar-resize-icon {
    background-image: url(../images/drag-handle.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 19px;
}

.module-toolbar-column:hover {
    color: #4CC3EA;
    cursor: pointer;
}

.module-toolbar-column.module-toolbar-column-hidden {
    display: none;
}

h2 {
    clear: left;
}

label {
    font-weight: bold;
}

a.button {
    min-width: 85px;
    color: #999;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: inline-block;
    margin: 5px;
    padding: 5px 16px;
    border: 1px solid #399dbf;
    border-bottom-color: #2b7b9f;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #40aec8;
}

a.button:active {
    border-color: #4f8ea7;
    color: #fafafa;
}

a.button:hover {
    background: #47bacf;
}

a.icon_help {
    background: url(../images/tiles-icons/icon-tile-help.png) left no-repeat;
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -4px;
}

div.ui-dialog div {
    opacity: 1;
    filter: alpha(opacity=100);
}

div.p {
    clear: left;
}

p {
    clear: left;
}

table {
    border: 0;
}

table tr:last-child {
    border-width: 0;
}

table td {
    border: none;
}

input[type=checkbox].save-preferences-checkbox+label {
    display: block;
    background: white !important;
    border: 1px solid #f8f8f8 !important;
    padding: 6px !important;
    color: #767676;
}

input[type=checkbox].save-preferences-checkbox:checked+label {
    display: block;
    background: #40A0BF !important;
    border: 1px solid #40A0BF !important;
    padding: 6px !important;
    cursor: pointer;
    color: #FFFFFF;
}

input[type=checkbox].save-preferences-checkbox+label:hover {
    background: #e6e6e6 !important;
}

input[type=checkbox].save-preferences-checkbox:checked+label:hover {
    background: #3393B2 !important;
}

.customize-page-button-area.submit_buttons input[type="submit"] {
    margin-left: 0;
}

input.button {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: #07892e;
    border: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 5px;
    min-width: 85px;
    padding: 5px 16px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

input.button:hover {
    background: #007f6f;
}

input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    border-width: 1px;
    border-style: solid;
    margin: 5px 5px 5px 0px;
    background-color: #ffffff;
    border-color: #d2d2d2;
    color: #575757;
    height: 2.8em;
}

input[type=text]:disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}

input[type="submit"]:disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}

input[type='checkbox'] {
    vertical-align: middle;
}

input[type="checkbox"] {
    position: absolute;
    left: -9999px;
    display: block !important;
}

input[type=checkbox]+label {
    padding-right: 0;
    font-weight: bold;
    padding-left: 20px;
    margin-right: 0;
    background: url(../images/sprite-y.png) -35px -83px no-repeat;
    padding-top: 1px;
    border: 1px dotted #FFFFFF;
    border: 1px dotted rgba(255, 255, 255, 0);
    display: inline;
}

input[type=checkbox]:checked+label {
    background: url(../images/sprite-y.png) -35px -208px no-repeat;
}

input[type=checkbox]:focus+label {
    outline: 3px solid #4CC3EA;
    outline-offset: -2px;
}

input[type=checkbox]:disabled+label {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

input[type="button"]:disabled {
    opacity: .6;
    filter: alpha(opacity=60);
}

@media (max-width: 1138px) {
    #modal-help-content {
        max-height: initial;
    }
}

.default-dialog .module-single p {
    margin: 5px 0 10px 0;
}

.default-dialog .cell_top_align {
    vertical-align: top;
}

.default-dialog .button {
    cursor: hand;
    cursor: pointer;
}

.clear {
    clear: both;
}

.graphs .module-single {
    position: relative;
}

.theme3-width {
    max-width: 940px;
    margin: 0 auto;
}

.login-width {
    width: 26em;
    max-width: 100%;
    margin: 0 auto;
}

.no-padding {
    padding: 0 !important;
}

.field_label {
    display: block;
    text-align: left;
    font-weight: bold;
    margin: 10px 7px 4px 0;
}

.vertical_layout .field_label {
    margin: 0;
    padding: 10px 0 0 0;
    width: auto;
    float: none;
    text-align: left;
}

.vertical_layout .full_width {
    width: 100%;
    box-sizing: border-box;
}

.error_box {
    background: #F6F6F6;
    padding: 7px;
    color: #DD7C2D;
}

.hidden {
    display: none !important;
}

.submit_buttons {
    padding: 0 2px !important;
}

#reset-visibility-button,
.reset-colors-button,
.reset-layout-button {
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.submit_buttons input[type="submit"]:not([disabled]),
.submit_buttons input[type="button"]:not([disabled]) {
    cursor: pointer;
}

.submit_buttons input[type="submit"],
.submit_buttons input[type="button"] {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-user-select: none;
    background: #07892e;
    border: none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 10px 5px;
    min-width: 85px;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.submit_buttons input:not([disabled]):not([type="file"]):hover {
    background: #007f6f;
}

.submit_buttons input.light_button,
input.light_button {
    border: none;
    color: #666666 !important;
    background: #f3f3f3;
    white-space: normal;
}

.submit_buttons input.light_button:not([disabled]):hover,
input.light_button:hover {
    background: #e6e6e6;
}

input.button.light_button {
    border: none;
    color: #666666 !important;
    background: #f3f3f3;
    white-space: normal;
}

input.button.light_button:not([disabled]):hover {
    background: #e6e6e6;
}

.ui-dialog {
    position: absolute;
    max-width: 1250px;
    width: 100%;
    outline: 0;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0 .2em;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 1.7em;
    top: 1.3em;
    width: 1.7em;
    padding: 1px;
    height: 1.7em;
    z-index: 1;
    background: url('../images/close-icon.png') right center no-repeat;
    background: linear-gradient(transparent, transparent), url('../images/close-icon.svg') right center no-repeat;
    border: 0;
    cursor: pointer;
}

.ui-dialog.no-close .ui-dialog-titlebar-close {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
    margin: 0;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    background: white;
    overflow: auto;
    zoom: 1;
    font-size: 13px;
}

.ui-dialog-content .header {
    margin: 0;
    padding-bottom: 1em;
}

.ui-dialog-content.module-single {
    margin: 0;
}

.ui-front {
    z-index: 100;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-content {
    border: 1px solid #e4e4e4;
    background: #FFFFFF;
}

.row {
    margin: 5px 0px 5px 0px !important;
    padding: 5px 0px 5px 0px;
    min-height: 45px;
    text-decoration: none;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog .ui-dialog-titlebar-close:focus {
    padding: 0;
}

.ui-dialog {
    max-width: 1250px;
    width: 100%;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0 .2em;
}

.edit-overlay {
    background: #000000;
    filter: alpha(opacity=50);
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .3s ease-in-out;
    -moz-transition: visibility 0s, opacity .3s ease-in-out;
    -webkit-transition: visibility 0s, opacity .3s ease-in-out;
}

.close-overlay {
    background: lightgrey;
    z-index: 5;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.close-overlay-content {
    top: 10em;
    width: 275px;
    min-height: 11em;
    left: 50px;
    left: calc((100% - 275px) / 2);
    position: absolute;
    background: #FFF;
    z-index: 10;
}

.screen_reader_only {
    position: absolute;
    left: -9999px;
}

.customize-page-icons-area {
    min-height: 176px;
    padding: 13px 13px 13px 13px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    border: 1px solid #e6e6e6;
}

.customize-page-icons-area.table {
    display: table;
    margin-bottom: 5px;
}

div.loading-icon-settings-dialog {
    background: url('../images/ajax-loader.gif') no-repeat center center;
    display: none;
    height: 50px;
    width: 50px;
    position: absolute;
    top: calc(50% - 30px);
    left: 50%;
}

.signin-links {
    padding: 0 1.7em 0.5em 1.7em;
}

.signin-links ul {
    display: block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.simple-listView>li {
    display: block;
    position: relative;
    overflow: visible;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-bottom: .7em;
    border-bottom: 1px solid #e4e4e4;
}

.simple-listView>li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.main-content-notabs .module-single>h2:first-child div.collapse-expand {
    display: none;
}

.field_label:after {
    content: "";
    display: block;
    background: url(../images/ajax-loader.gif) center no-repeat;
}

.simple-listView li {
    display: inline-block;
    width: 100%;
}

.scroll-more-text.hide {
    display: none;
}

.scroll-more-text {
    position: fixed;
    width: 100%;
    padding: 10px 0;
    background: #42A8C4;
    color: white;
    font-weight: bolder;
    text-align: center;
    z-index: 1;
}

.module-single>h2 .h2-content {
    width: 100%;
    box-sizing: border-box;
    display: table;
}

.module-single>h2 .h2-title-container {
    display: table-cell;
    padding-bottom: .7em;
}

.module-single>h2 .h2-help-container {
    display: table-cell;
    width: 30px;
    max-width: 30px;
    vertical-align: top;
}

.module-toolbar-move-column {
    display: none;
}

@media (max-width: 1138px) {
    * {
        box-sizing: border-box;
    }

    div.p:not(.inline) label.field_label+span {
        display: inline-flex;
        width: 100%;
        align-items: center;
    }

    .field_label {
        margin-bottom: 0;
    }

    label {
        display: block;
    }
}

.display-off {
    display: none;
}

@media (max-width: 650px) {

    input[type=text],
    .module-single input[type=text] {
        width: 100%;
    }

    div.ui-dialog {
        width: 100% !important;
    }
}

p+p {
    margin-top: 1em;
}

.outer-customize-page-dialog {
    width: auto;
}


@media print {
    body {
        font: 13px/13px 'Open Sans', Helvetica, Arial, sans-serif;
        background: white !important;
        -webkit-print-color-adjust: exact !important;
        color-adjust: exact !important;
    }

    .page-background-image {
        background: white !important;
    }

    .content-wrapper {
        overflow: hidden;
    }

    .page-info {
        padding-top: 0 !important;
    }

    .module-single,
    input.button,
    input.light_button {
        border: 1px solid #767676 !important;
    }

    .btn {
        border: 1px solid #767676 !important;
    }

    .module-container .mainmodule,
    .module-container.mainmodule,
    .module-container.graphs .module-single>div {
        border-top: 1px solid #b3b3b3 !important;
    }

    a[href]:after {
        content: none !important;
    }

    .module-container.mainmodule {
        overflow: hidden !important;
    }

    .page-header,
    .page-footer {
        display: none;
    }

    .left-col {
        width: 100%;
    }

    .main-content {
        overflow: visible;
        width: 100%;
    }
}


.clear {
    clear: both;
}

ul {
    display: inline-block;
}

ul.menu-items {
    width: 100%;
}

.slider-menu-head {
    border-bottom: 2px solid #b3b3b3;
    padding: 1em;
    color: #000000;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: #e6e6e6;
    height: 88px;
}

.slider-menu-head a {
    color: #000000;
}

.slider-menu-help {
    float: right;
    margin-top: 22px;
}

.slider-menu-help a {
    text-decoration: none;
    padding: 20px 0 0 0;
    background: url(../images/icon-tile-help.png) top center no-repeat;
    font-size: 85%;
}

.slider-menu-last-login-date {
    margin-top: 10px;
    font-size: 80%;
}

.slider-menu-customize-modules {
    float: right;
    margin-left: 20px;
    margin-top: 1px;
}

.slider-menu-customize-modules a {
    text-decoration: none;
    padding: 2px 0 0 0;
    font-size: 85%;
}

.slider-menu-icon-settings {
    background: url(../images/sprite-y.png) -38px -442px no-repeat;
    width: 18px;
    height: 18px;
    margin: 2px auto 2px auto;
}

.slider-menu-text-settings {
    margin-top: 0;
}

.slider-menu-container .portalmenutree {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    padding: 0 1em;
    box-sizing: border-box;
}

.portalmenutree {
    display: inline-block;
    width: inherit;
}


input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
    border-width: 1px;
    border-style: solid;
    margin: 5px 5px 5px 0px;
    background-color: #ffffff;
    border-color: #d2d2d2;
    color: #575757;
    height: 2.8em;
}

input[type=checkbox] {
    height: 20px;
    width: 20px;
}

.spinner {
    position: absolute;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border: 6px solid rgba(179, 231, 250, .5);
    border-top: 6px solid rgba(0, 174, 239, .8);
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}


.spinner {
    border: 6px solid #027d88;
    border-top: 6px solid rgba(0, 174, 239, .8);
}

#busy-div {
    background: $Background;
}

@media (max-width:1138px) {
    #busy-div {
        background: $Background;
    }
}

.pre-signin .page-background-image {
    background: no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html,
body {
    background-color: #e6e6e6;
    background-attachment: fixed;
}

.portal-view {
    margin: 0 auto;
}

.pre-signin .page-primary-nav .logo {
    margin: 0;
}

.video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video-control {
    position: absolute;
    z-index: 0;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

@media screen and (max-width:495px) {
    .content-wrapper {
        padding-top: 10px;
    }
}

.page-header-container-2-title {
    font-size: 2em;
    margin-top: 0;
    font-weight: bold;
    max-width: 420px;
    text-overflow: hidden;
    overflow: hidden;
    line-height: 1.3em;
}

.css-imgLogo {
    background-repeat: no-repeat;
    background-image: url(../images/sdccu-logo2.png);
    width: 270px;
    height: 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-primary-nav .css-imgLogo {
    width: 270px;
    height: 40px;
}

#page-header-container-2 .css-imgLogo {
    width: 155px;
    height: 24px;
    margin-top: 4px;
}

.page-primary-nav {
    background: #FEFEFE;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
}

#page-header-container-2 {
    background: white;
    height: auto;
    height: initial;
    min-height: 55px;
}

.page-primary-nav .primary-nav {
    max-width: calc(100% - 270px - 50px);
    margin-top: 0;
}

@media (max-width:1138px) {
    .left-col {
        width: 100%;
    }
}

@media screen and (max-width:495px) {
    .main-content {
        padding: 10px 0;
    }
}

.module-single .module-title {
    color: white;
    color: #099;
}

.module-single>h2:not(.thumbnail):not(.module_header):first-child,
.module-single>h1:first-child {
    background: #027d88;
    background: #FAFAFA;
}

.module-single>h2:first-child div.collapse-expand:after {
    border-right-color: #027d88;
    display: none;
    border-bottom-color: #027d88;
    display: none;
}

.close-overlay-content .module_header {
    padding-left: 0;
    background: 0;
}

@media screen and (max-width:375px) {

    .module-single>h2:not(.thumbnail):first-child,
    .module-single>h1:first-child,
    .module_header {
        width: 100%;
    }
}

.ui-widget-content {
    border: 1px;
    border: 1px solid #F0F0F0;
}

.module-single:not(.ui-dialog) {
    background: #FFF;
}

.module-container .mainmodule,
.module-container.mainmodule {
    background: #FFF;
}

input.button {
    background: #027d88;
}

.submit_buttons input[type="submit"]:not(.light):not(.light_button) {
    background: #027d88;
}

#modal-help-close {
    background: #f3f3f3;
    color: #767676 !important;
}

.spinner {
    border: 6px solid #027d88;
    border-top: 6px solid rgba(0, 174, 239, .8);
}

#busy-div {
    background: $Background;
}

@media (max-width:1138px) {
    #busy-div {
        background: $Background;
    }
}

html,
body {
    background-color: #FFF;
    background-color: #e6e6e6;
    background-attachment: fixed;
}

.portal-view {
    margin: 0 auto;
}

.pre-signin .page-primary-nav .logo {
    margin: 0;
}

.video-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#video-control {
    position: absolute;
    z-index: 0;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

@media screen and (max-width:495px) {
    .content-wrapper {
        padding-top: 10px;
    }
}

.page-header-container-2-title {
    font-size: 2em;
    color: #000;
    margin-top: 0;
    font-weight: bold;
    max-width: 420px;
    text-overflow: hidden;
    overflow: hidden;
    line-height: 1.3em;
}

.css-imgLogo {
    background-repeat: no-repeat;
    background-image: url();
    background-image: url(../images/sdccu-logo2.png);
    width: 270px;
    height: 40px;
    background-size: initial;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.page-primary-nav .css-imgLogo {
    width: 270px;
    height: 40px;
}

.page-primary-nav .logo {
    margin-left: 1.5em;
}

#page-header-container-2 .css-imgLogo {
    width: 155px;
    height: 24px;
    margin-top: 4px;
}

.page-primary-nav {
    background: transparent;
    background: #FEFEFE;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
}

#page-header-container-2 {
    background: #FFF;
    background: white;
    height: auto;
    height: initial;
    min-height: 55px;
}

.page-primary-nav .primary-nav {
    max-width: calc(100% - 270px - 50px);
    margin-top: 0;
}

@media (max-width:1138px) {
    .left-col {
        width: 100%;
    }
}

.page-middle-middle .content-wrapper {
    background: #E8E8E8;
}

@media screen and (max-width:495px) {
    .main-content {
        padding: 10px 0;
    }
}

.module-single .module-title {
    color: white;
    color: #099;
}

.module-single>h2:not(.thumbnail):not(.module_header):first-child,
.module-single>h1:first-child {
    background: #027d88;
    background: #FAFAFA;
}

.module-single>h2:first-child div.collapse-expand:after {
    border-right-color: #FFF;
    border-right-color: #027d88;
    display: none;
    border-bottom-color: #FFF;
    border-bottom-color: #027d88;
    display: none;
}

.close-overlay-content .module_header {
    padding-left: 0;
    background: 0;
}

@media screen and (max-width:375px) {

    .module-single>h2:not(.thumbnail):first-child,
    .module-single>h1:first-child,
    .module_header {
        width: 100%;
    }
}

.ui-widget-content {
    border: 1px;
    border: 1px solid #F0F0F0;
}

.module-single:not(.ui-dialog) {
    background: #FFF;
}

.module-container .mainmodule,
.module-container.mainmodule {
    background: #DDD;
    background: #FFF;
}

input.button {
    background: #027d88;
}

.submit_buttons input[type="submit"]:not(.light):not(.light_button) {
    background: #027d88;
    background: #027d88;
}

.submit_buttons input[type="submit"]:not(.light):not(.light_button):hover {
    color: white;
}

#modal-help-close {
    background: #f3f3f3;
    color: #767676 !important;
}

.slider-menu-head {
    background: #027d88;
}

.slider-menu-head,
.slider-menu-head a {
    color: white;
}

.slider-menu-help a {
    background: url(../images/icon-tile-help.png) top center no-repeat;
}

.slider-menu-icon-settings {
    background: url(../images/settings-white.png) no-repeat;
}

.slider-menu-help {
    margin-top: 23px;
}

.page-primary-nav .css-imgLogo {
    display: none;
}

.module-single>h2:not(.thumbnail):not(.module_header):first-child,
.module-single>h1:first-child {
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: .5em;
}

.module-single>h2:not(.module_header) .h2-title-container {
    padding-bottom: .3em;
    width: 100%;
}

.module-container .mainmodule,
.module-container.mainmodule,
.module-container.graphs .module-single>div {
    border: 1px solid #b3b3b3;
    border: 1px solid #b3b3b3;
    border-top: 0;
}

.page-middle-middle {
    background: white;
}

.portal-view,
.pre-signin .main-sortable {
    max-width: 1240px;
}

.customize-page-icons-area {
    padding: 0;
}

input[type=checkbox].save-preferences-checkbox+label {
    width: 100%;
    box-sizing: border-box;
}

@media screen and (max-width:1138px) {
    .page-primary-nav .css-imgLogo {
        display: block;
    }

    .page-footer {
        position: static;
        bottom: initial;
    }
}

#page-header-container-2 .css-imgLogo,
.pre-signin .page-primary-nav .css-imgLogo {
    background-image: url(../images/sdccu-logo-blue.jpg);
    width: 233px;
    height: 36px;
}

.pre-signin .page-primary-nav .logo {
    margin-left: 2.5em;
    vertical-align: auto;
    padding-top: 11px;
}

.pre-signin .page-primary-nav,
.pre-signin #page-header-container-2 {
    background: white;
    text-align: left;
    height: 55px;
    border-bottom: 1px solid #027D88;
}

.pre-signin .page-primary-nav .css-imgLogo {
    display: block;
}

body.pre-signin {
    background: white;
}

body {
    font-family: arial !important;
}

.module-container.mainmodule,
.module-container.graphs .module-single>div {
    border: 0;
}

.login-width .module-single {
    border-top-right-radius: 6px;
}

.pre-signin .module-single {
    border: 0;
}

.login-width>div.module-single-wrapper {
    margin-left: 1px;
}

.pre-signin .simple-listView>li {
    border: 0;
}

.login-width .module-single>h2:not(.thumbnail):not(.module_header):first-child,
.module-single>h1:first-child {
    border-top-right-radius: 6px;
    border: 1px solid transparent;
    background: white;
}

.login-width .module-single>h2:not(.thumbnail):first-child,
.module-single>h1:first-child,
.module_header {
    border-top-right-radius: 6px;
}

@media screen and (max-width:420px) {
    .pre-signin .login-width {
        width: 100%;
    }

    .pre-signin .page-middle-middle {
        background: white;
    }
}

.pre-signin .main-content-notabs .main-sortable,
.pre-signin .main-content .main-sortable {
    margin-top: 0;
    margin: 0 auto;
}

.pre-signin .page-middle-middle .content-wrapper {
    padding: 0;
}

@media screen and (min-width:451px) {
    .pre-signin .main-content {
        padding-top: 1em;
    }
}

@media screen and (min-width:376px) and (min-height:768px) {
    .pre-signin .main-sortable.login-width {
        position: absolute;
        margin: auto auto;
        left: calc(50% - 13em);
        top: calc(50% - 350px);
    }
}

@media screen and (min-width:801px) and (min-height:650px) {
    .pre-signin .main-sortable.login-width {
        position: absolute;
        margin: auto auto;
        left: calc(50% - 27em);
        top: calc(50% - 247px);
    }
}

@media screen and (min-width:1139px) and (min-height:650px) {
    .pre-signin .main-sortable.login-width {
        position: absolute;
        margin: auto auto;
        left: calc(50% - 27em);
        top: calc(50% - 220px);
    }
}

.default-dialog,
.ui-dialog {
    border-radius: 6px;
    max-width: 940px;
}

.ui-dialog-content {
    border-radius: 6px;
}

#page-header-container-2 .logo {
    margin-left: 2.5em;
}

#page-header-container-2 {
    text-align: left;
    background-color: white;
}

@media screen and (min-width:496px) {
    .page-middle-middle .content-wrapper {
        padding: 1em;
    }
}

@media screen and (max-width:495px) {
    .page-middle-middle .content-wrapper {
        padding: 0;
    }

    .main-content {
        padding: 5px;
    }
}

@media screen and (max-width:420px) {
    .pre-signin .main-content {
        padding: 0;
    }
}

.page-middle-middle .content-wrapper {
    background-color: white;
}

.pre-signin .main-sortable {
    background-color: white;
}

.main-sortable {
    background: #e6e6e6;
}

.pre-signin .module-single>h2:first-child div.collapse-expand {
    display: none;
}

.module-single>h2:first-child {
    border-bottom: 1px solid #027d88;
}

.module-single>h2:first-child div.collapse-expand {
    width: .5em;
    max-width: .5em;
}

.module-single>h2:not(.thumbnail):not(.module_header):first-child,
.module-single>h1:first-child {
    padding-left: .5em;
    padding-top: .25em;
}

.pre-signin .module-single>h2:not(.thumbnail):not(.module_header):first-child,
.pre-signin .module-single>h1:first-child {
    padding-left: 1em;
    padding-top: 1em;
}

.module-single {
    border: 1px solid #F0F0F0;
}

.module-single>h2:not(.module_header) .h2-title-container {
    padding-bottom: 0;
}

.module-single .module-title {
    font-weight: bold;
    font-size: smaller;
}

.pre-signin .module-single .module-title {
    font-size: 1em;
}

.module-single table {
    border: 1px solid #F0F0F0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.module-single table tr:last-child {
    border-bottom: 0;
}

.module-single table tr:last-child>td {
    border-bottom: 0;
}

.module-single table {
    border: 0;
}

.submit_buttons input:not([disabled]):not(.light_button) {
    background: #027d88;
}

.submit_buttons input:not([disabled]):not(.light_button):hover {
    background: rgba(1, 100, 108, 255);
}

@media (min-width:1139px) {
    .left-col.right {
        margin-right: 0;
        padding-left: .2em;
        width: 265px;
    }

    .left-col.left {
        width: 250px;
        margin-left: 0;
        padding-right: .2em;
    }
}

.pre-signin .portal-view {
    max-width: none;
}

.pre-signin .video-background {
    display: block;
}

.pre-signin .page-middle-middle .content-wrapper {
    background: transparent;
}

@media screen and (min-width:376px) {
    .pre-signin .page-middle-middle {
        background: transparent;
    }
}

.page-footer-container {
    background: #F0F0F0;
    color: #595959;
}

.signin-links-module {
    border-top: 1px solid #F0F0F0;
    padding-top: .5em;
}

.signin-links-module .simple-listView li {
    border-bottom: 0;
}

.sdccu-signin-links {
    float: right;
    margin-top: 28px;
}

.sdccu-signin-links>li {
    display: inline-block;
    margin-right: 1.5em;
    color: #027D88;
    font-size: 14px;
    cursor: pointer;
}

.sdccu-signin-links>li>a {
    text-decoration: none;
}

@media screen and (max-width:639px) {
    .sdccu-signin-links {
        display: none;
    }
}

@media screen and (min-width:801px) {
    .login-width {
        padding-left: 27em;
        width: 54em;
        box-sizing: border-box;
        background-image: url(../images/Beach_Couple.jpg) !important;
        background-size: 27em 630px;
        background-repeat: no-repeat;
        background-color: white;
        border-radius: 6px;
        min-height: 500px;
    }
}

@media screen and (max-width:800px) {
    .login-width {
        padding-top: 200px;
        background-image: url(../images/Beach_Couple.jpg) !important;
        background-repeat: no-repeat;
        background-size: 100% 400px;
        min-height: 670px;
    }

    .login-width>div.module-single-wrapper {
        margin-left: 0;
    }

    .login-width .module-single {
        border-top-right-radius: 0;
        margin-bottom: 0;
    }

    .login-width .module-single>h2:not(.thumbnail):not(.module_header):first-child,
    .module-single>h1:first-child {
        border-top-right-radius: 0;
    }

    .signin-links-module {
        bottom: 0;
        position: relative;
    }

    .signin-links-module .simple-listView li {
        display: block;
    }
}

.signin-register-link {
    margin: 0;
}

.signin-register-text {
    margin: 0;
}

.login-width {
    position: relative;
}

.page-footer {
    padding: 0;
    background: white;
    background: #FFF;
    width: 100%;
    z-index: 1;
}

.portal-view:not(.use-fixed-footer)>.page-footer {
    position: initial;
}

.page-footer {
    border-top: 1px solid #ddd;
}

@media (max-width:1138px) {
    .page-footer {
        display: block !important;
    }
}

.error_box {
    font-weight: normal;
    font-family: arial;
    background: #FFBABA;
    padding: 7px;
    color: red;
}

@media screen and (min-width:451px) {
    .pre-signin .main-content {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.slider-menu-last-login-date {
    margin-top: 5px !important;
    font-size: 90% !important;
}

a:focus {
    outline-width: 2px;
    outline-offset: 0;
}

#skipToMainContent {
    display: none;
}

.page-primary-nav {
    background: #FEFEFE;
    color: #676767;
    padding: 0;
}

.page-primary-nav .logo {
    display: none;
}

.page-primary-nav .primary-nav {
    max-width: none;
    float: none;
}

.portalmenutree {
    display: block;
}

#page-header-container-2,
.pre-signin .page-primary-nav,
.pre-signin #page-header-container-2 {
    background-color: #027d88;
    align-items: center;
    padding: 0 !important;
    border-width: 0;
}

.pre-signin .page-primary-nav .logo,
#page-header-container-2 .logo {
    margin: 0 auto 0 12px;
    padding: 0;
}

.pre-signin .page-primary-nav .logo {
    margin-left: 20px;
}

.sdccu-signin-links {
    margin: .25em .5em 0 0;
    order: 2;
}

.sdccu-signin-links>li>a,
.sdccu-signin-links>li {
    color: #fefefe;
}

#page-header-container-2 .css-imgLogo,
.pre-signin .page-primary-nav .css-imgLogo {
    background-image: url(../images/sdccu-logo2.png);
    margin: 0;
    background-size: contain;
}

.sdccu-signin-links {
    margin: .25em .5em 0 0;
    order: 2;
}

.sdccu-signin-links>li {
    margin: 0;
    padding: 0 .75em;
}

.sdccu-signin-links>li>a,
.sdccu-signin-links>li {
    color: #fefefe;
}

@media (max-width:1138px) {
    #page-header-container-2 {
        display: flex;
    }
}

@media (min-width:1139px) {
    .page-primary-nav {
        display: flex;
    }

    .sdccu-signin-links {
        margin-right: 15px;
    }
}

@media (max-width:480px) {
    #page-header-container-2 .css-imgLogo {
        width: 175px;
    }

    .pre-signin #page-header-container-2 .css-imgLogo {
        width: 220px;
    }
}

@media (max-width:320px) {
    #page-header-container-2 .css-imgLogo {
        width: 160px;
    }
}

.slider-menu-container {
    background: #fefefe;
}

.slider-menu-container .portalmenutree {
    padding: 0;
}

.slider-menu .menu-items {
    color: #676767;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.signin-register-link ul,
.signin-register-text {
    margin: 0 1.5em;
}

.signin-register-text {
    margin-bottom: 1em;
}

.signin-register-link .signin-links {
    padding: 0;
}

@media screen and (min-width:801px) {
    .login-width {
        padding-left: 0;
        padding-top: 1em;
        width: 54em;
        box-sizing: border-box;
        background-image: none !important;
        background-size: 0;
        background-repeat: no-repeat;
        background-color: none;
        border-radius: 0;
        min-height: 450px;
    }
}

@media screen and (max-width:800px) {
    .login-width {
        padding-top: .5em;
        padding-bottom: .5em;
        background-image: none !important;
        background-repeat: no-repeat;
        background-size: 0;
        min-height: 0;
    }
}

@media screen and (max-width:435px) {
    .login-width {
        padding-top: 1em;
        padding-bottom: 1em;
    }
}

.LoginModule {
    margin-bottom: 1em;
}

.bn-contain {
    border-radius: 5px;
    overflow: hidden;
    background: white;
    display: flex;
    min-width: 650px;
    min-height: 450px;
}

@media screen and (max-width:800px) {
    .bn-contain {
        display: block;
        min-width: 0;
        min-height: 0;
    }
}

@media screen and (max-width:435px) {
    .bn-contain {
        border-radius: 0;
    }
}

.login-width .module-single {
    border-radius: 0;
    flex: 1 1 50%;
}

.login-width>div.module-single-wrapper {
    margin-left: 0;
}

.login-width .module-single:not(.ui-dialog) {
    background: 0;
}

.login-width>div.module-single-wrapper {
    border-radius: 5px;
    overflow: hidden;
    background: white;
}

.signin-banner {
    display: flex;
    flex: 1 1 100%;
    height: 100%;
    width: 320px;
}

@media screen and (max-width:800px) {
    .signin-banner {
        width: 100%;
    }
}

.signin-banner .image {
    background-size: cover !important;
    padding: 1em;
    min-height: 450px;
    width: 320px;
}

@media screen and (max-width:800px) {
    .signin-banner .image {
        min-height: 150px;
        width: 100%;
    }
}

.pre-signin .page-middle-middle .content-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5em auto;
}

@media screen and (max-width:800px) {
    .pre-signin .page-middle-middle .content-wrapper {
        margin: 1em 2em;
    }
}

@media screen and (max-width:451px) {
    .pre-signin .page-middle-middle .content-wrapper {
        margin: 0 auto;
    }
}

@media screen and (max-width:451px) {
    .pre-signin .main-content {
        margin: 0;
    }
}

.pre-signin .page-middle-container.page-content-container {
    width: 100%;
    display: flex;
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .pre-signin .page-middle-container.page-content-container {
        height: 1em;
    }
}

.pre-signin .main-sortable.login-width {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

@media screen and (min-height:650px) and (min-width:1139px) {
    .pre-signin .main-sortable.login-width {
        position: relative;
        margin: 0;
        padding: 0;
        display: flex;
        flex: 1;
        flex-direction: column;
    }
}

@media screen and (min-width:376px) and (max-height:768px) {
    .pre-signin .main-sortable.login-width {
        margin: 0 auto;
        left: unset;
    }
}

.pre-signin div#content-wrapper {
    flex: 1;
    padding: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

@media screen and (max-width:600px) {
    .pre-signin div#content-wrapper {
        display: flex;
        width: 100%;
    }
}

.pre-signin .page-middle-middle {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.slider-menu-customize-modules {
    display: none;
}

a:focus,
li:focus,
button:focus,
input:focus {
    outline: 0;
    outline-offset: -2px;
}

div#M_MessageQueue {
    background-color: transparent !important;
}

.error_box {
    padding: 15px;
    color: #D8000C;
    background: #FFBABA;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 16px;
}

@media screen and (max-width:700px) {
    .error_box {
        font-size: 14px;
    }
}

.fed-insured-icon {
    display: none;
}

.fed-insured-text,
.equal-housing-text {
    font-size: 1.3em;
}

.fed-insured-text {
    margin-left: 12%;
}

@media screen and (max-width:400px) {

    .fed-insured-text,
    .equal-housing-text {
        font-size: 1.1em;
    }
}

@media screen and (max-width:800px) {
    .fed-insured-text {
        top: 3px;
    }
}

.scroll-more-text {
    display: none !important;
}

div[aria-describedby="M_messageDialog_D"].default-dialog {
    overflow-y: hidden !important;
}

.signin-page .content-wrapper .main-content,
.pre-signin .main-content {
    margin: 0;
}

.desktop-device .module-container .mainmodule,
.desktop-device .module-container.mainmodule {
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 7px 22px 7px 22px !important;
    position: relative;
}

.exit-modal {
    padding: 1em 1em 1em 1.7em;
}

.ui-dialog-title {
    width: 0px;
}

.left-col.left,
.left-col.right {
    display: none;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

@media(max-width: 420px){
    .pre-signin .main-sortable.login-width{
        width: 100%;
    }
    .pre-signin .main-sortable.login-width{
        left: 0;
    }
}