﻿@font-face {
    font-family: 'Trade Gothic';
    src: url('fonts/TradeGothicLTCom-BdCn20.eot');
    src: url('fonts/TradeGothicLTCom-BdCn20.eot?#iefix') format('embedded-opentype'), url('fonts/TradeGothicLTCom-BdCn20.woff') format('woff'), url('fonts/TradeGothicLTCom-BdCn20.ttf') format('truetype');
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Regular.woff') format('woff'), url('fonts/ProximaNova-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('fonts/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/ProximaNova-Bold.woff') format('woff'), url('fonts/ProximaNova-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Adelle SemiBoldItalic';
    src: url('fonts/Adelle-SemiBoldItalic.eot');
    src: url('fonts/Adelle-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/Adelle-SemiBoldItalic.woff') format('woff'), url('fonts/Adelle-SemiBoldItalic.ttf') format('truetype');
}

body {
    font: 18px "Proxima Nova", sans-serif;
    background: #FFFFFF;
    line-height: 27px;
}



.has-page-gutters {
    max-width: 1300px;
    margin: 0 auto;
}

/* Text formats */
.title-text {
    font-family: "Trade Gothic";
    font-weight: bold;
    font-size: 3.25rem;
    line-height: 3.25rem;
    display: inline-block;
    text-transform: uppercase;
}
.title-container{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    border-bottom: 2px solid #EBEBEB;
    margin-top: 2rem;
    padding-bottom: 5px;
}
.group-box {
    border: 1px solid #F2F2F2;
    margin: 5px;
    background: transparent;
    float: left;
}
.group-box h1 {
    background: #F2F2F2;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 1.7em;
}
.even-row {
    background: #F2F2F2;
}

.odd-row {
    background: #FFFFFF;
}

.sidebar-menu {
    font-size: 16pt;
    font-family: "Trade Gothic", "Pathway Gothic One", Arial, sans-serif;
    min-width: 200px;
}
.sidebar-menu {
    display: inline-block;
    list-style: none outside none;
    overflow: hidden;
    text-transform: uppercase;
    width: 100%;
}
.sidebar-menu li {
    border-right: none;
    border-bottom: 1px dotted #404040;
}
.sidebar-menu li a {
    font-size: 1.1em;
    display: inline-block;
    padding: 8px 18px 8px 15px;
    text-decoration: none;
    color: #817E64;
}
.sidebar-menu li:nth-last-of-type(1) a {
    border: none;
}


.group-box h1 span {
    font-size: 0.5em;
}

.icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.icon{
    height: 1em;
    width: 1em;
}
.gold-icon {
    fill: #E98B32;
    transition: fill 0.3s;
}


/* layout/template elements */
header {
    background-color: #FFFFFF;
}
header ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
header ul li {
    list-style: none;
    padding: 0.5rem;
}
header ul li a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5rem;
    text-decoration: none;
}
header-content {
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-wrap: nowrap;
}


footer {
    background-color: #E6E6E6;
}
footer h4 {
    font-family: "Trade Gothic";
    font-size: 33px;
    color: #2C5CA7;
}
.footer-icon-link {
    color: #2C5CA7;
    background-color: transparent;
    border-color: #2C5CA7;
    border-width: 3px;
    border-style: solid;
    border-radius: 10%;
    height: 50px;
    width: 50px;
    font-size: 25px;
    line-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.footer-icon-link svg {
    fill: #2C5CA7;
    width: 1em;
    height: 1em;
}
.footer-separator .blue {
    background-color: #2C5CA7;
    color: #2C5CA7;
}
.footer-separator .gold {
    background-color: #E98B32;
    color: #E98B32;
}
.footer-separator .red {
    background-color: #E22236;
    color: #E22236;
}
.footer-separator .beige {
    background-color: #C7B786;
    color: #C7B786;
}
.footer-content {
    font-size: 16px;
    margin-top: 50px;
}
.footer-attribution {
    background-color: #D2D2D2;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
}
.footer-attribution a {
    color: #FFFFFF;
    text-decoration: none;
}
footer .icon-list a {
    color: #000000;
    text-decoration: none;
}
footer .icon-list a:hover {
    text-decoration: underline;
}

/* Bootstrap overrides */
.btn {
    border-radius: 3px;
    padding-left: 1.5em;
    padding-right: 1.5rem;
}
.btn-primary {
    background-color: #2C5CA7;
    border-color: #2C5CA7;
}
.btn-primary:hover {
    background-color: #FFFFFF;
    color: #2C5CA7;
}
.btn-outline-primary {
    border-color: #2C5CA7;
    color: #2C5CA7;
}
.btn-outline-primary:hover {
    background-color: #2C5CA7;
    color: #FFFFFF;
}
