#mobileswap {
    display: none;
    clear: both;
    text-align: center;
    margin: 10px 0 10px 0;
}
#mobileswap a {
    cursor: pointer;
}

.sr-only {
    /*style for screenreaders only*/
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/*home page redesign styles 7/2018*/
#homeContainer > #homeContentContainer {
    padding-left: 0em;
    padding-right: 0em;
}

#homeContent {
    border: 4px;
    /*border-color: #741865;*/
    border-style: solid;
    min-height: 550px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#homeContent h2 {
    background: #741865;
    margin-top: 0;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.homeContentBlocks {
    padding: 20px;
}

.homeContentBlocks .searchContainer {
    border: 1px solid #e4e2e0;
    color: #d4d4d4;
    padding: 10px;
    margin-bottom: 15px;
}

/*styles for fieldsets - need to override EPA fieldset styles*/
.homeContentBlocks fieldset {
    border: 0;
    margin: 0 0 -10px 0;
    padding: 0;
    top: 0;
    background-color: transparent;
    color: #151515;
    clear: both;
}
.homeContentBlocks fieldset legend {
    background: none;
    border: 0;
    font-weight: bold;
    line-height: 1.5;
    text-indent: 0em;
    /*color: #151515;
	font-size: 117.6471%;*/
    margin: 0 0 10px 0;
    padding: 0px;
    border-radius: 0px;
    height: auto;
    position: relative;
    top: 0px;
    left: 0px;
}

/* hidden radio buttons */
.homeContentBlocks div fieldset.radiogroup ul.radioselect {
    margin: 0;
    padding: 0;
    list-style: none;
}

.homeContentBlocks div fieldset.radiogroup ul.radioselect li {
    border: 1px transparent solid;
    display: inline;
    float: left;
    margin-right: 8px;
    font-weight: normal;
}

.homeContentBlocks div fieldset.radiogroup ul.radioselect li label {
    background-color: #f1f1f1;
    font-weight: normal !important;
    padding: 5px 10px;
    text-align: center;
    width: 160px;
    height: 38px;
    cursor: pointer;
}

.homeContentBlocks div fieldset.radiogroup ul.radioselect li label.on {
    color: #fff;
    /*transition:0s;*/
}

.homeContentBlocks div fieldset.radiogroup ul.radioselect li label.on + span {
    display: block !important;
    text-align: center !important;
    width: 0;
    height: 0;
    margin: auto !important;
    border-left: 24px solid transparent !important;
    border-right: 24px solid transparent !important;
}

.homeContentBlocks
    div
    fieldset.radiogroup
    ul.radioselect
    li
    label
    input[type="radio"] {
    position: relative !important;
    left: 0 !important;
    width: auto !important;
    height: auto !important;
    border: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/*left navigation buttons*/
#homeLeftButtons {
    padding-right: 0em;
}

#homeLeftButtons ul.homeButtons {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#homeLeftButtons ul.homeButtons li {
    line-height: 3.4;
    margin-bottom: 10px;
}

#homeLeftButtons ul.homeButtons li a {
    height: 70px;
    font-size: 1.2em;
    display: block;
    text-decoration: none;
    font-weight: bold;
    background-color: #f1f1f1;
}

#homeLeftButtons ul.homeButtons li a:hover {
    background-color: #f1f1f1;
    border-right: 0.5rem solid;
}

#homeLeftButtons > ul.homeButtons > li a.selected {
    color: #fff !important;
    margin-right: 0px;
    position: relative;
}

#homeLeftButtons ul.homeButtons li a.selected:before,
#homeLeftButtons ul.homeButtons li a.selected:after {
    content: " ";
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
}

#homeLeftButtons ul.homeButtons li a.selected:before {
    left: 100%;
}

#homeLeftButtons ul.homeButtons li a.selected:hover {
    border-right: 0;
    margin-right: 0px;
}

#homeLeftButtons ul.homeButtons li a span {
    display: inline-block;
    width: 70px;
    margin-right: 3px;
    height: 100%;
}

/* Quick Search section specific styles*/
#homeLeftButtons ul.homeButtons li a.quicksearch span {
    background: #741865
        url("../../../../../../../app/img/home/icon-quick-search.png") 15px
        no-repeat;
}
#homeLeftButtons ul.homeButtons li a.quicksearch,
#homeContent h3.quicksearch,
.quicksearch fieldset legend,
.quicksearch .homeContentBlocks fieldset.radiogroup ul.radioselect li label {
    color: #741865;
}
#homeContent h2.quicksearch,
.quicksearch button,
#homeLeftButtons ul.homeButtons li a.quicksearch.selected,
.quicksearch .homeContentBlocks fieldset.radiogroup ul.radioselect li label.on {
    background-color: #741865;
}
.quicksearch button:hover {
    background-color: #741865;
}
.quicksearch .homeContentBlocks fieldset.radiogroup ul.radioselect li label.on {
    border-bottom: 5px solid #741865;
}
.quicksearch
    .homeContentBlocks
    fieldset.radiogroup
    ul.radioselect
    li
    label:hover {
    border-bottom: 5px solid #741865;
}
#homeLeftButtons ul.homeButtons li a.quicksearch.selected:before {
    border-left: 20px solid #741865;
}
#homeContent.quicksearch {
    border-color: #741865;
}
.quicksearch fieldset.radiogroup ul.radioselect li label.on + span {
    border-top: 14px solid #741865 !important;
}
.quicksearch input {
    border: 1px solid #741865;
}

/*Search Options section specific styles*/
#homeLeftButtons ul.homeButtons li a.searchoptions span {
    background: #0071bc
        url("../../../../../../../app/img/home/icon-search-options.png") 15px
        no-repeat;
}
#homeLeftButtons ul.homeButtons li a.searchoptions,
#homeContent h3.searchoptions {
    color: #0071bc;
}
#homeContent h2.searchoptions,
#homeLeftButtons ul.homeButtons li a.searchoptions.selected {
    background-color: #0071bc;
}
#homeLeftButtons ul.homeButtons li a.searchoptions.selected:before {
    border-left: 20px solid #0071bc;
}
#homeContent.searchoptions {
    border-color: #0071bc;
}

/*Analyze Trends section specific styles*/
#homeLeftButtons ul.homeButtons li a.analyzetrends span {
    background: #d97e04
        url("../../../../../../../app/img/home/icon-analyze-trends.png") 15px
        no-repeat;
}
#homeLeftButtons ul.homeButtons li a.analyzetrends,
#homeContent h3.analyzetrends {
    color: #cd7604;
}
#homeContent h2.analyzetrends,
#homeLeftButtons ul.homeButtons li a.analyzetrends.selected {
    background-color: #d97e04;
}
#homeLeftButtons ul.homeButtons li a.analyzetrends.selected:before {
    border-left: 20px solid #d97e04;
}
#homeContent.analyzetrends {
    border-color: #d97e04;
}

/*Find Cases section specific styles*/
#homeLeftButtons ul.homeButtons li a.findcases span {
    background: #2b7d3b url("../../../../../../../app/img/home/icon-cases.png")
        15px no-repeat;
}
#homeLeftButtons ul.homeButtons li a.findcases,
#homeContent h3.findcases,
.findcases fieldset legend,
.findcases .homeContentBlocks fieldset.radiogroup ul.radioselect li label {
    color: #2b7d3b;
}
#homeContent h2.findcases,
.findcases button,
#homeLeftButtons ul.homeButtons li a.findcases.selected,
.findcases .homeContentBlocks fieldset.radiogroup ul.radioselect li label.on {
    background-color: #2b7d3b;
}
.findcases button:hover {
    background-color: #2b7d3b;
}
.findcases .homeContentBlocks fieldset.radiogroup ul.radioselect li label.on {
    border-bottom: 5px solid #2b7d3b;
}
.findcases
    .homeContentBlocks
    fieldset.radiogroup
    ul.radioselect
    li
    label:hover {
    border-bottom: 5px solid #2b7d3b;
}
#homeLeftButtons ul.homeButtons li a.findcases.selected:before {
    border-left: 20px solid #2b7d3b;
}
#homeContent.findcases {
    border-color: #2b7d3b;
}
.findcases fieldset.radiogroup ul.radioselect li label.on + span {
    border-top: 14px solid #2b7d3b !important;
}
.findcases input {
    border: 1px solid #2b7d3b;
}

/*Data Services section specific styles*/
#homeLeftButtons ul.homeButtons li a.dataservices span {
    background: #205493
        url("../../../../../../../app/img/home/icon-data-services.png") 15px
        no-repeat;
}
#homeLeftButtons ul.homeButtons li a.dataservices,
#homeContent h3.dataservices {
    color: #205493;
}
#homeContent h2.dataservices,
#homeLeftButtons ul.homeButtons li a.dataservices.selected {
    background-color: #205493;
}
#homeLeftButtons ul.homeButtons li a.dataservices.selected:before {
    border-left: 20px solid #205493;
}
#homeContent.dataservices {
    border-color: #205493;
}

/*Help section specific styles*/
#homeLeftButtons ul.homeButtons li a.help span {
    background: #ecaa16 url("../../../../../../../app/img/home/icon-help.png")
        15px no-repeat;
}
#homeLeftButtons ul.homeButtons li a.help,
#homeContent h3.help {
    color: #b37f0f;
}
#homeLeftButtons ul.homeButtons li a.help:hover {
    border-right: 0.5rem solid #ecaa16;
}
#homeContent h2.help,
#homeLeftButtons ul.homeButtons li a.help.selected {
    background-color: #ecaa16;
}
#homeLeftButtons ul.homeButtons li a.help.selected:before {
    border-left: 20px solid #ecaa16;
}
#homeContent.help {
    border-color: #ecaa16;
}

/*News section specific styles*/
#homeLeftButtons ul.homeButtons li a.news span {
    background: #0298b6 url("../../../../../../../app/img/home/icon-news.png")
        15px no-repeat;
}
#homeLeftButtons ul.homeButtons li a.news,
#homeContent h3.news {
    color: #0298b6;
}
#homeContent h2.news,
#homeLeftButtons ul.homeButtons li a.news.selected,
.news button {
    background-color: #0298b6;
    margin-bottom: 0;
}
.news button:hover {
    background-color: #0298b6;
}
#homeLeftButtons ul.homeButtons li a.news.selected:before {
    border-left: 20px solid #0298b6;
}
#homeContent.news {
    border-color: #0298b6;
}

.alignCenter {
    text-align: center;
}
.alignRight {
    text-align: right;
}

@media screen and (max-width: 1010px) {
    .quicksearch button,
    .news button {
        margin-top: 5px !important;
    }
}

@media screen and (min-width: 551px) and (max-width: 960px) {
    #homeLeftButtons ul.homeButtons li a {
        font-size: 0.8em;
        line-height: 5.1;
    }
}

/*full mobile version*/
@media screen and (max-width: 550px) {
    #homeLeftButtons ul.homeButtons li {
        line-height: 3.4;
    }
    #homeLeftButtons ul.homeButtons li a,
    #homeLeftButtons ul.homeButtons li a.selected {
        margin-right: 20px;
        font-size: 1.2em;
    }
    #homeLeftButtons ul.homeButtons li a.selected:before {
        border-left: 0px !important;
    }
    #homeLeftButtons ul.homeButtons li a.selected:before,
    #homeLeftButtons ul.homeButtons li a.selected:after {
        content: " ";
        position: relative;
        border-left: 0px !important;
        border-top: 0px !important;
        border-bottom: 0px !important;
    }
    #homeLeftButtons ul.homeButtons li a.selected:hover {
        border-right: 0px !important;
        margin-right: 0px !important;
    }
}
