.logo__image {
    max-width: 300px;
    height: auto !important;
    width: 100% !important;
}

.wrap--inner {
    overflow: hidden !important;
}
a.featuredblock__containerlink {
    text-decoration:none;
}

.videoWrapperOuter {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.videoWrapperInner {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    padding-top: 25px;
    height: 0;
}
.videoWrapperInner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testimonials-item--source {
    color: #fff !important;
}
.logo__image {
    max-width: 300px;
    width: 100%;
}
ul#staff__list {
    list-style-type: none;
}
.logo__link{
    align-items: baseline;
}

@media (max-width: 1440px) {
    .social.phone {
        text-align: right !important;
    }
    .logo__link {
        display: block !important;
    }
}
@media (min-width:320px) and (max-width:1024px){
    img {
        padding:0px !important;
        float:unset !important;
        margin:0 auto !important;
        height:auto !important;
    }
}
@media (min-width:320px) and (max-width:800px){
    .wrap__locations__header {
        float:unset !important;
        display: block !important;    
        padding-left: 0;
        margin: 0 auto !important;
        border-left:0;
    }
    .wrap__locations__header .social.phone{
        text-align:center;
    }
}
@media(min-width:800px) and (max-width:1140px){
    .wrap__locations__header {
        display: contents;
        text-align: justify;
        
    }
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1;  }

.span_1_of_4 { width: 24%;}
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 49%; }
.span_1_of_3 { width: 32.26%; }

@media only screen and (max-width: 768px) {
    .wrap__locations__header .social.phone {
        text-align: right;
    }
    .social.phone span {
        font-size: 16px !important;
    }
    .wrap__logo {
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 767px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3, .span_1_of_4  { width: 100%; }
}
@media only screen and (max-width: 520px) {
    .wrap__locations__header .social.phone {
        text-align: center !important;
    }
    .wrap__logo {
        margin-right: 0% !important;
    }
}
@media only screen and (max-width: 519px) {
    .day__name {
        width: 100%;
        padding: 8px 0 8px .5%;
    }
.nav-no {
     display: contents !important;
}
.teadropdown {
   display: flex !important;
}
}
@media only screen and (max-width: 320px) {
    .wrap--inner {
        padding: 0 10px;
    }
}

li {	
	list-style-type:none!important;
}


/* li.featuredblock__item {
    height: 400px;
} */

#featuredblocks > div > div > div > div > ul > li:nth-child(1) > div {
    height:247px;
}

#featuredblocks > div > div > div > div > ul > li:nth-child(2) > div {
    height:247px;
}





.embedcode_locations__container .embed-code__input-code > div {
    display: flex;
    clear: both;
    background: white;
    padding: 10px 20px 0;
}

.embedcode_locations__container .embed-code__input-code div div {
    width: 380px;
    max-width: 100%;
    text-align: center;
}

.embedcode_locations__container {
    clear: both;
}

@media(max-width: 767px) {
.embedcode_locations__container .embed-code__input-code > div {
    display: block;
 }
}

.wrap__socialmedia__footer {
    display: block !important;
    font-size: 50px;
}


:root{
    --mobiledropdowncolor: black;
    --mobiledropdownbg: white;
    --mobiledropdowntop: 3em;
    
}
  /* .taedropdown {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 20px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: transform 1s;
  }
  .taedropdownsvg{
      fill: rgb(255, 255, 255);
      height: 1em;
  }
  .mobiledropdown-nitae {
    padding: 20px 10px;
    justify-content: center;
    position: static;
    width: 100%;
    top: var(--mobiledropdowntop);
    left: 0;
    text-align: center;
    background-color: var(--mobiledropdownbg);
    padding-bottom: 10px;
    color: var(--mobiledropdowncolor) !important;
    transition: transform 1s, color 0.5s;
    transition-delay: 1s, 0s;
    z-index: -1;
    display: none;
  }
  .mobiledropdown-nitae a,
  .mobiledropdown-nitae span,
  .mobiledropdown-nitae strong,
  .mobiledropdown-nitae p {
    color: transparent !important;
    margin-bottom: 10px;
    opacity: 0.8;
    display: inline-block;
    transition: color 0.5s;
    transition-delay: 0s;
  }
  .mobiledropdown-nitae.opended {
    transform: none;
    color: var(--mobiledropdowncolor) !important;
    transition-delay: 0s, 1s;
  }
  .mobiledropdown-nitae.opended a,
  .mobiledropdown-nitae.opended span,
  .mobiledropdown-nitae.opended strong,
  .mobiledropdown-nitae.opended p {
    color: var(--mobiledropdowncolor) !important;
    transition-delay: 1s;
  }
  .mobiledropdown-nitae.opended a:hover{
      opacity: 1;
      transition-delay: 0s;
  }
  @media (max-width: 768px) {
    .mobiledropdown-nitae {
        position: fixed;
    display: flex;
        transform: translateY(calc(-100% - var(--mobiledropdowntop)));
    }
    .taedropdown{
    display: flex;}
  } */

/* SMBWMGR-22565 */

.wrap__locations {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
}

.phoneIconLinkExpand,
.mobileHeader-locWrap {
  display: none;
}

@media only screen and (max-width: 767px) {
  .phoneIconLinkExpand {
    display: block;
    position: absolute;
    right: 24px;
    bottom: 15px;
    z-index: 10;
    font-size: 20px;
    color: white;
  }
  .wrap__locations {
    display: none;
  }
  .mobileHeader-locWrap {
    display: block;
    width: 100%;
    z-index: 1;
  }
  .mobileHeader-locWrap .location-list {
    position: absolute;
    background: white;
    color: black;
    max-height: 0;
    width: 100%;
    overflow: hidden;
    transition: max-height 0.3s linear;
    top: 135px;
  }
  .mobileHeader-locWrap .location-list--inner {
    padding: 15px;
    height: 100vh;
  }
  .mobileHeader-locWrap .location-list .location-closeBtn {
    text-align: right;
    width: 100%;
  }
  .mobileHeader-locWrap .location-list .location-closeBtn i {
    font-size: 25px;
  }
  .mobileHeader-locWrap .location-list.expand {
    transition: max-height 0.3s linear;
    max-height: 100vh;
  }
  .mobileHeader-locWrap .location-item {
    padding: 0 0 20px;
  }
  .mobileHeader-locWrap .location-item span {
    margin-left: 15px;
  }
  .mobileHeader-locWrap .location-name {
    font-weight: bold;
  }
  .mobileHeader-locWrap .location-phone {
    color: black;
  }
  .mobileHeader-locWrap .location-phone:hover {
    color: black;
    text-decoration: underline;
  }
}

.wrap__socialmedia__footer--inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
}

@media (max-width: 475px) {
   .wrap__page-content iframe {
    height: 300px;
    max-width: 100%;
}
}