/* Scss Document */
/* Scss Document */
.hide {
  display: none;
}

.hide {
  display: none;
}

.navZone .logozone {
  height: 100px;
}

#state-slider.swiper-scrollbar.state .swiper-container-vertical > .swiper-scrollbar {
  width: 15px;
  right: -2px;
  background-color: #5d5f59;
  border-radius: 0;
  top: 0;
  height: 100%;
}
#state-slider.swiper-scrollbar.state .swiper-scrollbar-drag {
  width: 14px;
  border-radius: 1px;
  background-color: #78af16;
  border-right: 4px solid #598112;
  border-left: 2px solid #8bcb19;
  min-height: 80px;
  left: -4px;
  cursor: pointer;
  filter: box-shadow(0 0 20px black);
}

.homeZone .cover .goboxZone .consumer2 {
  right: 335px;
  width: 240px;
  background-color: #568C11;
  height: 100%;
  color: #AAD11D;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (max-width: 960px) {
  .homeZone .cover .goboxZone .consumer2 {
    right: 50%;
    width: 50%;
    border-right: 15px solid #F0F4F4;
  }
}
.homeZone .cover .goboxZone .consumer2 a.btn {
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  display: flex;
  align-content: center;
  align-items: center;
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 38px;
  font-size: 38px;
  font-weight: 100;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.homeZone .cover .goboxZone .consumer2 a.btn > div {
  width: auto;
  height: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 18px;
}
.homeZone .cover .goboxZone .consumer2 a.btn > div:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 3px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 80%;
}
.homeZone .cover .goboxZone .consumer2 a.btn.recyleNow {
  top: 0;
  color: #C5E74E;
  background-color: #6A9B13;
}
.homeZone .cover .goboxZone .consumer2 a.btn.recyleNow > div {
  padding-right: 0;
}
.homeZone .cover .goboxZone .consumer2 a.btn.recyleNow > div:after {
  background-image: url(../images/home/icon_recycle_green.png);
}
.homeZone .cover .goboxZone .consumer2 a.btn.recyleNow:hover {
  background-color: #78AF16;
}
.homeZone .cover .goboxZone .consumer2 a.btn.SeeLiveUpdates {
  top: 50%;
  background-color: #AAD11D;
  color: #558C11;
  border-top: 2px solid white;
  height: calc(50% - 10px);
}
.homeZone .cover .goboxZone .consumer2 a.btn.SeeLiveUpdates:hover {
  background-color: #D1EF66;
}
.homeZone .cover .goboxZone .consumer2 a.btn.SeeLiveUpdates > div:after {
  background-image: url("../images/home/icon_twitter_green.png");
}

.homeZone .cover .goboxZone .consumer:hover {
  cursor: pointer;
  background-color: #69A917  !important;
}

.mapApp2 {
  position: relative;
  height: 90vh;
  min-height: 560px;
  margin: auto;
  background-color: #f0f4f4;
  text-align: center;
  box-shadow: 0px -10px 15px rgba(0, 0, 0, 0.14);
  border: 10px solid white;
  overflow: hidden;
  /* background-color: #F0F4F4; */
  width: 100%;
}
.mapApp2 > div {
  background-color: green;
}

.mapApp2 .theList {
  position: absolute;
  height: 100%;
  width: 300px;
  top: 0;
  left: 0;
  background-color: #50A2BE;
  color: #EBEBFA;
  border-right: 8px solid white;
  transition: all 1.5s cubic-bezier(0.71, 0.05, 0.25, 0.89);
}

.mapApp2 .theList .searchBox .t1 {
  font-weight: 900;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 36px;
  margin-top: 80px;
}

.mapApp2 .theList .searchBox .t2 {
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  line-height: 30px;
}

.mapApp2 .theList .searchBox input[type=text], .mapApp2 .theList .searchBox .myLocation_btn {
  height: 50px;
  line-height: 50px;
  border: none;
  background: none;
  outline: 0;
  text-align: center;
  width: 90%;
  font-weight: 300;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid white;
  border: none;
  margin-top: 30px;
  color: white;
  opacity: .8;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.mapApp2 .theList .searchBox input[type=text]:hover, .mapApp2 .theList .searchBox input[type=text]:active, .mapApp2 .theList .searchBox input[type=text]:focus, .mapApp2 .theList .searchBox .myLocation_btn:hover, .mapApp2 .theList .searchBox .myLocation_btn:active, .mapApp2 .theList .searchBox .myLocation_btn:focus {
  opacity: 1;
}
.mapApp2 .theList .searchBox input[type=text].myLocation_btn, .mapApp2 .theList .searchBox .myLocation_btn.myLocation_btn {
  font-size: 13.33px;
  margin-top: 30px;
  cursor: pointer;
  border: 2px solid white;
  background: none;
}

.mapApp2 .theList .searchBox input[type=text]::-webkit-input-placeholder {
  color: white;
}

.mapApp2 .theMap {
  position: absolute;
  height: 100%;
  width: calc( 100% - 300px);
  top: 0;
  left: 300px;
  background-color: #cde9ea;
}

.overApp {
  position: relative;
  width: 100%;
  height: 55px;
  margin: auto;
}

.extraCall {
  position: absolute;
  height: 50px;
  width: auto;
  left: 20px;
  top: 5px;
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
  color: darkblue;
  background-image: url(../images/page/smartPhone_darkBlue.png);
  background-position: left top;
  background-size: auto 56px;
  background-repeat: no-repeat;
  color: #285a6b;
  font-weight: 400;
  font-family: "Roboto";
  padding-left: 45px;
  font-size: 16px;
  letter-spacing: .5px;
  padding-top: 10px;
  transition: all 0.6s cubic-bezier(0.42, 0, 0.22, 1.27) 1s;
  top: 55px;
}

.extraCall.selected {
  top: 5px;
}

.theToggle {
  position: absolute;
  top: 20px;
  height: 40px;
  width: 40%;
  right: 5%;
  margin-left: 55%;
  background-color: chocolate;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  display: none;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  color: #444444;
  background-color: #8B972C;
  top: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  -webkit-box-shadow: -8px -9px 10px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -8px -9px 10px -4px rgba(0, 0, 0, 0.2);
  box-shadow: -8px -9px 10px -4px rgba(0, 0, 0, 0.2);
}

.theToggle:hover {
  background-color: #a7b726;
}

.mapApp2 .theStartCover {
  position: absolute;
  height: 100%;
  width: calc( 100% - 300px);
  top: 0;
  left: 300px;
  z-index: 2;
  background-color: #78AE16;
  color: #E1F2A6;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 991px) {
  .mapApp2 .theStartCover {
    flex-flow: column;
  }
}

.mapApp2 .theStartCover .pleaseCall {
  color: #E2F3A7;
  position: relative;
  height: auto;
  margin: auto;
  background-image: url(../images/page/smartPhone.png);
  background-repeat: no-repeat;
  background-position: left 60px;
  background-size: 120px auto;
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  padding-left: 140px;
  padding-top: 20px;
  color: white;
  opacity: .8;
  line-height: 30px;
  background-size: 70px auto;
  padding-left: 80px;
  top: 60px;
  margin-top: 0;
  margin-bottom: 0;
  flex-basis: 47%;
  max-width: 400px;
}
.mapApp2 .theStartCover .pleaseCall.welcome {
  background-image: url("../images/page/welcome_makers.png");
  margin-top: 0;
}
@media (max-width: 991px) {
  .mapApp2 .theStartCover .pleaseCall {
    max-width: 98%;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .mapApp2 .theStartCover .pleaseCall {
    max-width: 90%;
    top: auto;
    line-height: 20px;
  }
}

.mapApp2 .theStartCover .pleaseCall .t1 {
  line-height: 36px;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  padding-top: 6px;
}

.mapApp2 .theStartCover .pleaseCall .thanks {
  display: block;
  margin-top: 30px;
}

.mapApp2 .theStartCover.sorry {
  background-color: #8A8582;
  color: #E2F3A7;
}

.mapApp2 .theStartCover .sorryText {
  display: none;
}

.mapApp2 .theStartCover.sorry .sorryText {
  display: block;
  text-align: left;
  position: absolute;
  bottom: calc(100% + 20px);
  padding-bottom: 0;
  height: auto;
  width: calc(100% - 20px);
  left: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 30px;
  pointer-events: none;
}

.mapApp2 .theStartCover.sorry .sorryText .t5 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  line-height: 50px;
  height: auto;
  font-weight: 400;
  color: #f0ffd5;
}

.mapApp2 .theStartCover.sorry .pleaseCall {
  display: none;
}

.mapApp2 .theStartCover .messageArm {
  height: auto;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 20px;
  float: right;
  bottom: 40px;
  right: 0;
  width: 0;
  -webkit-box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.59);
  box-shadow: -6px 0px 10px 0px rgba(0, 0, 0, 0.59);
  background-color: white;
  pointer-events: none;
}

.mapApp2 .theStartCover .messageArm .goState_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}

.mapApp2 .theStartCover .messageArm .goState_btn:hover .greenChev {
  top: 16px;
}

.mapApp2 .theStartCover .messageArm .t1 {
  margin-left: 80px;
  width: auto;
  height: auto;
  line-height: 40px;
  letter-spacing: 3px;
  padding-left: 20px;
  border-left: solid #8A8582 2px;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
  color: #78AE16;
  text-transform: uppercase;
  font-size: 30px;
  text-align: left;
}

.mapApp2 .theStartCover .messageArm a {
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #E2F3A7;
  color: #8a8582;
  margin-left: 4px;
  margin-right: 4px;
  text-decoration: none;
}

.mapApp2 .theStartCover .messageArm a:hover {
  background-color: white;
}

.mapApp2 .theStartCover .messageArm .t1 span {
  color: #50A2BE;
}

.mapApp2 .theStartCover .messageArm .greenChev {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  background-image: url(../images/page/greenChevDown.png);
  background-size: auto 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.8, -0.43, 0.17, 1.47);
}

.mapApp2 .theStartCover.sorry .messageArm {
  width: 90%;
}

@media screen and (max-width: 890px) {
  .mapApp2 .theStartCover.sorry .sorryText .t5 {
    font-size: 22px;
    line-height: 26px;
  }

  .mapApp2 .theStartCover .messageArm {
    bottom: 20px;
  }

  .mapApp2 .theStartCover .messageArm .t1 {
    margin-left: 80px;
    line-height: 22px;
    letter-spacing: 1.5px;
    padding-left: 20px;
    font-size: 18px;
  }
}
.mapApp2 .searchBox {
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}
.mapApp2 .searchBox .flex_holder {
  margin: auto;
  width: 100%;
  height: auto;
}

.mapApp2 .full_plate {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #cfefef;
  color: #444444;
}
.mapApp2 .full_plate:not(.selected) {
  display: none;
}
.mapApp2 .full_plate.flexMe.selected {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.mapApp2 .full_plate .swiper-wrapper {
  z-index: 5;
}
.mapApp2 .full_plate .state_content {
  height: auto;
  width: 80%;
  max-width: 800px;
  left: 0;
  right: 0;
  position: relative;
  top: 1%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #777777;
}
.mapApp2 .full_plate .state_content p, .mapApp2 .full_plate .state_content ul li {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: #777777;
  font-family: roboto;
  text-align: left;
}
.mapApp2 .full_plate .state_content pli, .mapApp2 .full_plate .state_content ul lili {
  border-left: 4px solid white;
  padding-right: 60px;
}
.mapApp2 .full_plate .state_content h3 {
  font-size: 30px;
}
.mapApp2 .full_plate .close_full_plate {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  z-index: 5;
  background-color: rgba(168, 225, 223, 0.11);
  border-right: 10px solid white;
  border-bottom: 10px solid white;
  box-sizing: content-box;
  transition: all .3s ease;
}
.mapApp2 .full_plate .close_full_plate:hover {
  background-color: #8DD8D5;
}
.mapApp2 .full_plate .close_full_plate.ny_participants {
  background-color: #CCCCCC;
  color: white;
  border: none;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.mapApp2 .full_plate .close_full_plate.ny_participants:hover {
  background-color: #bbbbbb;
}
.mapApp2 .full_plate.ny_participants {
  background-color: #EEEEEE;
  width: calc(100% - 60px);
  height: calc(100% - 60px );
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.29);
  z-index: 5;
  left: 30px;
  top: 30px;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.mapApp2 .full_plate.ny_participants.selected {
  display: flex;
}
.mapApp2 .full_plate.ny_participants .forFlex {
  width: calc(100% - 20px);
  max-width: 800px;
  position: relative;
  height: auto;
  margin: auto;
  display: none;
}
.mapApp2 .full_plate.ny_participants .forFlex.selected {
  display: block;
}
.mapApp2 .full_plate.ny_participants .mini_btns {
  display: flex;
  align-content: center;
  justify-content: center;
}
.mapApp2 .full_plate.ny_participants .mini_btns > div {
  border: 2px solid;
  width: 150px;
  height: auto;
  line-height: 60px;
  margin: 5px;
  cursor: pointer;
  transition: all .25s ease-in-out;
}
.mapApp2 .full_plate.ny_participants .mini_btns > div:hover {
  background-color: rgba(255, 255, 255, 0.49);
  border-color: white;
}
.mapApp2 .full_plate.ny_participants .mini_btns > div.selected {
  background-color: white;
  border-color: white;
}
.mapApp2 .full_plate.ny_participants .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: auto;
  max-height: calc(100% - 90px);
  width: 100%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.mapApp2 .full_plate.ny_participants .list.success {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mapApp2 .full_plate.ny_participants .list > div {
  display: inline-block;
  width: auto;
  font-size: 18px;
  line-height: 18px;
  padding: 8px;
  margin: 1px;
  font-style: italic;
}
.mapApp2 .full_plate.ny_participants .list::after {
  content: "";
  flex: auto;
}
@media (max-width: 767px) {
  .mapApp2 .full_plate.ny_participants {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
  }
  .mapApp2 .full_plate.ny_participants .list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mapApp2 .full_plate.ny_participants .list > div {
    font-size: 16px;
    line-height: 18px;
    padding: 2px;
  }
  .mapApp2 .full_plate.ny_participants .mini_btns > div {
    line-height: 40px;
  }
}
.mapApp2 .full_plate.get_label, .mapApp2 .full_plate .extra-nationWide {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  background-color: #cfefef;
  color: #444444;
}
.mapApp2 .full_plate.get_label.get_label, .mapApp2 .full_plate .extra-nationWide.get_label {
  background-color: #78AE16;
  color: white;
}
.mapApp2 .full_plate.get_label .flex-inner-wrapper, .mapApp2 .full_plate .extra-nationWide .flex-inner-wrapper {
  width: calc(100% - 20px);
  max-width: 680px;
  height: auto;
  position: relative;
}
@media (min-width: 992px) {
  .mapApp2 .full_plate.get_label .flex-inner-wrapper, .mapApp2 .full_plate .extra-nationWide .flex-inner-wrapper {
    background-color: #78AE16;
    padding: 40px;
    border-radius: 6px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.28));
  }
}
@media (max-width: 767px) {
  .mapApp2 .full_plate.get_label .flex-inner-wrapper .title, .mapApp2 .full_plate .extra-nationWide .flex-inner-wrapper .title {
    font-size: 30px;
    margin-bottom: 0;
  }
  .mapApp2 .full_plate.get_label .flex-inner-wrapper .copy p, .mapApp2 .full_plate .extra-nationWide .flex-inner-wrapper .copy p {
    padding-bottom: 10px;
  }
  .mapApp2 .full_plate.get_label .flex-inner-wrapper .copy p.xs-inline, .mapApp2 .full_plate .extra-nationWide .flex-inner-wrapper .copy p.xs-inline {
    display: inline;
  }
}
@media (max-width: 575px) {
  .mapApp2 .full_plate.get_label .flex-inner-wrapper, .mapApp2 .full_plate .extra-nationWide .flex-inner-wrapper {
    position: inherit;
  }
  .mapApp2 .full_plate.get_label .flex-inner-wrapper .title, .mapApp2 .full_plate .extra-nationWide .flex-inner-wrapper .title {
    margin-bottom: 5px;
    padding-top: 40px;
  }
  .mapApp2 .full_plate.get_label .flex-inner-wrapper .title:before, .mapApp2 .full_plate .extra-nationWide .flex-inner-wrapper .title:before {
    top: 0;
    transform-origin: center top;
    transform: scale(0.6);
  }
}
.mapApp2 .full_plate.get_label .title, .mapApp2 .full_plate .extra-nationWide .title {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 800;
  font-family: 'Roboto', sans-serif;
  letter-spacing: -0.1;
  padding-top: 80px;
  margin-bottom: 40px;
  height: auto;
  position: relative;
}
.mapApp2 .full_plate.get_label .title:before, .mapApp2 .full_plate .extra-nationWide .title:before {
  display: block;
  content: "";
  position: absolute;
  width: 60px;
  height: 40px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background-image: url("../images/map/envelope.png");
  background-position: center;
  background-size: auto 40px;
  background-repeat: no-repeat;
  filter: drop-shadow(0 -1px 6px rgba(0, 0, 0, 0.32));
}
.mapApp2 .full_plate.get_label .copy, .mapApp2 .full_plate .extra-nationWide .copy {
  margin-top: 30px;
}
.mapApp2 .full_plate.get_label .copy a, .mapApp2 .full_plate .extra-nationWide .copy a {
  color: white;
}
.mapApp2 .full_plate.get_label .copy p, .mapApp2 .full_plate .extra-nationWide .copy p {
  padding-bottom: 20px;
  padding-top: 0;
}
.mapApp2 .full_plate.get_label .copy.nationwide, .mapApp2 .full_plate .extra-nationWide .copy.nationwide {
  font-size: 16px;
  line-height: 20px;
  font-style: normal;
  position: relative;
}
.mapApp2 .full_plate.get_label .spacer-bar, .mapApp2 .full_plate .extra-nationWide .spacer-bar {
  width: 80px;
  height: 2px;
  background-color: #222222;
  margin: auto;
  top: -15px;
  position: absolute;
  left: 0;
  right: 0;
}
.mapApp2 .full_plate.get_label .mailback.grid, .mapApp2 .full_plate .extra-nationWide .mailback.grid {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  position: relative;
}
.mapApp2 .full_plate.get_label .mailback.grid.active_btn > div, .mapApp2 .full_plate .extra-nationWide .mailback.grid.active_btn > div {
  background-color: rgba(255, 255, 255, 0.48);
  cursor: pointer;
}
.mapApp2 .full_plate.get_label .mailback.grid.active_btn > div:hover, .mapApp2 .full_plate .extra-nationWide .mailback.grid.active_btn > div:hover {
  background-color: white;
}
@media (max-width: 767px) {
  .mapApp2 .full_plate.get_label .mailback.grid, .mapApp2 .full_plate .extra-nationWide .mailback.grid {
    width: calc(100% + 40px);
    left: -20px;
  }
}
.mapApp2 .full_plate.get_label .mailback.grid > div, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div {
  transition: all .2s ease;
  margin: 5px;
  width: calc(30% - 5px );
  min-width: 180px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.55);
  background-repeat: no-repeat;
  background-size: 70% auto;
  background-position: center center;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .mapApp2 .full_plate.get_label .mailback.grid > div, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div {
    width: calc(33% - 1px );
    height: 80px;
    min-width: 100px;
    margin: 1px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
  }
}
.mapApp2 .full_plate.get_label .mailback.grid > div > div, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div > div {
  height: auto;
  content: "";
  position: absolute;
  display: block;
  width: 96%;
  margin: auto;
  bottom: 4px;
  left: 2%;
  line-height: 12px;
  text-transform: uppercase;
  color: black;
  font-weight: 800;
  font-size: 11px;
  text-align: center;
}
.mapApp2 .full_plate.get_label .mailback.grid > div.alcatel, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div.alcatel {
  background-image: url("../images/manu_logos/alcatel.png");
}
.mapApp2 .full_plate.get_label .mailback.grid > div.blackberry, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div.blackberry {
  background-image: url("../images/manu_logos/blackberry.png");
}
.mapApp2 .full_plate.get_label .mailback.grid > div.nook, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div.nook {
  background-image: url("../images/manu_logos/nook-logo.png");
}
.mapApp2 .full_plate.get_label .mailback.grid > div.toshiba, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div.toshiba {
  background-image: url("../images/manu_logos/toshiba.png");
}
.mapApp2 .full_plate.get_label .mailback.grid > div.panasonic, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div.panasonic {
  background-image: url("../images/manu_logos/panasonic.png");
  background-position: center 20px;
}
.mapApp2 .full_plate.get_label .mailback.grid > div.tcl, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div.tcl {
  background-image: url("../images/manu_logos/TCL-TTE.png");
  background-size: auto 70%;
  background-position: center top;
}
@media (max-width: 767px) {
  .mapApp2 .full_plate.get_label .mailback.grid > div.panasonic, .mapApp2 .full_plate .extra-nationWide .mailback.grid > div.panasonic {
    background-position: center 20px;
  }
}
.mapApp2 .full_plate.get_label .get_label_btn, .mapApp2 .full_plate .extra-nationWide .get_label_btn {
  border: 2px solid;
  padding: 10px 40px 10px 40px;
  position: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  cursor: pointer;
  transition: all .5s ease;
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
.mapApp2 .full_plate.get_label .get_label_btn.with_arrow, .mapApp2 .full_plate .extra-nationWide .get_label_btn.with_arrow {
  border-radius: 2px;
  border: 2px solid white;
}
.mapApp2 .full_plate.get_label .get_label_btn.with_arrow:before, .mapApp2 .full_plate .extra-nationWide .get_label_btn.with_arrow:before {
  transition: all .25s ease-in-out .1s;
  content: "";
  position: absolute;
  width: 40px;
  right: 0;
  top: 0;
  height: 100%;
  background-image: url("../images/map/tri-border-angle.png");
  background-position: center center;
  background-size: auto 26px;
  background-repeat: no-repeat;
  opacity: .8;
}
.mapApp2 .full_plate.get_label .get_label_btn.with_arrow:hover:before, .mapApp2 .full_plate .extra-nationWide .get_label_btn.with_arrow:hover:before {
  right: -5px;
  opacity: 1;
}
.mapApp2 .full_plate.get_label .get_label_btn.ny:not([statecode="NY"]), .mapApp2 .full_plate .extra-nationWide .get_label_btn.ny:not([statecode="NY"]) {
  display: none;
}
.mapApp2 .full_plate.get_label .get_label_btn.dc:not([statecode="DC"]), .mapApp2 .full_plate .extra-nationWide .get_label_btn.dc:not([statecode="DC"]) {
  display: none;
}
.mapApp2 .full_plate.get_label .get_label_btn.ny, .mapApp2 .full_plate.get_label .get_label_btn.dc, .mapApp2 .full_plate .extra-nationWide .get_label_btn.ny, .mapApp2 .full_plate .extra-nationWide .get_label_btn.dc {
  padding: 0;
  position: relative;
  border: none;
}
.mapApp2 .full_plate.get_label .get_label_btn.ny div.arrow_me, .mapApp2 .full_plate.get_label .get_label_btn.dc div.arrow_me, .mapApp2 .full_plate .extra-nationWide .get_label_btn.ny div.arrow_me, .mapApp2 .full_plate .extra-nationWide .get_label_btn.dc div.arrow_me {
  display: inline-flex;
  height: auto;
  line-height: 20px;
  margin-left: 3px;
  font-size: 80%;
}
@media (max-width: 767px) {
  .mapApp2 .full_plate.get_label .get_label_btn, .mapApp2 .full_plate .extra-nationWide .get_label_btn {
    padding: 10px 30px 10px 30px;
    margin-top: 10px;
  }
}
.mapApp2 .full_plate.get_label .get_label_btn .btn_title, .mapApp2 .full_plate .extra-nationWide .get_label_btn .btn_title {
  font-size: 150%;
}
.mapApp2 .full_plate.get_label .get_label_btn .comment, .mapApp2 .full_plate .extra-nationWide .get_label_btn .comment {
  font-size: 80%;
  line-height: 20px;
}
.mapApp2 .full_plate.get_label .get_label_btn .btn_copy, .mapApp2 .full_plate .extra-nationWide .get_label_btn .btn_copy {
  margin-top: 15px;
}
.mapApp2 .full_plate.get_label .get_label_btn .arrow_me, .mapApp2 .full_plate .extra-nationWide .get_label_btn .arrow_me {
  height: 30px;
  line-height: 30px;
  width: auto;
  margin: auto;
  position: relative;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  font-size: 30px;
  letter-spacing: -0.10%;
}
.mapApp2 .full_plate.get_label .get_label_btn:hover, .mapApp2 .full_plate .extra-nationWide .get_label_btn:hover {
  border-color: white;
  color: white;
}
.mapApp2 .full_plate.get_label .get_label_btn:hover .arrow_me:before, .mapApp2 .full_plate .extra-nationWide .get_label_btn:hover .arrow_me:before {
  left: calc(100% + 20px);
}
.mapApp2 .full_plate.state_law {
  overflow: hidden;
}
.mapApp2 .full_plate.state_law {
  overflow: hidden;
}

.logitech-logos {
  width: 100%;
  height: 86px;
  background-image: url("../images/map/logitech_logos.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 110px;
  z-index: 1;
  filter: brightness(0.2);
}
@media (max-width: 767px) {
  .logitech-logos {
    position: relative;
    top: 0;
  }
}

.more-info {
  position: absolute;
  top: 140px;
  height: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .more-info {
    position: relative;
    height: 60px;
    width: 100%;
    margin-bottom: 100px;
    top: 60px;
  }
}

.more-info .multi-box {
  transition: all 0.7s cubic-bezier(0.59, 0.03, 0.28, 1.01);
  position: absolute;
  height: auto;
  min-height: 50px;
  width: 100%;
  max-width: 800px;
  background-color: #EEEEEE;
  border: white 10px solid;
  box-shadow: -15px -3px 10px rgba(0, 0, 0, 0.25);
  color: #555555;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  right: 0;
  top: -20px;
  text-align: left;
  font-family: 'Roboto', sans-sarif;
  overflow: hidden;
  z-index: 3;
  background-color: #78AF16;
  color: #FFFFFF;
}
.more-info .multi-box:not(.selected) {
  right: -1000px;
}
@media (max-width: 767px) {
  .more-info .multi-box {
    top: -60px;
  }
}
.more-info .multi-box a, .more-info .multi-box .text-btn {
  display: inline-block;
  font-weight: 800;
  color: #50A2BE;
  text-decoration: underline;
  cursor: pointer;
  text-transform: uppercase;
  color: #DDFF8B;
}
.more-info .multi-box a:hover, .more-info .multi-box .text-btn:hover {
  color: #000000;
}
.more-info .multi-box a:hover, .more-info .multi-box .text-btn:hover {
  color: white;
}
.more-info .multi-box .even_more {
  height: 30px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 50px;
  text-transform: uppercase;
  letter-spacing: 0.01px;
  font-weight: 800;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
.more-info .multi-box .even_more span {
  font-size: 22px;
  margin-right: 5px;
}
.more-info .multi-box .update-copy {
  position: relative;
  height: auto;
  min-height: 40px;
  padding-left: 50px;
  margin-top: 15px;
  margin-bottom: 10px;
  width: auto;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-justify-content: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  max-width: calc(100% - 30px);
}
.more-info .multi-box .update-copy:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/map/bell_five.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center;
}
@media (max-width: 767px) {
  .more-info .multi-box .update-copy {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
  .more-info .multi-box .update-copy:before {
    top: -10px;
    background-size: auto 20px;
    width: 100%;
    height: 20px;
    background-position: center top;
  }
}
.more-info .multi-box .update-copy .items {
  text-align: left;
  display: inline-block;
  width: auto;
  height: auto;
}
.more-info .multi-box .update-copy .items span:not(.selected) {
  display: none;
}
.more-info .multi-box .text-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  align-content: flex-end;
  margin-right: 20px;
  margin-left: 20px;
  text-align: right;
  position: relative;
  padding-bottom: 10px;
}
.more-info .multi-box .text-links .text-btn {
  font-weight: 800px;
  text-decoration: underline;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  margin-top: 0;
}

.resultsList .otherOptions {
  position: relative;
  width: calc(100% - 18px);
  height: auto;
  background-color: #143541;
  color: #50a2be;
  margin-top: 10px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  padding: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  background-color: #cfefef;
  color: #444444;
}
.resultsList .otherOptions:not(.selected) {
  display: none;
}
.resultsList .otherOptions .other_btn, .resultsList .otherOptions a.other_btn {
  cursor: pointer;
  border: 2px solid;
  line-height: 40px;
  height: auto;
  font-weight: 400;
  margin-top: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  display: none;
  color: inherit;
  text-decoration: none;
}
.resultsList .otherOptions .other_btn.selected, .resultsList .otherOptions a.other_btn.selected {
  display: block;
}
.resultsList .otherOptions .other_btn:hover, .resultsList .otherOptions .other_btn:active, .resultsList .otherOptions a.other_btn:hover, .resultsList .otherOptions a.other_btn:active {
  color: white;
}

.resultsList .searchStatus {
  position: relative;
  width: calc(100% - 18px);
  height: 80px;
  background-color: #50A2BE;
  color: #EBEBFA;
  /*border: 4px white solid;*/
  font-size: 8px;
  font-weight: 400;
  padding-left: 36px;
  letter-spacing: 0.2em;
}

.resultsList .searchStatus .backX {
  position: absolute;
  top: 0;
  left: 0;
  height: 36px;
  width: auto;
  text-align: left;
  line-height: 36px;
  padding-left: 10px;
  padding-right: 30px;
  font-size: 12px;
}

.resultsList .searchStatus .backX span {
  text-align: center;
  font-size: 16px;
}

.resultsList .searchStatus .backX:hover {
  cursor: pointer;
  color: white;
}

.resultsList .searchStatus .bottomRight {
  position: absolute;
  height: auto;
  width: auto;
  bottom: 10px;
  right: 10px;
  text-align: right;
  line-height: 0;
}

.resultsList .searchStatus .resultPlaceName {
  height: auto;
  width: auto;
  line-height: 17px;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  text-align: right;
  margin-top: 8px;
}

.resultsList .searchStatus .resultPlaceName > span {
  font-size: 30px;
  padding-left: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
}

@media screen and (max-width: 890px) {
  .mapApp2 .theStartCover .pleaseCall {
    background-size: 40px auto;
    padding-left: 60px;
  }

  .mapApp2 .theStartCover .pleaseCall .thanks {
    display: inline-block;
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .mapApp2.mapMode .theList {
    left: calc(100% * -1);
    border-right: 10px solid;
  }

  .navZone .logozone {
    height: 80px;
  }

  .mapApp2 {
    height: 640px;
  }

  .extraCall {
    font-size: 14px;
    letter-spacing: 0;
  }

  .theToggle.selected {
    display: block;
  }

  .mapApp2 .theList {
    width: calc(100% + 2px);
    border-right: none;
  }

  .mapApp2 .theList .searchBox .t1 {
    font-size: 36px;
    line-height: 36px;
    margin-top: 20px;
  }

  .mapApp2 .theList .searchBox .t2 {
    font-size: 16px;
    line-height: 16px;
    line-height: 30px;
  }

  .mapApp2 .theList .searchBox input[type=text] {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }

  .mapApp2 .theMap {
    width: 100%;
    left: 0;
  }

  .mapApp2 .theCover {
    width: 100%;
    left: 0;
  }

  .mapApp2 .theStartCover {
    border-top: 4px solid white;
    width: 100%;
    top: 40%;
    height: 60%;
    left: 0;
    overflow: hidden;
  }

  .mapApp2 .theStartCover .pleaseCall {
    height: auto;
    background-position: left center;
    background-size: 40px auto;
    width: 100%;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    padding-left: 60px;
    padding-right: 10px;
    padding-top: 0;
    max-width: 96%;
    margin-top: 20px;
  }

  .mapApp2 .theStartCover .pleaseCall .t1 {
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 0;
    color: white;
  }

  .mapApp2 .theStartCover .pleaseCall .thanks {
    display: inline-block;
    margin-top: 0;
  }
}
