﻿
html {
    min-height: 100%;
}

/* EPAGOV Style NA
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
*/
footer {
    margin-top: auto;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }

    .body-content {
        padding: 0;
    }
}


/* btn btn-primary style start */

.btn-primary {
    color: #ffffff;
    background-color: #0071bc;
    border-color: #0071bc;
}

    .btn-primary:focus,
    .btn-primary.focus {
        color: #fff;
        background-color: #0071bc;
        border-color: #0071bc;
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #112e51 !important;
        border-color: #0071bc !important;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #0071bc;
        border-color: #0071bc;
    }

        .btn-primary:active:hover,
        .btn-primary.active:hover,
        .open > .dropdown-toggle.btn-primary:hover,
        .btn-primary:active:focus,
        .btn-primary.active:focus,
        .open > .dropdown-toggle.btn-primary:focus,
        .btn-primary:active.focus,
        .btn-primary.active.focus,
        .open > .dropdown-toggle.btn-primary.focus {
            color: #fff;
            background-color: #0071bc;
            border-color: #0071bc;
        }

    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus,
    .btn-primary[disabled].focus,
    fieldset[disabled] .btn-primary.focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #0071bc;
        border-color: #0071bc;
    }

/* END btn btn-primary style start */


.btn-info {
    color: #ffffff;
    background-color: #275e8d;
}

/* Resource Section Style Starts 
    FMM: Added for Resource Section to use instead of updates selector
*/
#resources .table td {
    padding-left: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    border: 0;
}

    #resources .table td + td {
        padding-right: 0;
    }

#resources {
    border-left: 1px solid #b3c3c2;
}

@media (min-width: 992px) and (max-width: 1199px) {

    #resources {
        border: none;
    }
}
/* Resource Section Style Ends */

/* EPAGOV Style NA
.main-nav {
    background-color: #0071bc;
    line-height: 1
}
    .main-nav .navbar-nav {
        padding-bottom: 0 !important;
        flex-flow: nowrap;
        white-space: nowrap;
    }

@media (min-width: 992px) {

    .main-nav .navbar-nav {
        display: flex;
    }
    .main-nav .dropdown-menu a
    {
        color: #205493 !important;
    }

}

    .main-nav a {
        color: #fff !important;
        font-family: Merriweather,Georgia,Cambria,"Times New Roman",Times,serif;
        font-size: 1.5rem !important;
        font-weight: 700;
        line-height: 1;
        padding: 1.5em 1.6em;
        text-decoration: none;
    }

    .main-nav a.dropdown-toggle:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

       
    .main-nav .dropdown-menu {
        background: #f1f1f1;
    }


        .main-nav .dropdown-menu  a {
            color: #205493 ;
        }

    .main-nav a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
        background-color: #112e51 !important;
        color: #fff !important;
    }
*/

header {
    position: relative;
}
/* EPAGOV Style NA
.site-name span {
    background: url(/images/epaosc/OSC-logo-blue.png) no-repeat;
    background-size: contain;
}

.site-name span {
    color: transparent;
    display: block;
    font: 0/0 a;
    height: 35px;
    text-shadow: none;
}

.site-name {
    height: 31px;
    padding: 0;
    width: 80px;
    background: transparent;
    margin:auto .25em auto auto;
}

    .site-name > a {
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }

.site-slogan {
    color: #0071bc;
    font-family: Arial,sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    width: 5em !important;
}

.site-name-and-slogan {
    display: inline-flex;
}
*/

/* EPAGOV Style NA
.site-epa > .site-name span {
    background: url(/images/epa-logo.svg) no-repeat !important;
}

.site-epa > .site-name {
    width: 101px;
}

.site-epa > .site-slogan {
    font-size: 1.2rem;
    width: 12em !important;
}

#epa-logo img {
    height: 2.25em !important;
}
#epa-logo {
    padding-top: 0 !important;
}

.microsite-name {
    font-size: 3rem;
    border: 0 !important;
    font-weight: 700;
}
*/


/*GR:  Bootstrap 4 classes - Remove if Bootstrap >= 4*/
.w-100 {
    width: 100%;
}

.d-flex {
    display: flex !important;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}
/* END GR */

