@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&family=Raleway:wght@500;700&family=Roboto&display=swap');


@font-face {
    font-family: 'Graphik-Regular';
    src: url('/dev/themes/mm_cuso/fonts/Graphik-Regular-Web.woff2') format(woff2);
}

@font-face {
    font-family: 'Graphik-Medium';
    src: url('/dev/themes/mm_cuso/fonts/Graphik-Medium-Web.woff2') format(woff2);
}

@font-face {
    font-family: 'PublicoBanner-Light';
    src: url('/dev/themes/mm_cuso/fonts/PublicoBanner-Light-Web.woff2') format(woff2);
}



@font-face {
    font-family: Publico Banner Web;
    src: local("Publico Banner Web"), url(/dev/themes/mm_cuso/fonts/PublicoBanner-Light-Web.woff2) format("woff2"), url(/assets/fonts/PublicoBanner-Light-Web.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}


@font-face {
    font-family: Graphik Web;
    src: local("Graphik Web"), url(/dev/themes/mm_cuso/fonts/Graphik-Medium-Web.woff2) format("woff2"), url(/assets/fonts/Graphik-Medium-Web.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    font-display: swap
}

/* font-family: 'Roboto', sans-serif; */



h1 {
    font-size: 3.1rem;
    font-family: 'Publico Banner Web', sans-serif !important;
}

h2 {
    font-size: 2.6rem;
    font-family: 'Publico Banner Web', sans-serif !important;
}

h3 {
    font-size: 2.3rem;
    font-family: 'Publico Banner Web', sans-serif;
}

h4 {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: 'Publico Banner Web', sans-serif;
}

h5 {
    font-size: 1rem;
    font-family: 'Publico Banner Webt', sans-serif;
}

h6 {
    font-size: 1rem;
    font-family: 'Publico Banner Web', sans-serif;
}


p {
    font-family: 'Graphik Web', sans-serif;
    font-weight: 300;
}


.white {
    color: #fff;
}

.blue {
    color: #0c2a70;
}



.para-title {
    font-size: 50px;
}

.para-lg {
    font-size: 22px;
}


.ul-title {
    font-size: 30px;
}

.center {
    text-align: center;
}

.top-content ul li {
    font-size: 22px;
}


.content-container {
    max-width: 1388px;
    margin: 0 auto;
}

.content-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}

.content-padding-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}



.main-header {
    font-weight: 600;
    /* background: transparent;
    position: absolute; */
    background: #0c2a70;
    top: 0;
    width: 100%;
    color: #fff;
    padding: 20px 0;
    z-index: 11;
}

.main-header a {
    color: #fff
}

.main-header a:hover {
    opacity: .8;
    text-decoration: none
}

.main-header .container {
    position: relative;
    padding-left: 250px
}

.main-header .container .logo_header {
    width: 230px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute
}

.main-header .login-area {
    text-align: right;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff
}

.main-header .login-area a {
    text-transform: uppercase;
    letter-spacing: .1em
}

.main-header .navigation-list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width:1100px) {
    .main-header .login-area {
        width: calc(100% - 30px);
        margin-left: 15px;
        padding-top: 25px;
        padding-bottom: 20px
    }

    .main-header .navigation-list {
        flex-direction: column
    }
}

.main-header .navigation-list ul {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.main-header .navigation-list ul li {
    margin-left: 5px
}

.main-header .navigation-list ul li a {
    padding: 2px 9px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-family: 'Graphik Web', sans-serif;
}

.main-header .navigation-list ul li ul {
    display: none;
    position: absolute;
    background: #005daa;
    /* width: 100%; */
    z-index: 9;
    width: 250px;
}

.main-header .navigation-list ul li:hover ul {
    display: block;
}

.main-header .navigation-list .btn-standart {
    margin: auto 0 auto 20px;
    font-size: 15px
}

.main-header .nav-bars {
    display: none;
    float: right;
    padding: 5px 0 5px 5px
}

.main-header .nav-bars:hover {
    cursor: pointer
}

.main-header .nav-bars span {
    display: block;
    background: #fff;
    height: 5px;
    width: 45px;
    margin-bottom: 6px
}

.main-header .nav-bars span:last-child {
    margin-bottom: 0
}



.main-header .header-container {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.main-header .logo_header {
    margin-right: auto;
}

.main-header .hide-area {
    margin-left: auto;
}

@media (max-width:1100px) {
    .main-header .navigation-list ul {
        flex-direction: column
    }

    .main-header .navigation-list ul li ul {
        display: block;
        width: 100%;
        position: relative;
    }


    .main-header .navigation-list ul li {
        margin: 0;
    }

    .main-header .navigation-list ul li a {
        padding-left: 0
    }

    .main-header .navigation-list .btn-standart {
        margin: 15px 25px
    }

    .main-header .hide-area {
        position: absolute;
        z-index: 100;
        right: 0;
        top: 45px;
        background: rgba(0, 93, 170, .85);
        opacity: 0;
        pointer-events: none
    }

    .main-header.active .hide-area {
        opacity: 1;
        pointer-events: all
    }

    .main-header .nav-bars {
        display: inline-block
    }

    .main-header .container .logo_header {
        width: 150px;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }
}


/* Video */

.wrapper__video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}



a.apply_video {
    position: absolute;
    top: 43%;
    left: calc(50% - 808px);
    font-size: 25pt;
    padding: 15px;
    padding-bottom: 6px;
}



@media(max-width: 1605px) {
    a.apply_video {
        left: calc(50% - 766px);
    }
}

@media(min-width: 1825px) {
    a.apply_video {
        left: 6%;
    }
}



/* Selection Row */


.selection-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}


/* Testimonials */

/* TESTIMONIAL  */

section.testimonial-block {
    background: url('/dev/themes/mm_cuso/img/testimonial_bg_img.png');
    padding: 150px 0px;
    color: #fff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.rating-block {
    border: 14px solid #0c2a70;
    text-align: center;
    width: 325px;
    margin: 0 auto;
    min-height: 330px;
    padding: 25px;
}

.rating-block p {
    color: #0c2a70;
    font-family: 'Graphik-Medium', sans-serif;
    font-weight: 400;
}

.rating {
    font-size: 111px;
    font-weight: bold;
    line-height: 119px;
}

.rating-block .small-title {
    line-height: 26px;
    font-weight: bold;
    font-size: 20px;
}


@media(max-width: 991px) {
    section.testimonial-block .rating-block {
        margin: unset;
        margin-bottom: 35px;
    }
}

.powered {
    color: #636363;
    /* text-transform: uppercase; */
    font-weight: 400;
    font-size: 18px;
}

.testimonial-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}




.testimonial-content p {
    font-size: 22px;
    color: #fff;
    font-family: 'Graphik-Medium', sans-serif;
}

.testimonial-date {
    font-style: italic;
    color: #fff;
}

.testimonial-cycle span.bold {
    font-size: 26px;
}

.signature p {
    font-size: 38px;
    font-weight: 700;
}

.circle-container {
    text-align: center;
}

.center-all {
    display: flex;
    align-items: center;
}

.testimonial-author {
    font-family: 'Graphik-Medium', sans-serif;
    font-weight: 700;
    font-size: 22px;
}

.testimonial-title {
    color: #fff;
    margin: 35px 0px;
}


.testimonials .slick-prev {}

@media(max-width: 991px) {
    .center-all {
        display: block;
    }

    .testimonials .col-md-4 {
        display: none;
    }
}

.testimonial-fill {
    padding-top: 72px;
}


.test-container {
    display: flex;
    align-items: center;
}




.testimonial-cycle .slick-dots {
    position: initial;
    /* bottom: 220px; */
    /* top: 0; */
    display: block;
    width: unset;
    height: 50px;
    padding: 0;
    margin: 0;
    list-style: none;
    /* left: 115px; */
    /* right: 25px; */
    text-align: unset;
    left: 0;
}

.testimonial-cycle .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.testimonial-cycle .slick-dots li {
    margin: 0px 5px;
    display: inline-block;
    background: #007697;
    width: 50px;
    height: 4px;
}

.testimonial-cycle .slick-slider .slick-track,
.ct-header .slick-slider .slick-list {
    height: unset !important;
}

.testimonial-cycle .slick-dots li.slick-active button:before {
    font-size: 38px;
    color: orange;
    opacity: 1;
}

.testimonial-cycle .slick-dots li button {
    background: url(/dev/themes/mi_mutual/img/testimonial_blue_rectangle.png);
    text-indent: -9999px;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: 0px;
    padding: 1px;

}

.testimonial-header {
    font-size: 22px;
}


.testimonial-header i.fa.fa-star {
    color: #fff;
}


.testimonial-header .slick-dotted.slick-slider {
    margin-bottom: 0;
}

@media(max-width: 1000px) {

    .testimonial-cycle .slick-dots {
        position: initial;
        display: block;
        width: unset;
        height: 50px;
        padding: 0;
        margin: 0;
        list-style: none;
        right: unset;
        left: 25px;
        top: 0;
        text-align: unset;
    }

    .testimonial-cycle .slick-dots li {
        display: inline-block;
    }
}


/* title block */

.title-block {
    padding: 60px 0px;
}

.title-block h1 {
    font-family: 'Publico Banner Web', sans-serif;
    font-weight: 700;
    font-size: 50px;
}


/* cta bar */

.cta-bar {
    background: url('/dev/themes/mm_cuso/img/cta_bg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 0px;
    color: #fff;
}




/* Footer */


.main-footer {
    background-color: #fff;
}


.footer-columns {
    display: flex;
    justify-content: space-between;
}

.footer-columns ul li a {
    color: #000;
    background-color: none;
}

.footer-info span {
    color: #000;
}


.social-row {
    display: flex;
}

.social-row ul.socials {
    margin-left: unset;
    list-style: none;
    padding-left: 10px;
}

.footer-col-2 ul {
    list-style: none;
}

.social-row ul.socials em {
    color: #0c2a70;
}


/* bottom footer */

.bottom-footer {
    background: #363636;
    color: #fff;
    padding: 20px 0px;
    font-family: 'Graphik-Medium', sans-serif;
    font-weight: 500;
    
}

.bottom-footer span {
    color: #fff;
    font-size: 22px;
}


.page-page-detail .main-header {
    background: #0c2a70;
}

.main-content .inner-content {
    padding-top: 72px;
}



/* Loan Officer */


.lo-header {
    min-height: 600px;
    background: #33302f;
    justify-content: center;

}


.lo-title {
    text-align: center;
}

.lo-title h2 {
    font-family: 'Graphik Web', sans-serif;
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: unset;
}

.title-nmls {
    font-size: 38px;
    font-family: 'Graphik Web', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: unset;
}

.lo-info-image {
    max-width:480px;
    max-height:480px;
    overflow:hidden;
}

@media(min-width: 768px) {
    .lo-address {
        /*margin-left: 100px;*/
    }
}


.lo-information{
    display: flex;
    flex-wrap: wrap;
}
.bold {
    font-weight: bold;
}

ul.officer-info li {
    font-size: 19px;
    line-height: 35px;
}

ul.officer-info {
    list-style-type: none;
    margin-bottom:  60px;
}

.blue {
    color: #0c2a70;
}

p.lo-fullname {
    margin-bottom:0;
    font-size:28px;
}

p.lo-fulltitle {
    font-size: 25px;
}

.lo-cont-heade {
    margin-bottom: 60px;
}

.center {
    text-align: center;
}

.lo-bio {
    padding: 100px 0px;
}


.lo-bio p {
    font-size: 18px;
}
.lo-bio-head {
    margin-bottom: 100px;
}


.officer-info-cta {
    margin-top: 20px;
}

/* Button */



.btn-standard {
    padding: 20px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 20px;
    background: #0c2a70;
    padding: 1.6rem 2.4rem;
    font-size: 21.5px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: unset;
    transition: 0.2s all ease;
    text-transform: uppercase;
    font-weight: bold;
    border: 2px solid #0c2a70;
  }
  
  
  
  a.btn-standard:hover {
    text-decoration: none;
    color: #000 !important;
    background-color: #fff;
    transition: 0.3s all ease;
}
  
  @media(max-width: 768px) {
    .btn-standard {
      font-size: 16px;
    }
  }


  .lo-hero {
      padding-left: 0;
  }



  /* Branch View */


  .branch-header {
    min-height: 600px;
    background: #33302f;
    justify-content: center;
    align-items: center;
    display: flex;

}


.branch-title {
    text-align: center;
}

.branch-title h2 {
    font-family: 'Graphik Web', sans-serif;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    line-height: unset;
}

.branch-officer-list {
    margin: 100px 0px;
}


.branch-header-content {
    line-height: 37px;
    padding-bottom: 36px;
}

.branch-header-content p {
    font-size: 50px;
    color: #fff;
}

.branch-button-bar, .lo-button-bar {
    margin-top: 60px;
}


.officer-info-row {
    display: flex;
    flex-wrap: wrap;
}


.officer-container {
    width: 49%;
    display: flex;
    align-items: center;
    margin: 75px 0px;
    flex-wrap: wrap;
}

.officer-container .officer-image {
    max-width: 275px;
    max-height: 275px;
    overflow: hidden;
}

.officer-container .officer-image img {
    object-fit: cover;
    min-width: 275px;
    min-height: 275px;
}

.officer-container .officer-information {
    padding: 0px 15px;
}

.officer-information a.btn-standard {
    font-size: 16px;
}


.officer-information h4 {
    font-size: 30px;
}

ul.officer-info-list {
    list-style-type: none;
}


.hidden-mobile {
    display: none;
}
