﻿.blue-heading {
    color: #0e94a5;
    font-weight: 400;
}
.light-pill-btn {
    background-color: #397f8b;
    border-radius: 10px;
    padding: 1rem 1rem;
    color: #fff;
    transition: all ease 0.3s;
}
    .light-pill-btn:hover {
        background-color: #4994a0;
        color: #fff;
    }
.light-pill-btn:active {
    padding: 0.95rem 0.95rem;
    transition: all ease 0.3s;
}
.green-pill-btn {
    background-color: #00818c;
    border-radius: 10px;
    padding: 1rem 1rem;
    color: #fff;
    cursor:pointer;
}
    .green-pill-btn:hover {
        background-color: #0b97a2;
        box-shadow: 0px 0px 6px 0px #0b97a2;
        color: #fff;
    }
.isaBenefits .account-div {
    width: 100% !important;
    margin:auto!important;
}
.account-div {
    padding: 2rem;
    -webkit-transition: 0.5s;
    /*border-radius: 4px;*/
    /*box-shadow: 0px 1px 24px 2px #e4e3e3;*/
    background-color: #fff;
    margin-bottom: 1rem;
    position: relative;
    width: 43%;
    margin: 0% 3%;
}
.border-hover {
    border: 1px solid #e1e1e1
}
    .border-hover:hover {
        border-color: #00818c;
        /*-webkit-transition: 0.5s;*/
        transition: 0.5s;
    }
    
.plain-div {
    box-shadow: none;
    background-color: #eceff0;
    padding: 0rem;
    margin-bottom:0rem;
}
.account-div ul {
    margin: 21px 8px 23px 68px;
    list-style: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.account-div li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0px 9px 0 -38px;
    color: #00818c;
    font-size: 2rem;
    vertical-align: middle;
}
#auto-lend-info li:before {
    font-family: 'FontAwesome';
    content: '\f058';
    margin: 0px 7px 0 0px;
    color: #00818c;
    font-size: 2rem;
    vertical-align: middle;
}
.account-div .already-sign {
    margin: 20px 0px 0px 0px;
}
.account-div li {
    margin: 0rem 0rem 2rem;
    line-height: 1.5rem;
}
.three-accounts {
    padding: 2rem 2rem;
}
.hero-title {
    color: #FFFFFF;
    font-size: 5.6rem;
    margin-top: 70px;
    font-weight: 400;
    margin-bottom: 30px;
}
.hero-text {
    color: #fff;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.bg-overlay {
    background-color: rgba(21, 21, 21, 0.5803921568627451);
    padding: 6.5rem 1rem;
}
.gradient-background2 {
    background: #3d999e;
    background: -webkit-linear-gradient(-45deg,#3d999e 0%, #1c5469 100%);
    background: -webkit-linear-gradient(315deg, #3d999e 0%, #1c5469 100%);
    background: linear-gradient(135deg, #3d999e 0%, #1c5469 100%);
}
.risk-warning {
    margin: 2rem 0rem 0rem 0rem!important;
}
.sign-up-banner {
    padding: 2rem;
    background-color: #7caeb4;
    text-align: -webkit-center;
    text-align: center;
    padding: 2rem;
    background-color: #7caeb4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.circle-num {
    color: #fff;
    border: 4px solid #fff;
    border-radius: 50%;
    padding: 2rem 3.2rem;
    font-size: 3rem;
    margin: 5rem;
    font-family: century schoolbook sans-serif;
    transition: box-shadow 0.5s ease-out, transform 0.5s ease-out, opacity 0.5s;
}
.circle-num:hover {
    transition: box-shadow 0.5s ease-out, transform 0.5s ease-out, opacity 0.5s;
    box-shadow: 0 0rem 2rem 0.4rem rgb(62, 138, 146);
}
.sign-up-banner h2 {
    color: #fff;
    margin-bottom: 4rem;
    font-weight:400;
}
.white-pill-btn {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 51px;
    padding: 1rem;
    color: #579198;
    cursor:pointer;
}
    .white-pill-btn:hover {
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px #fff;
        color: #579198;
    }
.sign-up-banner div {
    text-align: -webkit-center;
    text-align: center;
}
.sign-up-banner p {
    margin: 3rem;
    color: #fff;
    font-size: 1.2rem;
}
.circle-space {
    color: #fff;
    font-size: 2rem;
    margin-right:-30px;
}
.sign-up-steps {
    max-width: 1000px;
}
.sign-up-steps .circle-num{
    cursor:pointer;
}
.hero--isa {
    height: 500px;
    /*background-image: url(/Scripts/FileHandler.aspx?FileName=IFSABanner.jpg&Type=DisplayImage);*/
    background: #000000 url(/Scripts/FileHandler.aspx?FileName=ISABanner.jpg&Type=DisplayImage) no-repeat;
    background-position-y: 108%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero--mandate {
    height: 500px;
    /*background-image: url(/Scripts/FileHandler.aspx?FileName=IFSABanner.jpg&Type=DisplayImage);*/
    background: #000000 url(/Scripts/FileHandler.aspx?FileName=mandateBanner.jpg&Type=DisplayImage) no-repeat;
    background-position-y: 130%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}



/*IFISA Homepage CSS to be moved to new style sheet*/
    .highlights-block p{
    color: #fff;
    font-size:1.1rem;
}
.highlights-block span {
    color: #fff;
    font-size:2.2rem;
}
.highlights-block {
    text-align: center;
    padding: 40px 0 40px!important;
}
.bg-overlay .teal-button{
    margin: 0.5rem 0rem;
}
.home-hero__title{
    margin-bottom:0px;
}
.home-hero {
    background-image: url(/Scripts/FileHandler.aspx?FileName=HE_HD_image.jpg&Type=DisplayImage);
    background-size: cover;
    padding-top:0px;
    /*height: 947px;
    padding-top:270px;*/
}
    .home-hero .bg-overlay {
        /*background-color: rgba(21, 21, 21, 0.18);*/
        background-color: rgba(21, 21, 21, 0.5803921568627451);
        padding: 11.5rem 0rem;
    }

.testimonials-block__item {
    background: #FFFFFF;
    margin: 15px 17px;
    margin-bottom: 5%;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 11%);
    box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 11%);
    min-height: 409px;
}

.quotation-header i {
    color: #7daeb3;
}
.borrowers .quotation-header i {
    color: #00818c;
}
.case-study__item:nth-child(2n) {
    float: left;
}
.case-study__item__left {
    width: 100%;
    height: 220px;
    border: 1px solid #e4e4e4;
    overflow: hidden;
    border-bottom: none;
}
.case-study__item img {
    float: left;
    width: 100%;
    padding: 0;
}
.case-study__tag--blue {
    margin: 0px;
    background: #00818c;
}
.case-study__item__right {
    float: left;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-top: none;
    padding: 3rem 1rem 0rem 1rem;
}
.case-study__item__right p{
    height:100px;
}
.case-study__item__title {
    font-size: 1.2rem;
    font-weight: 500;
    color: #464646;
}
.case-study__item__right .teal-button {
    margin: 0;
    padding: 0.7rem 1rem;
    border-radius: 5px;
}
.case-study__item__right .teal-button i {
    font-size: 0.8rem;
}

/*media queries*/
@media only screen and (max-width: 374px) {
    #accountSelection .modal-body div a {
        background-color: #fff;
        padding: 0.1rem;
    }

    #accountSelection .modal-body div:last-of-type a {
        background-color: #fff;
        padding: 0.1rem;
        color: #103441;
    }
}

@media only screen and (max-width: 767px) {
    .mandates-account-div {
        width: 100%!important;
        margin-bottom:1rem;
    }
    .logo-divider {
        display: none;
    }
    .case-study__item {
        width: 100%;
        min-height: 300px;
        margin: 1rem 0rem;
    }
    .isaBenefits .account-div{
        width:95%!important;
    }
    .account-div {
        width: 100%;
    }
    .case-study__item:nth-child(4) {
        display: none;
    }
    .account-div {
        padding: 2rem 1rem;
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .highlights-block span {
        font-size: 1.5rem;
    }
    .highlights-block p {
        font-size:1rem;
    }
        .testimonials-block__item {
        width: 85%;
    }

    .hero-text {
        font-size: 1rem;
    }

    .hero--isa {
        height: 450px;
        background-attachment: inherit;
    }
    .hero--mandate {
        height: 450px;
        background-attachment: inherit;
    }

    .account-panel-tile {
        width: 100%;
    }

    .bg-overlay {
        padding: 3rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 2rem;
    }

    .faqSmallTxt {
        font-size: 0.8rem;
    }

    .circle-num {
        padding: 2rem 2.75rem;
        font-size: 2rem;
    }

    .sign-up-banner p {
        margin: 3rem 1rem;
        font-size: 1rem;
    }

    .hero--faqs .bg-overlay {
        padding: 5rem 2rem;
    }
    .home-hero .bg-overlay {
        padding: 5.5rem 0rem!important;
    }
}
@media (min-width: 767px) and (max-width: 769px) {
    .logo-divider img {
        margin-left: -197px!important;
    }
}

    @media (min-width: 767px) and (max-width: 992px) {
        .mandates-account-div {
            width: 100% !important;
            margin-bottom:1rem;
        }
        .case-study__item:nth-child(4) {
            display: none;
        }

        .case-study__item {
            width: 45%;
        }

        .logo-divider img {
            margin-left: -220px;
        }

        .account-div {
            width: 100%;
            margin-top: 2rem;
        }

        .home-hero .bg-overlay {
            padding: 10.5rem 0rem;
        }

        .home-hero {
            padding-top: 0px !important;
        }

        .home-hero__title {
            font-size: 57px;
            line-height: 33px;
        }

        .highlights-block span {
            font-size: 1.5rem!important;
        }
        .highlights-block p {
            font-size: 1rem !important;
        }

        .case-study__item__title {
            height: 40px;
        }

        .case-study__item__right p {
            height: 75px;
        }

        .circle-num {
            margin: 1rem;
        }

        .home-hero {
            height: 700px;
            padding-top: 170px;
        }

        .account-panel-tile {
            width: 100%;
        }

        .bg-overlay {
            padding: 5.5rem 1rem;
        }

        .hero-title {
            font-size: 3.9rem;
        }

        .modal-dialog {
            max-width: 700px;
        }

        .testimonials-block__item__title {
            font-size: 14px;
            line-height: 14px;
        }

        .testimonials-block__item__text {
            font-size: 13px;
            line-height: 22px;
        }
    }

    @media (max-width: 1100px) and (min-width: 992px) {
        .logo-divider img {
            margin-left: -168px !important;
        }
    }

    @media (max-width: 1280px) and (min-width: 992px) {
        .testimonials-block__item {
            min-height: 420px;
            /*width: 46%;*/
            padding: 17px;
            margin: 10px 10px;
        }
        .highlights-block span {
            color: #fff;
            font-size: 2.4rem;
        }

        .about-story {
            padding: 2.5rem;
        }

        .logo-divider img {
            width: 78px !important;
            max-width: 100%;
            margin-top: 117px;
            margin-left: -192px;
            position: absolute;
            z-index: 9;
        }


        .testimonials-block__item:nth-child(3n) {
            float: left;
            margin-right: 9px;
        }

        .testimonials-block__item h3 {
            font-size: 14px;
        }
        /*.case-study__item:nth-child(4) {
        display: none;
    }*/
        .case-study__item {
            width: 29%;
        }

            .case-study__item:first-of-type p {
                margin-bottom: 0.25rem;
            }

        .case-study__item__left {
            height: 156px;
        }

        .case-study__item__title {
            font-size: 1rem;
        }

        .case-study__item p {
            font-size: 0.9rem;
            line-height: 1rem;
        }
    }

    @media only screen and (min-width: 1000px) and (max-width: 1280px) {
        .isaBenefits .account-div {
            width: 100% !important;
            margin: auto !important;
        }

        .account-div {
            padding: 1rem;
            width: 48%;
            margin: 0% 1%;
        }
        .hero-title {
            font-size: 4.6rem;
        }
    }

