/*
	 Name:         Providers CSS
	 Author:       Matt Chauta
	 Author URI:   https://thriveworks.com/
	 Version:      1.1

	*/

.associate-profile {
    border: 1px solid #efefef;
    padding: 50px !important;
    border-radius: 20px;
    background-color: #fff;
    background-color: white;
    box-shadow: 1px 3px 5px #888888;
    margin-bottom: 50px;
    display: inline-block;
    text-align: left;
}

.associate-profile h4   {
    margin-top: 0px;
}

.associate-profile h5 {
    font-size: 25px;
}

.associate-desc {
    max-height: 450px;
    overflow-y: scroll;
}

#desc-scroller {
   
   box-shadow: inset -31px -55px 34px -63px black;
}


.associate-left button {
    display: block;
    box-shadow: 0 6px 6px -6px #666;
    margin: 10px 0;
}

.associate-left button  a {
    color: #fff;
}

.associate-left {
    margin: 0 25px 0 0;
    text-align: center;
    min-width:200px;
}

.associate-left img {
    min-width: 200px;
}
@media only screen and (max-width: 660px) {
    .associate-left {
        width: 100%;
}
    .associate-profile {
        padding: 20px !important;
    }
} 
.associate-spec ul {

}

.associate-spec ul li {
    padding: 2px 10px;
    color: #696969;
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 16px;
    border: 1px solid #a9a9a9;


} 
.associate-spec ul li::before {
    content: none !important;
}

.associate-pay ul li::before {
    content: none !important;
}

.associate-pay ul li {
    padding: 2px 10px;
    color: #696969;
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 16px;
    border: 1px solid #a9a9a9;
}

.associate-title {
    margin-bottom: 15px;
    font-size: 16px;
    /*border-bottom: 1px solid #a9a9a9;*/
}

.associate-title hr {
    margin-top:15px;
    margin-bottom: 0px;
}
.associate-rev-snippet {
    /*float: right;*/
}

.associate-address {
    margin-top:15px;
}

@media only screen and (max-width: 830px) {
    .associate-rev-snippet {
        float: none;
    }
}

.corp-profile {
	border: 3px solid #c9e9f8;
    display: block;
    border-radius: 20px;
    position: relative;
	width: 100%;
	overflow: hidden;
	margin-top: 30px; 
	background: #274588; /* Old browsers */
background: -moz-linear-gradient(left, #274588 34%, #ffffff 34%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #274588 34%,#ffffff 34%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #274588 34%,#ffffff 34%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#274588', endColorstr='#ffffff',GradientType=1 );
}


.corp-profile-left {
    float: left;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #274588;
    display: block;
    position: relative;
	padding: 20px;
}
.corp-profile-left button a {
   color: #274588;
}
.corp-profile-right {
    min-height: 300px;
    display: inline-block;
    width: 100%;
    padding: 20px;
	float: left;
}
.corp-profile-left span {
	position: absolute;
    font-size: 30px;
    color: #53b9e9;
    padding: 11px 8px 11px 12px;
    background-color: #fff;
    border-radius: 1000px;
    border: 3px solid #274488;
    margin: 10px;
}

.corp-profile-right ul {
	line-height: 1.25em!important;
}

.providerDetails {
	text-align: left;
	margin-top: 30px;
}

.providerDetails h5 {
	font-size: 20px!important;
    color: #fff;
}

.entry-content .et_pb_text .providerDetails  ul li{
	list-style: none;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 20px; 
}
.entry-content .providerDetails ul {
	margin-left: 0px!important;
	margin-top: 0px!important;
	padding: 0px!important;
	margin-bottom: 20px; 
	line-height: 1.5rem;
	list-style: none;
}


h5.network  {color: #53b9e9}
ul.network li {color: #fff}
h5.outnetwork, ul.outnetwork li {color: #9a9a9a}
#selfpay {color: #ffe500; margin-top: 30px; text-align: left; font-size: 20px; line-height: 24px}

@media only screen and (max-width: 475px) {
    .corp-profile-left {
        float: none;
        text-align: center;
    }
}
.corp-profile-left img {
    object-fit: cover;
	border-radius: 1000px!important;
	margin-bottom: 10px;
}

@media (max-width: 630px) {
   .corp-profile-left img {
    max-height: 300px;
    object-position: 0px 20%;
    }
    .corp-profile-left {
    max-width: 100%;
        float: none;
}
}

.ages-seen li {
    margin-left: 5px !important;
}

@media (max-width: 979px) {
	.corp-profile {background: transparent!important;}
	.corp-profile-left, .corp-profile-right {width: 100%}
	.entry-content .et_pb_text .providerDetails ul li, .entry-content .et_pb_text .providerDetails ul {display: inline}
	.entry-content .et_pb_text .providerDetails ul li:before {content: ', '}
	.entry-content .et_pb_text .providerDetails ul li:first-child:before {content: ''}
	h5.outnetwork, #selfpay {margin-top: 10px;}
	.providerDetails h5 {padding: 0px!important; }
	.corp-profile-left {  background: #274588;}
}

