@font-face
{
    font-family: GothamBook;
    src: url(/lib/fonts/gothambook.otf);
}

@font-face
{
    font-family: GothamBold;
    src: url(/lib/fonts/gothambold.otf);
    font-weight: bold;
}

@font-face
{
    font-family: GothamLight;
    src: url(/lib/fonts/gothamlight.otf);
}

@font-face
{
    font-family: GothamLightItalic;
    src: url(/lib/fonts/gothamlightitalic.otf);
    font-style: italic;
}

body
{
    padding-top: 75px;
    padding-bottom: 20px;
    font-family: GothamLight;
    font-size: 12pt;
    color: #58595f;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content
{
    padding-left: 15px;
    padding-right: 15px;
}

.dropdown-menu > .mega-dropdown-container
{
    display: flex;
    flex-direction: row;
}

@media (max-width: 767px)
{
    .dropdown-menu > .mega-dropdown-container
    {
        flex-wrap: wrap;
    }
}


.mega-dropdown-container-item
{
    flex: 1 1 auto;
    list-style-type: none;
    padding-left: 2em;
    padding-right: 2em;
}

.mega-dropdown-header
{
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
}

.mega-dropdown-container-item > li > a
{
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}



    .mega-dropdown-container-item > li > a:hover,
    .mega-dropdown-container-item > li > a:focus
    {
        text-decoration: none;
        color: #444;
        background-color: #f5f5f5;
    }

.below-hero-body
{
    margin: 25px 15px 0 15px;
}


.pageTitle
{
    bottom: 200px;
    min-height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: white;
    text-align: center;
    font-size: 40pt;
    font-family: GothamBold;
}

.pageSubTitle
{
    bottom: 125px;
    min-height: 80px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
    color: white;
    text-align: center;
    font-size: 20pt;
    font-family: GothamBook;
}

.noLRPad
{
    padding-left: 0;
    padding-right: 0;
}

.subTitle
{
    text-align: center;
    font-family: GothamBook;
    font-size: 24pt;
    padding-top: 0;
    padding-bottom: 1em;
}

.subTitleTextBlock
{
    text-align: center;
    font-size: 14pt;
}
