@font-face {
  font-family: "LK-Type-Londinia-Regular";
  src: url("/Site_Data/Font/K-Type-Londinia-Regular") format("woff");
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* ---------------------------------------------------------------------- */
/* -------------------------- Global Styles ----------------------------- */
/* ---------------------------------------------------------------------- */

:root {
  --dark-blue: #2f4858;
  --dark-green: #175f4b;
  --light-beige: #eaeade;
  --light-blue: #cbe0ed;
  --black: #35363a;
  --white: #f5f5f5;
}

/*----------------- SCROLLBARS ---------------*/

:root {
  scrollbar-color: var(--light-beige) #fff !important;
}

body::-webkit-scrollbar {
  background-color: var(--white);
  width: 12px;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dark-green);
  border-radius: 10px;
}

/* Body & Typography */
.container,
.container-fluid {
  width: 100% !important;
  max-width: 100% !important;
}
@media (min-width: 1200px) {
  .container,
  .container-fluid {
    width: 1064px !important;
  }
}
@media (min-width: 1400px) {
  .container,
  .container-fluid {
    width: 1280px !important;
  }
}
@media (min-width: 1600px) {
  .container,
  .container-fluid {
    width: 1440px !important;
  }
}
body {
  font-size: 16px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  word-spacing: 1px;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "LK-Type-Londinia-Regular", sans-serif;
  letter-spacing: 1px;
  margin: 0;
  font-weight: 200;
}
/* MAIN BANNER */
h1 {
  font-size: clamp(36px, 5vw + 1rem, 90px) !important;
}
/* TITLE AND SUMMARY */
h2 {
  font-size: clamp(28px, 2vw + 1rem, 40px) !important;
}
/* TEXT AREA QUOTES */
h3 {
  font-size: clamp(32px, 2.5vw + 1rem, 45px) !important;
}
h4 {
  font-size: 20px;
}
/* FOOTER HEADINGS */
h5 {
  font-size: 18px !important;
}
h6 {
  font-size: 16px;
}
a {
  font-size: 16px;
  line-height: 30px;
  font-family: "LK-Type-Londinia-Regular", sans-serif;
  letter-spacing: 1px;
  word-spacing: 1px;
}
p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 1px;
  word-spacing: 1px;
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
  }
}
a:focus {
  outline: none !important;
  box-shadow: unset !important;
  background-color: unset !important;
  text-decoration: none !important;
}
/* TABLE STYLING */
.tableSection table {
  border: none !important;
  margin: auto !important;
}
.tableSection tr {
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
}
.tableSection td {
  text-align: start !important;
  padding: 0px 10px !important;
  margin: 0px !important;
  border: 1px solid #000 !important;
}
.tableSection td p {
  margin: 0px !important;
  padding: 0px !important;
}
@media(max-width: 1024px){
  .tableSection table{
    width: 100% !important;
  }
}
/* LOGIN PAGE */
.login-widget-wrapper .login-form-wrapper .login-widget-form-group .login-widget-form-control{
  background-color: #fff !important;
}
/* BUTTON STYLING */
.theme1 .e3-button,
.latest-news-link {
  background-color: var(--dark-green) !important;
  color: var(--light-beige) !important;
  border: 1px solid var(--dark-green) !important;
}
.theme1 .e3-button:hover,
.latest-news-link:hover {
  background-color: transparent !important;
  color: var(--dark-green) !important;
}
.latest-news-link {
  padding: 10px 40px !important;
  text-decoration: none !important;
}

/* HEADER CSS */
header.master-layout-3 {
  background-color: var(--dark-green);
  border-bottom: 4px solid var(--light-beige);
  border-top: 10px solid var(--dark-blue);
}
header.master-layout-3 .header-top {
  background-color: unset !important;
}
.fullmenu nav #main-menu.collapsed {
  background-color: var(--dark-green) !important;
}
header.master-layout-3 #main-menu a.active-link,
header.master-layout-3 #main-menu a.current {
  background-color: unset !important;
}
.fullmenu nav .top-nav li i {
  color: var(--light-beige) !important;
}
header.master-layout-3 #main-menu > li > a:hover,
header.master-layout-3 #main-menu > li > a.highlighted,
header.master-layout-3 #main-menu > li > a.active-link {
  box-shadow: none !important;
}
header.master-layout-3 #main-menu > li > a,
header.master-layout-3 .MyProfile_Member .MyProfile_Name {
  color: var(--white) !important;
  font-family: "LK-Type-Londinia-Regular" !important;
  font-weight: 200 !important;
  font-size: 17px !important;
}
header.master-layout-3 .MyProfile_Member .MyProfile_Svg svg {
  fill: var(--light-beige) !important;
}

header.master-layout-3 #menu-button i {
  color: var(--light-beige) !important;
}

header.master-layout-3 .logo img {
  position: absolute;
  transform: scale(1.25);
}

@media (min-width: 1025px) {
  header.master-layout-3 .MyProfile_Member .fullView a:hover,
  header.master-layout-3 .MyProfile_Member .fullView a:focus {
    outline: none !important;
  }
  header.master-layout-3
    .MyProfile_Member
    .fullView
    .MyProfile_FullMain
    a:focus {
    background: unset !important;
    color: var(--light-beige);
  }
  header.master-layout-3 .logo img {
    position: absolute;
    transform: scale(1.3);
    top: 8px;
    left: 23px;
  }
  header.master-layout-3 .logo a::after {
    content: "";
    display: block;
    width: 140px;
    left: 0;
    height: 170px;
    top: -25px;
    background-image: url(/getmedia/b31e51c5-1019-443c-82bd-4d2b2998237b/Subtract.aspx);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: -1;
  }
  header.master-layout-3 .MyProfile_Member:focus {
    background-color: unset !important;
    outline: unset !important;
  }
  header.master-layout-3 .MyProfile_Member .MyProfile_Name {
    color: var(--dark-green) !important;
    background: var(--light-beige);
    padding: 10px 20px;
    height: 50px;
    margin-top: -10px;
    border: 1px solid var(--light-beige);
  }
  header.master-layout-3 .MyProfile_Member .MyProfile_Name:hover {
    color: var(--light-beige) !important;
    background: var(--dark-green);
  }
  header.master-layout-3 {
    border-top: 15px solid var(--dark-blue);
  }
  header.master-layout-3 #main-menu {
    margin: unset;
    margin-right: 200px;
    float: right;
  }
  header.master-layout-3 .logo {
    position: unset !important;
    transform: unset !important;
  }
  header.master-layout-3 .container-fluid {
    height: auto !important;
  }
  header.master-layout-3 div#divMainMenu {
    margin-top: -85px;
  }
  header.master-layout-3 .MyProfile_Member .fullView {
    top: 75px !important;
  }
}
@media (max-width: 768px) {
  header.master-layout-3 {
    border-bottom: unset !important;
  }
}

/* FOOTER CSS */
.footer-bg {
  background-color: var(--dark-blue) !important;
}
.basic-footer-widget .footer-content-padding {
  padding: 20px 0px !important;
}
.basic-footer-widget
  .footer-content-padding
  .footer-container
  .club-terms-feed
  > div {
  text-transform: uppercase !important;
}
.footer-bg a {
  text-transform: uppercase !important;
}
footer {
  background-color: var(--dark-green);
  margin-top: -1px !important;
  border-top: 4px solid var(--light-beige) !important;
}
.logoBox img {
  width: 150px !important;
  float: right;
}
.footer {
  padding: 80px 0px;
}
.footerRow ul {
  list-style: none !important;
  padding: 0px !important;
}
.footerRow h3 {
  font-size: 20px !important;
  color: var(--white) !important;
  text-transform: uppercase !important;
}
.footerRow a {
  font-size: 16px !important;
  color: var(--white) !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 1px;
  word-spacing: 1px;
  line-height: 35px;
}
h3.ftMainHeading {
  padding-bottom: 30px;
}
h3.ftSubHeading {
  padding-top: 20px;
  padding-bottom: 25px;
}
@media (max-width: 768px) {
  h3.ftMainHeading,
  h3.ftSubHeading,
  .footerRow ul {
    text-align: center;
  }
  h3.ftSubHeading {
    padding-top: 30px;
  }
  .footer {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .logoBox img {
    float: unset;
  }
  .logoBox {
    text-align: center;
  }
  .footer-bg .powered-by-wrapper a {
    font-size: 12px !important;
  }
}
/*--------------------------- TITLE SUMMARY ----------------*/
section[id*="TitleAndSummary"].basic-block:not(.background-image)
  > div:not(.inner-wrap)
  .img-block:before {
  content: "";
  position: absolute;
  width: 97%;
  height: 95%;
  top: 2.5%;
  left: 1.5%;
}

section[id*="TitleAndSummary_ExtraLarge_h2"] {
  text-transform: uppercase !important;
}

@media (min-width: 768px) {
  section[id*="TitleAndSummary"].basic-block:not(.background-image)
    > div:not(.inner-wrap) {
    display: flex;
  }

  section[id*="TitleAndSummary"].basic-block:not(.background-image)
    > div:not(.inner-wrap)
    .basic-block-wrapper {
    align-items: stretch !important;
  }

  section[id*="TitleAndSummary"].basic-block:not(.background-image)
    > div:not(.inner-wrap)
    .text-block {
    padding: 0 !important;
  }

  section[id*="TitleAndSummary"].basic-block:not(.background-image)
    > div:not(.inner-wrap)
    .text-block-wrapper {
    height: 100% !important;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 !important;
    padding: 20px !important;
    padding-left: 6rem !important;
  }

  section[id*="TitleAndSummary"].basic-block:not(.background-image)
    > div:not(.inner-wrap)
    .text-block-wrapper
    *:not(h2[id*="TitleAndSummary"]) {
    max-width: 36vw !important;
  }

  section[id*="TitleAndSummary"].basic-block:not(.background-image)
    > div:not(.inner-wrap)
    div.basic-block-wrapper:not(.img-right)
    .text-block-wrapper {
    padding-left: 10vw !important;
    padding-right: 10vw !important;
  }

  section[id*="TitleAndSummary"].basic-block:not(.background-image)
    > div:not(.inner-wrap)
    :is(.btn, .e3-button) {
    width: max-content !important;
  }
}

@media (min-width: 1440px) {
  section[id*="TitleAndSummary"].basic-block:not(.background-image)
    > div:not(.inner-wrap)
    .text-block-wrapper {
    padding: 15% !important;
    padding-left: 7rem !important;
  }
}
@media (max-width: 768px) {
  .basic-block .basic-block-wrapper .text-block {
    padding: 25px 0px !important;
  }
}
/*----------------------------- ROTATING BANNER ------------------------*/
.rotating-image-banner-slider .slick-arrow {
  z-index: 9999999 !important;
}

.rotating-slide > .cho-hero-textwidget-bg {
  filter: brightness(0.85);
}

@media (min-width: 768px) {
  /* section[id*="CHO_Widget_TextArea_ExtraLarge"] p {
    width: 700px !important;
    margin: 0 auto !important;
  } */

  .rotating-slide > .cho-hero-textwidget-bg {
    margin-left: auto !important;
    position: relative;
    filter: brightness(0.85);
  }

  .rotating-slide > .cho-hero-textwidget-bg:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .cho-hero-textwidget {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0) !important;
  }

  section[id*="RotatingImageBanner"] {
    background: var(--light-beige);
  }

  .rotating-image-banner-slider:before {
    content: "";
    height: 50%;
    width: 50%;
    position: absolute;
    background: var(--light-beige);
    left: 20px;
    top: 20px;
  }

  section[id*="RotatingImageBanner"] .col-md-5 {
    width: 50% !important;
  }

  @keyframes fadeInBottom {
    from {
      opacity: 0;
      transform: translateY(100%);
    }

    to {
      opacity: 1;
    }
  }

  @keyframes fadeInTop {
    from {
      opacity: 0;
      transform: translateY(-100%);
    }

    to {
      opacity: 1;
    }
  }

  section[id*="RotatingImageBanner"] :is(h1, h2) {
    animation-name: fadeInBottom !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
    animation-delay: 0.5s;
    font-size: 3em;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px black;
  }

  section[id*="RotatingImageBanner"] :is(h3, h4, h5, h6) {
    animation-name: fadeInTop !important;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-delay: 0.5s;
    text-shadow: 1px 1px 1px black;
    font-size: 16px;
  }

  @keyframes underline {
    from {
      width: 0%;
      left: 50% !important;
      transform: translateX(-50%) !important;
    }

    to {
      width: 120%;
      left: 0;
      transform: translateX(-60%) !important;
    }
  }

  @keyframes text-clip {
    from {
      clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }

    to {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  @keyframes outer-left {
    from {
      transform: translateX(50%);
    }

    to {
      transform: none;
    }
  }

  @keyframes inner-left {
    from {
      transform: translateX(-50%);
    }

    to {
      transform: none;
    }
  }

  @keyframes image-in {
    from {
      clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    to {
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
  }

  @keyframes scrolldown {
    from {
      transform: translateY(150%);
    }

    to {
      transform: none;
    }
  }

  section[id*="RotatingImageBanner"] span[id*="scrolldown"]:before {
    content: "" !important;
    width: 2px !important;
    background-color: var(--light-beige) !important;
    bottom: 0 !important;
    left: 400px !important;
    display: block !important;
    animation-name: scrolldown !important;
    animation-duration: 3s;
    animation-fill-mode: both;
    height: 8vh;
    animation-delay: 1.5s;
  }

  .cho-hero-textwidget .scroll-chevron {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 0;
    overflow: hidden;
  }
}

.scroll-chevron {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.scroll-chevron:before {
  content: "Scroll Down";
  color: var(--light-beige);
  letter-spacing: 0.25rem;
}

.cho-hero-textwidget .cho-hero-textwidget-bg {
  transition: all 0.5s ease;
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.2);
  }
}

.cho-hero-textwidget-bg {
  animation: zoomIn 30s linear infinite !important;
}
@media (max-width: 768px) {
  .cho-hero-textwidget .cho-hero-textwidget-content {
    position: absolute !important;
    transform: translate(0, 50px) !important;
  }
  section[id*="RotatingImageBanner"] h1,
  section[id*="RotatingImageBanner"] h2 {
    color: var(--light-beige) !important;
  }
}

/* BACKGROUND TEXT AREA */
.backgroundTextArea {
  padding: 80px 0px !important;
  background-image: url(/getmedia/895f5a48-1eaf-4963-858c-caae8ca484b8/Rectangle_56.aspx);
  background-color: var(--dark-blue);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.backgroundTextArea {
  padding-top: 70px !important;
}
.backgroundTextArea > div {
  background-color: unset !important;
}
.backgroundTextArea h2 {
  color: var(--white) !important;
}
.backgroundTextArea h5 {
  font-size: 18px !important;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold !important;
  color: var(--white) !important;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  .backgroundTextArea {
    padding: 60px 0px !important;
    padding-top: 50px !important;
  }
  .backgroundTextArea h2 {
    font-size: 22px !important;
  }
  .backgroundTextArea h5 {
    font-size: 14px !important;
  }
}
/* UPCOMING EVENTS */
span[id*="CHO_Widget_UpcomingEvents_Large_lblEvents"] {
  font-size: clamp(28px, 2vw + 1rem, 40px) !important;
  font-weight: 200 !important;
  font-family: "LK-Type-Londinia-Regular" !important;
}
/* QUICK LINKS */
.content-quicklink-menu .content-quicklink-menu-list {
  background: var(--light-beige) !important;
  background-color: var(--light-beige) !important;
}
.theme1 .content-quicklink-menu-a:hover {
  border-left-color: var(--dark-green) !important;
}

/* CONTACT CARDS */
.contact-card-widget.card-view .contact-card-wrapper .contact-card-item {
  background-color: var(--light-beige) !important;
  background: var(--light-beige) !important;
}
.contact-card-widget.card-view
  .contact-card-wrapper
  .contact-card-item
  .card-details
  .card-details-inner
  .detail-item
  h3 {
  color: var(--dark-green) !important;
  font-size: clamp(26px, 2.5vw + 1rem, 30px) !important;
}
.div-add-to-contact {
  display: none !important;
}
.contact-card-widget.card-view
  .contact-card-wrapper.contact-card-alignment-left {
  justify-content: center !important;
}
/* TAB CONTENT */
.theme1.tab-content .tab-content-nav ul li:hover,
.theme1.tab-content .tab-content-nav ul li.active-tab {
  border-color: var(--dark-green) !important;
  background: var(--light-beige) !important;
}
hr {
  border-top: 2px solid var(--dark-green) !important;
  margin-top: 15px !important;
}
