body,
html
{
    height: 100%;
    background-color: #f5f4f3;
}
h1, h2, h3{
    color: #141037;
    font-family: 'Source Sans Pro', sans-serif;
}
h1
{
    font-size: 2em;
    font-weight: bold;
}
h2{
    font-size: 1.5em;
    margin-bottom: 1em;
}
h3{
    font-size: 1em;
    margin-bottom: 1em;
}
p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #141037;
}
a:hover{
    color: #3e4046;
}
.row
{
    margin-right: auto;
    margin-left: auto;
    background-color: #fff;
}
.column
{
    height: 100%;
}
#headerRow{
    height: 125px;
}
#headerRow .column{
    line-height: 125px;
}
.navDiv
{
    height: 100%;
}
.navSpan
{
    font-family: 'Poiret One';
    font-size: 1.5em;
    font-weight: bolder;
    color: #141037;
}
.navBG{
    height: 100%;
}
#backgroundImg
{
    margin-left: -15px;

}
.background
{
    overflow: hidden;
    max-width: 100em;
    height: 1.0001%;
    max-height: 250px;
}
.seperator{
    background-color: #2e333e;
    height: 3px;
    margin-left: -15px;
    margin-right: -15px;
}
.content
{
    max-width: 100em;
    margin-right: auto;
    margin-left: auto;
}
.footerIcon{
    height: 30px;
    width: 30px;
}
.footer div{
    height: 100%;
}
.footer a img{
    margin-top: 0.1em;
    text-decoration: none;
}
.linkStyle{
    text-decoration: underline;
    color: #141037;
}
/*.footer a{
    padding-left: 0.5em;
    padding-right: 0.5em;
}*/

.footerBG{
    background-color: #353255;
}
.footer p, .footer a{
    margin-top: 0.5em;
    color: #b3b1d4;
    font-size: 1em;
}
.footer .upperRow p{
    margin-top: 0.5em;
}
.footer p a{
    text-decoration: underline;
}
img{
    max-width: none;
}
#logoImg{
    max-width: 100%;
}
@media only screen and (max-width: 64.063em){
    #logoImg
    {
        margin-right: auto;
        margin-left: auto;
    }
    .footer .upperRow p{
        text-align: center !important;
    }
    #headerRow .column{
    line-height: 100px;
    }
    #headerRow{
    height: 100px;
    }
    .navSpan
    {
        position: inherit;
    }
    .column{
        height: auto;
    }
    #backgroundImg
    {
        margin-left: -15px;
    }
    .background
    {
    overflow: hidden;
    max-width: 64.063em;
    height: 1.0001%;
    max-height: 100px;
    }
    .footer p, .footer a{
    margin-top: 0.1em;
    }
    .footer a{
        padding: 0;
        padding-left: 1px;
        padding-right: 1px;
    }
}
@media only screen and (max-width: 40.063em){
    #logoImg
    {
        width: auto;
        margin-right: auto;
        margin-left: auto;
    }
    #headerRow{
        height: auto;
    }
    .navSpan
    {
        position: inherit;

    }
    #backgroundImg
    {
    margin-left: -15px;
    }
    .background
    {
    overflow: hidden;
    max-width: 40.063em;
    height: 1.0001%;
    max-height: 50px;
    }
    .navBG
    {
        background-color: #f5f4f3;
    }
    #headerRow .column{
    line-height: 2;
    }
    .footer a{
        padding: 0;
        padding-left: 1px;
        padding-right: 1px;
    }
    .footerIcon{
        height: 20px;
        width: 20px;
    }
}
.nowrap{
    white-space: nowrap;
}
.active
{
    color: #b3b1d4;
}