/* GovDelivery Forms */
.govdelivery-form {
    background: #fff;
    display: inline-block;
    margin-bottom: 1.5em;
    max-width: 100%;
    padding: 0.75em 0.75em 0;
}
@media screen and (min-width: 43em) {
    .govdelivery-form {
        display: block;
    }
}
.govdelivery-fieldset {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    position: static;
    top: 0;
}
.govdelivery-legend {
    background: transparent;
    border: 0;
    color: #000;
    height: auto;
    line-height: 1;
    padding-left: 2.2352941176em;
    position: relative;
    text-indent: 0;
    text-shadow: none;
    top: 0;
}
.govdelivery-legend:before {
    background: url(https://www.epa.gov/sites/all/themes/epa/img/govdelivery.png) no-repeat 50% 50%;
    content: '';
    display: block;
    height: 1.4117647059em;
    left: 0;
    margin-top: -0.2941176471em;
    position: absolute;
    width: 1.9411764706em;
}
@media screen and (min-width: 43em) {
    .microsite-aside .govdelivery-legend {
        padding-left: 0;
    }
    .microsite-aside .govdelivery-legend:before {
        display: none;
    }
}
@media screen and (min-width: 61.75em) {
    .microsite-aside .govdelivery-legend {
        padding-left: 2.2352941176em;
    }
    .microsite-aside .govdelivery-legend:before {
        display: block;
    }
}
.govdelivery-text {
    margin: 0.5882352941em 0 0;
    max-width: 10.5882352941em;
    min-width: 5.8823529412em;
    width: 100%;
}
.govdelivery-submit {
    margin: 0.5882352941em 0 0.75em;
}
