body.post-type-archive-coalitions #primary {
    width: 65%;
    float: left;
}

#primary h1 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 1.5%;
}

#primary h4 {
    margin-bottom: 15px;
}

#primary h3, #secondary h3, #primary h2, #secondary h2, #primary h4, #secondary h4, #primary h5, #secondary h5, #primary span:not(.dashicons), #secondary span:not(.dashicons) {

}

#primary .about-section p span:not(.no-data) {
    font-size: 16px;
}

#primary h3.top-padding {
    padding-top: 20px;
}

#primary h5 {
    font-size: 1.15rem;
    font-weight: 400;
    color: #555;
}

#primary h2 {
    font-weight: 800;
}

#primary span.error {
    margin-top: -5%;
    color: red;
    font-size: .85rem;
}

#primary p.breadcrumb {
    width: 100%;
}

#primary .about-section {
    margin-bottom: 2%;
}

#secondary h2 {
    font-size: 1.15rem;
    color: #333333;
    letter-spacing: .119rem;
}

#secondary h3 {
    font-size: .95rem;
    color: #000000;
    margin: 5% auto;
}

#secondary h3:first-child {
    margin-top: 0;
}

#secondary h4 {
    font-size: .85rem;
    color: #000000;
}

#secondary h4 span.basic-info {
    color: #CC6600;
}

#secondary h4.contacts-count {
    margin-top: 5%;
}

#secondary h5 {
    font-size: .75rem;
    color: #000000;
}

#secondary span a {
    color: #CC6600;
}

span.no-data {
    font-style: italic;
    font-size: .75rem;
}

.location h4 {
    font-size: .85rem;
}

.location-data {
    margin-bottom: 5%;
}

.location-data p.location-details {
    overflow: hidden;
    white-space: nowrap;
}

.location-data p.location-details span:not(.social-media) {
    display:block;
    width: 100%;
    font-size: .75rem;
}

.location-data .location-details .social-media a {
    font-size: .75rem;
}

#search-navigation-container {
    background-color: rgba(148, 176, 39, .25);
    padding: 2% 0;
}

#search-header h2 {
    text-indent: 2%;
    color: #333333;

}

#search-input {
    display: inline-block;
    width: 75%;
    text-indent: 2%;
    margin: 2% 0;
}

#search-input input {
    width: 75%;
    margin-bottom: 0;
}

@media screen and (max-width: 499px) {
    #search-input {
        width: 88%;
    }

    #search-input input {
        width: 100%;
    }

    .select2-container--default .select2-selection--multiple {
        width: 108%;
    }

}

#search-submit {
    width: 7%;
    display: block;
    margin-left: 2%;
    background-color: #7a9b28;
    text-align: center;
    padding: 1% 2%;
    color: #ffffff;

    cursor: pointer;
    border: 1px solid #7a9b28;
}

#search-submit:hover {
    background-color: #ffffff;
    color: #7a9b28;
}

#search-submit:hover span:after, #search-submit span:after {
    font-family: FontAwesome;
    content: "\f061";
    margin-left: 5px;
    margin-right: 5px;
}

.coalition-results-row {
    padding: 2% 0 2% 2%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

.coalition-name {
    display: inline-block;
    width: 68%;

    font-size: 1rem;
    letter-spacing: 1px;
}

.coalition-listing-link {
    vertical-align: top;
    display: inline-block;
    width: 30%;
    text-align: right;
}

@media screen and (max-width: 770px) {
    .coalition-listing-link {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
}

.coalition-listing-link a {
    color: #ffffff;
    font-weight: 300;

    text-transform: uppercase;
    font-size: .85rem;
    letter-spacing: 1px;
    display: inline-block;
    padding: 2% 5%;
    background-color: #7a9b28;
    border: 1px solid #7a9b28;
}

.coalition-listing-link a:hover {
    background-color: #ffffff;
    color: #7a9b28;

    padding-right: 0;
    padding-left: 2%;
}

.page-navigation {

    margin-top: 1%;
}

.coalition-listing-link a:hover:after {
    font-family: FontAwesome;
    content: "\f061";
    margin-left: 5px;
    margin-right: 5px;
}

.page-navigation .pagination {
    margin-bottom: 0;
    margin-top: 1%;
}

.page-navigation .nav {
    background-color: #7a9b28;
    border-radius: 0;
}

.page-navigation .nav a {
    color: #ffffff;
}

.page-navigation .nav a:hover {
    color: #333333;
}

.page-navigation .pagination .page-link {
    border: 1px solid #7a9b28;
    border-radius: 0;
    background-color: #7a9b28;
}

.page-navigation .pagination .page-link a {
    color: #ffffff;
}

.page-navigation .pagination .current-page {
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #7a9b28;
    border-radius: 0;
}

div#bottom-spacer {
    margin-bottom: 5%;
}

span.search-results-location-filter {
    display: inline-block;
    float: right;
}

span.search-results-update input {
    padding: 3%;
    background: #7a9b28;
    color: #ffffff;
    display: inline-block;
    box-sizing: inherit;
}

span.social-media {
    display: block;
    clear: both;
}

select.izcoal_state_filter + span.select2-container {
    width: 45% !important;
    margin-top: 1rem;
}

.member-edited-date {
    text-align: right;
}

@media screen and (max-width: 499px) {
    select.izcoal_state_filter + span.select2-container {
        width: 100% !important;
    }

    #search-submit {
        width: auto;
        margin-right: 2%;
        margin-top: 10px;
    }

    .coalition-name {
        width: 100%;
    }

    .coalition-location {
        font-size: 12px;
    }
}
