
.abs-positioned-fw-bg {
    background: rgba(0, 106, 195, 0.30);
    height: 100%;
    position: absolute;
    left: -50vw;
    width: 200vw;
    z-index: 1;
}

.mar-b-24 {
    margin-bottom: 24px;
}

.drop-shadow {
    filter: drop-shadow(0px 3.591px 7.847px rgba(37, 37, 37, 0.08)) drop-shadow(0px 12.062px 26.357px rgba(37, 37, 37, 0.06)) drop-shadow(0px 54px 118px rgba(37, 37, 37, 0.04));
}

.login-container {
    display: flex;
    max-width: 770px;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 8px;
    background: #FFF;
    height: 100%;
    z-index: 2;
    width: 100%;
}
.login-container h3, .login-container p {
    margin-bottom: 0;
}



.login-and-img {
    display: flex;
    align-items: center;
    padding-top: 84px;
    padding-bottom: 84px;

    @media screen and (min-width: 640px) {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.login-img {
    z-index: 2;
    margin-left: 100px;
    margin-right: 15px;
}

.login-img img {
    max-width: 391px;
    min-width: 250px;
    width: 100%;
}

.bubble {
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 196px;
    border: 0.5px solid #006AC3;

    color: #006AC3;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
}

.bubble.active {
    background: #EDF7FC;
}

/* most content hidden at load */
.bubble-button-content, .side-nav-button-content {
    display: none;
}

.bubble-nav {
    display: flex;
    align-items: center;
    align-content: center;
    gap: 16px;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.sidenav-w-linked-content {
    display: flex;
    gap: 35px;
}

.sidenav {
    display: flex;
    max-width: 368px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.sidenav .nav-link {
    color: #006AC3;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.hero-cta-btns {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.hero-cta-btns .btn {
    padding: 16px 32px;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 0;
    width: 255px;
    min-width: 255px;
}

@media screen and (max-width: 639px) {
    .hero-cta-btns, .hero-cta-btns .btn {
        width: 100%;
    }
}

/* override standalone-pdf with a design to match the figma */
.standalone-pdf::after {
    display: none;
}
.standalone-pdf {
    display: flex;
    margin-top: 16px;
}
/* ours comes before and is smaller */
.standalone-pdf::before {
    margin-right: 8px;
    content: url(../images/square-pdf-icon.svg);
    width: 24px;
    height: 24px;
    display: inline-block;
}


/* contact */
table.table-striped:not(.stacktable) tr:nth-child(odd) td {
    background-color: #fafafa !important;
}

table.table-striped:not(.table-stack) tbody tr:nth-child(odd) td,
table.table-striped:not(.table-stack) tbody tr:nth-child(odd) th {
    background-color: #fafafa !important;
}

table {
    border-bottom: 2px solid #c4c8cc !important;
}

table thead tr {
    border-bottom: 2px solid #c4c8cc !important;
}

.table-swipe tbody .tablesaw-swipe-cellpersist,
table tbody .tablesaw-swipe-cellpersist {
    border-right: 0px !important;
}

.text-normal {
    font-weight: 300 !important;
}

a {
    word-break: break-word !important
}

.contact-us h4 {
    font-size: 18px !important;
}


.circle-icon-container {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 30px;
}

.useful-resources .pdf-link, .useful-resources .standalone-pdf {
    margin-bottom: 16px;
    display: block;
}

.training-videos a {
    display: flex;
    margin-bottom: 16px;
}
.training-videos a::after {
    margin-left: 8px;
    content: url(../images/destination-icon.svg);
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-top: 3px;
}

.sidenav button.nav-link::after {
    margin-left: 8px;
    content: url(../images/standalone-right-blue.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    margin-top: 1px;
}

.sm-rbcdisplay-heading {
    /* Headings/Desktop/H5 */
    font-family: "RBCDisplay";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 150% */
}

#get-started h3 {
    margin-top: 30px;

    @media screen and (min-width: 640px) {

        font-size:  30px;
        font-style: normal;
        font-weight: 500;
        line-height: 38px; /* 126.667% */
    }
}

.sidenav-w-linked-content h4.h3 {
    @media screen and (min-width: 640px) {
        font-size:  30px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 38px !important; /* 126.667% */
    }
}

#get-started h5, .sidenav-linked-content h5 {
    @media screen and (min-width: 640px) {
        /* Headings/Mobile/H5 */
        font-family: Roboto;
        font-size: 16px !important;
        font-style: normal;
        font-weight: 500;
        line-height: 24px !important; /* 150% */
    }
}

#get-started {
    max-width: 774px;
}

.pdf-link.nudge-up::before {
    top: -5px;
}

@media screen and (min-width: 640px) and (max-width: 900px) {



    .login-img {
        margin-left: 50px;
    }
}
@media screen and (min-width: 640px) {
    main {
        padding-top: 15px;
    }

    .login-img {
        width: 100%;
        margin-right: -200px;
    }
    .login-img img {
        max-width: min(391px, 30vw);
    }
}
@media screen and (max-width: 639px) {
    .nav-link.active {
        font-weight: 500;
        text-decoration: underline;
    }

    .login-container {
        margin-bottom: 60px;
    }

    .login-and-img {
        flex-direction: column-reverse;
        padding-top: 0;
        padding-bottom: 0;
    }

    .login-img {
        margin-left: 0;
        margin-right: 0;
    }

    .login-img img {
        max-width: 250px;
    }

    .sidenav-w-linked-content {
        flex-direction: column;
    }

    .sidenav {
        max-width: 100%;
    }

}