.video-frame-slider {
    text-align: center;
}

.video-slider-title {
    font-weight: bold;
    margin-bottom: 20px;
}

.video-frame-title {
    padding: 15px;
    margin: -3px 28px;
    color: #004F40;
    font-weight: bold;
    text-transform: uppercase;
}

.video-frame-slider .slick-dots li button:before {
    .slick-dots li button:before
}

.video-frame-slider .slick-dots li button:before {
    font-size: 13px;
}

.video-frame-slider .slick-dots li.slick-active button:before {
    color: #004F40;
}

.carters-accordion .accordion {
  background-color: #eee;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.carters-accordion button:nth-of-type(odd) {
  background-color: white;
}

.carters-accordion .active, .accordion:hover {
  background-color: #ccc;
}

.carters-accordion .accordion:after {
  font-family: 'Glyphicons Halflings';
  content:"\e114";
  color: #004F40;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.carters-accordion .active:after {
  font-family: 'Glyphicons Halflings';
  content:"\e113";
}

.carters-accordion .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 0;
  border: none;
  box-shadow: none;
}

.carters-accordion .accordion-title {
    width: 100%;
    background-color: lightgrey;
    padding: 18px;
    border-top: 3px solid #004F40;
    text-transform: uppercase;
    font-weight: bold;
}

.carters-accordion {
    margin-bottom: 20px;
}

#addressValidationPopup label {
    text-transform: none;
}

.page-manageUnits .ui-autocomplete,
.page-add-edit-address .ui-autocomplete,
.page-multiStepCheckoutSummaryPage .ui-autocomplete {
    border: 1px solid var(--carters-green);
    border-top: none;
}

.page-manageUnits .ui-menu .ui-menu-item,
.page-add-edit-address .ui-menu .ui-menu-item,
.page-multiStepCheckoutSummaryPage .ui-menu .ui-menu-item {
    background-color: white;
}

.icon-address-autocomplete-clear span{
    position: absolute;
    right: 10px;
    top: -22px;
    cursor: pointer;
}

/*****      TABLET START     *****/
@media (min-width: 640px) and (max-width: 1023px) {
}
/*****      TABLET END     *****/

/*****      MOBILE START     *****/
@media (max-width: 1023px) {
    .icon-address-autocomplete-clear span{
        top: -27px;
    }
}
/*****      MOBILE END     *****/