﻿
nav.row {
    margin: 0 0 20px 0;
    color: #fff;
    background: #5a5a5a;
}

    nav.row > div {
        margin-bottom: 0px !important;
    }

        nav.row > div > div > p {
            margin: 0;
        }       
nav a {
    color: #fff !important;
    text-decoration: underline;
}

nav.row {
    margin: 0 0 20px 0;
}

nav > div:first-child p {
    line-height: 50px;
    font-family: 'Open Sans Semi Bold';
}

nav > div {
    margin-bottom: 0;
}

figure {
    position: relative;
    margin: 0 0 4px 0;
}

figcaption {
    font-family: 'Montserrat';
    font-size: 30px;
    position: absolute;
    color: #0098c9;
    background: #fff;
    background: rgba(250, 250, 250, 0.8);
    padding: 5px 15px 5px 20px;
    margin-top: 25px;
}

    figcaption span {
        text-transform: uppercase;
        font-family: 'Montserrat Bold';
    }

article aside a {
    background: #266cd2;
    color: #fff !important;
    padding: 20px !important;
    text-align: center;
    margin-top: 3px;
}

    article aside a:first-child:not(:last-child) {
        border-right: 4px solid #fff;
    }

article > aside > div > a > span {
    font-family: 'Open Sans Semi Bold';
}

.lob-container {
    box-sizing: border-box;
    padding: 20px 40px 40px 40px;
    width: 100%;
    overflow: hidden;
    min-height: 400px;
}

div.ee_footerLinks > a:first-child {
    display: none;
}