html p {
	max-width: 100% !important;
}


.ul-county {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#divMain .breadcrumb-nav a::after {
    background-color: inherit !important;
}

.ctyHover {
    pointer-events: all;
}
    /*Ally County Hover Color*/
    .ctyHover:hover {
        fill: #febd36 !important;
    }


.ctyNonAllyHover {
    pointer-events: all;
}
    /*Counties not part of the Ally Hover Color*/
    .ctyNonAllyHover:hover {
        fill: #cececc !important;
    }


/*Ally County Fill Color*/
.ctyAllyFill {
    fill: #febd36 !important;
}

/*Ally County Text Color*/
.ctyAllyTextColor {
    fill: #003965 !important;
}

/*Non Ally County Fill Color*/
.ctyNonAllyFill {
    fill: #ffffff !important;
}

/*Non Ally County Text Color*/
.ctyNonAllyTextColor {
    fill: #000000 !important;
}

/*Allies In Ag Page Background Color*/
.mainBackground {
    background-color: #D3D3D3 !important;
}


/*Jump List Classes*/
.allyJumpList {
    color: #3a461e !important;
    font-weight:bold;
}

.notAllyJumpList {
    color: #532F09 !important;
    font-weight:bold;
}

.alphaCountyLetters {
    color: #51622a !important;
    font-weight:bold;
}

.alliesInAg {
    font-family: 'Oswald', sans-serif;
}

