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

.brightness {
 	-webkit-filter: brightness(40%);
    -ms-filter: brightness(40%);
    filter: brightness(40%);
   	height: 100%;
}
#home-gradient {
    display: block;
    height: 5px !important;
    background: red;
    background: -webkit-linear-gradient(90deg, #00ADEE , #ffff00 100%);
    background: -o-linear-gradient(90deg, #00ADEE, #ffff00 100%);
    background: -moz-linear-gradient(90deg, #00ADEE, #ffff00 100%);
    background: linear-gradient(90deg, #00ADEE , #ffff00 100%);   
}
form#search-form {
    float: left;
    width: 100%;
    position: relative;
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
}
button.search-button {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    height:50px;
    width: 171px;
    border-width: 3px 3px 3px 0;
    border-color: #FEFEFE;
    color: #FEFEFE;
    background: none;
    font-family: Avenir-Black;
    opacity: 0.65;
}
div.gradient-buttons {
    text-align: left;
}
button.btn.become-patient,button.btn.book-appointment {
    position: relative;
    top: 49%;
    height: 64px;
    border-radius: 40px;
    background-color: #FEFEFE;
    font-family: Avenir-Black;
    font-size: 23px;
    line-height: 31px;
    padding: 0 0px;
    -webkit-box-shadow: 7px 7px 4px 0 rgba(0,0,0,0.13);
    box-shadow: 7px 7px 4px 0 rgba(0,0,0,0.13);
    width: 285px;
    -webkit-box-shadow: 7px 7px 4px 0 rgba(0,0,0,0.13);
    box-shadow: 7px 7px 4px 0 rgba(0,0,0,0.13);
    -webkit-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.appointment-container {
 	width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.gradient-buttons .appoint-btn {
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    width: 35%;
}
.appointment-text {
 	/*float: left;*/
    width: 55%;
    position: relative;
    top: 50%;
    height: auto;
    vertical-align: middle;
    display: table-cell;
    padding-left: 25px;
    font-size: 21px;
    line-height: 26px;
    font-family: Avenir-heavy;
}
button.btn.become-patient {
    color: #000000;
}
button.btn.book-appointment {
    color: #000000;
    margin-left: 0;
}
#grad button:hover {
	background-color: #00ADEE;
    color: #fff;
}
.form {
    top: 160px;
    position: relative;
}
#grad {
    display: table;
    background: red; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(90deg, #00ADEE , #ffff00 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #00ADEE, #ffff00 100%); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #00ADEE, #ffff00 100%); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #00ADEE , #ffff00 100%); /* Standard syntax (must be last) */
}
.go-to {
    width:auto;
    position:absolute;
    bottom:20px;
    z-index:999;
    left: 0;
    right: 0;
    text-align: center;
}
.go-to a:hover {
    text-decoration: underline;   
}
.go-to a {
    font-size: 18px;
    line-height: 25px;
    font-family: Avenir-Heavy;
    color: #FFFFFF;
}
.input-group-btn>.btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
#campaign-submit .input-group-btn>.btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-left: 0;
}
 #campaign-submit .input-group-btn {
    width: 35%;
    height: 50px;
    float: left;
    display: inline-block;
}
.input-group-btn:last-child>.btn {  
    outline: none;
    font-size: 18px;
    padding: 7px 0;
    opacity: 1;
    float: left;
    width: 100%; 
    color: #fff;
    display: inline-block;
}
.input-group-btn:last-child>.btn:active {
    outline: none;
    box-shadow: none;
}
.input-group {
    position: relative;
    /*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;*/
    display: block;
    text-align: center;
    float: left;
    width: 100%;
    height: 50px;
    z-index: auto;
    margin-bottom: 6px;
}
.home-input-grp {
 	width: 650px;
    margin: 0 auto;
}
input.radio {
    margin-top: 8px;
    cursor: pointer;
}
.input-group-btn {
    float: left;
    width: 150px;
}
.home-grp-btn {
 	float: none;
    height: 50px;
    margin: 0;
    display: inline-block;
    width: 150px;
   /* margin-left: -4px;*/
}
.home-grp-btn .desktop-btn {
    width: 100%;
    border-color: #fff;
    color: #fff;
    opacity: 1;
    margin-left: -4px;
    font-size: 18px;
    display: inline-block;
}
.home-mob-btn {
 	display: none;   
}
input[type="search"] {
    	-webkit-appearance: none;
	}
input.search-bar::-webkit-input-placeholder { 
  color: #5B5B5B;
  font-family: Avenir-Medium;
}
input.search-bar::-moz-placeholder { 
  color: #5B5B5B;
  font-family: Avenir-Medium;
}
input.search-bar:-ms-input-placeholder { 
  color: #5B5B5B;
  font-family: Avenir-Medium;
}
.input-group .form-control {   
    width: 26%;
    float: left;
    display: inline-block;
    position: relative;
    padding: 13px 25px;
    font-size: 18px;
    font-family: Avenir-Medium;
    color: #5B5B5B;
    border: none;
    outline: none;
    box-shadow: none;
}
.search-form-container .search-bar {
    width: 500px;
    margin-right: 0px;
    float: left;
    margin: 0 auto;
    display: inline-block;
}
.input-radio {
    margin-top: 10px;
    position: relative;
    color: #FEFEFE;
    font-size: 18px;
    line-height: 30px;
    font-family: Avenir-Black;
    float: left;
    width: 100%;
}
label.radio-inline {
    font-size: 18px;
}
.search-bar {
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    height:50px;
    font-family: Avenir-Black;
}
.search-bar:hover, .search-bar:focus, .search-bar:active {
    border: none;
    outline: none;
    box-shadow: none;
}    
.search-form-container {
    z-index: 9;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    top: 285px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.section-container{
    height:603px;
    overflow:hidden;
    background:url(/img/hero-image.png); 
    text-align: center;
    background-size: cover;
    -webkit-filter: brightness(40%);
    -ms-filter: brightness(40%);
	filter: brightness(40%);
}

span.go_to {
    color: #FFFFFF;
    font-weight: bold;
    float: none;
    padding: 0 10px;
    opacity: 0.56;
}

#search-form input.radio {
    position: absolute;
    visibility: hidden;
}

.check{
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 16px;
  width: 16px;
  top: 7px;
  left: -5px;
  z-index: -1;
  transition: border .25s linear;
  -webkit-transition: border .25s linear;
  border: 2px solid #fff;
}

.check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 6px;
  width: 6px;
  top: 3px;
  left: 3px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 2px solid #fff;
}

input[type=radio]:checked ~ .check::before{
  background: #fff;
}

.bystaff, .by-keyword {
	position: relative;
    display: inline-block;
}
.bystaff .radio-inline {
	margin-right: 20px;
}

/* Home page image slide CSS*/

.item .slider-image-container{
        height:603px;
        width:100%;
        float:left;
}
.item .slider-image-container img{
        width:102%;
        height:100%;
        float:left;
        -webkit-filter: brightness(40%);
    -ms-filter: brightness(40%);
    filter: brightness(40%);
    position:relative;
    left:-1%;
    right:-1%;
    }    
#imageCarousel {
    height:603px;
} 
#imageCarousel .carousel-video-left-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 50px;
    z-index: 99;
}
#imageCarousel .carousel-video-right-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 50px;
    z-index: 99; 
}
#imageCarousel .carousel-indicators{
	width:auto;
    margin-left:0px;
    left:30px;
    margin-bottom: 0px;
    bottom:20px;
    z-index: 99999;
}
.popup-modal {
 	top: 250px;   
}
.popup-inner {
    margin: 0 auto;
    display: inline-block;
    min-width: 300px;
    max-width: 630px;
    background: rgba(255,255,255,0.3);
    padding: 25px;
    border-radius: 2px;
}
.modal-exit-icon {
 	float: right;
    position: relative;
    margin-right: 15px;
    margin-top: 15px;
    border-radius: 2px;
    background: #00bfff;
}
.modal-exit-icon img{
 	height: 25px;
    width: 25px;
    cursor: pointer;
}
.popup-text {
 	float: left;
    width: 100%;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    padding: 0 10%;
}
.popup-text p:nth-child(1) {
    font-size: 21px;
}
.popup-text p:nth-child(2) {
    color: #337ab7;
    margin: 0;
    font-size: 19px;
}
 .popup-text p:nth-child(3) {
    color: #337ab7;
    font-size: 19px;
}
.popup-image {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}
.popup-image img {
    max-width: 500px;
    width: 100%;
    cursor: pointer;
}
/* CSS for services search */
.search-service-or-program-detail .input-group-btn:last-child>.btn {
    color: #000;
}
.care-program-container .search-service-or-program-detail .input-group-btn:last-child>.btn:hover {
    background: #000;
    color: #fff;
}
.search-service-or-program-detail button.search-button {
    border-color: #000;
}
.health-wellness-page .search-service-or-program.search-service-or-program-detail {
    background-color: #fff;
}
.health-wellness-page .search-service-or-program.search-service-or-program-detail .input-group .form-control {
    border: 3px solid #000;
}
.health-wellness-page .search-service-or-program.search-service-or-program-detail {
    background-color: #fff;
}
.align-center {
    top: 150px;
}
@media only screen and (min-width: 1200px) {
 	.search-form-container {
     	top: 235px;   
    }
    
}
@media only screen and (min-width: 600px) {
   
    
     .mobile-search {
    	display: none;
    }
} 

@media only screen and (min-width: 600px) and (max-width: 1199px) {
    .input-group-btn {
        width: 25%;
        float: none;
    	margin: 0 auto;
    	display: inline-block;
    }
    .search-form-container .search-bar {
    	width: 70%;
    	margin-left: 0;
        float: none;
    	margin: 0 auto;
        display:inline-block;
	}
    .home-input-grp {
    	width: 600px;
    }
    .home-grp-btn {
     	margin-left: -8px;
        
    }
    .home-grp-btn .desktop-btn {
        margin-bottom: 2px;
    }
}


@media only screen and (min-width: 1024px) and (max-width: 1199px) {
    
    .section-container{
    	background:url(/img/hero-image-1024.png); 
        width: 100%;
        background-size: cover;
	}
    
    .appointment-container {
     	padding-top: 30px;
    	padding-bottom: 30px;
    }
    .appointment-text {
     	width: 50%;   
    }
    
}
@media only screen and (min-width: 600px) and (max-width: 1023px) {
    
    button.btn.become-patient,button.btn.book-appointment {
     	width: 280px;   
    }
    span.go_to {
    padding: 0 5px;
	}
    .popup-inner {
     	min-width: 400px;   
    }
    .popup-image img {
    	max-width: 450px;
    }
    .appointment-text {
     	font-size: 20px;
        line-height: 25px;
    }
    .appointment-container {
     	padding-top: 30px;
    	padding-bottom: 30px;
    }
    
}
@media only screen and (max-width: 599px) {
    .mobile-search-btn {
    	display: none;
    }
    .mobile-search {
    	display: block;
    }
	.popup-modal {
     	top: 235px;   
    }
    #search-form .input-radio {
        float: left;
        width: 100%;
    }
    #imageCarousel .go-to {
        float: left;
        width: 100%;
        left: 0;
    	right: 0;
    	bottom: 45px;
    }
    .input-group-btn.mobile-search {
        width: 100%;
        border-width: 3px;
        margin: 15px 0 10px;
    }
    #imageCarousel .input-group-btn.mobile-search{
    	text-align:center;
    }
    #search-form input.form-control.search-bar {
        border-radius: 40px;
        width: 85%;
    }
    .search-form-container .home-search {
     	width: 65%;   
    }
    #search-form button.btn.search-button {
        border-width: 3px;
        border-radius: 40px;
        border-color: #f0f8ff;
        color: #fff;
        opacity: 1;
        width: 200px;
    }
    #imageCarousel #search-form button.btn.search-button{
    	float:none;
    }
    .health-wellness-page #search-form button.btn.search-button {
    	width: 100%;
    	border-radius: 0 40px 40px 0;
    }
    .home-search-form {
     	 display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;  
    }
    .home-search-form .input-group-btn.mobile-search {
        width: 50%;
    }
    .home-search-form .input-group-btn .home-mob-search-button {
     	border-radius: 40px;
        border-width: 3px;
    }
    
    #imageCarousel .go-to a {
        width: 100%;
        float: left;
        text-decoration: none;
        text-align: center;
    }
    #imageCarousel .go_to {
        display: none;
    }
    #imageCarousel .carousel-indicators {
    	width: auto;
    	margin-left: 0px;
    	left: 0px;
    	right: 0px;
    	margin-bottom: 0px;
        bottom: 10px;
	}
    .search-form-container h2 {
    	font-size: 50px;
    	margin-bottom: 0;
        line-height: 25px;
    }
    .search-form-container h4 {
        font-size: 50px;
        margin-bottom: 0;
        line-height: 50px;
        margin-bottom: 18px;
    }
    #grad {
        padding: 25px 0;
    }
    button.btn.become-patient {
        margin-bottom: 18px;
    }
    button.btn.become-patient, button.btn.book-appointment {
        top: inherit;
        transform: none;
        -webkit-transform: none;
        height: auto;
        font-size: 20px;
        width: 80%;
        padding: 9px 0;
    }
    button.btn.book-appointment {
        margin-left: 0;
        width: 100%;
    }
    .checkbox-inline, .radio-inline{
		padding-left:15px;
    }
    .search-form-container .search-bar {
    	margin-left: 0;
    }
	.input-group .home-search:first-child {
        border-radius: 40px;
        float: left;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        display: inline-block;
        border: 2px solid #808080;
        border-right: 1px;
    }
    .home-input-grp {
    	width: 90%;
    	float: none;
    }
    .home-grp-btn { 
        display: inline-block;
    	width: 35%;
    }
    .home-grp-btn .search-button {
        border-left: 0;
        float: left;
        border: 2px solid #808080;
        background: #fff;
        color: #808080;
        font-size: 16px;
        width: 100%;
        padding: 0;
        opacity: 1
    }
    #campaign-submit .input-group-btn>.btn:hover, #campaign-submit .input-group-btn>.btn:active, #campaign-submit .input-group-btn>.btn:visited, #campaign-submit .input-group-btn>.btn:focus {   	
    	border: 3px solid #fff;
	}
    .popup-image img {
        max-width: 300px;
	}
    .appointment-container {
        padding: 0 8%;
    }
    .gradient-buttons .appoint-btn {
        display: block;
        width: 100%;
        text-align: center;
    }
    .appointment-text {
        display: block;
        float: left;
        text-align: justify;
        padding-top: 25px;
        padding-left: 0;
        width: 100%;
        letter-spacing: 0;
    }
    
    .home-grp-btn .desktop-btn {
     	display: none;   
    }
    .home-mob-btn {
 		display: inline-block;   
	}
    .home-search-icon {
     	display: inline-block;
        position: absolute;
        right: 18%;
        top: 12px;
        width: 23px;
        z-index: 9;   
    }
    .home-search-icon img {
     	width: 100%;   
    }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
    
 	.appointment-container {
     	padding-top: 40px;
   	 padding-bottom: 40px;
    }
    .appointment-text {
     	font-size: 16px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 1800px) {
    .appointment-text {
     	width: 29%   
    }
}