.carousel-hero-banner {
  background: #f37120;
  text-align: center;
  padding: 13px 0px 6px 0px;
  display: block !important;
  margin: 0px auto;
}
.carousel-hero-banner-text {
  color: #ffffff !important;
  font-size: 1.3em;
}
.carousel-hero-banner-text a {
  color: #ffffff;
}
.filter-push .carousel-hero .campaign-carousel.component {
  z-index: 9999;
}
.carousel-hero .hc-modal .modal-body {
  height: 100%;
  position: absolute;
  top: 85px;
  width: 100%;
}
.carousel-hero .hc-modal .modal-body > * {
  width: 100%;
}
.carousel-hero .hc-modal .modal-body > .loading-icon {
  background: url('../../../../../../etc.clientlibs/settings/wcm/designs/ticshared/clientlib-site/resources/images/Load_Icon_whitebg_ICA.gif') center center no-repeat !important;
  border-radius: 50%;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  z-index: -1;
}
.carousel-hero .carousel-caption h2 {
  font-size: 3em;
}
.carousel-hero .carousel-caption p {
  font-size: 1.5em;
}
.carousel-hero .campaign-carousel.component {
  margin: 0 auto;
  z-index: 1;
}
.carousel-hero .campaign-carousel.component.no-wb-flyer {
  background: #fff;
  z-index: 2;
}
.carousel-hero .campaign-carousel.component.no-wb-flyer .search-container {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.carousel-hero .campaign-carousel.component.no-wb-flyer .search-container .locations-dropdown {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.9);
  padding-bottom: 50px;
}
.carousel-hero .campaign-carousel.component.overlap {
  min-height: 0;
}
.carousel-hero .campaign-carousel.component:hover a.carousel-control {
  opacity: 1;
}
.carousel-hero .campaign-carousel.component a.carousel-control {
  background-color: #ffffff;
  opacity: 1;
  height: 82px;
  width: 81px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 6;
}
.carousel-hero .campaign-carousel.component a.carousel-control:before {
  content: '';
  position: absolute;
  border: transparent solid 2px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}
.carousel-hero .campaign-carousel.component a.carousel-control:hover:before {
  border: none;
}
.carousel-hero .campaign-carousel.component a.carousel-control.left {
  background-image: none;
  top: 50%;
  margin-top: -40px;
  left: 40px;
}
.carousel-hero .campaign-carousel.component a.carousel-control.left:after {
  font-family: 'icomoon', sans-serif;
  content: '\e914';
  color: #575759;
  text-shadow: none;
  font-size: 20px;
  margin-top: 28px;
  display: block;
}
.carousel-hero .campaign-carousel.component a.carousel-control.left:hover {
  background-color: #ffffff;
}
.carousel-hero .campaign-carousel.component a.carousel-control.left:hover:after {
  font-family: 'icomoon', sans-serif;
  content: '\e914';
  color: #f37120;
  text-shadow: none;
  font-size: 20px;
  margin-top: 28px;
  display: block;
}
.carousel-hero .campaign-carousel.component a.carousel-control.left:active {
  background: #f37120;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.carousel-hero .campaign-carousel.component a.carousel-control.left:active:after {
  color: #ffffff;
}
.carousel-hero .campaign-carousel.component a.carousel-control.right {
  background-image: none;
  top: 50%;
  margin-top: -40px;
  right: 40px;
}
.carousel-hero .campaign-carousel.component a.carousel-control.right:after {
  font-family: 'icomoon', sans-serif;
  content: '\e913';
  color: #575759;
  text-shadow: none;
  font-size: 20px;
  margin-top: 28px;
  display: block;
}
.carousel-hero .campaign-carousel.component a.carousel-control.right:hover {
  background-color: #ffffff;
}
.carousel-hero .campaign-carousel.component a.carousel-control.right:hover:after {
  font-family: 'icomoon', sans-serif;
  content: '\e913';
  color: #f37120;
  text-shadow: none;
  font-size: 20px;
  margin-top: 28px;
  display: block;
}
.carousel-hero .campaign-carousel.component a.carousel-control.right:active {
  background: #f37120;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.carousel-hero .campaign-carousel.component a.carousel-control.right:active:after {
  color: #ffffff;
}
.carousel-hero .campaign-carousel.component .carousel-inner {
  height: auto;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item {
  position: relative;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.next,
.carousel-hero .campaign-carousel.component .carousel-inner .item.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image {
  /* ICA-2718: To behave as placeholder for hero carousal while loading */
  background-color: #dddddd;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.img-loaded {
  min-height: 135px !important;
}
@media screen and (min-width: 375px) and (max-width: 767px) {
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image {
    min-height: 274px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.prev-ratio-img {
    min-height: 135px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.xs-size1 {
    min-height: 274px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.xs-size2 {
    min-height: 135px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image {
    min-height: 320px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.sm-size1,
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image .lg-size1 {
    min-height: 320px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.sm-size2,
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image .lg-size2 {
    min-height: 370px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.sm-size3,
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image .lg-size3 {
    min-height: 210px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.sm-size4,
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image .lg-size4 {
    min-height: 420px;
  }
}
@media screen and (min-width: 992px) {
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image {
    min-height: 400px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.lg-size1 {
    min-height: 550px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.lg-size2 {
    min-height: 650px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.lg-size3 {
    min-height: 375px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.lg-size4 {
    min-height: 650px;
  }
}
@media screen and (min-width: 1440px) {
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image {
    min-height: 550px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.lg-size1 {
    min-height: 600px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.lg-size2 {
    min-height: 700px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.lg-size3 {
    min-height: 400px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image.lg-size4 {
    min-height: 500px;
  }
}
.carousel-hero .campaign-carousel.component .carousel-inner .item .hero-image div[data-picture] img {
  position: relative;
  left: auto;
  transform: none;
  min-height: auto;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo,
.carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay {
  background: #000000;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo .hero-image img,
.carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay .hero-image img {
  visibility: hidden;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo iframe,
.carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo.mobilestaticimage,
.carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay.mobilestaticimage {
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo.mobilestaticimage .hero-image img,
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay.mobilestaticimage .hero-image img {
    visibility: visible;
    position: relative;
    left: auto;
    transform: none;
    min-height: auto;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo.mobilestaticimage iframe,
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay.mobilestaticimage iframe {
    visibility: hidden;
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo.mobilestaticimage .hero-image img,
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay.mobilestaticimage .hero-image img {
    visibility: visible;
    position: relative;
    left: auto;
    transform: none;
    min-height: auto;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo.mobilestaticimage iframe,
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay.mobilestaticimage iframe {
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .carousel-hero .campaign-carousel.component .carousel-inner .item.modalVideo.herovideo.mobilestaticimage:after {
    content: '';
    background: transparent;
  }
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.modalVideo.herovideo:after {
  content: '\e938';
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.modalVideo.herovideo360 {
  cursor: pointer;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.modalVideo.herovideo360:after {
  top: 50%;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.modalVideo.herovideo360:hover:after {
  background: #f37120;
  color: #fff;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item.modalVideo.herovideo360 .cta-secondary {
  top: 50%;
  margin-top: -22px;
  left: 50%;
  margin-left: -110px;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item:hover .cta-secondary {
  text-decoration: none;
  border: 1px solid #f37120;
  background-color: #f37120;
  color: #ffffff;
}
.carousel-hero .campaign-carousel.component .carousel-inner .item:hover .cta-secondary:before {
  border: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-hero .campaign-carousel.component .carousel-inner .gif-img {
  max-height: 800px;
}
@media screen and (max-width: 767px) {
  .carousel-hero .campaign-carousel.component .carousel-inner .gif-img {
    max-height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .carousel-hero .campaign-carousel.component .carousel-inner .gif-img {
    max-height: 350px;
  }
}
.carousel-hero .campaign-carousel.component .carousel-indicators li {
  border: 1px solid #ffffff;
  background: #ffffff;
  width: 10px;
  height: 10px;
  margin: 0 10px 0 0;
  z-index: 9990;
}
.carousel-hero .campaign-carousel.component .carousel-indicators li.active {
  border: 1px solid #f37120;
  background-color: #f37120;
  margin: 0 10px 0 0;
}
.carousel-hero .campaign-carousel.component .for-search .market-search .search-container .market-selection.no-areas {
  cursor: default;
}
.carousel-hero .campaign-carousel.component .for-search .market-search .search-container .market-selection.no-areas input {
  cursor: default;
}
@media screen and (max-width: 767px) {
  .carousel-hero .hc-modal:before {
    height: auto;
  }
  .carousel-hero .campaign-carousel.component {
    /*SIZE ADJUSTMENTS**/
  }
  .carousel-hero .campaign-carousel.component.overlap {
    margin: 0 auto -40px;
  }
  .carousel-hero .campaign-carousel.component.overlap .carousel-indicators {
    display: block;
    margin: 0;
    bottom: 40px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner {
    max-width: 100%;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item div[data-picture] {
    max-height: 100%;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo,
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay {
    min-height: 274px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo.mobilestaticimage,
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay.mobilestaticimage {
    min-height: auto;
  }
  .carousel-hero .campaign-carousel.component.addsearch .for-search.flyer {
    position: relative;
    width: 100%;
    text-align: center;
    top: -65px;
    left: 0;
    z-index: 501;
    margin-bottom: -65px;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-inner .item.modalVideo.herovideo:after {
    top: 40%;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-inner .item.modalVideo.herovideo360:after {
    top: 40%;
    padding: 15px 24px;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-indicators {
    display: none;
  }
  .carousel-hero .campaign-carousel.component.overlap .carousel-inner .item.modalVideo.herovideo:after {
    top: 40%;
  }
  .carousel-hero .campaign-carousel.component.overlap .carousel-inner .item.modalVideo.herovideo360:after {
    top: 40%;
    padding: 15px 24px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .carousel-inner .item {
    max-height: 100%;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search.flyer {
    position: relative;
    width: 100%;
    text-align: center;
    top: auto;
    left: 0;
    margin-top: -40px;
    margin-bottom: 70px;
    z-index: 501;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container {
    margin: 0 auto;
    width: 90%;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box {
    text-align: left;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box > input {
    text-align: left;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .carousel-indicators {
    top: 90px;
  }
  .carousel-hero .campaign-carousel.component.size-700.addmarketsearch .carousel-inner .item {
    max-height: 100%;
  }
  .carousel-hero .campaign-carousel.component.size-700.addmarketsearch .for-search.flyer {
    position: relative;
    width: 100%;
    text-align: center;
    top: auto;
    left: 0;
    margin-top: -40px;
    margin-bottom: 70px;
    z-index: 501;
  }
  .carousel-hero .campaign-carousel.component.size-800.addmarketsearch .carousel-inner .item {
    max-height: 100%;
  }
  .carousel-hero .campaign-carousel.component.size-800.addmarketsearch .for-search.flyer {
    position: relative;
    width: 100%;
    text-align: center;
    top: auto;
    left: 0;
    margin-top: -40px;
    margin-bottom: 70px;
    z-index: 501;
  }
  .carousel-hero .campaign-carousel.component.size-400.addmarketsearch .carousel-inner .item {
    max-height: 100%;
  }
  .carousel-hero .campaign-carousel.component.size-400.addmarketsearch .for-search.flyer {
    position: relative;
    width: 100%;
    text-align: center;
    top: auto;
    left: 0;
    margin-top: -40px;
    margin-bottom: 70px;
    z-index: 501;
  }
}
@media screen and (max-width: 991px) {
  .carousel-hero .campaign-carousel.component.addmarketsearch .carousel-control {
    display: none;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile {
    display: block;
    opacity: 1;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.left {
    height: 36px;
    width: 37px;
    left: 15px;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.left:after {
    font-size: 14px;
    margin-top: 8px;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.left:hover {
    background: #ffffff;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.left:hover:before {
    border: none;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.left:hover:after {
    font-size: 14px;
    margin-top: 8px;
    color: #575759;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.right {
    height: 36px;
    width: 37px;
    right: 15px;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.right:after {
    font-size: 14px;
    margin-top: 8px;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.right:hover {
    background: #ffffff;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.right:hover:before {
    border: none;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile.right:hover:after {
    font-size: 14px;
    margin-top: 8px;
    color: #575759;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile span {
    margin: -10px 0;
  }
}
@media screen and (min-width: 768px) {
  .hc-modal .modal-dialog {
    vertical-align: top;
  }
  .carousel-hero .campaign-carousel.component {
    /*SIZE ADJUSTMENTS**/
  }
  .carousel-hero .campaign-carousel.component.overlap {
    margin: 0 auto -80px;
  }
  .carousel-hero .campaign-carousel.component.overlap .carousel-indicators {
    margin-bottom: 15px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo,
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay {
    min-height: 320px;
  }
  .carousel-hero .campaign-carousel.component.addsearch .for-search.flyer {
    position: relative;
    width: 100%;
    text-align: center;
    top: -70px;
    left: 0;
    z-index: 1000;
    margin-bottom: -70px;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-control {
    top: 0;
    bottom: 60%;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-indicators {
    display: none;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .carousel-inner .item {
    max-height: 100%;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search.flyer {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    margin-top: -100px;
    z-index: 501;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .market-selection.select-box {
    text-align: center;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .market-selection.select-box > input {
    text-align: center;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .carousel-indicators {
    top: auto;
    bottom: 0px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .carousel-control {
    z-index: 9998;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile {
    display: block;
    opacity: 1;
  }
  .carousel-hero .campaign-carousel.component.size-700.addmarketsearch .carousel-inner .item {
    max-height: 100%;
  }
  .carousel-hero .campaign-carousel.component.size-700.addmarketsearch .for-search.flyer {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -100px;
    margin-bottom: 0;
  }
  .carousel-hero .campaign-carousel.component.size-800.addmarketsearch .carousel-inner .item {
    max-height: 100%;
  }
  .carousel-hero .campaign-carousel.component.size-800.addmarketsearch .for-search.flyer {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -100px;
    margin-bottom: 0;
  }
  .carousel-hero .campaign-carousel.component.size-400.addmarketsearch .carousel-inner .item {
    max-height: 100%;
  }
  .carousel-hero .campaign-carousel.component.size-400.addmarketsearch .for-search.flyer {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -100px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .carousel-hero .campaign-carousel.component {
    /**SIZE ADJUSTMENTS**/
  }
  .carousel-hero .campaign-carousel.component.overlap {
    margin: 0 auto -80px;
  }
  .carousel-hero .campaign-carousel.component.overlap .carousel-indicators {
    margin-bottom: 30px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo,
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay {
    min-height: 426px;
  }
  .carousel-hero .campaign-carousel.component.addsearch .for-search.flyer {
    position: absolute;
    width: 100%;
    text-align: center;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 1000;
    margin-bottom: 0;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-inner .item.modalVideo.herovideo:after,
  .carousel-hero .campaign-carousel.component.addsearch .carousel-inner .item.modalVideo.herovideo360:after {
    top: 40%;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-control {
    top: 10%;
    bottom: 40%;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-indicators {
    display: block;
    bottom: 160px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search.flyer {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    z-index: 1000;
    margin-top: -100px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container {
    margin-bottom: 0;
    margin-top: 0;
    width: 75%;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box {
    width: 80%;
    padding: 0;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box input {
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    font-family: 'miller-display', serif;
    text-align: center;
    width: 100% !important;
    max-width: 100%;
    font-size: 50px;
    height: 70px;
    padding: 0;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box .icon-chevron-down {
    top: 28px;
    font-size: 20px;
    /* removed pointer events to prevent click on it */
    pointer-events: none;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box.no-areas.active {
    border-bottom-color: #dddddd;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box.no-areas.active input {
    color: #575759;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box.no-areas input {
    cursor: default;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown {
    text-align: left;
    margin-top: 0;
    max-height: 240px;
    padding: 30px 108px 10px 108px;
    top: 124px;
    /* for custom scrollbars */
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown h4 {
    padding-bottom: 15px;
    padding-right: 25px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown .markets-container {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown .jspDrag {
    background: #f37120;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown .jspVerticalBar {
    background: transparent;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown .jspTrack {
    background: #ffffff;
    width: 12px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown .jspPane {
    width: 100% !important;
    padding: 0 40px 0 0!important;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown ul {
    padding: 0;
    list-style: none;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown ul li {
    padding: 0;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown ul li a {
    color: #575759;
    padding: 10px 25px;
    display: block;
    font-size: 1.4rem;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.3px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .carousel-indicators {
    display: block;
    bottom: 0px;
    top: auto;
  }
  .carousel-hero .campaign-carousel.component .carousel-control.mobile {
    display: none;
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .carousel-hero .campaign-carousel.component {
    /**SIZE ADJUSTMENTS**/
  }
  .carousel-hero .campaign-carousel.component.overlap {
    margin: 0 auto -80px;
  }
  .carousel-hero .campaign-carousel.component.overlap .carousel-indicators {
    margin-bottom: 30px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineVideo,
  .carousel-hero .campaign-carousel.component .carousel-inner .item.inlineAutoplay {
    min-height: 600px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner img {
    width: 100%;
  }
  .carousel-hero .campaign-carousel.component.addsearch .for-search.flyer {
    position: absolute;
    width: 100%;
    text-align: center;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 1000;
    margin-bottom: 0;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-control {
    top: 0;
    bottom: 0;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-indicators {
    display: block;
    bottom: 160px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search.flyer {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    left: 0;
    z-index: 1000;
    margin-top: -100px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container {
    margin-bottom: 0;
    margin-top: 0;
    width: 75%;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container h1 {
    width: 80%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box {
    width: 80%;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box input {
    text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
    font-family: 'miller-display', serif;
    text-align: center;
    width: 100% !important;
    max-width: 100%;
    font-size: 50px;
    height: 70px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .market-selection.select-box .icon-chevron-down {
    top: 28px;
    font-size: 20px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown {
    text-align: left;
    margin-top: 0;
    max-height: 240px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 30px 0 10px 0;
    width: 80%;
    position: absolute;
    left: 108px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown h4 {
    padding-bottom: 15px;
    padding-left: 25px;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown ul {
    padding: 0;
    list-style: none;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown ul li {
    padding: 0;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .for-search .search-container .locations-dropdown ul li a {
    color: #575759;
    padding: 10px 25px;
    display: block;
  }
  .carousel-hero .campaign-carousel.component.addmarketsearch .carousel-indicators {
    display: block;
    bottom: 0px;
    top: auto;
  }
  .carousel-hero .campaign-carousel.component.size-700 .carousel-inner .item.inlineVideo,
  .carousel-hero .campaign-carousel.component.size-700 .carousel-inner .item.inlineAutoplay {
    min-height: 700px;
  }
  .carousel-hero .campaign-carousel.component.size-800 .carousel-inner .item.inlineVideo,
  .carousel-hero .campaign-carousel.component.size-800 .carousel-inner .item.inlineAutoplay {
    min-height: 800px;
  }
}
@media screen and (min-width: 1440px) {
  .carousel-hero .campaign-carousel.component {
    /**SIZE ADJUSTMENTS**/
  }
  .carousel-hero .campaign-carousel.component.addsearch .for-search.flyer {
    position: absolute;
    width: 100%;
    text-align: center;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 1000;
    margin-bottom: 0;
  }
  .carousel-hero .campaign-carousel.component.addsearch .carousel-inner .item.modalVideo.herovideo:after,
  .carousel-hero .campaign-carousel.component.addsearch .carousel-inner .item.modalVideo.herovideo360:after {
    top: 50%;
  }
}
@media screen and (min-width: 2700px) {
  .carousel-hero .carousel-hero-banner {
    max-width: 3000px;
    padding: 20px 0px 12px 0px;
  }
  .carousel-hero .campaign-carousel.component.overlap {
    max-width: 3000px;
  }
  .carousel-hero .campaign-carousel.component .carousel-inner img {
    min-width: 2700px;
    width: 100%;
  }
  .carousel-hero .campaign-carousel.component .carousel-indicators {
    margin-bottom: 50px !important;
  }
  .carousel-hero .campaign-carousel.component .carousel-indicators li {
    margin: 0 20px 0 0;
    width: 20px;
    height: 20px;
  }
  .carousel-hero .campaign-carousel.component .carousel-indicators li.active {
    margin: 0 20px 0 0;
    width: 20px;
    height: 20px;
  }
  .carousel-hero .campaign-carousel.component a.carousel-control {
    height: 140px;
    width: 140px;
  }
  .carousel-hero .campaign-carousel.component a.carousel-control.left {
    margin-top: -40px;
    left: 70px;
  }
  .carousel-hero .campaign-carousel.component a.carousel-control.left:after {
    font-size: 40px;
    margin-top: 40px;
  }
  .carousel-hero .campaign-carousel.component a.carousel-control.left:hover:after {
    font-size: 40px;
    margin-top: 40px;
  }
  .carousel-hero .campaign-carousel.component a.carousel-control.right {
    margin-top: -40px;
    right: 70px;
  }
  .carousel-hero .campaign-carousel.component a.carousel-control.right:after {
    font-size: 40px;
    margin-top: 40px;
  }
  .carousel-hero .campaign-carousel.component a.carousel-control.right:hover:after {
    font-size: 40px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 3800px) {
  .carousel-hero .carousel-hero-banner {
    max-width: 5000px;
  }
  .carousel-hero .campaign-carousel.component.overlap {
    max-width: 5000px;
  }
  .carousel-hero .campaign-carousel.component .carousel-indicators {
    margin-bottom: 65px !important;
  }
}
