/*---------------Pop up css------------*/

#css-only-modals {
	position: fixed;
	pointer-events: none;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000000;
	text-align: center;
	white-space: nowrap;
	height: 100%;
}

#css-only-modals:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.25em;
}

.css-only-modal-check {
	pointer-events: auto;
	display: none;
}

.css-only-modal-check:checked~.css-only-modal {
	opacity: 1;
	pointer-events: auto;
}

.css-only-modal {
	width: 700px;
	background: #fff;
	z-index: 1;
	display: inline-block;
	position: relative;
	pointer-events: auto;
	padding: 25px;
	text-align: right;
	border-radius: 4px;
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	opacity: 0;
	pointer-events: none;
	max-width: 90%;
}

.css-only-modal h3 {
	text-align: center;
    color: #0099d4!important;
}

.css-only-modal p {
	text-align: center;
    font-size:20px!important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #999;
	border-color: #999;
}

.btn-primary {
	color: #fff;
	background-color: #777;
	border-color: #777;
	border-radius: 4px;
	padding: 6px 12px;
}

.css-only-modal-check:checked~#screen-shade {
	opacity: .5;
	pointer-events: none;
}

#modal1 {
	display: none;
}

#screen-shade {
	opacity: 0;
	background: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	transition: opacity .8s;
}

.css-only-modal-content {
	max-height: 80vh;
	overflow-y: auto;
}
/*------------End pop up css------*/

a.cta__button.component__button--1 {
    margin-bottom: 15px !important;
}
a.navigation__item--link {
    text-transform: uppercase;
}
.pagetitle h1 {
    font-size: 30px!important;
}
.special_offers__container--inner .featuredblocks-grid-d .featuredblock__wrap {
    background: #000000!important;
}
p.logo-a__title.component__title {
    font-size: 26px!important;
    color: #01b3e6 !important;
}
p.logo-a__caption.component__subtitle {
    font-size: 13px!important;
}
hr.hr_style {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));
}
.phone_header__container--inner{
	display:none;
}
/* .header_cta__container--inner .component__button--1, .header_cta2__container--inner .component__button--1{
    box-shadow: none!important;
	color: #000 !important;
} */
.map-search__location .component__link--1{
    text-transform: unset!important;
}
.topph {
    font-size: 18px!important;
}
.location-list--inner div:nth-child(2){
    display:none!important;
}
.logo-a__text {
    padding-top: 34px!important;
}
.appointment-request .section--light .form-wrap__submit input, .contact-us-im .section--light .form-wrap__submit input {
    color: #ffffff!important;
}