@charset "UTF-8";
/* CSS Document */

main {
    visibility: none;
    opacity: 0;
}


h1 span {
	font-size: 60%;
	display: block;
	font-style: normal;
}

.doc_search {
}

input {
	/*height: 60px;
	width: 100%;
	padding-left: 10px;*/
    height: 80px;
    width: 100%;
    /* text-align: center; */
    padding-left: 70px;
    /* replace FontAwesome */
    background-image: url(https://upperlinehealth.com/wp-content/uploads/2023/05/magglass_gray.webp);
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: 12px center;     	
}

.button_link {
	border-radius: 0 1000px 1000px 0 !important;
	padding: 0 !important;
	height: 100%;
}


/*ui-menu ui-widget ui-widget-content ui-autocomplete ui-front*/

ul.ui-autocomplete {
	background-color: #59A193 !important;
/*	width: 200px !important;*/
}

ul.ui-autocomplete li {
	padding: 15px;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	background-image: none;
}

ul.ui-autocomplete li:before {
	content: '';
}

ul.ui-autocomplete li:hover {
/*	background-color: yellowgreen;*/
}


.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 1;
}

.ui-helper-hidden-accessible{
    display:none !important;
}


/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #999999;
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	background: #ffffff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* ===== Doc List ===== */

.breadcrumbs {
	padding: 0 12px;
	margin-bottom: 30px;
}

.doc_list > div {
/*	padding: 15px;	
	border-top: solid 2px #DDD;*/
/*	border-right: solid 20px #EEE;*/
}

.doc_list a:not(.breadcrumbs a) {
	padding: 15px;
	display: block;	
	border-top: solid 2px #DDD;
	color: #2B2E50;
	text-decoration: none;
	line-height: 1.1;
}

.doc_list a.anchor {
	border-top: none;
}

.doc_list a:hover {
	color: #E0332E;
}

.doc_accords .open_button {
	padding: 15px;
	background-color: #DDD;
	margin-bottom: 2px;
	position: relative;
	cursor: pointer;
}

.open_button .acc_arrow {
    position: absolute !important;
    right: 12px;
    top: 50%;
    transition: all 0.3s;
    display: inline-block;
    width: 30px;
    height: auto; 
    transform: translate(0,-50%) rotate(180deg);
    transition: all 0.3s;
/*    background-color: #59A193;*/
}

.open_button.on .acc_arrow {
    transform: translate(0,-50%) rotate(0deg);
}

main {
    visibility: visible !important;
    opacity: 1 !important;
}

.by_spec {
    padding: 30px;
    background-color: #FFF;

}

.by_spec ul {
    margin: 0 auto;
}

.by_spec ul li {
    text-align: center;
    background: none;
    padding-left: 0;
}

@media(min-width: 768px) {

	    /* === List by State === */
    .state_list .loca_block_col,
    .single_state .loca_block_col {
        width: 50%;
    }

    .by_spec {
        /*display: flex;*/
    }

    .by_spec > div {
        /*display: flex;*/
        /*flex-direction: column;*/
        text-align: center;
        /*background-color: greenyellow;*/
    }

    .by_spec h2,
    .by_spec ul,
    .by_spec li {
        display: inline-block;
        background: none;
        align-self: center;
        padding-left: 0;
    }   

    .by_spec h2 {
        font-size: 1.5em;
    }

    .by_spec ul {
        position: relative;
        top: -2px;
    }

    .by_spec ul li:before {        
        content: ' | ';
    }
}

