/*---------------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 h2 { text-align:center; } .css-only-modal p { text-align:left; } .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; } /*------------End pop up css------*/ Copy text

.day__time {
	width: 100%;
}

.locations * {
  text-align: right;
}
.location {
    max-width: 300px;
}
.location__name {
    font-size: 27px;
    margin-bottom:0;
}
.btn, .featuredblock__button, .slider__button a{
    background: #00AFAB;
}
.btn:hover, .featuredblock__button:hover, .slider__button a:hover, .btn:focus, .featuredblock__button:focus, .slider__button a:focus {
    background: #00B3E3;
    border-color: #385CAE;
}
.featuredblock__container{
   background: #00B3E3; 
}
.featuredblock__icon, .featuredblock__image {
    border: 3px solid #385CAE;
}
.featuredblock__button{
    background:#385CAE;
}
.featuredblock__title,.featuredblock__icon .icon:before {
    color: #231F20;
}
.header__top {
    border-top: 5px solid #00B3E3;
}
.socialmedia__link:before{
    color:#00ADA8;
}
.mm-page:after {
    background: linear-gradient(to left, #00B3E3 0%, #ffffff 70%, transparent 100%);
}
.mm-page:before {
    background: linear-gradient(to right, #00B3E3 0%, #ffffff 70%, transparent 100%);
}
.wrap__full .wrap__form .form,.wrap__form {
    background: #385CAE;
}
.input_container {
    margin-right: 10px;
}
@media(min-width:1199px){
    .column__right,.column__left {
        width: 50%
    }
}
.logo__link.logo__top .logo__image{
    height: auto !important;
}
@media(max-width:1200px){
    .location__name,.location__address, .location__address2, .location__city-state-zip,.location__address, .location__address-2, .location__city-state-zip, .location__phone, .location__fax{
    font-size: 18px;
    line-height:18px;
    }
    .location__phone a{
        line-height: 25px; 
    }
}
.hamburger,.hamburger:before{
    color:#00AFAB;
}
.mm-menu .mm-panel .mm-listview li.active a {
    background: #00AFAB !important;
}
.mm-menu .mm-panel.sublevel-1 a {
    background: #00AFAB !important;
}
.featuredblock__button:hover{
    background: #00AFAB;
}
.form__group {
    width: 50%;
}