@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
  padding: 0;
  margin: 0;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 30px;
}
:root {
  --primary-color: #223763;
  --secondary-color: #eada8a;
  --teritiary-color: #f7f8f5;
  --courts-green: #0A5A38;
  --courts-gold: #976F34;
  --courts-maroon: #743232;
  --alert-color: #263c88;
  --white-color: #ffffff;
  --black-color: #000000;
  --clr-bg-gradient1: #0f162c;
  --clr-bg-gradient2: #c9b067;
  --clr-bg-gradient3: #283972;
  --primary-font: EB Garamond;
  --secondary-font: Barlow Condensed;
  --teritiary-font: Montserrat;
  --box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  --box-shadow-btn-hover: 0px 7px 18px 0px rgba(37, 17, 124, 0.16);
}






body {
  word-wrap: break-word !important; 
}

/* Color Start */

.primary-text {
  color: var(--primary-color);
}

.secondary-text {
  color: var(--secondary-color);
}

/* Color End */

/* Background Color Start */

.primary-bg {
  background-color: var(--primary-color);
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.teritiary-bg {
  background-color: var(--teritiary-color);
}

.courts-bg-green {
  background-color: var(--courts-green);
}

.courts-bg-gold {
  background-color: var(--courts-gold);
}

.courts-bg-maroon {
  background-color: var(--courts-maroon);
}

.white-bg {
  background-color: var(--white-color);
}

.alert-bg {
  background-color: var(--alert-color);
}

/* Background Color End */

/* Fonts Start*/

.primary-font {
  font-family: var(--primary-font);
}

.secondary-size {
  text-transform: uppercase;
  font-weight: bold;
}

.secondary-font {
  font-family: var(--secondary-font);
}

.teritiary-font {
  font-family: var(--teritiary-font);
  font-weight: bold;
  text-transform: uppercase;
}

.border-top-heading {
  font-family: var(--secondary-font);
  width: fit-content;
  border-top: 6px solid var(--secondary-color);
  display: block;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 22px;
}

a:hover {
  text-decoration: none;
}

h2 {
  font-family: var(--primary-font);
  color: var(--primary-color);
  font-size: 64px;
  font-weight: 600 !important;
}

 .h2-size-override {
  font-size: 40px;
  /*text-transform: capitalize;*/
  line-height: 1.2;
  margin-bottom: 26px;
} 

.h2-pop-links {
  font-size: 52px;
}

h3 {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: 36px;
  font-weight: 600;
}

h4 {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-family: var(--teritiary-font);
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

h6 {
  font-family: var(--secondary-font);
  color: var(--teritiary-color);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

p {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 19px !important;
  margin-bottom: 0 !important;
}
.viewallbutton {
display: none;
}
.viewallbutton a {
color: var(--primary-color);
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
border-bottom: 8px solid var(--secondary-color) !important;
}
.viewallbutton a:hover {
	    text-decoration: none !important;
}
.viewallbutton a strong {
	font-weight: 600;
}
.viewallbutton_parent .viewallbutton {
 display:block;
}
.field-content {
  color: var(--primary-color);
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 0 !important;
  word-wrap: break-word;
}

.tabcontent-links span {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: 29px;
  font-weight: bold;
}

.navbar {
  box-shadow: 0px 4px 4px 0px #00000040;
}

.navbar-nav li a,
.navbar-nav li a button {
  color: var(--primary-color);
  font-family: var(--teritiary-font);
  text-transform: none !important;
  font-weight: 600;
}

.btn-text, .carousel-slider-bg a, .spotlight-padding a {
  font-family: var(--teritiary-font);
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}

.carousel-slider-bg p {
  font-size: 24px !important;
}

.delco-section-padding {
  padding: 60px 42px;
}

.delco-section-padding img,
.info-section-padding .signup-info {
  padding-right: 14px;
}

.delco-btn-width img {
  width: 48px;
  padding-left: 6px;
}

.info-section-padding {
  padding: 60px 32px;
}

.signup-info {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  text-transform: uppercase;
  font-size: 69px;
  font-weight: 600;
  line-height: 1;
}

.signup-border .signup-info {
  text-align: center;
 }

img[data-align="left"] {
  float: left;
    margin-right: 20px !important;
    margin-bottom: 10px !important;
}
img[data-align="right"] {
  float: right;
  margin-left: 12px !important;
  margin-bottom: 10px !important;
}
img[data-align="center"] {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Fonts End */

/* ----------------------------------------------------------- */

/* Border Radius Start */

.delco-btn-radius {
  border-radius: 0 0 22px 0;
}

.text-border-radius {
  border-radius: 0 0 33px 0;
  outline: 2px solid var(--secondary-color);
  outline-offset: -2px;
}

.border-bottom {
  width: fit-content;
  border-bottom: 8px solid var(--secondary-color) !important;
}

.text-border h5 {
  text-transform: uppercase;
}


/* Border Radius End */

/* ----------------------------------------------------------- */

/* Horizontal Line Start */

.hero-banner-whiteline {
  position: relative;
  border: 1px solid var(--white-color);
  margin-top: -24px;
}

.news-horizontal-topline {
  border: 1px solid var(--secondary-color);
  margin-top: 30px;
}

.news-horizontal-bottomline {
  border: 2px solid var(--secondary-color);
  margin-top: 94px;
}

.news-horizontal-line {
  padding-top: 12px;
  padding-bottom: 26px;
}

.events-horizontal-topline {
  border: 2px solid var(--secondary-color);
  margin-top: 50px;
  margin-bottom: 34px;
}

.events-horizontal-bottomline {
  border: 1px solid var(--secondary-color);
  margin-top: 100px;
  margin-bottom: 42px;
}

.spotlight-horizontal-topline {
  border: 1px solid var(--teritiary-color);
  margin-top: 0px;
}

.spotlight-horizontal-bottomline {
    border: 1px solid var(--teritiary-color);
    margin-top: 0;
    position: relative;
    top: -48px;
}
.popularlinks-horizontal-topline {
  border: 1px solid var(--secondary-color);
  margin-top: 42px;
  margin-bottom: 54px;
}

.popularlinks-horizontal-bottomline {
  border-top: 2px solid var(--secondary-color);
  border-bottom: 1px solid var(--white-color);
  padding-bottom: 38px;
 /* margin-top: 120px; */
  margin-bottom: 0 !important;
}

.footer-horizontal-topline {
  border-top: 3px solid var(--secondary-color);
  margin-top: 0 !important;
}

/* Horizontal Line End */

/* ----------------------------------------------------------- */

/* Navbar Start */

.navbar-alert span {
  font-family: var(--secondary-font);
  color: var(--teritiary-color);
  font-size: 18px;
}

.navbar-alert span a {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

.navbar-toggler .svg-inline--fa {
  font-size: 24px;
}

.delco-btn-width {
  width: 144px;
}

.navbar-height {
  height: 85px;
}

.navbar .nav-item {
  padding: 10px 12px;
}

/*.navbar-alert {
  border-bottom: 4px solid var(--white-color);
}*/
/* Navbar End */

/* ----------------------------------------------------------- */

/* Carousel Slider Start */

.carousel {
  z-index: -1;
}

.carousel-slider-bg {
  position: absolute;
  bottom: 88px;
  right: 10px;
  background-color: var(--white-color);
}

.carousel-padding {
  padding: 0px 26px 60px 0;
}

.text-border,
.image {
  position: relative;
}

.carousel-inner img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

ul.carousel-indicators li.active {
  width: 30px;
  height: 30px;
}

ul.carousel-indicators li {
  width: 22px;
  height: 22px;
  background-color: var(--white-color);
}

ul.carousel-indicators li.active {
  background-color: var(--secondary-color);
}

/* Carousel Slider End */

/* ----------------------------------------------------------- */

/* News from the county Start */

.news-bg:hover {
  box-shadow: -2px 4px 4px #888888;
  transition: all 0.1s ease-out;
  cursor: pointer;
  background-color: #fff;
}

.delco-news h2 {
  font-size: 48px;
}

/* News from the county End */


/* ----------------------------------------------------------- */

/* Spotlight Start */

.gradient-bg {
  position: relative;
  padding-top: 45px;
  height: 1147px;
  background-color: #0f162c;
  background: -webkit-linear-gradient(0deg, #0f162c 0%, #444e6f 91%) !important;
  background: -moz-linear-gradient(0deg, #0f162c 0%, #444e6f 91%) !important;
  background: -ms-linear-gradient(0deg, #0f162c 0%, #444e6f 91%) !important;
  background: -o-linear-gradient(0deg, #0f162c 0%, #444e6f 91%) !important;
  background: linear-gradient(0deg, #0f162c 0%, #444e6f 91%) !important;
}

.spotlight-logo-img {
  position: absolute;
  width: 900px;
  height: 1045px;
 /* background-image: url("../images/logo-banner.png"); */
  background-repeat: no-repeat;
}

.spotlight-banner-img {
  position: absolute;
  right: 0;
  top: 110px;
  width: 60%;
  height: 75%;
 /* background-image: url("../images/banner-img2.png"); */
  background-repeat: no-repeat;
 /* background-size: 100% 826px; */
  background-size: cover;
  border-top: 20px solid var(--secondary-color);
  border-left: 20px solid var(--secondary-color);
  border-bottom: 20px solid var(--secondary-color);
  border-radius: 100px 0 0 0;
}

.spotlight-padding {
  padding-top: 234px;
}

.button-mar a {
  margin-top: 12px;
}

.white-horiz2 {
  border: 1px solid #fff;
  margin-top: -60px;
}

/* Spotlight End */

/* ----------------------------------------------------------- */

/* Popular Links Start */

.border-text {
  border: 2px solid var(--secondary-color) !important;
  border-radius: 0 0 35px 0;
}

/* Popular Links End */

/* ----------------------------------------------------------- */

/* Popular Links by Department Start */

.popular-links-margintop {
  margin-top: 126px;
}

.taxes-links .teritiary-bg {
  height: 100%;
}

/* Style the tab-border */

.border-radius {
  border: 2px solid var(--secondary-color);
  border-radius: 0 0 35px 0;
}

.tab button span {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
}

/* font-family: var(--secondary-font);
    width: fit-content;
    border-top: 6px solid var(--secondary-color);
    display: block;
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px; */

.tab-border {
  border-right: 3px solid var(--secondary-color) !important;
  border-top: 3px solid var(--secondary-color) !important;
}

.tab .tab-border:first-child {
  border-top: none !important;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: var(--white-color);
  padding: 30px 40px;
  width: 100%;
  border: none;
  text-align: left;
  transition: 0.3s;
}

/* Create an active/current "tab button" class */
.tab button.active {
  border-radius: 30px 0 0 0;
  background-color: var(--secondary-color);
}

/* Hover the tab content */
.bg-hover:hover {
  background-color: var(--teritiary-color);
  border-radius: 20px;
}

/* Style the tab content */
.tabcontent {
  padding: 0px 12px;
}

.viewlink-department-height {
  height: 126px;
}

.h3-pad1 {
  margin-top: 44px;
}

/* Popular Links by Department End */


/* Small Template */

  /* Banner Section Start */
  
  .banner-content span {
    color: var(--teritiary-color);
    font-family: var(--teritiary-font);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4px;
    line-height: 15px;  
}
  
  .jumbotron-img {
    background-image: url(/sites/default/files/images/small-banner.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    margin-bottom: 0 !important;
    padding: 60px 0;
  }
  
  .jumbotron-img::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(2 13 58 / 78%);
  }

  .caption-bg {
    color: var(--primary-color);
    background-color: var(--teritiary-color);
    font-size: 15px;
    font-weight: 600;
    font-family: var(--teritiary-font);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0 0 35px 0;
    padding: 30px;
  }

  .small-body-img {
    margin-bottom: 44px;
  }

  .small-sidebar-img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 80px 0px 80px;
    margin-bottom: 30px;
  }

  .small-template-radius, .small-body-img {
    border-radius: 0 0 35px 0;
    outline: 2px solid var(--secondary-color);
    outline-offset: -2px;
  }

  .small-page-sidebar {
    padding: 42px 70px 18px 33px;
  }

.small-page-sidebar p {
   font-size: 20px !important;
}

  .sidebar-social-icons .social-icons .sidebar-fb,
  .sidebar-social-icons .social-icons .sidebar-insta,
  .sidebar-social-icons .social-icons .svg-inline--fa
 {
    color: var(--primary-color) !important;
    padding-right: 18px;
  }

  .sidebar-social-icons {
    background-color: #eaf1ff;
    border-top: 2px solid var(--secondary-color);
    padding: 24px;
    border-radius: 0 0 35px 0;
  }

  .sidebar-social-icons .social-icons .twitter-blue {
    color: var(--primary-color);
  }

  .twitter-blue {
    color: var(--primary-color);
    height: 30px;
  }
  
  /* Banner Section End */
  
  /* ----------------------------------------------------------- */
  
  /* Body Start */
  
  .body-main-section p {
    font-family: var(--teritiary-font) !important;
    padding: 0px 0 20px 0;
    color: var(--primary-color) !important;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.5 !important;
  }

  .body-main-section a, body-main-section p a {
    font-family: var(--teritiary-font) !important;
    color: #1a5ff1 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
 }
  .body-main-section p strong, .body-main-section p em {
     font-size: 20px !important;
     word-wrap: break-word;
   }
  
  .body-main-section p a, 
  .body-main-section a,
  .body-main-section ul li a, 
  .body-main-section ol li a,
  .related-links p a {
    text-decoration: underline;
    font-size: 20px !important;
    word-wrap: break-word;
  }

  .body-main-section img {
    margin-bottom:10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .body-top-border {
    width: 40%;
    border-top: 10px solid var(--secondary-color);
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .body-section-details {
    padding: 42px 70px 28px 33px;
    position: relative;
    margin-bottom: 50px;
  }
  
  .body-section-details span, .sidebar-social-icons span {
    font-family: var(--secondary-font);
    text-transform: uppercase;
    color: var(--primary-color);
    font-size: 25px;
    font-weight: 600;
  }
  
  .body-section-details p, .views-field .field-content  {
    padding-bottom: 18px !important;
  }

  .body-section-details a {
    text-decoration: underline;
    color: var(--primary-color) !important;
  }

  .body-section-details p:hover a {
    text-decoration: none;
  }

  
 /* Body End */

/* ----------------------------------------------------------- */


/* Elected Officials Start */

.team-member-content .membr-item {
  text-align: center;
  margin-bottom: 30px;
}

.body_content a, .resource_content a {
  text-decoration: underline;
}

.team-member-content .membr-item img {
  width: 150px;
  height: 190px;
  object-fit: cover;
  margin-bottom: 14px;
}

.team-member-content .membr-item p {
  font-family: var(--teritiary-font);
  text-align: center;
  font-size: 16px !important;
  margin-bottom: 0;
  padding: 0 !important;
}

.inner-para, p {
  font-size: 1em;
  text-align: left;
  line-height: 1.5;
}

.team-member-content .membr-item p a {
  font-weight: 600;
  margin-bottom: 0px;
  text-decoration: none !important;
  font-size: 16px !important;
}

.our-member h3 {
  text-align: center;
}

/* Elected Officials End */
  
  /* ----------------------------------------------------------- */
  
  /* Related Links Start */
  
  .related-links {
    text-transform: capitalize;
    padding: 14px 20px 68px 0;
  }
  
  .related-links h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
  }
  
  .related-links p {
    border-top: 2px solid var(--secondary-color);
    padding: 20px 0 !important;
  }
  
  .related-links p a {
    font-size: 24px;
    font-family: var(--teritiary-font);
    text-decoration: underline;
  }
  
/* Related Links End */

/* Large Template Start */

/* Banner Section Start */

.banner-content h2 {
  color: var(--teritiary-color);
  word-wrap: break-word;
  font-size: 59px;
}

.banner-content h4 {
  text-transform: uppercase;
  font-family: var(--secondary-font);
  font-size: 28px;
}

.banner-content p {
  font-size: 16px;
  font-family: var(--teritiary-font);
  color: var(--teritiary-color);
}

.banner-content h4 {
  color: var(--teritiary-color);
}

.jumbotron {
  background-image: url(/sites/default/files/images/small-banner.jpg) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  width: 100%;
  height: 100%;
  background-color: #152347;
  /*background: -webkit-linear-gradient(0deg, #152347 0%, #050c26 91%) !important;
  background: -moz-linear-gradient(0deg, #152347 0%, #050c26 91%) !important;
  background: -ms-linear-gradient(0deg, #152347 0%, #050c26 91%) !important;
  background: -o-linear-gradient(0deg, #152347 0%, #050c26 91%) !important;
  background: linear-gradient(0deg, #152347 0%, #050c26 91%) !important;*/
  padding: 60px 0;
  margin-bottom: 0 !important;
}

.jumbotron::before {
  content: '';
  position: absolute;
    right: 0;
    top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #152347;
  background: -webkit-linear-gradient(0deg, #152347 0%, #050c26 91%) !important;
  background: -moz-linear-gradient(0deg, #152347 0%, #050c26 91%) !important;
  background: -ms-linear-gradient(0deg, #152347 0%, #050c26 91%) !important;
  background: -o-linear-gradient(0deg, #152347 0%, #050c26 91%) !important;
  background: linear-gradient(0deg, #152347 0%, #050c26 91%) !important;
  opacity: 0.8;
}
/*
.banner-content h2 {
   text-transform: capitalize !important;
}
*/

/* Banner Section End */

/* Carousel Slider Start */

.bg-radius {
  border-radius: 0 0 53px 0;
}

.image {
  position: relative;
}

.carousel-inner-large img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}

.indicators {
  display: flex;
  align-items: center;
  position: absolute;
  right: 38px;
  bottom: -575px;
}

.indicators li {
  opacity: 1;
}

.large-hero-banner-whiteline {
  position: relative;
  border: 1px solid var(--white-color);
  margin-top: -30px;
}

/* Carousel Slider End */

/* ----------------------------------------------------------- */

/* Body Section Start */

.body-bg h2, .body-bg p {
  margin-top: 40px !important;
}

.body-bg h2 {
  margin-top: 40px !important;
  margin-bottom: 44px;
}

.large-sub-section-1 {
  background-color: #f8f1ce;
  border-left: 9px solid var(--secondary-color);

}

.large-sub-section-1,
.large-sub-section-2 {
  padding: 20px;
  font-family: var(--teritiary-font);
  font-size: 20px;
  border-radius: 0 0 40px 0;
  margin-bottom: 44px;
}

.large-sub-section-1 p {
  font-family: var(--teritiary-font);
  margin-top: 14px !important;
}

.large-sub-section-2 {
  background-color: #e8ecfb;
  border-left: 9px solid var(--primary-color);
}

.large-sub-section-2 p {
  font-family: var(--teritiary-font);
  margin-top: 14px !important;
}

/* strong {
  color: var(--primary-color);
} */

.body-bg p a {
  text-decoration: underline;
  color: #1a5ff1;
  font-weight: 500;
}

.section-border {
  border: 2px solid var(--secondary-color) !important;
  border-radius: 0 0 40px 0;
  padding-left: 0;
  padding-right: 0;
}

.section-border p {
  color: var(--primary-color) !important;
  background-color: #f8f1ce;
  border-bottom: 2px solid var(--secondary-color);
  font-family: var(--teritiary-font);
  padding: 20px 68px 20px 24px;
  font-weight: 700;
  font-size: 22px;
}

.section-border ul li {
  list-style-type: none;
  text-transform: capitalize;
}

.section-border ul li a {
  color: #1a5ff1;
  font-size: 18px;
  font-family: var(--teritiary-font);
  font-weight: 500;
  padding: 10px 24px;
  text-decoration: underline;
  display: block;
}

.section-border ul li a:hover {
  background-color: #e8ecfb;
}


/* Body Section End */

/* -------------------------------------------------------------- */

/* Popular Links Start */

.top-highlight-section span {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 600;
  font-family: var(--secondary-font);
  padding: 5px;
  background-color: #ededeb;
  text-transform: uppercase;
  line-height: 19.36px;
  display: inline-block;
}

.border-text {
  border: 2px solid var(--secondary-color) !important;
  border-radius: 0 0 35px 0;
}

.large-popularlinks-horizontal-topline {
  border: 1px solid var(--secondary-color);
  margin-top: 42px;
  margin-bottom: 54px;
}

.popular-links-bg {
  background-color: var(--teritiary-color);
  padding-top: 1px;
}

.popular-links-padding {
  padding: 26px;
}

.large-popularlinks-horizontal-bottomline {
  border: 1px solid var(--secondary-color);
  margin-bottom: -10px;
  margin-top: 70px;
}
.popular-links-bg a:hover h3 {
	color: #976f34;
}
.popular-links-bg img {
margin-bottom: 15px;
}

/* Popular Links End */

/* ----------------------------------------------------------- */

/* News from the county Start */

.news-img {
  background-image: url('/sites/default/files/images/section1-img.jpg');
  position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    outline: 2px solid var(--secondary-color);
    outline-offset: -28px;
    min-height: 430px;
    max-width: 100%;
    border-radius: 0 0 59px 0;
    z-index: 1;
}

.news-img::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(34, 55, 99, 0) 0%, #223763 100%);
    opacity: 0.9;
    z-index: -1;
    border-radius: 0 0 59px 0;
}

.delco-news .button-bottom {
  right: 26px;
  bottom: 26px;
}

.large-news-horizontal-topline {
  border: 1px solid var(--secondary-color);
  margin-top: 30px;
}

.large-news-horizontal-bottomline {
  border: 1px solid var(--secondary-color);
  margin-top: 94px;
  margin-bottom: 6px;
}
/* News from the county End */

/* ----------------------------------------------------------- */

/* Upcoming Events Start */

.events-margin .col-md-4 {
  margin-bottom: 24px;
}

.large-events-horizontal-topline {
  border: 1px solid var(--secondary-color);
  margin-top: -12px;
  margin-bottom: 34px;
}

.large-events-horizontal-bottomline {
  border: 1px solid var(--secondary-color);
  margin-top: 130px;
  margin-bottom: 42px;
}

.events-height {
  position: relative;
  height: 100%;
}

.events-height .month {
  width: 32%;
  border-top: 6px solid var(--secondary-color);
}

.events-height .month,
.events-height .agenda {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  /*text-transform: capitalize; */
  font-size: 34px;
  font-weight: 600;
}
.events-height .time {
	font-family: var(--teritiary-font);
color: var(--primary-color);
font-size: 16px;
    font-weight: 600;
}
.events-padding-1 {
  padding: 0 20px 80px 0;
}

.events-padding-2 {
  padding: 0 20px 80px 0;
}

.events-padding-3 {
  padding: 0 20px 180px 0;
}

.events-height .date {
  font-family: var(--secondary-font);
  color: var(--primary-color);
  font-size: 64px;
  font-weight: 600;
}

.border-bottom {
  width: fit-content;
  border-bottom: 8px solid var(--secondary-color) !important;
}

.view-all-link {
  color: var(--primary-color);
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
}

.text-float {
  float: right;
}

/* Upcoming Events End */

/* Contact Information Start */

.contact-info {
  padding: 24px;
}

.contact-info p, .contact-info ul li {
  font-family: var(--teritiary-font);
}

.contact-info div {
  color: var(--black-color);
  font-size: 18px;
  font-weight: 700;
  font-family: var(--teritiary-font);
  line-height: 20px;
  margin-bottom: 20px;
}

.contact-info strong {
 font-size: 16px;
}

.contact-info p, .contact-info li {
  margin-bottom: 16px !important;
}

.contact-info p, 
.contact-info li a {
  color: var(--black-color);
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.contact-info p a {
  color: var(--black-color);
  text-decoration: underline;
  word-wrap: break-word;
}

.contact-info li {
  list-style: none;
  text-decoration: underline;
}

.contact-info-topline {
  border: 1px solid var(--secondary-color);
  margin-top: 42px;
  margin-bottom: 34px;
}

.contact-info-bottomline {
  border: 1px solid var(--secondary-color);
  margin-top: 90px;
  margin-bottom: 20px;
}

/* Contact Information End */

/* ----------------------------------------------------------- */

/* Signup Start */
  
.flex {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.signup {
  padding: 60px 0;
}

.signup-border {
  border-radius: 0 0 35px 0;
  border: 2px solid var(--primary-color);
  padding: 26px;
}

.signup-border .news-signup {
  justify-content: left;
}

.placeholder input {
  width: 100%;
  height: 68px;
  border: 2px solid var(--primary-color);
  padding: 0 10px;
}

.subscribe-button button,
.button, a.btn, a.myBtn {
  color: var(--primary-color) !important;
  border: none !important;
  padding: 13px 22px !important;
  border-radius: 0 0 30px 0 !important;
  background-color: var(--secondary-color) !important;
  line-height: 1.5 !important;

}

.button, a.btn {
  margin: 10px 20px 10px 0px !important;
  text-decoration: none !important;
}

/* Signup End */

/* ----------------------------------------------------------- */

/* Info Section Start */

.delco-bg {
  position: relative;
  background-color: #c9b067;
  background: -webkit-linear-gradient(0deg, #c9b067 0%, #e9d989 91%) !important;
  background: -moz-linear-gradient(0deg, #c9b067 0%, #e9d989 91%) !important;
  background: -ms-linear-gradient(0deg, #c9b067 0%, #e9d989 91%) !important;
  background: -o-linear-gradient(0deg, #c9b067 0%, #e9d989 91%) !important;
  background: linear-gradient(0deg, #c9b067 0%, #e9d989 91%) !important;
}

.delco-bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #283972;
  background: -webkit-linear-gradient(0deg, #283972 0%, #263c88 91%) !important;
  background: -moz-linear-gradient(0deg, #283972 0%, #263c88 91%) !important;
  background: -ms-linear-gradient(0deg, #283972 0%, #263c88 91%) !important;
  background: -o-linear-gradient(0deg, #283972 0%, #263c88 91%) !important;
  background: linear-gradient(0deg, #283972 0%, #263c88 91%) !important;
}
 .mobile-bg {
    background-color: transparent;
  }

.border-h {
  position: relative;
  border-radius: 0 0 35px 0;
}

.info-border {
  border: 2px solid var(--white-color);
}

.secondary-button {
  min-width: 230px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 6px 0px;
  text-decoration: none !important;
  border: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: var(--white-color);
}

.btn-border-radius, .carousel-slider-bg a, .spotlight-padding a {
  border-radius: 0 0 33px 0;
}

.primary-button, .carousel-slider-bg a, .spotlight-padding a {
  min-width: 230px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 6px 10px;
  text-decoration: none;
  border: none;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.primary-btn-two a {
  min-width: 230px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  padding: 6px 0px;
  text-decoration: none;
  border: none;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.primary-button:hover span {
  color: var(--primary-color);
}

.primary-btn-two:hover span {
  color: var(--primary-color);
}

.primary-btn-two a:after {
  content: '';
  background-image: url(/sites/default/files/images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 18px;
}

.carousel-slider-bg a:after, .spotlight-padding a:after {
    content: '';
    background-image: url(/sites/default/files/images/right-arrow.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 26px;
    height: 18px;
}
/* Info Section End */


/* medium template */

.body-main-section {
  margin-bottom: 26px;
}
.body-main-section h2, 
.body-main-section h2 a, 
.body-main-section h2 strong {
    font-family: var(--primary-font) !important;
    color: var(--primary-color) !important;
    font-size: 30px !important;
    line-height: normal !important;

}
.body-main-section h3, 
.body-main-section h3 a, 
.body-main-section h3 strong {
  font-family: var(--primary-font) !important;
  margin-bottom: 20px !important;
    color: var(--primary-color) !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.body-main-section h4, 
.body-main-section h4 a, 
.body-main-section h4 strong {
    font-family: var(--secondary-font) !important;
    color: var(--primary-color) !important;
    font-size: 32px !important;
    font-weight: bold !important;
    margin-bottom: 20px;
}

.body-main-section h5, 
.body-main-section h5 a, 
.body-main-section h5 strong {
  font-family: var(--teritiary-font) !important;
  color: var(--primary-color) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.body-main-section h6, 
.body-main-section h6 a, 
.body-main-section h6 strong {
  font-family: var(--secondary-font) !important;
  color: var(--teritiary-color) !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.body-main-section ul li, .body-main-section ol li  {
  font-family: var(--teritiary-font) !important;
  font-size: 20px !important;
  margin-bottom: 16px !important;
  color: var(--primary-color) !important;
  line-height: 35.95px;
}

.body-main-section ul li::marker {
  font-size: 12px;
}

.body-main-section ul li {
    list-style: disc;
}
.notification-box {
  font-family: var(--teritiary-font);
  background-color: #f8f1ce;
  border-left: 5px solid #eada8a;
  padding: 15px;
  display: inline-block;
  margin-bottom: 20px;
}

.note-box {
  font-family: var(--teritiary-font);
  background-color: #f7f8f5;
  border-left: 5px solid #eada8a;
  padding: 15px;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 2px solid #eada8a;
  border-left: 5px solid #eada8a;
}

.note-box p {
  padding-bottom: 0 !important;
  font-weight: 400;
  font-size: 17px;
}

.body-main-section ol {
  font-family: var(--teritiary-font)!important;
  margin-left: 38px !important;
}

.body-main-section ul {
  font-family: var(--teritiary-font) !important;
  margin-left: 20px  !important;
  margin-bottom: 42px;
}


/* =============== accordion styles ============== */

#accordion-section {
  margin-bottom: 50px;
}

#accordion-section .card {
  border: 0;
}

#accordion-section .card .card-header {
  border: 0;
  padding: 0;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  margin-bottom: auto;
  background-color: transparent;
}

#accordion-section .card .card-header .btn-header-link {
  background: #fff !important;
  font-family: var(--teritiary-font) !important;
  color: var(--black-color);
  display: block !important;
  text-align: left !important;
  padding: 15px 0px !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  word-break: initial !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-transform: initial !important;
  box-shadow: none !important !important;
  border-radius: 0px !important;
  border-top: 2px solid #eada8a !important;
}

#accordion-section .card .card-header .btn-header-link.collapsed {
  background: #fff;
  color: #007bff;
  display: block;
  text-align: left;
  padding: 15px 0px;
  font-size: 22px;
  font-weight: 500;
  word-break: initial;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: initial;
  box-shadow: none;
  border-radius: 0px;
  border-top: 2px solid #eada8a;
  text-decoration: underline;
}

#accordion-section .card .card-header .btn-header-link:after {
  content: "-";
  font-family: IcoFont;
  font-weight: 900;
  float: right;
  font-size: 1.375em;
}

#accordion-section .card .card-header .btn-header-link.collapsed {
  display: flex;
}

#accordion-section .card .card-header .btn-header-link.collapsed:after {
  content: "+";
  font-family: IcoFont;
  padding-left: 5px;
}

#accordion-section .card .card-body {
  font-size: 1em;
  line-height: 22px;
  background-color: #fff;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

#accordion-section .card .card-body a {
  text-decoration: none;
}

#accordion-section .card .card-body p {
  font-size: 20px !important;
  margin-bottom: 20px !important;
  padding: 0 !important;
  line-height: 1.5;
}
#accordion-section .card .collapsing {
  background: #f4f4f4;
  line-height: 30px;
}

#accordion-section .card .collapse {
  border: 0;
}

#accordion-section .card .collapse.show {
  background: #f4f4f4;
  line-height: 30px;
  color: #222;
}

.right-side-link-section {
  margin-left: 32px;
  margin-top: 50px;
}

.right-side-link-section .h5 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: var(--teritiary-font);
  color: #223763;
}

.right-side-link-section ul {
  border-left: 2px solid #1a5ff1;
}

.right-side-link-section ul li {
  list-style: none;
  margin: 5px 0;
}

.right-side-link-section ul li a {
  text-decoration: underline;
  padding: 5px 5px 10px 20px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #1a5ff1;
  font-family: var(--teritiary-font);
  text-transform: uppercase;
}

.right-side-link-section ul li a:hover {
  background-color: #eaf1ff;
}

.small-heading {
  font-family: var(--teritiary-font);
  font-weight: 700;
  margin-bottom: 10px;
}

.calendar-accordion {
  margin-bottom: 30px;
}

.cal-content {
  border-top: 2px solid #eada8a;
}

.calendar-accordion .left-date-time {
  background-color: #eaf2d9;
  width: 140px;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-top: 5px solid #eada8a;
  padding: 20px 10px;
}

.calendar-accordion .left-date-time .month {
  font-family: var(--secondary-font);
  font-size: 40px;
  color: #223763;
  font-weight: 600;
  line-height: 38px;
}



/* =============== event calendar accordion styles ============== */

.calendar-accordion {
  margin-bottom: 50px;
}

.calendar-accordion .card {
  border: 0;
}

.calendar-accordion .card .card-header {
  background: #fff;
  border: 0;
  padding: 0 10px 0 30px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  margin-bottom: auto;
}

.calendar-accordion .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: initial;
  box-shadow: none !important;
  border-radius: 0px;
  padding: 0;
}

.calendar-accordion .card .card-header .btn-header-link h3 {
  font-family: var(--secondary-font);
  color: #223763;
  padding: 15px 0px;
  font-size: 43px;
  font-weight: 500;
  word-break: initial;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
}

.calendar-accordion .card .card-header .btn-header-link:after {
  content: "-";
  font-family: IcoFont;
  font-weight: 900;
  float: right;
  font-size: 40px;
}

.calendar-accordion .card .card-header .btn-header-link.collapsed {
  background: #fff;
  display: flex;
}

.calendar-accordion .card .card-header .btn-header-link.collapsed:after {
  content: "+";
  font-family: IcoFont;
  padding-left: 5px;
  color: #007bff;
}

.calendar-accordion .card .card-header .btn-header-link.collapsed h3 {
  color: #1a5ff1;
  text-decoration: underline;
}

.calendar-accordion.card .collapse {
  border: 0;
}

.calendar-accordion .card .collapse.show {
  background: #f7f8f5;
  line-height: 30px;
  color: #222;
}

.calendar-accordion .card .card-body {
  font-size: 1em;
  line-height: 22px;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 0;
  padding-right: 0;
}

.calendar-accordion .card .card-body p {
  font-size: 18px;
  margin-bottom: 20px;
}

.calendar-accordion .time-details {
  padding-left: 30px;
  padding-bottom: 20px;
}

.calendar-accordion .time-details .cal-time {
  font-family: var(--teritiary-font);
  color: #223763;
  font-weight: 600;
  font-size: 21px;
}

.calendar-accordion .card .card-body .btn-right-arrow {
  border-radius: 33px 0 0 0 !important;
  -webkit-border-radius: 33px 0 0 0;
  -moz-border-radius: 33px 0 0 0;
  -ms-border-radius: 33px 0 0 0;
  -o-border-radius: 33px 0 0 0;
}
.calendar-accordion .time-details p {
	padding-top: 0;
}
	
}
.light-heading {
  font-family: var(--teritiary-font);
  color: #223763;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.cal-select-style select {
  font-family: var(--teritiary-font);
  color: #223763;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  background-color: #eaf2d9;
  border: 2px solid #eada8a;
  padding: 10px;
  margin-bottom: 10px;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='2A365D' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 14px;
}

.calendar-accordion .cal-content .right-date-time .card-body .btn-right-arrow {
  font-family: var(--teritiary-font);
  font-size: 22px !important;
  color: #223763 !important;
  background-color: #eada8a;
  font-weight: 700 !important;
  text-decoration: none !important;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  padding: 10px 80px 10px 25px;
  border-radius: 0 0 33px 0;
  -webkit-border-radius: 0 0 33px 0;
  -moz-border-radius: 0 0 33px 0;
  -ms-border-radius: 0 0 33px 0;
  -o-border-radius: 0 0 33px 0;
}

.btn-right-arrow::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 30px;
  background-image: url(/sites/default/files/images/right-arrow.png);
  background-repeat: no-repeat;
  width: 26px;
  height: 20px;
}

.box-shadow {
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%)
}

.calendar-section-padding {
  padding: 18px;
  height: 100%;
}

.calendar-section-padding .body-top-border {
  width: 100px;
}

.cal-content-detail .left-date-time {
  width: 180px;
  display: flex;
  flex-direction: column;
}

.cal-content-detail .left-date-time .month {
  font-family: var(--secondary-font);
  font-size: 40px;
  color: #223763;
  font-weight: 600;
  line-height: 38px;
  border-top: none;
}

.cal-content-detail .left-date-time .date {
  font-family: var(--secondary-font);
  font-size: 82px;
  color: #223763;
  font-weight: 600;
  line-height: 70px;
}

.cal-content-detail .time-details .cal-time {
  font-family: var(--teritiary-font);
  color: #223763;
  font-weight: 600;
  font-size: 21px;
}

.cal-brd {
  padding-bottom: 5px;
  border-bottom: 2px solid #EAF2D9;
}

.top-heading-bg {
  font-family: var(--teritiary-font);
  background-color: #F8F1CE;
  border-bottom: 2px solid var(--secondary-color) !important;
  padding: 10px 10px 10px 20px;
  font-size: 20px;
  color: #223763;
  font-weight: 700;
}

.right-heading-box {
  padding: 0px !important;
}

.right-heading-box .top-heading-bg,
.right-heading-box ul li a {
  text-transform: none;
}

.accordianNav h3 {
  margin-bottom: 20px;
}

.accordianNav a,
.accordianNav h3 {
  font-family: var(--teritiary-font);
  display: block;
  color: #1A5FF1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  padding-left: 10px;
  font-size: 21px;
  font-weight: 500;
  text-decoration: underline !important;
}

.accordianNav a {
  text-decoration: none;
  padding-left: 0;
}


/* Background hover animation. */

.accordianNav .dropArrow span {
  z-index: 2;
  position: relative;
}

.accordianNav .dropArrow:after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #1A5FF1;
  border-right: 2px solid #1A5FF1;
  float: right;
  position: relative;
  top: 7px;
  right: 25px;
  transform: rotate(45deg);
  transform-origin: center;
}

.accordianNav .dropArrow.active:after {
  transform: rotate(-135deg);
}


/* +Hover and Touch effect */

.accordianNav a:hover,
.accordianNav a:active,
.accordianNav h3:hover,
.accordianNav h3:active,
.accordianNav h3.dropArrow:hover:after,
.accordianNav h3.dropArrow:active:after {
  -webkit-transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
  transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
}

.accordianNav li {
  list-style-type: none;
  margin-bottom: 14px;
}

.accordianNav a {
  transform: translate(0px, 0px);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}


/*Drop links*/

.accordianNav ul ul li a {
  padding: 0 0 0 30px;
}


/*hover effect on links*/

.accordianNav ul ul li a:hover {
  transform: translate(8px, 0px);
}


/*Hide and show the drops*/

.accordianNav ul ul {
  display: none;
}

.accordianNav li.active ul {
  display: block;
}
.table-header-bg {
  margin-bottom: 30px;
}

.table-header-bg table tr>th {
  font-family: var(--teritiary-font);
  background: var(--secondary-color);
  color: var(--primary-color);
  text-align: left;
  vertical-align: middle;
  border: none !important;
  font-size: 24px;
  text-transform: uppercase;
  padding: 5px 15px;
}

.table-header-bg table tr>td {
  border-bottom: 2px solid var(--secondary-color);
  font-size: 20px;
  padding: 12px 15px;
  color: var(--primary-color);
}

table tr>td,
table tr>th {
  font-family: var(--teritiary-font)!important;
  font-size: 20px !important;
  padding: 12px 15px !important;
  color: var(--primary-color);
  border: 2px solid var(--secondary-color) !important;
}
table tr td p {
font-family: var(--teritiary-font)!important;
  font-size: 20px !important;
color: var(--primary-color)!important;


}
.body-main-section table {
  margin-bottom: 30px !important;
}

/* .body-main-section table tr:first-child td strong {
  font-weight: inherit !important;
} */

table tr>th {
    font-family: var(--teritiary-font) !important;
    background: var(--secondary-color) !important;
    color: var(--primary-color) !important;
    text-align: left !important;
    vertical-align: middle !important;
    border: none;
    font-size: 18px !important;
    text-transform: uppercase;
    padding: 5px 15px;
    font-weight: 700;
}

table tr>td {
  font-weight: 500 !important;
  border: 2px solid var(--secondary-color) !important;
  vertical-align: middle !important;
}

table tr>th strong {
  font-weight: 700 !important;
}

table td a {
  color: #1a5ff1;
  font-weight: 500;
  text-decoration: underline;
}

table p {
  padding-bottom: 0 !important;
}
.brd-table table tr>td {
  border: 2px solid var(--secondary-color) !important;
}

.border-top-box {
  border-top: 6px solid var(--secondary-color) !important;
}

.light-border-table th,
.light-border-table td {
  padding: 5px;
  border-top: 2px solid #dee2e6;
}

.light-border-table tr:first-child th,
.light-border-table tr:first-child td {
  border-top: none;
}

.section-border ul li ul {
  margin-left: 20px;
  margin-right: 20px;
}

.section-border ul li.active>a {
  background-color: #eaf1ff;
}

.inner-banner-right h3 {
  font-family: var(--secondary-font);
  font-size: 29px;
  font-weight: 600;
  text-transform: uppercase;
}

.inner-banner-right h4 {
  text-transform: capitalize;
}

.inner-banner-right h4,
.inner-banner-right p {
  font-family: var(--teritiary-font);
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.inner-banner-right p {
  text-transform: none;
  font-weight: 200;
}

.inner-banner-right p a {
  word-wrap: break-word;
}

/* Person Single Start */

.person-info h3 {
  margin-top: 0 !important;
  text-transform: capitalize;
}

.person-info .person-contact-details {
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
  font-family: var(--teritiary-font);
  color: var(--black-color);
}

.person-info p {
  font-size: 20px;
  font-weight: 500;
}

.contact-border-table th,
.contact-border-table td {
  padding-left: 0 !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  border: none !important;
  border-bottom: 3px solid #eaf2d9 !important;
  background: transparent !important;
  text-transform: capitalize !important;}

.contact-border-table tr td:first-child {
  font-weight: bold !important;
}
span.group_location {
    display: flex;
}
.group_location .field__item {
margin-right: 10px;
}
table {
    width: 100%;
}
.table-hr th,
.table-hr td {
  border-top: none;
  font-size: 20px;
  text-transform: capitalize;
}

.table-hr th {
  padding-left: 0 !important;
}

.person-img {
  height: 600px;
  max-width: 100%;
  position: absolute;
  top: -260px;
  outline: 2px solid var(--secondary-color);
  outline-offset: -20px;
  z-index: 9;
}
.profile-details {
   min-height: 350px;
}
.person-img-border {
  width: 91%;
  height: 94%;
}

.text-border-radius.position-relative.mb-5.right-heading-box.section-border.person-info-right {
    margin-top: 375px;
}

/* Person Single End */

/* -------------------------------------------------------------------- */

/* Resources Grid Start */

.grid-border {
  border-radius: 0 0 35px 0;
  border: 2px solid var(--primary-color);
  background-color: #e8ecfb;
  height: 100%;
}

.body-top-margin .grid-border span {
  width: auto;
  display: block;
  border-top: 4px solid var(--primary-color);
}

.grid-padding {
  padding: 12px 20px 12px 12px;
}

.grid-padding h3 {
  min-height: 100px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 46px;
}

.grid-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.grid-link a:first-child {
  text-decoration: underline;
  font-size: 12px;
  font-family: var(--teritiary-font);
  width: 80%;
  word-wrap: break-word;
}

.grid-link a i {
  color: #1a5ff1;
}

.directory-btn {
  width: 100%;
  border-radius: 0 0 30px 0;
  border: none;
  padding: 15px 22px;
  background-color: var(--secondary-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.directory-btn i {
  font-size: 22px;
  color: var(--primary-color);
}

.directory-btn span, a.btn-text button span {
  font-family: var(--teritiary-font);
  color: var(--primary-color);
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Resources Grid End */

/* -------------------------------------------------------------------- */

/* Breadcrumbs Start */

.breadcrumbs {
  background-color: #223763;
  /*padding: 0 0 16px;*/
  border-top: 1px solid var(--secondary-color);
  position: relative;
  margin-bottom: 50px;
}

.breadcrumbs .breadcrumbs-bordertop {
  /* position: absolute;   */
  top: -14px;
  color: var(--teritiary-color);
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
  border-top: 3px solid var(--secondary-color);
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.breadcrumbs .breadcrumbs-bordertop a {
  /* position: absolute;   */
  top: -14px;
  color: var(--teritiary-color);
  font-family: var(--secondary-font);
  text-transform: uppercase;
  font-weight: 600;
  width: fit-content;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 5px;
  display: inline-block;
  margin-left: 5px;
}

.breadcrumbs span {
  color: var(--teritiary-color);
  font-family: var(--teritiary-font);
  font-weight: 600;
  font-size: 14px;
}

.breadcrumb {
    padding: 0 !important;
    background-color: #223763;
}

ol.breadcrumb {
   margin-bottom: 6px !important;
}

/* / Breadcrumbs End / */

.name-style {
  font-family: var(--primary-font) !important;
}

.contact-info-d p {
  font-family: var(--primary-font) !important;
  padding-bottom: 0;
}

.btn-cnt {
  position: absolute;
  bottom: 0;
  right: 0;
}

.btn-cnt .btn-right-arrow {
  margin-top: 0;
  padding: 8px 80px 8px 25px;
}

/* Court of Common Pleas Starts Here */

.path-courts .breadcrumbs {
  margin-bottom: 0 !important;
}

.courts-btn {
  background-color: transparent;
}

.courts-btn a {
  background-color: var(--courts-green) !important;
}

.courts-top-heading{
  border-top: 6px solid var(--courts-green);
}

.courts-common-pleas-bg {
  background: linear-gradient(180deg, #F7F8F5 0%, #EAF2D9 100%);
  /* text-align: center; */
}

.divider {
  background-color: var(--secondary-color);
  padding: 4px 10px;
  width: 18%;
}

.divider-center {
  display: flex;
  justify-content: center;
  margin-top: 46px;
  margin-bottom: 46px;
}
.courts-common-pleas-bg ol {
	    margin-left: 30px;
}
.courts-common-pleas-bg p, 
.courts-common-pleas-bg ol li {
  font-family: var(--teritiary-font);
  font-size: 20px !important;
  font-weight: 400 !important;
  text-align: center;
  text-align: left;
}
.courts-common-pleas-bg ol li ol { 
	margin-left: 30px;
}
.courts-common-pleas-bg p {
    margin-bottom: 20px !important;
}

.courts-links .teritiary-bg {
  height: 100%;
}

/* Court of Common Pleas Ends Here */

/* Notice to the Public Links Starts Here */

.courts-logo {
  z-index: 1;
  height: 100px;
  transition: all 0.5s ease-in-out;
}

.courts-logo img {
 /* width: 420px; 
    height: auto;*/
  width: fit-content;
  height: 110%;
  max-width: 100%;
  position: relative;
  left: -50px;
  top: 6px;
  transition: all 0.5s ease-in-out;
}

.courts-navbar::before {
  content: '';
  background: linear-gradient(90deg, #0A5A38 0%, #3E8760 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 38%;
  height: 130px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0 0 38px 0;
  z-index: 1;
  box-shadow: 0px 4px 4px 0px #00000040;
  transition: all 0.5s ease-in-out;
} 

.courts-border-radius {
  border-radius: 0 0 35px 0;
  outline: 2px solid var(--courts-green);
  outline-offset: -2px;
  height: 100%;
}

.courts-border-radius .courts-padding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 18px;
}

.courts-padding h3,
.courts-padding a,
.courts-padding i {
  color: var(--white-color);
  text-transform: uppercase;
}

.courts-padding h3 {
  margin-bottom: 0 !important;
}

.courts-padding a {
  font-family: var(--teritiary-font);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  margin-left: 16px;
}

.courts-padding a::after {
  content: '';
  background-image: url(/sites/default/files/images/right-arrow-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 26px;
  height: 18px;
  display: inline-block;
  margin-left: 8px;
}

.courts-quick-links h4 {
  font-weight: 600 !important;
  text-decoration: underline;
}

.courts-quick-links p {
  font-size: 19px !important;
}

.courts-divider {
  background-color: var(--secondary-color);
  padding-bottom: 1px;
  border: none;
  margin: 22px 0px;
}

.courts-links-padding {
  padding: 12px;
  height: 100%;
}

.courts-common-pleas-bg h2 {
  font-weight: 600;
  margin-top: 40px;
  text-align: left;
}

.courts-horizontal-bottomline {
  border-top: 2px solid var(--secondary-color);
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}

.courts-banner-whiteline {
  position: relative;
  border: 1px solid var(--white-color);
  margin-top: -28px;
}

.courts-horizontal-topline {
  border: 1px solid var(--secondary-color);
  margin-top: 38px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: contents !important;
}

.page-node-type-courts-content .features a h4 {
  font-size: 19px !important;
  font-weight: 600 !important;
  font-family: 'Montserrat' !important;
  line-height: 23.16px !important;
  color: #000000 !important;
}

.page-node-type-courts-content .features a h4:hover {
  color: var(--primary-color) !important;
}

/* Notice to the Public Links Ends Here */

.page-node-type-medium-template .image-style-large {
    height: 400px !important;   
}

.page-node-type-medium-template .indicators {
    bottom: -400px !important;
}

/* ----------------------------------------------------------- */

/* Footer Start */

.footer-hr {
  padding-top: 20px;
}

.footer-gradient {
  background-color: #0b1128;
  background: -webkit-linear-gradient(0deg, #0b1128 0%, #262e49 91%) !important;
  background: -moz-linear-gradient(0deg, #0b1128 0%, #262e49 91%) !important;
  background: -ms-linear-gradient(0deg, #0b1128 0%, #262e49 91%) !important;
  background: -o-linear-gradient(0deg, #0b1128 0%, #262e49 91%) !important;
  background: linear-gradient(0deg, #0b1128 0%, #262e49 91%) !important;
}

.footer-top {
  border-top: 2px solid var(--secondary-color);
}

.icons {
  padding-left: 0 !important;
}

.copyright {
  border-top: 1px solid #eada8a;
}

.text-reset {
  text-decoration: underline;
}

.text-capitalize p {
  margin-bottom: 4px !important;
}

.contact .text-capitalize p:first-child {
  line-height: 1;
}

.icons a {
  text-decoration: none !important;
}

.fa-brands {
  font-size: 30px;
  margin-top: 20px;
}

.twitter-img {
  height: 30px;
  margin-top: 0 !important;
    max-width: fit-content;
}

.footer-links {
  font-family: var(--primary-font);
  color: var(--teritiary-color);
  /*text-transform: capitalize; */
  font-size: 15px;
}

.footer-links ul li a {
    color: #fff;
}

.footer-links ul li a.text-reset {
  text-decoration: underline;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.footer-links li {
  list-style-type: none;
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
}

.footer-text,
.copy-right {
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
}

.footer-links h6 {
  font-size: 29px;
  font-weight: 600;
  line-height: 25px;
}

.copy-right {
  font-family: var(--primary-font);
}

.copyright-border-top {
  border-top: 1px solid var(--secondary-color);
}

.footer-horizontal-topline {
  border-top: 3px solid var(--secondary-color);
  margin-top: 0 !important;
}

/* Footer End */

/* Media Queries */

@media only screen and (max-width: 320px) {
  .delco-section-padding {
    padding: 72px 16px;
  }

  iframe {
   width: 100%;
   height: 100%;
  }

}

@media only screen and (min-width: 320px) and (max-width: 425px) {
   .delco-news h2 {
      font-size: 36px;
  }
}

@media only screen and (max-width: 375px) {

   .navbar-height a img {
    width: 230px !important;
   }   

  /* .info-section-padding {
    padding: 10px 22px 14px 22px;
  } */

  .navbar-toggler {
    display: contents;
  }
  
  .body-main-section h3 {
    font-size: 26px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
  .info-section-padding {
    padding: 79px 32px;
}
}

@media only screen and (max-width: 425px) {

   .img-sizing {
     width: 100%;
   }

  img[data-align="left"] {
    float: none;
    display: block;
}

  .video-width p .elections-iframe {
  width: 100% !important;
  }

  .body-main-section h2 strong {
    font-size: 28px !important;
  }

  .delco-section-padding,
  .info-section-padding {
    display: inline !important;
  }

  .text-border-radius,
  .info-border {
   /* padding: 30px; */
    margin-bottom: 20px !important;
  }

  .search-moreinfo {
    padding: 44px;
  }

   .banner-content h2 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .body-main-section h2 strong {
    font-size: 36px !important;
  }

  .img-sizing {
     width: 70%;
  }
}

@media only screen and (min-width: 321px) and (max-width: 589px) {
  iframe {
   width: 100%;
  }
}
@media only screen and (max-width: 768px) {
    .box-shadow {
        margin-bottom: 30px;
    }
    .events-padding-1 {
        padding: 0px 20px 50px 0;
    }
  
}

@media only screen and (max-width: 767px) {
.text-border-radius.position-relative.mb-5.right-heading-box.section-border.person-info-right {
    margin-top: 10px !important;
}
   .courts-updates {
     margin-top: 40px;
   }
   
   .body-main-section h3.h2 {
     padding-top: 20px;
   }

   .top-highlight-section span {
     display: inline-block;
   }
   
   .signup-border .signup-info,
   .signup-info {
     font-size: 50px;
   }

   .signup-border .news-signup {
     justify-content: center !important;
  }

   .courts-updates {
    margin-top: 40px;
   }

   .popularlinks-horizontal-bottomline {
     margin-top: 56px;
   }
   .breadcrumbs {
     margin-bottom: 16px;
   }
   .right-side-link-section {
     margin-left: 0;
   }
   .section-border {
    margin-top: 0 !important;
   }
   .body-main-section {
    margin-bottom: 0;
   } 
   .gradient-bg {
      height: auto;
   }
     .spotlight-padding {
     padding-top: 50px;
     padding-bottom: 140px;
   }
   .body-main-section h2 {
     font-size: 30px !important;
   }
  .carousel-slider-bg {
    width: 96%;
  }
  .related-links {
    text-transform: capitalize;
    padding: 24px 20px 8px 0;
  }

  .news-img {
    min-height: auto;
  }

  .events-horizontal-bottomline {
    margin-top: 26px;
  }
  .mobile-bg {
    background-color: #283972;
  }
  .news-horizontal-bottomline {
    margin-top: 40px;
  }

   .text-float {
    float: left !important;
    margin-top: 0px !important;
  }

  .delco-bg::before {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    display: none;
  }

  .signup-info {
    margin-top: 0 !important;
    margin-bottom: 16px;
    margin-left: 0 !important;
  }

  .placeholder input {
    width: 100%;
    margin-bottom: 16px;
  }

  .flex {
    display: inline;
  }

  .subscribe-button {
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .breadcrumbs span {
    float: left !important;
    padding-bottom: 16px;
  }

 .view-all-link {
    float: left;
  }
 
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .subscribe-button button {
    padding: 12px 60px;
  }

  img[data-align="right"] {
    float: none;
    margin-left: 0px;
  }

  .spotlight-logo-img {
    width: 100%;
    background-size: 60%;
  }
}

/* @media only screen and (min-width: 576px) and (max-width: 767px) {
   .container-sm, .container {
        max-width: 720px !important;
    }
} */

@media (max-width: 991px) {
    .container-md, .container-sm, .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

  .delco-section-padding {
    padding: 92px 16px;
  }
  
  .info-section-padding {
    padding: 64px 32px;
 }

  .button-bottom .svg-inline--fa, a.btn-text button span {
     font-size: 16px !important;
   }

  .primary-button, .secondary-button {
     min-width: 150px;
   }

  .spotlight-logo-img {
    width: 100%;
    height: 100%;
   }

  .btn-text {
    font-size: 14px;
  } 
}

@media only screen and (max-width: 991px) {

 /* .courts-navbar::before {
    width: 84% !important;
    height: 74px !important;
  }*/
    .nav-button .fa-bars {
        color: #fdfdff;
        font-size: 28px;
        font-weight: 900;
    }
.navbar-menu {
        margin-top: 25px !important;
}
.courts-navbar {
	height: auto !important;
}
  .courts-logo {
    height: auto !important;
  }
.courts-navbar {
background: linear-gradient(90deg, #0A5A38 0%, #3E8760 100%);
    height: 130px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-radius: 0 0 38px 0;
    z-index: 1;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: all 0.5s ease-in-out;
}
.courts-navbar::before {
    display:none;
}
  .courts-logo img {
    width: 240px !important;
        left: 0;
  }

  h2 {
    font-size: 36px;
  }

  .fa-bars {
    color: var(--primary-color);
    font-size: 28px;
    font-weight: 900;
  }

  .navbar-menu {
    position: absolute;
    z-index: 999;
    background-color: var(--white-color);
    width: 100%;
    left: 0;
    margin-top: 40px;
    padding-left: 22px;
  }

  .navbar .container {
    display: flex;
  }

  .person-img {
    height: auto;
    position: initial;
  }

  .view-all-link {
    font-size: 28px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .signup-border .signup-info,
    .signup-info  {
      font-size: 40px !important;
   }
}


@media only screen and (min-width: 426px) and (max-width: 1199px) {
    .banner-content h2 {
    font-size: 42px;
    }
}

@media only screen and (min-width: 376px) and (max-width: 1199px) {  
  .body-main-section h3 {
    font-size: 30px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {

  .body-main-section ol {
    margin-left: 42px !important;
   }
  
  h2 {
    font-size: 46px;
  }

}

@media only screen and (max-width: 1199px) {

   .courts-padding h3 {
     font-size: 26px;
   }

 /*  img[data-align="left"] {
    float: none;
  } */

  /* .img-side-content img {
     float: inline-start !important;
   } */

   .courts-padding h3 {
     font-size: 26px;
  }

   /*.navbar-height {
     height: 60px;
   }*/

   .navbar-height a img {
     width: 230px;
   }
}

/* @media only screen and (min-width: 768px) and (max-width: 1204px) {
  .footer-links ul li {
     font-size: 12px;
  }
} */

@media only screen and (max-width: 1024px) {
  .body-section-details {
    padding: 42px 26px 34px 33px;
  }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1290px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .courts-navbar::before {  
     left: 0px;
     top: 0;
     width: 26%;
     height: 86px;
    transition: all 0.5s ease-in-out;
   }

  .courts-logo {
    z-index: 1;
    height: 46px;
   transition: all 0.5s ease-in-out;
  }
  
  .courts-logo img {
    width: 246px;
    height: auto;
    position: relative;
    left: 0;
    top: 5px;
    transition: all 0.5s ease-in-out;
  } 
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
   .courts-navbar::before {  
     left: 0px;
     top: 0;
     height: 75px;
    transition: all 0.5s ease-in-out;
  }

   .courts-logo {
    z-index: 1;
    height: 0px;
    transition: all 0.5s ease-in-out;
  }
  
  .courts-logo img {
    width: 224px;
    height: auto;
    position: relative;
    top: -18px;
    transition: all 0.5s ease-in-out;  
  } 

  .courts-navbar .container .nav-button .menu--courts-menu ul li a {
    font-size: 14px;
    transition: all 0.5s ease-in-out; 
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .courts-navbar::before {
    width: 30%;
  }

  .courts-logo img {
    left: -18px;
  }
}


@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .courts-navbar::before {
    width: 26%;
  }

  .courts-logo img {
    left: -24px;
  }
}

.breadcrumb-item a {
color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
color: #fff !important;
}

.page-title {
margin: 0;
}

.svg-inline--fa {
    font-size: 30px;
}

.carousal-btn-text a:nth-child(2) {
    font-family: var(--teritiary-font);
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.media {
    display: block !important;
}

.button-bottom .svg-inline--fa {
   font-size: 22px;
   color: var(--primary-color);
}

.social-icons {
  margin-top: 20px;
  gap: 20px;
}

.imp-notice {
  text-align: center;
}

.delco-bg .pt-4, .search-moreinfo {
    height: 100%;
}

.body-main-section ol li a {
    word-wrap: break-word;
}

.body-main-section p iframe {
   width: 100%;
}

a.row_btn {
  padding: 12px 24px !important;
  min-width: 276px;
  background-color: var(--secondary-color) !important;
  font-family: var(--teritiary-font) !important;
  color: var(--primary-color) !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  border: none !important;
  box-shadow: none !important; 
    display: inline-block;
}

.body-main-section ul li ul {
    margin-bottom: 0;
}

.body-main-section .treasurer-office-links ul li a {
    text-decoration: none !important;
}

.elections-iframe {
   width: revert-layer !important;
}

/* iframe[title="Board of Elections Public Meeting 6.24.24 9a"] {
   width: revert-layer !important;
} */

.voter-helpful-links {
  display: inline-block;
}

.bod-elections, .county-week a {
  display: inline-block;
}

.county-week p {
  padding: 0 0 12px 0;
}

.county-week ul {
  margin-bottom: 30px;
}

.council-center p {
  text-align: center;
}


.inner-banner-right h3,
.inner-banner-right p,
.clearfix p { 
  color: var(--white-color) !important;
}

.ol-margin-right p {
    margin-left: 20px;
}

.page-node-type-large-template .breadcrumbs.no-use {
    margin-bottom: 0 !important;
}

.view-large-template-slider-section .view-content .hero-banner-whiteline {
    margin-bottom: 78px !important;
}

/* County Week Table */

tr.county-week {
    background-color: #eada8a;
}

.large-banner {
    margin-top: 60px;
}

.carousel {
  z-index: 0 !important;
}

.footer-gradient .navbar-nav .nav-item .nav-link,
.footer-gradient .clearfix ul li a {
   font-family: var(--primary-font);
   text-decoration: underline;
   padding: 0 0 4px 0 !important;
}

.copy-right .clearfix p {
  text-align: center !important;
  font-weight: lighter !important;
}

.copy-right .clearfix p a {
  color: var(--white-color) !important;
  text-decoration: underline;
  text-transform: capitalize;
}


.expand-btn {
    background: #F7F8F5;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 20px;
    display: inline-block;
    color: #223763;
    margin-bottom: 20px;
    font-family: var(--teritiary-font) !important;
    cursor: pointer;
}

.expand-btn span {
   font-family: var(--teritiary-font) !important;
    color: #1A5FF1;
    font-weight: 600;
    font-size: 26px;
    line-height: 0;
    position: relative;
    top: 2px;
}

.path-user .js-form-submit {
font-family: var(--secondary-font);
    color: var(--primary-color);
    font-size: 29px;
    font-weight: bold;
}


/* ======= megamenu style start ========= */
header .navbar {
    z-index: 99;
}
.tb-megamenu {
	background-color: transparent;
}

.tb-megamenu .nav > .active > a, 
.tb-megamenu .nav > .active > a:hover, 
.tb-megamenu .nav > .active > a:focus, 
.tb-megamenu .nav > .active > span.tb-megamenu-no-link, 
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:hover, 
.tb-megamenu .nav > .active > span.tb-megamenu-no-link:focus {
    background-color: transparent;
    color: #223763;
}

.tb-megamenu .nav > li > a:focus, 
.tb-megamenu .nav > li > a:hover, 
.tb-megamenu .nav > li > span.tb-megamenu-no-link:focus, 
.tb-megamenu .nav > li > span.tb-megamenu-no-link:hover {
    color: #194ebd;

}

.tb-megamenu .nav > li > a, 
.tb-megamenu .nav > li > span.tb-megamenu-no-link,
.az-button a {
    font-family: var(--teritiary-font);
    font-size: 18px;
    border-right: none;
    border-top: 0;
    color: #223763;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
}
.tb-megamenu .tb-block ul li, .tb-megamenu .tb-block .nav li {
    margin-bottom: 10px;
}

.tb-megamenu .nav li.dropdown > .dropdown-toggle .caret {
    display: none;
}

.tb-megamenu .mega-align-justify > .dropdown-menu {
    padding-top: 50px;
    width: 100% !important;
   z-index: -1;
   top: 108px !important;
}
.tb-megamenu, .contextual-region {
    position: initial;
}

.tb-megamenu .nav li.level-1 .mega-dropdown-inner {
    max-width: 1199px;
    margin: auto;
    padding: 0 0px 28px;
}
.tb-megamenu .mega-inner {
    padding: 10px 0;
}

.tb-megamenu .nav > li > a:hover, .tb-megamenu .nav li.dropdown.open > .dropdown-toggle {
	background: #EAF1FF;
	color: #223763;
}

.tb-megamenu .navbar-nav {
    flex-direction: column;
}  
  
.tb-megamenu .navbar-nav .nav-item a {
    font-family: var(--teritiary-font);
	color: #000;
	font-size: 16px !important;
	font-weight: 600 !important;
}


.tb-megamenu .row-fluid + .row-fluid {
    border-top: none;
}

.tb-megamenu .mega-align-justify > .dropdown-menu {
   border-bottom: none;
   background: url('../images/delco-megamenu-bg-logo.png'), #F7F8F5;
   background-repeat: no-repeat;
  background-position: 111% 102%;
    padding-left: 20px;
    padding-right: 20px;
}
.tb-megamenu .mega-align-justify > .dropdown-menu h5 {
  font-family: var(--secondary-font);
  color: #223763;
  font-size: 26px;
  margin-bottom: 15px;
  line-height: 35.26px;
}

.tb-megamenu-column nav.block-menu ul.navbar-nav li a,
.tb-megamenu-column nav.block-menu ul.navbar-nav li a:hover {
  font-family: var(--teritiary-font);
}

@media (max-width: 979px) {

.tb-megamenu .btn-navbar {
       background-image: none;
        background-color: transparent;
        border: none;
    }
 .tb-megamenu .nav-collapse {
 	top: 75px;
      left: 0;
      height: auto;
    }
.tb-megamenu .nav-collapse, .tb-megamenu .nav-collapse.collapse {
       overflow: hidden;
       height: auto;
    }
.tb-megamenu .mega-align-justify > .dropdown-menu {
    background-position: initial;
}
  .tb-megamenu .nav {
	display: block !important;
   }
.tb-megamenu .mega-align-justify > .dropdown-menu {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
}

.tb-megamenu .nav-collapse .nav > li > a, .tb-megamenu .nav-collapse .dropdown-menu a {
        border-bottom: none;
        border-right: none;
        color: #000;
    }
.tb-megamenu-item.level-1 > a {
	 color: #fff !important;

}

}

.right-heading-box .field .field__item a {
  color: var(--primary-color) !important;
  font-family: var(--teritiary-font);
  font-weight: 700;
  font-size: 22px;
}

.right-heading-box ul li a {
  font-size: 21px !important;
  font-weight: 500 !important;
}

.body-main-section .btn-primary,
.body-main-section .btn-primary strong,
.body-main-section p a.myBtn,
.body-main-section p a.myBtn strong {
  color: var(--primary-color) !important;
  text-decoration: none;
  font-weight: bold !important;
}

.body-main-section p a {
  white-space: unset !important;
}

.body-main-section table.table {
    margin-bottom: 0px !important;
}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
    background: 0 0;
    border-color: transparent !important;
}
/* .body-main-section p em strong {
    color: red !important;
    font-weight: 400 !important;
} */

.alert-red {
   color: #ff0000;
}

.body-main-section p a button {
    font-family: var(--teritiary-font);
    font-size: 18px;
    border-right: none;
    border: none;
    color: #223763;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 0 0 22px 0;
    background-color: var(--secondary-color);
    padding: 12px 20px;
    margin-bottom: 16px;
    margin-right: 16px;
}

.taxes-links p {
   font-size: 24px !important;
}

.page-node-type-large-template .breadcrumbs {
   margin-bottom: 0 !important;
}
p#TrailsButton a strong {
    font-family: 'Montserrat';
}

.image-container a img,
.image-container img {
    margin-bottom: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
} 

.image-container {
  padding-left: 0 !important;
}

.dialog-off-canvas-main-canvas {
  height: auto !important;
}

.region-content,
div#topsection {
  padding: 0 !important;
}

.inner-banner-right p strong {
  color: white !important;
}

.alphabet-navigation a {
  margin-left: 5px;
  color: var(--primary-color) !important;
  font-size: 20px;
  font-weight: 500;
  font-family: var(--teritiary-font) !important;
  background-color: var(--secondary-color);
  padding: 6px 12px;
  border-radius: 24px;
  line-height: 50px;
}

.alphabet-navigation a:hover {
  color: var(--secondary-color) !important;
  text-decoration: none !important;
  background-color: var(--primary-color);
}

.alphabet-section h2 {
  color: var(--secondary-color) !important;
  font-family: var(--primary-font) !important;
  background-color: var(--primary-color) !important;
  padding-left: 14px;
  border-radius: 24px;
}

.content-item .alphabet-section .content-title a {
  color: var(--primary-color) !important;
  font-family: var(--teritiary-font) !important;
  font-size: 20px;
  margin-left: 20px;
}

.content-item .alphabet-section .content-title a:hover {
  text-decoration-color: var(--secondary-color) !important;
}

a.searchable::before {
    content: '.';
    font-size: 17px;
    vertical-align: top;
    font-weight: 900 !important;
    margin-right: 10px;
    text-decoration: none !important;
}

.alphabet-section a {
  font-size: 16px;
  color: var(--primary-color) !important;
  font-weight: 500;
}

.searchInputWrapper #search-input1 {
  border-color: var(--secondary-color) !important;
  border-radius: 14px;
}

.alphabet-section {
  border-top: none !important;
}

.field__item a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}

.field__item a {
  padding: 0 !important;
  text-decoration: none !important;
}

/* ============ Events Calendar Starts Here ===============*/

#selectagenda {
  width: 29% !important;
  margin-right: 15px !important;
  margin-left: 15px !important;
}

#selectagenda option {
  background-color: white;
}

.view-filters {
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.view-filters select,
#selectagenda {
    font-family: var(--teritiary-font);
    color: #223763;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    background-color: #eaf2d9;
    border: 2px solid #eada8a;
    padding: 10px;
    margin-bottom: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(/sites/default/files/images/60995.png);
    background-repeat: no-repeat;
    background-position-x: 97%;
    background-position-y: 14px;
    height: auto;
    border-radius: 6px;
}

.calendar-accordion .left-date-time .date {
    font-family: var(--secondary-font);
    font-size: 40px;
    color: #223763;
    font-weight: 600;
   /* line-height: 70px; */
}

/* ============ Events Calendar Ends Here ===============*/

.fc-scroller.fc-day-grid-container {
   height: auto !important;
}

.form-item-items-per-page label {
  display: none !important;
}

.page-node-type-large-template .popular-links-padding {
  height: 100%
}

.page-node-type-large-template .popular-links-padding span.responsive_div_poplar_content {
  display: block !important;
  text-align: center;
}

.page-node-type-large-template .popular-links-padding span.responsive_div_poplar_content responsive_img_popular_link {
  width: 100% 1important;
  height: 364px;
}


.path-delco-events .region-content {
max-width: 1290px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.path-delco-events .region-content #selectagenda {
width: 250px !important;
}
.img-left-temp img {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front #col8 {
	max-width: 100%;
    flex: initial;
}
.tb-megamenu-button .fa-bars {
        color: #000 !important;
        font-size: 28px;
        font-weight: 900;
    }
.tb-megamenu .nav-collapse {
        top: 182px;
}
    
.gtrans_block {
  display: block;
  margin-bottom: 14px;
}



/* ========= COSA Designs============ */
.delcosha-dialer {
    width: 120px;
    height: 120px;
    border-radius: 123px;
    border: 2px solid var(--secondary-color);
    box-shadow: 0px 4px 4px 0px #00000040;
    cursor: pointer;
    background: linear-gradient(0deg, #F05A5A, #F05A5A), linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.delcosha-dialer .button__icon {
    background-color: #be0000;
    width: 100%;
    height: 100%;
    border: 4px solid #F05A5A;
}
.button__icon {
    border-radius: 123px;
}
.delcosha-dialer:hover {
    box-shadow: 0px 0px 4px 6px #FFFFFF45;
}
.bg-gradient {
    background: linear-gradient(180deg, rgba(34, 55, 99, 0.6) 0%, #223763 100%);
}
.bg-gradient .text-border-radius {
    padding: 30px;
    border-radius: 0 0 59px 0;
}
.gradient-column {
    padding: 36px;
    background-color: #fff;
}
.delcosha-padding, .bg-gradient {
    padding: 100px 140px;
}
.banner-gradient::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(34, 55, 99, 0) 0%, #223763 100%);
    opacity: 0.8;
}
table.table-img-blocks tr>td {
  border: none !important;
}







.delcosha-dialer {
  width: 120px;
  height: 120px;
  border-radius: 123px;
  border: 2px solid var(--secondary-color);
  box-shadow: 0px 4px 4px 0px #00000040;
  cursor: pointer;
  background: linear-gradient(0deg, #F05A5A, #F05A5A),
  linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.delcosha-dialer:hover {
  box-shadow: 0px 0px 4px 6px #FFFFFF45;
}

.delcosha-dialer .button__icon {
  background-color: #be0000;
  width: 100%;
  height: 100%;
  border: 4px solid #F05A5A;
}

.delcosha-dialer:hover .button__icon {
  background: #BE00004D;
}

.button__icon {
  border-radius: 123px;
}

/* Banner Icon Slider Ends */

/* DELCOSHA Starts Here */

.delcosha-h2 {
  margin-top: .5rem;
}

.delcosha-padding,
.bg-gradient {
  padding: 100px 140px;
}

.delcosha-padding p {
  margin-bottom: 50px !important;
  font-family: var(--alternate-font) !important;
}

.delcosha-links h3,
.popular-links-bg h3 {
  font-size: 30px !important;
  margin-bottom: 20px;
  line-height: 42.59px;
}

.delcosha-links .popular-links-padding {
  padding: 40px 26px 50px 26px;
}

.delcosha-page a.primary-button {
  min-width: 230px;
  font-size: 20px;
}

.delcosha-links .popular-links-padding {
  position: relative;
  min-height: 256px;
  height: 100%;
}

.delcosha-links .popular-links-padding p a {
  text-decoration: underline;
}

.popular-links-bg p {
  font-size: 20px !important;
  font-weight: 400;
}

.top-highlight-section h2 {
  margin: 14px 0 26px 0;
  font-size: 55px;
}

.delcosha-main {
  margin-bottom: 40px;
}

.delcosha-bottomline {
  border: 1px solid var(--secondary-color);
  margin-bottom: 34px;
}

.carousel {
  z-index: 0 !important;
}

/* Offices/Divisions Starts Here */

.office-division-links {
  min-height: 154px;
  border: 6px solid var(--secondary-color);
  border-top-left-radius: 114.5px;
  border-bottom-left-radius: 114.5px;
  border-bottom-right-radius: 59px;
  position: relative;
  z-index: 0;
  box-shadow: 0px 4px 4px 0px #00000040;
}

.office-division-links:hover {
  background-color: #E7F8FF;
}

.office-division-links:hover,
.office-division-symbol:hover {
  border: 6px solid var(--primary-color);
}

.office-division-text {
  color: var(--primary-color);
  font-size: 34px;
  font-weight: 600;
  font-family: var(--secondary-font);
  line-height: 34.85px;
  padding: 18px 10px 18px 156px;
  display: flex;
  align-items: center;
}

.office-division-symbol {
  border: 6px solid var(--secondary-color);
  background: linear-gradient(0deg, #223763, #223763), 
  linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-repeat: no-repeat;
  border-radius: 114.5px;
  width: 150px;
  height: 150px;
  position: absolute;
  left: -5px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}

.program-office-content:hover .office-division-symbol {
  background: linear-gradient(0deg, #1A5FF1, #1A5FF1), 
  linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}

/* .program-office-section_1::after,
.program-office-section_2::after,
.program-office-section_3::after,
.program-office-section_4::after,
.program-office-section_5::after,
.program-office-section_6::after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
  width: 150px;
  height: 150px;
} */

.program-office-section_1::after {
  background-image: url(../images/Adult\ and\ Family\ Services.png);
}

.program-office-section_2::after {
  background-image: url(../images/Children\ and\ Youth\ Services.png);
}

.program-office-section_3::after {
  background-image: url(../images/Drug\ and\ Alcohol.png);
}

.program-office-section_4::after {
  background-image: url(../images/Early\ Intervention.png);
}

.program-office-section_5::after {
  background-image: url(../images/Mental\ Health.png);
}

.program-office-section_6::after {
  background-image: url(../images/Intellectual\ and\ Developmental\ Disabilities.png);
}

.program-office-content:hover .office-division-links, 
.program-office-content:hover .office-division-symbol  {
  border: 6px solid var(--primary-color);
}

.program-office-content:hover .program-office-section_1::after {
  background-image: url(../images/Adult\ and\ Family\ Services\ Hover.png);
}

.program-office-content:hover .program-office-section_2::after {
  background-image: url(../images/Children\ and\ Youth\ Services\ Hover.png);
}

.program-office-content:hover .program-office-section_3::after {
  background-image: url(../images/Drug\ and\ Alcohol\ Hover.png);
}

.program-office-content:hover .program-office-section_4::after {
  background-image: url(../images/Early\ Intervention\ Hover.png);
}

.program-office-content:hover .program-office-section_5::after {
  background-image: url(../images/Mental\ Health\ Hover.png);
}

.program-office-content:hover .program-office-section_6::after {
  background-image: url(../images/Intellectual\ and\ Developmental\ Disabilities\ Hover.png);
}

.program-office-content:hover .office-division-text {
  color: #1A5FF1;
  text-decoration: underline;
}

/* Offices/Divisions Ends Here */

/* DELCOSHA Ends Here */

/* DELCOSHA - Intellectual Disabilities Services Starts Here */

.delcosha-p-black,
.delcosha-p-black p,
.delcosha-p-black ol li {
  font-family: var(--teritiary-font) !important;
  padding: 0 0 34px 0;
  color: var(--black-color) !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 35.95px;
}

.delcosha-subtext p {
  padding: 18px 24px 18px 32px !important;
}

.important-links {
  padding: 14px 20px 34px 0 !important;
}

.important-links p a {
  font-family: var(--alternate-font) !important;
  font-size: 27px !important;
  color: #1a5ff1 !important;
}

.delcosha-listing-black li::marker {
  font-weight: bold;
}

.delcosha-p-black .delcosha-listing-black li {
  padding-bottom: 0 !important;
}

.delcosha-listing-black strong {
  color: #000 !important;
}

.delcosha-listing-black {
  margin-left: 32px;
}

/* DELCOSHA Side Column Starts Here */

.delcosha-side-column {
  padding: 0 34px;
}

.delcosha-side-column p {
  margin-bottom: 20px !important;
}

.delcosha-side-column .text-border-radius {
  padding: 30px;
  min-height: 414px;
  height: 100%;
}

.delcosha-side-column p a {
  text-decoration: underline;
}

.delcosha-horizontal-topline {
  border: 1px solid var(--secondary-color);
  margin-top: 14px;
  margin-bottom: 20px;
}

.delcosha-horizontal-bottomline {
  border: 1px solid var(--secondary-color);
  margin-top: 44px;
}

/* DELCOSHA Side Column Ends Here */

/* DELCOSHA - Intellectual Disabilities Services Ends Here */

/* DELCOSHA - Children and Youth Services Map Stars Here */

.delcosha-banner-bg {
  background-image: url(../images/delcosha-gradient-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  width: 100%;
  height: 100%;
  background-color: #152347;
  padding: 60px 0;
  margin-bottom: 0 !important;
}

.delcosha-banner-bg::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(360deg, rgba(34, 55, 99, 0.36) 0%, #223763 100%);
  opacity: 0.8;
}
img.banner-icon
 {
    max-width: initial;
}

.delcosha-black-text p {
  font-family: var(--teritiary-font) !important;
  color: var(--black-color) !important;
  padding: 0 0 34px 0;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 35.95px;
}

.phone-number {
  color: #1A5FF1;
}

.delcosha-childnyouth p a {
  text-decoration: underline;
  word-break: break-all;
}

.grey-border-content {
  background-color: #f7f8f5;
  border: 2px solid #C6C7C3;
}

.delcosha-childnyouth .grey-border-content {
  padding: 24px 24px 0px 24px !important;
}

.down-arrow {
  margin: 2px 0 4px 28px;
}

/* DELCOSHA - Children and Youth Services Map Ends Here */

/* COSA - Index Starts Here */

.banner-gradient::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(34, 55, 99, 0) 0%, #223763 100%);
  opacity: 0.8;
}

.bg-gradient {
  background: linear-gradient(180deg, rgba(34, 55, 99, 0.6) 0%, #223763 100%);
}

.gradient-column {
  padding: 36px;
  background-color: #fff;
}

.gradient-column p {
  margin-bottom: 20px !important;
}

.bg-gradient .text-border-radius {
  padding: 30px;
  border-radius: 0 0 59px 0;
}

.gradient-column p a {
  text-decoration: underline;
}

/* Disclaimer Starts Here */

.disclaimer-section h3 {
  font-size: 43px;
  font-family: var(--primary-font);
  margin-bottom: 24px;
}

.disclaimer-section {
  padding: 100px 140px;
}

.disclaimer-section p {
  font-family: var(--alternate-font);
}

.cosa-button .primary-button {
  position: static;
  width: 0px;
}

.cosa-button .primary-button::after {
  display: block;
}

.news-gradient::before {
  background: linear-gradient(180deg, rgba(34, 55, 99, 0) 0%, #223763 100%);
}

.cosa-index .popular-links-padding {
  min-height: 230px;
  height: 100%;
}

.contact-info p:first-child {
  font-weight: bold;
}

/* Disclaimer Ends Here */

/* COSA - Index Ends Here */

/* COSA - For Seniors Starts Here */

.cosa-heading {
  text-transform: unset !important;
}

.cosa-heading p a {
  text-decoration: underline;
}

/* COSA - For Seniors Ends Here */

/* COSA Programs Starts Here */

.cosa-banner-bg {
  background-image: url(../images/cosa-gradient-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 0 !important;
  width: 100%;
  height: 100%;
  background-color: #152347;
  padding: 60px 0;
  margin-bottom: 0 !important;
}

.cosa-banner-bg::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(34, 55, 99, 0.36) 0%, #223763 100%);
  opacity: 0.8;
}

/* COSA Programs Ends Here */

/* Public Systems */
.icon-block {
  text-align: center;
  padding: 20px;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  min-height: 310px;
  margin-bottom: 30px;
  transition: transform 0.3s, box-shadow 0.3s;
}

.icon-block:hover {
  transform: translateY(-5px);
  box-shadow: 0px 4px 4px 0px #00000040;
}

.icon-block i {
  font-size: 34px;
  color: #EADA8A;
  background-color: #223763;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  align-items: center;
  display: inline-grid;
  justify-content: center;
}

.icon-block h4 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
}

.icon-block a {
  color: inherit;
  text-decoration: none;
}

.icon-block a:hover {
  text-decoration: underline;
}

.icon-block h4 a {
  font-size: 26px !important;
}

.icon-block p a {
  font-size: 18px !important;
  font-weight: 500;
}

#navbarNavDropdown .nav-item {
     background-color: var(--secondary-color);
    border-radius: 0 0 22px 0;
    font-size: 18px;
    border-right: none;
    border-top: 0;
    min-width: 120px;
    margin: 0 10px;
    
}
#navbarNavDropdown .nav-item a {
    font-family: var(--teritiary-font);
    color: #223763;
    font-weight: 600;
    text-transform: capitalize;
    cursor: pointer;
    padding: 10px 18px;
}
#navbarNavDropdown .navbar-nav {
flex-direction: row;
margin-top: 30px;
}
/* ================================ */

/* Media Queries */

@media only screen and (max-width: 767px) {
  .delcosha-dialer {
    width: 80px;
    height: 80px;
  }

  .button__icon img {
    width: 50%;
  }
.custom-img {
    height: auto !important;
}
#navbarNavDropdown .navbar-nav {
    flex-direction: column;
}
#navbarNavDropdown .nav-item {
    margin: 5px 10px;
}
#navbarNavDropdown .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    margin-top: 12px;
}
.carousel-inner img {    
    height: auto;
    object-fit: contain;
}
.carousel-slider-bg {
    position: static;
}
}

@media only screen and (max-width: 575px) {
  .dialer {
    float: left !important;
    margin-top: 14px;
  }
}

@media only screen and (max-width: 1199px) {
  .delcosha-padding,
  .bg-gradient,
  .disclaimer-section {
    padding: 26px 0px;
  }

  .delcosha-subtext p {
    padding: 0 0 34px 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .office-division-text {
    font-size: 24px;
    padding: 7px 10px 7px 127px;
  }

  .program-office-section_1::after,
  .program-office-section_2::after,
  .program-office-section_3::after,
  .program-office-section_4::after,
  .program-office-section_5::after,
  .program-office-section_6::after {
    background-size: 60%;
  }

  .office-division-symbol {
    width: 120px;
    height: 120px;
  }

  .office-division-links {
    min-height: 120px;
  }
.carousel-inner-large img {
    height: auto;
}
.profile-details {
   min-height: auto;
}

}

/* .page-updated {
  color: var(--teritiary-color);
  font-family: var(--teritiary-font);
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: -32px;
} */

.fc-view.fc-dayGridMonth-view.fc-dayGrid-view {
    display: block;
    width: 100%;
    overflow-x: auto;
}
.fc-dayGridMonth-view table {
    table-layout: initial;
}
 
 
.js-form-wrapper .fieldset-legend {
   font-family: var(--primary-font) !important;
    margin-bottom: 20px !important;
    color: var(--primary-color) !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.custom_yellow  {
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    padding: 18px;
    background-color: var(--teritiary-color);
}

@media only screen and (min-width: 2000px) {
.courts-navbar::before {
        width: 47%;
    }
}


/* Style for all Basic Pages */


/* Style for paragraphs inside the body */
.node--type-page p {
  font-family: var(--teritiary-font) !important;
    padding: 0px 0 20px 0;
    color: var(--primary-color) !important;
    font-size: 20px !important;
    font-weight: 400;
    line-height: 1.5 !important;
}


.node--type-page a, .node--type-page p a {
    font-family: var(--teritiary-font) !important;
    color: #1a5ff1 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
 }
 
.node--type-page p a, 
.node--type-page a,
.node--type-page ul li a, 
.node--type-page ol li a,
.node--type-page p a {
    text-decoration: underline;
    font-size: 20px !important;
    word-wrap: break-word;
  }
  
.node--type-page img {
    margin-bottom:10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  
.node--type-page h2, 
.node--type-page h2 a, 
.node--type-page h2 strong {
    font-family: var(--primary-font) !important;
    color: var(--primary-color) !important;
    font-size: 40px !important;
    line-height: normal !important;

}



.node--type-page h3, 
.node--type-page h3 a, 
.node--type-page h3 strong {
  font-family: var(--primary-font) !important;
  margin-bottom: 20px !important;
    color: var(--primary-color) !important;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: normal !important;
}

.node--type-page h4, 
.node--type-page h4 a, 
.node--type-page h4 strong {
    font-family: var(--secondary-font) !important;
    color: var(--primary-color) !important;
    font-size: 32px !important;
    font-weight: bold !important;
    margin-bottom: 20px;
}


.node--type-page h5, 
.node--type-page h5 a, 
.node--type-page h5 strong {
  font-family: var(--teritiary-font) !important;
  color: var(--primary-color) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}


.node--type-page  h6, 
.node--type-page  h6 a, 
.node--type-page  h6 strong {
  font-family: var(--secondary-font) !important;
  color: var(--teritiary-color) !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: 600 !important;
}

.node--type-page ul li, .node--type-page ol li  {
  font-family: var(--teritiary-font) !important;
  font-size: 24px !important;
  margin-bottom: 16px !important;
  color: var(--primary-color) !important;
  line-height: 35.95px;
}

.node--type-page ul li::marker {
  font-size: 12px;
}


.node--type-page ul li {
    list-style: disc !important;
}


.node--type-page ol {
  font-family: var(--teritiary-font)!important;
  margin-left: 38px !important;
}

.node--type-page ul {
  font-family: var(--teritiary-font) !important;
  margin-left: 20px  !important;
  margin-bottom: 42px;
}

.node--type-page table {
  margin-bottom: 30px !important;
}


.node--type-page p a button {
    font-family: var(--teritiary-font);
    font-size: 18px;
    border-right: none;
    border: none;
    color: #223763;
    font-weight: bold;
    text-transform: capitalize;
    cursor: pointer;
    border-radius: 0 0 22px 0;
    background-color: var(--secondary-color);
    padding: 12px 20px;
    margin-bottom: 16px;
    margin-right: 16px;
}



article.node.node--type-page.node--view-mode-full {
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.fc-day-grid-event .fc-content {
white-space: initial !important;
}


.carousel-indicators li {
    list-style: none !important;
    border: 1px solid var(--primary-color) !important;
}
#contentSlider2 .carousel-inner .carousel-item img {
    height: 400px !important;
}
#contentSlider2 .indicators {
    bottom: -435px !important;
}
.carousel-slider-bg {
    width: 100%;
}

.page-node-type-cosa-medium-template .carousel {
    border: 3px solid #ddcc75;
}
.page-node-type-cosa-medium-template .carousel p {
	padding-bottom: 0px;
}

.large-template-slider .indicators {
	bottom: 70px;
position: inherit;
}
@media only screen and (max-width: 767px) {
	.large-template-slider .indicators {
	bottom: 0px;
}

}



 







































