@charset "UTF-8";
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  color: #555;
  font-weight: 500;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
a {
  display: inline-block;
  color: #00AEEF;
  transition: 0.2s;
}
a:hover {
  color: #111;
}
a[href*="//"]:not([href*="/"]):after {
  content: '';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  font-size: 75%;
  margin-left: 8px;
  margin-bottom: 2px;
}
.button {
  background: #00AEEF;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  padding: 6px 12px;
  border-radius: 5px;
  transition: 0.4s;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.button:hover, .button:focus {
  background: #231f20;
  text-decoration: none;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.14);
}
.button.outline {
  background: #fff;
  color: #666;
}
h1 {
  color: #333;
  font-size: 220%;
}
@media (max-width: 767px) {
  h1 {
    font-size: 150%;
  }
}
h2 {
  color: #333;
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 125%;
  }
}
h3 {
  font-size: 120%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 110%;
  }
}
img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#alert-bar {
  background: #00AEEF;
  padding: 5px 0;
}
#alert-bar p {
  font-size: 85%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0;
}
#header {
  position: relative;
  top: 0;
}
@media (max-width: 991px) {
  #header {
    position: sticky;
    z-index: 9;
    top: 0;
  }
}
#header .header__top {
  background: #231F20;
  padding: 15px 0;
}
#header .header__top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .header__top .container .header__logo a {
  display: flex;
  align-items: center;
  padding: 5px;
}
#header .header__top .container .header__logo a img {
  margin: 0;
  width: 180px;
}
@media (max-width: 991px) {
  #header .header__top .container .header__logo a img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  #header .header__top .container .header__logo a img {
    width: 120px;
  }
}
#header .header__top .container .header__logo a .plus {
  color: #00AEEF;
  font-size: 65px;
  line-height: 0.5;
  margin-left: 5px;
  transition: 0.2s;
}
@media (max-width: 991px) {
  #header .header__top .container .header__logo a .plus {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #header .header__top .container .header__logo a .plus {
    font-size: 50px;
  }
}
#header .header__top .container .header__logo a:hover {
  text-decoration: none;
}
#header .header__top .container .header__logo a:hover .plus {
  transform: rotate(90deg);
}
#header .header__top .container #searchform {
  margin-right: -15px;
}
@media (max-width: 991px) {
  #header .header__top .container #searchform {
    display: none;
  }
}
#header .header__top .container #searchform div input[type="text"] {
  background: rgba(255, 255, 255, 0.1);
  border-color: #666;
  color: #fff;
  font-size: 90%;
}
#header .header__top .container #searchform div input[type="text"]::placeholder {
  font-size: 90%;
}
#header .header__top .container #searchform div button {
  border-color: #666;
  background: rgba(255, 255, 255, 0.1);
  color: #999;
  font-size: 90%;
}
#header .header__top .container #searchform div button:hover {
  color: #fff;
}
#header .header__top .container .header__phone {
  color: #00AEEF;
  font-size: 150%;
}
@media (max-width: 991px) {
  #header .header__top .container .header__phone {
    font-size: 135%;
  }
}
@media (max-width: 767px) {
  #header .header__top .container .header__phone {
    font-size: 120%;
  }
}
#header .header__top .container #nav-toggle {
  display: none;
  position: relative;
  z-index: 9;
  background: none;
  border: none;
  color: #00AEEF;
  width: 32px;
  padding: 5px;
  transition: 0.2s;
  outline: none;
}
@media (max-width: 991px) {
  #header .header__top .container #nav-toggle {
    display: block;
  }
}
#header .header__top .container #nav-toggle:before, #header .header__top .container #nav-toggle:after {
  background-color: #00AEEF;
  content: '';
  display: block;
  height: 3px;
  transition: all 200ms ease-in-out;
}
#header .header__top .container #nav-toggle:before {
  box-shadow: 0 8px 0 #00AEEF;
  margin-bottom: 13px;
}
#header .header__top .container #nav-toggle.active {
  transform: rotate(90deg);
}
#header .header__top .container #nav-toggle.active:before {
  background-color: #00AEEF;
  box-shadow: 0 0 0 transparent;
  transform: translateY(8px) rotate(45deg);
}
#header .header__top .container #nav-toggle.active:after {
  background-color: #00AEEF;
  transform: translateY(-8px) rotate(-45deg);
}
#header .header__nav {
  background-color: #2B2728;
  box-shadow: inset 0 1px 0 #383233;
}
#header .header__nav #menu {
  width: 100%;
}
#header .header__nav .menu {
  padding: 0;
  margin: 0;
}
#header .header__nav .menu .menu-item {
  display: inline-block;
}
#header .header__nav .menu .menu-item a {
  display: block;
  padding: 15px 15px 11px;
  color: #999;
  font-size: 90%;
  font-weight: 500;
  text-transform: uppercase;
  border-bottom: 4px solid transparent;
}
#header .header__nav .menu .menu-item a:hover {
  color: #fff;
  text-decoration: none;
}
#header .header__nav .menu .menu-item.current-menu-item a {
  border-bottom: 4px solid #00AEEF;
}
#header .header__nav .menu .menu-item.right {
  float: right;
  margin-left: 5px;
}
#header .header__nav .menu .menu-item.right a {
  width: 120px;
  text-align: center;
  background: #00AEEF;
  color: #fff;
}
#header .header__sub-nav {
  background-color: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  #header .header__sub-nav {
    display: none;
  }
}
#header .header__sub-nav #menu_sub-nav .menu {
  margin: 0 -20px;
  padding: 0;
}
#header .header__sub-nav #menu_sub-nav .menu .menu-item {
  display: inline-block;
  list-style: none;
}
#header .header__sub-nav #menu_sub-nav .menu .menu-item a {
  display: block;
  font-size: 85%;
  font-weight: 500;
  color: #999;
  height: 32px;
  line-height: 32px;
  padding: 0 20px;
}
#header .header__sub-nav #menu_sub-nav .menu .menu-item a:hover {
  color: #222;
  text-decoration: none;
}
#responsive-menu-pro-button {
  display: none !important;
}
#footer {
  background-color: #2B2728;
  padding: 15px 0;
}
@media (max-width: 767px) {
  #footer {
    padding-bottom: 55px;
  }
}
#footer .footer__left .footer__left-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #footer .footer__left .footer__left-wrapper {
    margin-bottom: 10px;
    align-items: flex-start;
  }
}
#footer .footer__left .footer__left-wrapper .plus {
  color: #00AEEF;
  font-size: 60px;
  line-height: 1;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #footer .footer__left .footer__left-wrapper .plus {
    font-size: 50px;
    margin-top: -2px;
  }
}
#footer .footer__left .footer__left-wrapper .menu {
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .footer__left .footer__left-wrapper .menu {
    margin-bottom: 5px;
  }
}
#footer .footer__left .footer__left-wrapper .menu .menu-item {
  display: inline-block;
}
#footer .footer__left .footer__left-wrapper .menu .menu-item a {
  color: #999;
  font-size: 85%;
  font-weight: 500;
  line-height: 1;
  padding: 0 7px 0 5px;
  margin: 0;
  border-right: 1.5px solid #666;
}
#footer .footer__left .footer__left-wrapper .menu .menu-item a:hover {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  #footer .footer__left .footer__left-wrapper .menu .menu-item a {
    font-size: 80%;
  }
}
#footer .footer__left .footer__left-wrapper .menu .menu-item:last-child a {
  border: none;
}
#footer .footer__left .footer__left-wrapper .footer__copyright {
  color: #666;
  font-size: 80%;
  text-transform: uppercase;
  margin: 0;
  padding-left: 5px;
}
#footer .footer__left .footer__left-wrapper .footer__copyright a {
  text-transform: capitalize;
  color: #999;
}
#footer .footer__left .footer__left-wrapper .footer__copyright a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  #footer .social {
    margin-left: 30px;
  }
}
#footer .social .social-link {
  width: 35px;
  height: 35px;
  color: #2B2728;
  font-size: 17px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  #footer .social .social-link {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
#footer .social .social-link:hover {
  text-decoration: none;
  color: #fff;
  background-color: #00AEEF;
}
#footer .social .social-link.facebook {
  padding-top: 2px;
}
#footer .social .social-link.twitter {
  padding-top: 3px;
  padding-left: 3px;
}
#content {
  padding: 40px 0;
  background-color: #f6f6f6;
}
#content .header {
  padding-bottom: 10px;
  border-bottom: 1px solid #00AEEF;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  #content .header {
    margin-bottom: 40px;
  }
}
@media (max-width: 991px) {
  #content .header {
    margin-bottom: 30px;
  }
}
#content .header .entry-title {
  margin: 0;
}
#searchform div {
  display: flex;
  align-items: center;
}
#searchform div label {
  display: none;
}
#searchform div input[type="text"] {
  width: 250px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ccc;
  border-right: 0;
  padding: 5px 10px;
  font-weight: 500;
}
#searchform div button {
  background: #00AEEF;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-left: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.wp-block-navigation {
  margin-top: -30px;
  margin-left: calc(50% - 50vw);
  width: 100vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
}
@media (max-width: 991px) {
  .wp-block-navigation {
    position: relative;
  }
}
.home #content {
  position: relative;
  padding: 0;
}
.home #home-hero {
  position: relative;
  min-height: 100%;
  height: auto !important;
}
@media (max-width: 767px) {
  .home #home-hero {
    height: auto !important;
    min-height: 75vh;
  }
}
.home #home-hero .home-hero__wrapper {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .home #home-hero .home-hero__wrapper {
    padding: 40px 0 0;
  }
}
.home #home-hero .home-hero__wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
}
.home #home-hero .home-hero__wrapper .overlay.darker {
  background: rgba(0, 0, 0, 0.75);
}
.home #home-hero .home-hero__wrapper .home-hero__content-wrapper {
  opacity: 1;
  transition: 0.3s;
  transition-delay: 0.6s;
}
.home #home-hero .home-hero__wrapper .home-hero__content-wrapper.transparent {
  opacity: 0;
  transition: 0.2s;
}
.home #home-hero .home-hero__wrapper .home-hero__content {
  position: relative;
  text-align: center;
}
.home #home-hero .home-hero__wrapper .home-hero__content .home-hero__title {
  color: #fff;
  font-size: 350%;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home #home-hero .home-hero__wrapper .home-hero__content .home-hero__title {
    font-size: 190%;
  }
}
.home #home-hero .home-hero__wrapper .home-hero__content .home-hero__subtitle {
  color: #fff;
  font-size: 140%;
  line-height: 1;
}
@media (max-width: 767px) {
  .home #home-hero .home-hero__wrapper .home-hero__content .home-hero__subtitle {
    font-size: 115%;
  }
}
.home #home-hero .home-hero__wrapper .home-hero__content .home-hero__subtitle .sep {
  color: #00AEEF;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #00AEEF;
}
@media (max-width: 767px) {
  .home #home-hero .home-hero__wrapper .home-hero__content .home-hero__subtitle .sep {
    display: block;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
    border-bottom: 2px solid #00AEEF;
    width: 40px;
    margin: 0 auto;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
.home #home-hero .home-hero__wrapper .home-hero__content .home-hero__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home #home-hero .home-hero__wrapper .home-hero__content .home-hero__logos {
    margin-top: 30px;
  }
}
.home #home-hero .home-hero__wrapper .home-hero__content .home-hero__logos img {
  margin-bottom: 0;
  height: 80px;
  width: auto;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .home #home-hero .home-hero__wrapper .home-hero__content .home-hero__logos img {
    width: 100px;
    height: auto;
  }
}
.home #home-hero .home-hero__wrapper .home-hero__extra {
  width: 100%;
  margin-top: 40px;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 20px 30px 10px;
}
.home #home-hero .home-hero__wrapper .home-hero__extra h3, .home #home-hero .home-hero__wrapper .home-hero__extra p {
  position: relative;
  color: #fff;
  text-align: center;
}
.home #home-hero .home-hero__wrapper .home-hero__extra .earth-day-title {
  font-size: 0%;
  font-weight: 900;
  transition: 0.3s;
}
.home #home-hero .home-hero__wrapper .home-hero__extra .earth-day-title.grow {
  font-size: 300%;
}
@media (max-width: 767px) {
  .home #home-hero .home-hero__wrapper .home-hero__extra .earth-day-title.grow {
    font-size: 180%;
  }
}
.home #home-hero .home-hero__wrapper .home-hero__extra p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.home #home-hero .home-hero__wrapper .home-hero__extra .extra__count-items .extra__count-item {
  text-align: center;
  color: #fff;
  font-size: 85%;
  line-height: 1.3;
}
@media (max-width: 991px) {
  .home #home-hero .home-hero__wrapper .home-hero__extra .extra__count-items .extra__count-item {
    font-size: 100%;
  }
}
.home #home-hero .home-hero__wrapper .home-hero__extra .extra__count-items .extra__count-item .green {
  display: block;
  color: #3bb673;
  font-size: 140%;
  font-weight: 900;
}
@media (max-width: 991px) {
  .home #home-hero .home-hero__wrapper .home-hero__extra .extra__count-items .extra__count-item .green {
    font-size: 120%;
  }
}
.home #home-hero .home-hero__wrapper .home-hero__extra .extra__count-items .extra__count-item .counter-value {
  font-size: 160%;
}
.home #home-hero .home-hero__wrapper .home-hero__extra .extra__count-items .extra__count-item--small .green {
  font-size: 130%;
}
@media (max-width: 991px) {
  .home #home-hero .home-hero__wrapper .home-hero__extra .extra__count-items .extra__count-item--small .green {
    font-size: 110%;
  }
}
.confetti-wrapper {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.confetti-wrapper [class|="confetti"] {
  position: absolute;
}
.confetti-wrapper .red {
  background-color: #d13447;
}
.confetti-wrapper .yellow {
  background-color: #ffbf00;
}
.confetti-wrapper .blue {
  background-color: #263672;
}
body.confetti .confetti-wrapper {
  display: block;
}
.page-id-14 .header {
  display: none;
}
.page-id-14 #content {
  padding: 0;
}
.page-id-14 #contact-info {
  color: #fff;
  margin-bottom: 60px;
}
.page-id-14 #contact-info .contact__locations {
  position: relative;
  background: url('/wp-content/uploads/2020/10/contact-bg-1.jpg');
  background-size: cover;
  background-position: 50% 50%;
  padding: 30px 0;
  text-align: center;
  font-weight: 600;
}
.page-id-14 #contact-info .contact__locations .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.page-id-14 #contact-info .contact__locations .container {
  position: relative;
}
.page-id-14 #contact-info .contact__locations .entry-title {
  color: #fff;
  margin-bottom: 30px;
}
.page-id-14 #contact-info .contact__locations .icon {
  margin-bottom: 5px;
  font-size: 120%;
}
.page-id-14 #contact-info .contact__locations .icon.large {
  font-size: 180%;
}
.page-id-14 #contact-info .contact__locations hr {
  border-color: rgba(255, 255, 255, 0.2);
  max-width: 500px;
  margin: 10px auto 15px;
}
.page-id-14 #contact-info .contact__locations h2, .page-id-14 #contact-info .contact__locations h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 0px;
  letter-spacing: 3px;
}
.page-id-14 #contact-info .contact__locations h3 {
  font-size: 90%;
}
.page-id-14 #contact-info .contact__info-bar {
  background-color: #222;
  text-align: center;
}
.page-id-14 #contact-info .contact__info-bar .contact__info-bar__top {
  padding: 30px 0;
}
@media (max-width: 767px) {
  .page-id-14 #contact-info .contact__info-bar .contact__info-bar__top {
    padding-bottom: 10px;
  }
}
.page-id-14 #contact-info .contact__info-bar .contact__info-bar__top .contact__info-bar-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .page-id-14 #contact-info .contact__info-bar .contact__info-bar__top .contact__info-bar-col {
    flex-flow: column;
  }
}
.page-id-14 #contact-info .contact__info-bar .contact__info-bar__top .contact__info-bar-col .contact__info-bar__title {
  font-size: 200%;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .page-id-14 #contact-info .contact__info-bar .contact__info-bar__top .contact__info-bar-col .contact__info-bar__title {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .page-id-14 #contact-info .contact__info-bar .contact__info-bar__top .contact__info-bar-col .contact__info-bar__title {
    font-size: 160%;
  }
}
.page-id-14 #contact-info .contact__info-bar .contact__info-bar__top .contact__info-bar-col p {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-id-14 #contact-info .contact__info-bar .contact__info-bar__top .contact__info-bar-col p {
    margin-bottom: 20px;
  }
}
.page-id-14 #contact-info .contact__info-bar .contact__info-bar__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  color: #ccc;
  font-size: 90%;
}
.page-id-39 #content {
  background-image: url('/wp-content/uploads/2020/03/ny-map-bg.jpg');
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding: 60px 0;
  display: flex;
  align-items: center;
}
.page-id-39 #content h1, .page-id-39 #content h2, .page-id-39 #content h3 {
  color: #fff;
}
.page-id-39 #content .header {
  display: none;
}
.page-id-39 #drop-off-form {
  text-align: center;
}
.page-id-39 #drop-off-form input {
  background-color: rgba(255, 255, 255, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  color: #FFF;
  width: 250px;
  height: 46px;
  line-height: 46px;
  padding: 0 30px;
  text-align: center;
  transition: border-color 0.2s;
  margin-bottom: 60px;
}
.page-id-39 #drop-off-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  font-size: 90%;
  font-weight: 600;
}
#wpsl-wrap {
  overflow: visible;
}
#wpsl-wrap .wpsl-search {
  background: #231F37;
  color: #fff;
  padding: 10px 15px;
  margin-bottom: 15px;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form {
    flex-flow: column;
    align-items: flex-start;
  }
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form div {
  float: none;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input, #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius, #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-results {
  display: flex;
  flex-flow: column;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-input label, #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-radius label, #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap #wpsl-results label {
  width: 100%;
  font-size: 90%;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap {
  display: flex;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap div {
  float: none;
  width: 120px;
}
@media (max-width: 767px) {
  #wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap div {
    width: 100%;
    max-width: 170px;
  }
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap {
  margin-bottom: 10px;
  color: #333;
}
#wpsl-wrap .wpsl-search #wpsl-search-wrap form .wpsl-search-btn-wrap #wpsl-search-btn {
  background: #00AEEF;
  color: #fff;
  font-weight: 700;
  border: 0;
  padding: 8px 10px;
}
#wpsl-wrap #wpsl-gmap .wpsl-info-window {
  color: #333;
}
#wpsl-wrap #wpsl-gmap .wpsl-info-window strong {
  color: #111;
}
#wpsl-wrap #wpsl-result-list {
  margin-top: 30px;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores {
  overflow-y: visible;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
  width: calc(33.333333% - 15px);
  background: #fff;
  padding: 15px;
  border-top: 2px solid #00AEEF;
  border-bottom: 0;
  margin-bottom: 30px;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 90%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
    width: calc(50% - 15px);
  }
}
@media (max-width: 600px) {
  #wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location p:first-child {
  margin-bottom: 5px;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions {
  background: #00AEEF;
  color: #fff;
  font-weight: 700;
  font-weight: 90%;
  border-radius: 5px;
  padding: 4px 8px;
}
#wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-direction-wrap .wpsl-directions:hover {
  background: #333;
  text-decoration: none;
}
.page-id-241 #content {
  background-image: url('/wp-content/uploads/2020/03/property-bg-scaled.jpg');
  background-size: cover;
  background-position: 69% 0%;
  color: #fff;
}
.page-id-241 #content h1, .page-id-241 #content h2, .page-id-241 #content h3 {
  color: #fff;
}
.page-id-241 #content .header {
  display: none;
}
#facility-map .floor-plan svg {
  width: 100%;
  max-width: 800px;
  margin-top: 30px;
}
@media (max-width: 1200px) {
  #facility-map .floor-plan svg {
    margin-left: -80px;
  }
}
@media (max-width: 991px) {
  #facility-map .floor-plan svg {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #facility-map .floor-plan svg {
    margin-bottom: 40px;
  }
}
#facility-map .floor-plan svg a:hover path {
  fill: #fff;
}
#facility-map .right-info .right-title {
  font-size: 200%;
  font-weight: 700;
  text-transform: uppercase;
}
#facility-map .right-info .right-description {
  font-size: 90%;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
#facility-map .right-info .label-list .label {
  display: none;
  color: #555;
  min-height: 420px;
  color: #fff;
}
@media (max-width: 1200px) {
  #facility-map .right-info .label-list .label {
    min-height: 510px;
  }
}
@media (max-width: 767px) {
  #facility-map .right-info .label-list .label {
    min-height: 0;
  }
}
#facility-map .right-info .label-list .label.active {
  display: block;
}
#facility-map .right-info .label-list .label:hover {
  text-decoration: none;
}
#facility-map .right-info .label-list .label.placeholder {
  font-size: 90%;
}
#facility-map .right-info .label-list .label .number {
  background: #00AEEF;
  border: 3px solid #fff;
  color: #fff;
  font-weight: 700;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
#facility-map .right-info .label-list .label .title {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
#facility-map .right-info .label-list .label .description {
  color: #eee;
  font-size: 90%;
}
.page-template-page-facility-section #content {
  position: relative;
  background-image: url('/wp-content/uploads/2020/03/property-bg-scaled.jpg');
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
}
.page-template-page-facility-section #content h1, .page-template-page-facility-section #content h2, .page-template-page-facility-section #content h3 {
  color: #fff;
}
.page-template-page-facility-section #content .content__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-template-page-facility-section #content .container {
  position: relative;
}
.page-template-page-facility-section #content .back-link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 30px;
  opacity: 0.6;
}
@media (max-width: 767px) {
  .page-template-page-facility-section #content .back-link {
    margin-bottom: 15px;
  }
}
.page-template-page-facility-section #content .back-link:hover {
  opacity: 1;
  text-decoration: none;
}
.page-template-page-facility-section #content .back-link .icon {
  margin-right: 15px;
  font-size: 130%;
}
.page-template-page-facility-section #content .facility-gallery .slick-track {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-facility-section #content .facility-gallery .facility-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  text-align: center;
  padding: 30px 90px;
}
@media (max-width: 1200px) {
  .page-template-page-facility-section #content .facility-gallery .facility-slide {
    padding: 30px 60px;
  }
}
@media (max-width: 991px) {
  .page-template-page-facility-section #content .facility-gallery .facility-slide {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .page-template-page-facility-section #content .facility-gallery .facility-slide {
    padding: 15px;
    font-size: 90%;
  }
}
.page-template-page-facility-section #content .facility-gallery .facility-slide img {
  margin-bottom: 0;
}
.page-template-page-facility-section #content .facility-gallery-nav .facility-nav-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .page-template-page-facility-section #content .facility-gallery-nav .facility-nav-slide {
    margin: 0 5px;
  }
}
.page-template-page-facility-section #content .facility-gallery-nav .facility-nav-slide img {
  margin-bottom: 0;
}
.page-id-13 #searchform {
  margin-bottom: 20px;
  text-align: center;
}
.page-id-13 #searchform div {
  justify-content: center;
}
.page-id-13 #searchform div label {
  display: none;
}
.facetwp-facet {
  margin-bottom: 30px;
}
.facetwp-facet.facetwp-facet-categories {
  text-align: center;
}
.facetwp-facet.facetwp-facet-categories .facetwp-checkbox {
  display: inline-block;
  font-size: 90%;
  margin-right: 20px;
}
.facetwp-facet.facetwp-facet-categories .facetwp-checkbox.checked {
  color: #222;
  font-weight: 700;
}
#blog .post {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  #blog .post {
    flex-flow: column;
    align-items: flex-start;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
#blog .post .post__meta {
  display: flex;
  align-items: center;
  width: 20%;
}
@media (max-width: 767px) {
  #blog .post .post__meta {
    width: 35%;
  }
}
#blog .post .post__meta .post__year, #blog .post .post__meta .post__month, #blog .post .post__meta .post__day {
  width: 33.33333%;
  flex-shrink: 0;
  font-size: 130%;
  text-align: center;
}
@media (max-width: 767px) {
  #blog .post .post__meta .post__year, #blog .post .post__meta .post__month, #blog .post .post__meta .post__day {
    flex-flow: column;
    align-items: flex-start;
    font-size: 90%;
    text-align: left;
    width: auto;
    margin-right: 5px;
  }
}
#blog .post .post__meta .post__year {
  color: #999;
}
#blog .post .post__meta .post__month {
  color: #111;
  font-weight: 700;
  text-transform: uppercase;
}
#blog .post .post__meta .post__day {
  font-weight: 700;
  color: #00AEEF;
}
#blog .post .post__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  padding: 10px;
}
@media (max-width: 767px) {
  #blog .post .post__link {
    width: 100%;
    padding: 0;
  }
}
#blog .post .post__link .post__title {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 120%;
  padding-right: 30px;
}
@media (max-width: 767px) {
  #blog .post .post__link .post__title {
    font-size: 100%;
    flex-grow: 1;
  }
}
#blog .post .post__link .button {
  color: #fff;
}
#blog .post .post__link:hover {
  text-decoration: none;
}
#blog .post .post__link:hover .post__title {
  color: #00AEEF;
}
.single #content .post {
  max-width: 900px;
  margin: 0 auto;
}
.single #content .post .header .cat-links {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 80%;
  font-weight: 700;
  letter-spacing: 1px;
}
.single #content .post .header .entry-title {
  margin-bottom: 10px;
}
.single #content .post .header .entry-meta {
  color: #999;
}
.single #content .post .entry-content {
  margin-bottom: 30px;
}
.single #content .post .entry-footer {
  margin-bottom: 15px;
}
.single #content .post .entry-footer .cat-links {
  font-weight: 700;
}
.single #content .post .entry-footer .cat-links a {
  font-weight: 500;
}
.single #content .footer {
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
.single #content .footer .navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin: 0 -15px;
}
.single #content .footer .navigation .nav-previous, .single #content .footer .navigation .nav-next {
  flex: 1;
  padding: 0 15px;
  font-size: 90%;
}
.single #content .footer .navigation .nav-next {
  text-align: right;
}
.single-landing_page #responsive-menu-pro-button {
  display: none;
}
.single-landing_page #content {
  padding-top: 0;
}
.single-landing_page .lp__hero {
  position: relative;
  padding: 30px 0;
  background-color: #231f20;
  color: #fff;
  margin-bottom: 40px;
  background-position: center center;
  background-size: cover;
}
.single-landing_page .lp__hero .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.single-landing_page .lp__hero .container {
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
}
.single-landing_page .lp__hero .lp__hero__content {
  padding-right: 40px;
}
.single-landing_page .lp__hero .lp__hero__content .lp__title {
  color: #fff;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #00AEEF;
  margin-bottom: 15px;
}
.single-landing_page .lp__hero .lp__hero__one-col {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.single-landing_page .lp__hero .anchor {
  padding-top: 70px;
  margin-top: -70px;
}
.single-landing_page .lp__hero .button, .single-landing_page .lp__hero .gform_button {
  border: 2px solid #00AEEF !important;
}
.single-landing_page .lp__hero .button:hover, .single-landing_page .lp__hero .gform_button:hover {
  color: #fff;
}
.single-landing_page .lp__hero .gform_body input {
  background-color: #fff !important;
}
.single-landing_page .max-width-400 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.single-landing_page .lp-form-group {
  padding: 30px 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.single-landing_page .lp-form-group .gform_body input {
  background-color: #f7f7f7 !important;
}
.single-landing_page .lp-icon {
  text-align: center;
  font-size: 350%;
}
.menu ul {
  position: absolute;
  left: -9999px;
  opacity: 0;
  -webkit-transition: 0.2s linear opacity;
}
.menu li:hover ul, .menu li:focus ul, ul.show-menu {
  left: 0;
  opacity: 0.99;
}
@media (max-width: 991px) {
  #mega-menu-wrap-main-menu {
    display: none;
  }
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
  font-weight: 600 !important;
}
@media (max-width: 1200px) {
  #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover {
    font-size: 12px;
    padding: 0 12px;
  }
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link .mega-indicator {
  display: none;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right {
  float: right;
  margin-left: 4px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right a {
  background: #00AEEF !important;
  color: #fff;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right a:hover {
  background: #00AEEF;
  color: #fff;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right.up a:before, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right.down a:before {
  position: absolute;
  z-index: 1;
  content: '';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 600;
  color: #00AEEF;
  margin: 0;
  transition: 0.2s;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right.up a:before {
  top: -15px;
  left: calc(50% - 9px);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right.up a:hover:before {
  top: -30px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right.down a:before {
  bottom: -15px;
  left: calc(50% - 9px);
  transform: rotate(180deg);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right.down a:hover:before {
  bottom: -30px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.right.mega-current-menu-item a.mega-menu-link {
  background: #00AEEF !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4) !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row.display-none {
  display: none !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .button {
  background: #00AEEF;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 5px;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .button:hover {
  background: #231f20;
  text-decoration: none;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .widget_recent_entries ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .widget_recent_entries ul li {
  display: flex;
  flex-flow: column;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .widget_recent_entries ul li a {
  order: 2;
  font-size: 125%;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column .widget_recent_entries ul li .post-date {
  order: 1;
  font-size: 90%;
  margin-bottom: -5px;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-featured-col {
  padding-top: 0px !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-featured-col .mega-menu-item {
  text-align: center !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-featured-col .mega-menu-item.widget_media_image {
  height: 90px !important;
  padding-bottom: 0px !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-featured-col .mega-menu-item.widget_media_image img {
  margin-bottom: 0px !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-featured-col .mega-menu-item .mega-menu-link {
  text-align: center !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-featured-col .mega-menu-item .mega-menu-link .mega-description-group .mega-menu-description {
  font-style: normal !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-featured-col .mega-menu-item.widget_custom_html {
  padding-top: 0px !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-links-col .mega-menu-item {
  padding: 5px 0 !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-links-col .mega-menu-item .mega-block-title {
  border-bottom: 2px solid #00AEEF !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-links-col .mega-menu-item .mega-menu-link {
  font-size: 100% !important;
}
#mega-menu-wrap-main-menu .mega-menu .mega-menu-item .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-menu-column.mega-links-col .mega-menu-item .mega-menu-link:hover {
  color: #00AEEF !important;
}
.home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu {
  background: none !important;
  display: flex !important;
  align-items: center;
  border-bottom: none !important;
}
.home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu > .mega-menu-row > .mega-sub-menu {
  display: flex !important;
  align-items: center;
}
.home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu li.mega-menu-item {
  color: #fff !important;
}
.home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu li.mega-menu-item a.mega-menu-link, .home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu li.mega-menu-item h4.mega-block-title {
  color: #fff !important;
}
.home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu li.mega-menu-item a {
  color: #00AEEF !important;
}
.home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu li.mega-menu-item a:hover {
  color: #fff !important;
}
.home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu li.mega-menu-item .button {
  color: #fff !important;
}
.home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu li.mega-menu-item .button:hover {
  color: #111 !important;
  background: #fff !important;
}
.home #mega-menu-wrap-main-menu > .mega-menu .mega-menu-item > .mega-sub-menu li.mega-menu-item#mega-menu-item-media_image-5 img {
  border: 3px solid #fff;
}
#responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item.right a {
  background-color: #00AEEF;
}
#responsive-menu-pro-container #responsive-menu-pro-additional-content {
  font-size: 90%;
}
#content .gform_wrapper {
  margin-top: 0px;
}
#content .gform_wrapper .gform_body ul li.gfield {
  margin-top: 0;
}
#content .gform_wrapper .gform_body ul li.gfield .gfield_label {
  font-size: 80%;
  margin-bottom: 5px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container {
  margin-top: 0;
  margin-bottom: 15px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container input {
  margin-top: 0;
  margin-bottom: 3px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container input, #content .gform_wrapper .gform_body ul li.gfield .ginput_container textarea {
  padding: 7px 12px;
  border: 1px solid #ccc;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  box-shadow: none;
  font-size: 16px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container input::placeholder, #content .gform_wrapper .gform_body ul li.gfield .ginput_container textarea::placeholder {
  color: #777;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container textarea {
  height: 200px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container select {
  height: 39px;
  border: 1px solid #ccc;
  border-radius: 5px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container .chosen-container {
  font-size: 15px;
  border-radius: 5px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container .chosen-container .chosen-single {
  height: 40px;
  line-height: 40px;
  background: none;
  box-shadow: none;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container .chosen-container .chosen-single div {
  top: 9px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container input[type="file"] {
  background: #fff;
  padding: 15px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container label {
  font-size: 70%;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container_address .address_city, #content .gform_wrapper .gform_body ul li.gfield .ginput_container_address .address_state, #content .gform_wrapper .gform_body ul li.gfield .ginput_container_address .address_zip {
  width: 33.333333%;
  margin-right: 0;
  padding-right: 15px;
}
#content .gform_wrapper .gform_body ul li.gfield .ginput_container_address .address_zip {
  padding-right: 0px !important;
}
#content .gform_wrapper .gform_footer {
  margin: 0;
}
#content .gform_wrapper .gform_footer .gform_button {
  border: 0;
  outline: none;
  margin: 0 auto;
}
.fancybox-container .fancybox-inner .fancybox-stage .fancybox-slide .fancybox-content.ewaste-modal {
  max-width: 800px;
  padding: 30px;
}
/* webSURGE styling */
a.telephone:focus,
a.telephone:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.page-id-14 #contact-info .contact__info-bar .frm_description,
.page-id-14 #contact-info .contact__info-bar .frm_primary_label,
.single-landing_page .lp__hero .frm_primary_label {
    color: #cccccc !important;
}