﻿html {
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
}

body{
    min-height: 100%;
    padding-bottom: 6rem;
    margin: 0 !important;
    padding: 0 !important;
}

.title {
    color: #003d79;
}

.container-fluid {
    min-height: 100%;
    overflow: auto;
    padding-bottom: 150px;
    padding-top: 85px;
}

em {
    font-weight: bold;
    color: #013D79;
}

.footer {
    position: relative !important;
    margin-top: -150px;
    height: 150px !important;
    clear: both;
    background-color: #2e93b1 !important;
    text-align: center;
    box-shadow: -3px -2px 8px 0px rgba(0,0,0,0.5)
}

.slide .active {
    top: 0 !important;
}

.nav > li > a {
    color: black;
}

#quote {
    margin: inherit;
}

.wrapper {
    width: inherit;
}

.subMenu-content {
    display: none; 
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #f9f9f9;
    min-width: 150px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.6);
    z-index: 1;
}

.dropdownSub:hover .subMenu-content {
    display: block;
}

.drop:hover .dropdownMenu {
    display: block;
}

.flexCarousel {
    width: 957px;
}

.dropdownMenu {
    display: none;
    position: absolute;
    top: 35px;
    min-width: 150px;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    z-index: 1;
    color: white;
}

.dropdownMenu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    width: 100%;
}

.dropdownMenu a:hover {
    background-color: #f1f1f1;
}

.footer p {
    line-height: 45px;
    font-size: 14px;
    margin: 0;
}

#blurbs {
    border: 1px solid #d4d4d4;
    margin: 10px auto;
    background: #F5F3F3 !important;
    padding: 10px 0;
}

.blueBackground {
    background-color: #003d79;
}

.LBBackground {
    background-color: #08799B;
}

.LLBBackground {
    background-color: #2e93b1;
}

.darkGreyBackground {
    background-color: #363738;
}

.greyBackground {
    background-color: #eee;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
}

#homePage::after {
    opacity: .2;
}

strong {
    color: #08799B;
}

@media (max-width: 960px) {
    .flexCarousel {
        width: 768px !important;
    }
    .banner {
        height:280px !important;
        width: 380px !important;
    }
    .banner span {
        top: 270px !important;
    }
    .banner p {
        font-size: 12px;
    }
}

@media (max-width:768px) {
    #logo {
        height: 45px;
    }
    .flexCarousel {
        width: 560px !important;
    }
}

@media (max-width: 560px) {
    .flexCarousel {
        width: 320px !important;
    }
}