@import url('https://fonts.googleapis.com/css2?family=Palanquin:wght@100;200;300;400;500;600;700&display=swap');/*for testimonial quote*/
:root {
  --primary-color:#2D3358; /*primary blue*/
  --primary-color-hover:#363d69;
  --primary-color-op80:rgba(54,61,105,0.8); /*primary blue*/
  --primary-color-op90:rgba(54,61,105,0.9); /*primary blue*/
  --primary-color-dark: #1b1f35; 
  --primary-color-light:#81859b; /*primary blue*/
 
   
  --secondary-color:#BA9E66; /*tan*/
  --secondary-color-light:#eae2d1; /*tan*/
  --secondary-color-op80:rgba(186,158,102,0.80);
  --secondary-color-op60:rgba(186,158,102,0.6);
  
  --accent-color: #274001; /*green*/
  --accent-color-light:#7d8c67;
  --accent-color-dark:#142001;

 
  --soft-grey:#a9a9a9;
  /*box shadows*/
 --bs-v1:#757575  0px 0px 3px;
     --bs-v2:1px 1px 8px #000 inset;
     --bs-v3:1px 1px 2px #717171 inset;
     
     /*fonts*/
     --title-font-color:#2D3358; /*blue*/
     --title-font-family:"Source Serif 4", serif;
     --body-font-family:"Source Sans 3", sans-serif;

  
     scrollbar-color: var(--primary-color) var(--secondary-color);


}
body {
  overflow-x: hidden;
  font-size:18px;
}

:is(p,h1,h2,h3,h4,h5,h6):empty,
.contact-card-widget .contact-card-title:empty{
  display: none;
}
/* light mode*/
@media (prefers-color-scheme: light) {
  :root {
       scrollbar-color: var(--primary-color) #fff;
      
  }
}
/* Dark mode */
@media (prefers-color-scheme: dark) {
:root {
     scrollbar-color: var(--primary-color-light) #2a2a2a;
  }
}
/*---------------------------------------------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;

} 
.container:has(div[class*="col-70"]){
    width:100%;
    max-width:1440px;
}
/*------------------------------------------max-width-1170-------------------------*/
.max-width-1170 .inner-wrap  .container{
    max-width:1170px;
    width:100%;
    margin-left:auto;
     margin-right:auto;
    float:unset;
    
}
/*------------------------------------------max-width-900-------------------------*/
.max-width-900 .inner-wrap  .container{
    max-width:900px;
    width:100%;
    margin-left:auto;
     margin-right:auto;
    float:unset;
    
}
/*---------------------------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;   
}

/*--------------------general--------------------*/
.basic-block p, .basic-text-area p {
  line-height: 1.8;
}
/*----------------------------remove blank---------------------*/
.latest-news-content-details:has(p[id*="Content"]:empty) hr{
    display: none;
}
/*------------------------------------------------------header ---------------------------------------*/
.master-layout-2 {
  z-index: 2004;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px), screen and (-ms-high-contrast:none) and (min-width: 1025px) {
  
  header.master-layout-2 .logo {
      /* position: absolute;
      padding:0;
      height:125px;
      z-index: 1000; */
      padding:12px 0;
  }
  header.master-layout-2 .logo img {
    padding-top:8px;
    max-height:95px
  }
  header.master-layout-2.scrolled-head .logo img {
    padding-top:4px;
    max-height:65px
  }

  .master-layout-2 #divMainMenu nav #main-menu>li>a {
      /* line-height:80px; */
  }
      .master-layout-2 #divMainMenu, 
  .master-layout-2 .container-fluid,    
  .master-layout-2 .MyProfile_Member { 
           /* height:80px; */
  }
  .master-layout-2 .MyProfile_Member { 
    z-index:10;
}
header.master-layout-2.scrolled-head .logo {
      /* position: absolute;
      padding:0;
      height:95px;
      z-index: 1000; */
  }
}
@media(hover:hover) and (min-width:1025px) and (max-width: 1500px){
  header.master-layout-2 .container-fluid {
   
    padding-left: 30px;
       
    }
  }
@media(min-width:1500px) and (hover:hover){
  header.master-layout-2 .container-fluid {
      padding:0 ;
      padding-left:0;
      padding-right:0;
  }

}
@media(hover:hover) and (min-width:1025px){
  
header.master-layout-2 .MyProfile_Member:focus {
 /* background:varr(--primary-color); */
}
   /* header.master-layout-2 .MyProfile_Member .MyProfile_Name {
      padding-right:15px;
} */
.master-layout-2 .MyProfile_Member {
  /* background:var(--primary-color); */

  /* margin: 11px;
  height: calc(100% - 22px);
  transition: all .3s ease-in;
  border:2px solid var(--primary-color); */
  
}
.master-layout-2 .MyProfile_Member:focus {
   /* background:var(--primary-color-dark); */
}
.master-layout-2.scrolled-head .MyProfile_Member {
/*   
  margin: 11px;
  height: calc(100% - 22px); */
}
.master-layout-2 .MyProfile_Member:focus .MyProfile_Name ,
 .master-layout-2 .MyProfile_Member .MyProfile_Name {
  color:white;
  text-transform: unset;
} 
}


header.master-layout-2 .MyProfile_Member .fullView {
background:var(--primary-color-op80);

}

.master-layout-2 #divMainMenu nav #main-menu li, 
.master-layout-2 #divMainMenu nav #main-menu a {
font-size:18px;
}  
.master-layout-2 .logo {
  padding:0;

}
header .header-top .header-social {
      display: none;
      margin-right:10px;
  }
  
  @media (hover: hover) and (pointer: fine) and (min-width: 1025px), screen and (-ms-high-contrast:none) and (min-width: 1025px) {
    header.master-layout-2 .MyProfile_Member .MyProfile_Name{
      padding: 8px 10px;
      background:transparent;
      border:1px solid var(--primary-color);
      color:var(--primary-color);
      text-transform: uppercase;
      font-weight:500;
      min-height: 45px;
      
  }
    header.master-layout-2.scrolled-head .MyProfile_Member .MyProfile_Name{
      min-height: 28px;
      overflow:hidden;
       padding: 0px 10px;
  }
   header.master-layout-2 .MyProfile_Member:hover .MyProfile_Name{
      background:var(--primary-color);
  
      
  }
  header.master-layout-2 .MyProfile_Member .MyProfile_SignedIn,
  header.master-layout-2 .MyProfile_Member .MyProfile_SignedOut{
    padding-left:0;
 
  }
   header.master-layout-2 .MyProfile_Member:focus{
      background:var(--primary-color);
      margin-left:10px;
  }
  header.master-layout-2 .MyProfile_Member:focus .MyProfile_Name{
      color:white;
  }
 header.master-layout-2 .MyProfile_Member:hover .MyProfile_Name{
      color:white;
  }

  }
/*-----------------------------------------------------transparent header----------------------*/

header.master-layout-2 {
    /* backdrop-filter: blur(10px); */
    box-shadow:none;
    z-index: 10000;
    background:linear-gradient(to bottom, rgb(255 255 255 / 90%) , transparent 180%);
    /* background: linear-gradient(to bottom, rgb(255 255 255 / 80%) 0, rgb(255 255 255 / 55%) 100%)  */
}
header.master-layout-2 .header-top, header.master-layout-2 .header-bottom {
  
      background:transparent;
  }
  header.master-layout-2.scrolled-head .header-top {
    padding-top:5px;
  }
header.master-layout-2.scrolled-head {
/* background:var(--secondary-color-op80); */
background:rgba(255, 255, 255, 0.90);
z-index: 2004;
}


body:not(.module-page):not(.no-banner) .header-space {
display: none ; /* Conditionally Removes the header space */
}


.master-layout-2 #divMainMenu nav #main-menu li a{
color: #2a2a2a ; /*-----when your nav is not transparent*/
/* letter-spacing: .5px; */
font-weight: 500;
text-transform: uppercase;


}
.master-layout-2 #divMainMenu nav #main-menu ul a:hover,
  .master-layout-2 #divMainMenu nav #main-menu ul a:focus{
  color:white;
  background:var(--primary-color);
  outline: 1px solid var(--secondary-color);
    outline-offset: -6px;
} 

.master-layout-2:not(.no-banner):not(.scrolled-head) svg, 
.master-layout-2:not(.no-banner):not(.scrolled-head) #menu-button i.fa-bars,
header.master-layout-2 .MyProfile_Member .MyProfile_Svg svg{
fill:var(--primary-color);
color:var(--primary-color);
}


@media (min-width:1024px) and (hover:hover) {
header:not(.no-banner):not(.scrolled-head).master-layout-2 #divMainMenu nav ul#main-menu:not(.child-nav)>li>a,
header:not(.no-banner):not(.scrolled-head) span
{
    color: #2a2a2a ;  /* YOUR MAIN MENU COLOR HERE WHEN MENU IS TRANSPARENT*/

}

.master-layout-2 #divMainMenu nav #main-menu>li>a:hover , 
header:not(.no-banner):not(.scrolled-head).master-layout-2 #divMainMenu nav ul#main-menu:not(.child-nav)>li>a:hover,
.master-layout-2 #divMainMenu nav #main-menu>li>a.active-link , 
header:not(.no-banner):not(.scrolled-head).master-layout-2 #divMainMenu nav ul#main-menu:not(.child-nav)>li>a.active-link {

  color:var(--primary-color-dark) ; 
}
header:not(.no-banner):not(.scrolled-head) span:hover,
  header:not(.no-banner):not(.scrolled-head).master-layout-2 #divMainMenu nav ul#main-menu:not(.child-nav)>li>a:focus,
header:not(.no-banner):not(.scrolled-head) span:focus{
  color:white;
}

  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:var(--primary-color-op80);
      
  }


}
/* @media(min-width:1024px) and (max-width:1440px){
header.master-layout-2 .logo{
   margin-left:3%;
 }
} */

@media (hover: hover) and (pointer: fine) and (min-width: 1025px), screen and (-ms-high-contrast:none) and (min-width: 1025px) {
  header.master-layout-2.scrolled-head .container-fluid {
    height:85px;
  }
  header.master-layout-2 .header-bottom nav ul{
    position:relative;
  }
       header.master-layout-2 .header-bottom nav ul:before {
         content:'';
         height:1px;
         width:100%;
         top:15px;
         right:0;
         position:absolute;
         background:var(--primary-color);
       } 
  header.master-layout-2.scrolled-head .header-bottom nav ul:before {
        
         height:0px;
        
       } 
}
/*-------------mobile---------------------------*/

.master-layout-2 .MyProfile_Svg svg {
  fill:var(--primary-color)
  }
  .master-layout-2 #menu-button i.fa-bars {
  color:var(--primary-color);
  }
  .icon-m.close-nav {
      margin:28px 14px;
  }
  .master-layout-2 .showMobile .fa-times {
    color:var(--primary-color);
  } 
  .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:600;
  /* 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;
  
  }
  .master-layout-2 .showMobile i.fa-minus { 
    padding: 18px 22px; 
    background:var(--primary-color-dark); 
    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/7e2ad5c7-abb1-48d1-aaad-4ef8433d6fc6/SpringFordLogo_FC_RBG.aspx');
      background-size:contain;
      background-repeat: no-repeat;
      background-position: center bottom;
      width:250px;
      height:100px;
  
      position: relative;
      margin: 60px auto 10px;
      display: block;
  }
  header.wgt-header nav.showMobile{
  background:rgb(255 255 255 / 98%);
  
  }
  .master-layout-2 nav.showMobile #main-menu ul{
  background:var(--primary-color-dark);
    padding-left:16px;
  }
  .fullmenu nav.showMobile .top-nav
   {
      width: calc(100% - 0px);
  }
  /* .master-layout-2 #divMainMenu nav.showMobile #main-menu li a {
  color:#2a2a2a;
  } */
  .master-layout-2 #divMainMenu nav.showMobile #main-menu ul li a {
  color:white;
  }
  
  .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);
  font-weight:600;
  }
  .master-layout-2 #divMainMenu nav.showMobile #main-menu ul a.active-link,
  .master-layout-2 #divMainMenu nav.showMobile #main-menu  ul a.current {
   text-decoration:underline;
  /* color:var(--primary-color); */
  color:white;
  }
  header.master-layout-2 nav.showMobile #main-menu ul a {
    background:transparent;
  }
header.master-layout-2.scrolled-head .MyProfile_Member {
margin-top:5px;
}
/*----------------------------------buttons-------------------------------------*/

:is(.theme1, .theme2, .theme3) a.btn, 
:is(.theme1, .theme2, .theme3) .e3-button,
:is(.theme1, .theme2, .theme3) .theme-secondary .e3-button,
:is(.theme1 , .theme2, .theme3) .theme-secondary a.btn,
:is(.theme1, .theme2, .theme3) .login-widget-wrapper .login-form-wrapper .login-form-logon .btn{
  background:none;
  text-transform: uppercase;
  font-weight:600;

}
:is(.theme1) a.btn, 
:is(.theme1) .e3-button,
:is(.theme1) .theme-secondary .e3-button,
:is(.theme1 , .theme3) .theme-secondary a.btn{
  color:var(--primary-color);

}
:is(.theme2, .theme3) a.btn,
:is(.theme2, .theme3) .e3-button,
:is(.theme2, .theme3) .theme-secondary .e3-button,
:is(.theme2) .theme-secondary a.btn{
  color:white;

}
.e3-button, a.btn, 
.master-layout-2 .MyProfile_Member, 
.expandable-content-widget.theme2 .row a.e3-button {
  transition: all 0.35s;
  box-sizing: border-box;
  position: relative;
  /* text-transform: uppercase; */
}
:is(.theme1) .e3-button,
:is(.theme1) a.btn, 
:is(.theme1) .theme-secondary .e3-button,
:is(.theme1) .theme-secondary a.btn,
.expandable-content-widget.theme2 .row a.e3-button 
{
   border-width:3px;
    border-color:var(--primary-color);
 
}
:is(.theme1) .e3-button:hover,
:is(.theme1) a.btn:hover, 
:is(.theme1) .theme-secondary .e3-button:hover,
:is(.theme1) .theme-secondary a.btn:hover,
.expandable-content-widget.theme2 .row a.e3-button:hover {
  background:var(--primary-color-hover);
  color:white;
} 
:is(.theme2, .theme3) .e3-button,
:is(.theme2, .theme3) a.btn, 
:is(.theme2, .theme3) .theme-secondary a.btn,
:is( .theme2, .theme3) .theme-secondary .e3-button{
   border-width:3px;
    border-color:var(--secondary-color);
}
:is(.theme2, .theme3) .e3-button:hover,
:is(.theme2, .theme3) a.btn:hover, 
:is(.theme2, .theme3) .theme-secondary a.btn:hover,
:is( .theme2, .theme3) .theme-secondary .e3-button:hover{
  background-color:var(--secondary-color);
}



.expandable-content-widget.theme2 .row a.e3-button{
    background:transparent;
    color:var(--primary-color);
    border-width:1px;
    outline: 2px solid var(--primary-color);
    
}
.expandable-content-widget.theme2 .row a.e3-button:hover{
    background:var(--primary-color-dark);
    color:White;
}

.expandable-content-widget  .expand-arrow {
  padding: 5px 8px;
}

:is(.theme1,.theme2, .theme3) .theme-secondary .FormButton.btn {
  background: transparent;
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}
:is(.theme2) .theme-secondary .FormButton.btn {
  background: transparent;
  color: white;
  border: 2px solid var(--secondary-color);
}
:is(.theme3) .theme-secondary .FormButton.btn {
 
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
}
:is(.theme1,.theme2, .theme3) .theme-secondary .FormButton.btn:hover {
  outline:unset;
}
:is(.theme1) .login-widget-wrapper .login-form-wrapper .login-form-logon .btn {
  border:3px solid var(--primary-color);
  color:var(--primary-color);
}
:is(.theme1) .login-widget-wrapper .login-form-wrapper .login-form-logon .btn:hover {
 background:var(--primary-color);
  color:white;
}
.theme1 .login-widget-wrapper .login-form-wrapper .login-form-logon:after {
  color:var(--primary-color);
}
.theme1 .login-widget-wrapper .login-form-wrapper .login-form-logon:has(.btn:hover):after {
  color:white;
}
/*-------------------------custom arrow-btn---------------*/
:is(.theme1, .theme2, .theme3) .e3-button.arrow-btn,
:is(.theme1, .theme2, .theme3).arrow-btn .e3-button,
.basic-block.background-image:not(.center) :is(.btn, .e3-button){
    background:transparent;
    border:2px solid transparent;
    padding:12px 0;
    font-weight:700;
    text-transform: uppercase;
    font-size:1.15em;
   min-width: unset;
    text-align: left;
    transition: all 0.4s ease;
    line-height: 1;
    margin: 10px 0;
    
}
.basic-block.background-image:not(.center) :is(.btn, .e3-button){
  color:white;
}
.basic-block.background-image.boxed-block.theme1:not(.center) :is(.btn, .e3-button){
  color:var(--primary-color);
}

.basic-block.background-image.boxed-block.theme1:not(.center) :is(.btn, .e3-button):hover{
  border-color:var(--primary-color);
}
:is(.theme1, .theme2, .theme3) .e3-button.arrow-btn:after,
:is(.theme1, .theme2, .theme3).arrow-btn .e3-button:after,
.basic-block.background-image:not(.center) :is(.btn, .e3-button):after{
/*   content:'\f054'; simple arrow*/
    content:'\f138';
    font-family:FontAwesome;
    font-size:.9em;
  margin-left: 10px;
}

:is(.theme1) .e3-button.arrow-btn,
:is(.theme1).arrow-btn .e3-button{
    color:var(--primary-color);
}

:is(.theme1, .theme2, .theme3) .e3-button.arrow-btn:hover,
:is(.theme1, .theme2, .theme3).arrow-btn .e3-button:hover{
    background:transparent;
    border:2px solid var(--primary-color);
    padding:12px 20px;
   color:var(--primary-color);

}
.basic-block.background-image:not(.center):is(.theme1,.theme2, .theme3) :is(.btn, .e3-button):hover{
  background:transparent;
  border:2px solid white;
  padding:10px 20px;
 color:white;

}
.basic-block.background-image:not(.center):is(.theme2, .theme3)  :is(.btn, .e3-button):hover{
  border:2px solid var(--secondary-color);
 color:var(--secondary-color-light);

}
.basic-block.background-image.center:is(.theme2, .theme3)  :is(.btn, .e3-button){
  border:2px solid var(--secondary-color);
 /* color:var(--secondary-color-light); */
 color:white;

}
.basic-block.background-image.center:is(.theme2, .theme3)  :is(.btn, .e3-button):hover{
  color:#2a2a2a;
 }
/*---------------------------------------------logo-banner & page banner------------------------------------*/
.logo-banner:before,  .page-banner:before {
  background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 20%, transparent 80%,rgba(255, 255, 255, 1) 100% ),
  url('/getmedia/e480c89b-e383-4425-895f-c4050bd69eb1/AdobeStock_367555004-texture-grey.aspx');;
    content:'';
    display: block;
    position: absolute;
    background-size:contain;
    background-repeat: repeat;
  background-position: center;
    width:100%;
    height:100%;
    z-index:-1;
    opacity:0.5;
    top:0;
    left:0;
    
    
}

.logo-banner h1:first-of-type {
    font-size:1.4em;
    font-family:var(--body-font-family);
    margin-bottom:5px;
}
.logo-banner h1:last-of-type {
  color:var(--title-font-color);
}

.logo-banner p {
    max-width:900px;
    margin: 20px auto;
}

.logo-banner .inner-wrap{
  margin-top:40px;
   margin-bottom:60px;
  background:transparent;

}

.logo-banner .inner-wrap .row{
    padding: 80px 0 ;
    border:2px solid var(--secondary-color);
    border-bottom:0;
    
 
}

.logo-banner .inner-wrap .row:before{
  content:'';
  background-image:url('/getmedia/7e2ad5c7-abb1-48d1-aaad-4ef8433d6fc6/SpringFordLogo_FC_RBG.aspx');
  background-size:contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
/*     background-color:white; */
  position: absolute;
  bottom:60px;
  height:80px;
  width:40px;
  z-index: 1000;
  left:calc(50% - 20px); 
   
}
.logo-banner .inner-wrap .col-sm:has(h1):after{
  content:'';
 background: linear-gradient(to right, var(--secondary-color) 0%, var(--secondary-color) 42%,transparent 45%, transparent 55%, var(--secondary-color) 57%, var(--secondary-color) 100%);
  position: absolute;
  bottom:-80px;
  height:2px;
  width:100%;
  z-index: 1000;
  left:0%; 
}
.logo-banner, .basic-text-area.page-banner{
  padding:20px;
  position: relative;
  background:transparent;
    
}


.logo-banner.narrow-bottom-margin .inner-wrap{
  margin-bottom: 0px;
}
.logo-banner .inner-wrap:has(h1) .e3-table-wrap{
  overflow: visible;
}
.logo-banner .inner-wrap h1 {
  position: relative;
  
}

.logo-banner h1 {
  font-size:4em;
}
@media(max-width:1024px){
  .logo-banner h1 {
  font-size:3em;
}
}
@media(max-width:767px){
  .logo-banner .inner-wrap{
    margin-top: 20px;
   margin-bottom:60px;
}
.logo-banner h1 {
  font-size:2.5em;
}
.logo-banner:before{
  background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 20%),
  url('/getmedia/e480c89b-e383-4425-895f-c4050bd69eb1/AdobeStock_367555004-texture-grey.aspx');;

}
}


/*--------------------------------------------page banner-------------------------------------------*/
.basic-text-area.page-banner .inner-wrap{
    background:transparent;
      margin-top:44px;
   margin-bottom:44px;
}
.page-banner h1{
 color:var(--primary-color);
    font-weight:500;
/*       font-optical-sizing: none; */
 
}
.page-banner h2{
    font-size:2em;
    font-family:var(--body-font-family);
    font-style:italic;
}
.page-banner p {
    font-size:1.15em;
}
.page-banner .col-sm {
    max-width:1000px;
    margin:auto;
       border: 2px solid var(--secondary-color);
    padding: 40px;
}
/* .basic-text-area:not(.logo-banner):has(h1) h2 {
    font-size:var(--h2-desktop);
    
} */
/* .basic-text-area h1 u{
   text-decoration:none;
     color:var(--title-font-color);
} */

.basic-text-area.page-banner h1{
  position:relative;
}
.basic-text-area.page-banner h1:after {
  content:'';
  position:absolute;
  bottom:-7px;
  left:25%;
  width:50%;
  height:1px;
   background:var(--secondary-color);
}

@media(max-width:1023px){
    .page-banner h2{
        font-size:1.8em;
    }
}

@media(max-width:767px){
    .page-banner h2{
        font-size:1.5em;
    }
}
/*---------narrow-bottom------*/

.basic-text-area.page-banner.narrow-bottom .inner-wrap {
        margin-bottom: 0px;
}
/*------------------------------------------------subheading-----------------------------------*/
.basic-text-area.subheading .col-sm h2{
    width:fit-content;
    max-width:65%;
    margin:auto;
    padding: 40px 20px;
    position: relative;
    z-index: 10;
    color:white;
    font-size:3.2em;
}
.basic-text-area.subheading .col-sm  h3{
   width:fit-content;
    max-width:65%;
    margin:auto;
    padding:20px 20px 40px;
    position: relative;
    z-index: 10;
    color:white;
    font-size:1.5em;
}
.basic-text-area.subheading .col-sm:has(h3) h2{
    padding:40px 20px 0;
   
}
.basic-text-area.subheading.theme2 .col-sm h2{
   text-shadow:0px 0px 3px  black;
/*     color:var(--primary-color); */
    
}
.basic-text-area.subheading .col-sm:after{
   content:'';
    width:70%;
    max-width:1000px;
    height:100%;
    background:var(--primary-color);
    position:absolute;
    top:0px;
    left:15%;
    z-index: 1;
    outline:1px solid var(--secondary-color);
    outline-offset:-6px;
}
.basic-text-area.subheading.theme2 .col-sm:after{
    background:var(--secondary-color);
    outline:1px solid var(--secondary-color-light);
    
}
@media(max-width:767px){
  .basic-text-area.subheading .col-sm h2 {
      font-size:2.5em;
  }
  .basic-text-area.subheading .col-sm  h3{
    font-size:1.2em;
  }
}

/*-------------------------------------title-banner-overlay--------------------------------*/
section.title-overlay-banner h2{
  font-size: 1.4em;
  font-weight:500;
  text-transform: uppercase;
  font-family:var(--body-font-family);
  }
   section.title-overlay-banner h3{
    text-wrap-style:balance;
       font-size:3.7em;
       font-weight:500;
     font-family:var(--title-font-family);
  }
  section.title-overlay-banner h3 em{
    padding-left:5px;
  }
  @media(min-width:767px){

    .title-overlay-banner:is(.theme1):not(.arrow-btn) .theme-secondary .e3-button:not(.arrow-btn) {
        color:white;
        border:2px solid white;
    }
    .title-overlay-banner:is(.theme1):not(.arrow-btn) .theme-secondary .e3-button:not(.arrow-btn):hover {
        color:white;
        border:2px solid var(--primary-color);
    }
    .title-overlay-banner:is(.theme1) .theme-secondary .e3-button.arrow-btn,
    .title-overlay-banner:is(.theme1).arrow-btn .theme-secondary .e3-button,
    .title-overlay-banner:is(.theme1) .theme-secondary .arrow-btn
    {
        color:white;
     
    }
    .title-overlay-banner:is(.theme1) .theme-secondary .e3-button.arrow-btn:hover,
    .title-overlay-banner:is(.theme1).arrow-btn .theme-secondary .e3-button:hover,
    .title-overlay-banner:is(.theme1) .theme-secondary .arrow-btn:hover {
        color:white;
        border:2px solid white;
      
    }
    }

    /*-----------------------------------title-banner-v2--------------*/
    .cho-hero-textwidget.title-banner-v2 .col-sm-8{
    max-width:500px;
    margin: 30px auto 0;
    float:unset;
/*    background:rgba(255,255,255,0.53); */
    
}

.cho-hero-textwidget.title-banner-v2 h2{
    border-bottom: 3px ridge var(--secondary-color);
    padding-bottom:6px;
    margin-bottom: 10px;

}
/*     .cho-hero-textwidget .cho-hero-textwidget-content{
        color:black;
        text-shadow: none;
} */
@media(min-width:768px) and (max-width:1023px){
.cho-hero-textwidget.title-banner-v2 .cho-hero-textwidget-content{
    position: absolute;
/*     top:90px; */
}
        .cho-hero-textwidget.title-banner-v2 .cho-hero-textwidget-content.background-overlay{
        background: rgba(42, 42, 42, .3) !important;/*required with system*/
    }
    .cho-hero-textwidget.title-banner-v2 .cho-hero-textwidget-content{
        color:white;
        text-shadow:0 2px 2px rgba(0, 0, 0, 0.9);
    }
}
@media(max-width:767px){
    .cho-hero-textwidget.title-banner-v2 h2{
    border-bottom: 1px solid var(--secondary-color);

}
}
    /*---------------------show-chevron----------------------*/
    .cho-hero-textwidget.height50.show-chevron .scroll-chevron{
    display: block;
    top:44vh;
    z-index: 100;
    
}

  /*-----------------------hero banner-----------------------*/
 .cho-hero-textwidget.height75 {
    max-height: 65vh;
}
  .cho-hero-textwidget.height100 .cho-hero-textwidget-bg{
    min-height: 360px;
  }
  @media (min-width: 768px) {
    .cho-hero-textwidget.height50{
        height:54vh;
    }
}
  @media (min-width: 768px) {
    .page-content:has(.title-overlay-banner) .cho-hero-textwidget .scroll-chevron {
        z-index: 2001;
    }
    .cho-hero-textwidget.height100 {
        height: calc(100vh);
    }
  body:not(.EditMode) section.title-overlay-banner{
     position:absolute;
    z-index: 1001;
    } 
    .page-content:has(.title-overlay-banner) .cho-hero-textwidget:first-of-type:is(.height100, .height75):after, 
    .page-content:has(.title-overlay-banner) .cho-hero-textwidget:first-of-type:is(.trueheight100):after{
    content:'';
    position: absolute;
    top: 0px;
    left:0;
    width:100%;
    height: calc(100% - 0px);
    z-index: 1000;
    }
   @media (hover: hover) and (pointer: fine) and (min-width: 1025px), screen and (-ms-high-contrast:none) and (min-width: 1025px) {
      .page-content:has(.title-overlay-banner) .cho-hero-textwidget:first-of-type:is(.height100, .height75):after, 
    .page-content:has(.title-overlay-banner) .cho-hero-textwidget:first-of-type:is(.trueheight100):after{
   
    top: 120px;
    height: calc(100% - 120px);

    }
   }
    
    section.title-overlay-banner .inner-wrap {
     background:transparent;
 
    }
    body:not(.EditMode) section.basic-text-area.title-overlay-banner.theme1 :is(h1,h2,h3) {
      color:white;
      text-shadow: 0px 0px 3px #3a3939a3;
    }
    body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.height100) .title-overlay-banner,  
body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.height75) .title-overlay-banner {
      top:130px;
    }

  
    section.title-overlay-banner .inner-wrap .container .row {
     width: 80%;
   
    }
    .page-content:has(.title-overlay-banner) .cho-hero-textwidget:first-of-type:is(.height100, .height75):after{
    
      background-image: radial-gradient(circle at  bottom left,  rgba(0,0,0,.45)45%, transparent 70%);
  
    }
  
    .page-content:has(.title-overlay-banner) .cho-hero-textwidget:first-of-type:is(.trueheight100):after{
    
      background-image: radial-gradient(circle at  bottom left,  rgba(0,0,0,.55) 45%, transparent 70%);
  
    }
  
    body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.height100) .title-overlay-banner,
    body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight100) .title-overlay-banner{
     top:calc(34vh);
   }
   
    
    body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.height75) .title-overlay-banner {
      top:calc(40vh);
    }
    
    
    section.title-overlay-banner .inner-wrap .container {
        width:100%;
        padding: 20px 30px;
        max-width:1440px;
        margin:auto;

    }
     
}
section.title-overlay-banner:not(:has(h3)) h2 {
  font-family:var(--title-font-family);
  font-size:3.7em;
  text-transform: unset;
/*     text-wrap-style:balance; */
}

@media (max-width:767px){
  section.title-overlay-banner:not(:has(h3)) h2 {
      font-size:2em;
  }
}

@media (max-width:500px){
  section.title-overlay-banner:not(:has(h3)) h2 {
      font-size:1.5em;
  }
}
/*--------------------video banner with title overlay banner more detail adjustmet------------------*/
.cho-hero-textwidget.video-widget.trueheight100 {
  z-index:100;
}
@media(min-width:1200px) and (min-height:700px){
body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.height100) .title-overlay-banner,
    body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight100) .title-overlay-banner{
     top: calc(45vh);
   }
}
@media(min-width:1000px) and (max-width:1199px){ 
   body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight100) .title-overlay-banner{
    top:24vh;
  }
  body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight100) .title-overlay-banner:not(:has(h3)):has(h2){
    top:30vh;
  }
  
}
@media(min-width:767px) and (max-width:999px) { 
   body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight100) .title-overlay-banner{
    top:15vh;
  }
  body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight100) .title-overlay-banner:not(:has(h3)):has(h2){
    top:25vh;
  }
  section.title-overlay-banner:not(:has(h3)) h2 {
    font-size:2.5em;
}
 .page-content:has(.cho-hero-textwidget:first-of-type.trueheight100)  section.title-overlay-banner .inner-wrap .container .row {
      width: 90%;
  }

  
}
@media(min-width:767px) and (max-width:1024px) and (min-height:700px){
body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.height100) .title-overlay-banner,
    body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight100) .title-overlay-banner,
    body:not(.EditMode) .page-content:has(.cho-hero-textwidget:first-of-type.trueheight100) .title-overlay-banner:not(:has(h3)):has(h2){
     top: 150px;
   }
}
@media (max-width:767px){
   
  section.title-overlay-banner .inner-wrap {
    background:transparent;
    position:relative;

   }
 section.title-overlay-banner .inner-wrap:after {
 content:'';
 position: absolute;
 top:0%;
 left:0;
 width:100%;
 height:100%;
 z-index: -1;
 opacity: 0.5;
 background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0)80%, rgba(255, 255, 255, 1) 100%),
    url('/getmedia/e480c89b-e383-4425-895f-c4050bd69eb1/AdobeStock_367555004-texture-grey.aspx');;
  background-size:contain;
}
   section.title-overlay-banner .inner-wrap .container {
        width:100%;
        padding: 0px 45px 60px;
        max-width:1440px;
        margin:auto;
       text-align:center;
    }
   /* section.title-overlay-banner.theme1 h2{
     color:var(--title-font-color);
   } */
  section.title-overlay-banner h2 {
    font-size: 1.4em;
  }
  section.title-overlay-banner h3 {
    font-size:2em;
    color:var(--title-font-color);
} 
}
@media(max-width:500px){
  section.title-overlay-banner h2 {
    font-size:1em;
 }
  section.title-overlay-banner h3 {
    font-size:1.5em;
}
    section.title-overlay-banner .inner-wrap .container {
       padding:20px 5px;
     }
}
@media(min-width:1200px){
     section.title-overlay-banner .inner-wrap .container .row {
     width: 900px;

    }
  
}
@media(min-width:1500px){
  section.title-overlay-banner .col-sm {
     padding:0;
    }
   section.title-overlay-banner .inner-wrap .container {
        padding: 20px 20px;
        
    }
}
/*----------------------------------chevron animation------------------------------*/
@media (min-width: 768px) {
  .cho-hero-textwidget.trueheight100 {
      max-height: 100vh;
  } 


  .cho-hero-textwidget .arrow-down:after{
     content: "\f107";
    position: absolute;
      color:white;
    bottom:-15px;
    left:calc(50% - 13px); 
        animation-name: scrolldown ;
          animation-duration: 3s;
          animation-fill-mode: both;
      animation-delay: 1.25s;
      

  }

      .cho-hero-textwidget .scroll-chevron {
          position: absolute;
          left: calc(50% - 31px);
          /* transform: translate(-50%); */
          bottom: 0;
          top:calc(100vh - 100px);
           animation-name: scrolldown ;
          animation-duration: 3s;
          animation-fill-mode: both;
      animation-delay: 1s;
      }

  }

@media (min-width: 1200px) {
  .video-widget .scroll-chevron.position-fixed {
      bottom:unset;
  }
  
}

.scroll-chevron {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.cho-hero-textwidget.trueheight100 .scroll-chevron:before, 
.cho-hero-textwidget.height100  .scroll-chevron:before{
  content: "Scroll";
  color: white;
  letter-spacing: 0.25rem;
  animation-name: scrolldown ;
          animation-duration: 2s;
          animation-fill-mode: both;
      animation-delay: 0.5s;
}

  .cho-hero-textwidget .scroll-chevron .fa {
              margin: 0 auto;
}

.cho-hero-textwidget .scroll-chevron .fa {
  border: none;
}


@keyframes scrolldown {
          from {
              transform: translateY(150%);
              
          }

          to {
              transform: none;
          }
      }



/*------------------------------------------info-col-img---------------------------------*/
.basic-text-area.info-cards img {
  object-fit: cover;
  height:250px;
  width:100%;
 
}

.basic-text-area.info-cards .col-sm {
    box-shadow:2px 2px 8px #9f9f9f;
    padding:0 0 25px 0;
    margin: 10px;
    display: flex;
    flex-direction: column;
    text-wrap-style:balance;
    
}
.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 :is(h3,h4,h5,h6, p) {
    padding: 5px 20px;
}
.basic-text-area.info-cards .col-sm ul{
    margin: 5px 20px 15px 10px;
}

.basic-text-area.info-cards .col-sm :is(h3,h4,h5,h6) {
    margin-top:15px;
  color:var(--title-font-color);
}
.basic-text-area.info-cards .col-sm h4 {
  margin-bottom:5px;
}

/* .basic-text-area.info-cards .col-sm :is(h3,h4) {
    font-size:1.8em;
} */

.basic-text-area.info-cards .col-sm p {
    margin-top:10px;
    margin-bottom:10px;
}

.basic-text-area.info-cards.theme1 .col-sm{
background:var(--soft-backdrop);
color:#2a2a2a;
 box-shadow:2px 2px 5px #777777;
} 
.basic-text-area.info-cards.theme3 .col-sm{
background:var(--primary-color);
color:#fff;
 box-shadow:2px 2px 5px #d4d4d4;
} 


@media(max-width:767px){
 .basic-text-area.info-cards .col-sm {
    margin: 10px;
}
} 

@media(min-width:768px){
    .basic-text-area.info-cards:has(.col-sm:nth-child(4)) .col-sm {
  min-width:40%;
}
}
/*-----------------------------------info-cards-2-----------------------------*/
.info-cards-2 img {
    object-fit: contain;
    height:100px;
}
.info-cards-2 h3 {
    font-size:1.8em;
    margin-top:10px;
}
.info-cards-2 p {
    text-wrap-style:pretty;
}
.info-cards-2 .col-sm {
  padding: 16px;
}

@media(max-width:1024px){
    .info-cards-2 .col-sm {
        -ms-flex-preferred-size: unset;
      flex-basis: unset;
      -webkit-box-flex: unset;
      -ms-flex-positive: unset;
      flex-grow: unset;
      max-width: 50%;
    }
    .info-cards-2  .row {
        justify-content: center;
    }
}
@media(max-width:767px){
    .info-cards-2 .col-sm img {
        height:70px;
    }
    .info-cards-2 .col-sm h3 {
        font-size:1.5em;
    }
    
     
}

/*------------------------------------committee-cards-------------------------------*/
.basic-text-area.committee-cards img {
  object-fit: contain;
      object-position:center;
  height:200px;
  width:200px;
    margin:auto;
    display: block;
 
}

.basic-text-area.committee-cards tr {
    box-shadow:2px 2px 8px #9f9f9f;
    padding:20px;
    margin: 10px;
    text-align: center;
    text-wrap-style:balance;
    min-width:calc(25% - 20px);
    width:280px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.basic-text-area.committee-cards tbody {

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
       
}

.basic-text-area.committee-cards td h4 {
    margin-top:15px;
    margin-bottom:6px;
  color:var(--title-font-color);
    font-family:var(--title-font-family);
}


.basic-text-area.committee-cards td h5 {
    font-size:1.3em;
    margin-bottom:6px;
  
}



.basic-text-area.committee-cards td p {
    margin-top:10px;
    margin-bottom:10px;
}

.basic-text-area.committee-cards.theme1 tr{
background:var(--soft-backdrop);
color:#2a2a2a;
 box-shadow:2px 2px 5px #777777;
} 
.basic-text-area.committee-cards.theme3 tr{
background:var(--primary-color);
color:#fff;
 box-shadow:2px 2px 5px #d4d4d4;
} 


@media(max-width:767px){
 .basic-text-area.committee-cards tr{
    margin: 10px;
}
} 
/*--------------------------title tabs in the tabbed content------------------------------*/
.title-tabs .col-sm:has(h3){
    -ms-flex-preferred-size: unset;
      flex-basis: unset;
      -webkit-box-flex: unset;
      -ms-flex-positive: unset;
      flex-grow: unset;
      max-width: 100%;
}


.title-tabs h3{
  position:relative;
     font-size:3em;
    margin-bottom:50px;
    margin-top:30px;
}

.title-tabs h3:after {
  content:'';
  position:absolute;
  bottom:-7px;
  left:25%;
  width:50%;
  height:1px;
   background:var(--secondary-color);
}


.title-tabs img {
    object-fit: cover;
    height:250px;
    width:100%;
}
/*----fix mobile--*/
@media(max-width:754px){
    
}
/*--------------------------------image and text quick links-----------------------------*/

.cho-quicklink-tile .cho-quicklink-tile-image img{
object-fit: cover;
height:100%;

}

.cho-quicklink-tile .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background {
  text-shadow: 2px 2px 4px black;
}
.theme2 .cho-quicklink-tile .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background,.theme2 .cho-quicklink-tile .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background:hover .widget1-title, .theme2 .cho-quicklink-tile .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background:focus .widget1-title, .theme2 .cho-quicklink-tile-large .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background:hover .widget1-title, .theme2 .cho-quicklink-tile-large .cho-quicklink-basic-wrapper .cho-quicklink-content-1b.image-background:focus .widget1-title{
  color:white;
}
.overlay-v2 .theme-primary-hover-in{
    background-color:rgba(250,250,250, 0.4);
}
.overlay-v2 .theme-primary-hover-in h3{
    color:var(--primary-color);
    margin-bottom: 0;
}

.overlay-v2.theme1 .quicklink-flex-item:focus .thin-bkgd h3{
    color:var(--primary-color);
}
.overlay-v2.full-width-quicklinks .full-width-quicklink-wrapper.thin-bkgd .full-width-quicklink-content{  
outline: 2px solid var(--primary-color);
    outline-offset: -5px;
}
@media(max-width:767px){
  .overlay-v2.full-width-quicklinks .full-width-quicklink-wrapper.thin-bkgd {
    padding: 0;
      height:100px;
}
}
/*---------------------------------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:var(--secondary-color);
/*    background:var(--primary-color-light-2); */
  background:var(--primary-color-dark);
}
/* ----------------------------------------------------------------------*/
/* ------                       SET ICONS for  quicklinks                            -----*/
/* ----------------------------------------------------------------------*/
/*important in root*/
/*<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0" />*/
.content-quicklink-menu-a {
  align-items: center;
  justify-content: start;
}

.content-quicklink-menu-a:before {
  display: block ;
  margin-left: 20px;
  margin-top: -5px;
}
/*-------------------------------custon class icon-ql----------------------*/
.icon-ql h3:before {
  display: block ;
  margin-left: 0px;
  margin-bottom: 12px;
}

    /*-------------- THIS IS YOUR FALLBACK ICON ----------------*/

a.content-quicklink-menu-a:before {
   content: "\e86c";
     font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.4em;      /* controls icon size */
  display: inline-block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

.icon-ql a h3:before {
  content: "\e86c";
     font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3em;      /* controls icon size */
  display: block;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}
.icon-ql:is(.theme1,.theme3) a:hover h3:before {
  color:white;
}
.icon-ql:is(.theme1,.theme3) a h3:before{
color:var(--primary-color);
}
/*------------ ICONS START HERE, ADD MORE IF NEEDED ------------*/

a[class*=hire].content-quicklink-menu-a:before,
.icon-ql h3[class*=hire]:before {
  content: "\ebcb";
}

a[class*=employee].content-quicklink-menu-a:before,
.icon-ql h3[class*=employee]:before {
  content: "\e7fd";
}

a[class*=portal].content-quicklink-menu-a:before,
a[class*=history].content-quicklink-menu-a:before,
.icon-ql h3[class*=portal]:before,
.icon-ql h3[class*=history]:before {
  content: "\eb85";
}

a[class*=board].content-quicklink-menu-a:before,
a[class*=governance].content-quicklink-menu-a:before,
.icon-ql h3[class*=board]:before,
.icon-ql h3[class*=governance]:before{
  content: "\f233";
  
}
a[class*=rules].content-quicklink-menu-a:before,
.icon-ql h3[class*=rules]:before {
  content: "\e90e";
}



a[class*=calendar].content-quicklink-menu-a:before,
.icon-ql h3[class*=calendar]:before {
  content: "\ebcc";
}
a[class*=contact].content-quicklink-menu-a:before,
.icon-ql h3[class*=contact]:before {
  content: "\e94c";
}

a[class*=documents].content-quicklink-menu-a:before,
a[class*=quercus].content-quicklink-menu-a:before,
a[class*=laws].content-quicklink-menu-a:before,
.icon-ql h3[class*=documents]:before,
.icon-ql h3[class*=quercus]:before,
.icon-ql h3[class*=laws]:before{
  content: "\f5a0";
}


a[class*=bookings].content-quicklink-menu-a:before,
.icon-ql h3[class*=bookings]:before {
  content: "\ef85";
}


a[class*=court].content-quicklink-menu-a:before,
.icon-ql h3[class*=court]:before {
  content: "\eaf6";
}
 


a[class*=dine].content-quicklink-menu-a:before,
.icon-ql h3[class*=dine]:before,
a[class*=table].content-quicklink-menu-a:before,
.icon-ql h3[class*=table]:before{
 content: "\f295";
}

a[class*=dining].content-quicklink-menu-a:before,
.icon-ql h3[class*=dining]:before{
  content: "\e56c";
}
a[class*=breakfast].content-quicklink-menu-a:before,
.icon-ql h3[class*=breakfast]:before{
 content: "\efef";
}

a[class*=lunch].content-quicklink-menu-a:before,
a[class*=dinner].content-quicklink-menu-a:before,
.icon-ql h3[class*=lunch]:before,
.icon-ql h3[class*=dinner]:before{
  content: "\ef35";
}
a[class*=wine-list].content-quicklink-menu-a:before,
.icon-ql h3[class*=wine-list]:before  {
  content: "\f1e8";
}


a[class*=management].content-quicklink-menu-a:before,
.icon-ql h3[class*=management]:before {
  content: "\e7ef";
}


a[class*=golf].content-quicklink-menu-a:before ,
a[class*=tee].content-quicklink-menu-a:before,
.icon-ql h3[class*=golf]:before ,
.icon-ql h3[class*=tee]:before {
  content: "\eb45";
}

a[class*=tournament].content-quicklink-menu-a:before,
.icon-ql h3[class*=tournament]:before{
   content: "\f5df";
}
a[class*=order].content-quicklink-menu-a:before,
.icon-ql h3[class*=order]:before {
  content: "\e854";
}

a[class*=directory].content-quicklink-menu-a:before,
a[class*=staff].content-quicklink-menu-a:before,
.icon-ql h3[class*=directory]:before,
.icon-ql h3[class*=staff]:before {
  content: "\e653";
}




a[class*=list].content-quicklink-menu-a:before,
a[class*=directory].content-quicklink-menu-a:before,
.icon-ql h3[class*=list]:before,
.icon-ql h3[class*=directory]:before  {
  content: "\f53d";
}

a[class*=profile].content-quicklink-menu-a:before,
.icon-ql h3[class*=profile]:before{
   content: "\e851";
}

a[class*=roster].content-quicklink-menu-a:before,
.icon-ql h3[class*=roster]:before,
a[class*=roster-book].content-quicklink-menu-a:before,
.icon-ql h3[class*= roster-book]:before {
  content: "\f53d";
}

a[class*=info].content-quicklink-menu-a:before,
.icon-ql h3[class*=info]:before{
   content: "\e88e";
}
a[class*=feedback].content-quicklink-menu-a:before,
.icon-ql h3[class*=feedback]:before{
   content: "\e8dd";
}
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,
.icon-ql h3[class*=minutes]:before,
.icon-ql h3[class*=documents]:before,
.icon-ql h3[class*=form]:before,
.icon-ql h3[class*=policies]:before,
.icon-ql h3[class*=postings]:before{
  content: "\f385";
}

a[class*=conduct].content-quicklink-menu-a:before,
.icon-ql h3[class*=conduct]:before {
  content: "\ef56";
}
a[class*=committee].content-quicklink-menu-a:before,
.icon-ql h3[class*=committee]:before {
  content: "\f8d9";
}
a[class*=account].content-quicklink-menu-a:before,
a[class*=statement].content-quicklink-menu-a:before,
.icon-ql h3[class*=account]:before,
.icon-ql h3[class*=statement]:before {
  content: "\e70d";
}
a[class*=newsletter].content-quicklink-menu-a:before,
.icon-ql h3[class*=newsletter]:before {
  content: "\eb81 ";
}
a[class*=reciprocal].content-quicklink-menu-a:before,
.icon-ql h3[class*=reciprocal]:before {
  content: "\ea09";
}
a[class*=accommodation].content-quicklink-menu-a:before,
.icon-ql h3[class*=accommodation]:before {
  content:"\e53a";
}
a[class*=aquatics].content-quicklink-menu-a:before,
a[class*=swimming].content-quicklink-menu-a:before,
.icon-ql h3[class*=aquatics]:before,
.icon-ql h3[class*=swimming]:before{
  content: "\eb48";

}
a[class*=tennis].content-quicklink-menu-a:before,
.icon-ql h3[class*=tennis]:before{
content: "\ea32";
}
a[class*=fitness].content-quicklink-menu-a:before,
.icon-ql h3[class*=fitness]:before{
content: "\eb43";
}
a[class*=photo].content-quicklink-menu-a:before,
.icon-ql h3[class*=photo]:before{
   content: "\efa2";
}
/*-----------------------------------------ts-img-slider and show-alt --------------------------------*/
.ts-img-slider .col-sm:not(.slick-slider){
  align-content: center;
}
.ts-img-slider .col-sm.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.show-alt .img-slide {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.ts-img-slider img {
  object-fit: cover;
  min-height: 456px;
}
.ts-img-slider.show-alt .img-slide h4 {
  width:60%;
  clear:both;
  margin-bottom: 0;
  margin-top: 5px;
  font-size:1.4em;
  padding: 5px 0;
  text-transform: uppercase;
   
}
.ts-img-slider.show-alt.theme1 .img-slide h4 {
  color:var(--title-font-color);
   
}
.ts-img-slider .slick-dotted .slick-dots {
  /*     transform: translateY(20px); */
    width:fit-content;
    right:14px;
  }
  .ts-img-slider .slick-dotted .slick-dots li button{
    background-color:var(--primary-color-light);
     transition: all .3s ease;
    transform-origin: center;
    transform: scaleX(1);
    margin:auto;
  
   
  }
  .ts-img-slider .slick-dotted .slick-dots li.slick-active button{
    background-color:var(--primary-color);
    width:28px;
    transform: scaleX(1.5);
    border-radius: 4px;
   
  }
  .ts-img-slider .slick-dotted .slick-dots li.slick-active {
    width:fit-content;
    padding: 0 5px;
  
  }
.ts-img-slider.show-alt .col-sm.slick-slider {
  padding-bottom:0px;
 
}

.ts-img-slider.show-alt .col-sm .slick-dots {
  max-width:40%;
 
}


.ts-img-slider.theme2 .slick-dotted .slick-dots li button{
background-color:var(--secondary-color-light);


}
.ts-img-slider.theme2 .slick-dotted .slick-dots li.slick-active button{
background-color:var(--secondary-color);


}

@media(max-width:767px){
  .ts-img-slider .col-sm:not(.slick-slider){
    padding-top:20px; 
    padding-bottom:20px;
  }
  .ts-img-slider .col-sm:has(img){
    order:2;
  }
  .ts-img-slider .col-sm.slick-slider {
      max-width:100%;
      order:2;
  }
  .ts-img-slider .slick-arrow.slick-next {
    right: 0px;
}
.ts-img-slider img {
  
  min-height: 250px;
}
}
.basic-block:has(h3) h2, .ts-img-slider:has(h3) h2,
.centered-text-img:has(h3) h2,
.widget-bizform:has(h3) h2 {
  font-size:1.4em;
  font-family:var(--body-font-family);
  margin-bottom: 8px;
  padding-bottom:6px;
  font-weight:600;
  text-transform: uppercase;
  border-bottom:1px solid var(--secondary-color);
/*      border-left:1px solid var(--secondary-color); */
  width:90%;
 
}
.basic-block:has(h2) h3, .ts-img-slider:has(h2) h3,
.centered-text-img:has(h2) h3,
.widget-bizform:has(h2) h3 {
  font-size:2.3em;
/*     text-wrap-style:balance; */
  font-family:var(--title-font-family);
}
.basic-block:has(h2).theme1 h3,
 .ts-img-slider:has(h2).theme1 h3,
 .centered-text-img:has(h2).theme1 h3,
 .widget-bizform:has(h2).theme1 h3 {
  color:var(--title-font-color);
}
.basic-block:has(h2).theme2 h3,
 .ts-img-slider:has(h2).theme2 h3,
 .centered-text-img:has(h2).theme2 h3,
 .widget-bizform:has(h2).theme2 h3 {
  color:var(--secondary-color-light);
}

.basic-block , .ts-img-slider {
 text-wrap-style:balance;
}
.basic-block.center:has(h3) h2,
.widget-bizform:has(h3) h2 {
  width:70%;
  margin-left:15%;
}
/*-----------------------------------h3-larger----------------------------*/
.h3-larger:has(h2) h3 {
  font-size:3.3em;
}

@media(max-width:767px){
  .h3-larger:has(h2) h3 {
  font-size:2.3em;
}
}
/*-------------------------------------------title and summary----------------------------------*/
.basic-block.theme1.background-image h2 {
  color:unset;
}

.basic-block .theme-secondary{
  /* z-index: -2; */
  position: relative;
}
.basic-block.center .text-block {
  max-width: 900px;
}
/*img left*/
/* .basic-block .basic-block-wrapper .img-block:not(.col-sm-push-6):before {
  left:-30px;
  top:-30px;
  border-right:0;

} */
/*img right*/
/* .basic-block .basic-block-wrapper .img-block.col-sm-push-6:before {
  right:-30px;
  top:-30px;
border-left:0;
} */


.basic-block h3 {
  /* font-size:var(--h3-desktop); */
  line-height:1.1;
}

.basic-block h2 {
  /* font-size:var(--h2-desktop); */
  line-height:1;

}
/* .basic-block.theme1 h2 {
 color:var(--title-font-color);

} */

.basic-block .basic-block-wrapper .img-block img {
object-fit: cover;
object-position: center;
max-height:400px;
}
@media(min-width:768px){
      .basic-block .basic-block-wrapper .img-block {
      min-height: 500px;
  }
}
@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: 15px 0;
   
}
 /* .basic-block:not(.background-image) .basic-block-wrapper .text-block  .text-block-wrapper{
  padding: 0px 20px;
   
}  */
 
}

@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:14px;
  }
 .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, .testimonial-slider) .basic-block-wrapper .text-block.col-sm-pull-6  .text-block-wrapper{
  padding: 0px 50px 0 0;
   
} 
     .basic-block:not(.background-image, .testimonial-slider) .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:14px;
    padding-right:14px;
  }
}
@media(max-width:900px){

 
.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;
}
     
.basic-block .basic-block-wrapper .text-block-wrapper {
    margin-left:0;
    width: 100%;
 padding: 30px 10px;
}
}

@media(max-width:767px){
.basic-block h3 {
  /* font-size:var(--h3-tab); */
  line-height:1.1;
}

.basic-block h2 {
  /* font-size:var(--h2-tab); */
  line-height:1;

}
.basic-block .basic-block-wrapper {
   flex-direction: column;
}
.basic-block:not(.center, .background-image,.no-image, .testimonial-slider ) .img-block {
   
   margin-left:auto;
   margin-right:auto;
   left:0;
   width:100%;
   /* max-height: 430px; */
}

.basic-block:not(.center, .background-image,.no-image, .testimonial-slider  ) .basic-block-wrapper .text-block {
    right:0;
    width:100%;
    /* min-height:350px; */
}
.basic-block:not(.center, .background-image,.no-image, .testimonial-slider ) .basic-block-wrapper .text-block-wrapper {
    right:0;
    margin:10px 0px;
    padding: 10px 0px;
    width:100%;
    /* min-height:350px; */
}
}
@media(min-width:900px) and (max-width:1440px){
  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:14px;
  }
  .basic-block .basic-block-wrapper:has(.img-block.col-sm-push-6){
    /* padding-right:40px; */
    padding-right:16px;
}
.basic-block .basic-block-wrapper:has(.img-block.col-sm-6){
    padding-left:0px;
}
.basic-block .basic-block-wrapper .img-block.col-sm-push-6{
    margin-right:16px;
}
.basic-block .basic-block-wrapper .img-block.col-sm-6{
    margin-left: 16px;
}
.basic-block .basic-block-wrapper {
    padding-top:20px;
    padding-bottom:20px;
}
}
@media(min-width:900px){
  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:14px;
  }
}
.basic-block:not(.testimonial-slider).background-image .inner-wrap {
min-height:400px;
}
.basic-block:not(.testimonial-slider).background-image {
min-height:400px;
}

.basic-block:not(.testimonial-slider).background-image .basic-block-wrapper {
justify-content: center;
} 
.basic-block:not(.testimonial-slider).background-image.center .basic-block-wrapper .text-block {
justify-content: center;
}
.basic-block:not(.testimonial-slider).background-image.center .basic-block-wrapper .text-block .text-block-wrapper {
margin:auto;
width:80%;
text-wrap-style:balance;
}
.theme2.basic-block:not(.testimonial-slider).background-image.center .basic-block-wrapper .text-block .text-block-wrapper{
  text-shadow:1px 1px 2px var(--primary-color-dark);
}
.basic-block.background-image:not(.testimonial-slider) .text-block-wrapper.col-sm-offset-2 {
  margin-left:unset;
}

.basic-block.background-image:not(.center) h3{
  color:var(--secondary-color-light);
}

/*------------------------------------boxed-block---------------------------------------*/
.basic-block.background-image.boxed-block .inner-wrap {
  background:transparent;
}
.basic-block.background-image.boxed-block .text-block {
  max-width:900px;
  padding:60px 44px;
  text-shadow: none;
  outline:1px solid var(--secondary-color);
  outline-offset: -18px;
  text-wrap-style:pretty;
}
.basic-block.background-image.boxed-block.theme1 .text-block {
  
  outline:1px solid var(--primary-color);

}
.basic-block.background-image.boxed-block:is(.theme1,.theme3) .text-block {
  background:rgba(255,255,255,0.80);
  color:#2a2a2a;
}
.basic-block.background-image.boxed-block.theme2 .text-block {
  background:var(--primary-color-op80);
  color:white;
}
.basic-block.background-image.boxed-block.leftfull .text-block {
 margin-right:auto;
}
.basic-block.background-image.boxed-block.rightfull .text-block {
 margin-left:auto;
}

.basic-block.background-image.boxed-block .container .text-block-wrapper{
  width:100%;
}
.basic-block.center.background-image.boxed-block:not(.testimonial-slider) .text-block .text-block-wrapper {
  width:100%;
}

.basic-block.background-image.boxed-block:is(.theme1) h3{
  color:var(--primary-color)
}

.basic-block.background-image.boxed-block:has(h3) h2{
  width:80%;
  margin-left:0;   
}
.basic-block.background-image.boxed-block.center:has(h3) h2{
  width:60%;
  margin-left:20%; 
}

/*-----------------------------------------.centered-text-img------------------------------*/
.centered-text-img .col-sm {
  -ms-flex-preferred-size: unset;
    flex-basis: unset;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
overflow: hidden;
}
.centered-text-img .col-sm:has(img) {
  width:25%;
  flex-grow:1;
}

.centered-text-img .col-sm:not(:has(img)) {
  width:calc(50% - 20px);
  max-width:1170px;
  margin:0 10px;
  border:1px solid var(--secondary-color);
  padding: 56px 40px;
  text-align: center;
  align-content: center;
  scroll-snap-align: center;
  min-height: calc(100vh - 140px);
  text-wrap-style: pretty;
  
  
}
.centered-text-img .inner-wrap .container {
  max-width:100%;
  
}
.centered-text-img {
  /* padding-top:40px;
  padding-bottom:40px; */
  position: relative;
  scroll-snap-type: y mandatory;
  
}
.centered-text-img:before {
   background-image:linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 20%, transparent 80%,rgba(255, 255, 255, 1) 100% ),
url('/getmedia/e480c89b-e383-4425-895f-c4050bd69eb1/AdobeStock_367555004-texture-grey.aspx');
  content:'';
  top:0;
  left:0;
  width:100%;
  height:100%;
 opacity:0.5;
  background-size: contain;
  position: absolute;
  z-index:-1;
}
.centered-text-img .inner-wrap {
  background:none;
}
.centered-text-img.theme2 .inner-wrap {
  background:var(--primary-color-op80);
}
.centered-text-img img {
  object-fit: cover;
  height:100%;
  width:100%;
}
.centered-text-img .row{
  justify-content: center;
}
.centered-text-img:has(h3) h2{
  border:none;
  position:relative;
  width:100%;
}
.centered-text-img:has(h3) h2:after{
  content:'';
  width:40%;
  height:1px;
  bottom:0px;
  left:30%;
  background:var(--secondary-color);
  position:absolute;
  z-index:10;
  
}
@media(min-height:700px){
  .centered-text-img .col-sm:not(:has(img)) {
    min-height:700px;
  }
  }
@media(max-width:1023px){
  .centered-text-img .col-sm:has(img):first-of-type {
  width:100%;
      max-height:300px;
 
}
    .centered-text-img .col-sm:has(img):last-of-type {
      margin-top:16px;
      margin-bottom:16px;
        
}

  .centered-text-img .col-sm:not(:has(img)) {
      width:60%;
      margin: 16px 0 16px 16px;
  }
}
@media(max-width:600px){
  .centered-text-img .col-sm:not(:has(img)) {
      width:100%;
      margin: 16px;
  }
  .centered-text-img .col-sm:has(img):last-of-type {
      display: none;
  }
}
/*---------------------------------padding-md , padding-lg--------------------------------*/


@media(min-width:768px){
    .padding-md .container {
    padding: 44px 15px;
  }
  .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;
   }
}

/*-----------------------------------sm-img--------------------------*/
.basic-block.sm-img .img-block {
    width:40%;
   
}
/*image on the right*/
.basic-block.sm-img .img-block.col-sm-push-6 {
   left:60%;
}
.basic-block.sm-img .basic-block-wrapper .text-block {
    width:60%;
    text-wrap-style: auto;
    padding:30px;
   
   
}
/*image on the right*/
.basic-block.sm-img:has(.img-block.col-sm-push-6) .basic-block-wrapper .text-block{
    right:40%;
}
@media(max-width:1023px) and (min-width:768px){
  .basic-block.sm-img .img-block {
width:45%;
}

.basic-block.sm-img .basic-block-wrapper .text-block {
width:50%;
}
/*image on the right*/
.basic-block.sm-img .img-block.col-sm-push-6 {
  left:48%;
}
/*image on the right*/
.basic-block.sm-img:has(.img-block.col-sm-push-6) .basic-block-wrapper .text-block{
  right: 48%;
  left:unset;
}
.basic-block.sm-img .basic-block-wrapper {
          flex-direction: row;
  align-items: start;
}
.basic-block.sm-img .basic-block-wrapper .text-block-wrapper,
.basic-block.sm-img .basic-block-wrapper .text-block{
padding-top:0;
}
}
@media(max-width:767px){
.basic-block.sm-img .img-block {
  width: 100%;
  max-width: 300px;
  height: 300px;
}
.basic-block.sm-img .basic-block-wrapper .img-block img{
  max-height:300px;
  height: 100%;
}

.basic-block.sm-img .basic-block-wrapper .text-block {
width:100%;
}
  /*image on the right*/
  .basic-block.sm-img .img-block.col-sm-push-6 {
    left:0%;
  }
  /*image on the right*/
  .basic-block.sm-img:has(.img-block.col-sm-push-6) .basic-block-wrapper .text-block{
    right: 0%;

  }
}

/*------------------------slick slider controls--------------------*/
.slick-arrow {
  background-color:var(--primary-color);
}
.theme2 .slick-arrow {
  background-color: var(--primary-color-dark);
}

/*-----------------------------------------testimonials slider----------------------------------------------*/


.testimonial-slider blockquote {
    border:none;
    background:transparent;
    margin-top:40px;
/*      font-family: var(--title-font-family); */
     font-size: 1.3em;
    margin-bottom:0;
}
.testimonial-slider blockquote p  {
    margin-bottom:0;
}
.testimonial-slider .text-block-wrapper {
    margin:60px auto 0px;
    text-wrap-style:balance;
}
.testimonial-slider .text-block-wrapper:before {
/*     content:'\f10e'; */
    content:'"';
    position:absolute;
/*     font-size:3em; */
    font-size:15em;
    line-height: 40px;
    padding-top:40px;
    color:var(--primary-color);
/*     font-family: FontAwesome; */
    font-family: "Palanquin", sans-serif;
    top:0px;
    left: calc(50% - 30px);
    /* left:calc(50%); */
    width:60px;
        
}

.testimonial-slider p strong {
    color:var(--primary-color);
     font-size: 1.4em;
    font-style:italic;
    font-weight:500;
     font-family: var(--title-font-family);
  
}
/* .testimonial-slider.theme1 {
    box-shadow: 0 0 30px 25px var(--secondary-color) inset;
} */
.basic-block:is(.testimonial-slider) .basic-block-wrapper .text-block-wrapper{
    width:100%;
}
.testimonial-slider.basic-block.background-image.theme2 :is(p, p strong), 
.testimonial-slider.basic-block.theme2 .text-block-wrapper:before{
    color:white;
}
.testimonial-slider.background-image .inner-wrap{
    height:100%;
    min-height:64vh;
}
.testimonial-slider.basic-block .basic-block-wrapper {
    padding:30px 15px 15px;
}

.testimonial-slider.basic-block.background-image {
    min-height: 64vh;
    height:100%;
}
.testimonial-slider.basic-block {
    min-height: 500px;
    height:100%;
}
.slick-track:has(.testimonial-slider ) {
  top:-1px;
}

.slider-container {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    display: block;
}
.slick-dots li:only-child {
    display: none;
}
.slider-container:has(.testimonial-slider) .slick-dots li button {
    background:var(--primary-color-light);
    margin:auto;
    opacity:0.8;
}
.slider-container:has(.testimonial-slider) .slick-dots li.slick-active button {
    background:var(--primary-color);
}
.slider-container:has(.testimonial-slider) .slick-dots {
    width:fit-content;
    margin: 10px auto;
    position: relative;
    transform: translatey(-40px);
    -webkit-transform: translatey(-40px);
    -moz-transform: translatey(-40px);
    -ms-transform: translatey(-40px);
    -o-transform: translatey(-40px);
}

.slider-container.slick-dotted.slick-slider {
    margin: 24px 0 48px;
}
.testimonial-slider.slick-dots li button {
    margin: 0 auto;
}
@media(max-width:767px){
  .slider-container.slick-dotted.slick-slider {
    margin: 44px 0;
} 
.testimonial-slider blockquote {
    margin-top:20px;
    padding:0;
  
}
   .testimonial-slider .text-block-wrapper {
    margin:20px auto 0px;

}
}
/*-----------------------------------------------------------------history-----------------------------------------*/
.history {
    background:url('/getmedia/e480c89b-e383-4425-895f-c4050bd69eb1/AdobeStock_367555004-texture-grey.aspx');
    background-size:contain;
}
.history .inner-wrap {
    background:linear-gradient(to bottom, #ffffff 0%, rgba(255,255,255,0.81) 5%, rgba(255,255,255,0.81) 95% , #ffffff 100%);
}
.history .row {
    justify-content: center;
    align-items: center;
    position: relative;
}

.history .row:before{
    content: '';
    position: absolute;
    top:0;
    left:calc(50% - 1px);
    width:2px;
    height:100%;
    background-color:var(--secondary-color);  
    display: block;   
}
.history .row:after{
    content: '';
    position: absolute;
    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(--secondary-color); 
   
}
.history .col-sm{
     -ms-flex-preferred-size: unset;
      flex-basis: unset;
      -webkit-box-flex: unset;
      -ms-flex-positive: unset;
      flex-grow: unset;
      max-width: 40%;
    padding: 20px;
  margin:40px 20px;
/*     border:2px solid var(--primary-color); */
    box-shadow: 1px 1px 2px 1px #a6a6a6;
  overflow: visible;
position:relative;
    background:#fff;
    z-index: 10;
}
.history .col-sm:before{
    content: '';
    position: absolute;
    top:calc(50% - 5px);
    width:10px;
    height:10px;
    z-index: 11;
    background-color:var(--primary-color);  
}

.history .col-sm:nth-child(odd):before{
    right:-15px;
   
 
}
.history .col-sm:nth-child(even):before{
    left:-15px;
    top:unset;
     bottom: 20%;
    
}
.history .col-sm:last-of-type:before{
    width:0;
    height:0;
    
}
.history .col-sm img {
    object-fit: cover;
    width:100%;
    height:200px;
    margin-bottom: 12px;
}
.history .col-sm p {
    margin:0;
}
@media(max-width:600px){
  .history .col-sm:before {
    width:0;
    height:0;
  }
   .history .col-sm {
    max-width:100%;
     margin:20px;
    
  }
}
/*---------------------------- gallery-slider-------------------------------------------*/
.gallery-slider .slick-list { 
    margin-bottom:30px;
  }
 
.gallery-slider .slick-dotted .slick-dots {
  /*     transform: translateY(20px); */
    width:fit-content;
    right:14px;
  }
 .gallery-slider .slick-dotted .slick-dots li button{
    background-color:var(--primary-color-light);
     transition: all .3s ease;
    transform-origin: center;
    transform: scaleX(1);
    margin:auto;
  
   
  }
  .gallery-slider .slick-dotted .slick-dots li.slick-active button{
    background-color:var(--primary-color);
    width:28px;
    transform: scaleX(1.5);
    border-radius: 4px;
   
  }
  .gallery-slider .slick-dotted .slick-dots li.slick-active {
    width:fit-content;
    padding: 0 5px;
  
  }



.gallery-slider.theme2 .slick-dotted .slick-dots li button{
background-color:var(--secondary-color-light);


}
.gallery-slider.theme2 .slick-dotted .slick-dots li.slick-active button{
background-color:var(--secondary-color);


}
@media(max-width:500px){
  .gallery-slider .slick-list { 
    margin-bottom:50px;
  }
}
@media(max-width:767px){
.gallery-slider a.slick-slide{
    height:200px;
}
}

@media(min-width:1024px){
.gallery-slider a.slick-slide{
    height:250px;
}
}
.pswp--open{
  z-index: 4000;
}

/*--------------------------------------------------newsletters------------------------------*/
.newsletters .col-sm ul{
/*     column-count: 2; */
    column-gap: 30px;
    list-style: none;
    margin:0;
    padding:0;
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    
}
.newsletters .col-sm ul li {
    width:calc(50% - 30px);
    min-width: 150px;
}
.newsletters .col-sm ul li a{
    height: 160px;
    width:100%;
      min-width: 150px;
/* min-width: 220px; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    
}
.newsletters .col-sm ul li a[href*='getmedia']:before{
    content:"\f1ea";
    font-weight:200;
    font-family:FontAwesome;
    display: block;
    position: relative;
    font-size:2.5em;
    margin-bottom:12px;
   
    
}
/*---------------------------------------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;
   
  }
  }
  /*-----------------------------------------------------------------bg-grey---------------------------------*/
  .bg-grey.theme1 .theme-secondary {
    background:linear-gradient(to bottom, rgba(247,247,247,0.6) 90%, transparent);
}

.bg-grey--solid {
    background: rgba(247,247,247,0.6); /* solid color */
}

.subheading.bg-grey {
    padding-top:30px;
}
@media(max-width:767px){
    .subheading.bg-grey {
    padding-top:10px;
}
}
  /*-------------------------------------------------------------------biz form -----------------------------------------------------------*/
  
  .widget-bizform .background-image .container{
  background:var(--secondary-color-op80);
  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.theme2 .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.theme2:not(:has(.background-image)){
  position: relative;
  }
  .widget-bizform.theme2: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.theme2 .form-control{
    color:white;
}
.widget-bizform.theme2 .FormPanel :is(.form-control:focus, .form-control:active){
    color:#2a2a2a;
}
  /*-------------------------------------------------------------custom biz form------------------------------------------*/
  
  .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 tr td{
      border:0;
    }
  .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-light);
  /* background: var(--secondary-color-op80); */
  /*     box-shadow: var( --bs-v1); */
  }
  .widget-bizform .FormPanel .form-control:focus {
  border-bottom: 1px solid var(--secondary-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-dark);
  }
  .theme2 .FormPanel .EditingFormControlNestedControl .form-control-text,
  .theme2  .FormPanel .EditingFormValueCell .form-control-text{
    color:white;
  }
  .EditingFormValueCell:has(div[id*="phone"], div[id*="fax"]){
     border:1px solid var(--primary-color-light);
     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-light);
  }
  .widget-bizform.theme2 .EditingFormValueCell:has(div[id*="phone"], div[id*="fax"]) input {
   background:transparent;
  }
  .widget-bizform.theme2 .EditingFormValueCell input, 
  .widget-bizform.theme2 .EditingFormValueCell textarea,
  .widget-bizform.theme2 .EditingFormValueCell select,
  .widget-bizform.theme2 .EditingFormValueCell:has(div[id*="phone"], div[id*="fax"]){
  border: 1px solid var(--primary-color-light);
  background: var(--primary-color-op80);
  }
  .widget-bizform.theme2 .FormPanel .form-control:focus {
  border-bottom: 1px solid var(--secondary-color);
  background-color: white;
  outline: 1px solid var(--secondary-color-light);
  }
  
  .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;
  }
  /*------------------------------------------------------------------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(--secondary-color);
    font-size:1.3em;
    /* font-family:var( --title-font-family); */
}
.expandable-content-widget .expandable-content-heading .expandable-content-link{
  padding: 12px 15px;
    
}

.expandable-content-widget.theme2 .expandable-content-heading .expandable-content-link{
    border-bottom:1px ridge var(--primary-color-dark);
}

.expandable-content-widget.theme1 .expand-arrow,
 .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.theme2 .expand-arrow{
    background-color:var(--primary-color);
    color:white;
}
.expandable-content-widget.theme2 a:hover .expand-arrow {
  background-color:var(--primary-color);
  color:white;
}
.expandable-content-widget.theme2 .row a:not(.e3-button):hover {
  color:var(--primary-color-light);
}
/*-----------------------------------tabbed content---------------------------------*/
.tab-content .tab-content-nav {
  font-family:var(--title-font-family);
  font-size:1.25em;
}
@media(max-width:754px){
    .vertical-tab .tab-content-nav{
        flex-basis: 100%;
    }
    .vertical-tab .tab-content-content{
        flex-basis: 100%;
    }
}
/*-----------------------------.centered-columns--------------*/
.centered-columns  .col-sm{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
  /*---------------------------------------------------------------contact cards-------------------------------------------------------*/
/*removes add to contact button while the blue issue is being fix*/
.div-add-to-contact {
  display: none;
}
.contact-card-widget.card-view  .card-details-inner .detail-item h3 {
  font-size:1.3em;
    color:var(--title-font-color);
    margin-bottom:5px;
}


.contact-card-widget.card-view .card-details-inner .detail-item h4 {
 font-size:1.8em;
}

.contact-card-widget.card-view .contact-card-wrapper .card-photo {
    border-radius: 0;
    background-color:var(--primary-color);
    box-shadow: 1px 1px 0px 0px var(--soft-grey);
}
.contact-card-widget.card-view .contact-card-wrapper .contact-card-item {
   box-shadow: 1px 0px 3px 0px var(--soft-grey);
    border:none;
}

.contact-card-widget:is(.card-view,.full-card) .contact-card-wrapper .card-details-inner .detail-item .fa  {
    color:var(--primary-color);
}
.contact-card-widget:is(.card-view,.full-card) .contact-card-wrapper .card-details-inner .detail-item .fa:hover  {
    color:var(--primary-color-dark);
}
 
.contact-card-widget .card-mobile {
  width:fit-content;
}
.contact-card-widget.card-view .contact-card-wrapper .contact-card-item .card-details .card-details-inner a{
  font-weight:bold;
  font-size:1.1em;
  color:var(--primary-color);
  text-decoration: none;
}
.contact-card-widget.card-view .contact-card-wrapper .contact-card-item .card-details .card-details-inner a:hover{
 text-decoration: underline;
}
/*---------------------------------------------------------------contact cards full cards-------------------------------------------------------*/
.contact-card-widget.full-card .contact-card-wrapper .contact-card-item .card-details .card-details-inner .detail-item {
  margin-bottom:0;
}
.contact-card-widget.full-card  .card-details-inner {
  display: flex;
  justify-content: space-between;
}
.contact-card-widget.full-card  .contact-card-contact {
  width:fit-content;
  flex-direction: column;
  align-items: end;

}
.contact-card-widget.full-card  .contact-card-contact > * {
  width:fit-content;

}

.contact-card-widget.full-card .contact-card-wrapper .contact-card-item .card-details .card-details-inner a {
  text-decoration: none;
  color:var(--primary-color);
  font-weight:bold;
  font-size:1.1em;
}
.contact-card-widget.full-card .contact-card-wrapper .contact-card-item .card-details .card-details-inner a:hover {
  text-decoration: underline;
}
.contact-card-widget.full-card  .card-details-inner .detail-item h3 {
  font-size:1.5em;
  color:var(--title-font-color);
  margin-bottom:5px;
}
.contact-card-widget .card-details-inner .detail-item h4 {
  font-size:2.5em;;
}
.contact-card-widget.full-card .contact-card-wrapper .card-photo {
  border-radius: 0;
  background-color:var(--primary-color);
  
  box-shadow: 1px 1px 0px 0px var(--soft-grey);
}
.contact-card-widget.full-card .contact-card-wrapper .contact-card-item {
 box-shadow: 1px 0px 3px 0px var(--soft-grey);
  border:none;
  max-width:1000px;
  width:95%;
  margin:20px auto;
}
@media(max-width:900px){

  .contact-card-widget.full-card  .card-details-inner .detail-item h3 {
      font-size:1.3em;
  }
  .contact-card-widget.full-card .card-details-inner .detail-item h4 {
    font-size:1.8em;
  }
      .contact-card-widget.full-card .contact-card-wrapper .contact-card-item .card-details .card-details-inner a{
          font-size:1em;
      }
  
  }
@media(max-width:767px){
  .contact-card-widget.full-card .contact-card-wrapper .contact-card-item {
      width:300px;
  }
  .contact-card-widget.full-card  .card-details-inner {
      flex-direction: column;
      }
  .contact-card-widget.full-card  .contact-card-contact{
      flex-direction: row;
       margin: 10px auto;
  }
}
/*----------theme 2----------------*/
.contact-card-widget.card-view.theme2 .contact-card-wrapper .contact-card-item{
    background-color:var(--primary-color-dark);
}
.contact-card-widget.card-view.theme2 .contact-card-wrapper .card-details-inner .card-title h4,
.contact-card-widget.card-view.theme2 .contact-card-wrapper .card-details-inner a,
.contact-card-widget.card-view.theme2 .contact-card-wrapper .card-details-inner .detail-item .fa{
    color:white;
}
.contact-card-widget.card-view.theme2 .contact-card-wrapper .card-details-inner a:hover,
.contact-card-widget.card-view.theme2 .contact-card-wrapper .card-details-inner .detail-item .fa:hover{
    color:var(--secondary-color-light);
}
 
.contact-card-widget.card-view.theme2  .card-details-inner .detail-item h3 {
    color:var(--secondary-color-light);
}

.contact-card-widget.card-view.theme2 .contact-card-wrapper .card-photo {
    background-color:var(--secondary-color-op80);
}
.contact-card-widget.card-view.theme2 .contact-card-wrapper .card-photo .persona-head, 
.contact-card-widget.card-view.theme2 .contact-card-wrapper .card-photo .persona-body {
    background-color:var(--primary-color);
}

 /*-------------------------------------------------------------custom gallery pagination----------------------------------*/

/*----------------------------------------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;
  }
.theme1 nav.pg-nav a:hover {
      color:var(--secondary-color);
  }
  .theme2 nav.pg-nav a {
      color:white;
  }
.theme2 nav.pg-nav a:hover {
      color:var(--secondary-color-light);
  }
  
  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:var(--primary-color);
  background:white;
  }
  
  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;
  }
  /*------------------------------------------------------------------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:200px;
      
  }
  }
  
  @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);
      
  }
  
  }
  @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;
      
  }
  
  }
 /*------------------------------------------------------------------------score-card---------------------------------*/
.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-stats > div {
    
    padding:12px;
  
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-stats-slope .widget-scorecard-snr-info>div, .widget-scorecard .widget-scorecard-display .widget-scorecard-stats-rating .widget-scorecard-snr-info>div{
  padding:12.8px 0;  
}

.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-tees ul li{
    width:80px;
}

.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-tees .tee-border{
    background:none;
    outline: 5px solid #edeae4;
    border:1px solid #2a2a2a;

    border-radius: 50%;
   
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes-title .widget-scorecard-title-static>div.static-title-hole {
    padding: 14.8px 20px;
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-tees .tee-yardage{
    margin-top:5px;
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-tees ul {
    margin-top:0;
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-tees .border1{
    border-radius: 50% 50% 0% 0% ;
 
}

.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-tees .border2 {
    border-radius: 0 0 50% 50%;
    
}

.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-image img {
    width: 100%;
    object-fit: cover;
    height:300px;
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-title-wrapper .widget-scorecard-title>div.active-tab{
     background:var(--primary-color);
}

.widget-scorecard:not(.course-tour):has(.hole.active-tab[data-tab="10"]):has(.widget-scorecard-details-wrapper[data-tab="10"].active-tab.hidden) 
  .hole.active-tab[data-tab="10"] a,
.widget-scorecard:not(.course-tour):has(.hole.active-tab[data-tab="1"]):has(.widget-scorecard-details-wrapper[data-tab="1"].active-tab.hidden) 
  .hole.active-tab[data-tab="1"] a{
    color: #2a2a2a;
}

.widget-scorecard:not(.course-tour):has(.hole.active-tab[data-tab="10"]):has(.widget-scorecard-details-wrapper[data-tab="10"].active-tab.hidden) 
  .hole.active-tab[data-tab="10"],
.widget-scorecard:not(.course-tour):has(.hole.active-tab[data-tab="1"]):has(.widget-scorecard-details-wrapper[data-tab="1"].active-tab.hidden) 
  .hole.active-tab[data-tab="1"] {
    background: none;
}


.widget-scorecard:not(.course-tour):has(.widget-scorecard-details[data-tab="1"].active-tab) .hole.active-tab[data-tab="1"],
.widget-scorecard:not(.course-tour):has(.widget-scorecard-details[data-tab="10"].active-tab) .hole.active-tab[data-tab="10"]{
    background:var(--primary-color);
}
 
    
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-title-wrapper .widget-scorecard-title>div.active-tab a{
   
    color:white;
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-title-wrapper .widget-scorecard-title>div
{
   width:74px;
   
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-tees-wrapper .widget-scorecard-tees>div {
    width:74px;
}


.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-title-wrapper .widget-scorecard-title>div:has(a:hover){
    background:var(--primary-color-hover);
    color:white;
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-title-wrapper .widget-scorecard-title>div a:hover{
    background:var(--primary-color-hover);
    color:white;
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-title-wrapper .widget-scorecard-title>div a{
    font-size:1.25em;
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes-title.add-bkgd-color,
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-title-wrapper,
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-title-wrapper .widget-scorecard-title,
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes-title .widget-scorecard-title-static .static-title-hole,
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes-title .widget-scorecard-title-static .par,
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-title-wrapper .widget-scorecard-title>div:hover,
.widget-scorecard .widget-scorecard-display .widget-scorecard-display-slope .snr-title, .widget-scorecard .widget-scorecard-display .widget-scorecard-display-rating .snr-title
{
    background:var(--secondary-color-light);
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper {
    background:var(--secondary-color-light);
}
.widget-scorecard .widget-scorecard-tab .tab{
    background:#ffffff;
    text-transform: uppercase;
}
.widget-scorecard .widget-scorecard-tab .tab.active-tab{
     background:var(--primary-color);
    border-color:var(--primary-color-hover);
}
.widget-scorecard .widget-scorecard-tab .tab.active-tab:hover,
.widget-scorecard .widget-scorecard-tab .tab:hover
{
     background:var(--primary-color-hover);
     border-color:var(--primary-color);
   
}
.widget-scorecard .widget-scorecard-tab .tab.active-tab a,
.widget-scorecard .widget-scorecard-tab .tab:hover a{
    color:white;
}
@media(max-width:767px){
     .widget-scorecard .widget-scorecard-display-holes-title {
        width: 100px;
    }
    .widget-scorecard .widget-scorecard-display-holes{
        width:calc(100% - 100px);
    }
    .widget-scorecard-display-wrapper.widget-scorecard-slopes-rating.active-tab .widget-scorecard-display-holes-title{
        width:50%;
    }
    .widget-scorecard-display-wrapper.widget-scorecard-slopes-rating.active-tab > div {
        display: flex;
        justify-content: center;
    }
    
}


@media(min-width:768px){
       
    .widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-image img {
   
    height:350px;
}

    .widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-info {
        
        display: flex;
        flex-direction: column;
        min-height:350px;
        justify-content: center;
}
    /* .widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-stats > div:first-of-type {
    width:20%; 
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-stats > div:nth-of-type(2) {
    width:30%;
 
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-stats > div:last-of-type {
    width:50%;
    padding-left:30px;
} */
}
.widget-scorecard .inner-wrap {
    max-width:1440px;
    width:100%;
    margin:auto;
}

.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-info .widget-scorecard-details-description{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.widget-scorecard .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .widget-scorecard-details-info .widget-scorecard-details-description .cms-bootstrap{
    width:100%;
}
.widget-scorecard .description-inner {

    padding:16px;
}

/*---------------------------------------------------course-tour---------------------------------------------*/
.course-tour .inner-wrap {
    max-width:1440px;
    width:100%;
   
}
.course-tour .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-tees-wrapper,
.course-tour .widget-scorecard-display .widget-scorecard-display-holes-title .widget-scorecard-title-static div[class*="tee"],
.course-tour .widget-scorecard-display .widget-scorecard-display-holes-title .par-handicap,
.course-tour .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-stats-par .widget-scorecard-title-wrapper .widget-scorecard-title{
  
    display: none;
}
/* .course-tour .widget-scorecard-tab .tab[data-tab="snr"]  */
.course-tour .widget-scorecard-display .widget-scorecard-display-holes .widget-scorecard-stats-par{
  margin:0;
}
/* .course-tour .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper.active-tab.hidden{
    display: block !important;
    
} */

/* .course-tour .widget-scorecard-display-wrapper.active-tab:has(.hole.active-tab) .widget-scorecard-details-wrapper.active-tab.hidden{
    display: block !important;
} */

.course-tour .widget-scorecard-display .widget-scorecard-details .widget-scorecard-details-wrapper .close-details{
    display: none;
}
/*-------------------------------------login -------------------------------*/
@media(min-width:767px){
.login-widget-wrapper {
  border:2px solid var(--secondary-color);
}
}
.login-widget-wrapper .login-form-wrapper .login-form-logon .btn
 {
   border:3px solid var(--primary-color);
     background:white;
   color:var(--primary-color);
 }
.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:var(--primary-color);
 }
.login-widget-wrapper .login-form-wrapper .login-form-logon:has(.btn:hover):after
 {
  color:white;
 }
/*---------------------------------------------footer---------------------------------------------*/
footer {
background-color:var(--primary-color-dark);
}
footer .basic-text-area .inner-wrap {
margin-top:40px;
  background-color:var(--primary-color-dark)
}

footer .basic-text-area .container {
  width:100%;
}
.basic-footer-widget .container {
  width:100%;
  max-width:1260px;
  padding: 0 20px;

}
footer .basic-text-area img {
max-height:116px;
  width:auto;
  max-width:unset;
}
footer .basic-text-area ul li {
list-style: none;
margin-left:0;
}
footer .basic-text-area ul  {
column-count: 2;
  column-gap: 0px;
padding-left:0;
}
/* footer address {
  margin-top:1em;
  margin-bottom:1em;
} */
footer div[id*="divCol2"] a[href*="tel"] {
    font-size:1.2em;
}
footer .basic-text-area a {
text-decoration: none;
}

footer .basic-text-area a:hover {
text-decoration: underline;
color:var(--secondary-color);
}
footer .basic-text-area h4 {
margin:12px 0 0;
font-size:1.5em;
color:var(--secondary-color);
}
footer .basic-text-area h4:first-of-type {
margin:0px 0 0;

}
footer .basic-text-area div[id*="divCol"] {
display: flex;
flex-direction: column;

}
footer .basic-text-area div[id*="divCol3"] {
padding:0;
}
footer .basic-text-area div[id*="divCol1"] {
max-width: 20%;
  align-items: center;
}
/*------------------socials--------------------*/
footer .header-social {
    margin-top:16px;
}

  footer .header-social a:first-child {
    padding-left:0;
}

  footer  .header-social a {
    font-size:1.4em;
    padding: 10px; 
    
  }
  footer  .header-social a:hover {
      color:var(--secondary-color);
  }
  footer .basic-text-area div[id*="divCol1"] img {
    margin:auto;
  }
footer .basic-text-area div[id*="divCol1"]
{
  max-width: 20%;
  align-items: start;
  margin-left:10px;
}
  footer .basic-text-area div[id*="divCol3"], footer .basic-text-area div[id*="divCol2"] {
      max-width:30%;
  }
   footer .basic-text-area div[id*="divCol4"] {
    max-width:20%;
}
 

@media(max-width:830px){
  footer .basic-text-area .inner-wrap {
margin-top:20px;
      margin-bottom:-20px;
  }

footer .basic-text-area div[id*="divCol"] {
   flex-basis:unset;
}
  footer .basic-text-area div[id*="divCol1"] {
   max-width:100%;
/*         align-items: start; */
      padding-bottom:25px;
      
}
  footer .basic-text-area div[id*="divCol2"],   footer .basic-text-area div[id*="divCol3"]{
   max-width:40%;
   padding-left:10px;
   padding-right:10px;
/*         align-iems: start; */
      
}

footer .basic-text-area div[id*="divCol4"]{
 max-width:20%;
        align-items: end;
    
}

}

@media(max-width:700px){
footer .basic-text-area div[id*="divCol"]  {
    max-width: 100%;
    text-align:center;
    margin:10px;
}

    footer .basic-text-area div[id*="divCol3"] ul {
      column-count: 1;
         text-align:center;
}
footer .basic-text-area div[id*="divCol4"]{

           align-items: center;
       
   }
}
.footer-bg {
    background:var(--primary-color-dark);
}
.simple-footer-widget .footer-content-padding .footer-top-line p{
    display: none;
}

