/*=============================================
    Please add all custom CSS to this file
 =============================================*/

.toplogo {
    margin-top: 20px;
    color: #000;
    font-family: 'Lora', serif;
    font-size: 3em;
    line-height: 1em;
}
.toplogo img {
    padding-bottom: 10px;
}

.toplogo2 {
    font-size: .5em;
    letter-spacing: 2px;
    background: #0C3F85;
    padding: 8px 33px;
    color: #fff;
}

.topPhone {
    color: #000;
    font-size: 1.4em;
    margin: 11px 0;
}

.cta {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-box {
    height: 100%;
    width: 100%;
}

.footer-box {
    min-height: 22em;
}
.cta-text {
    padding: 9% 46% 0% 0%;
    font-family: 'Lora', serif;
    font-size: 3.9em;
    color: #000;
    line-height: 1.2em;
    letter-spacing: 2px;
}

.banner-btn {
    font-family: 'Open', sans-serif;
    font-size: 18px;
    padding: 13px 30px;
    background: #0C3F85;
    color: #fff;
    border: 2px solid #0C3F85;
    text-transform: uppercase;
}
.banner-btn:hover {
    background: rgba(255,255,255,.2);
    color: #000;
}

.banner-mobile {
    font-family: 'Lora', serif;
    font-size: 3.5em;
    color: #0C3F85;
    line-height: 1.2em;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
}

ul.fancylist li:before {
    content: "\f0d1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0C3F85;
    font-size: 13px;
    padding-right: 0.5em;
    margin-left: -27px;
}
.fancylist {
    list-style-type: none;
}

ul.fancylist2 li:before {
    content: "\f276";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0C3F85;
    font-size: 13px;
    padding-right: 0.5em;
    margin-left: -27px;
}
.fancylist2 {
    list-style-type: none;
}

.button {
    background: #0C3F85;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #0C3F85;
}
.button:hover {
    background: none;
    color: #000;
}

footer.footer {
    background-color: #051b36;
    background-image: url("../../../patterns/cardboard.png");
    color: #000;
    background-attachment: fixed;
}

.footer-box {
    background: rgba(255,255,255,.7);
    box-shadow: 1px 1px 5px #000;
    padding: 1px 20px 10px 20px;
    margin: 15px 0;
}


@media only screen and (min-width:0px) {
    #slider {
        display: none;
    }

    .banner-mobile {
        display: block;
    }

    .hm-img {
        display: none;
    }
}

@media only screen and (min-width:480px) {
    #slider {
        display: none;
    }

    .banner-mobile {
        display: block;
    }

    .hm-img {
        display: none;
    }
}

@media only screen and (min-width:768px) {
    #slider {
        display: block;
    }

    .banner-mobile {
        display: none;
    }

    .hm-img {
        display: block;
    }
}