@font-face {
    font-family: 'Schwab-Icon-Font';
    src: url('../fonts/Schwab-Icon-Font.eot') format('embedded-opentype');
    src: url('../fonts/Schwab-Icon-Font.eot') format('embedded-opentype'), url('../fonts/Schwab-Icon-Font.svg') format('svg'), url('../fonts/Schwab-Icon-Font.ttf') format('truetype'), url('../fonts/Schwab-Icon-Font.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: CharlesModern-Light;
    src: url('../fonts/CharlesModern-Light.eot');
    src: url('../fonts/CharlesModern-Light.eot') format('embedded-opentype'), url('../fonts/CharlesModern-Light.woff') format('woff'), url('../fonts/CharlesModern-Light.ttf') format('truetype'), url('../fonts/CharlesModern-Light.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: CharlesModern;
    src: url('../fonts/CharlesModern-Regular.eot');
    src: url('../fonts/CharlesModern-Regular.eot') format('embedded-opentype'), url('../fonts/CharlesModern-Regular.woff') format('woff'), url('../fonts/CharlesModern-Regular.ttf') format('truetype'), url('../fonts/CharlesModern-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal
}

.as-sch {
    font-family: 'Schwab-Icon-Font', sans-serif;
    speak: none;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.as-sch-2t {
    font-size: 32px;
}

/*atomic icon formatting*/
[class^="as-sch-"],
[class*="as-sch-"] {
    font-family: 'Schwab-Icon-Font', sans-serif;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.as-sch-info-circle-2t:before {
    content: "\e63b";
}

.as-sch-info-circle:before {
    content: "\e602";
}

.as-sch-exclamation-octagon-2t:before {
    content: "\e63d";
}

.as-sch-exclamation-octagon:before {
    content: "\e604";
}

.as-sch-check-circle:before {
    content: "\e605";
}

.as-sch-check-circle-2t:before {
    content: "\e649";
}

.as-sch-exclamation-triangle:before {
    content: "\e600";
}

.as-sch-exclamation-triangle-2t:before {
    content: "\e61d";
}

.my-container {
    position: relative;
    margin-top: 9%;
    margin-left: 35%
}

.as-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    color: black;
    margin-top: 5px;
}

html,
body {
    height: 100%;
    background-color: #ffffff;
}

.sc-logo {
    display: inline-block;
    background-image: url("../images/charles_schwab_logo.svg");
    width: 95px;
    height: 95px;
    margin-top: 0.19px;
    /*margin-left: 30px;*/
    margin-bottom: 14.75px;
    /*margin-right: 2px;*/
}

.sc-logo-text {
    font-size: 15px !important;
    font-weight: bold;
    font-family: 'Charles Modern', Helvetica Neue, sans-serif, Helvetica !important;
    margin-left: 40px;
    margin-top: 22px;
    color: #FFFFFF;
}

.sc-text {
    margin-top: 30px;
}

#sc-header {
    height: 95px !important;
    background: linear-gradient(#435562,#344551);
}

.hr-footer {
    border: 1px solid #E7E7E7;
    position: relative;
    margin-top: -41px;
}

.hr-footer-div {
    margin-bottom: 38px;
}

.sc-footer-text {
    height: 45px;
    color: #666666;
    font-family: Arial, sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding-bottom: 24px;
    padding-top: 24px;
}

.minBodyHeight {
    min-height: 475px !important;
}

#messenger {
    display: block;
    text-align: left;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 16px;
}

.msg-body {
    padding: 10px 10px 10px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-top: 0px;
}

#divFallbackAvisorContent .col {
    width: 100%;
}

#LoginContainer .col {
    max-width: 1024px;
    width: 100%;
}

.as-sch-icon-info {
    color: #0066CC;
    display: block;
    font-size: 32px;
}

.as-sch-icon-error {
    color: #AA0033;
    display: block;
    font-size: 32px;
}

.as-sch-icon-success {
    color: #007900;
    display: block;
    font-size: 32px;
}

.as-sch-icon-warning {
    color: #F2CA43;
    display: block;
    font-size: 32px;
}


.msgDetails {
    padding: 5px 10px;
    width: 100%;
    text-align: left;
    font-family: 'Schwab-Icon-Font', Arial;
    font-size: 14px;
    color: #000;
}

.msgDetails p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 0rem;
}

.sdk-cms {
    display: inline-block;
    width: 100%;
}

.info {
    background-color: #edf3f9;
    border: 1px solid #9ecde0;
}

.success {
    background-color: #F0F9F0;
    border: 1px solid #ADDCAD;
}

.error {
    background-color: #FCF7F9;
    border: 1px solid #AA0033;
}

.warning {
    background-color: #FEFAEE;
    border: 1px solid #F7DF8C;
}

#divLmsIframeContainer {
    margin-top: -10px;
}

.divfallbackImage {
    background-image: url("../images/fallback.png");
    width: 1222px;
}

.divSlimfallbackImage {
    z-index: -1;
}
/*Login Footer Css*/

.footer-schwab-helpmsg {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px;
}

.footer-paragraphs {
    font-size: 11px;
    font-weight: 400;
    margin: 0 0 10px;
}

/* End Footer CSS*/
#div-sac-lms-container {
    height: 100% !important;
}

#meganv-util--wide--LogIn {
    display: none !important;
}

#meganv-util--narrow--Login {
    display: none !important;
}

/* CMS Classic Backup Page CSS*/
#cmsbackup-header {
    background-color: #f8f8f8;
    border-bottom: 1px #b1c8d8 solid;
    height: 94px !important;
    width: 100%;
}

.charlesSchwab-logo {
    display: inline-block;
    background-image: url("../images/schwab-logo82by80.png");
    width: 82px;
    height: 80px;
    margin-left: 0px;
    margin-bottom: 14.75px;
    margin-right: 2px;
    padding: 0 10px !important;
}

.sc-footer {
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: white;
    color: black;
    margin-top: 30px;
    position: relative;
}

.sc-WelcomeText {
    font-family: 'Charles Modern Medium', sans-serif;
    font-size: 24px;
}

#sacClassic-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
/*.grid-col {
    width: 357px!important;
}*/
div#lowerRight_box {
    padding: 5px !important;
}

.right-box-title {
    padding-top: 14.940px;
}

.r-box-paragraph {
    line-height: normal;
    margin: 10px 0;
}

.pHeader {
    font-weight: 700;
    font-size: 1em;
}

.loginBody .Pagecontent {
    position: relative;
    top: auto;
    bottom: auto;
    margin: 0 auto;
    width: 1014px;
    min-width: 1014px;
    min-height: 655px;
}

#AdvisorContent {
    width: 1014px;
    min-width: 1014px;
    margin: 0 auto !important;
}

.loginBody {
    background-color: #fff;
}

.as-header-container {
    margin: auto;
    width: 100%;
}

#LoginContainer {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 655px;
}

    #LoginContainer .Header {
        margin: 0px;
    }

.Container, .Pagecontent {
    width: 100%
}

.Pagecontent {
    position: relative;
}

#pageContent {
    top: 0px;
    margin-bottom: 38px;
}

#LogonMainContent {
    position: relative;
    height: 345px;
}

.LogonLeftCenterModules {
    width: 682px;
    float: left;
}

.LogonRightModule {
    width: 332px;
    float: left;
}

.LogonModules {
    position: relative;
    margin-top: 10px;
    min-width: 1063px;
    width: 100%;
}

    .LogonModules, .LogonModules > div {
        height: 307px;
    }

        .LogonModules.Logout, .LogonModules.Logout > div {
            height: 350px;
        }

#LogonFooterContainer {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
}

.LogonFooterWrapper {
    position: relative;
    width: 1034px;
    margin-left: auto;
    margin-right: auto;
}

.loginBody .Pagecontent * {
    font-family: CharlesModern, Tahoma, helvetica, verdana, sans-serif;
}

#LogonBrowserSupport {
    font-size: 9px;
    font-weight: bold;
    height: 15px;
    position: absolute;
    display: block;
    margin-left: 10px;
    bottom: 45px;
    white-space: nowrap;
    z-index: 10;
}

#LogonForInstitutionalUse {
    font-size: 9px;
    height: 20px;
    position: absolute;
    display: block;
    margin-left: 10px;
    bottom: 27px;
    white-space: nowrap;
    z-index: 10;
}

.cmsc-footer {
    width: 98.5%;
    min-width: 1010px;
    height: 33px;
    position: absolute;
    display: block;
    margin-left: 10px;
    margin-right: 6px;
    bottom: 0;
    line-height: 15px;
    margin-top: 5px;
    white-space: nowrap;
    z-index: 10;
}

.cmsc-footer {
    left: 0;
}

.Header {
    background-color: #f7f7f7;
    border-bottom: 1px #b1c8d8 solid;
    height: 94px;
}

.LogonHeaderWrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 10px;
    width: 1034px;
}

.LogonModules_cmsClassic {
    position: relative;
    margin-top: 10px;
    min-width: 1014px;
    width: 100%;
}

.LogonFooterWrapper_cmsClassic {
    position: relative;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
}

.as-header-container-cmsClassic {
    margin: auto;
    width: 1024px;
}

.as-container_welcomePage {
    max-width: 1280px !important;
    position: relative;
    margin-bottom: 24px
}

.as-container_sac {
    max-width: 1280px !important;
    margin: auto;
}

/********* Fallback page style starts ************/
.fallback-ul {
    margin-top: 10px !important;
}

    .fallback-ul li:first-child {
        border-top: 0px;
    }

.fallback-li {
    list-style-type: none !important;
    padding: 10px 0 !important;
    border-top: 1px solid #ddd;
    font-size: 18px;
    line-height: 24px;
}

.fallback-article-heading {
    margin-bottom:14px;
    font-size: 32px !important;
    line-height: 38px !important;
}

.fallback-medium-heading {
    font-size: 22px;
    line-height: 28px;
}

.fallback-svc-margin {
    margin: 30px 0 40px 0;
}

.fallback-li-last-child {
    border-bottom: 1px solid #DDD;
}

.fallback-container-margin {
    margin-bottom: 50px;
}

.fallback-content-margin {
    margin: 0px;
}

#as-logo {
    height: 80px;
    background: #f7f7f7;
    border-bottom: 1px solid #b0c8d9;
    position: relative;
}

.falback-seperator-hr-margin {
    clear: both; 
    margin-top: 5px;
}

.fallback-call-to-action {
    font-family: "CharlesModern","CharlesModern-Regular","Helvetica Neue",Helvetica,sans-serif;
    font-size: 20px;
    margin-top: 50px;
}

.fallback-bullet {
    font-size: 12px;
    margin-right: 10px;
}
/********* Fallback page style end ************/

/****welcome message and login frame***/
#defaultFrame {
    float: right;
    min-height: 65px;
    width: 100%;
}

#divLoginIFrame #lms-login-widget {
    border: transparent;
    margin-top: 16px;
    z-index: 1;
}

/* Styles for GEM messages -- start */
/*atomic icon formatting*/
[class^="gem-styles-"],
[class*="gem-styles-"] {
    clear: both !important;
    font-family: 'Schwab-Icon-Font', Arial, Helvetica, sans-serif;
    display: inline-block;
    font-style: normal;
    font-size: 13px;
    font-variant: normal;
    text-transform: none;
    line-height: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 0px !important;
}

.gem-style-main {
    background: white;
    margin: -2px -1px 0 -1px !important;
    position: relative !important;
    padding: 0px 0px 16px 0px !important;
    z-index: 1;
}

.gem-styles {
    border: 0 !important;
    border-collapse: collapse !important;
}

.msg-body {
    padding: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.info {
    background-color: #E8F8FF;
    border: 1px solid #006E99;
}

.error {
    background-color: #FEE7E8;
    border: 1px solid #C10B14;
}

.warning {
    background-color: #FFF7E5;
    border: 1px solid #B37B00;
}

.gem-styles-icon-info {
    color: #006E99;
    display: block;
    font-size: 32px;
}

.gem-styles-icon-error {
    color: #C10B14;
    display: block;
    font-size: 32px;
}

.gem-styles-icon-success {
    color: #007900;
    display: block;
    font-size: 32px;
}

.gem-styles-icon-warning {
    color: #B37B00;
    display: block;
    font-size: 32px;
}

.gem-styles-info-circle-2t:before {
    content: "\e63b";
}

.gem-styles-exclamation-octagon-2t:before {
    content: "\e63d";
}

.gem-styles-exclamation-triangle-2t:before {
    content: "\e61d";
}

.msgIcon {
    max-width: 32px;
    height: auto;
    display: flex;
    align-items: center;
}

.msgDetails span {
    font-family: 'Schwab-Icon-Font', Arial;
    float: left;
    text-align: left;
}

    .msgDetails span p {
        font-family: 'Schwab-Icon-Font', Arial;
    }

.gemStyleForThreeMessages {
    margin-top: 168px !important;
    top: 168px !important;
}

.gemStyleForTwoMessages {
    margin-top: 128px !important;
    top: 128px !important;
}

.gemStyleForOneMessages {
    margin-top: 72px !important;
    top: 72px !important;
}

.gemMessageClearStyle {
    clear: both !important;
}

#balancesControl .gemThreeMessagesStyle {
    top: 120px !important;
    clear: both !important;
}

#balancesControl .gemTwoMessagesStyle {
    top: 98px !important;
    clear: both !important;
}

#balancesControl .gemoneMessagesStyle {
    top: 68px !important;
    clear: both !important;
}

/* Styles for GEM messages -- End */