/* EPAGOV Style NA
body {
    font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-size: 14px;
}
*/
a:hover,
a:active,
a:focus {
    color: #0071bc;
}

a {
    color: #275e8d
}

.btn {
    font-weight: bold;
}

.carousel-inner img {
    width: 100%;
}

.shadow {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}


/* EPAGOV Style NA
h1 {
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 24px;
    padding: 20px 30px;
    text-transform: uppercase;
    margin: 0;
}

h2, h3 {
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    font-size: 18px;
    line-height: 24px;
    padding: 0 0 10px 0;
    margin-top: 10px;
}

h2 {
    font-weight: bold;
    text-transform: uppercase;
}

h5 {
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    text-transform: uppercase;
    font-weight: bold;
}
*/
/* EPA logo styles start */

#epa-logo {
    padding: 15px 0 0 0;
    overflow: hidden;
}

    #epa-logo img {
        height: 22px;
        float: right;
    }

@media only screen and (max-width : 479px) {

    #epa-logo img {
        float: none;
    }
}
/* EPA logo styles end */

/* nav styles start */
.navbar-default {
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    background: white;
    border: none;
    margin-bottom: 0;
    padding-top: 0;
}


.navbar-brand {
    padding: .5em 0 0 0;
    display: flex;
    height: 2.25em;
}

    .navbar-brand > span {
        width: 6em;
        font-size: .75pc;
        color: #0071bc;
        line-height: 140%;
    }

    .navbar-brand > img {
        height: 100%;
    }

.nav .dropdown-toggle:focus {
    outline: thin dotted !important;
    outline: 5px auto -webkit-focus-ring-color !important;
}

.navbar li {
    font-size: 14px !important;
}

.navbar-right > li > a {
    padding-top: .75em;
    padding-bottom: .75em;
    color: #205493 !important;
}

.navbar-default .dropdown-menu, .navbar-default .dropdown-menu a {
    background: #f1f1f1;
    color: #205493;
}

.navbar-default .navbar-nav > .active > a {
    background-color: white !important;
    border-bottom: #0071bc solid;
}

/*.navbar-default .navbar-nav > li a:hover,
    .navbar-default .navbar-nav > li a:active,
    .navbar-default .navbar-nav > li a:focus,
    .navbar-default .navbar-nav > li.active a,
    .navbar-default .navbar-nav > li li.active a {
        color: #0071bc !important;
    }*/

#login {
    color: #0078b9;
    padding-right: 0 !important;
}

/*.navbar-nav {
    padding-bottom: 30px;
}*/

/*FMM: START Added Padding for menu items */
/*
.navbar-nav > li {
    padding-left:0px;
    padding-right:0px;
}
.navbar-nav > li{
  margin-left:0px;
  margin-right:0px;
}
*/
/*FMM: END Added Padding for menu items */

@media (min-width: 992px) and (max-width: 1199px) {


    .navbar li {
        font-size: 12px !important;
    }

    .navbar-right > li > a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 991px) {

    .navbar-default {
        padding-top: 0;
    }

    .navbar-right {
        padding-top: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-right > li + li {
        border: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
        margin-top: 20px;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
        padding-bottom: 0;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px !important;
                padding-bottom: 10px !important;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover,
            .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }

    .navbar-collapse.in {
        overflow-y: auto;
    }
}
/* nav styles end */

/* intro styles start */
#intro h3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border: none;
    padding-bottom: 0;
}

#intro {
    padding-bottom: 15px;
}

    #intro p {
        font-size: 16px;
        line-height: 24px;
    }

#intro {
    padding-left: 30px;
    padding-right: 30px;
}

@media (max-width: 991px) {

    #intro {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    #intro {
        border-top: 1px solid #0071bc;
    }

        #intro p {
            font-size: 14px;
            line-height: 20px;
        }
}
/* intro styles end */

/* call to action styles start */
#cta {
    padding: 10px 30px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    background: #0071bc url("../images/cta-bg.jpg") no-repeat;
}

    #cta a.btn {
        box-shadow: 1px 1px 2px #333;
        background: #e1f3f8;
        border-color: #e1f3f8;
        color: #0078b9;
    }

        #cta a.btn:hover,
        #cta a.btn:active,
        #cta a.btn:focus {
            color: #0071bc;
        }

    #cta a:after {
        content: "\00a0\003e\003e";
    }

@media (max-width: 991px) {

    #cta {
        padding: 15px 30px;
    }

        #cta img {
            display: block;
            padding: 0 0 5px 0;
        }
}

@media (max-width: 767px) {

    #cta {
        padding: 15px;
    }

        #cta img,
        #cta strong {
            display: block;
            padding: 0 0 5px 0;
            margin: 0;
        }
}
/* call to action styles end */

/* sections styles start */
#sections {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

    #sections div {
        position: relative;
    }

    #sections h4 {
        font-size: 16px;
        font-weight: normal;
        line-height: 125%;
    }

    #sections * + h4 {
        padding-top: 15px;
    }

    #sections a.btn {
        background: #0071bc;
        border-color: #0071bc;
        color: #fff;
        box-shadow: 1px 1px 2px #999;
    }

/*#sections a.btn:hover,
        #sections a.btn:active,
        #sections a.btn:focus {
            background: #e1f3f8;
            border-color: #e1f3f8;
            color: #0071bc;
        }*/

#updates .table td {
    background: #e1f3f8;
    border-color: #fff;
}

#updates .table th {
    background: #e1f3f8;
    border-color: #fff;
}

#resources ul li {
    padding-bottom: 10px;
}

#resources .btn {
    margin-top: 20px;
}

#sections {
    padding: 0 30px 20px 30px;
}

    #sections > div {
        padding-bottom: 9999px;
        margin-bottom: -9999px;
    }

#info,
#resources {
    border-left: 1px solid #b3c3c2;
}

@media (min-width: 992px) and (max-width: 1199px) {

    #info {
        border: none;
    }

    #sections > div#updates {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

        #sections > div#updates:after {
            content: "";
            display: block;
            height: 0;
            border-bottom: 1px solid #b3c3c2;
            position: absolute;
            left: 15px;
            right: 15px;
            bottom: 0;
        }
}

@media (max-width: 991px) {

    #sections {
        padding: 0;
        margin-bottom: 0;
    }

        #sections > div {
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-left: none;
        }

            #sections > div:after {
                content: "";
                display: block;
                height: 0;
                border-bottom: 1px solid #b3c3c2;
                position: absolute;
                left: 15px;
                right: 15px;
                bottom: 0;
            }
}
/* sections styles end */

/* footer styles start */
#footer {
    font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif;
    background: #333;
    color: #fff !important;
    padding: 20px;
    margin-left: 0;
    margin-right: 0;
}

    #footer h6 {
        font-size: 14px;
    }

        #footer h6 img {
            height: 20px;
        }

    #footer li {
        padding-bottom: 10px;
    }

    #footer a {
        color: #fff;
        position: relative;
        padding-left: 15px;
        display: block;
    }

        #footer a:before {
            content: "\003e";
            position: absolute;
            top: 0;
            left: 0;
        }
/* footer styles start */


/* SUBPAGE STYLES */
#main-content {
    overflow: hidden;
    padding-top: 8px; /* FMM Reduced main content padding was 24px*/
}

    #main-content h4 {
        font-size: 14px;
        line-height: 18px;
        font-weight: bold;
        padding-top: 20px;
    }

/* categories styles start */
#categories {
    padding-left: 45px;
    border-right: 1px solid #b3c3c2;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

    #categories li {
        padding-bottom: 10px;
    }

    #categories .active a {
        background: #e1f3f8;
        outline: 5px solid #e1f3f8;
    }
/* categories styles end */

/* resources styles start */
#resources-sub .well {
    border: none;
    border-radius: 0;
    box-shadow: none;
    background: #e1f3f8;
    margin-top: -24px;
    margin-left: -15px;
}

#resources-sub .panel {
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    background: transparent;
}

    #resources-sub .panel ul {
        padding: 5px 10px;
        background-color: #fff;
    }

        #resources-sub .panel ul li {
            padding-bottom: 5px;
        }

#resources-sub .table td {
    border-color: #fff;
    padding-right: 4px;
    padding-left: 4px;
}

    #resources-sub .table td:first-child {
        padding-left: 0;
    }

    #resources-sub .table td:last-child {
        padding-right: 0;
    }
/* resources styles end */

@media (max-width: 991px) {

    h1 {
        padding: 10px 15px;
    }

    #main-content {
        padding-top: 10px;
    }

    #categories {
        border: none;
        padding-left: 15px;
        padding-bottom: 0;
        margin: 0;
    }

        #categories ul {
            padding-left: 15px;
        }

    #resources-sub .well {
        margin: 0;
    }

    #resources-sub {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
