@media (min-width: 1350px) {
  #main-loc-page .containerModified {
    max-width: 1300px;
  }
}

#main-loc-page {
  padding-bottom: 125px;
}
.heading_wrapper {
  padding-bottom: 40px;
}

.map_heading {
  font-size: 34px!important;
  line-height: 40px !important;
  color: #000000 !important;
  margin: 0 !important;
  padding-bottom: 30px !important;
}
.marker_img {
  padding-right: 10px;
}

@media (min-width: 992px) {
  .heading_wrapper {
    display: flex;
    align-items: center;
  }
  .map_heading {
    max-width: 400px;
    padding-bottom: 0;
    padding-right: 10px;
    width: 100%;
  }
}
.loc-left {
  padding-bottom: 40px;
}

.locationSearchForm input[type="text"],
.locationSearchForm input[type="email"],
.locationSearchForm input[type="number"] {
  border: 1px solid #000000;
  padding: 10px 15px;
  display: inline-block;
  width: calc(100% - 300px) !important;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: rgba(0, 0, 0, 0.3);
  flex: 2;
}
.pac-card {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.radio_wrapper {
  padding-right: 25px;
  display: flex;
}

.datafetch {
  display: block;
  width: 100%;
}

#locationSelect {
  visibility: visible !important;
  width: 250px !important;
  display: inline-block;
  padding: 10px 15px !important;
  border: 1px solid #000000;
  line-height: normal;
}

#infowindow-content {
  position: absolute;
  width: 100%;
  z-index: 999;
  max-width: 755px;
  margin: auto;
  display: none;
  transition: all 0.8s ease;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 500px;
  background: #fff;
  padding: 40px 42px 50px;
}

#infowindow-content h3 {
  margin: 0;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  padding-bottom: 28px;
}

#infowindow-content.shows {
  display: block;
}
.close_btn__wrapper {
  text-align: right;
  top: -20px;
  position: relative;
  right: -14px;
}

.close_btn__wrapper button {
  opacity: 1 !important;
}

.button_icon {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  opacity: 1;
  transform: rotate(45deg);
}

.button_icon::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #707070;
}

.button_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 7px;
  right: 0;
  height: 100%;
  width: 2px;
  background-color: #707070;
}

#infowindow-content .nav-tabs > li > a {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  border: 0 !important;
  padding: 15px 20px;
}

#infowindow-content .nav-tabs > li {
  border-bottom: 8px solid transparent;
}
#infowindow-content .nav-tabs > li.active {
  border-bottom-color: #468845;
}

#infowindow-content .nav-tabs > li > a:hover {
  background-color: transparent;
}

#infowindow-content .nav-tabs {
  border-bottom: 1px solid #707070;
}

#infowindow-content .tab-content {
  border: 0 !important;
  padding: 25px 20px;
}

.tab-pane {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  padding-bottom: 26px;
  font-weight: 600;
}

.tab-pane p {
  margin-top: 40px;
}

.tab-pane a {
  font-size: 18px;
  color: #468845;
  line-height: 24px;
  margin-bottom: 32px;
  font-weight: 600;
  transition: all 0.8s ease;
}

.tab-pane a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .radio_wrapper {
    margin-bottom: 20px;
  }
  .pac-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .locationSearchForm input[type="text"],
  .locationSearchForm input[type="email"],
  .locationSearchForm input[type="number"] {
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 20px;
    flex: 1;
  }
  #locationSelect {
    width: 100% !important;
  }

  #infowindow-content .nav-tabs > li > a {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
    border: 0 !important;
    padding: 10px 15px;
  }
}

.radio_wrapper input {
  opacity: 0;
}

.radio_wrapper .radio_label {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin-bottom: 0;
}

.radio_wrapper .radio_label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;

  border: 2px solid #71767a;
}

.radio_wrapper .radio_label::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #468845;
  border: 2px solid #fff;
  transform: scale(0);
  transition: all 0.8s ease;
}

.radio_wrapper input:checked + .radio_label::before {
  border: 2px solid #468845;
}

.radio_wrapper input:focus + .radio_label::before {
  outline: 2px solid #468845;
  outline-offset: 2px;
}

.radio_wrapper input:checked + .radio_label::after {
  transform: scale(1);
}

.tab-content > .tab-pane ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  grid-gap: 14px;
  height: 224px;
  overflow-x: scroll;
}

/* header menu dropoff */

.has_map_pin a,
.has_map_pin a:hover {
  background-image: url("https://tds-cf-pages-failover.pages.dev/wp-content/themes/tds/images/map_marker.svg") !important;
  background-size: 19px !important;
  background-position-x: -3px !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
}

/*.has_map_pin a:hover {*/
/*  background-image: url("https://tds-cf-pages-failover.pages.dev/wp-content/themes/tds/images/map_marker_hover.svg") !important;*/
/*}*/

.cta_text_wrapper {
  background: #004987;
  padding: 15px;
}

.cta_text_wrapper .cta_title {
  line-height: normal;
  font-size: 22px;
}

.cta_text_wrapper .cta_subtitle {
  line-height: normal;
  padding-top: 5px;
}

/** dropoff and gate-rates css **/

.breadc-crum-section {
	background: #fff;
  padding: 0 10px;
}

.breadc-crum-section .breadc-crum-section-inner {
	padding: 25px 0;
	max-width: 90%;
	margin: 0 auto;
	width: 100%;
}

.breadc-crum-section .breadc-crum-section-inner span {
	display: inline;
}

.breadc-crum-section .breadc-crum-section-inner ul li, .breadc-crum-section .breadc-crum-section-inner span {
	font-size: 14px;
	color: #666666;
	line-height: 1.85714285714;
	font-family: "Arial", sans-serif;
	font-weight: 400;
}

.breadc-crum-section .breadc-crum-section-inner ul li a, .breadc-crum-section .breadc-crum-section-inner span a {
	color: #666666;
}

.breadc-crum-section .breadc-crum-section-inner ul li span, .breadc-crum-section .breadc-crum-section-inner span a {
	padding: 0 13px;
}

.breadc-crum-section .breadc-crum-section-inner span > a {
	padding-left: 0;
}

.breadc-crum-section .breadc-crum-section-inner span {
	display: inline;
}

.breadc-crum-section .breadc-crum-section-inner span.breadcrumb_last {
	padding-left: 13px;
}

.breadc-crum-section .breadc-crum-section-inner ul li.current-page, .breadc-crum-section .breadc-crum-section-inner span.breadcrumb_last {
	font-family: "Arial", sans-serif;
	font-weight: 700;
	color: #428547;
}

#main-loc-page .containerModified {
  padding: 0 15px;
	margin: 0 auto;
}

.loc_hours {
	font-size: 18px;
	padding-top: 5px;
	font-weight: 400;
	line-height: 26px;
	font-family: "Arial", sans-serif;
}

.ui-accordion-header.ui-accordion-header-active .loc_hours {
	color: #666666 !important;
}

.ui-accordion-header-collapsed .loc_hours {
	display: none;
}
.about-us-sec.secion-events-pavilion {
	padding: 0 ;
}
.about-us-sec.secion-events-pavilion .divInnerOverlay{
	padding: 118px 0 111px;
	background: rgba(0,0,0,0.4);
}
.subpage-img-wrapper,
.about-us-sec.secion-events-pavilion  {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 70px;
}

.secion-events-pavilion.about-us-sec .about-us-sec-content {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	max-width: 1266px;
	margin: 0 auto;
}

.secion-events-pavilion .about-us-sec-content-inner {
	max-width: 616px;
	width: 100%;
	position: relative;
	z-index: 9;
}
.secion-events-pavilion .about-us-sec-content h2 {
	line-height: 1.3142;
	font-weight: 400;
	margin: 0 0 30px;
	font-size: 24px;
	margin-bottom: 11px;
	color: #fff;
}

.about-us-sec-content p, .main-interior-header-content p {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-family: "Arial", sans-serif;
	font-weight: 400;
}

#main-loc-page {
	padding: 0;
}

.map_heading img {
	vertical-align: top;
}

.page-template-page-sub_interior .sub-interior-header, .page-template-page-about .sub-interior-header, .main-interior-header {
	min-height: 414px;
	background-position: center center;
	background-size: cover;
}
.main-interior-header {
	padding: 111px 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.main-interior-header {
	overflow: hidden;
}

.MainBannerOverlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.main-interior-header .main-interior-header-content {
	padding-left: 0;
	padding-right: 11.875%;
}

.main-interior-header .main-interior-header-inner {
	text-align: right;
	margin-left: auto;
	max-width: 500px;
}

.main-interior-header .main-interior-header-inner h2, .main-interior-header .main-interior-header-inner h1 {
	margin-bottom: 18px;
	color: #fff;
}
.about-us-sec-content h2, .main-interior-header-content h2, .main-interior-header-content h1 {
	font-size: 35px;
	line-height: 1.3142;
	font-weight: 400;
	margin: 0 0 30px;
}

.page-template-page-dropoff-locations .main-location-page {
  margin-bottom: 70px;
}

.page-template-page-dropoff-locations .main-location-page .locationSearchForm .radio_wrapper {
  gap: 25px;
}

.page-template-page-dropoff-locations .main-location-page .locationSearchForm .radio_wrapper .input_wrapper {
  position: relative;
}

.page-template-page-dropoff-locations .main-location-page .locationSearchForm .radio_wrapper .input_wrapper input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

@media (max-width: 767px) {
  .breadc-crum-section .breadc-crum-section-inner {
    max-width: 100%;
  }
  .page-template-page-dropoff-locations .main-location-page .locationSearchForm .radio_wrapper {
    padding-right: 0;
  }  
}
