﻿@font-face {
    font-family: 'Gibson-Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/gibson-regular-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Gibson-Light';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/gibson-light-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Gibson-Italic';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/gibson-italic-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Gibson-SemiBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/gibson-semibold-webfont.woff') format('woff');
}

body {
    font-family: Gibson-Regular !important;
}

h1 {
    font-size: 1.95em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.55em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.25em;
    font-weight: bold;
}

h1,
.h1,
h2,
.h2,
h3,
.h3
h4,
.h4
h5,
.h5 {
    margin-top: 5px;
    margin-bottom: 10px;
}

p {
    font-size: 1.0em;
}

.banner {
    background-color: #656666;
    min-height: 100px;
    padding: 15px;
}

    .banner a:hover, .banner a:active {
        text-decoration: none;
    }

.whitetext {
    color: #fff;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rcorners {
    border-radius: 8px;
    border: 2px solid #30a5df;
    padding: 5px 15px 15px 15px;
}

.rcorners-grey-filled {
    border-radius: 8px;
    border: 2px solid #e9e9e9;
    padding: 0 0 0 5px;
    background-color: #e9e9e9;
}

.rcorners-grey-filled-glossary {
    border-radius: 8px;
    border: 2px solid #e9e9e9;
    padding: 5px 0 0 5px;
    background-color: #e9e9e9;
}

.bglight {
    background-color: #f5f5f5;
}

/* Panel */

.huge {
    font-size: 1.4em;
}

.vsmall {
    font-size: 12px;
}

.panel-primary {
    border-color: #337ab7;
}

    .panel-primary > .card-header {
        color: #fff;
        background-color: #337ab7 !important;
        border-color: #337ab7 !important;
    }

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .card-header {
        border-color: #5cb85c;
        color: white;
        background-color: #5cb85c;
    }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .card-header {
        border-color: #d9534f;
        color: white;
        background-color: #d9534f;
    }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .card-header {
        border-color: #f0ad4e;
        color: white;
        background-color: #f0ad4e;
    }

.glossary table {
    border-collapse: collapse;
    width: 100%;
}

.glossary th, td {
    text-align: left;
    vertical-align: top;
    padding: 8px;
}

.glossary tr:nth-child(even) {
    background-color: #f2f2f2
}

.glossary th {
    background-color: #5cb85c;
    color: white;
}

.nestedUL {
    list-style-type: lower-alpha;
    list-style-position: inside;
    margin-left: 10px;
    padding-bottom: 5px;
    font-size: 1.0em;
}

.nestedULregular {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 10px;
    padding-bottom: 5px;
    font-size: 1.0em;
}

.hidden {
    display: none;
    background-color: #eee;
}

.tier1 {
    font-weight: bold;
}

.tier2 {
    margin-left: 15px;
    margin-bottom: 10px;
}

.contentheader {
    width: 100%;
    text-align: left;
    padding: 10px 5px 10px 5px;
    margin-bottom: 10px;
}

    .contentheader a {
        color: #333;
    }

.contactus {
    color: #000;
    margin: 0;
    width: 100%;
    text-align: left;
}

    .contactus .left {
        width: 15%;
        height: auto;
        float: left;
    }

    .contactus .right {
        width: 70%;
        margin-left: 25%;
        height: auto;
        text-align: left;
    }

.card-height {
    min-height: 135px;
}

.bg-black {
    background-color: #000;
}

#mainSection a:focus, #mainSection a:hover {
    color: #23527c;
    text-decoration: underline;
}

#mainSection a:active, #mainSection a:hover {
    outline: 0;
}

#mainSection a {
    color: #337ab7;
    text-decoration: none;
}

.banner-logo {
    height: 122px;
}
