﻿body {
    font-family: 'Inter';
    color: #3a3a3a;
    margin: 0;
}

a {
    color: #3a3a3a;
    text-decoration: none;
}

.lc-page {
}

.lc-header {
    padding: 20px 16px;
    border-bottom: 4px solid rgba(204, 204, 204, 0.5);
}

.lc-header-container {
    max-width: 1440px;
    margin: auto;
}

.lc-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lc-logo {
    height: 40px;
    padding-left: 10px;
}

.lc-container {
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background-color: #f9f9f9;
}

.lc-standalone-content {
    padding: 24px 48px 24px 48px;
}

.lc-standalone-container {
    max-width: 1440px;
    margin: auto;
}

.lc-sidebar {
    width: 312px;
    flex-shrink: 0;
    background-color: #f9f9f9;
    padding: 40px 0px;
    top: 0;
}

.lc-sidebar-heading {
    font-weight: bold;
    font-size: 1.125em;
    color: #3a3a3a;
    padding: 4px 32px 12px;
}

.lc-sidebar-hr {
    border: 1px solid #e3e3e3;
    margin: 36px 32px;
}

.lc-sidebar-entry {
    height: 24px;
    font-size: .9375em;
    color: #3a3a3a;
    padding: 4px 32px;
}

    .lc-sidebar-entry.search-page {
        height: auto;
        width: auto;
        margin: 32px 32px 0 32px;
        padding: 0;
        font-size: inherit;

        @media all and (min-width:48em) {
            display: none;
        }
    }

.lc-header-content .search-page {
    height: auto;
    width: auto;
    margin: 0 32px;
    padding: 0;
    font-size: inherit;

    @media all and (max-width:48em) {
        display: none;
    }
}

.lc-sidebar-selected {
    border-left: 6px solid #0095db;
    padding-left: 26px;
}

.lc-sidebar ul {
    list-style-type: none;
    margin: 8px 0px 17px 0px;
}

.lc-sidebar li {
    height: 24px;
    font-size: .9375em;
    margin: 8px 18px;
}

.lc-content-container {
    flex-grow: 1;
    background-color: white;
}

.lc-hero {
    width: 100%;
    height: 385px;
    display: flex;
    align-items: center;
    justify-content: left;
}

.lc-hero-content {
    padding: 0 16px 0 80px;
}

.lc-hero-title {
    font-size: 4rem;
    font-weight: bold;
    line-height: 5rem;
    color: white;
    margin: 0 0 15px 0;
    width: 100%;
}

.lc-hero-description {
    font-size: 1.25rem;
    line-height: 2rem;
    color: white;
}

.lc-hrdiv {
    width: 180px;
    height: 4px;
    background-color: #0095db;
    margin-top: 16px;
    margin-bottom: 32px;
}

.lc-content-container {
    width: 100%;
    max-width: 1128px;
    background: white;
    background: white -webkit-linear-gradient(-135deg, #0095db 200px,transparent 13px,transparent 100%);
    background: white -moz-linear-gradient(-135deg, #0095db 200px,transparent 13px,transparent 100%);
    background: white -o-linear-gradient(-135deg, #0095db 200px,transparent 13px,transparent 100%);
    background: white -ms-linear-gradient(-135deg, #0095db 200px,transparent 13px,transparent 100%);
    background: white linear-gradient(-135deg, #0095db 200px,transparent 13px,transparent 100%);
}

.lc-content {
    max-width: 922px;
    padding: 54px 110px 48px 48px;
}

    .lc-content img, .lc-standalone-content img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .lc-content h1 {
        font-size: 4.0625rem;
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .lc-content h2 {
        font-size: 2.375rem;
        font-weight: bold;
        margin-bottom: 0px;
        margin-top: 48px;
    }

        .lc-content h2:first-child {
            margin-top: 0px;
        }

    .lc-content p, .lc-standalone-content p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        margin: 26px 0px 16px 0px;
    }

    .lc-content a, .lc-standalone-content a {
        color: #006485;
    }

        .lc-content a:hover, .lc-standalone-content a:hover {
            color: #00A1D6;
        }

    .lc-content li, .lc-standalone-content li {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lc-content h3 {
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 2rem;
        margin-top: 32px;
    }

    .lc-content hr, .lc-standalone-content hr {
        border: 1px solid #e3e3e3;
        margin: 48px 0px;
    }

    .lc-content table, .lc-standalone-content table {
        font-size: .9375rem;
        line-height: 1.5rem;
        color: #3a3a3a;
    }

    .lc-content table, .lc-content th, .lc-content td, .lc-standalone-content table, .lc-standalone-content th, .lc-standalone-content td {
        border: 1px solid #e3e3e3;
        border-collapse: collapse;
    }

    .lc-content th, .lc-content td, .lc-standalone-content th, .lc-standalone-content td {
        padding: 8px 16px;
    }

    .lc-content th, .lc-standalone-content th {
        font-weight: bold;
        color: white;
        background-color: #0095db;
    }

.lc-step-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 24px;
}

.lc-step {
    flex: 1;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 16px 16px 32px 16px;
    box-shadow: 1px 1px 10px 0 rgba(58, 58, 58, 0.1);
}

.lc-step-text {
    font-size: 1.125rem;
    line-height: 1.56rem;
}

.lc-step-icons {
    font-size: 2em;
    color: #0095db;
    margin: 22px 0 30px 0;
}

.lc-feature-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px;
}

.lc-feature {
    display: flex;
    align-items: center;
    width: 259px;
    height: 96px;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 16px;
    box-shadow: 1px 1px 10px 0 rgba(58, 58, 58, 0.1);
}

.lc-feature-text {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.56rem;
    margin: 16px;
}

    .lc-feature-text a:hover {
        text-decoration: underline;
    }

.lc-feature-circle {
    width: 64px;
    height: 64px;
    border: solid 1px #fff;
    background-color: #f9f9f9;
    border-radius: 32px;
    margin: 22px 0 30px 0;
    flex-shrink: 0;
}

.lc-feature-icons {
    display: block;
    font-size: 1.5em;
    color: #0095db;
    text-align: center;
    vertical-align: middle;
    line-height: 64px;
    padding-left: 10px;
}

/* promotion */
.lc-promo {
    padding: 48px;
    margin: 0px 48px 48px 48px;
    box-shadow: 1px 1px 10px 0 rgba(58, 58, 58, 0.1);
}

.lc-promo-wrapper {
    display: flex;
    align-items: center;
}

.lc-promo-image {
    display: block;
    margin-right: 48px;
}

.lc-promo-heading {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
}

.lc-promo-body {
    margin-bottom: 22px;
}

.lc-promo-hr {
    width: 180px;
    height: 4px;
    background-color: #cccccc;
    margin-top: 12px;
    margin-bottom: 16px;
}

/* button styles*/
a.btn {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5rem;
    color: #3a3a3a;
    background: #fff;
    padding: 12px 16px;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
}

a.btn-yellow {
    background-color: #ffe900;
}

/* menu styles */
.N01__menu-toggle {
    cursor: pointer;
    height: 100%;
    position: relative;
    display: none;
    align-items: center;
    padding: .4em;
    box-sizing: border-box;
    color: #3a3a3a;
}

    .N01__menu-toggle svg {
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        vertical-align: top;
    }

.N01__menu-expand {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 80px;
    visibility: hidden;
    background-color: #f9f9f9;
    z-index: 2;
}

.N01__menu-active {
    visibility: visible;
    opacity: 1;
}

/* step line */
.lc-steps {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 72px 0px;
}

.lc-step1, .lc-step2, .lc-step3 {
    display: none;
}

.lc-step-circle {
    width: 54px;
    height: 54px;
    border: solid 5px #007db8;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 32px;
    flex-shrink: 0;
    color: #007db8;
}

    .lc-step-circle a {
        color: #007db8;
    }

.lc-step-done {
    background-color: #007db8;
    color: white;
}

    .lc-step-done a {
        color: white;
    }

.lc-step-notdone {
    background-color: white;
    border: solid 5px #e3e3e3;
    color: #e3e3e3;
}

    .lc-step-notdone a {
        color: #e3e3e3;
    }

.lc-step-number {
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 2rem;
    cursor: pointer;
}

.lc-step-line {
    width: 100%;
    height: 4px;
    background-color: #e3e3e3;
    margin: 0 21px;
}

.lc-step-line-blue {
    background-color: #007db8;
}

.lc-next {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.75rem;
    text-decoration: underline;
    cursor: pointer;
}

.show-mobile {
    display: none;
}

.acc-title {
    border-bottom: 1px solid #E3E3E3;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.acc-rotate-chevron {
    transform: scaleY(-1) !important;
}

.acc-content {
    display: none;
}

/* media queries */
@media all and (max-width:48em) {
    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }

    .lc-hero-content {
        padding: 0 16px;
    }

    .lc-hero-title {
        font-size: 3rem;
        line-height: 4rem;
    }

    .lc-hero-description {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lc-content-container {
        background: white -webkit-linear-gradient(-135deg, #0095db 100px,transparent 13px,transparent 100%);
        background: white -moz-linear-gradient(-135deg, #0095db 100px,transparent 13px,transparent 100%);
        background: white -o-linear-gradient(-135deg, #0095db 100px,transparent 13px,transparent 100%);
        background: white -ms-linear-gradient(-135deg, #0095db 100px,transparent 13px,transparent 100%);
        background: white linear-gradient(-135deg, #0095db 100px,transparent 13px,transparent 100%);
    }

    .lc-content {
        display: block;
        padding: 48px 16px 64px 16px;
    }

    .lc-sidebar {
        display: none;
    }

    .N01__menu-toggle {
        display: flex;
    }

    .N01__menu-expand ul {
        display: none;
    }

    .lc-step-container {
        flex-direction: column;
    }

    .lc-step {
        flex: auto;
        margin-right: 0px;
    }

    .lc-feature {
        width: 100%;
        margin-right: 0px;
    }

    .lc-content h1 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .lc-content h2 {
        font-size: 1.75rem;
        line-height: 2rem;
    }

    .lc-content p {
    }

    .lc-content h3 {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .lc-promo-wrapper {
        flex-direction: column;
    }

    .lc-promo-image {
        margin-right: 0px;
        margin-bottom: 32px;
    }

    .lc-step-line {
        width: 68px;
    }

    .lc-step-circle {
        width: 40px;
        height: 40px;
        border-radius: 25px;
    }
}

/* footer styles */
.lc-footer-container {
    width: 100%;
    background: url("/SVB_Assets/images/learning-central/tile-bg.png") left top;
}

.lc-footer {
    clear: both;
    padding: 48px 48px 28px 48px;
    font-size: .8125rem;
}

.lc-footer-copyright,
.lc-footer-link {
    display: inline-block;
}

.lc-footer-copyright {
    margin-top: 4px;
    color: #9b9b9b;
}

.lc-footer p {
    color: #9b9b9b;
}

.lc-footer a {
    color: #006485;
    text-decoration: none;
}

    .lc-footer a:hover {
        text-decoration: underline;
    }

@media all and (max-width:48em) {
    .lc-footer {
        padding: 48px 16px 16px 16px;
    }
}
