/* font-family: 'Titillium Web', sans-serif; */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,300,300italic,400italic,600,600italic,700,700italic,900);

.header {
    box-shadow: none;
}

#menu-extras-menu li:after {
    content: '|';
    position: absolute;
    right: -5px;
    top: 8px;
    bottom: 0;
}

#menu-extras-menu li:last-child:after {
    content: '';
}

.main-navigation a {
    color: #787878;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Titillium Web', sans-serif;
    transition: background 0.3s ease-in;
}

@media (min-width: 992px) {
    .main-navigation > .current-menu-item > a::after {
        margin-bottom: -30px;
    }
}

@media (min-width: 1200px) {
    #structurepress-main-navigation {
        margin-top: 2rem;
    }

    .main-navigation li > a {
        padding: 1rem 1.1875rem;
    }
}

@media (min-width: 992px) {
        .main-navigation > .menu-item-has-children::after {
            bottom: -5px;
            color: #999999;
        }
        .main-navigation > .menu-item-has-children:hover::after {
            bottom: -5px;
            color: #fff;
        }
        .main-navigation li > a {
            padding: 1rem 1.1875rem !important;
        }
        #structurepress-main-navigation {
            margin-top: 2rem !important;
        }
        .jumbotron__extras {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            background: linear-gradient(transparent, #000000);
        }
    }

.main-navigation a:hover {
    background: #20539b;
    color: #fff !important;
}

.page-header h1 {
    position: absolute;
    z-index: 9999;
    color: #fafafa;
    font-family: 'Titillium Web', sans-serif;
    font-size: 54px;
    line-height: 54px;
    font-weight: 100;
}

.page-header h1:after {
    content: '';
    background: #fff;
    height: 1px;
    max-height: 1px;
    width: 30%;
    position: absolute;
    bottom: -15px;
    right: 0;
}

.page-header {
    position: relative;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    background-size: cover;
    background-position: center right !important;
}

.page-header:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
}

table {
    width: 100%;
}

table thead td {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background: #F2F2F2;
    padding: 9px 0;
}

table td {
    padding: 9px 10px;
    font-size: 15px;
    text-align: center;
}

table tbody tr td:first-child {
    text-align: left !important;
}

table tbody tr {
    border-bottom: 1px dashed rgba(0,0,0,0.15);
}

table tbody tr:nth-of-type(even), table tbody tr:nth-of-type(even) td {
    background: #f9f9f9;
}

@media (min-width: 450px) {
    .header__logo {
        text-align: center;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .header__logo img {
        margin-top: -14px !important;
        height: 100% !important;
width: auto !important;
    }
}

@media (max-width: 990px) {
    .header__logo img {
        height: auto;
        max-height: 70% !important;
    }
}

.sow-slider-base {
    text-align: center;
}