:root {
  --primary-color:#06570B; /*green*/
  --primary-color-hover:#086f0e;
  --primary-color-op80:rgba(6,87,11, 0.8); /**/
  --primary-color-op90:rgba(6,87,11, 0.9); /**/

 
   
  --accent-color: #35363A; 
   --accent-color-hover:#606060;

    --backdrop:#ffffff;
    --backdrop-2:#f3f3f3;
    --backdrop-op90:rgba(243,243,243,0.90);
 

 
  /*box shadows*/
 --bs-v1:#86868A  0px 0px 3px;
     --bs-v2:1px 1px 8px #4b4b4e inset;
     --bs-v3:1px 1px 2px #86868A inset;
      --bs-v4:rgba(170,170,171,0.45)  1px 1px 14px 0px;
     
     /*fonts*/
     --title-font-color:#06570B; /*green*/
    --title-font-family:'Playfair Display', serif;
    --secondary-font-family:"Poppins", sans-serif;
    /* --body-font-family: Verdana, sans-serif; */
    --body-font-family: "Poppins", sans-serif;
    
  
     /* scrollbar-color: var(--primary-color) var(--secondary-color); */


}
body {
  overflow-x: hidden;
    font-family:var(--body-font-family);
  
}
/* .page-content{
    overflow-x:hidden;
} */
body,h1, h2, h3, h4,h5,h6, p {
    line-height:1.1;
}
h1:empty, h2:empty, h3:empty, h4:empty,h5:empty,h6:empty, p:empty{
    display:none;
} 
.basic-block .dark-op75 {
    text-shadow: none;
}
body, p {
    line-height:1.5;
}
form.button-transparent {
    border-width:0;
}
.theme1 .theme-primary-hover-in{
    background-color:rgba(0,0,0,0.4);
}
/*-------------------------------------------------------------header----------------------------------*/

/*----------------------------------------------------------transparent navigation---------------------------------*/
    header.master-layout-2:not(.no-banner):not(.scrolled-head){
        background:transparent;
    }
header:not(.no-banner):not(.scrolled-head) ul.child-nav li a{
/*     color: white; /* YOU COLOR HERE FOR THE DROP DOWN MENU LINKS */ 
}
header.master-layout-2 .MyProfile_Member .fullView {
    /* background: var(--primary-color-dark-op80); */
    background:white;
    top: 100px;
}
@media(hover:none) or (max-width:1024px){
 header.master-layout-2 .MyProfile_Member .fullView {
    top: 60px;
}
}

header.master-layout-2 .MyProfile_Member .fullView a{
     color:#2a2a2a;
}
header.master-layout-2 .MyProfile_Member .fullView a:hover, 
header.master-layout-2 .MyProfile_Member .fullView a:focus {
    /* text-decoration: underline; */
    /* color: white; */
    color:white;
    background: var(--primary-color);
}
/* header:not(.no-banner):not(.scrolled-head) #main-menu ul.child-nav:not(.showMobile){
    background:var(--primary-color-dark-op80);
}  */
/* header:not(.no-banner):not(.scrolled-head) #main-menu ul:not(.showMobile) a {
   
    background-color: white;
} */
header #main-menu ul:not(.showMobile) a:hover {
    /* background-color:var(--primary-color-op80); */
     background-color: var(--primary-color);
     color:white;
}
 header:not(.scrolled-head):not(.no-banner) {
  /* To make the header transparent */ 
   /* background: linear-gradient(to bottom, rgba(0,0,0,1) 0% ,  rgba(0,0,0,.2) 50%);*/
      background:transparent;
     
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0); /* To remove the box shadow */
  }

   header.scrolled-head, header.no-banner {
      box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0); /* To remove the box shadow */
  }


  
 header:not(.scrolled-head):not(.no-banner):after{
content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 180px;
        background-image: linear-gradient(to bottom, #000, rgba(0, 0, 0, 0));
        opacity: 0.8;
    z-index: -1
}


  body:not(.module-page) .header-space {
      display: none ; /* Conditionally Removes the header space */
  }
header:not(.no-banner):not(.scrolled-head).master-layout-2 #divMainMenu nav:not(.showMobile) ul#main-menu:not(.child-nav)>li>a,
  header:not(.no-banner):not(.scrolled-head) span,
    header.master-layout-2:not(.no-banner):not(.scrolled-head) .MyProfile_Member .MyProfile_Name {
      color: #fff ;  /* YOUR MAIN MENU COLOR HERE WHEN MENU IS TRANSPARENT*/    


  }

header.master-layout-2:not(.no-banner):not(.scrolled-head) .header-social a{
    color:white;
}     

@media (hover: hover) and (pointer: fine) and (min-width: 1025px), screen and (-ms-high-contrast:none) and (min-width: 1025px) {
.master-layout-2 #divMainMenu nav #main-menu>li a{
  /* padding-left: 25px;
  padding-right: 25px; */
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
    header.master-layout-2 .container-fluid{
        height:130px;
    }
    header.master-layout-2 div#divMainMenu{
        height:130px;
    }
    header.master-layout-2:not(.scrolled-head) #main-menu{
       bottom:0px;
        right:20px;
        height:100px;
        position: absolute;
    }
    header.master-layout-2 #main-menu>li>a{
        line-height:100px;
    }
    header.master-layout-2 #main-menu>li>a:hover,
    header.master-layout-2 #main-menu>li>a.highlighted, 
    header.master-layout-2 #main-menu>li>a.active-link{
        box-shadow: none;
    }
     header.master-layout-2:not(.scrolled-head, .no-banner) #main-menu>li>a:hover:after,
    header.master-layout-2:not(.scrolled-head,.no-banner) #main-menu>li>a.highlighted:after, 
    header.master-layout-2:not(.scrolled-head, .no-banner) #main-menu>li>a.active-link:after{
       content:'';
        width:100%;
        height:2px;
        background:white;
        bottom:30px;
        left:0;
        position: absolute;
        display: block;
    }
     header.master-layout-2:is(.scrolled-head, .no-banner) #main-menu>li>a:hover:after,
    header.master-layout-2:is(.scrolled-head, .no-banner) #main-menu>li>a.highlighted:after, 
    header.master-layout-2:is(.scrolled-head, .no-banner) #main-menu>li>a.active-link:after{
       content:'';
        width:100%;
        height:2px;
        background:var(--primary-color);
        bottom:20px;
        left:0;
        position: absolute;
        display: block;
    }
    header.master-layout-2.scrolled-head #main-menu>li>a,
    header.master-layout-2.scrolled-head-temp #main-menu>li>a,
    header.master-layout-2.scrolled-head .header-social a .fa,
    header.master-layout-2.scrolled-head-temp .header-social a .fa{
        line-height:80px;
    }
    header.master-layout-2.scrolled-head .MyProfile_Member,
    header.master-layout-2.scrolled-head-temp .MyProfile_Member,
    header.master-layout-2.scrolled-head .header-top{
        height:80px;
        
    }
    header.master-layout-2:not(.scrolled-head, .no-banner) .MyProfile_Member :is(.MyProfile_SignedIn, .MyProfile_SignedOut){
        border:1px solid white;
    }
    header.master-layout-2:is(.scrolled-head, .no-banner) .MyProfile_Member :is(.MyProfile_SignedIn, .MyProfile_SignedOut){
        border:1px solid var(--primary-color);
    }
    header.master-layout-2 .MyProfile_Member :is(.MyProfile_SignedIn){
        padding:10px 15px;
      
    }
     header.master-layout-2 .MyProfile_Member :is(.MyProfile_SignedOut){
        padding:10px 15px;
        
    }
    header.master-layout-2 .MyProfile_Member .MyProfile_Name{
        text-transform: uppercase;
    }
    header.master-layout-2 .MyProfile_Member:focus{
        background:var(--primary-color);
    }
    header.master-layout-2 .MyProfile_Member:focus .MyProfile_Name{
        color:white;
    }
header.master-layout-2 .header-left{
    width:120px;
}
  header.master-layout-2:not(.no-banner) .header-top{
        background: transparent;
      width:200px;
      margin-bottom:18px;
          display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}
  header.master-layout-2:is(.no-banner) .header-top{
        background: white;
      width:200px;
      margin-bottom:18px;
          display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}   
header.master-layout-2 .header-right{
    display: flex;
    flex-direction: row-reverse;
}
 header.master-layout-2:not(.scrolled-head):not(.no-banner) .header-bottom{
        background: transparent;
/*      width:calc(100% - 200px) */

    }
    header.master-layout-2:not(.scrolled-head):not(.no-banner) .logo img{
        display: none;
    
    }
    header.master-layout-2:not(.scrolled-head):not(.no-banner) .logo{
       background-image:url('/getmedia/cd20b2f1-9fce-4e10-a391-b45b60ee528e/CCS_white_Logo.aspx');
        background-size:contain;
        background-position: center;
        background-repeat: no-repeat;
          width:120px;
        height:100%;
    
    }
 header.master-layout-2 #main-menu>li>a:focus, 
 header.master-layout-2 #main-menu ul a:focus, 
 header.master-layout-2 #main-menu ul ul a:focus, 
 header.master-layout-2 #main-menu ul ul ul a:focus  {
  background-color:var(--primary-color);
  color:white;
 }
 header.master-layout-2:is(.no-banner):not(.scrolled-head) .container-fluid,
header.master-layout-2:is(.no-banner):not(.scrolled-head) .logo,
header.master-layout-2:is(.no-banner):not(.scrolled-head) #main-menu,
header.master-layout-2:is(.no-banner):not(.scrolled-head) div#divMainMenu{
    height:100px;
}

header.master-layout-2:is(.no-banner):not(.scrolled-head) .logo{
    padding:10px 0;
    }
}
@media(hover:none) or (max-width:1024px){
   header.master-layout-2:not(.scrolled-head):not(.no-banner) .logo img{
        display: none;
    
    }
    header.master-layout-2:not(.scrolled-head):not(.no-banner) .logo{
       background-image:url('/getmedia/cd20b2f1-9fce-4e10-a391-b45b60ee528e/CCS_white_Logo.aspx');
        background-size:contain;
        background-position: center;
        background-repeat: no-repeat;
          width:100%;
        height:calc(100% - 5px);
        margin-top:3px;
    
    } 
}


/*-----------------------------------------------------mobile nav ----------------------------------------*/


/*-------------mobile---------------------------*/
header.master-layout-2:is(.no-banner, .module-page, .scrolled-head) .MyProfile_Member .MyProfile_Svg svg {
  fill:var(--primary-color);
  }
  header.master-layout-2:has(.showMobile) .MyProfile_Member .MyProfile_Svg svg{
    fill:var(--primary-color);
}
header.master-layout-2 .MyProfile_Member .MyProfile_Svg svg {
  fill:white;
  }
  .master-layout-2:is(.no-banner, .module-page, .scrolled-head)  #menu-button i.fa-bars {
  color:var(--primary-color);
  }

  .icon-m.close-nav {
      /* margin:28px 14px; */
       float:left;
    left: 0;
    right: auto;
    margin: 18px 14px;
  }
  
  .master-layout-2 .showMobile .fa-times {
    color:var(--primary-color);
    height:30px;
/*     color:white; */
  } 
  .master-layout-2 .showMobile i.fa-plus:before {
  content:'\f105';
  }
  .master-layout-2 .showMobile i.fa-minus:before {
  content:'\f107';
  }
  .master-layout-2 .showMobile i.fa-plus:before, 
  .master-layout-2 .showMobile i.fa-minus:before {
  font-size:1.7em;
  font-weight:400;
  color:var(--primary-color);
  
  }
  /* .master-layout-2 .showMobile i.fa-minus:before {
  
  color:white;
  
  } */
  
  .master-layout-2 .showMobile i.fa-plus,
  .master-layout-2 .showMobile i.fa-minus { 
    border-radius: 5px; 
    /* background:var(--primary-color);  */
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -o-border-radius: 5px;
  }
  
  .master-layout-2 .showMobile i.fa-plus {
  /* padding: 18px 24px; */
      padding: 18px 24px 18px 0;
  
  }
  .master-layout-2 .showMobile i.fa-minus { 
    /* padding: 18px 22px;  */
    padding: 18px 22px 18px 0;
    /* background:var(--accent-color); 
    box-shadow:var(--bs-v2); 
    border-radius: 5px; 
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    -ms-border-radius: 5px; 
    -o-border-radius: 5px; */
  }
  .master-layout-2 nav.showMobile #main-menu {
    background:transparent;
  }
  .master-layout-2 nav.showMobile:before {
   content:'';
    background-image:url('/getmedia/c14cc9e8-0973-486f-91c4-03aa2d14c0f4/CCS_Primary_Logo.aspx');
      background-size:contain;
      background-repeat: no-repeat;
      background-position: center bottom;
      /* max-width:320px; */
       height: 140px;
    position: relative;
    margin: 20px auto 10px;
    display: block;
  }
  header.wgt-header nav.showMobile{
  /* background:var(--primary-color-light); */
  background:white;
  
  }
  /* .master-layout-2 nav.showMobile #main-menu ul{
    background:var(--primary-color-light);
    padding-left:16px;
  } */
  .fullmenu nav.showMobile .top-nav
   {
      width: calc(100% - 0px);
  }
header.wgt-header nav.showMobile #main-menu {
  /* background-color:var(--primary-color-light); */
  background:white;
/*   border-top:1px solid var(--primary-color-light) */
     
}
header.wgt-header nav.showMobile #main-menu li ul {
  background-color:var(--backdrop-2);
    padding-left:10px;
    padding-right:10px;
}

  .master-layout-2 #divMainMenu nav.showMobile #main-menu ul li a {
  /* color:white; */
 color:#2a2a2a;
  }
  .master-layout-2 #divMainMenu nav.showMobile #main-menu li ul a {
    border:none;
      
    /* border-bottom:1px solid var(--accent-color); */
    
  }
  .master-layout-2 #divMainMenu nav.showMobile #main-menu a.active-link,
  .master-layout-2 #divMainMenu nav.showMobile #main-menu a.current {
  background:transparent;
    text-decoration:underline;
  /* color:var(--primary-color); */
    color:var(--primary-color);
  font-weight:500;
      /* border-left:2px solid var(--accent-color);  */
  }

  
  header.master-layout-2 nav.showMobile #main-menu ul a {
    background:transparent;
    color:#2a2a2a;
  }
header.master-layout-2  nav.showMobile #main-menu a {
  color:#2a2a2a;
    line-height:35px;
    text-align: center;
    width: fit-content;
    display: block;
    flex-grow: unset;
    text-transform: uppercase;
}
header.master-layout-2 .showMobile #main-menu li{
/*   border-bottom:1px solid var(--primary-color-light); */
      justify-content: center;
}
header.master-layout-2 .showMobile #main-menu ul li{
    border-color: white;
}
header.master-layout-2 .showMobile #main-menu ul li:last-child{
    border:none;
}
    header.master-layout-2 .showMobile #main-menu li:has(.child-nav) > a{
   margin-left:25px;
}
header:not(.no-banner):not(.scrolled-head) #main-menu ul.showMobile a:hover {
   color:var(--primary-color);
    text-decoration: underline;
}

.master-layout-2 i.fa-times:before {
 content:'';
    height: 20px;
    width: 20px;
    display: block;
    transform: translateY(8px);
    background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.5059 1.19336L9.19238 7.50586L16 14.3135L14.8066 15.5059L7.99902 8.69824L1.19238 15.5059L0 14.3135L6.80664 7.50586L0.494141 1.19238L1.68652 0L8 6.31348L14.3135 0L15.5059 1.19336Z" fill="%2306570B"/></svg>');
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
}
    header.master-layout-2:has(.showMobile) .MyProfile_Member .MyProfile_SignedIn,
 header.master-layout-2:has(.showMobile) .MyProfile_Member .MyProfile_SignedOut{
        z-index: 100000;
        position: absolute;
        right: 0;
        top: 0;
}
header.master-layout-2:has(.showMobile) .MyProfile_Member .fullView {
z-index: 100000;
    top:140px;
/*     background-color:var(--primary-color); */
    background:white;
      width:calc(100vw - 35px);
    left:auto;
    right:0;
    padding-top:0;
    min-height:100vh;
    position: absolute;
}

header.master-layout-2:has(.showMobile) .MyProfile_Member .fullView a{
    line-height: 2;
    text-align: center;
    /* border-bottom:1px solid var(--primary-color-light); */
}
header.master-layout-2:has(.showMobile) .MyProfile_Member .fullView a:hover{
   outline:0;
    text-decoration: underline;
    color:var(--primary-color);
    
}

.master-layout-2 #menu-button i.fa-bars{
    position: relative;
}
.master-layout-2 #menu-button i.fa-bars:before {
 content:'';
    height:25px;
    width:25px;
    display:block;
    transform: translateY(5px);
      background-image:url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="0.75" x2="18" y2="0.75" stroke="%2306570B" stroke-width="1.5"/><line y1="6.75" x2="18" y2="6.75" stroke="%2306570B" stroke-width="1.5"/><line y1="12.75" x2="18" y2="12.75" stroke="%2306570B" stroke-width="1.5"/></svg>');
     background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
}
.master-layout-2:not(.no-banner, .module-page,.scrolled-head) #menu-button i.fa-bars:before {
     background-image:url('data:image/svg+xml,<svg width="18" height="14" viewBox="0 0 18 14" fill="none" xmlns="http://www.w3.org/2000/svg"><line y1="0.75" x2="18" y2="0.75" stroke="%23FFFFFF" stroke-width="1.5"/><line y1="6.75" x2="18" y2="6.75" stroke="%23FFFFFF" stroke-width="1.5"/><line y1="12.75" x2="18" y2="12.75" stroke="%23FFFFFF" stroke-width="1.5"/></svg>');
}

nav:has(.showMobile) .mobile-logo-redirect{
    position: absolute;
    left:calc(50% - 100px);
    width:200px;
    top:0;
    height:170px;
}


/*---------------------------------------------system spacing overrides--------------------------------------*/
.basic-text-area .col-sm, .basic-text-area .col-sm-1, .basic-text-area .col-sm-10, .basic-text-area .col-sm-11, .basic-text-area .col-sm-12, .basic-text-area .col-sm-2, .basic-text-area .col-sm-3, .basic-text-area .col-sm-4, .basic-text-area .col-sm-5, .basic-text-area .col-sm-6, .basic-text-area .col-sm-7, .basic-text-area .col-sm-8, .basic-text-area .col-sm-9, .basic-text-area .col-sm-auto{
  padding-left:16px;
  padding-right:16px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-left:16px;
  padding-right:16px;
}

/*-----------------------------max width adjustments-------*/
.master-layout-2 .container-fluid {
max-width:1440px;
border-bottom:1px solid white;

} 

/*---------------------------body max-width-------------------------------------------------*/

/*max width adjustments*/
section .inner-wrap .container, 
section .theme-secondary:not(.inner-wrap) > div
{
   max-width:1440px;
   width:100%;
  margin:auto;
  float:none; 
}
.col-fw .container {
  width:100%;
}

:is(.col-100, .col-70-left, .col-70-right, .col-30-left, .col-30-right, .col-50-left, .col-50-right) section .inner-wrap .container, 
 :is(.col-100, .col-70-left, .col-70-right, .col-30-left, .col-30-right, .col-50-left, .col-50-right) section .theme-secondary:not(.inner-wrap) > div{
     max-width:100%;
    
}
.contact-card-widget .inner-wrap{
  max-width:1440px;
  margin:auto;
  width:100%;
  float:unset;   
}

 /*-------------------------------.max-width-1170------------------------------------*/
.max-width-1170 .inner-wrap > div {
    max-width:1170px;
    
}
/*custom class max-width-900*/ 
.max-width-900 .inner-wrap .container {
  max-width:900px;
  text-wrap-style:pretty;
}

/*---------------------------------padding-md , padding-lg--------------------------------*/
.padding-md .container {
    padding: 30px 15px;
  }
.padding-lg .container {
    padding: 44px 15px;
  }
  .padding-md-bottom .container {
    padding: 0px 15px 30px;
  }
 

@media(min-width:768px){
    .padding-md .container {
    padding: 44px 15px;
  }
  .padding-md-bottom .container {
    padding: 0px 15px 44px;
  }

  .padding-lg .container {
    padding: 72px 15px;
  }
}
@media(min-width:1200px){
  section.basic-block.padding-lg .basic-block-wrapper {
     padding:96px 0;
  }
  section.basic-block.padding-md .basic-block-wrapper {
      padding:44px 0;
   }
     section.basic-block.padding-md-bottom .basic-block-wrapper {
    padding: 0px 15px 44px;
  }
}

/*-----------------------------------------ts-img-slider --------------------------------*/
.ts-img-slider .col-sm:has(:not(.slick-slider)){
  align-content: center;
  
}
.ts-img-slider .col-sm:has(.slick-slider) {
      -ms-flex-preferred-size: unset;
      flex-basis: unset;
      -webkit-box-flex: unset;
      -ms-flex-positive: unset;
      flex-grow: unset;
      max-width: 50%;
  /* padding-bottom:40px; */
  overflow: hidden;
  margin: auto;
      height: fit-content;
}

.ts-img-slider ul:has(img){
    padding:0;
    margin:0;
    margin-bottom:30px;
}
.ts-img-slider ul:has(img) li {
    list-style: none;
}
.ts-img-slider img {
  /* object-fit: cover;
  min-height: 456px; */
    object-fit: cover;
  height: 456px;
  width:100%;
}
.ts-img-slider img[alt*="contain"]{
    object-fit: contain;
}
.ts-img-slider .slick-dotted .slick-dots li.slick-active button{
    background:var(--primary-color);
}
@media(min-width:768px){
    .ts-img-slider .col-sm:has(:not(.slick-slider)){
  
  padding:16px 28px;
}
}

@media(max-width:767px){
    .ts-img-slider.padding-md .container{
    padding: 0 15px 30px;
}
    .ts-img-slider .col-sm:has(.slick-slider) {
      max-width:100%;
      order: 1;
  }
     .ts-img-slider .col-sm:has(img) {
    padding:0;
      order: 1;
  }
     .ts-img-slider .col-sm {
      order: 2;
  }
  .ts-img-slider .slick-arrow.slick-next {
    right: 0px;
}
.ts-img-slider img {
  
  min-height: 250px;
}
}
/*-------------------------padding-override stops this--------------------*/
@media(max-width:767px){
    .basic-block:not(.padding-override) .theme-secondary{
        padding: 0 !important;
    }
}
/*---------------------------------banner-------------------------------*/
@media(min-width:767px){
    .cho-hero-textwidget.trueheight100{
        height:100vh;
    }
}

@media(max-width:1199px){
    .cho-hero-textwidget.trueheight100.video-widget{
    height:100%;
}
}
.video-widget .scroll-chevron {
  display: none;
}
 body:has(.banner-title-overlay) .cho-hero-textwidget.theme1 .cho-hero-textwidget-bg:before {
        content:"";
        background:linear-gradient(to right, rgba(0,0,0,0.48) 10%, transparent);
        width:100%;
        height:100%;
        left:0px;
        top:0px;
        position: absolute;
         }
         .cho-hero-textwidget {
    text-shadow: none;
}
body:not(.EditMode) section.banner-title-overlay{
    z-index: 3;
}
.cho-hero-textwidget.height75, 
.cho-hero-textwidget.height75 .cho-hero-textwidget-bg{
           min-height:450px;
        }
@media(min-width:768px){
    .cho-hero-textwidget.height100 {
           height: calc(100vh - 30px);
        }
    body:has(.banner-title-overlay) .cho-hero-textwidget.theme1 .cho-hero-textwidget-bg:before {
        content:"";
        background-color:var(--overlay-45);
        width:100%;
        height:100%;
        left:0px;
        top:0px;
        position: absolute;
    }
    .cho-hero-textwidget.theme1 .cho-hero-textwidget-bg{
        position: relative;
    }
}
/*-------------------------------------title-banner-overlay--------------------------------*/

  .page-content:has(.banner-title-overlay) .cho-hero-textwidget .scroll-chevron {
      z-index: 10;
  }
 
    body:not(.EditMode) section.banner-title-overlay{
       position:absolute;
  } 
 
  section.banner-title-overlay .inner-wrap {
   background:transparent;

  }
    section.banner-title-overlay .inner-wrap .container {
      max-width:900px;
        text-wrap-style:pretty;
     margin:auto auto auto 0;
        
    
  }
  
.banner-title-overlay .col-sm {
    max-width:700px;
    padding-top:95px;
/*     padding-left:40px */
    text-wrap-style:pretty;
    margin:auto auto auto 40px;
    color:white;
}
body:is(.EditMode) .banner-title-overlay .col-sm{
    color:black;
}
   body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.height75) .banner-title-overlay .row,
  body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight75) .banner-title-overlay .row{
      height:100%;
  }

 body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.height75) .banner-title-overlay,
  body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight75) .banner-title-overlay{
   top: 0%;
      height:75vh;
 }
 body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.height75) .banner-title-overlay .container,
  body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight75) .banner-title-overlay .container{
      padding-top:0px;
      height: 75vh;
  }

/*----------------------------bg-texture & no-bg bg-texture-banner--------------------------*/
.col-100:has(.bg-texture):before {
    width:120vw;
    height:100%;
    content:'';
    position: absolute;
    display: block;
    left:calc(-20vw);
    top:0;
    background-image:url('/getmedia/b39ae569-0a2d-4b24-bc35-2334f23cee22/CCS-Background-texture.aspx');
        background-size:cover;
      background-position: center;
    background-repeat:repeat;
        
}
.col-100:has(.bg-texture){
    position: relative;
}

section:is(.no-bg, .bg-texture) .theme-secondary{
    background:transparent;
   
}

.bg-texture-banner .inner-wrap{
    background:transparent;
    position: relative;
}
 .bg-texture-banner .inner-wrap:before {
    width:100%;
    height:100%;
    content:'';
    position: absolute;
    display: block;
    left:0;
    top:0;
    background-image:url('/getmedia/b39ae569-0a2d-4b24-bc35-2334f23cee22/CCS-Background-texture.aspx');
        background-size:contain;
      background-position: center;
    background-repeat:repeat;
        
}




/*-------------------------------------------logo-banner------------------------------------*/
.logo-banner .inner-wrap{
    margin-top:450px;
}
.logo-banner:before{
     width:230px;
    height:80px;
    content:'';
    position: absolute;
    display: block;
    left:calc(50% - 115px);
    top:-78px;
   clip-path: polygon(50% 0, 0% 100%, 100% 100%);
    /* background-color:#f7f7f7; */
    background-color:#ffffff;
     background-image:url('/getmedia/b39ae569-0a2d-4b24-bc35-2334f23cee22/CCS-Background-texture.aspx');
        background-size:cover;
      background-position: center;
  
}
.logo-banner .inner-wrap:before{
    width:580px;
    height:500px;
    content:'';
    position: absolute;
    display: block;
    left:calc(50% - 290px);
    top:-80px;
    clip-path: polygon(50% 0%, 100% 34%, 100% 100%, 0 100%, 0 31%);
    background-image:url('/getmedia/c14cc9e8-0973-486f-91c4-03aa2d14c0f4/CCS_Primary_Logo.aspx');
    background-size:contain;
    background-position: center;
    background-repeat:no-repeat;

}
body:is(.EditMode) :is(.logo-banner:before, .logo-banner .inner-wrap:before){
top:0;
}

@media(max-width:767px){
    .page-content:has(.logo-banner) .cho-hero-textwidget-content{
    display: none;
}
   .logo-banner .inner-wrap{
    margin-top:300px;
}
    .logo-banner:before{
     width:230px;
    height:80px;
    left:calc(50% - 115px);
    top:-48px;
   clip-path: polygon(50% 0, 0% 100%, 100% 100%);
   
  
}
.logo-banner .inner-wrap:before{
    /* width:580px;
    height:350px;
    left:calc(50% - 290px); */
      width: 100%;
    height:350px;
    left: calc(0%);
    top:-50px;
    clip-path: polygon(50% 0%, 100% 34%, 100% 100%, 0 100%, 0 31%);
   
}
}

/*---------------------------------------page-banner------------------------*/
.page-banner h1{
    line-height:1.1;
}
@media(max-width:1200px){
    .page-banner h1{
    font-size:5em; 
    }
}

.page-banner.cho-hero-textwidget.height75{
    height: 80vh;
}
.page-banner.cho-hero-textwidget .cho-hero-textwidget-content{
    position: relative;
    display: block;
            top: 0%;
        transform: translateY(-100%);
        height: 100%;
    color:white;
    text-shadow: none;
    background:transparent;
    text-align: left;
}

.page-banner.cho-hero-textwidget .cho-hero-textwidget-bg:before{
    content:'';
    display: block;
    inset:0;
    position: absolute;
    background:linear-gradient(to right, rgba(0,0,0,0.7) , transparent);
    
}
   
.page-banner.cho-hero-textwidget .cho-hero-textwidget-content .content-center {
        justify-content: start;
        align-items: center;
        height: 100%;
    display: flex;
     padding: 0 20px;
        max-width: 1440px;
        width: 100%;
    
    }
.page-banner.cho-hero-textwidget .cho-hero-textwidget-content .col-sm-8 {
    padding:0;
}
.page-banner.cho-hero-textwidget.height75.page-banner .cho-hero-textwidget-bg{
    min-height: 75vh;
}
@media(max-width:767px){
    .page-banner h1{
  font-size:3.5em;
}
  .page-banner.cho-hero-textwidget.height75 .cho-hero-textwidget-bg{
    min-height: 350px;
} 
   .page-banner.cho-hero-textwidget.height75,
    .page-banner.cho-hero-textwidget.height75.page-banner .cho-hero-textwidget-bg{
        min-height: 500px;
        height:500px;
    }
   
}

/*-----------------------------------buttons-----------------------------------------------*/
.theme3 .theme-secondary a:is(.btn, .e3-button),
.theme3  a:is(.btn, .e3-button){
    background:transparent;
    color:white;
}
.secondary-btn .theme-secondary a:is(.btn, .e3-button),
.secondary-btn a:is(.btn, .e3-button){
    background:transparent; 
    color:var(--primary-color);
    font-weight:600;
    border-color:var(--primary-color); 
}
:is(.theme1, .theme2, .theme3) .theme-secondary a:is(.btn, .e3-button){
  text-transform: uppercase;
}


/*---------------------------------------------full width quicklinks------------------------------*/
@media(max-width:766px){
 .theme1.full-width-quicklinks .full-width-quicklink-container .quicklink-flex-item{
        margin:8px 0px;
       
    }
}
@media(min-width:767px){
    .theme1.full-width-quicklinks .full-width-quicklink-container .quicklink-flex-item{
        margin:16px 8px;
        min-height: 416px;
    }
    .theme1.full-width-quicklinks .full-width-quicklink-wrapper.large-bkgd{
        min-height: 416px;
    }
    .theme1.full-width-quicklinks .quicklink-flex-item .large-bkgd h3{
        
        font-family:var(--title-font-family);
        padding-bottom:6px;
    }
    .theme1.full-width-quicklinks .quicklink-flex-item:hover .large-bkgd h3, 
    .theme1.full-width-quicklinks .quicklink-flex-item:focus .large-bkgd h3{
        border-bottom: 2px solid white;
        
    }
    
}
/*---------------------------------title accent lines-----------------------------------*/
.basic-block:has(h3) h2,
 .ts-img-slider:has(h3) h2,
.widget-bizform:has(h3) h2 {
  font-size:1.4em;
  font-family:var(--secondary-font-family);
  margin-bottom: 8px;
  padding-bottom:16px;
  font-weight:600;
    letter-spacing: 6px;
  text-transform: uppercase;
  border-bottom:1px solid #D1D3D4;
/*      border-left:1px solid var(--secondary-color); */
  width:90%;
 
}
.basic-block:has(h2) h3, 
.ts-img-slider:has(h2) h3,
.widget-bizform:has(h2) h3 {
/*     text-wrap-style:balance; */
  font-family:var(--title-font-family);
  font-size:5em;
     line-height: 1.1;
     padding-bottom:12px;
}

.basic-block.background-image:is(.leftfull, .rightfull) h3 {
    color:unset;
}


.basic-block , .ts-img-slider {
 text-wrap-style:pretty;
}
.basic-block.center:has(h3) h2,
.widget-bizform:has(h3) h2 {
  width:70%;
  margin-left:15%;
}
@media(max-width:1200px){
.basic-block:has(h3) h2,
 .ts-img-slider:has(h3) h2,
.widget-bizform:has(h3) h2 {
  font-size:1.3em;
 
}
.basic-block:has(h2) h3, 
.ts-img-slider:has(h2) h3,
.widget-bizform:has(h2) h3 {
  font-size:4em;
   
}
}
@media(max-width:500px){
.basic-block:has(h3) h2,
 .ts-img-slider:has(h3) h2,
.widget-bizform:has(h3) h2 {
  font-size:1.1em;

 
}
.basic-block:has(h2) h3, 
.ts-img-slider:has(h2) h3,
.widget-bizform:has(h2) h3 {

  font-size:3.5em;
     
}
}

/*------------------------------sm-h2 & title font size adjustmnets-------------------*/
.sm-h2 h2,
.upcoming-event-widget .CalAtGlance .AGTitle.normal-font, 
.upcoming-event-widget .CalAtGlance .title-row.normal-font{
    font-size:1.95em;
}

@media(min-width:768px){
    .sm-h2 h2,
    .upcoming-event-widget .CalAtGlance .AGTitle.normal-font, 
.upcoming-event-widget .CalAtGlance .title-row.normal-font{
    font-size:2.25em;
}
}
@media(min-width:1200px){
    .sm-h2 h2,
    .upcoming-event-widget .CalAtGlance .AGTitle.normal-font, 
.upcoming-event-widget .CalAtGlance .title-row.normal-font{
    font-size:2.4em;
}
}

.upcoming-event-widget .CalAtGlance .AGTitle.normal-font, 
.upcoming-event-widget .CalAtGlance .title-row.normal-font{
    font-family:var(--title-font-family);
}
.latest-news-content-details h4 {
    font-size:1.5em;
}
/*------------------------------------rotating banner slider-----------------*/
.rotating-image-banner-slider .slick-arrow{
    z-index: 10 !important; /*rewuired for system*/
}
/*---------------------------------title and summary-----------------------*/

    .basic-block.leftfull .col-sm-offset-2{
        margin-left:0;
    } 
    .basic-block.rightfull:has(h3) h2 {
        margin-left:auto;
    }
    .basic-block.rightfull .dark-op75{
    background:linear-gradient(to left,rgba(0,0,0,.75) 0%,rgba(255,255,255,0) 100%);
    }
    .basic-block.rightfull .basic-block-wrapper .text-block{
        max-width:1440px;
        justify-content:flex-end;
    }
    .basic-block.center .basic-block-wrapper .text-block{
        max-width:1440px;
    }
    
    @media(min-width:900px){
        .basic-block .text-block-wrapper.col-sm-10{
          width: 100%;
        }
        .basic-block .text-block-wrapper.col-sm-10.col-sm-offset-1 {
          margin-left:0%;
        }
        .basic-block:not(.background-image, .center) .basic-block-wrapper .text-block {
          width: 50%;
          padding: 16px 28px;
           
        }
         .basic-block:not(.background-image) .basic-block-wrapper .text-block  .text-block-wrapper{
          padding: 0px;
           
        } 
            .basic-block .basic-block-wrapper .img-block {
        min-height: 520px;
        margin: 28px;
        width: 46%;
    }
         
    }
   
    @media(min-width:1440px){
      
        section.basic-block .basic-block-wrapper {
          padding:20px 0;
        }
/*         section.basic-block:not(.padding-lg, .padding-md) .basic-block-wrapper:has(.img-block.col-sm-push-6, .img-block.col-sm-6) {
            padding-top: 44px;
            padding-bottom:16px;
          } */
         .basic-block:not(.background-image, .center) .basic-block-wrapper .text-block {
          width: 50%;
        }
          .basic-block .text-block-wrapper.col-sm-10.col-sm-offset-1 {
          margin-left:0%;
        }
         .basic-block .text-block-wrapper.col-sm-10{
          width: 100%;
        }
             .basic-block:not(.background-image) .basic-block-wrapper .text-block.col-sm-pull-6  .text-block-wrapper{
          padding: 0px 50px 0 0;
           
        } 
             .basic-block:not(.background-image) .basic-block-wrapper .text-block:not(.col-sm-pull-6)  .text-block-wrapper{
          padding: 0px 0px 0 50px;
           
        } 
        }
        @media(min-width:1440px) and (max-width:1524px){
          section.basic-block  .basic-block-wrapper:has(.img-block.col-sm-push-6, .img-block.col-sm-6) {
            padding-left:16px;
            padding-right:16px;
          }
        }
        @media(max-width:900px){
          .basic-block  .basic-block-wrapper .img-block:before {
         content:'';
          width:0%;
          height:0%;
            border:none;
        }
        .basic-block  .basic-block-wrapper {
            flex-direction: column;
           
        }
            .basic-block  .basic-block-wrapper .img-block,    
        .basic-block  .basic-block-wrapper .text-block {
                width:100%;
            right:0;
            left:0;
        }
        /*---------------------custom class image-second--------*/
         .basic-block.image-second  .basic-block-wrapper .img-block{
                 order:2;
             }  
             
        .basic-block  .basic-block-wrapper .text-block-wrapper {
            margin-left:0;
            width: 100%;
         padding: 30px 12px;
        }
            .basic-block .basic-block-wrapper .img-block img{
    object-fit: cover;
    max-height:500px;
}
        }
    /*----------------------img-full-h ------------------------*/
    /*also has script*/
.img-full-h.basic-block .img-block .hidden{
    display: block !important; /*requried to offset system*/
}
.img-full-h.basic-block .img-block img {
    object-fit: cover;
    height:100%;
    width:100%;
}
.img-full-h.basic-block .img-block {
    height:auto;
    min-height: unset;
}
/*------------------------------------------------------.info-cards --------------------------------------*/

.basic-text-area.info-cards img {
  object-fit: cover;
  height:400px;
  width:100%;
 
}

.basic-text-area.info-cards .col-sm {
    box-shadow:2px 2px 6px #9f9f9f;
    padding:0 0 25px 0;
    margin: 10px;
    display: flex;
    flex-direction: column;

    
}
.basic-text-area.info-cards .e3-button {
  margin: 15px 0;
}
.basic-text-area.info-cards .col-sm  div:has(.e3-button) {
  margin-top:auto;
}
.basic-text-area.info-cards .col-sm {
    padding: 20px;
}
.info-cards p {
    margin-bottom:6px;
}
.basic-text-area.info-cards .col-sm h3 {
    margin-top:16px;
    font-family:var(--title-font-family);
}

.basic-text-area.info-cards .col-sm:has(h3,h4,h5) p {
    margin-top:0;
}

@media(max-width:767px){
 .basic-text-area.info-cards .col-sm {
    margin: 10px;
}
} 
/*-----------------------------------------------------------------timeline-----------------------------------------*/
.timeline .row {
    justify-content: center;
    align-items: center;
    position: relative;
}

.timeline .row:before{
    content: '';
    position: absolute;
    top:40px;
    left:calc(50% - 2px);
    width:4px;
    height:calc(100% - 40px);
    background-color:var(--primary-color);  
    display: block;   
}
.timeline .row:after{
    content: '';
    position: absolute;
    display: block;
    bottom:-2px;
    left:calc(50% - 10px);
    width:0px;
    height:0px;
     border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--primary-color); 
   
}
.timeline .col-sm{
     -ms-flex-preferred-size: unset;
      flex-basis: unset;
      -webkit-box-flex: unset;
      -ms-flex-positive: unset;
      flex-grow: unset;
      max-width: 100%;
    padding: 20px;
  margin:10px 20px;
/*     border:2px solid var(--primary-color); */
/*     box-shadow: 1px 1px 2px 1px #a6a6a6; */
  overflow: visible;
position:relative;
/*     background:#fff; */
    z-index: 10;
    display: grid;
    gap: 0 40px;
    grid-template-columns: 50% 50%;
    grid-template-rows: 120px auto
}
.timeline .col-sm:before{
    content: '';
    position: absolute;
    display: block;
    top:calc(0px);
    left:calc(50% - 15px);
    width:30px;
    height:30px;
    z-index: 11;
    transform:rotate3d(0, 0, 1, 46deg);
    border: 4px solid var(--primary-color);  
    background-color:#fff;  
}
.timeline .col-sm:hover:before{
    background:var(--primary-color);
}

.timeline .col-sm img {
    object-fit: cover;
    object-position: top center;
    width:90%;
    max-height: 450px;
    grid-column: 1;
    grid-row:span 2;
    margin: auto 3%;
}
.timeline .col-sm p {
/*     margin:0; */
    width:90%;
     grid-column: 2;
    grid-row:2;
}
.timeline .col-sm h4 {
  width:90%;
  grid-column: 2;
  grid-row:1;
  line-height: 1;
  height: 100px;
  /* color:var(--title-font-color); */
  font-family: var(--title-font-family);
  font-size:5em;
    
  position: relative;
}
.timeline .col-sm h4 {
    color:var(--accent-color);
}
.timeline .col-sm:hover h4 {
    color:var(--title-font-color);
}
.timeline .col-sm h5 {
  width:90%;
  grid-column: 2;
  grid-row:2;
  line-height: 1;
    height:16px;
  position: relative;
     font-family:var(--secondary-font-family);
    font-size:16px;
    text-transform: uppercase;
    color:#2a2a2a;
    font-weight: 600;
    letter-spacing: 5px;
    display: block;
    margin-top:-16px;
}
@media(hover:none){
    .timeline .col-sm h4 {
    color:var(--title-font-color);
}
}
/* .timeline h4:after{
    content:'historic event';
    font-family:var(--secondary-font-family);
    font-size:16px;
    text-transform: uppercase;
    color:#2a2a2a;
    font-weight: 600;
    letter-spacing: 5px;
    bottom:-15px;
    left:0;
    position: absolute;
    display: block;
} */
.timeline .col-sm:nth-child(even) img {
  grid-column: 2;   
}
.timeline .col-sm:nth-child(even) p {
     grid-column: 1;
}
.timeline .col-sm:nth-child(even) h4 {
    grid-column: 1;
 
}
.timeline .col-sm:nth-child(even) h5 {
    grid-column: 1;
 
}
@media(max-width:767px){
        .timeline .row:before{
        left:calc(0% + 23px);
    
    }
    .timeline .row:after{
        left:calc(0% + 15px);
    }
    .timeline .col-sm{
        display: flex;
        width: calc(100% - 40px);
        margin-left:40px;
        flex-direction: column;
    }
    .timeline .col-sm:before{
        left:calc(-27px);
        width:25px;
        height:25px;   
    }
    .timeline .col-sm img {
          object-fit: contain;
        width: fit-content;
        max-width: 98%;
        max-height:350px;
        margin-left: 0;
        margin-top: 12px;
    
    }
        .timeline .col-sm h4 {
            margin-bottom:30px;
            font-size:4em;
            line-height: 1.8;
        }
        .timeline .col-sm h4:after{
            bottom:-30px;
        }
    .timeline .col-sm p {
        width:98%;
        
    }

}
/*----------------------------------------pagination navigation--------------------------------*/
.custom-gallery-pagination .modal-gallery-widget-wrapper .my-gallery{
    width:100%;
    max-width: 1440px;
      margin:auto;
    }
    nav#pg-nav{
    background: none;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    position: relative;
    left: 0;
    margin: 0 auto;   
    
    }
    
    .theme1 nav#pg-nav a {
        color: #2a2a2a;
    }
    .theme2 nav#pg-nav a {
        color:white;
    }
    
    ul.navPagination{
    display:flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    margin-top:0;
    margin-bottom: 0;
    flex-wrap:wrap;
    justify-content: center;
    }
    nav#pg-nav .page-link {
    padding: 0.5rem 0.75rem;
    border: 1px solid #ededed;
    font-size:18px;
    text-decoration: none;
    }
    nav#pg-nav .page-item:has(.pre),
    nav#pg-nav .page-item:has(.nex){
    margin:auto 0;
    height:29px;
    
    }
    nav#pg-nav .page-item .pre,
    nav#pg-nav .page-item .nex{
    margin:auto 5px;
    }
    
    nav#pg-nav .page-item.active a{
    text-decoration: underline;
    font-weight:bold;
    color:white;
    background:var(--primary-color);
    }
    .theme2 nav#pg-nav .page-item.active a{
    
    color:white;
    background:var(--primary-color);
    }
    
    nav#pg-nav li {
    list-style: none;
    height: 29px;
    margin: 5px 0;
    }
    
    .pag-disable {
    z-index: 2;
    /* color: #381be7; */
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
    cursor: not-allowed;
    display:none;
    }
    /*--important part to for pagination, change title if using elsewhere----*/
    .custom-gallery-pagination .my-gallery a.pag-dis{
    display: none;
    }
    #pg-nav:has(#navPagination .page-item:only-child) {
    display: none;
}
    /*------------------------------------------------------------------custom class gallery-pagination------------------------------*/
    
    
    .custom-gallery-pagination .my-gallery {
    justify-content: space-evenly;
    }
    @media (min-width: 1024px){
    .custom-gallery-pagination.modal-gallery-widget .demo-gallery a, 
    .custom-gallery-pagination.modal-gallery-widget .my-gallery a {
      width: calc(25% - 20px);
       height:400px;
        
    }
    }
    
    @media (max-width: 767px){ 
    .custom-gallery-pagination.modal-gallery-widget .demo-gallery a, 
    .custom-gallery-pagination.modal-gallery-widget .my-gallery a {
      width: calc(50% - 20px);
        height: calc(40vh - 50px);
        min-height: 300px;
        
    }
    
    }
    @media (max-width: 500px){ 
    .custom-gallery-pagination.modal-gallery-widget .demo-gallery a, 
    .custom-gallery-pagination.modal-gallery-widget .my-gallery a {
      width: calc(100% - 20px);
        height: 20vh;
         min-height: 200px;
        
    }
    
    }
/*--------------------------------image and text quick links-----------------------------*/

.cho-quicklink-tile .cho-quicklink-tile-image img{
object-fit: cover;
height:100%;

}
@media(max-width:767px){
    .cho-quicklink-tile{
        max-width:500px;
        
    }
    .cho-quicklink-tile .cho-quicklink-tile-image.image1-1, 
    .cho-quicklink-tile-large .cho-quicklink-tile-image.image1-1{
    padding-top: 70%;
   }
}
/*---------------------------------quicklink menu----------------------------*/
/*--------------------------------quick links side menu icons------------------------------------------*/
.content-quicklink-menu.theme1 .content-quicklink-menu-list {
  background:var(--primary-color);
}

.content-quicklink-menu.theme1 .content-quicklink-menu-list a{
  color:white;
}
.content-quicklink-menu.theme1 .content-quicklink-menu-list a:hover{
  color:white;
  background:var(--primary-color-hover);
}
/* ----------------------------------------------------------------------*/
/* ------                       SET ICONS for  quicklinks                            -----*/
/* ----------------------------------------------------------------------*/

.content-quicklink-menu-a {
  align-items: center;
  justify-content: start;
}

.content-quicklink-menu-a:before {
  display: block ;
  margin-left: 20px;
  margin-top: -5px;
}

    /*-------------- THIS IS YOUR FALLBACK ICON ----------------*/

a.content-quicklink-menu-a:before {
  content: "\f058";
  font-family: "FontAwesome";
}

/*------------ ICONS START HERE, ADD MORE IF NEEDED ------------*/
a[class*=news].content-quicklink-menu-a:before {
  content: "\f1ea";
}
a[class*=photo].content-quicklink-menu-a:before {
  content: "\f03e";
}
a[class*=rules].content-quicklink-menu-a:before {
  content: "\f0e3";
}
a[class*=hire].content-quicklink-menu-a:before {
  content: "\f21a";
}

a[class*=employee].content-quicklink-menu-a:before {
  content: "\f233";
}

a[class*=portal].content-quicklink-menu-a:before,
a[class*=history].content-quicklink-menu-a:before {
  content: "\f2c2";
}

a[class*=board].content-quicklink-menu-a:before,
a[class*=governance].content-quicklink-menu-a:before {
  content: "\f0c0";
}


a[class*=calendar].content-quicklink-menu-a:before {
  content: "\f073";
}


a[class*=documents].content-quicklink-menu-a:before,
a[class*=quercus].content-quicklink-menu-a:before,
a[class*=laws].content-quicklink-menu-a:before{
  content: "\f07c";
}


a[class*=bookings].content-quicklink-menu-a:before {
  content: "\f274";
}


a[class*=court].content-quicklink-menu-a:before {
  content: "\f271";
}
 


a[class*=dine].content-quicklink-menu-a:before,
a[class*=table].content-quicklink-menu-a:before,

a[class*=dining].content-quicklink-menu-a:before,
a[class*=breakfast].content-quicklink-menu-a:before,
a[class*=lunch].content-quicklink-menu-a:before,
a[class*=dinner].content-quicklink-menu-a:before,
a[class*=wine-list].content-quicklink-menu-a:before {
  content: "\f0f5";
}


a[class*=management].content-quicklink-menu-a:before {
  content: "\f0c0";
}


a[class*=golf].content-quicklink-menu-a:before ,
a[class*=tee].content-quicklink-menu-a:before {
  content: "\f276";
}


a[class*=order].content-quicklink-menu-a:before {
  content: "\f10b";
}

a[class*=directory].content-quicklink-menu-a:before,
a[class*=staff].content-quicklink-menu-a:before {
  content: "\f02d";
}


a[class*=roster].content-quicklink-menu-a:before,
a[class*=profile].content-quicklink-menu-a:before,
a[class*=list].content-quicklink-menu-a:before {
  content: "\f007";
}


a[class*=minutes].content-quicklink-menu-a:before,
a[class*=documents].content-quicklink-menu-a:before,
a[class*=form].content-quicklink-menu-a:before,
a[class*=policies].content-quicklink-menu-a:before,
a[class*=postings].content-quicklink-menu-a:before{
  content: "\f15c";
}


a[class*=account].content-quicklink-menu-a:before,
a[class*=statement].content-quicklink-menu-a:before {
  content: "\f2bb";
}

/*----------------------------------------------------------expandable--------------------------*/
/*------------------------------------------------------------------expandable content-----------------------------------------------------------*/
.expandable-content-widget .inner-wrap {
    display: flex;
  }
  .expandable-content-widget .expandable-content-wrapper {
    max-width: 1440px;
    width:100%;
    margin:0 auto;
  }
  .expandable-content-widget .expandable-content-heading {
    padding: 0;
      border-bottom:1px solid var(--primary-color);
      font-size:1.2em;
     
  }
  .expandable-content-widget .expandable-content-heading .expandable-content-link{
    padding: 12px 16px;
      

}
.expandable-content-widget.theme3 .e3-button{
    border-color:var(--primary-color);
     color:var(--primary-color);
}
.expandable-content-widget.theme3 .e3-button:hover{
    border-color:var(--primary-color);
     /* color:var(--primary-color); */
     color:white;
     background:var(--primary-color-hover);
}
  
 .expandable-content-widget.theme3 .expandable-content-heading .expandable-content-link:hover{
      border-bottom:1px ridge var(--accent-color);
      background-color:var(--primary-color-hover);
     
  }
  
 .expandable-content-widget.theme1 .expand-arrow{
    background:transparent;
}

   .expandable-content-widget.theme1 .expandable-content-link:hover, 
  .expandable-content-widget.theme1 .expandable-content-link:focus
  {
      background:var(--primary-color);
      color:white;
  }
.expandable-content-widget.theme3 .expandable-content-heading{
    background:var(--primary-color);
   
}
.expandable-content-widget.theme3 .expandable-content-heading .expandable-content-link{
      border-bottom:1px ridge var(--accent-color);
      /* color:white; */
/*       color:var(--primary-color-darkest); */
  }

  .expandable-content-widget.theme3 .expand-arrow{
      /* background-color:var(--accent-color);
      */background:transparent;
      color:white;
  }
  .expandable-content-widget.theme3 a:hover .expand-arrow {
    /* background-color:var(--primary-color-dark); */
    background:transparent;
   
    color:white;
  }
  .expandable-content-widget.theme3 .row a:not(.e3-button):hover {
    color:var(--primary-color-hover);
  }
  /* .expandable-content-widget a.e3-button{
    background:var(--primary-color-dark);
    color:white;
}
.expandable-content-widget a.e3-button:hover{
    background:var(--primary-color-hover);
    color:white;
} */
@media(hover:none){
.expandable-container .expand-arrow {
    width:32px;
    height:30px;
}
.expandable-container .expand-arrow:before {
    padding-left:10px;
    line-height:30px;
    
}
}
/*-----------------------contact cards--------------------*/
.contact-card-widget:is(.card-view, .full-card) .contact-card-wrapper .card-photo {
    border-radius: 0;
    background-color:var(--primary-color);
}
.contact-card-widget:is(.card-view, .full-card) .contact-card-wrapper .card-details-inner h3 {
    font-size:1.7em;
    font-family:var(--title-font-family);
}
.contact-card-widget:is(.card-view, .full-card) .contact-card-wrapper .card-details-inner h4 {
    font-size:1.3em;
    color:var(--title-font-color);
}
.contact-card-widget.card-view .contact-card-wrapper .card-details-inner .detail-item .fa{
    color:var(--accent-color);
}
/*removes add to contact button while the blue issue is being fix*/
.div-add-to-contact {
  display: none;
}

/*---------------------------------------custom class fade-light and fade-dark & narrow-fade------------------------------*/
/*fade block is added by script*/
.faded-block{
  content:'';
  width:100%;
  height:150px;
  position: absolute;
  top:-1px;
  left:0;
  z-index:-1;
  }
  .narrow-fade .faded-block{
  height:50px;
  }
  .widget-bizform:has(.faded-block) .background-image {
  z-index: 3;
  }
  section:not(.widget-bizform):has(.faded-block) .inner-wrap {
  z-index:3;
  position: relative;
  }
  .fade-light .faded-block{
  background:linear-gradient(to bottom, #ffffff 0%, transparent 100%);
  }
  .fade-dark .faded-block{
  background:linear-gradient(to bottom, var(--primary-color) 0%, transparent 100%);
  }
  @media(min-width: 1024px ) {
  section.widget-bizform:has(.faded-block) .inner-wrap .container {
   margin:120px auto 90px;
  }
  section.narrow-fade:has(.faded-block) .inner-wrap .container {
    margin:20px auto 30px;
   
  }
  }

 /*-------------------------------------------------------------------biz form -----------------------------------------------------------*/
  
  .widget-bizform .background-image .container{
  background:var(--backdrop-op90);
  padding: 44px 20px;
  height:100%;
  margin: 20px 20px;
  width: calc(100% - 40px);
  /* box-shadow: 1px 1px 3px 2px #d4d4d4; */
  
  }
  .widget-bizform.bg-repeat .background-image{
  background-repeat: repeat;
    background-size: contain;
  }
  .widget-bizform.theme3 .background-image .container{
  background:var(--primary-color-op90);
  }
  @media(min-width:1024px){
    .widget-bizform .background-image .container {
      width:95%;
        margin: 3% auto;
    }
  }
  @media(min-width:1280px){
    .widget-bizform .background-image .container {
      width:95%;
      margin: 5% auto;
    }
  }
  
.widget-bizform p{
 text-wrap-style:balance;
    max-width:900px;
    margin: 20px auto;
}
.widget-bizform h2 {
    margin-top:20px;
}

  @media(min-width:1441px){
  .widget-bizform .background-image .container{
  
  margin: 10% auto;
  }
  }
  .widget-bizform.theme3:not(:has(.background-image)){
  position: relative;
  }
  .widget-bizform.theme3:not(:has(.background-image)):before {
  background:var(--primary-color);
  content:'';
  width:150vw;
  left:-25vw;
  height:100%;
  position: absolute;
  z-index: -1;
  
  }
  .checkbox-list-horizontal label {
    margin-right:10px;
}
.widget-bizform.theme3 .form-control{
    color:white;
}
.widget-bizform.theme3 .FormPanel :is(.form-control:focus, .form-control:active){
    color:#2a2a2a;
}
  /*-------------------------------------------------------------custom biz form------------------------------------------*/
  .widget-bizform tr td, .widget-bizform tr th {
    border-color:transparent;
}
  .widget-bizform div[id*="divContainer"] {
  padding: 20px;
  max-width: 1170px;
  }
  .widget-bizform .container{
  width:auto;
  max-width: 990px;
  }
  .widget-bizform .FormPanel {
  width: fit-content;
  margin: auto;
  }
  .widget-bizform .FormPanel .form-control {
  height:44px;
  }
  .widget-bizform .EditingFormTable {
  display: block;
  width:90%;
  /*     margin:0 auto; */
  }
  .widget-bizform:has(.full, .half, .third, .comments) tr {
  display: flex;
  flex-direction: column;
    justify-content: space-between;
  
  }
  
  .widget-bizform .FormPanel .FieldLabel, 
  .widget-bizform  .FormPanel .EditingFormLabel {
  text-align: left;
  }
  .widget-bizform .EditingFormValueCell input, 
  .widget-bizform .EditingFormValueCell textarea,
  .widget-bizform .EditingFormValueCell select {
  border: 1px solid var(--primary-color-hover);
  /* background: var(--secondary-color-op80); */
  /*     box-shadow: var( --bs-v1); */
  }
  .widget-bizform .FormPanel .form-control:focus {
  border-bottom: 1px solid var(--accent-color);
  background-color: #fafbfc;
  outline: 1px solid var(--primary-color);
  box-shadow: var(--bs-v3);
  }
  .FormPanel .EditingFormControlNestedControl .form-control-text,
  .FormPanel .EditingFormValueCell .form-control-text {
    margin-top:6px;
    font-weight:bold;
    color:var(--primary-color);
  }
  .theme3 .FormPanel .EditingFormControlNestedControl .form-control-text,
  .theme3  .FormPanel .EditingFormValueCell .form-control-text{
    color:white;
  }
  .EditingFormValueCell:has(div[id*="phone"], div[id*="fax"]){
     border:1px solid var(--primary-color-hover);
     border-radius: 3px;
     min-height:44px;
     margin-bottom:4px;
     padding-top:6px;
     padding-left: 12px;
     margin-left: 3px;
     width: calc(100% - 6px);
  }
  .widget-bizform .EditingFormValueCell:has(div[id*="phone"], div[id*="fax"]) input {
    border:none;
    height:30px;
    border-bottom:1px solid var(--primary-color-hover);
  }
  .widget-bizform.theme3 .EditingFormValueCell:has(div[id*="phone"], div[id*="fax"]) input {
   background:transparent;
  }
  .widget-bizform.theme3 .EditingFormValueCell input, 
  .widget-bizform.theme3 .EditingFormValueCell textarea,
  .widget-bizform.theme3 .EditingFormValueCell select,
  .widget-bizform.theme3 .EditingFormValueCell:has(div[id*="phone"], div[id*="fax"]){
  border: 1px solid var(--primary-color-hover);
  background: var(--primary-color-op80);
  }
  .widget-bizform.theme3 .FormPanel .form-control:focus {
  border-bottom: 1px solid var(--accent-color);
  background-color: white;
  outline: 1px solid var(--backdrop-2);
  }
  
  .widget-bizform tr[id*="space_break"] {
  margin-top:20px;
  border-top:1px solid #c8c6c6;
  }
  
  .widget-bizform tr.label .EditingFormLabel{
  font-family: var(--title-font-family);
  font-size:2.3em;
  font-style:italic;
  color:var(--title-font-color);
  margin:30px 0 0px;
  }
  .widget-bizform.theme2 tr.label  .EditingFormLabel{
  color:white;
  }
  
  
  
  .widget-bizform .radio {
  margin-left: -9px;
  display: flex;
  flex-wrap: wrap;
  }
  .widget-bizform .radio input {
  margin-bottom: 10px;
  margin-right: 3px;
  margin-left: 10px;
  }
  .widget-bizform .radio label {
  flex-grow: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  }
  .widget-bizform:has(.full, .half, .third, .comments) tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  }
  
  .widget-bizform .title {
  font-size: 2rem;
  }
  .widget-bizform table.checkbox tr{
  width: 50%;
  }
  .widget-bizform:has(.full, .half, .third, .comments) tr.one-line {
  flex-direction: row;
  justify-content: flex-start;
  }
  .widget-bizform:has(.full, .half, .third, .comments) tr.one-line input[id*="checkbox"]{
  margin-top:6px;
  }
  @media(max-width:1024px){
  .widget-bizform table.checkbox tr{
  width: 100%;
  }
  .FormPanel .FieldLabel, .FormPanel .EditingFormLabel {
    text-align: left;
  }
  }
  .widget-bizform .full {
  width: 100%;
  }
  .widget-bizform .full .EditingFormControlNestedControl .form-control {
  max-width: 100%;
  }
  @media (max-width: 1024px) {
  .widget-bizform .full {
  width: 100%;
  }
  }
  .widget-bizform .half {
  width: 50%;
  }
  .widget-bizform .half .EditingFormControlNestedControl .form-control {
  max-width: 100%;
  }
  @media (max-width: 1024px) {
  .widget-bizform .half {
  width: 100%;
  }
  }
  .widget-bizform .comments {
  width: 100%;
  }
  .widget-bizform .comments .EditingFormControlNestedControl .form-control{
  max-width: 100%;
  height: 8rem;
  }
  @media (max-width: 1024px) {
  .widget-bizform .comments {
  width: 100%;
  }
  }
  .widget-bizform .third {
  width: 33%;
  }
  .widget-bizform .third .EditingFormControlNestedControl .form-control {
  max-width: 100%;
  }
  @media (max-width: 1024px) {
  .widget-bizform .third {
  width: 100%;
  }
  }
  
  
  .widget-bizform tr:has(input[type*="submit"]){
  display: flex;
  justify-content: center;
  align-items: center;
  margin:20px; 
  width: 100%;
  
  
  }
  .widget-bizform input[type*="submit"]{
  font-size:16px;
  height:43px;
  line-height:unset;
  font-weight:500;
/*   text-transform: uppercase; */
  }
  
  .widget-bizform div[id*="viewBiz_pM_pMP"] {
  text-align: center;
      font-size:1.5em;
  }

/*-----------------------------------------login page----------------------------------*/
.login-widget-wrapper .login-form-wrapper .login-form-logon .btn{
    background:var(--primary-color);
    color:white;
}
.login-widget-wrapper .login-form-wrapper .login-form-logon .btn:hover{
    background:var(--primary-color-hover);
    color:white;
}
.login-widget-wrapper .login-form-wrapper .login-form-logon:after{
    color:white;
}
.login-widget-bg {
  background-color:var(--primary-color);
}
.simple-login  .login-form-wrapper:before{
    content:'';
    display: block;
    background-image:url('/getmedia/c14cc9e8-0973-486f-91c4-03aa2d14c0f4/CCS_Primary_Logo.aspx');
    background-size: contain;
    background-repeat: no-repeat;
    width:100px;
    height:100px;
    margin:auto;
}
.simple-login .login-widget-wrapper h3{
        text-align:center;
        font-size:2em;
        font-family:var(--title-font-family);
   
}

@media(max-width:1200px) and (min-width:767px){
.login-widget-wrapper {
    width:80%;
    max-width:800px;
}
}
.simple-login .login-text-wrapper {
    display:none;
}
.simple-login .login-form-wrapper {
    width:100%;
    margin-bottom:30px
}
.simple-login  .login-widget-wrapper {
    max-width:550px;
    position:relative;
    z-index:3;
}


@media(max-width:767px){
    .simple-login  .login-widget-wrapper {
    max-width:100%;
   
}
    .simple-login .login-widget-wrapper h3{
        font-size:2em;
       
    }
  .simple-login .login-form-wrapper {
    margin-top:0;
    margin-bottom:40px;
}
}
/*---------------socials----------*/
    header.master-layout-2 .header-social {
    display: none;
}
footer .header-social a{
    font-size:1.3em;
    padding: 5px 15px 5px 0;
}
/*----------------------------------------------------------footer--------------------------------------------*/
.footer-bg{
  background-color:var(--accent-color);
}
.basic-footer-widget .footer-content-padding{
    padding: 20px 0;
}
footer .basic-text-area .inner-wrap .container{
    max-width:1440px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 65px 20px 30px ;
}


footer .basic-text-area  a{
    text-decoration: none;
    overflow-wrap: break-word;
    
    
}
footer .basic-text-area  a:hover{
    text-decoration: underline;
}
footer .basic-text-area  address{
   font-style: normal;
    margin-bottom: 6px;
    text-transform: uppercase;
}

footer h3{
    font-family:var(--title-font-family);
    font-size:2.4em;
    line-height: 1.2;
}
footer h5{
    font-size:1.2em;
    line-height: 1.5;
    font-weight:500;
    text-transform: uppercase;
    margin-bottom:6px; 
}
footer h5:not(:first-of-type){
    margin-top:8px;
}
footer p{
    margin:0px 0px 6px;
}
footer .basic-text-area  ul {
    list-style: none;
    padding:0;
    margin: 0;
}
footer .basic-text-area  ul li {
    padding: 0 0 8px;
}
footer .basic-text-area img {
max-height:250px;
  width:100%;
  max-width:unset;
    object-fit: contain;
    transform: translateY(-35px)
}

footer .basic-text-area div[id*="divCol"] {
display: flex;
flex-direction: column;
    justify-content: start;

}
footer .basic-text-area div[id*="divCol1"]{
    max-width:16%;
    align-items: start;
    padding:0;
    overflow: visible;
    
}
footer .basic-text-area div[id*="divCol2"]{
    max-width:40%;
    text-wrap-style:pretty;
/*     justify-content: center; */
    align-items: start;
}
footer .basic-text-area div[id*="divCol3"],
footer .basic-text-area div[id*="divCol4"]{
    max-width:22%;
}
@media(max-width:1023px){
     footer .basic-text-area div[id*="divCol1"]{
    max-width:25%;
    
}
     footer .basic-text-area div[id*="divCol2"]{
    max-width:45%;
         
}
   
     footer .basic-text-area div[id*="divCol3"]{
         display: none;
     }
      footer .basic-text-area div[id*="divCol4"]{
          max-width:30%;
     }
     
} 
@media(max-width:800px){
    footer .basic-text-area .inner-wrap .container{
   
    padding: 35px 20px 20px;
}
    footer .basic-text-area .row{
        flex-direction: row;
        align-items: center;
       
    }
     footer .basic-text-area img{
         width: 200px;
         height:auto;
         transform: translate(0)
         
     }
    footer address{
        max-width: 300px;
    }
    footer h5{
        font-size:1.1em;
    }
    footer h3{
        font-size:1.5em;
    }
     footer .basic-text-area div[id*="divCol"] {
        flex-basis: auto;
         justify-content: center;
        text-align: center;
         align-items: center;
        max-width:100%;
         margin-bottom: 20px;
    }
     footer .basic-text-area div[id*="divCol1"],
    footer .basic-text-area div[id*="divCol4"]{
         margin-bottom: 0px;
    }
    
} 

/* ----------------------------------------------------------------------*/
/* ------                       Scroll To Top                            -----*/
/* ----------------------------------------------------------------------*/
.scrollTop {
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 99;
    cursor: pointer;
    transition: 0.3s ease all;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scrollTop:hover {
    transform: scale(1.15);
}

i.fa.fa-chevron-circle-up {
    color: var(--primary-color);
}

.scrollTopBtn {
    color: var(--primary-color);
    font-size: 2.2em;
    padding-left: 9px;
}


@-webkit-keyframes border-transform {
  0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
  14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
  28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
  42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
  56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
  70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
  84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}

.progress-wrap {
  position: fixed;
  right: 40px;
  bottom: 40px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f176';
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  color: var(--accent-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f176';
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  opacity: 0;
  background: var(--primary-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary-color);
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
