/***********custom css**********/ :root {}
/******************************** FONTS ********************************/
body, p {
  font-family: var(--bs);
}
p {
  font-weight: var(--bs5);
}
h1, h2 {
  font-weight: var(--bs7);
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--bs);
}
a {
  color: var(--se);
}
a:hover {
  color: var(--pr);
}
.shadow {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
/******************************** MISC ********************************/
a, a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.button, .button:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.wpcf7-submit {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.wpcf7-submit:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.all-caps {
  text-transform: uppercase;
}
a.view-more:hover, a.view-more:focus {}
a.view-more img {
  margin-bottom: 1px;
  transform: translateX(2px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
a.view-more:hover img {
  transform: translateX(10px);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
a.underline-link {
  text-decoration: underline;
}
.button.pr-btn {
  background: var(--pr);
  font-weight: var(--bs7);
  font-size: var(--fs-27);
  border-radius: 13px;
  padding: 0.65em 2em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.se-btn {
  background: var(--se);
  font-weight: var(--bs7);
  font-size: var(--fs-27);
  border-radius: 13px;
  padding: 0.65em 2em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.ac-btn {
  background: var(--ac);
  font-weight: var(--bs7);
  font-size: var(--fs-27);
  border-radius: 13px;
  padding: 0.65em 2em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.dk-btn {
  background: var(--dk);
  font-weight: var(--bs7);
  font-size: var(--fs-27);
  border-radius: 13px;
  padding: 0.65em 2em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.bk-btn {
  background: var(--bk);
  font-weight: var(--bs7);
  font-size: var(--fs-27);
  border-radius: 13px;
  padding: 0.65em 2em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.gr-btn {
  background: var(--gr);
  font-weight: var(--bs7);
  font-size: var(--fs-27);
  border-radius: 13px;
  padding: 0.65em 2em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.pr-btn-sm {
  background: var(--pr);
  font-weight: var(--bs7);
  font-size: var(--fs-20);
  border-radius: 13px;
  padding: 0.5em 1.5em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.se-btn-sm {
  background: var(--se);
  font-weight: var(--bs7);
  font-size: var(--fs-20);
  border-radius: 13px;
  padding: 0.5em 1.5em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.ac-btn-sm {
  background: var(--ac);
  font-weight: var(--bs7);
  font-size: var(--fs-20);
  border-radius: 13px;
  padding: 0.5em 1.5em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.dk-btn-sm {
  background: var(--dk);
  font-weight: var(--bs7);
  font-size: var(--fs-20);
  border-radius: 13px;
  padding: 0.5em 1.5em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.bk-btn-sm {
  background: var(--bk);
  font-weight: var(--bs7);
  font-size: var(--fs-20);
  border-radius: 13px;
  padding: 0.5em 1.5em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.gr-btn-sm {
  background: var(--gr);
  font-weight: var(--bs7);
  font-size: var(--fs-20);
  border-radius: 13px;
  padding: 0.5em 1.5em;
  transition: all 0.2s ease;
  color: var(--yt);
  border: none;
}
.button.pr-btn:hover, .button.pr-btn-sm:hover, .button.se-btn:hover, .button.se-btn-sm:hover, .button.ac-btn:hover, .button.ac-btn-sm:hover, .button.dk-btn:hover, .button.dk-btn-sm:hover, .button.bk-btn:hover, .button.bk-btn-sm:hover, .button.gr-btn:hover, .button.gr-btn-sm:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.2s ease;
}
.pr-se-gradient {
  background: linear-gradient(to bottom, var(--pr), var(--se));
  x-webkit-background-clip: text;
  x-webkit-text-fill-color: transparent;
}
.se-pr-gradient {
  background: linear-gradient(to bottom, var(--se), var(--pr));
  x-webkit-background-clip: text;
  x-webkit-text-fill-color: transparent;
}
.sidebar .widget {
  margin-bottom: var(--s-25);
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}
h4.widgettitle {
  font-weight: 700;
  font-size: 20px;
}
.btn-group-2 {
  display: flex;
  gap: var(--s-10);
}
.mobile-app-btn-group {
  display: flex;
  gap: 1px;
}
.apple-btn.button {
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  font-size: var(--fs-18);
  font-weight: var(--bs7);
  background: var(--se);
  border: none;
  margin-bottom: 0;
}
.android-btn.button {
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  font-size: var(--fs-18);
  font-weight: var(--bs7);
  background: var(--se);
  border: none;
  margin-bottom: 0;
}
.android-btn.button:hover {
  background: linear-gradient(to right, var(--se), var(--pr));
  border: none;
}
.apple-btn.button:hover {
  background: linear-gradient(to left, var(--se), var(--pr));
  border: none;
}
/******************************** NAVIGATION ********************************/
.sticky {
  z-index: 9999;
}
/*#radio-nav {
  background:
    url("/wp-content/uploads/header-graphic.png") center center, linear-gradient(to top, var(--pr), var(--se));
}*/
#radio-nav {
  background: url(/wp-content/uploads/header-graphic.png) center center, linear-gradient(to top, var(--gr), var(--bk));
}
#radio-nav .custom-logo {
  max-width: 253px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#radio-nav .radio-nav-pad {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 18px;
  padding-bottom: 17px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#radio-nav #main-nav, #radio-nav #main-nav-2nd {
  display: flex;
  justify-content: flex-end;
  /*have menu items right aligned*/
}
#radio-nav #main-nav-2nd.menu {
  gap: var(--s-10);
}
#radio-nav #main-nav.menu a {
  color: var(--yt);
  font-size: var(--fs-20);
  font-weight: var(--bs7);
}
#radio-nav #main-nav.menu a:hover {
  color: var(--yt);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration: underline;
}
#main-nav a i {
  font-size: 14px;
  vertical-align: 2px;
}
#radio-nav #main-nav.menu .active > a, #radio-nav #main-nav.menu .is-active > a {
  color: var(--yt);
  text-decoration: underline;
  background: transparent;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}
#radio-nav #main-nav-2nd.menu .active > a, #radio-nav #main-nav-2nd.menu .is-active > a {
  background: transparent;
}
#radio-nav #main-nav.dropdown.menu .is-dropdown-submenu a {
  color: var(--pr);
  display: flex;
  align-items: center;
  gap: 5px;
}
#radio-nav #main-nav.dropdown.menu .is-dropdown-submenu a:hover {
  color: var(--pr);
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration: underline;
}
#radio-nav #main-nav.dropdown.menu .is-dropdown-submenu {
  padding: var(--s-15) var(--s-5);
  border-radius: var(--s-15);
  border: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
#radio-nav #main-nav.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
  border: none;
  background-image: url(/wp-content/uploads/down-arrow-menu-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 10px;
  height: 6px;
  margin-left: 24px;
  display: inline-block;
}
.sticky.is-stuck.is-at-top #radio-nav .radio-nav-pad {
  padding-top: var(--s-5);
  padding-bottom: var(--s-5);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sticky.is-stuck.is-at-top #radio-nav .custom-logo {
  max-width: 175px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sticky.is-anchored.is-at-top #radio-nav .p-y-35, .sticky.is-anchored.is-at-top #radio-nav .b-b-25 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sticky.is-stuck.is-at-top #radio-nav .p-y-35 {
  padding-top: var(--s-15);
  padding-bottom: var(--s-10);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.sticky.is-stuck.is-at-top #radio-nav .m-b-25 {
  margin-bottom: var(--s-10);
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
#radio-nav .mobile-menu a[aria-expanded="true"] {
  transform: rotate(90deg);
}
#radio-nav .menu.mobile-menu i {
  color: var(--yt);
}
#radio-nav .menu.mobile-menu i:hover {
  color: var(--ac);
}
.button.nav-btn {
  background: transparent;
  border-radius: var(--s-10);
  border: 1px solid var(--yt);
  font-weight: var(--bs7);
  font-size: var(--fs-18);
}
/******************************** OFF CANVAS ********************************/
.position-right.is-transition-push {
  box-shadow: none;
  background: var(--dk);
}
.off-canvas .drilldown a {
  background: var(--dk);
  color: var(--yt);
  font-weight: var(--bs7);
  font-size: var(--fs-17);
}
.off-canvas .drilldown a:hover {
  color: var(--ac);
}
.off-canvas .drilldown .is-drilldown-submenu {
  background: var(--dk);
}
.off-canvas .drilldown.align-left .is-drilldown-submenu-parent > a:after, .off-canvas .drilldown .is-drilldown-submenu-parent > a:after {
  border: none;
  background-image: url(/wp-content/uploads/white-arrow-right-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 13px;
  margin-left: 24px;
  display: inline-block;
}
.off-canvas .drilldown.align-right .is-drilldown-submenu-parent > a:after, .off-canvas .drilldown .js-drilldown-back > a:before {
  border: none;
  background-image: url(/wp-content/uploads/white-arrow-left-mobile.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 13px;
  height: 13px;
  display: inline-block;
}
#offcanvas-nav.menu .current-menu-item > a {
  background: transparent;
  color: var(--ac);
}
.mobile-app-link a {
  display: flex;
  gap: 5px;
}
.mobile-app-link i {
  width: 24px;
  display: inline-block;
  font-size: 17px;
  text-align: center;
}
/******************************** FOOTER ********************************/
footer .menu {
  flex-direction: column;
}
footer.footer p, footer.footer, footer.footer a {
  color: var(--yt);
  font-size: var(--fs-16);
}
footer.footer a:hover {
  color: var(--ac);
}
footer.footer .menu a {
  color: var(--yt);
  font-weight: var(--bs7);
  font-size: var(--fs-14);
  letter-spacing: 1px;
  padding-left: 2px;
}
footer.footer h4.widgettitle {
  color: var(--yt);
  font-weight: var(--bs7);
  font-size: var(--fs-20);
}
footer.footer #footer4 h4.widgettitle {
  font-size: var(--fs-14);
  text-align: center;
}
footer.footer .menu a:hover {
  color: var(--ac);
}
footer.footer .menu .active > a, footer.footer .menu .is-active > a {
  color: var(--ac);
  background: transparent;
}
@media screen and (min-width: 64em) {
  #footer3 {
    padding-left: var(--s-50);
  }
}
.button.facebook-btn {
  background: var(--yt);
  color: var(--dk);
  font-weight: var(--bs7);
  font-size: var(--fs-16);
  display: inline-flex;
  gap: var(--s-10);
  align-items: center;
  border-radius: 4px;
  padding: 0.375em 1.29em;
  line-height: 1.2em;
}
.button.facebook-btn i {
  color: var(--pr);
  font-size: var(--fs-28);
}
.button.facebook-btn:hover {
  background: var(--pr);
  color: var(--yt);
}
.button.facebook-btn:hover i {
  color: var(--yt);
}
.button.contact-facebook-btn {
  background: var(--dk);
  color: var(--yt);
  font-weight: var(--bs7);
  font-size: var(--fs-16);
  display: inline-flex;
  gap: var(--s-10);
  align-items: center;
  border-radius: 4px;
  padding: 0.375em 1.29em;
  line-height: 1.2em;
}
.button.contact-facebook-btn i {
  color: var(--yt);
  font-size: var(--fs-28);
}
.button.contact-facebook-btn:hover {
  background: var(--pr);
  color: var(--yt);
}
.button.contact-facebook-btn:hover i {
  color: var(--yt);
}
.footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--s-20);
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-logos li {
  display: flex;
  align-items: center;
}
.footer-logos li + li {
  position: relative;
  padding-left: var(--s-20);
}
.footer-logos li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ccc;
}
#copyright-nav.menu {
  justify-content: flex-start;
}
#copyright-nav.menu a {
  color: var(--yt);
  font-size: var(--fs-12);
}
#copyright-nav.menu .active > a, #copyright-nav.menu .is-active > a {
  color: var(--ac);
  background: transparent;
}
.address-table tbody {
  border: none;
  background: transparent;
  font-size: var(--fs-16);
}
.address-table i {
  color: var(--ac);
}
.address-table tbody tr:nth-child(2n) {
  background: transparent;
}
.address-table td:first-child {
  width: 1%;
  white-space: nowrap;
  padding-right: 10px;
}
.address-table td {
  background: transparent;
}
.address-table a {
  color: var(--yt);
}
.footer-social {
  display: flex;
  flex-direction: row;
  gap: var(--s-25);
  list-style-type: none;
  margin-left: 0;
  flex-wrap: wrap;
  align-items: center;
  margin-top: var(--s-15);
}
.footer-social i {
  font-size: var(--fs-35);
}
.footer-social a {
  color: var(--yt);
}
.footer-social a:hover {
  color: var(--ac);
}
/******************************** HOMEPAGE ********************************/
.schedule-container {
  padding: var(--s-60) 5% var(--s-75);
}
/******************************** PAGINATION ********************************/
.page-navigation {
  display: flex;
  justify-content: flex-start;
}
.pagination {
  list-style: none;
  display: flex;
  gap: 6px;
  margin: 0;
  padding: 0;
  align-items: center;
}
.pagination li a, .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 10px;
  border-radius: 6px;
  font-size: var(--fs-15);
  font-weight: var(--bs7);
  text-decoration: none;
  border: 1.5px solid transparent;
  transition:
    background 0.15s, color 0.15s, border-color 0.15s;
}
/* Active/current page */
.pagination li span.current {
  background: var(--pr);
  color: #fff;
  border-color: var(--pr);
  font-weight: var(--bs7);
}
/* Default page links */
.pagination li a {
  background: transparent;
  color: var(--se);
  border-color: #ddd;
}
.pagination li a:hover {
  background: var(--pr);
  color: #fff;
  border-color: var(--pr);
}
/* Next/prev arrows 
.pagination li a.next,
.pagination li a.prev {
  color: var(--pr);
  border-color: var(--pr);
}
.pagination li a.next:hover,
.pagination li a.prev:hover {
  background: var(--pr);
  color: #fff;
}*/
/******************************** TABS / ACCORDION ********************************/
ul.radio-tabs.tabs::before, ul.radio-tabs.tabs::after {
  display: none;
}
.radio-tabs.tabs {
  display: flex;
  gap: var(--s-15);
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid var(--gr);
}
ul.radio-tabs.tabs .tabs-title {
  flex: 1;
  text-align: center;
  display: flex;
}
ul.radio-tabs.tabs .tabs-title a {
  border-radius: var(--s-10) var(--s-10) 0 0;
  box-shadow:
    0px -2px 4px rgba(0, 0, 0, 0.08), -2px 0px 4px rgba(0, 0, 0, 0.08), 2px 0px 4px rgba(0, 0, 0, 0.08);
  padding: 1rem 1.5rem;
  font-size: var(--fs-20);
  font-weight: var(--bs7);
  background: var(--bk);
  color: var(--yt);
  display: flex; /* Allows the link to fill space */
  align-items: center; /* Vertically centers text if one tab has 2 lines */
  justify-content: center; /* Horizontally centers text */
  height: 100%; /* Forces link to match the LI height */
  width: 100%;
}
ul.radio-tabs.tabs .tabs-title.is-active a {
  background: var(--yt);
  color: var(--gr);
}
ul.radio-tabs.tabs .tabs-title.is-active a:hover {
  background: var(--yt);
  color: var(--gr);
}
.radio-tabs .tabs-panel {
  padding: 0.5rem;
}
.tabs-content.radio-tabs-content {
  border: none;
  padding-top: var(--s-25);
}
ul.radio-tabs.tabs .tabs-title a:hover {
  background: var(--pr);
  color: var(--yt);
}
.radio-tabs.accordion {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
}
.radio-tabs .is-active > .accordion-title:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.radio-tabs .accordion-title:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.radio-tabs .accordion-title {
  color: var(--yt);
  background: var(--bk);
  font-size: var(--fs-18);
  font-weight: var(--bs7);
  border-radius: var(--s-10);
}
.radio-tabs .is-active.accordion-item .accordion-title {
  background: var(--pr);
  border-radius: var(--s-10);
}
.radio-tabs .accordion-title:focus, .radio-tabs .accordion-title:hover {
  background: var(--gr);
}
.radio-tabs .accordion-content {
  border: none;
}
.radio-tabs :last-child:not(.is-active) > .accordion-title {
  border: none;
  border-radius: var(--s-10);
}
.radio-tabs :last-child > .accordion-content:last-child {
  border-bottom: none;
}
.radio-tabs .accordion-item:first-child > :first-child, .radio-tabs .accordion-item:last-child > :last-child {
  border-radius: var(--s-10);
}
.radio-tabs-two.accordion {
  display: flex;
  flex-direction: column;
  gap: var(--s-5);
}
.radio-tabs-two .is-active > .accordion-title:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.radio-tabs-two .accordion-title:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.radio-tabs-two .accordion-title {
  color: var(--yt);
  background: var(--bk);
  font-size: var(--fs-18);
  font-weight: var(--bs7);
  border-radius: var(--s-10);
}
.radio-tab-twos .is-active.accordion-item .accordion-title {
  background: var(--pr);
  border-radius: var(--s-10);
}
.radio-tabs-two .accordion-title:focus, .radio-tabs-two .accordion-title:hover {
  background: var(--gr);
}
.radio-tabs-two .accordion-content {
  border: none;
}
.radio-tabs-two :last-child:not(.is-active) > .accordion-title {
  border: none;
  border-radius: var(--s-10);
}
.radio-tabs-two :last-child > .accordion-content:last-child {
  border-bottom: none;
}
.radio-tabs-two .accordion-item:first-child > :first-child, .radio-tabs .accordion-item:last-child > :last-child {
  border-radius: var(--s-10);
}
ul.radio-tabs-two.tabs::before, ul.radio-tabs-two.tabs::after {
  display: none;
}
.radio-tabs-two.tabs {
  display: flex;
  gap: 0;
  padding: var(--s-5);
  margin: 0 0 var(--s-25);
  list-style: none;
  background: var(--lt);
  border-radius: 999px;
  border: none;
  gap: 10px;
  justify-content: center;
}
ul.radio-tabs-two.tabs .tabs-title {
  display: flex;
  flex: 1;
}
ul.radio-tabs-two.tabs .tabs-title a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.6rem 1.8rem;
  border-radius: 999px;
  border: none;
  background: transparent;
  color: var(--gr);
  font-size: var(--fs-20);
  font-weight: var(--bs7);
  transition: all 0.18s ease;
  box-shadow: none;
  white-space: nowrap;
}
ul.radio-tabs-two.tabs .tabs-title.is-active a {
  background: var(--bk);
  color: #fff;
}
ul.radio-tabs-two.tabs .tabs-title a:hover {
  color: var(--yt);
  background: var(--pr);
}
ul.radio-tabs-two.tabs .tabs-title.is-active a:hover {
  background: var(--bk);
  color: #fff;
}
.radio-tabs-two .tabs-panel {
  padding: 0.5rem;
}
.tabs-content.radio-tabs-two-content {
  border: none;
  padding-top: var(--s-25);
}
/******************************** SINGLE BLOG / NEWS POST ********************************/
.blog-content p {
  font-size: var(--fs-18);
  line-height: 1.6em;
}
/******************************** ARCHIVE BLOG / NEWS PAGE ********************************/
ul.news-list {
  list-style-type: none;
  margin-left: 0;
}
ul.news-list li {
  padding: var(--s-25) 0;
  border-bottom: 1px solid var(--lt);
}
ul.news-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
ul.news-list li:first-child {
  padding-top: 0;
}
a.excerpt-read-more {
  color: var(--pr);
  font-weight: var(--bs6);
}
a.excerpt-read-more:hover {
  color: var(--se);
}
/******************************** EVENTS PAGE ********************************/
.mec-container {
  padding-top: var(--s-75);
  padding-bottom: var(--s-75);
}
.post-type-archive-mec-events .mec-container h1.event-archive-title {
  font-weight: var(--bs7);
  margin-bottom: .25rem;
  font-size: var(--fs-30);
  color: var(--dk);
}
h3.event-archive-pre-title {
  font-size: var(--fs-18);
  font-weight: var(--bs7);
  color: var(--pr);
  letter-spacing: 2px;
  margin-bottom: 0.25rem;
}
h4.event-archive-subtitle {
  font-size: var(--fs-25);
}
.mec-month-divider:before, .mec-month-divider:after {
  background: var(--pr);
}
.single-mec-events h1.mec-single-title {
  font-size: var(--fs-40);
}
.fc-button {
  padding: 4px 8px !important;
  font-size: 0.8rem !important;
  line-height: 1 !important;
  height: auto !important;
  min-height: 28px;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
#gCalendarMonthFilterButton {
  margin-bottom: 0 !important;
}
.fc-button .fc-icon {
  font-size: 0.85rem !important;
  line-height: 1 !important;
  vertical-align: middle;
}
.fc-toolbar-chunk {
  gap: 0.35rem !important;
  margin-bottom: 0 !important;
}
.fc-today-button {
  padding: 4px 10px !important;
  font-weight: 500;
  margin-bottom: 0 !important;
}
.gCalendarMonthFilterButton {
  display: none !important;
}
/******************************** STAFF ARCHIVE ********************************/
.staff-member-phone, .staff-member-email {
  display: inline-flex !important;
  gap: var(--s-5);
  align-items: center;
}
/******************************** CONTACT  ********************************/
.wpcf7-date::before {
  content: 'Select a Date';
  bottom: 17px;
  position: absolute;
  right: 40px;
  color: var(--gr);
  font-size: var(--fs-12);
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="search"], .wpcf7-form input[type="tel"], .wpcf7-form input[type="url"], .wpcf7-form input[type="number"], .wpcf7-form input[type="date"], .wpcf7-form textarea, .wpcf7-form select {
  min-height: 54px;
  border-radius: 13px;
  border: 1px solid var(--ac);
  padding: 0.5rem 1rem;
  transition: border-color 0.2s ease-in-out;
  box-shadow: none;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  color: var(--dk);
  opacity: 1;
}
.wpcf7-form input::-webkit-input-placeholder, .wpcf7-form textarea::-webkit-input-placeholder {
  color: var(--dk);
}
.wpcf7-form input::-moz-placeholder, .wpcf7-form textarea::-moz-placeholder {
  color: var(--dk);
}
.wpcf7-form input:-ms-input-placeholder, .wpcf7-form textarea:-ms-input-placeholder {
  color: var(--dk);
}
.wpcf7-form textarea {
  padding-top: 1rem;
}
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
  outline: none;
  border-color: var(--pr);
  box-shadow: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #F6F6F6;
}
.wpcf7-form .wpcf7-submit {
  min-height: 54px;
  border-radius: 13px;
  padding: 0 2rem;
  background-color: var(--pr);
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: var(--bs7);
}
.wpcf7-form .wpcf7-submit:hover {
  background: var(--se);
}
#footer5 tbody, #footer5 tfoot, #footer5 thead {
  border: none;
  background-color: transparent;
}
#footer5 tbody tr:nth-child(2n) {
  background: transparent;
}
#footer5 td {
  font-size: 18px;
}
#footer5 table i {
  color: var(--pr);
}
#footer5 table a {
  color: var(--dk);
}
#footer5 table a:hover {
  color: var(--pr);
}
/******************************** ADVERTISING PAGES ********************************/
.digital-gray {
  background-image: url(/wp-content/uploads/digital-advertising-points-bg@2x-scaled.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.digital-list ul {
  list-style-type: none;
  margin: 0;
}
.digital-list li {
  padding: var(--s-15) 0;
  border-bottom: 1px solid #fff;
  color: white;
  font-size: var(--fs-20);
}
.digital-list li:last-child {
  border-bottom: none;
}
.digital-tactic-item {
  position: relative;
}
.digital-tactics .digital-tactic-item {
  padding-bottom: 1.5rem;
}
.digital-tactics .tactics-left-content {
  padding: var(--s-60) var(--s-35) 0;
}
.digital-tactics .tactics-left-content h4 {
  color: #005DAD;
}
.digital-tactics .tactic-left {
  background-color: #F2F2F2;
}
.digital-tactics .tactics-left-content img {
  padding-bottom: 20px;
}
.red-line {
  position: absolute;
  left: 280px;
  top: 15%;
}
.digital-tactics .card {
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 0;
}
.digital-tactics .card-section {
  padding: var(--s-50) var(--s-35);
}
.digital-need-help {
  padding: var(--s-35) 0;
  background: rgba(251, 0, 0, .02);
  border: 1px solid #FB0000;
}
.digital-cta {
  background-image: url(/wp-content/uploads/cta-bg-gray.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.radio-frequency {
  background-image: url(/wp-content/uploads/radio-frequency-bg@2x-scaled.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.radio-ten-list {
  background-image: url(/wp-content/uploads/10-reasons-bg.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.radio-ten-list ul {
  list-style-type: none;
  margin: 0;
}
.radio-ten-list li {
  padding: 15px 0;
  border-bottom: 1px solid #005DAD;
  font-size: var(--fs-18);
}
.radio-ten-list li:last-child {
  border-bottom: none;
}
.digital-need-help {
  text-align: center;
}
.tactic-block-list {
  background: #404040;
  padding: var(--s-35) var(--s-50);
  height: 100%;
}
.tactic-blocks ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tactic-block {
  background: #404040;
  padding: var(--s-20) var(--s-35);
  min-height: 173px;
}
.tactic-block p {
  font-size: var(--fs-18);
}
img.tactic-block-img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.tactic-block-list li::before {
  content: url(/wp-content/uploads/microphone-white.svg);
  display: inline-block;
  margin-left: -10px;
  width: 20px;
}
.tactic-block-list li {
  color: white;
  padding: var(--s-15) var(--s-15);
  border-bottom: 1px solid rgba(255, 255, 255, .4);
  font-size: var(--fs-18);
}
.tactic-block-list li:last-child {
  border-bottom: 0;
}
/******************************** SPORTS ********************************/
.sports-feed-grid {
  display: grid;
  grid-template-columns: repeat(var(--sfg-cols, 3), 1fr);
  gap: 1rem;
}
.sports-feed-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
.sports-feed-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 3;
}
.sports-feed-cta {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0.4rem 0.75rem;
  border-radius: 3px;
  text-transform: capitalize;
  line-height: 1;
}
/********************************  ********************************/
/********************************  ********************************/
/********************************  ********************************/
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
/* Large and up */
@media screen and (min-width: 64em) {}
/* Medium and up */
@media screen and (min-width: 40em) {}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .radio-buttons.m-b-25 {
    margin-bottom: 0;
  }
  .btn-group-2 {
    flex-direction: column;
  }
  .red-line {
    display: none;
  }
  .digital-tactics .tactics-left-content {
    padding: var(--s-35) var(--s-20) 0;
  }
  .tactic-block-list {
    padding: var(--s-35) var(--s-35);
  }
  .sports-feed-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  /***************** END OF MEDIUM ONLY ************/
}
/* Tablet landscape only */
@media (min-width: 768px) and (max-width: 1112px) and (orientation: landscape) {}
/* Small only */
@media screen and (max-width: 39.9375em) {
  .radio-buttons.m-b-25 {
    margin-bottom: 0;
  }
  .button.nav-btn {
    font-size: var(--fs-12);
    padding: 0.7rem 0.5rem;
  }
  #radio-nav .radio-nav-pad {
    padding-left: 1%;
    padding-right: 1%;
  }
  #radio-nav .custom-logo {
    max-width: 100%;
  }
  .sticky.is-stuck.is-at-top #radio-nav .custom-logo {
    max-width: 100%;
  }
  #copyright-nav.menu a {
    padding-left: 3px;
  }
  .btn-group-2 {
    flex-direction: column;
  }
  #footer1 {
    text-align: center;
    margin-bottom: var(--s-25);
  }
  #footer2, #footer3 {
    padding-left: var(--s-15);
    padding-right: var(--s-15);
  }
  #footer4 {
    padding-left: var(--s-5);
    padding-right: var(--s-5);
  }
  #footer3 {
    margin-bottom: var(--s-25);
  }
  .red-line {
    display: none;
  }
  .digital-tactics .tactics-left-content {
    padding: var(--s-35) var(--s-20) 0;
  }
  .tactic-block-list {
    padding: var(--s-35) var(--s-35);
  }
  .sports-feed-grid {
    grid-template-columns: 1fr;
  }
  /************** END OF SMALL ONLY ***********/
}