/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");

:root {
  --orange: #fab162;
  --white: #ffffff;
  --accordion_active_color: #3fbeb5;
  --accordion_inactive_color: #413741;
}

.link_button {
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 2px solid #e2e2e2;
  border-radius: 8px;
  position: absolute;
  top: 2px;
  left: 2px;
}

.link_button_wrapper {
  background: transparent;
  width: calc(25% - 30px);
  height: 200px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .link_button_wrapper {
    width: calc(50% - 40px);
  }  
}
 
@media (max-width: 767px) {
  .link_button_wrapper {
    width: 100%;
  }  
}
 
.hover_layer {
  background: #00A3B5;
  width: 100%;
  height: 100%;
  border-radius: 9px;
}


.useful_link_container .vc_row-o-equal-height .wpb_wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.useful_link_container .wpb_wrapper > div.vc_row-o-equal-height {
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .useful_link_container .wpb_wrapper > div.vc_row-o-equal-height {
    margin-bottom: 0;
  }
  .useful_link_container .vc_row-o-equal-height .vc_col-sm-3 {
    width: 50%;
  }
  .useful_link_container .vc_row-o-equal-height .wpb_column {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .useful_link_container .vc_row-o-equal-height .vc_column_container:last-child {
    margin-bottom: 15px;
  }
  .useful_link_container .vc_row-o-equal-height .vc_col-sm-3 {
    width: 100%;
  }
}

.useful_link_container .vc_row-o-equal-height .vc_column_container>.vc_column-inner {
  padding-left: 8px;
  padding-right: 8px;
}

.useful_link_container .icon_box {
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 40px 20px;
  flex: 1 1 auto;
  margin-bottom: 0;
}

.useful_link_container .icon_box h4.title {
  margin-bottom: 0;
}

.useful_link_container .icon_box .image_wrapper img {
  transition: transform 250ms;
  max-height: 92px;
  width: auto;
}

.useful_link_container .icon_box:hover .image_wrapper img {
  transform: scale(1.05);
}

.useful_link_container .icon_box h4.title:after {
  content: "\f061";
  display: inline-block;
  color: #00A3B5;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8em;
  padding-left: 12px;
  transition: padding-left 250ms;
}


.useful_link_container .icon_box:hover h4.title:after {
  padding-left: 17px;
}

.useful_link_container .icon_box h4.title,
.button_title {
  font: normal normal 800 28px/32px Open Sans;
  letter-spacing: -0.56px;
  color: #211f20;
  text-transform: capitalize;
}

.link_button_wrapper.transit .hover_layer {
  clip-path: url("#path_transit_hover");
}
.link_button_wrapper.cgc .hover_layer {
  clip-path: url("#path_cgc_hover");
}
.link_button_wrapper.service .hover_layer {
  clip-path: url("#path_service_hover");
}
.link_button_wrapper.payment .hover_layer {
  clip-path: url("#path_payment_hover");
}
.link_button_wrapper.garbage .hover_layer {
  clip-path: url("#path_garbage_hover");
}

.link_button_wrapper.transit .button_icon {
  position: absolute;
  top: 0;
}

.link_button_wrapper.cgc .button_icon {
  position: absolute;
  top: 15px;
  left: 10px;
}

.link_button_wrapper.cgc .button_icon_2 {
  position: absolute;
  top: 16px;
  left: 5px;
}

.link_button_wrapper.cgc .button_icon,
.link_button_wrapper.cgc .button_icon img {
  width: 90px;
  height: 90px;
}

.link_button_wrapper.service .button_icon,
.link_button_wrapper.service .button_icon_2 {
  position: absolute;
  top: 16px;
  left: 20px;
}

.link_button_wrapper.service .button_icon_3 {
  position: absolute;
  top: 35px;
  left: 95px;
}

.link_button_wrapper.payment .button_icon {
  position: absolute;
  top: 16px;
  left: 60px;
}

.link_button_wrapper.payment .button_icon_2 {
  position: absolute;
  top: 30px;
  left: 20px;
}

.link_button_wrapper.garbage .button_icon {
  position: absolute;
  top: 10px;
  left: 5px;
}

.useful_link_section_wrapper svg {
  position: absolute;
  top: -1px;
  right: -3px;
  width: 300px;
  height: 200px;
}

.button_arrow svg {
  width: 20px;
  height: 20px;
}

.button_arrow {
  position: absolute;
  bottom: 30px;
  right: 15px;
}

.button_corner {
  width: 80px;
  height: 80px;
  background: #00A3B5;
  clip-path: ellipse(100% 90% at 100% 100%);
  border-radius: 0 0 7px 0;
  position: absolute;
  bottom: 0;
  right: 0;
}

.useful_link_row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.useful_link_row:not(:first-child) {
  margin-top: 40px;
}

.link_text_tile {
  margin-top: 40px;
}

.section_title {
  font: normal normal 800 40px/48px Open Sans;
  letter-spacing: -1.8px;
  color: #211f20;
  text-transform: capitalize;
}

.section_subtitle {
  padding-top: 10px;
  font: normal normal 300 18px/28px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}

.useful_link_container .vc_row {
  z-index: 2;
}

.featured_events_wrapper:not(.plain) {
  display: flex;
  position: relative;
}

.featured_events_wrapper:not(.plain) .text_section {
  flex: 0.25;
  margin-right: 50px;
}

.featured_events_wrapper:not(.plain) .events {
  width: 120%;
}

.featured_events_wrapper .events .event-swiper .swiper-slide {
  margin-top: auto;
  margin-bottom: auto;
}

.featured_events_wrapper .events .event-swiper .swiper-slide-active {
  margin-right: 60px !important;
}

.featured_events_wrapper .events .event-swiper .swiper-slide .img_wrap {
  height: 430px;
}

.featured_events_wrapper
  .events
  .event-swiper
  .swiper-slide
  .img_wrap
  .event_img {
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  transform-origin: center;
  transition: transform 0.3s;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.featured_events_wrapper
  .events
  .event-swiper
  .swiper-slide-active
  .img_wrap
  .event_img {
  transform: scale(0.95);
  transform-origin: center;
  transition: transform 0.3s;
}

.featured_events_wrapper .events .event-swiper .swiper-slide .tile_content {
  position: absolute;
  bottom: 80px;
  left: 80px;
  display: flex;
  align-items: center;
}

.featured_events_wrapper
  .events
  .event-swiper
  .swiper-slide-active
  .tile_content {
  bottom: 50px;
  left: 50px;
}

.tile_content .meta_info.list {
  display: flex;
}

.tile_content .meta_info.list .category {
  padding-right: 17px;
}

.tile_content .meta_info.list .category span {
  color: #211F20;
  display: block;
  font-weight: 700;
  letter-spacing: -0.72px;
  text-align: center;
}

.tile_content .meta_info.list .category span.day {
  font-size: 48px;
  line-height: 0.75;
}

.tile_content .meta_info.list .category span.month {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.5;
}

@media (max-width: 991px) {
  .tile_content .meta_info.list .category span.day {
    font-size: 36px;
  }
  .tile_content .meta_info.list .category span.month {
    font-size: 18px;
  }
}

.tile_content .meta_info.start_date {
  text-align: center;
}

.tile_content .start_day {
  font: normal normal bold 55px/75px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
}

.tile_content .start_month {
  font: normal normal bold 13px/18px Open Sans;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
}

.tile_content ul.event-details {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

.tile_content ul.event-details li {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #211F20;
}

.tile_content ul.event-details li:not(:last-child):after {
  content: "·";
  display: inline-block;
  padding: 0 1px 0 5px;
}


.featured_events_wrapper .tile_content .title {
  padding-left: 30px;
}

.featured_events_wrapper .tile_content .title a {
  font: normal normal bold 24px/28px Open Sans;
  letter-spacing: -0.84px;
  color: #ffffff;
  text-transform: uppercase;
  padding-right: 15px;
}

.featured_events_wrapper .tile_content .title a:hover {
  text-decoration: none;
}

.line_divider {
  width: 25px;
  height: 6px;
  background: white;
  margin-left: 30px;
  transition: all 0.5s ease;
}

.event-swiper {
  padding-left: 15px !important;
  padding-right: 100px !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  content: "" !important;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-button-prev {
  width: 58px !important;
  height: 58px !important;
  background: #00a3b5;
  border-radius: 50%;
  margin-left: -10px;
}

.swiper-button-next {
  width: 58px !important;
  height: 58px !important;
  background: #00a3b5;
  border-radius: 50%;
  margin-left: -10px;
  transform: rotate(180deg);
}

.featured_events_wrapper .swiper-button-next {
  right: 10px;
}

.swiper-button-hover {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #50d8cf;
  transform: scale(0);
  transition: all 0.5s ease;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  position: absolute;
}

.see_more_btn {
  border: 2px solid #00a3b5;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
/*  max-width: 130px;*/
/*  height: 45px;*/
  margin-top: 20px;
  margin-bottom: 0 !important;
  position: relative;
  transition: all 250ms;
  display: inline-block;
}

.see_more_btn a:hover {
  background-color: #00a3b6;
  color: #fff;
}

/*.see_more_btn .see_more_btn_hover,
div.wpforms-container-full .wpforms-form .see_more_btn_hover {
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(0);
}*/

.wpb_text_column + .see_more_btn {
  margin-top: 0 !important; 
}

.wpb_text_column .wpb_wrapper .see_more_btn a,
div.wpforms-container-full .wpforms-form .see_more_btn a,
.see_more_btn a {
  font: normal normal 600 16px/22px Open Sans;
  letter-spacing: -0.32px;
  color: #00a3b5;
  z-index: 3;
  display: inline-block;
  padding: 10px;
/*  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
*/}

.wpb_text_column .wpb_wrapper .see_more_btn a:hover,
.see_more_btn a:hover {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.see_more_wrapper {
  display: flex;
  justify-content: center;
}

.featured_news_wrapper + .see_more_wrapper {
  justify-content: flex-start;
}

.featured_news_wrapper + .see_more_wrapper .see_more_btn {
  margin-top: 0;
}

/*.featured_news_wrapper .tile_content .title {
  max-height: 88px;
  overflow: hidden;
}
*/
.featured_news_wrapper .tile_content .title a {
  font: normal normal bold 28px/32px Open Sans;
  letter-spacing: -0.84px;
  color: #3B6F73;
}

.featured_news_wrapper .tile_content .excerpt {
  font-size: 18px;
  color: #211F20;
  margin-top: 10px;
}

.featured_news_wrapper .img_wrap {
  position: relative;
}

.featured_news_wrapper .news-swiper {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}

.featured_news_wrapper .news_post.swiper-slide {
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px;
}

.featured_news_wrapper .img_wrap img {
  max-width: 100%;
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.featured_news_wrapper .tile_content .category {
  font: normal normal normal 18px/24px Open Sans;
  font-weight: 600;
  letter-spacing: -0.15px;
  color: #211F20;
  margin-bottom: 6px;
}

.featured_news_wrapper .news_post:not(.swiper-slide):not(:last-child) {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
}

.featured_news_wrapper .news_post.swiper-slide .tile_content {
  padding-bottom: 50px;
  height: 80px;
  background-color: white;
  padding-left: 20px;
  z-index: 2;
  position: relative;
  border-radius: 5px;
}

.featured_news_wrapper:not(.plain) .tile_content::after {
  content: "";
  background: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='295.998' height='168.154' viewBox='0 0 295.998 168.154'>  <g id='Group_1869' data-name='Group 1869' transform='translate(-555.998 -2066.064)'>    <path id='Intersection_1' data-name='Intersection 1' d='M17183.521,5544.977a5,5,0,0,1-5-5V5377.054c45.146.661,99.031,18.25,148,18.25,57.965,0,104.3-17.891,148-18.481v163.154a5,5,0,0,1-5,5Z' transform='translate(-16622.521 -3310.759)' fill='%23fff'/>  </g></svg>")
    top center;
  position: absolute;
  top: -50px;
  left: -0px;
  height: 50px;
  width: 100%;
  background-size: 150%;
}

.featured_news_wrapper .section_subtitle.cyan_text {
  flex: 0.4;
}

.featured_news_wrapper + .see_more_wrapper {
  padding-top: 30px;
  border-top: 1px solid #e2e2e2;
}

.featured_news_wrapper + .see_more_wrapper a {
  font-weight: 900;
  color: #3B6F73;
  letter-spacing: -0.72px;
  display: inline-block;
}

.featured_news_wrapper + .see_more_wrapper span {
  display: flex;
}

.featured_news_wrapper + .see_more_wrapper span:before,
.featured_news_wrapper + .see_more_wrapper a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  color: #00A2B5;
}


.featured_news_wrapper + .see_more_wrapper span:before {
  content: "\f1ea";
  padding-right: 10px;
  font-size: 27px;
}

.featured_news_wrapper + .see_more_wrapper.events span:before {
  content: "\f073";
}

.featured_news_wrapper + .see_more_wrapper a:after {
  content: "\f061";
  padding-left: 10px;
}

.featured_bus_wrapper {
  display: flex;
}
.featured_bus_wrapper .busses.desktop {
  flex: 1;
  flex-wrap: wrap;
  display: flex;
  margin-left: 10px;
}

.featured_bus_wrapper .bus_route {
  flex: 30%;
  max-width: 30%;
  position: relative;
  border-top: solid #e2e2e2 2px;
  border-bottom: solid #e2e2e2 2px;
  margin-right: 25px;
  padding: 15px;
  display: flex;
  align-items: center;
}

.featured_bus_wrapper .bus_route a {
  font: inherit;
  text-decoration: inherit;
  color: inherit;
  display: inline-block;
  padding-right: 20px;
}

.featured_bus_wrapper .bus_route:nth-child(n + 4) {
  border-top: none;
}

.featured_bus_wrapper .bus_route .title:hover::after {
  right: 5px;
  transition: all ease 0.3s;
}

.featured_bus_wrapper .bus_route .title::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 15px;
  transition: all 0.3s ease;
  top: 50%;
  transform: translateY(-50%);
}

.featured_bus_wrapper .bus_route .title:hover {
  color: #00a3b5;
  text-decoration: none;
}

.featured_bus_wrapper .bus_route .title {
  font: normal normal normal 18px/24px Open Sans;
  letter-spacing: -0.72px;
  color: #211f20;
  text-transform: capitalize;
  padding-right: 5px;
}

/* Featured card */

.featured_card_wrapper {
  flex: 30%;
  max-width: 30%;
  margin-bottom: 0 !important;
}

.card_wrapper {
  border: 2px solid #e2e2e2;
  border-radius: 6px;
  height: 100%;
}

.card_wrapper:hover a {
  text-decoration: none;
}

.card_wrapper:hover .title a {
  color: #00a3b5 !important;
}

.card_wrapper .tile_content .title {
  position: relative;
}

.card_wrapper:hover .tile_content .title a {
  display: inline-block;
}

.card_wrapper:hover .tile_content .title a::after {
  margin-left: 25px;
}

.card_wrapper .tile_content .title a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  font-size: 20px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-left: 10px;
}

.card_wrapper .img_wrap {
  width: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: 6px 6px 0px 0px;
  position: relative;
}

.card_wrapper .img_wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;

  transition: all 0.3s ease;
}

.card_wrapper:hover .img_wrap img {
  transform: scale(1.05);
}

.card_wrapper .tile_content {
  padding: 20px;
}

.card_wrapper .tile_content .title a {
  font: normal normal 800 30px/36px Open Sans;
  letter-spacing: -0.9px;
  color: #211f20;
  padding-bottom: 12px;
  display: block;
  padding-right: 12px;
}

.card_wrapper .excerpt a {
  font: normal normal 300 18px/28px Open Sans;
  letter-spacing: 0px;
  color: #000000;
}

.flex-box .wpb_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.whitehorse_recycling_filter_wrapper .filter_wrap .show-btn.active::before {
  content: "View All";
  font: normal normal bold 21px/28px Open Sans;
  letter-spacing: -0.42px;
  color: #211f20;
}

.whitehorse_recycling_filter_wrapper .filter_wrap .show-btn.inactive::before {
  content: "Hide";
  font: normal normal bold 21px/28px Open Sans;
  letter-spacing: -0.42px;
  color: #211f20;
}

.whitehorse_recycling_filter_wrapper .filter_wrap .show-btn:hover::before {
  color: #00a3b5;
}

.whitehorse_recycling_filter_wrapper .filter_wrap .show-btn:after {
  content: "";
  width: 0px;
  height: 1px;
  display: block;
  background: #00a3b5;
  transition: 300ms;
}

.whitehorse_recycling_filter_wrapper .filter_wrap .show-btn:hover::after {
  width: 100%;
}

.whitehorse_recycling_filter_wrapper
  .filter_wrap
  .category_wrap
  .category_line {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.whitehorse_recycling_filter_wrapper
  .filter_wrap
  .category_wrap
  .category_line
  .category_option {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.whitehorse_recycling_filter_wrapper
  .filter_wrap
  .category_wrap
  .category_line
  .category_option.selected
  .label {
  color: #00a3b5;
}

.whitehorse_recycling_filter_wrapper
  .filter_wrap
  .category_wrap
  .category_line
  .category_option
  .label {
  margin-top: 10px;
  font: normal normal 600 22px/28px Open Sans;
  letter-spacing: -0.44px;
  color: #211f20;
}

.whitehorse_recycling_filter_wrapper
  .filter_wrap
  .category_wrap
  .category_line
  .category_option:hover
  .label {
  color: #00a3b5;
}

.whitehorse_recycling_filter_wrapper .filter_wrap {
  display: flex;
}

.whitehorse_recycling_filter_wrapper .filter_wrap .category_wrap {
  flex: 90%;
}

.whitehorse_recycling_filter_wrapper .filter_wrap .show-btn-wrapper {
  flex: 10%;
  display: flex;
  margin-left: 50px;
  padding-top: 75px;
}
.whitehorse_recycling_filter_wrapper .filter_wrap {
  padding-bottom: 35px;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 35px;
}

.recycling_table table tr td:first-child {
  border-right: none;
}

.recycling_table table tr td:nth-child(2) {
  border-left: none;
  width: 15%;
  font: normal normal bold 22px/30px Open Sans;
  letter-spacing: -0.66px;
  color: #ba4324;
  text-transform: capitalize;
  text-align: left;
}

.recycling_table table tr td:last-child {
  font: normal normal 300 18px/28px Open Sans;
  letter-spacing: 0px;
  color: #000000;
  text-align: left;
}

.recycling_table table tr:first-child td {
  box-shadow: none !important;
}

.recycling_table table tr:nth-child(2n) td {
  background: transparent;
}
.recycling_content_title {
  font: normal normal 800 40px/55px Open Sans;
  letter-spacing: -1.2px;
  color: #211f20;
  text-transform: capitalize;
}

.whitehorse_recycling_filter_wrapper .recycling_content a {
  color: #277174;
}

@media only screen and (max-width: 500px) {
  /* useful link */
  .useful_link_row {
    display: block;
    margin-top: 0 !important;
  }

  .link_button_wrapper {
    margin-bottom: 10px;
  }

  .useful_link_container .icon_box h4.title,
  .button_title {
    font: normal normal 800 20px/27px Open Sans;
    letter-spacing: -0.6px;
    color: #211f20;
  }

  .link_button_wrapper {
    height: 150px;
  }

  .link_button {
    height: 148px;
  }

  .link_button_wrapper.transit .button_icon {
    height: 150px;
  }

  .button_corner {
    clip-path: ellipse(95% 80% at 110% 110%);
  }

  /* featured events */
  .featured_events_wrapper {
    display: block;
  }

  .featured_events_wrapper:not(.plain) .text_section {
    margin-right: 0;
  }

  .section_title {
    font: normal normal 800 28px/38px Open Sans;
    letter-spacing: -0.78px;
  }

  .section_subtitle {
    font: normal normal 300 14px/22px Open Sans;
    letter-spacing: 0px;
  }
  .event-swiper {
    padding-left: 0px !important;
    padding-right: 30px !important;
  }
  .featured_events_wrapper .events .event-swiper .swiper-slide .img_wrap {
    height: 240px;
  }

  .featured_events_wrapper .events .event-swiper .swiper-slide-active {
    margin-right: 0px !important;
  }

  .featured_events_wrapper
    .events
    .event-swiper
    .swiper-slide-active
    .tile_content {
    bottom: 10px;
    left: 20px;
  }

  .tile_content .start_day {
    font: normal normal bold 42px/57px Open Sans;
  }

  .tile_content .start_month {
    font: normal normal bold 11px/15px Open Sans;
  }

  .featured_events_wrapper .tile_content .title a {
    font: normal normal bold 16px/18px Open Sans;
    letter-spacing: -0.48px;
  }

  .featured_events_wrapper .swiper-button-next {
    top: 62%;
  }


  /* see more btn */

  .see_more_btn {
    padding: 5px;
    margin-top: 20px;
  }

  .wpb_text_column .wpb_wrapper .see_more_btn a,
  .see_more_btn a {
    font: normal normal 600 12px/17px Open Sans;
    letter-spacing: -0.24px;
    padding: 5px;
  }

  /* More card */

  .featured_card_wrapper {
    flex: 100%;
    max-width: 100%;
  }

  .card_wrapper .img_wrap img {
    height: 110px;
  }

  .card_wrapper .img_wrap {
    height: 110px;
  }

  .card_wrapper .overlay.only-mobile-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 30%;
  }

  .card_wrapper .title.only-mobile-block {
    position: absolute;
    bottom: 15px;
    padding: 0 20px;
  }

  .card_wrapper .title.only-mobile-block a {
    font: normal normal 800 23px/32px Open Sans;
    letter-spacing: -0.81px;
    color: white;
    text-transform: uppercase;
  }

  .card_wrapper .title.only-mobile-block a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 20px;
    position: absolute;
    margin-left: 7px;
    transition: all 0.3s ease;
  }

  .card_wrapper .excerpt a {
    font: normal normal 300 14px/22px Open Sans;
    letter-spacing: 0px;
    color: #211f20;
  }

  /* featured news */

  .featured_news_wrapper .tile_content .title {
    max-height: 72px;
    overflow: hidden;
  }

  .featured_news_wrapper .news_post .tile_content .title a {
    font: normal normal bold 20px/24px Open Sans;
    letter-spacing: -0.9px;
  }

  .featured_news_wrapper .tile_content .category {
    font: normal normal normal 12px/17px Open Sans;
    letter-spacing: 0px;
  }

  /* recycling */
  .whitehorse_recycling_filter_wrapper .filter_wrap .category_wrap.swiper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .whitehorse_recycling_filter_wrapper
    .filter_wrap
    .category_wrap
    .category_line
    .category_option
    .label {
    font: normal normal 600 14px/19px Open Sans;
  }

  .swiper-button-next.recycling {
    width: 20px !important;
    height: 20px !important;
    background: transparent;
    transform: rotate(0deg);
    right: 0;
  }

  .swiper-button-prev.recycling {
    width: 20px !important;
    height: 20px !important;
    background: transparent;
    transform: rotate(0deg);
    right: 0;
  }

  .swiper-button-next.recycling::after {
    content: "next" !important;
    font-size: 15px;
    color: #39bfbd;
  }

  .swiper-button-prev.recycling::after {
    content: "prev" !important;
    font-size: 15px;
    color: #39bfbd;
  }

  .whitehorse_recycling_filter_wrapper
    .filter_wrap
    .category_wrap
    .category_line {
    margin-top: 25px;
  }

  .whitehorse_recycling_filter_wrapper .recycling_content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .whitehorse_recycling_filter_wrapper .recycling_content table tr {
    display: block;
  }

  .whitehorse_recycling_filter_wrapper .recycling_content tr td {
    display: block;
  }

  .recycling_table table tr td:nth-child(2) {
    width: 100%;
    border-left: 0.5px solid lightgray;
    text-align: center;
  }

  .recycling_table table tr td:first-child {
    border-right: 0.5px solid lightgray;
  }
}

.whitehorse_news_filter_wrapper {
  min-height: 600px;
}

.questions {
  min-height: 400px;
}

a.external:after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 0.7em;
  margin-left: 5px;
}
