﻿@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('/fonts/Source-Sans-Pro/SourceSansPro-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('/fonts/Source-Sans-Pro/SourceSansPro-Bold.otf') format('opentype');
}

body {
    background: #f7f7f7;
    color: #444;
    font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    margin: 0;
}

#mainContent {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    line-height: 1.7;
}

    #mainContent a {
        color: #0066ba;
        text-decoration: underline;
    }

h1, h2, h3 {
    font-family: 'SourceSansPro-Bold';
    font-weight: normal;
}

h1 {
    font-size: 46px;
    margin: 30px 0 10px 0;
}

table th {
    font-family: 'SourceSansPro-Bold';
    font-weight: normal;
}

table th, table td {
    border: 1px solid #444;
    padding: 5px 10px;
    min-width: 100px;
    max-width: 400px;
}

#nav {
    background: #002F6D !important; /*Override Orange Nav Bar*/
}

.lb-nav-btn {
    background: #002F6D !important;
    transition: none !important;
}

    .lb-nav-btn:hover {
        background: #fff !important;
    }

.loggedOut, .loggedIn {
    display: none;
}