

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 75rem;
    margin: 0 auto;
}

.job-list .job-post:nth-of-type(2n+1) {
    background-color: #1e4287;
    color: white;
}
.job-list .job-post:nth-of-type(2n) {
    background-color: white;
    color: #112a68;
}
.job-post {
    border: 1px solid #efefef;
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 10px;
}
h1.county-name,
h1.county-number{
	font-size: 60px;
	font-weight:400;
	}
.job-post .demographics {
    display: inline-flex;
    flex-direction: column;
    width: 60%;
    height: fit-content;
}
.job-title {
    font-weight: 700;
}
.job-post .date {
    display: inline-flex;
    width: 20%;
    text-align: center;
    align-items: center;
    height: -webkit-fill-available;
}
.job-post .detail {
    display: inline-flex;
    align-items: center;
    text-align: center;
    height: -webkit-fill-available;
    width: 19%;
}
.job-post .detail .job-detail {
    margin: auto;
    width: 140px;
    height: 40px;
    background-color: #cecece;
    color: #112a68;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}


.jobs-eq-inner {
    background-color: #1e4287;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 1000px;
    margin: auto;
	font-family:"Encode Sans",sans-serif;
}
.jobs-eq-inner h2{
	color:#fff;
	text-align:left;
	margin:0 0 10px 10px;
	font-size:24px;
	}
.job-eq-search-container {
    display: inline-block;
    width: 67%;
    align-items: center;
    padding-right: .9375rem;
    padding-left: .9375rem;
}
.job-eq-submit-container {
    display: inline-block;
    width: 29%;
    align-items: center;
	float: right;
	text-align: center;
}
.county-selection input[type="radio"] {
    margin-right: .5rem;
}
/*.job-eq-search-container {
    display: block;
    box-sizing: border-box;
    width: 80%;
    height: 2.4375rem !important;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10,10,10,.1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}*/
input.jobs-eq-search-box{ width:670px;
padding:8px;}
.county-selection {
    width: 100%;
	margin-top:11px;	
}
.county-radio {
    margin: 5px;
    display: inline-block;
    color: #FFFFFF;
}
.button.white.hollow, .footer-form form .gform_footer input.white.hollow.button {
   border-color: #fefefe;
    color: #fefefe;
    background-color: transparent;
}
.button.white, .footer-form form .gform_footer input.white.button {
    background-color: #fefefe;
    color: #0a0a0a;
    border-color: #fefefe;
}

.button.hollow, .footer-form form .gform_footer input.hollow.button {
    border: 1px solid #112a68;
        border-top-color: rgb(17, 42, 104);
        border-right-color: rgb(17, 42, 104);
        border-bottom-color: rgb(17, 42, 104);
        border-left-color: rgb(17, 42, 104);
    color: #112a68;

}
.button.large, .footer-form form .gform_footer input.large.button {
    font-size: 1.25rem;
}

.jobs-eq-search-button {
    margin: auto;
}
[type="button"], [type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
.button, .footer-form form .gform_footer input.button {
   display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-family: inherit;
    padding: 12px 1.4em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.button.white.hollow, .footer-form form .gform_footer input.white.hollow.button {
    border-color: #fefefe;
    color: #fefefe;
    background-color: transparent;
}