/* 
Theme Name: ForaCredit
Author: Herb Ladrillo
Version: 1.0
Description: Theme for the foracredit.ca
*/

/* START GENERAL STYLE */
body {
    font-family: 'Source Sans 3', sans-serif !important;
    font-size: 16px;
    line-height: 26px;
    color: #323333 !important;
    background: #FFFFFF;
    margin:0px;
    padding:0px;
}

.body-bg {
    background: url(https://cdn.foracredit.ca/web/site/body-bg2.webp) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/body-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='assets/body-bg.jpg', sizingMethod='scale')";
}

.default-head {
    background: url(https://cdn.foracredit.ca/web/site/faqs-hero-bg-2a.webp) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 300px;
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.foracredit.ca/web/site/faqs-hero-bg-2a.webp', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://cdn.foracredit.ca/web/site/faqs-hero-bg.webp', sizingMethod='scale')";
}

/* pagination */
.pagination{
    width:100%;
}
.pagination .nav-links a:link, .pagination .nav-links a:visited, .pagination .nav-links .current{
    background-color:#666;
    padding:7px 12px;
    color:white !important;
    border-radius:4px;
    text-transform: uppercase;
    text-decoration: none;
}
.pagination .nav-links .current{
    background-color:#b1b1b1;
}
.screen-reader-text{
    display:none !important;
}
p {
    color: #323232;
}

.alignRight {
    text-align: right;
}

.toInlineBlock {
    display: inline-block !important;
}

a:link,
a:active,
a:visited {
    color: #03A3A6;
    text-decoration: none;
}

a:hover {
    color: #03A3A6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Serif Pro', serif !important;
    font-weight:700 !important;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

h6 {
    font-size: 20px;
}
.teal{
    color:#03A3A6;;
}
.teal:link, .teal:visited{
    color:#03A3A6 !important;
}
button.btn {
    display: flex;
    align-items: center;
    border-radius: 10px !important;
}
.accordion-header{
    font-family: 'Source Sans 3', sans-serif !important;
}
.card-shadow {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.8) !important;
    width:100%;
   /* min-height: 400px; */
}

.how-it-works-card{
    height: 100px;
}

.icon-circle {
    background-color: #FFDFDF;
    padding: 20px;
    text-align: center;
    font-size: 50px !important;
    color: #D16666;
}

.icon-circle-alt {
    background-color: #D16666;
    padding: 0 13px;
    text-align: center;
    font-size: 28px !important;
    color: #fff;
}

.icon-circle-alt2 {
    background-color: #E1F4F4;
    padding: 20px;
    text-align: center;
    font-size: 50px !important;
    color: #03A3A6;
}
.icon-circle-alt3 {
    background-color: #FBF1D0;
    padding: 20px;
    text-align: center;
    font-size: 50px !important;
    color: #F9CA06;
}

.btn-custom-dark {
    background: #2C4251;
    color: #fff !important;
    border: #fff 1px solid !important;
}

.mainBtn {
    background-color: #03A3A6 !important;
    color: #fff !important;
    padding: .8em 2em !important;
}

.altBtn {
    background-color: #E1F4F4 !important;
    color: #03A3A6 !important;
    padding: .8em 2em !important;
}
.md-form {
    text-align: left;
}

.material-icons.mdc-button__icon {
    position: absolute;
    display: inline-block;
    margin-top: 13px;
    margin-left: 7px;
    font-size: 22px;
}

.mdc-button__icon+input {
    padding-left: 35px;
}

.mdc-button__icon+input:focus {
    border-color: #03A3A6;
    box-shadow: 0 0 5px #03A3A6;
}
/* END GENERAL STYLE */

/* START MAIN NAV STYLE */
a.nav-link {
    display: flex;
}

.navbar-fora {
    background-color: #FFFAF6 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-comp {
    margin-top: 65px !important;
}

.navbar-fora a:link,
.navbar-fora a:visited,
.navbar-fora a:active {
    color: #323333;
}
.navbar-fora a:hover {
    color: #03A3A6;
}

.navbar-collapse {
    padding-bottom: 0px !important;
}

.navbar-toggler {
    border: 0px !important;
}

.nav-logo {
    max-width: 150px;
}

.custom-toggler {
    border: none !important;
    background: none;
}

.dropdown-menu {
    background-color: #FFFAF6 !important;
    border-color: #d5c8bc !important;
    padding: 0 !important;
}

.dropdown-menu li {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #d5c8bc;
}

.dropdown-menu .last {
    border-bottom: none;
}

.dropdown-menu li a:hover {
    color: #03A3A6 !important;
}
.dropdown-menu li a:focus {
    color: #323232 !important;
    background-color:#03A3A6;
}

button.btn {
    border-radius: 5px !important;
}

.btn-solid-apply,
.btn-solid-apply:hover,
.btn-solid-apply:active,
.btn-solid-apply:visited {
    background-color: #2C4251 !important;
    color: #fff !important;
    border-width: 0px !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

.btn-outline-login,
.btn-outline-login:hover,
.btn-outline-login:active,
.btn-outline-login:visited {
    background-color: #FFFAF6 !important;
    border-color: #2C4251 !important;
    padding-left: 1em !important;
    padding-right: 1em !important;
}

/* remove caret from downdown nav */
.dropdown-toggle::after {
    display: none !important;
}

@media (min-width: 992px) {
    .navbar li {
        margin-left: 2em;
        margin-right: 2em;
    }

    .navbar-fora {
        background-color: #FFFAF6 !important;
        padding-top: 1em !important;
        padding-bottom: 1em !important;
    }
    .hero-content {
        height: auto;
        padding-left: 0 !important;
        padding-top: 0 !important;
        max-height: 250px;
    }
    .nav-comp{
        margin-top:95px !important;
    }
    .default-head {
        background: url(https://cdn.foracredit.ca/web/site/faqs-hero-bg-2a.webp) no-repeat top right;
        background-size: contain;
        min-height:30vh;
        width: 100%;
    }

    .md-form {
        text-align: left;
    }
}

/* ============================== */
/* END MAIN NAV STYLE */

/* START FOOTER STYLE */
.footer-box {
    background-color: #2C4251;
    color: #CDCDCD;
    font-size: 16px;
}

.footer p {
    font-size: 14px;
    line-height: 18.75px;
    color: #CDCDCD;
}

.footer label {
    color: #fff;
}

.footer a:link,
.footer a:active,
.footer a:visited {
    color: #CDCDCD;
    font-size: 14px;
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.subfooter-color,
.subfooter-color a:link,
.subfooter-color a:active,
.subfooter-color a:visited {
    color: #929292;
}

.subfooter-color a:hover {
    color: #fff;
}

.social-circle {
    background-color: #D16666;
    padding: 10px;
    text-align: center;
}

/* END FOOTER STYLE */


/* material icons */
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    /* Preferred icon size */
    display: inline-block;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: middle;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

/* ============== */


/* COOKIE STYLE */
.cookie-overlay {
    position: fixed;
    bottom: 1rem;
    left: 0;
    background: #fff;
    z-index: 2051;
    line-height: 20px;
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.accept-cookies {
    float: right;
}

a {
    text-decoration: underline;
}

.close-cookies {
    cursor: pointer;
}

@media (min-width: 992px) {
    .cookie-overlay {
        position: fixed;
        bottom: 1rem;
        left: 1rem;
        background: #fff;
        z-index: 2051;
        line-height: 20px;
        font-size: 14px;
        border-radius: 10px;
        width: 400px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    }
}