/*Styles for the Comprehensive List under Contact Us*/
/*This includes an injected search input*/
/*Unique H2 Style*/
body .page__content h2{
    font-size: 35px;
    line-height: 1em;
    color: #0f2269;
}
@media screen and (max-width: 720px) {
    body .page__content h2{
        font-size: 4.86vw;
    }
}
@media screen and (max-width: 600px) {
    body .page__content h2{
        font-size: 28px;
    }
}
/*Unique H3 Style*/
body .page__content h3{
    font-size: 24px;
    color:#0f2269;
    line-height: 1.2em;
}
@media screen and (max-width: 720px) {
    body .page__content h3{
        font-size: 3.333vw;
    }
}
@media screen and (max-width: 600px) {
    body .page__content h3{
        font-size: 20px;
    }
}
/*Search Description Styles*/
.jso-quick-search-description{
    font-size:18px;
    line-height:1.4em;
}
@media screen and (max-width:1280px){
    .jso-quick-search-description{
        font-size:16px;
        line-height:1.4em;
    }
}
/*Search Bar Styles*/
.jso-quick-search-label{
    width:0px;
    height:0px;
    overflow:hidden;
    display:inline-block;
}
.jso-quick-search{
    background-color: #ecf2ff;
    border: 0px;
    border-right: 0px;
    padding: 10px;
    font-size: 20px;
    border-radius: 10px;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    line-height: 1em;
    padding-right: 45px;
    box-shadow: 0px 0px 0px 1.5px #b1b6ba;
    max-width: 100%;
}
@media screen and (max-width:400px){
    .jso-quick-search{
        font-size:5vw;
    }
}
@media screen and (max-width:320px){
    .jso-quick-search{
        font-size:16px;
    }
}
.jso-quick-search-button{
    line-height: 200px;
    display: inline-block;
    width: 45px;
    height: 45px;
    margin-left: -45px;
    overflow: hidden;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/content/images/layout/16-search.png);
}
/*Search Filter Logic*/
.jso-searchable-contact{
    display: block;
    line-height: 1.4em;
    font-size: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cfcfcf;
}
@media screen and (max-width:1280px){
    .jso-searchable-contact{
        line-height:1.4em;
        font-size:15px;
    }
}
.jso-searchable-contact.search-matched{
    display:block;
}
.jso-searchable-contact.search-did-not-match{
    display:none;
}
.jso-searchable-contact p:has(strong){
    margin-bottom:0px;
    margin-top:15px;
}
.jso-searchable-contact p{
    margin:0px;
    margin-bottom:0px;
}
.jso-searchable-contact p:last-of-type{
    margin-bottom:0px;
}
/*No Matching Search Results Found*/
.jso-quick-search-no-matches{
    font-size:18px;
    line-height:1.4em;
}
@media screen and (max-width:1280px){
    .jso-quick-search-no-matches{
        font-size:16px;
        line-height:1.4em;
    }
}
