﻿* {
    box-sizing: border-box;
}

.body {
}

.main-nav {
    border-bottom: 2px solid #96B522;
    background: #96B522;
    padding: 10px;
    justify-content: center;
    display: flex;
}

    .main-nav:after {
        clear: both;
        content: "\00a0";
        display: block;
        height: 0;
        font: 0px/0 serif;
        overflow: hidden;
    }

/*.nav-brand {
    float: left;
}*/

.navbar {
    background-color: #FCF9F5;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 4%), 0px 2px 6px rgb(0 0 0 / 4%), 0px 0px 1px rgb(0 0 0 / 4%);
    font-size: 14px;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
}

.nav-item {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-link {
    display: block;
    padding: .5rem .5rem !important;
    font-weight: 700 !important;
    font-family: 'Work Sans', sans-serif !important;
    white-space: unset !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #3F3F3F !important;
}

.dropdown-menu > li.active > a.nav-link {
    color: #fff !important;
}

/*.homeInNavBar {
    color: #0095F2 !important;
}*/
.navbar-nav > .active > a {
    color: #0095F2 !important;
}

.signInButtonInNavBar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #0095F2;
    color: white;
    font-weight: 700 !important;
    width: 100px;
    height: 36px;
    border-radius: 4px;
    padding: 8px;
}

.bmcLogoInNavBar {
    height: 45px;
    margin-left: 20%;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.row {
    margin: 0;
}

#mobileBg {
    display: none;
}

.mobileContainer {
    display: none;
}

#main-menu {
    clear: both;
    border-bottom: 0;
}

.everythingYouNeedText {
    font-weight: bold;
    display: flex;
    text-align: left;
    color: #202020;
    font-size: 36px;
    line-height: 40px;
}

.marketYourBankText {
    color: #0095F2 !important;
}

.introNewSubText {
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 32px;
    margin-top: 7%;
    margin-bottom: 7%;
    color: #3f3f3f;
    vertical-align: middle;
}

.scheduleDemoIntroButton {
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    padding: 16px 12px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.titleText {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 40px;
    line-height: 60px;
}

.titleMobile {
    display: none;
}

.contentText {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    width: 90%;
    align-items: center;
    color: #3F3F3F;
}

.rightText {
    padding-top: 5%;
    padding-left: 5%;
}

.leftText {
    padding-top: 10%;
    padding-left: 3%;
}

body {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #FCF9F5;
}

.scheduleButton {
    font-size: 15.36px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    padding: 16px 12px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 40%;
}

.mainTitle {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 46px;
    line-height: 60px;
}

.subMain {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    width: 70%;
    align-items: center;
    color: #5f5f5f;
    text-shadow: 0px 1px 0px #5f5f5f;
}

.secondCarouselContainer {
    width: 100%;
    padding: 0;
    padding-bottom: 2%;
    padding-top: 2%;
    background-color: white;
}

.carouselText2 {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5vw;
    line-height: 30px;
}

.d-inline-flex {
    transform: translateY(-200%);
    bottom: initial;
    width: 1200px;
}

img.logo2 {
    height: 90px;
    padding-left: 7%;
    transform: translate(10%,-180%);
    position: relative;
}

.overlay {
    position: absolute;
    z-index: 12;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

.overlay2 {
    display: none;
}

.carouselLogo {
    position: absolute;
    top: 100%;
    left: 0;
    height: 60%;
}

.logoText {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 1.1vw;
}

.carousel-inner {
    /*display: flex;*/
    max-width: 100%;
    /*height: 600px;*/
    justify-content: center;
    margin: auto;
    overflow: visible;
}

#inner2 {
    height: 400px;
}

.navbarNav {
    justify-content: flex-end;
    max-width: 100%;
}

#btn2 {
    transform: translate(0,200%);
    border-color: white;
    border-width: 3px;
    border-radius: 5px;
    font-size: 1.2vw;
}

.footerText {
    color: white;
    font-size: 35px;
    align-items: center;
    font-weight: bold;
    margin-top: 10px;
}

.newIntroText {
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #202020;
    font-size: 2.7vw;
    line-height: 40px;
}

.marketText {
    color: #0095F2 !important;
}

.introSubText {
    font-weight: 500;
    font-size: 1vw;
    line-height: 32px;
    margin-top: 7%;
    margin-bottom: 7%;
    text-shadow: 0px 1px 0px #333333;
    color: #3f3f3f;
}

.img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.orangeCircle {
    margin-left: 20%;
    height: 10%;
    margin-top: 2%;
}

.headTitle {
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 46px;
    line-height: 60px;
}

.subText {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    width: 70%;
    align-items: center;
    color: #5f5f5f;
    text-shadow: 0px 1px 0px #5f5f5f;
}

#btn2 {
    border-color: white;
    border-width: 2px !important;
    border-radius: 5px;
    font-weight: 600;
}

.nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: absolute;
}

.carousel-indicators .active {
    background-color: #3BB0FA;
    width: 4%;
    height: 5px;
}

header {
    position: fixed !important;
    z-index: 20 !important;
    top: 0;
}

.container {
    padding-top: 70px;
    max-width: unset;
    z-index: 10;
}

.btn {
    border-radius: 4px;
    font-style: bold;
    font-size: 14px;
    line-height: 20px;
    padding: 16px 12px;
    background-color: #0095F2;
    -webkit-appearance: none;
}

audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
    display: none;
}

audio::-webkit-media-controls,
video::-webkit-media-controls {
    display: none;
}

.footer {
    background-color: #0095F2;
    position: inherit;
    text-align: center;
    background-image: url('/Areas/NewBmc/App/homepageFiles/Capture.png');
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    max-width: 100%;
    background-size: 1600px 400px;
    margin-top: 20px;
}

.text {
    font-family: 'Work Sans', sans-serif;
}

.carouselText {
    font-family: 'Work Sans', sans-serif;
    font-weight: bolder;
    font-size: 35px;
}

.carousel-indicators li {
    background-color: grey;
}

.carousel-indicators .active {
    background-color: #3BB0FA;
}

.footerMobile {
    display: none;
}

.footerCUMC {
    background-color: #233b5c !important;
    position: inherit;
    text-align: center;
    background-image: url('/Areas/NewBmc/App/homepageFiles/cumcFooter2.PNG') !important;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    max-width: 100%;
    background-size: 1600px 400px;
    margin-top: 20px;
}

.footerMobileCUMC {
    display: none;
}

.footerCUMC {
    height: 400px;
    width: 100%;
}

@media only screen and (max-width:1280px) {
    .clientText {
        margin-top: -4% !important;
    }
}

@media only screen and (min-width:1200px) {
    .row {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
    }

    #imgContainer1 {
        width: 100%;
        margin-top: 10%;
    }

    #navContainer {
        max-width: 1200px;
        justify-content: center;
        padding-top: 0;
    }

    .newIntroText {
        font-size: 2.7vw !important;
        line-height: 2.5vw !important;
    }

    .introSubText {
        font-size: 1.3vw !important;
        line-height: 2.9vw !important;
    }

    p.text {
        font-size: 1.0vw !important;
        line-height: 1.8vw !important;
    }

    #text1 {
        font-size: 2.4vw !important;
        line-height: 2.5vw !important;
    }

    #btn1 {
        font-size: 0.8vw;
        font-family: 'Work Sans', sans-serif;
        font-weight: 600;
        padding: 16px 12px;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        width: 35%;
    }

    .firstCarouselItem {
        align-items: center;
    }

    .carousel-item {
        width: 100%;
        height: auto;
    }

    .carousel-indicators {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        bottom: -50px !important;
    }

    #indicators2 {
        bottom: -18px !important;
    }

    .d-inline-flex {
        max-width: 1200px;
    }

    #kelli {
        transform: translateY(-220%);
    }

    #lisa {
        transform: translateY(-300%);
    }

    #nicole {
        transform: translateY(-400%)
    }

    #nicoleLogo {
        height: 150% !important;
    }

    #lisaLogo {
        height: 100% !important;
    }

    .kelli {
        left: 0px !important;
    }

    .officer {
        left: 0px !important;
    }

    .nuvista {
        left: 0px !important;
        top: 145px !important;
    }

    .carouselText2 {
        font-size: 20px;
    }

    .footer {
        height: 400px;
        width: 100%;
    }

    .footerCUMC {
        height: 400px;
        width: 100%;
    }

    #footerText1 {
        transform: translate(0,80%) !important;
        align-items: center;
    }

    #btn2 {
        transform: translate(0,100%) !important;
        font-size: 0.9vw !important;
        padding: 16px 14px !important;
    }

    #background1 {
        display: block;
    }

    .inline1 {
        -moz-transform: none;
        transform: none;
    }
}

@media only screen and (max-width:1199px) {
    .row {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .nav-item {
        font-size: 14px;
    }

    #imgContainer1 {
        width: 100%;
        margin-top: 20%;
    }

    .footer {
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        padding-top: 20px !important;
    }

    .footerCUMC {
        height: 300px;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        padding-top: 20px !important;
    }

    #btn2 {
        transform: translate(0, 120%);
    }

    #text1 {
        font-size: 2.5vw !important;
        line-height: 2.5vw !important;
    }

    .firstContainer {
        height: 200px !important;
    }

    .carousel-indicators-first {
        bottom: 75% !important;
    }

    .carousel-item {
        width: 100%;
    }

    .d-inline-flex {
        transform: translate(0, -170%);
    }

    .carouselLogo {
        height: 50%;
    }

    #kelli {
        transform: translateY(-360%) !important;
    }

    #lisa {
        transform: translate(0, -260%) !important;
    }

    #LisaLogo {
        height: 65px !important;
    }

    #nicole {
        transform: translateY(-500%) !important;
    }

    #nicoleLogo {
        height: 65px !important;
    }

    .leftText {
        padding-top: 10% !important;
        -moz-transform: translateY(-15%);
    }
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .d-inline-flex {
        transform: translate(0, -270%);
    }

    #lisa {
        transform: translate(0, -500%) !important;
    }

    #kelli {
        transform: translateY(-350%) !important;
    }

    .kelli {
        left: 0px !important;
    }

    .officer {
        left: 0px !important;
    }

    .nuvista {
        left: 0px !important;
        top: 85px !important;
    }

    .carouselLogo {
        height: 65px;
    }

    .everythingYouNeedText {
        font-size: 22px;
        line-height: 30px;
    }

    .introNewSubText {
        font-size: 16px;
    }

    .scheduleDemoIntroButton {
        width: 50%;
        font-size: 12px;
    }

    #background1 {
        display: block;
    }

    .overlay {
        margin-top: 50px;
    }

    .rightText {
        padding-top: 3%;
        -moz-transform: translateY(-20%);
    }

    .titleText {
        font-size: 25px !important;
    }

    .contentText {
        font-size: 18px;
    }

    #video3 {
        padding-top: 20% !important;
    }

    #video5 {
        padding-top: 20% !important;
    }

    .carousel-indicators li {
        width: 20px;
    }

    .footerText {
        font-size: 20px;
    }
}

@media only screen and (max-width:990px) {
    .homeInNavBar {
        display: none !important;
    }

    .nav-item {
        text-align: center;
        margin-bottom: 3%;
    }

    .navbar-brand {
        text-align: center;
    }

    .signInButtonInNavBar {
        width: 100% !important;
        background-color: transparent !important;
        border: 2px solid #0095f2;
        color: #0095f2;
        padding: 3%;
    }

    .navbar-toggler span {
        display: block;
        background-color: #4f4f4f;
        height: 3px;
        width: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 0.35s ease-out;
        transform-origin: center left;
    }

        .navbar-toggler span:nth-child(1) {
            margin-top: 0.3em;
        }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: translate(15%, -33%) rotate(45deg);
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: translate(15%, 33%) rotate(-45deg);
    }

    .navbar-toggler span:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar-toggler span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler span:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar-toggler {
        border: none !important;
    }

        .navbar-toggler:focus {
            border: none !important;
            outline: none !important;
        }
}

@media only screen and (max-width:768px) {
    .nav-item {
        text-align: center;
        margin-bottom: 5%;
    }

    .rightText {
        padding-top: 0 !important;
        padding-left: 2% !important;
    }

    .leftText {
        padding-top: 6% !important;
        padding-left: 2% !important;
    }

    .navbar-brand {
        text-align: center;
    }

    .signInButtonInNavBar {
        width: 100% !important;
        background-color: transparent !important;
        border: 2px solid #0095f2;
        color: #0095f2;
        padding: 3%;
    }

    .navbar-toggler span {
        display: block;
        background-color: #4f4f4f;
        height: 3px;
        width: 25px;
        margin-top: 5px;
        margin-bottom: 5px;
        position: relative;
        left: 0;
        opacity: 1;
        transition: all 0.35s ease-out;
        transform-origin: center left;
    }

        .navbar-toggler span:nth-child(1) {
            margin-top: 0.3em;
        }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        transform: translate(15%, -33%) rotate(45deg);
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        transform: translate(15%, 33%) rotate(-45deg);
    }

    .navbar-toggler span:nth-child(1) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar-toggler span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler span:nth-child(3) {
        transform: translate(0%, 0%) rotate(0deg);
    }

    .navbar-toggler {
        border: none !important;
    }

        .navbar-toggler:focus {
            border: none !important;
            outline: none !important;
        }

    p.text {
        font-size: 1.5vw !important;
        line-height: 2.9vw !important;
    }

    #text1 {
        font-size: 2.4vw !important;
        line-height: 1.2vw !important;
    }

    #btn1 {
        font-size: 1.5vw;
        padding: 12px 10px;
    }

    .footer {
        height: 250px !important;
        background-size: cover;
        width: 100%;
        padding-top: 0 !important;
    }

    .footerCUMC {
        height: 250px !important;
        background-size: cover;
        width: 100%;
        padding-top: 0 !important;
    }

    .carousel-item {
        width: 100%;
    }

    #btn2 {
        transform: translate(0,150%) !important;
        padding: 10px 10px;
    }

    .d-inline-flex {
        transform: translate(0, -160%);
    }

    .carouselText2 {
        font-size: 1.2vw;
    }

    #nicole {
        transform: translateY(-300%) !important;
    }

    #nicoleLogo {
        height: 60% !important;
    }

    #lisa {
        transform: translate(0, -300%) !important;
    }

    #kelli {
        transform: translateY(-200%) !important;
    }

    .carouselLogo {
        height: 40% !important;
    }

    #LisaLogo {
        height: 80% !important;
        transform: translate(0, -6%);
    }

    .kelli {
        left: 0px !important;
    }

    .officer {
        left: 0px !important;
    }

    .nuvista {
        left: 0px !important;
        top: 75px !important;
    }

    .scheduleDemoIntroDiv {
        margin-bottom: 5% !important;
    }

    .overlay {
        margin-top: 40px;
    }

    .carousel-indicators li {
        width: 5vw;
    }

    .carousel-indicators .active {
        width: 6vw;
    }

    .footerText {
        font-size: 20px;
    }

    #masiveVideo {
        padding-top: 15%;
    }

    .footer {
        background-image: url('/Areas/NewBmc/App/homepageFiles/footerMobile.png') !important;
        height: 348px !important;
        padding-top: 10px !important;
        margin-top: 60px;
    }

    .footerCUMC {
        background-image: url('/Areas/NewBmc/App/homepageFiles/cumcFooterMobile.png') !important;
        height: 460px !important;
        padding-top: 10px !important;
        margin-top: 60px;
    }

    .footerMobileCUMC {
        display: flex;
        word-wrap: break-word;
        color: white;
        font-size: 5.5vw;
        line-height: 32px;
        align-items: center;
        font-weight: bold;
        margin-top: 90px;
        margin-left: 3%;
        margin-right: 3%;
    }

    #btn2 {
        width: 85%;
        padding: 16px 12px;
        border-radius: 4px;
        font-size: 14px;
        transform: translateY(0) !important;
    }
}

@media only screen and (width:414px) {
    #nicole {
        transform: translateY(-350px) !important;
    }

    #nicoleLogo {
        height: 65px !important;
    }

    .nicole {
        top: 120px !important;
        left: 45% !important;
    }

    .member {
        top: 120px !important;
        left: 42% !important;
    }

    #kelli {
        transform: translateY(-370px) !important;
    }

    .kelli {
        left: 45% !important;
    }

    .officer {
        left: 30% !important;
    }

    .nuvista {
        left: 38% !important;
        top: 195px !important;
    }
}

@media only screen and (max-width:428px) {
    .carouselText2 {
        font-size: 3vw;
        line-height: 28px;
        font-weight: 500;
    }

    .bmcLogoInNavBar {
        margin-left: 3%;
    }

    .mobileContainer {
        font-weight: bold;
        display: flex;
        color: #202020;
        font-size: 8vw;
        line-height: 35px;
    }

    .marketYourBank {
        display: inline-block;
    }

    .firstContainer {
        height: 25% !important;
        max-width: 100% !important;
        background-size: cover;
        bottom: 0;
    }

    .carouselLogo {
        height: 40% !important;
        left: 44%;
        top: 110%;
    }

    .terry, .laurie {
        left: 44% !important;
    }

    .manager {
        left: 29% !important;
    }

    .marketing {
        left: 40% !important;
    }

    .michael {
        left: 44% !important;
    }

    .ceo {
        left: 43% !important;
    }

    .murphys {
        left: 24% !important;
        top: 157% !important;
        width: 100% !important;
    }

    .fsb {
        left: 40% !important;
        top: 157% !important;
        width: 100% !important;
    }

    .lisa {
        top: 155% !important;
        left: 47% !important;
    }

    .consultant {
        top: 157% !important;
        left: 37% !important;
    }

    .footerCUMC {
        height: 30% !important;
        background-size: cover;
        width: 100%;
    }

    .carousel-item {
        width: 100%;
    }

    #background1 {
        display: none;
    }

    #background2 {
        display: none;
    }

    .inline1 {
        position: relative;
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-gap: 20px;
        height: 200px;
        padding-left: 32%;
    }

    .overlay {
        margin-top: 45px;
        left: 0;
    }

    .carouselText {
        font-size: 4vw !important;
        line-height: 20px;
    }

    #main {
        padding-top: 0 !important;
    }

    .homeInNavBar {
        display: none;
    }

    .everythingYouNeedText {
        display: none;
    }

    .scheduleDemoIntroButton {
        width: 100%;
        font-size: 14px;
    }

    .introNewSubText {
        font-size: 4vw;
    }

    .titleText {
        display: none;
    }

    .titleMobile {
        font-weight: bold;
        display: flex;
        align-items: center;
        font-size: 8vw !important;
        line-height: 60px;
        text-align: center;
    }

    .contentText {
        font-size: 4vw;
        width: 100%;
    }

    .container {
        padding-top: 0 !important;
    }

    .row {
        display: flex;
        flex-flow: column;
    }

    .footer {
        background-image: url('/Areas/NewBmc/App/homepageFiles/footerMobile.png') !important;
        height: 348px !important;
        padding-top: 10px !important;
        margin-top: 60px;
    }

    .footerCUMC {
        background-image: url('/Areas/NewBmc/App/homepageFiles/cumcFooterMobile.png') !important;
        height: 348px !important;
        padding-top: 10px !important;
        margin-top: 60px;
    }

    .d-inline-flex {
        height: 100%;
        width: 90% !important;
        margin-left: 0 !important;
        transform: translateY(-195%) !important;
        bottom: initial;
        -moz-transform: translateY(-225%) !important;
    }

    #lisa {
        transform: translateY( -500%) !important;
    }

    #LisaLogo {
        height: 90% !important;
        left: 45%;
    }

    .carousel-indicators li {
        width: 10%;
    }

    .carousel-indicators .active {
        width: 10%;
    }

    .footerText {
        display: none;
    }

    .row {
        display: flex;
        flex-direction: column;
    }

    #mobileBg {
        display: block;
    }

    #customization {
        flex-direction: column-reverse;
        margin-top: 20%;
        margin-bottom: 15%;
    }

    #stock {
        flex-direction: column-reverse;
        margin-top: 20%;
        margin-bottom: 15%;
    }

    #market {
        flex-direction: column-reverse;
    }

    .everything {
        padding-top: 30%;
    }

    #inner2 {
        height: 600px;
    }

    .overlay2 {
        display: inline;
        position: absolute;
        z-index: 12;
        left: 0;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .footerMobile {
        display: flex;
        word-wrap: break-word;
        color: white;
        font-size: 5.5vw;
        line-height: 32px;
        align-items: center;
        font-weight: bold;
        margin-top: 90px;
        margin-left: 3%;
        margin-right: 3%;
    }

    .rightText {
        padding-left: 6% !important;
    }

    .leftText {
        padding-left: 6% !important;
    }
}

@media only screen and (width:412px) {
    #nicole {
        -moz-transform: translateY(-370px) !important;
    }

    #nicoleLogo {
        height: 140% !important;
    }

    .nicole {
        top: 250% !important;
        left: 45% !important;
    }

    .member {
        top: 250% !important;
        left: 40% !important;
    }

    #kelli {
        -moz-transform: translateY(-400px) !important;
    }

    .kelli {
        top: 120% !important;
        left: 45% !important;
    }

    .officer {
        top: 120% !important;
        left: 30% !important;
    }

    .nuvista {
        top: 123% !important;
        left: 37% !important;
    }
}

@media only screen and (width:384px) {
    #nicole {
        -moz-transform: translateY(-400px) !important;
    }

    #nicoleLogo {
        height: 60px !important;
    }

    .nicole {
        top: 70px !important;
        left: 45% !important;
    }

    .member {
        top: 70px !important;
        left: 40% !important;
    }

    #kelli {
        -moz-transform: translateY(-400px) !important;
    }

    .kelli {
        top: 120% !important;
        left: 45% !important;
    }

    .officer {
        top: 120% !important;
        left: 30% !important;
    }

    .nuvista {
        top: 123% !important;
        left: 37% !important;
    }
}

@media only screen and (max-width: 320px) {
    .carousel-item {
    }

    .carouselText2 {
        font-size: 3.5vw;
    }

    .d-inline-flex {
        height: 100% !important;
    }

    #lisa {
        height: auto !important;
        transform: translateY(-345%) !important;
    }

    .carouselLogo {
        top: 130% !important;
        height: 34% !important;
    }

    .manager {
        left: 22% !important;
    }

    .marketing {
        left: 39.5% !important;
    }

    .michael {
        left: 44% !important;
    }

    .ceo {
        left: 43% !important;
    }

    .murphys {
        left: 16% !important;
    }

    .fsb {
        left: 39% !important;
    }

    #LisaLogo {
        height: 60% !important;
        left: 43%;
    }

    .lisa {
        top: 166% !important;
        left: 47% !important;
    }

    .consultant {
        top: 165% !important;
        left: 32%;
    }
}

@media only screen and (min-width:320px) and (max-width:360px) {
    #nicole {
        transform: translateY(-190%) !important;
    }

    #nicoleLogo {
        height: 35% !important;
        top: 40% !important;
        left: 45% !important;
    }

    .nicole {
        transform: translate(120px,-160px) !important;
    }

    .member {
        transform: translate(110px,-140px) !important;
    }

    .kelli {
        transform: translate(120px, -160px) !important;
    }

    .officer {
        transform: translate(70px,-140px) !important;
    }

    .nuvista {
        transform: translate(90px, -120px) !important;
    }
}

@media only screen and (min-width: 321px) and (max-width: 360px) {
    .inline1 {
        grid-gap: 0px;
    }

    .d-inline-flex {
        height: 100%;
    }

    #lisa {
        height: auto;
        transform: translateY(-480%) !important;
        -moz-transform: translateY(-500%) !important;
    }

    .carouselLogo {
        top: 115% !important;
        -moz-transform: translateY(-45%);
    }

    #LisaLogo {
        height: 80% !important;
    }

    .lisa {
        top: 160% !important;
        -moz-transform: translateY(-80%) !important;
    }

    .consultant {
        -moz-transform: translateY(190%) !important;
        transform: translateY(140%) !important;
    }

    .manager, .marketing {
        -moz-transform: translateY(-80%) !important;
    }

    .ceo {
        -moz-transform: translateY(-80%) !important;
    }

    .murphys, .fsb {
        -moz-transform: translateY(40%) !important;
    }
}

@media only screen and (min-width: 361px) and (max-width: 400px) {
    .bmcLogoInNavBar {
        margin-left: 3%;
    }

    .mobileContainer {
        font-weight: bold;
        display: flex;
        color: #202020;
        font-size: 8vw;
        line-height: 35px;
    }

    .marketYourBank {
        display: inline-block;
    }

    .firstContainer {
        height: 25% !important;
        max-width: 100% !important;
        background-size: cover;
        bottom: 0;
    }

    .carouselLogo {
        height: 40% !important;
        left: 43%;
        top: 110%;
    }

    .logoText {
        font-size: 10px;
    }

    .footer {
        background-size: cover;
        width: 100%;
    }

    .footerCUMC {
        background-size: cover;
        width: 100%;
    }

    #btn2 {
        width: 85%;
        padding: 16px 12px;
        border-radius: 4px;
        font-size: 14px;
        transform: translateY(0) !important;
    }

    .carousel-item {
        width: 100%;
    }

    #background1 {
        display: none;
    }

    #background2 {
        display: none;
    }

    .overlay {
        margin-top: 45px;
        left: 0;
    }

    .carouselText {
        font-size: 4vw !important;
        line-height: 20px;
    }

    #main {
        padding-top: 0 !important;
    }

    .homeInNavBar {
        display: none;
    }

    .everythingYouNeedText {
        display: none;
    }

    .scheduleDemoIntroButton {
        width: 100%;
        font-size: 14px;
    }

    .introNewSubText {
        font-size: 4.5vw;
    }

    .titleText {
        display: none;
    }

    .titleMobile {
        font-weight: bold;
        display: flex;
        align-items: center;
        font-size: 28px !important;
        line-height: 45px;
        text-align: center;
    }

    .contentText {
        font-size: 4vw;
        width: 100%;
        margin-top: 10px;
    }

    .container {
        padding-top: 0 !important;
    }

    .row {
        display: flex;
        flex-flow: column;
    }

    .carouselText2 {
        font-size: 13px;
        line-height: 28px;
        font-weight: 500;
    }

    .d-inline-flex {
        width: 90% !important;
        margin-left: 0 !important;
        transform: translateY(-185%) !important;
        bottom: initial;
        -moz-transform: translateY(-280%) !important;
    }

    .carousel-indicators li {
        width: 10%;
    }

    .footerText {
        display: none;
    }

    .row {
        display: flex;
        flex-direction: column;
    }

    #mobileBg {
        display: block;
    }

    #customization {
        flex-direction: column-reverse;
        margin-top: 20%;
        margin-bottom: 15%;
    }

    #stock {
        flex-direction: column-reverse;
        margin-top: 20%;
        margin-bottom: 15%;
    }

    #market {
        flex-direction: column-reverse;
    }

    .everything {
        padding-top: 30%;
    }

    #inner2 {
        height: 600px;
    }

    .overlay2 {
        display: inline;
        position: absolute;
        z-index: 12;
        left: 0;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .footerMobile {
        display: flex;
        word-wrap: break-word;
        color: white;
        font-size: 20px;
        line-height: 32px;
        align-items: center;
        font-weight: bold;
        margin-top: 90px;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media only screen and (min-width: 410px) and (max-width:411px) {
    .d-inline-flex {
        height: 100%;
        transform: translateY(-190%) !important;
    }
}

@media only screen and (width:375px) {
    #nicole {
        transform: translateY(-300px) !important;
    }

    #nicoleLogo {
        transform: translateY(10px) !important;
        height: 65px !important;
    }

    .nicole {
        top: 90px !important;
        left: 43% !important;
    }

    .member {
        top: 90px !important;
        left: 40% !important;
    }

    #kelli {
        transform: translateY(-300%) !important;
    }

    .kelli {
        left: 46% !important;
    }

    .officer {
        left: 30% !important;
    }

    .nuvista {
        left: 38% !important;
        top: 150px !important;
    }
}

@media only screen and (width: 280px) {
    .bmcLogoInNavBar {
        height: 40px;
    }

    .mobileContainer {
        font-size: 7.5vw;
    }

    .titleMobile {
        font-size: 7vw !important;
    }

    .d-inline-flex {
        height: 100% !important;
        transform: translateY(-210%) !important;
    }

    #lisa {
        transform: translateY(-335%) !important;
    }

    .carouselLogo {
        left: 43% !important;
        height: 30% !important;
    }

    .terry, .laurie {
        left: 41% !important;
    }

    .manager {
        left: 16% !important;
    }

    .marketing {
        left: 34% !important;
    }

    .michael {
        left: 41% !important;
    }

    .ceo {
        left: 40% !important;
    }

    .murphys {
        left: 30% !important;
        margin-
    }

    .fsb {
        left: 34% !important;
    }

    .lisa {
        top: 150% !important;
        left: 44% !important;
    }

    #LisaLogo {
        height: 45% !important;
        top: 100% !important;
    }

    .consultant {
        top: 150% !important;
        left: 30% !important;
    }
}

@media only screen and (max-width:990px) {
    #signInBtn {
        color: #0095F2 !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1094px) {
    .nav-item {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

/*Additional styling for CUMC Homepage*/

@media only screen and (min-width:1200px) {
    .footerCUMC {
        height: 395px;
        width: 100%;
    }
}

@media only screen and (max-width:428px) {
}

@media only screen and (min-width:361px) and (max-width:400px) {
    .footerMobileCUMC {
        display: flex;
        word-wrap: break-word;
        color: white;
        font-size: 20px;
        line-height: 32px;
        align-items: center;
        font-weight: bold;
        margin-top: 90px;
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media only screen and (max-width:990px) {
    #signInBtnCUMC {
        color: #88a0d3 !important;
    }
}

#demo1, #demo2 {
    width: 100%;
}

    #demo1 .carousel-inner, #demo1 .carousel-inner {
        width: 100%;
    }

#background1 {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1600px;
    margin-inline: auto;
}

#background2 {
    display: block;
    width: 100%;
    height: auto;
    max-width: 1600px;
    margin-inline: auto;
}

.firstCarouselContainer, .secondCarouselContainer {
    position: relative;
    width: 100%;
    padding: 0;
    padding-bottom: 4%;
    padding-top: 6%;
    background-color: white;
    overflow: hidden;
}

img.logo {
    width: 200px;
    position: relative;
    align-self: center;
    object-fit: cover;
}

.firstCarouselContainer .carousel-item-container {
    height: 300px;
    display: flex;
    justify-content: center;
    margin-inline: auto;
}

.secondCarouselContainer .carousel-item-container {
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    width: 80vw;
    max-width: 1200px;
}

.firstCarouselContainer .carousel-item-container > img {
    margin: 50px;
}

.carouselText2 {
    font-size: 20px;
}

.logoText {
    font-size: 18px;
}

.carousel-indicators {
    position: relative;
}

.carousel-title-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.carousel-title {
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5vw;
    line-height: 30px;
}

.carousel-background-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

img.quoteLogo {
    width: 100px;
    position: relative;
    align-self: center;
    object-fit: cover;
    border-radius: 50%;
}

.quote-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    padding-inline: 20px;
    margin-block: 20px;
}

.quote-auth-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-inline: 20px;
}

@media only screen and (max-width: 1200px) {
    img.logo {
        width: 150px;
    }

    .firstCarouselContainer .carousel-item-container {
        height: 250px;
    }

    .carouselText {
        font-size: 2.5vw;
    }

    .firstCarouselContainer .carousel-item-container > img {
        margin: 20px;
    }
}

@media only screen and (max-width: 1000px) {
    img.logo {
        width: 150px
    }

    .carouselText2 {
        font-size: 16px;
    }

    .logoText {
        font-size: 14px;
    }
}

@media only screen and (max-width: 800px) {
    #background1 {
        display: none;
    }

    img.logo {
        width: 20vw;
    }

    .firstCarouselContainer .carousel-item-container > img {
        margin: 0;
    }

    #mobileBg {
        display: block;
        width: auto;
        margin-inline: auto;
    }

    .carousel-item {
        margin-block: 20px;
    }

    .firstCarouselContainer .carousel-item-container {
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 20vw);
        grid-template-rows: repeat(2, 20vw);
        gap: 30px;
        margin-inline: auto;
        margin-bottom: 1vh;
    }
}

@media only screen and (max-width: 650px) {
    .carouselText {
        font-size: 3vw;
    }

    img.quoteLogo {
        width: 20vw;
    }

    .logoText {
        text-align: center;
        font-size: 12px;
    }

    .carouselText2 {
        font-size: 14px;
        max-height: 450px;
        overflow-y: auto;
    }

    .quote-container {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        padding-inline: 20px;
        margin-block: 20px;
    }

    .quote-auth-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-inline: 20px;
        margin-block: 20px;
    }
}

@media only screen and (max-width:460px) {
    img.quoteLogo {
        width: 18vw;
    }

    .quote-container {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: center;
        padding-inline: 20px;
        margin-block: 0px;
    }

    .quote-auth-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-inline: 20px;
        margin-block: 20px;
    }
}

.scrollstyle {
    padding-right: 10px;
}

    .scrollstyle::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0.5);
        background-color: #F6F6F6;
    }

    .scrollstyle::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .scrollstyle::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #ffd94a;
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent)
    }

.quote-libery-temp {
    max-height: 150px;
    position: relative
}

.liberty-autor {
    position: absolute;
    height: 150px;
    width: 100%;
    top: 130%;
    left: 0
}

@media only screen and (max-width: 1200px) {
    .quote-libery-temp {
        max-height: 150px;
        position: relative;
        margin-top: -12%;
    }

    .liberty-autor {
        top: 15%;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0px);
    }
}

.signInButtonInNavBar {
    margin: 0 !important;
    padding: 0 !important;
    width: 95px !important;
    color: #fff !important;
    background-color: #0095F2 !important;
}

    .signInButtonInNavBar > a,
    #hlSignIn {
        color: #fff !important;
    }

        .signInButtonInNavBar > a:hover,
        #hlSignIn:hover{
            color: #fff !important;
        }

@media only screen and (max-width: 990px) {
    #hlSignIn {
        color: #fff !important;
    }
}

@media only screen and (max-width: 768px) {
    .nav-item {
        text-align: center;
        margin-bottom: 5%;
        width: 100%;
    }

        .nav-item button {
            justify-self: center;
        }

    .navbar-nav > li > .dropdown-menu {
        text-align: center;
        box-shadow: none;
        width: 100%;
        border: 0;
        border-block: 1px solid rgba(0, 0, 0, .15);
        border-radius: 0;
    }
}