@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
@import url("https://use.typekit.net/mpc3stm.css");

:root {
  --primary-color: #205d46;
  --secondary-color: #205d46;
  --accent-color: #f5f5f5;
  --box-shadow: 0px 1px 8px 3px rgba(0, 0, 0, 0.1);
  --box-shadow-dark: 0px 1px 8px 3px rgba(0, 0, 0, 0.38);
  --transition: all 0.7s ease-in-out;
  --body-font: "Nunito Sans", sans-serif;
  --heading-font: "Cormorant Garamond", serif;
  --bg-color-1: #f5f5f5;
  --ge-background: #e1dee8;
  --ge-background: rgba(225, 222, 232, 0.75);
  --ge-backdrop-filter: blur(20.2px);
  --spacing-1: 35px;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
    max-width: inherit;
  }

  .col-70-left {
    width: 65%;
  }

  .col-30-right {
    width: 35%;
  }
}

.col-30-right {
  background: #f9f9f9;
}

.theme-none .theme-secondary {
  background-color: transparent;
}

.page-content {
  background-image: url("/getmedia/4b46e8f9-b5cc-4bc2-abb3-608b89bc416b/texture.aspx");
  background-repeat: repeat;
  background-position: top left;
}

blockquote {
  width: 100%;
}

@media (min-width: 1200px) {
  .col-70-left {
    padding-bottom: 32px;
  }
}

.col-30-right hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 1024px) {
  .col-30-right h2.text-left,
  .col-30-right h3 {
    text-align: center;
  }

  .title h1 {
    padding-top: initial;
  }

  .col-30-right .basic-text-area {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .cho-hero-textwidget .cho-hero-textwidget-bg {
    background-position: top center;
  }
}

.title-bkg > div {
  padding-top: 0 !important;
  margin-top: 80px !important;
}
@media (min-width: 1025px) {
  .module-page .page-content {
    margin-top: 120px !important;
  }
}

@media (max-width: 1024px) {
  .module-page .page-content {
    margin-top: 0px !important;
  }
}
/* ----------------------------------------------------------------------*/
/* ------                       Global Styles                            -----*/
/* ----------------------------------------------------------------------*/
h1 {
  font-size: clamp(3rem, 1.60968rem + 5.854vw, 4rem);
}

h2 {
  font-size: clamp(1.75rem, 2.03284rem + 1.967vw, 1.75rem);
  color: var(--primary-color);
}

h3 {
  font-size: clamp(1.5rem, 1.68864rem + 1.311vw, 1.5rem);
}

h4 {
  font-size: clamp(1.25rem, 1.18864rem + 1.311vw, 1.5rem);
}

h5 {
  font-size: clamp(1rem, 1.0163rem + 0.984vw, 1.25rem);
}

h6 {
  font-size: clamp(1rem, 0.8442rem + 0.656vw, 1.15rem);
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}

a,
a:hover,
a:focus {
  outline: none !important;
}

.theme1 .theme-secondary,
.expandable-content-widget .expandable-content-wrapper {
  background-color: transparent;
}

@media (max-width: 1024px) {
  p,
  div[id*="TitleAndSummary"] .text-center {
    text-align: left !important;
  }
}

body {
  font-family: var(--body-font);
}

@media only screen and (min-width: 321px) and (max-width: 1024px) and (orientation: landscape) {
  .login-widget-bg {
    min-height: 150vh;
  }
}

.page-content {
  min-height: calc(100vh - 225px);
}

h1,
h2,
h3 {
  font-family: var(--heading-font);
  font-weight: 600;
}

h4,
h5,
h6 {
  font-family: var(--body-font);
  text-transform: uppercase;
}

::-moz-selection {
  background-color: #4f709c;
  color: #fff;
}

::selection {
  background-color: #4f709c;
  color: #fff;
}

h1 {
  font-size: 3rem;
  color: var(--primary-color);
  text-align: center !important;
}

.basic-text-area h1 + hr,
.basic-text-area h2 + hr,
section[id*="TitleAndSummary"] h1 ~ hr {
  height: 3px;
  background-color: #9e8234;
  margin: 2% auto;
  border: 0px;
  width: 100px;
}

.table td {
  border-bottom: 1px solid #f5f5f5;
  padding: 20px 5px;
}

table.table {
  border-spacing: 0;
}

@media (min-width: 768px) {
  .cho-hero-textwidget.height100 {
    height: 100vh;
  }
}

.logo:hover {
  transform: scale(1.05);
}

.title-bkg h3 + hr {
  width: 150px;
  height: 2px;
  color: var(--primary-color);
  background: var(--primary-color);
}

.title-bkg .theme-secondary {
  background-color: transparent;
}

.cho-hero-textwidget
  .rotating-image-banner-slider
  .cho-hero-textwidget-content
  .container {
  height: 100%;
}

.rotating-image-banner-slider {
  position: relative;
}

.rotating-image-banner-slider h2.text-center {
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-size: 2.5rem;
  display: none;
}

.rotating-image-banner-slider .cho-hero-textwidget-content {
  padding: 0 !important;
}

@media (max-width: 1024px) {
  .cho-hero-textwidget-content h1,
  .cho-hero-textwidget-content h2,
  .cho-hero-textwidget-content h4 {
    color: #000;
  }
}

@media (max-width: 768px) {
  .cho-hero-textwidget-bg {
    animation: none !important;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .cho-hero-textwidget.height50,
  .cho-hero-textwidget.height25 {
    height: 55vh !important;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       Add Dark Overlay (BOTTOM TEXT)          -----*/
/* ----------------------------------------------------------------------*/
.cho-hero-textwidget .cho-hero-textwidget-content {
  padding: 0;
  height: 100%;
}

.cho-hero-textwidget
  .rotating-image-banner-slider
  .cho-hero-textwidget-content
  .container {
  height: 100%;
}

.cho-hero-textwidget .col-md-5 {
  width: 100%;
}

.cho-hero-textwidget-content h1,
.cho-hero-textwidget-content h2,
.cho-hero-textwidget-content h4 {
  text-shadow: none;
  color: white;
  text-transform: initial;
}

@media (max-width: 768px) {
  .cho-hero-textwidget-content h1,
  .cho-hero-textwidget-content h2,
  .cho-hero-textwidget-content h4 {
    color: #004c45;
  }
}

.footer-banner {
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(0, 0, 0, 0)),
    color-stop(10%, rgba(0, 0, 0, 0.8)),
    color-stop(100%, rgba(0, 0, 0, 1))
  );
}

.basic-text-area:has(h1) {
  margin-top: 20px !important;
}

/* ----------------------------------------------------------------------*/
/* ------                       Global TS                            -----*/
/* ----------------------------------------------------------------------*/
.basic-block-wrapper h2 {
  font-family: var(--heading-font);
}

section[id*="TitleAndSummary"] .text-block-wrapper {
  line-height: 1.6rem;
}

section[id*="TitleAndSummary"] .basic-block-wrapper h2 {
  text-transform: inherit;
  color: var(--primary-color);
}

@media (max-width: 450px) {
  .basic-block .basic-block-wrapper {
    flex-direction: row !important;
  }
}

@media (max-width: 768px) {
  .basic-block-wrapper .text-block-wrapper {
    text-align: center;
  }

  .basic-block-wrapper .text-block-wrapper ul {
    list-style: none;
  }
}

.text-block-wrapper .btn:hover {
  transform: scale(1.07);
}

@media (min-width: 1025px) {
  section[id*="TitleAndSummary"] div:not(.inner-wrap) .basic-block-wrapper h2 {
    position: relative;
  }

  section[id*="TitleAndSummary"]
    div:not(.inner-wrap)
    .basic-block-wrapper
    h2:before {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 35px;
    height: 2px;
    background: var(--primary-color);
  }

  div[id*="TitleAndSummary"] .text-center {
    outline: none !important;
  }

  div[id*="TitleAndSummary"] .text-center {
    text-align: justify;
  }

  div[id*="TitleAndSummary"] .text-center h2 {
    text-align: center;
  }
}

section[id*="TitleAndSummary"] .basic-block-wrapper .text-block h3 {
  font-size: 1.25rem;
}

/* ----------------------------------------------------------------------*/
/* ------                       Add Dark Overlay (BOTTOM TEXT)         -----*/
/* ----------------------------------------------------------------------*/
@media (min-width: 1025px) and (min-width: 768px) {
  .cho-hero-textwidget .cho-hero-textwidget-content.background-overlay {
    background: transparent;
  }
}

@media (min-width: 1025px) {
  .cho-hero-textwidget-content h1,
  .cho-hero-textwidget-content h2,
  .cho-hero-textwidget-content h4 {
    text-shadow: none;
    color: white;
  }
}

@media (max-width: 768px) {
  .cho-hero-textwidget .cho-hero-textwidget-bg {
    height: 50vh;
  }

  .cho-hero-textwidget-content h1,
  .cho-hero-textwidget-content h2,
  .cho-hero-textwidget-content h4 {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  section[id*="TitleAndSummary"].background-image
    .inner-wrap
    .basic-block-wrapper
    .text-block-wrapper {
    width: 85%;
    padding: 20px;
    height: initial;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       Login Form                           -----*/
/* ----------------------------------------------------------------------*/
/*  ////////////////////////////// TABLET ////////////////////////  */
/* on mobile the login page has no BG so any changes to the box on top of the BG starts on tablet+ stylesheet */
/* with this you can: */
/*  1) give the box rounded corners or remove the border altogether. */
/*     By default the box is white and the box is light grey.  */
/*    2) You can change the background of the box as well. I make it a little transparent sometimes so you can see the photo behind. */
.login-widget-wrapper {
  background-color: rgba(250, 250, 250, 0.7);
  border: 2px solid #e0e0e0;
  border-radius: 8px;
}

/* Changes the colour for the border of the text box wher you put username & password */
.login-widget-wrapper
  .login-form-wrapper
  .login-widget-form-group
  .login-widget-form-control {
  border-color: #444444;
}

/* LOGIN BUTTON LOOK */
.theme1 .login-widget-wrapper .login-form-wrapper .login-form-logon .btn {
  color: #fafafa;
  background-color: var(--primary-color);
  font-weight: bold;
  text-transform: uppercase;
}

/* LOGIN BUTTON LOOK ON HOVER/FOCUS. */
/* Im making the button a lighter colour, */
/* changing the word login from grey to white */
.theme1 .login-widget-wrapper .login-form-wrapper .login-form-logon .btn:hover,
.theme1 .login-widget-wrapper .login-form-wrapper .login-form-logon .btn:focus {
  background: var(--primary-color);
  color: #ffffff;
}

/* this fixes the border-bottom look for the link below the login button, turns them into underlined links */
.login-widget-wrapper .login-form-wrapper .login-form-forgot a,
.login-widget-wrapper .login-form-wrapper .login-form-registration a {
  border-bottom: 0;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .login-widget-wrapper {
    background-color: rgba(250, 250, 250, 0.7);
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    display: flex;
    flex-direction: column-reverse;
    width: 50%;
  }

  .login-widget-wrapper .login-form-wrapper,
  .login-widget-wrapper .login-form-heading,
  .login-widget-wrapper .login-form-fail,
  .login-widget-wrapper .login-form-username,
  .login-widget-wrapper .login-form-password,
  .login-widget-wrapper .login-text-wrapper {
    width: 100%;
  }

  .login-widget-wrapper .login-text-wrapper {
    padding-left: 30px;
    margin-top: 20px;
  }

  .login-widget-wrapper .login-form-heading h3 {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       Login Page (No Member Instructions)   -----*/
/* ----------------------------------------------------------------------*/
.login-widget-wrapper .login-text-wrapper {
  display: none;
}

.login-widget-wrapper {
  max-width: 400px;
  padding: 50px 30px;
  border: none;
  border-radius: 0;
}

.login-widget-wrapper .login-form-wrapper .login-form-logon .btn {
  text-align: center;
}

.login-widget-wrapper .login-form-wrapper .login-form-logon:after {
  display: none;
}

.login-widget-wrapper .login-form-heading h3 {
  text-align: center;
}

/* ----------------------------------------------------------------------*/
/* ------                       PDF VIEWER GLOBAL STYLES               -----*/
/* ----------------------------------------------------------------------*/
.pdf-viewer-preview h4.pdf-viewer-title {
  margin: 0 0 3px;
  font-size: 1.25em;
  color: var(--primary-color);
  font-family: var(--body-font);
}

.pdf-viewer-widget .download-btn {
  background: transparent;
  border: 1px solid var(--primary-color);
}

.download-btn.btn {
  transition: 0.3s ease all;
}

button.download-btn.btn:hover,
button.download-btn.btn:active,
button.download-btn.btn:focus {
  background: var(--primary-color);
  color: white;
}

/* ----------------------------------------------------------------------*/
/* ------                       GLOBAL EXPANDABLE CONTENT WIDGET       -----*/
/* ----------------------------------------------------------------------*/
.expandable-content-widget .expandable-content-heading {
  font-family: var(--heading-font);
  font-size: 1.1rem;
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .expandable-content-widget .expandable-content-heading {
    font-size: 1rem;
  }
}

@media (min-width: 1025px) and (max-width: 768px) {
  .expandable-content-widget .expandable-content-heading {
    font-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .expandable-content-widget .expandable-content-heading {
    border-bottom: 2px solid var(--primary-color);
  }

  span.pull-right.fa.expand-arrow.fa-angle-down {
    color: #fff !important;
  }
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .expandable-content-widget .expandable-content-wrapper .col-sm {
    font-size: 1.1rem;
  }
}

@media (min-width: 1025px) and (max-width: 768px) {
  .expandable-content-widget .expandable-content-wrapper .col-sm {
    font-size: 0.9rem;
  }
}

@media (min-width: 1025px) {
  .theme6 span.pull-right.fa.expand-arrow.fa-angle-down {
    color: white;
  }

  .expandable-content-widget .expandable-content-link {
    font-weight: bolder;
  }

  .tab-content .tab-content-nav > ul > li {
    position: relative;
  }

  .tab-content .tab-content-nav > ul > li:before {
    position: absolute;
    left: 10px;
  }

  ol li::marker {
    list-style: decimal !important;
    font-size: 1.5rem !important;
    color: var(--primary-color);
  }

  ol li {
    margin: 20px 0;
  }

  .expandable-content-wrapper ol li::marker {
    list-style: decimal !important;
    font-size: 1.5rem !important;
    color: var(--primary-color);
  }

  .expandable-content-wrapper ol li {
    margin: 20px 0;
  }

  .expandable-content-widget .expandable-container {
    background: #f9f9f9;
    margin: 5px 0px;
  }

  span.pull-right.fa.expand-arrow.fa-angle-down,
  .fa.pull-right {
    font-size: 2rem;
  }
}

@media (min-width: 1025px) {
  div[id*="TitleAndSummary"] .text-center {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
  }

  .expandable-content-widget .expandable-container {
    max-width: 750px;
    display: flex;
    flex-direction: column;
  }
}

.expandable-content-widget .expandable-content-wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.col-70-left .expandable-content-widget .expandable-content-wrapper {
  align-items: initial;
}

.expandable-content-widget
  .expandable-content-wrapper
  .expandable-content-wrapper
  * {
  width: 100%;
}

.expandable-content-widget .expandable-content-link {
  font-weight: normal;
  font-size: 1rem !important;
  color: #fff !important;
  font-family: var(--body-font);
  text-transform: uppercase;
}

/* ----------------------------------------------------------------------*/
/* ------                       SET ICONS for expandable, quicklinks, tabbed -----*/
/* ----------------------------------------------------------------------*/
/*-------------- THIS IS YOUR FALLBACK ICON ----------------*/
/*------------ ICONS START HERE, ADD MORE IF NEEDED ------------*/
.content-quicklink-menu-a {
  align-items: center;
  justify-content: start !important;
}

.content-quicklink-menu-a:before {
  display: block !important;
  margin-left: 10px;
  margin-top: -5px;
}

a.content-quicklink-menu-a:before {
  content: "\f0da";
  font-family: "FontAwesome";
}

a[class*="golf"].content-quicklink-menu-a:before,
a[class*="foretees"].content-quicklink-menu-a:before {
  content: "\f276";
}

a[class*="order"].content-quicklink-menu-a:before {
  content: "\f10b";
}

a[class*="directory"].content-quicklink-menu-a:before {
  content: "\f02d";
}

a[class*="roster"].content-quicklink-menu-a:before,
a[class*="profile"].content-quicklink-menu-a:before,
a[class*="list"].content-quicklink-menu-a:before,
a[class*="directory"].content-quicklink-menu-a:before {
  content: "\f007";
}

a[class*="minutes"].content-quicklink-menu-a:before,
a[class*="documents"].content-quicklink-menu-a:before,
a[class*="form"].content-quicklink-menu-a:before,
a[class*="policies"].content-quicklink-menu-a:before,
a[class*="applications"].content-quicklink-menu-a:before,
a[class*="champions"].content-quicklink-menu-a:before,
a[class*="ladies"].content-quicklink-menu-a:before,
a[class*="international"].content-quicklink-menu-a:before,
a[class*="offering"].content-quicklink-menu-a:before,
a[class*="safety"].content-quicklink-menu-a:before {
  content: "\f15c";
}

a[class*="account"].content-quicklink-menu-a:before,
a[class*="statement"].content-quicklink-menu-a:before {
  content: "\f2bb";
}

a[class*="history"].content-quicklink-menu-a:before {
  content: "\f187";
}

a[class*="schedule"].content-quicklink-menu-a:before {
  content: "\f017";
}

a[class*="newsletter"].content-quicklink-menu-a:before {
  content: "\f02d";
}

a[class*="calendar"].content-quicklink-menu-a:before {
  content: "\f073";
}

a[class*="documents"].content-quicklink-menu-a:before {
  content: "\f07c";
}

a[class*="bookings"].content-quicklink-menu-a:before {
  content: "\f274";
}

a[class*="court"].content-quicklink-menu-a:before {
  content: "\f271";
}

a[class*="dine"].content-quicklink-menu-a:before,
a[class*="table"].content-quicklink-menu-a:before,
a[class*="dining"].content-quicklink-menu-a:before,
a[class*="breakfast"].content-quicklink-menu-a:before,
a[class*="lunch"].content-quicklink-menu-a:before,
a[class*="dinner"].content-quicklink-menu-a:before,
a[class*="wine-list"].content-quicklink-menu-a:before {
  content: "\f0f5";
}

a[class*="management"].content-quicklink-menu-a:before,
a[class*="board"].content-quicklink-menu-a:before,
a[class*="team"].content-quicklink-menu-a:before {
  content: "\f0c0";
}

a[class*="services"].content-quicklink-menu-a:before {
  content: "\f233";
}

a[class*="wine"].content-quicklink-menu-a:before {
  content: "\f030";
}

a[class*="drink"].content-quicklink-menu-a:before,
a[class*="wine"].content-quicklink-menu-a:before {
  content: "\f000";
}
.full-width-quicklinks .full-width-quicklink-wrapper {
  background-color: rgb(255 255 255 / 0%);
}
.full-width-quicklinks.text-center
  .quicklink-flex-item
  .full-width-quicklink-wrapper
  .full-width-quicklink-content
  h3:before,
.full-width-quicklinks.text-center
  .quicklink-flex-item
  .full-width-quicklink-wrapper
  .full-width-quicklink-content
  h3:after {
  display: none !important;
}
/* ----------------------------------------------------------------------*/
/* ------                       GLOBAL TABBED CONTENT                  -----*/
/* ----------------------------------------------------------------------*/
/* Makes all tabs bold. easier to read/notice */
/* active tab becomes the colour of your choosing */
.tab-content .tab-content-nav ul {
  font-family: var(--heading-font);
  font-size: 1.3rem;
}

ul.full-width-tabmenu {
  font-weight: bold;
}

.tab-content .tab-content-nav ul li:hover,
.tab-content .tab-content-nav ul li.active-tab {
  color: var(--primary-color);
}

.tab-content-item .expandable-content-widget .expandable-content-wrapper {
  padding: 0 !important;
}

.tab-content span#tab-mobile-selection:after {
  display: inline-block;
  content: "View More";
  font-family: var(--body-font);
  justify-self: flex-end;
  float: right;
  padding: 5px 20px;
  font-size: 1rem;
  background: var(--accent-color);
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .vertical-tab {
    justify-content: center !important;
    flex-direction: column !important;
  }
}

@media (min-width: 1025px) and (min-width: 1200px) {
  .vertical-tab .tab-content-nav ul li {
    font-family: var(--heading-font);
    font-size: 1.2rem;
    text-transform: capitalize;
    color: var(--primary-color);
  }
}

.div-add-to-contact {
  display: none;
}

/* ----------------------------------------------------------------------*/
/* ------                       GLOBAL TABBED CONTENT (VERTICAL)   TEST -----*/
/* ----------------------------------------------------------------------*/
@media (min-width: 1025px) {
  .theme1.tab-content .vertical-tab .tab-content-nav ul li:hover,
  .theme1.tab-content .vertical-tab .tab-content-nav ul li.active-tab {
    border-color: var(--primary-color);
    background: var(--primary-color) !important;
    color: white;
  }

  .vertical-tab .tab-content-content {
    flex-basis: 80%;
    background: #f5f5f5;
  }

  .tab-content span#tab-mobile-selection {
    background: var(--primary-color);
    color: white;
  }

  .vertical-tab .tab-content-content .tab-content-item {
    padding: 20px 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .tab-content-content .row {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .tab-content .tab-content-nav ul {
    font-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .tab-content .tab-content-nav ul li {
    background: #f9f9f9 !important;
    box-shadow: 5px 5px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .tab-content-item img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

.tab-content-content
  .contact-card-widget.card-view
  .contact-card-wrapper.contact-card-alignment-left {
  margin-top: -90px;
}

@media (max-width: 1024px) {
  .vertical-tab {
    flex-direction: column;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       Member Upcoming Events 70%              -----*/
/* ----------------------------------------------------------------------*/
@media (min-width: 1025px) and (min-width: 1025px) {
  .upcoming-event-widget {
    padding-left: 0px;
  }
}

@media (min-width: 1025px) {
  .CalAtGlance .AGTitle {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1025px) and (min-width: 1200px) {
  .upcoming-event-widget .CalAtGlance .AGTitle.normal-font,
  .upcoming-event-widget .CalAtGlance .title-row.normal-font {
    font-size: 2rem;
    color: #000;
    position: relative;
    font-family: var(--heading-font);
  }

  .upcoming-event-widget .CalAtGlance .AGTitle.normal-font::after,
  .upcoming-event-widget .CalAtGlance .title-row.normal-font::after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #000;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    flex: 0 1 40%;
    margin: 10px;
    padding-right: 7px !important;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1) {
    padding-left: 25px !important;
  }
}

@media (min-width: 1025px) {
  .CalAtGlance .AGTitle span {
    position: relative;
    font-size: 2rem;
    color: #000;
    position: relative;
    font-family: var(--heading-font);
    color: var(--primary-color) !important;
  }
}

@media (min-width: 1025px) and (max-width: 768px) {
  .CalAtGlance .AGTitle span {
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-width: 768px) {
  .CalAtGlance .AGTitle {
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .CalAtGlance .upcoming-event-wrapper {
    padding: 30px;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    background-color: #fff !important;
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
  }
}

@media (min-width: 1025px) and (max-width: 768px) {
  .CalAtGlance .upcoming-event-wrapper {
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
  }
}

@media (min-width: 1025px) {
  .CalAtGlance .Link2 a {
    text-decoration: none !important;
    color: #000;
    font-family: var(--body-font);
  }

  .CalAtGlance .upcoming-event-pagination {
    color: #000;
  }
}

@media (min-width: 1025px) and (max-width: 768px) {
  .CalAtGlance .visible-xs {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .CalAtGlance a.latest-news-link.theme-link-clr {
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    border: 1px solid #000;
    transition: 0.3s ease all;
  }

  .CalAtGlance a.latest-news-link.theme-link-clr:hover {
    background: #000;
    color: white;
  }

  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .Cont2 {
    font-family: var(--body-font);
  }

  .CalAtGlance a.latest-news-link.theme-link-clr {
    font-size: 1rem;
    text-decoration: none;
    font-family: var(--body-font);
    background: var(--primary-color) !important;
    min-width: 50px;
    padding: 10px 25px;
    border-radius: 15px;
    color: white;
    text-align: left;
  }

  .CalAtGlance a.latest-news-link.theme-link-clr:hover {
    transform: scale(1.05);
  }

  .teaser-img-div > img {
    max-width: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    max-height: 100% !important;
  }

  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper
    .teaser-img-div,
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper
    .teaser-img-div,
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .teaser-img-div {
    width: 100%;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1) {
    padding-left: 15px !important;
  }

  .col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    padding-right: 13px !important;
  }
}

@media (min-width: 1025px) and (max-width: 767px) {
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .teaser-img-div {
    order: 1;
    align-items: center;
    justify-content: center;
  }

  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .teaser-img-div {
    height: initial;
    width: 100%;
  }

  .CalAtGlance .upcoming-event-wrapper {
    padding-top: 15px;
  }

  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    flex-direction: column;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    border-right: 1px solid #eee;
    margin: 0px 10px 10px 0;
    width: 45% !important;
    flex: inherit;
    padding: 20px;
  }
}

@media (min-width: 1025px) {
  .tab-content .upcoming-event-widget {
    padding-left: 0;
  }

  .tab-content .upcoming-event-widget .CalAtGlance .text-left span {
    padding-left: 0 !important;
  }

  .contact-card-item {
    box-shadow:
      6px 6px 14px 0 rgba(0, 36, 125, 0.2),
      -8px -8px 18px 0 rgba(255, 255, 255, 0.55);
  }

  .staff-category-title {
    font-size: 1.5rem;
    text-align: center;
  }
}

.upcoming-event-widget .CalAtGlance .mini-title-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 0;
  width: 100%;
  font-size: 0.8em;
}

/* ----------------------------------------------------------------------*/
/* ------                      GLOBAL FIX FOR UPCOMING EVENTS teaser images -----*/
/* ----------------------------------------------------------------------*/

.navigation-list h4 {
  font-size: 1.25em;
  color: var(--primary-color);
  font-family: var(--body-font);
}

.navigation-list a.e3-button {
  padding: 12px 30px 10px;
  border: 0;
  font-size: 1em;
  display: block;
  text-transform: uppercase;
  float: right;
  padding: 12px 30px 10px;
  min-width: auto;
}

.navigation-list .table td {
  border-bottom: 1px solid black !important;
}
/* ----------------------------------------------------------------------*/
/* ------                      Upcoming Events - Tabbed Content          -----*/
/* ----------------------------------------------------------------------*/
/* ----------------------------------------------------------------------*/
/* ------                       Contact Cards                            -----*/
/* ----------------------------------------------------------------------*/
.contact-card-widget.card-view .contact-card-wrapper .contact-card-item {
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
}

@media (min-width: 1025px) and (max-width: 1024px) {
  .staff-category-title {
    font-size: 1.25rem;
  }
}

@media (min-width: 1025px) and (max-width: 768px) {
  .staff-category-title {
    font-size: 1.1rem;
  }
}

@media (min-width: 1025px) {
  .detail-item {
    font-size: 1.1rem;
    font-family: var(--body-font) !important;
  }

  .contact-card-widget.card-view .contact-card-wrapper {
    justify-content: center;
    align-items: center;
  }

  .contact-card-widget .contact-card-wrapper .card-details-inner h4 {
    color: var(--primary-color) !important;
    font-family: var(--body-font) !important;
    font-size: 1rem;
  }
}

@media (min-width: 1025px) and (max-width: 768px) {
  .contact-card-widget.full-card .contact-card-wrapper .contact-card-item {
    width: 90%;
    text-align: center;
  }
}

@media (min-width: 1025px) {
  .div-add-to-contact {
    display: none;
  }

  .col-30-right
    .contact-card-widget.card-view
    .contact-card-wrapper
    .contact-card-item {
    margin-top: -50px !important;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
  }
}

@media (max-width: 1200px) {
  .vertical-tab {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  .tab-content span#tab-mobile-selection:after {
    background: #000;
  }
}

@media (max-width: 1024px) {
  .tab-content-content .contact-card-widget {
    margin-top: 40px !important;
  }

  .tab-content span#tab-mobile-selection:after {
    background: transparent;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       FORM - PARALLAX IMAGE WITH WHITE OPACITY -----*/
/* ----------------------------------------------------------------------*/
@media (min-width: 1025px) and (min-width: 768px) {
  .widget-bizform .background-image {
    background-attachment: fixed;
    padding: 50px 0 !important;
  }
}

@media (min-width: 1025px) {
  .widget-bizform .background-image .container {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
  }

  .customField {
    margin: 15px 0px;
  }

  .FormPanel .EditingFormControlNestedControl .form-control,
  .FormPanel .EditingFormControlNestedControl .cms-input-group,
  .FormPanel .EditingFormControlNestedControl .cms-form-group-btn,
  .FormPanel .EditingFormControlNestedControl .cms-form-group-text {
    max-width: 100%;
  }

  .FormPanel .input-width-20 {
    width: 120px;
    margin-right: 0 !important;
  }

  .FormPanel .input-width-15 {
    width: 75px;
  }

  .FormPanel .form-control {
    height: 38px;
    background-color: rgba(255, 255, 255, 0.6196078431);
    border: 2px solid #d4d4d4;
  }

  .FormPanel .FormButton,
  .FormPanel .FormButton {
    height: 38px;
    text-transform: uppercase;
    margin-top: 12px;
  }

  .FormPanel .form-control:focus {
    border: 2px solid #1175ae;
  }

  tr#id711589738,
  tr#id-492334156 {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
  }

  tr#id-492334156 td,
  tr#id711589738 td {
    padding-top: 25px;
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) and (max-width: 1024px) {
  tr {
    display: flex;
    flex-direction: column;
  }

  .FormPanel .FieldLabel,
  .FormPanel .EditingFormLabel {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .widget-bizform h2 {
    font-size: 2.5rem !important;
  }

  .button-transparent .theme1 .FormPanel .FormButton {
    background: #002472;
    color: white !important;
    width: 100%;
  }

  .button-transparent .theme1 .FormPanel .FormButton:hover {
    background: #4f709c;
    border: #4f709c;
  }

  /* ----------------------------------------------------------------------*/
  /* ------                       Masonry Gallery                        -----*/
  /* ----------------------------------------------------------------------*/
  /* MEMBER CENTRAL */
  .modal-gallery-widget .my-gallery {
    width: 100%;
    padding: 1rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(100px, 200px);
    grid-gap: 1rem;
    grid-auto-flow: dense;
  }

  .modal-gallery-widget .my-gallery a {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    max-width: 100%;
  }

  .modal-gallery-widget .my-gallery a img {
    object-fit: cover;
  }

  .modal-gallery-widget .my-gallery a:nth-child(1n) {
    grid-row: span 1;
  }

  .modal-gallery-widget .my-gallery a:nth-child(2n) {
    grid-column: 2fr;
  }

  .modal-gallery-widget .my-gallery a:nth-child(3n) {
    grid-row: span 2;
  }

  .modal-gallery-widget .my-gallery a:nth-child(4n) {
    grid-column: span 1;
  }
}

@media (min-width: 1025px) and (max-width: 768px) {
  .modal-gallery-widget .my-gallery {
    width: 100%;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .cho-hero-textwidget.height50,
  .cho-hero-textwidget.height25 {
    height: 40vh;
  }
}

@media (min-width: 1025px) {
  .custom-testimonial-carousel .widget-pagination {
    display: none;
  }

  .custom-testimonial-carousel .latest-news-row-title {
    display: none;
  }

  .custom-testimonial-carousel .latest-news-content-row {
    margin-top: 0;
  }

  .custom-testimonial-carousel .latest-news-content-details p {
    font-size: 1.5rem;
  }
}

@media (min-width: 1025px) and (min-width: 1025px) {
  section#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneLG70_CHO_Webpart_LatestNewsWithFeatureArticle_Large_sectionMain {
    background: #f5efe7;
    margin-bottom: 30px !important;
  }

  .col-30-right {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
  }

  .col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    flex: 0 1 30% !important;
    margin: 10px;
    padding-right: 7px !important;
  }
}

.modal-gallery-widget .my-gallery a {
  border-radius: 10px;
}

.modal-gallery-widget .my-gallery a {
  background-position: center top !important;
}

/* ----------------------------------------------------------------------*/
/* ------                      GLOBAL FW quicklinks                     -----*/
/* ----------------------------------------------------------------------*/
/* Image Quick Links */
/*  ////////////////////////////////////////////////////// BASE/MOBILE  //////////////////////////////////////////////  */
/* QUICKLINKS MENU CHANGES */
/* on hover */
@media (min-width: 1025px) {
  .full-width-quicklinks.text-center
    .quicklink-flex-item
    .full-width-quicklink-wrapper
    .full-width-quicklink-content
    h3:before,
  .full-width-quicklinks.text-center
    .quicklink-flex-item
    .full-width-quicklink-wrapper
    .full-width-quicklink-content
    h3:after {
    content: "";
    display: block;
    padding-top: 6px;
    width: 0px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.4s ease;
  }

  .full-width-quicklinks.text-center
    .quicklink-flex-item
    .full-width-quicklink-wrapper
    .full-width-quicklink-content
    h3:before {
    border-bottom: 3px solid var(--primary-color);
  }

  .full-width-quicklinks.text-center
    .quicklink-flex-item
    .full-width-quicklink-wrapper
    .full-width-quicklink-content
    h3:after {
    border-top: 3px solid var(--primary-color);
  }

  .full-width-quicklinks.text-center
    .quicklink-flex-item:hover
    .full-width-quicklink-wrapper
    .full-width-quicklink-content
    h3:before,
  .full-width-quicklinks.text-center
    .quicklink-flex-item:hover
    .full-width-quicklink-wrapper
    .full-width-quicklink-content
    h3:after {
    display: block;
    width: 70px;
  }
}

@media (min-width: 1025px) and (min-width: 768px) {
  .full-width-quicklinks
    .full-width-quicklink-container.three-ql
    .quicklink-flex-item {
    margin: 5px;
  }
}

@media (min-width: 1025px) {
  .content-quicklink-menu .content-quicklink-menu-list {
    background: var(--accent-color);
    border-radius: 4px;
  }

  .content-quicklink-menu .content-quicklink-menu-a {
    border-bottom: 0;
    font-weight: 400;
    text-shadow: none;
    color: #fafafa;
    transition: 0.3s ease all;
    /*
        font-size: 1.3rem;
        line-height: 0.6em;
    */
  }

  .content-quicklink-menu .content-quicklink-menu-a:hover {
    background: rgba(0, 18, 42, 0.4);
    color: #fff;
    transition: 0.3s ease all;
  }

  .content-quicklink-menu .content-quicklink-menu-a:hover {
    border: 0;
    border-left: 12px solid #fff;
    transition: 0.3s ease all;
  }

  .cho-quicklink-tile {
    pointer-events: none !important;
  }

  .cho-quicklink-tile h4 {
    position: relative;
    font-weight: bolder;
    color: #9e8234;
  }

  .cho-quicklink-tile h4:after {
    content: "";
    width: 50px;
    height: 3px;
    background: #9e8234;
    position: absolute;
    left: 0;
    top: -20px;
  }
}
.full-width-quicklinks h3.normal-font {
  position: absolute !important;
  bottom: 25px !important;
  left: 0px !important;
  right: 0px !important;
  margin: 0px !important;
  font-family: var(--body-font) !important;
}
/* ----------------------------------------------------------------------*/
/* ------                       Global Text QuickLink                   -----*/
/* ----------------------------------------------------------------------*/
@media (min-width: 1025px) and (min-width: 1025px) {
  .quicklink-text-bg {
    background-attachment: fixed;
  }
}

@media (min-width: 1025px) {
  .quicklink-text-bg .quicklink-text-content .quicklink-text-title {
    display: none;
  }

  .quicklink-text-bg .quicklink-text-content .quicklink-text-para {
    font-family: var(--heading-font);
  }

  .quicklink-text-bg .quicklink-text-container a {
    text-decoration: none;
    border: 2px;
    border-style: solid;
    width: 100%;
    height: auto;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    padding-bottom: 0;
  }

  .quicklink-text-bg .quicklink-text-bg-container {
    min-height: initial;
  }
}

.col-70-left a.e3-button {
  width: 100%;
}

@media (min-width: 1025px) {
  .content-quicklink-menu .content-quicklink-menu-list {
    background: var(--primary-color);
    border-radius: 4px;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       GLOBAL SCORECARD                        -----*/
/* ----------------------------------------------------------------------*/
.widget-scorecard
  .widget-scorecard-display
  .widget-scorecard-display-holes
  .widget-scorecard-title-wrapper
  .widget-scorecard-title
  .hole
  a {
  transition: 0.2s ease all;
}

.widget-scorecard
  .widget-scorecard-display
  .widget-scorecard-display-holes
  .widget-scorecard-title-wrapper
  .widget-scorecard-title
  .hole
  a:hover {
  background: var(--primary-color);
  color: white;
}

.details.\-.subtitle {
  margin-right: 10px;
}

.widget-scorecard-details-pars.col-xs-4.col-sm-6 {
  display: flex;
}

.tee-border {
  height: 47px !important;
}

.tab.active-tab {
  background: var(--primary-color) !important;
}

.tab.active-tab a {
  color: white !important;
}

@media (max-width: 768px) {
  .widget-scorecard
    .widget-scorecard-display
    .widget-scorecard-display-wrapper {
    justify-content: start;
  }

  .widget-scorecard-details-pars {
    display: flex;
    margin-bottom: 20px;
  }

  .widget-scorecard-display-holes-title.col-xs-7.col-sm-4.col-md-3 {
    width: 30%;
  }

  .widget-scorecard-display-holes.widget-scorecard-title-scroll.col-xs-5.col-sm-8.col-md-9 {
    width: 65%;
  }

  .widget-scorecard-selected-tab.hidden.visible-xs:after {
    font-family: "FontAwesome";
    content: "\f0d7";
    position: absolute;
    top: 20px;
    right: 20px;
  }
}

@media (max-width: 1024px) {
  .widget-scorecard .widget-scorecard-display .widget-scorecard-display-slope,
  .widget-scorecard .widget-scorecard-display .widget-scorecard-display-rating {
    display: flex;
  }
}

.widget-scorecard .widget-scorecard-details-description h3 {
  color: var(--primary-color);
}

.widget-scorecard-details-pars.col-xs-4.col-sm-6 {
  padding-left: 0;
}

.details.\-.subtitle,
.widget-scorecard
  .widget-scorecard-display
  .widget-scorecard-details
  .widget-scorecard-details-wrapper
  .widget-scorecard-details-stats
  .details-subtitle {
  font-size: 1.5rem;
}

.widget-scorecard
  .widget-scorecard-display
  .widget-scorecard-details
  .widget-scorecard-details-wrapper
  .widget-scorecard-details-stats {
  margin-top: 20px;
  border: 2px solid #eee;
  padding-top: 25px;
}

/* ----------------------------------------------------------------------*/
/* ------                       COL-70-LEFT TS                         -----*/
/* ----------------------------------------------------------------------*/
.col-70-left section[id*="TitleAndSummary"] .basic-block-wrapper {
  flex-direction: column;
}

.col-70-left section[id*="TitleAndSummary"] .basic-block-wrapper .col-sm-push-6,
.col-70-left
  section[id*="TitleAndSummary"]
  .basic-block-wrapper
  .col-sm-pull-6 {
  position: relative;
  left: 0;
  width: 100%;
}

.col-70-left section[id*="TitleAndSummary"] .theme-secondary {
  padding: 0 !important;
}

.col-70-left
  section[id*="TitleAndSummary"]
  .basic-block-wrapper
  .col-sm-offset-1 {
  margin-left: 0;
  width: 100%;
}

.col-70-left section[id*="TitleAndSummary"] .basic-block-wrapper .img-block {
  min-height: auto;
  height: 250px;
}

/* ----------------------------------------------------------------------*/
/* ------                       Contact Cards (use only icon to display on desktop) -----*/
/* ----------------------------------------------------------------------*/
.contact-card-widget .visible-sm {
  display: block !important;
}

.contact-card-widget .detail-item span {
  display: none;
}

.contact-card-widget .contact-card-contact {
  display: flex !important;
  flex-flow: row wrap;
  justify-content: space-evenly;
}

.contact-card-widget .col-lg-12 {
  width: 33.3333%;
}

.contact-card-widget .card-details-inner a {
  text-decoration: none !important;
}

.contact-card-widget .fa-envelope:before,
.contact-card-widget .fa-phone:before {
  color: var(--primary-color);
}

/* ----------------------------------------------------------------------*/
/* ------                       Member Upcoming Events 70%              -----*/
/* ----------------------------------------------------------------------*/
@media (min-width: 1025px) {
  .upcoming-event-widget {
    padding-left: 15px;
  }
}

.CalAtGlance .AGTitle {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .upcoming-event-widget .CalAtGlance .AGTitle.normal-font,
  .upcoming-event-widget .CalAtGlance .title-row.normal-font {
    color: var(--primary-color);
    position: relative;
    font-weight: 600;
  }

  .upcoming-event-widget .CalAtGlance .AGTitle.normal-font::after,
  .upcoming-event-widget .CalAtGlance .title-row.normal-font::after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
  }
}

@media (min-width: 768px) {
  .col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    flex: 0 1 40%;
    margin: 10px;
    padding-right: 7px !important;
  }
}

@media (min-width: 768px) {
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1) {
    padding-left: 25px !important;
  }
}

.CalAtGlance .AGTitle span {
  position: relative;
  color: var(--primary-color);
  position: relative;
  font-family: var(--heading-font) !important;
  font-size: clamp(1.75rem, 2.03284rem + 1.967vw, 2.2rem) !important;
}

@media (max-width: 768px) {
  .CalAtGlance .AGTitle span {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .CalAtGlance .AGTitle {
    text-align: center;
  }
}

.CalAtGlance .upcoming-event-wrapper {
  /* background: red !important; */
  padding: 50px;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
  box-shadow:
    6px 6px 14px 0 rgba(0, 0, 0, 0.2),
    -8px -8px 18px 0 rgba(255, 255, 255, 0.55);
}

@media (max-width: 768px) {
  .CalAtGlance .upcoming-event-wrapper {
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
  }
}

.CalAtGlance .Link2 a {
  text-decoration: none !important;
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 600;
}

.CalAtGlance .upcoming-event-pagination {
  color: var(--primary-color);
}

@media (max-width: 768px) {
  .CalAtGlance .visible-xs {
    display: none !important;
  }
}

.upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .Cont2 {
  font-family: var(--body-font);
}

.CalAtGlance a.latest-news-link.theme-link-clr {
  font-size: 1rem;
  text-decoration: none;
  font-family: var(--body-font);
  background: var(--primary-color) !important;
  min-width: 50px;
  padding: 10px 25px;
  border-radius: 15px;
  color: white;
  text-align: left;
}

.upcoming-event-widget .CalAtGlance .mini-title-row {
  justify-content: center;
}

/* ----------------------------------------------------------------------*/
/* ------                      GLOBAL FIX FOR UPCOMING EVENTS teaser images -----*/
/* ----------------------------------------------------------------------*/
.teaser-img-div > img {
  max-width: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
  max-height: 100% !important;
}

.col-70-left
  .upcoming-event-widget
  .CalAtGlance
  .upcoming-event-wrapper
  .teaser-img-div,
.col-70-right
  .upcoming-event-widget
  .CalAtGlance
  .upcoming-event-wrapper
  .teaser-img-div,
.upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .teaser-img-div {
  width: 100%;
}

@media (min-width: 768px) {
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1) {
    padding-left: 15px !important;
  }

  .col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    padding-right: 13px !important;
  }
}

@media (max-width: 767px) {
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .teaser-img-div {
    order: 1;
    align-items: center;
    justify-content: center;
  }

  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .teaser-img-div {
    height: initial;
    width: 100%;
  }

  .CalAtGlance .upcoming-event-wrapper {
    padding-top: 15px;
  }

  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    flex-direction: column;
  }
}

.expandable-content-wrapper ul {
  line-height: 1.5em;
  margin: 5px 0 15px;
}

/* ----------------------------------------------------------------------*/
/* ------                      Public Hero Banners  -----*/
/* ----------------------------------------------------------------------*/

/* ?? Hero Banner & Rotating Banner Styles */
.height100 .rotating-image-banner-slider .slick-arrow {
  z-index: 9999999 !important;
}

.height100 .rotating-slide > .cho-hero-textwidget-bg {
  /* width: 75% !important; */
  margin-left: auto !important;
  position: relative;
}

.height100 .rotating-slide > .cho-hero-textwidget-bg:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /* background: rgba(255,255,255,0.3); */
}

.height100 .cho-hero-textwidget {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0) !important;
}

section[id*="RotatingImageBanner"].height100 {
  /* background-color: rgb(247,244,224) !important; */
  background: #000;
}

.height100 .rotating-image-banner-slider:before {
  content: "";
  height: 50%;
  width: 50%;
  position: absolute;
  background: #000;
  /* background: rgba(251,249,237,0.9) !important; */
  left: 20px;
  top: 20px;
}

/* ? Headings Animations in Hero */
section[id*="RotatingImageBanner"].height100 :is(h1, h2) {
  animation: fadeInBottom 1s both;
  max-width: max-content !important;
  margin: auto !important;
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  animation-delay: 0.5s;
  letter-spacing: 1px;
  color: white;
  font-family: var(--heading-font);
}

section[id*="RotatingImageBanner"].height100 :is(h3, h4, h5, h6) {
  animation: fadeInTop 1s both;
  animation-delay: 0.5s;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}

section[id*="RotatingImageBanner"].height100 :is(h1, h2)::after {
  content: "";
  position: absolute;
  left: 50% !important;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: white;
  transform: translateX(-50%);
  animation: underline 1.5s ease-in-out forwards 0.75s;
}

/* ?? Keyframe Animations */
@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }
  to {
    opacity: 1;
  }
}

@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;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* ?? Scroll Chevron */
section[id*="RotatingImageBanner"].height100 span[id*="scroll"]:before {
  content: "" !important;
  width: 2px !important;
  background-color: white !important;
  bottom: 0 !important;
  left: 400px !important;
  display: block !important;
  animation: scrolldown 3s both;
  height: 8vh;
  animation-delay: 1.5s;
}

.cho-hero-textwidget.height100 .scroll-chevron {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 0;
  overflow: hidden;
}

.height100 .scroll-chevron {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}

.height100 .scroll-chevron:before {
  content: "Discover";
  color: white;
  letter-spacing: 0.25rem;
}

.cho-hero-textwidget.height100 .scroll-chevron .fa {
  margin: 0 auto;
}

/* ?? Responsive Styling */
@media (max-width: 768px) {
  .cho-hero-textwidget.height100 .cho-hero-textwidget-content {
    position: absolute;
    top: 40%;
  }

  .height100 .rotating-slide > .cho-hero-textwidget-bg:before {
    background: rgba(0, 0, 0, 0.1);
  }

  .height100 .cho-hero-textwidget-bg {
    height: 80vh;
  }

  .height100 .cho-hero-textwidget-content h4 {
    font-size: initial;
    color: white;
    font-size: 1.25rem;
  }

  section[id*="RotatingImageBanner"].height100 :is(h1, h2) {
    font-size: 2.5rem;
  }
}

@media (min-width: 1025px) {
  .height100.cho-hero-textwidget .col-md-5 {
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .full-width-quicklinks .full-width-quicklink-container.four-ql {
    flex-flow: column;
    justify-content: center;
  }
}

/* ?? Background Animation */
.height100 .cho-hero-textwidget-bg {
  animation: zoomIn 20s linear infinite;
  background-size: cover !important;
}

@media (max-width: 375px) {
  section[id*="RotatingImageBanner"].height100 :is(h1, h2) {
    font-size: 1.5rem;
  }
}
section[id*="RotatingImageBanner"].height100.homeBanner :is(h1, h2) {
  color: #fff !important;
}

/* Mobile / Default */
@media (width: 768px) {
  section[id*="RotatingImageBanner"].height100.homeBanner :is(h1, h2) {
    margin-top: 480px !important;
  }
}

@media (max-width: 767px) {
  section[id*="RotatingImageBanner"].height100.homeBanner :is(h1, h2) {
    margin-top: -28px !important;
  }
}

/* Tablet */
@media (min-width: 769px) and (max-width: 1024px) {
  section[id*="RotatingImageBanner"].height100.homeBanner :is(h1, h2) {
    margin-top: -25vw !important;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  section[id*="RotatingImageBanner"].height100.homeBanner :is(h1, h2) {
    margin-top: -120px !important;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       Member Upcoming Events 70%                            -----*/
/* ----------------------------------------------------------------------*/
@media (min-width: 1025px) {
  .upcoming-event-widget {
    padding-left: 15px;
  }
}
.CalAtGlance .AGTitle {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .upcoming-event-widget .CalAtGlance .AGTitle.normal-font,
  .upcoming-event-widget .CalAtGlance .title-row.normal-font {
    color: var(--primary-color);
    position: relative;
    font-weight: 600;
  }
  .upcoming-event-widget .CalAtGlance .AGTitle.normal-font::after,
  .upcoming-event-widget .CalAtGlance .title-row.normal-font::after {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary-color);
  }
}
@media (min-width: 768px) {
  .col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    flex: 0 1 40%;
    margin: 10px;
    padding-right: 7px !important;
  }
}
@media (min-width: 768px) {
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1) {
    padding-left: 25px !important;
  }
}

.CalAtGlance .AGTitle span {
  position: relative;
  color: var(--primary-color);
  position: relative;
  font-family: var(--heading-font) !important;
  padding-left: 10px;
  font-size: clamp(1.75rem, 2.03284rem + 1.967vw, 2.2rem) !important;
}
@media (max-width: 768px) {
  .CalAtGlance .AGTitle span {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .CalAtGlance .AGTitle {
    text-align: center;
  }
}
.CalAtGlance .upcoming-event-wrapper {
  /* background: red !important; */
  padding: 50px;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75) !important;
  border-radius: 12px;
  border: 1px solid rgba(209, 213, 219, 0.3);
  box-shadow:
    6px 6px 14px 0 rgba(0, 0, 0, 0.2),
    -8px -8px 18px 0 rgba(255, 255, 255, 0.55);
}
@media (max-width: 768px) {
  .CalAtGlance .upcoming-event-wrapper {
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
  }
}
.CalAtGlance .Link2 a {
  text-decoration: none !important;
  color: var(--primary-color);
  font-family: var(--heading-font);
  font-size: 1rem;
  font-weight: 600;
}
.CalAtGlance .upcoming-event-pagination {
  color: var(--primary-color);
}
@media (max-width: 768px) {
  .CalAtGlance .visible-xs {
    display: none !important;
  }
}

.upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .Cont2 {
  font-family: var(--body-font);
}

/* ----------------------------------------------------------------------*/
/* ------                      GLOBAL FIX FOR UPCOMING EVENTS teaser images                           -----*/
/* ----------------------------------------------------------------------*/
.teaser-img-div > img {
  max-width: 100% !important;
  width: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
  max-height: 100% !important;
  height: 100%;
}

.col-70-left
  .upcoming-event-widget
  .CalAtGlance
  .upcoming-event-wrapper
  .teaser-img-div,
.col-70-right
  .upcoming-event-widget
  .CalAtGlance
  .upcoming-event-wrapper
  .teaser-img-div {
  width: 100%;
}

@media (min-width: 768px) {
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1),
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper:nth-child(4n + 1) {
    padding-left: 15px !important;
  }
  .col-70-left .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper,
  .col-70-right .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    padding-right: 13px !important;
  }
}
@media (max-width: 767px) {
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .teaser-img-div {
    order: 1;
    align-items: center;
    justify-content: center;
  }
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper .teaser-img-div {
    height: initial;
    width: 100%;
  }
  .CalAtGlance .upcoming-event-wrapper {
    padding-top: 15px;
  }
  .upcoming-event-widget .CalAtGlance .upcoming-event-wrapper {
    flex-direction: column;
  }
}

@media (min-width: 768px) {
  .col-70-left
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper
    .teaser-img-div,
  .col-70-right
    .upcoming-event-widget
    .CalAtGlance
    .upcoming-event-wrapper
    .teaser-img-div {
    width: 100%;
    height: 150px;
  }
}

.hidden-events .CalAtGlance a.latest-news-link.theme-link-clr {
  display: none;
}

@media (min-width: 1025px) {
  .onlinestore-wpr .main-content .row .outlet-row .outlet-image {
    object-fit: contain;
    min-height: 100%;
  }
}

/* ----------------------------------------------------------------------*/
/* ------          Mobile Styling                           -----*/
/* ----------------------------------------------------------------------*/
@media (max-width: 768px) {
  section[id*="RotatingImageBanner"].height100 :is(h1, h2)::after {
    width: 50% !important;
  }

  .basic-block-wrapper .text-block-wrapper {
    text-align: left;
  }

  section[id*="TitleAndSummary"]:not(.background-image) h2 {
    font-size: 1.5rem !important;
    text-align: center;
  }

  .title-summary-space .text-block-wrapper {
    padding: 32px 0 !important;
  }

  .course-tour img {
    height: auto !important;
  }

  .course-tour .col-sm {
    padding-right: 0;
  }

  .cho-hero-textwidget .cho-hero-textwidget-bg {
    height: auto;
  }

  .cho-hero-textwidget.height100 .cho-hero-textwidget-bg {
    height: 80vh;
  }

  .title h1,
  .col-sm h1 {
    font-size: 2.25rem;
  }

  .col-sm h2 {
    text-align: center;
  }

  .tab-content.small .tab-content-nav ul li {
    font-family: var(--body-font);
    font-size: 1rem;
  }
}

.text-left {
  text-align: left;
}
@media (min-width: 1025px) {
  .master-layout-1.scrolled-head img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(24%) saturate(796%)
      hue-rotate(115deg) brightness(92%) contrast(90%) !important;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1024px) {
  .module-page header:not(.scrolled-head) {
    background: #074022 !important;
  }

  body:not(.module-page) header.master-layout-1:not(.scrolled-head) {
    background: linear-gradient(
      rgba(15, 30, 20, 0.9),
      rgba(15, 30, 20, 0.5),
      transparent
    ) !important;
  }
}

#divRosterBody {
  margin-top: 0px !important;
}

@import url("https://use.typekit.net/mpc3stm.css");

@media (max-width: 1024px) {
  header.master-layout-1:not(.scrolled-head) {
    background: var(--primary-color) !important;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .scrolled-head {
    .MyProfile_Member {
      margin: 0 !important;
      background: var(--primary-color);
    }

    .MyProfile_Member * {
      height: 100% !important;
    }

    .master-layout-1 .MyProfile_Member * {
      height: 100% !important;
    }

    #divMainMenu nav #main-menu > li > a {
      color: white;
    }
  }

  .master-layout-1 #divMainMenu nav #main-menu > li > a {
    color: white !important;
    text-transform: capitalize;
    font-family: var(--heading-font);
  }

  .master-layout-1 #divMainMenu nav #main-menu {
    background: transparent;
    box-shadow: none;
    clear: none;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    padding-right: 15px;
  }

  #divMainMenu {
    order: 2;
    position: relative !important;
    left: 0 !important;
    transform: none !important;
    width: inherit !important;
    z-index: 999;
  }

  header .container-fluid {
    max-width: 1170px;
    padding-left: 0 !important;
    align-content: center !important;
    align-items: center !important;
    display: flex;
  }

  .master-layout-1 .MyProfile_Member {
    float: inline-end !important;
    order: 3;
    height: initial;
    z-index: 10000;
    margin: 30px 0;
  }

  header:not(.no-banner):not(.scrolled-head) ul.child-nav li a {
    color: #000 !important; /* YOU COLOR HERE FOR THE DROP DOWN MENU LINKS */
  }

  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .SignedIn_container,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .SignedIn_container {
    position: relative;
    transform: none;
  }

  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut {
    height: 50px;
  }

  .master-layout-1 #divMainMenu nav {
    margin: 0;
  }

  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .SignedIn_container,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .SignedIn_container {
    top: 0;
  }

  .master-layout-1 .MyProfile_Member .fullView {
    background-color: black;
    left: auto;
    right: 0;
    top: 85px;
    height: 43vh !important;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .master-layout-1 .logo {
    height: 120px;
    position: relative;
    z-index: 4;
  }
  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    text-shadow: none;
  }

  header.scrolled-head.master-layout-1
    .MyProfile_Member
    .MyProfile_SignedIn
    .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    background: var(--primary-color);
    height: 100%;
    padding: 0 5px !important;
    color: white !important;
  }

  header.scrolled-head.master-layout-1
    .MyProfile_Member
    .MyProfile_SignedOut
    .SignedIn_container {
    padding: 0 !important;
  }

  header .container-fluid {
    max-width: initial;
    padding-left: 30px !important;
    align-content: center !important;
    align-items: center !important;
    display: flex;
    padding-right: 30px !important;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       FIX TRANSPARENT HEADER AND HAVE bkg btn                            -----*/
/* ----------------------------------------------------------------------*/
@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    text-shadow: none;
    color: white;
  }
  .master-layout-1 .MyProfile_Member .MyProfile_Name {
    height: 50%;
  }
  header.scrolled-head.master-layout-1
    .MyProfile_Member
    .MyProfile_SignedIn
    .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    background: var(--primary-color);
    height: 100%;
    padding: 0 5px !important;
    color: white;
    font-family: var(--heading-font);
  }
  header.scrolled-head.master-layout-1
    .MyProfile_Member
    .MyProfile_SignedIn
    .MyProfile_Name
    .MyProfile_Member
    .MyProfile_Name,
  .master-layout-1
    .MyProfile_Member
    .MyProfile_SignedOut
    .MyProfile_Name
    .MyProfile_Member
    .MyProfile_Name {
    height: 100% !important;
    color: white !important;
  }
  header.scrolled-head.master-layout-1
    .MyProfile_Member
    .MyProfile_SignedOut
    .SignedIn_container {
    padding: 0 !important;
  }
  header.scrolled-head.master-layout-1
    .MyProfile_Member
    .MyProfile_SignedIn
    .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    height: 100% !important;
  }
  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .SignedIn_container,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .SignedIn_container {
    padding: 0 !important;
  }
}

@media (max-width: 1025px) {
  .fullmenu nav #main-menu.collapsed {
    display: block;
    margin-top: 56px;
  }

  #divMainMenu nav #main-menu > li > a:hover {
    opacity: 0.8 !important;
  }

  .child-nav.showMobile a:hover {
    opacity: 0.8;
  }
}

.master-layout-1 nav #main-menu a.active-link,
.master-layout-1 nav #main-menu a.current {
  background-color: inherit !important;
}

.showMobile ul#main-menu i {
  padding: 25px !important;
}

.master-layout-1 #divMainMenu nav #main-menu > li > a.active-link {
  box-shadow: 0 -10px 0 -6px #275936 inset;
}

.master-layout-1 #divMainMenu nav #main-menu > li > a:hover,
.master-layout-1 #divMainMenu nav #main-menu > li > a:focus {
  box-shadow: 0 -10px 0 -6px #275936 inset;
}

@media only screen and (min-width: 1025px) and (pointer: coarse) {
  /* IF YOUR NAVIGATION MENU IS SET AS WHITE/LIGHT COLOR IN YOUR WIDGET CONFIG
    THEN YOUR HAMBURGER MENU BTN WILL BE BLACK ON A TRANSPARENT NAV
    SO YOU WILL NEED TO MANUALLY OVERRIDE IT FOR TOUCH SCREEN DEVICES */

  /* Making hamburger button and member login icons white for touch screen devices*/
  .master-layout-1 #menu-button i {
    color: #ffffff !important;
  }

  .master-layout-1 .MyProfile_Svg svg {
    fill: #ffffff !important;
  }

  /* Making hamburger button and member login icons black for touch screen devices when scrolled down */
  .master-layout-1.scrolled-head #menu-button i {
    color: #2a2a2a !important;
  }

  .master-layout-1.scrolled-head .MyProfile_Svg svg {
    fill: #2a2a2a !important;
  }
}

@media only screen and (min-width: 1025px) {
  /* Making nav menu transparent */
  header.master-layout-1,
  header.master-layout-1 .header-top,
  header.master-layout-1 .header-bottom {
    background: transparent;
    box-shadow: none;
  }

  .master-layout-1 .container-fluid {
    background: none;
  }

  /* Pushing image banner to top */
  .header-space {
    display: none;
  }

  /* Making menu items white */
  #main-menu > li > a,
  header.master-layout-1 .header-social a .fa {
    color: #ffffff !important;
    text-shadow: 3px 3px 5px #000000 !important;
  }

  /* Nav menu item color when scrolled down */
  .scrolled-head #main-menu > li > a,
  header.scrolled-head.master-layout-1 .header-social a .fa {
    color: #2a2a2a !important;
    text-shadow: none !important;
  }

  /* Nav menu background color when scrolled down */
  header.scrolled-head.master-layout-1,
  header.scrolled-head.master-layout-1 .header-top,
  header.scrolled-head.master-layout-1 .header-bottom {
    background: #ffffff;
  }

  /* Nav item focus colors */
  .master-layout-1 #divMainMenu nav #main-menu > li > a:focus {
    background: #eeeeee;
    color: #fff !important;
  }
}

@media only screen and (min-width: 1025px) {
  header.master-layout-1,
  header.master-layout-1 .header-top,
  header.master-layout-1 .header-bottom {
    background: transparent;
    box-shadow: none;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .master-layout-1 #divMainMenu nav #main-menu > li > a,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    color: white !important;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    text-shadow: none !important;
    letter-spacing: 0.15rem;
    font-family: var(--heading-font);
  }

  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .SignedIn_container,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .SignedIn_container {
    background: var(--primary-color);
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  header .container-fluid {
    max-width: initial;
    padding-left: 30px !important;
    align-content: center !important;
    align-items: center !important;
    display: flex;
    padding-right: 30px !important;
  }

  #divMainMenu #main-menu .child-nav {
    background: var(--primary-color) !important;
  }

  .master-layout-1 #divMainMenu nav #main-menu ul a {
    background-color: transparent;
    font-family: var(--body-font);
    text-transform: uppercase;
    font-weight: 600;
    color: white !important;
    font-size: 0.85rem;

    &:hover {
      background: var(--secondary-color);
    }
  }

  .master-layout-1 #divMainMenu nav #main-menu ul ul a {
    background: var(--primary-color);
  }
}
header:not(.scrolled-head) #divMainMenu nav #main-menu > li > a:hover {
  color: #ffcf99 !important;
}
nav #main-menu > li > a:hover:before {
  background-color: #ffcf99 !important;
}
/* ----------------------------------------------------------------------*/
/* ------                       BLURRY MAIN NAV                            -----*/
/* ----------------------------------------------------------------------*/
@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .master-layout-1.scrolled-head #divMainMenu #main-menu > li > a,
  .master-layout-1.scrolled-head-temp #divMainMenu #main-menu > li > a {
    color: var(--primary-color) !important;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                      Change Logo when scrolled                           -----*/
/* ----------------------------------------------------------------------*/

@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  header:not(.scrolled-head) #divMainMenu nav #main-menu > li > a {
    line-height: 40px;
    margin-top: 35px;
    font-family: var(--body-font);
    font-size: 0.85rem;

    &:hover {
      background: none;
      color: #ffcf99 !important;
      box-shadow: none;
    }
  }

  header:not(.scrolled-head) #divMainMenu nav #main-menu > li > a.active-link {
    background: transparent;
    color: white !important;
    box-shadow: none;
  }

  .scrolled-head .MyProfile_Member .MyProfile_FullMain a {
    height: initial !important;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .master-layout-1 #divMainMenu nav #main-menu li,
  .master-layout-1 #divMainMenu nav #main-menu a {
    text-align: center;
  }

  .master-layout-1 {
    #divMainMenu #main-menu .child-nav {
      background: var(--primary-color) !important;
      text-align: center;
      width: fit-content !important;
    }
  }

  .master-layout-1 #divMainMenu nav #main-menu ul a {
    font-family: var(--body-font);
    font-weight: 600;
    padding: 20px;
    font-size: 0.85rem;
  }

  .master-layout-1 #divMainMenu nav #main-menu ul a:hover {
    outline: 1px solid #fff !important;
    outline-offset: -10px;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .master-layout-1 #divMainMenu nav #main-menu > li > a,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    color: white !important;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    text-shadow: none !important;
    letter-spacing: 0rem;
    font-family: var(--body-font);
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       Main Navigation                           -----*/
/* ----------------------------------------------------------------------*/
.master-layout-1 #divMainMenu nav #main-menu > li > a {
  font-family: var(--body-font);
  font-size: 0.85rem;
  text-transform: uppercase;
  transition: 0.3s ease all;
  font-weight: bolder;
}
.master-layout-1 #divMainMenu nav #main-menu > li > a:hover {
  color: var(--secondary-color);
}

.master-layout-1 #divMainMenu nav #main-menu > li > a.active-link {
  box-shadow: 0 -10px 0 -6px inset var(--secondary-color);
}

ul.child-nav {
  opacity: 0.95 !important;
  font-family: var(--heading-font);
  transition: 0.3s ease all;
}

ul.child-nav a {
  text-transform: uppercase !important;
  color: #fff !important;
  font-family: var(--heading-font);
  background: var(--secondary-color) !important;
}
ul.child-nav a:hover {
  opacity: 1;
  background: #05361e !important;
}
/* ----------------------------------------------------------------------*/
/* ------       Create Member Button // Turn icon from lock to profile pic                            -----*/
/* ----------------------------------------------------------------------*/
@media (hover: hover) and (pointer: fine) and (min-width: 1025px), not all {
  .master-layout-1 .MyProfile_Member .MyProfile_SignedIn .SignedIn_container,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .SignedIn_container {
    background: var(--primary-color);
  }
  .master-layout-1 .MyProfile_Member .MyProfile_Name {
    justify-content: center;
    color: white;
  }
  .master-layout-1 .container-fluid {
    padding-right: 0 !important;
  }
}
ul.child-nav {
  opacity: 0.9 !important;
  font-family: var(--body-font);
}

.master-layout-1 #divMainMenu nav #main-menu > li > a:focus,
.master-layout-1 #divMainMenu nav #main-menu ul a:focus,
.master-layout-1 #divMainMenu nav #main-menu ul ul a:focus,
.master-layout-1 #divMainMenu nav #main-menu ul ul ul a:focus {
  background-color: transparent;
  color: var(--primary-color) !important;
}

/* Box shadow animation on hover for nav items starts */
nav #main-menu > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}

nav #main-menu > li > a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  background-color: #ffcf99 !important;
}

.master-layout-1 #divMainMenu nav #main-menu > li > a:hover,
.master-layout-1 #divMainMenu nav #main-menu > li > a.highlighted,
.master-layout-1 #divMainMenu nav #main-menu > li > a.active-link {
  box-shadow: unset;
  color: var(--primary-color) !important;
}

.master-layout-1 #divMainMenu nav #main-menu > li > a:hover {
  color: #ffcf99 !important;
}
.master-layout-1 #divMainMenu nav #main-menu > li > a:hover,
.master-layout-1 #divMainMenu nav #main-menu > li > a:focus {
  box-shadow: none !important;
}
/* ----------------------------------------------------------------------*/
/* ------                       BLURRY MAIN NAV                            -----*/
/* ----------------------------------------------------------------------*/

.master-layout-1 #divMainMenu nav #main-menu > li > a.active-link {
  box-shadow: 0 -10px 0 -6px var(--primary-color) inset;
}

.master-layout-1 #divMainMenu nav #main-menu > li > a:hover,
.master-layout-1 #divMainMenu nav #main-menu > li > a:focus {
  box-shadow: 0 -10px 0 -6px var(--primary-color) inset;
}

/* ----------------------------------------------------------------------*/
/* ------                       MOBILE HAMBURGER STYLING                           -----*/
/* ----------------------------------------------------------------------*/
.icon-m.close-nav.showMobile {
  width: 100%;
}

.icon-m.close-nav {
  text-align: right;
  float: clear;
  position: relative;
  z-index: 999;
  color: black;
  top: 0;
  right: -5px;
  padding: 5px 10px 0 0;
}

@media (max-width: 1024px) {
  .master-layout-1 nav #main-menu {
    width: 100%;
  }

  .master-layout-1 nav #main-menu ul {
    background: #fff;
  }
}
header.wgt-header nav.showMobile {
  background: white;
}

.showMobile {
  background: white;
}

nav.showMobile .child-nav {
  padding-left: 20px !important;
}

.showMobile i.fa-plus:before {
  content: "\f054";
}

.showMobile i.fa-minus:before {
  content: "\f078";
}

.fullmenu nav.showMobile {
  animation: showIn 0.5s ease;
}

@keyframes showIn {
  0% {
    visibility: visible;
    width: 0;
  }
  100% {
    visibility: visible;
    width: 100vw;
  }
}
.fullmenu #main-menu {
  animation: fadeIn 1s ease;
}

.fullmenu nav .top-nav {
  width: inherit;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1025px) {
  .fullmenu nav #main-menu.collapsed {
    display: block;
    margin-top: 56px;
  }
  #divMainMenu nav #main-menu > li > a:hover {
    opacity: 0.8 !important;
  }
  .child-nav.showMobile a:hover {
    opacity: 0.8;
  }
}
.master-layout-1 nav #main-menu a.active-link,
.master-layout-1 nav #main-menu a.current {
  background-color: inherit !important;
}

.showMobile ul#main-menu i {
  padding: 25px !important;
}

/* ----------------------------------------------------------------------*/
/* ------                       Form                            -----*/
/* ----------------------------------------------------------------------*/
.form-control {
  min-width: 100% !important;
  margin-bottom: 10px !important;
  border: 1px solid #dddddd !important;
  background-color: #fafafa !important;
  font-size: 16px !important;
  line-height: 2.75rem;
}

.FormPanel .FieldLabel,
.FormPanel .EditingFormLabel {
  display: block;
  text-align: left;
}

.form-control:focus {
  border-bottom: 2px solid var(--primary-color) !important;
  background-color: #fff !important;
  box-shadow: none;
}

.form-height {
  padding-bottom: 1em;
}

.FormPanel .FormButton,
.FormPanel .FormButton {
  font-family: var(--body-font);
}

input#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneContent2_CHO_Widget_OnlineForm_ExtraLarge_viewBiz_usphone_txt1st,
input#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneContent2_CHO_Widget_OnlineForm_ExtraLarge_viewBiz_usphone_txt2nd,
input#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneContent2_CHO_Widget_OnlineForm_ExtraLarge_viewBiz_usphone_txt3rd,
input#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneContent_CHO_Widget_OnlineForm_ExtraLarge_viewBiz_usphone_txt1st,
input#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneContent_CHO_Widget_OnlineForm_ExtraLarge_viewBiz_usphone_txt2nd,
input#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneContent_CHO_Widget_OnlineForm_ExtraLarge_viewBiz_usphone_txt3rd {
  min-width: 68px !important;
}

label#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneContent2_CHO_Widget_OnlineForm_ExtraLarge_viewBiz_usphone_lb {
  display: block;
  text-align: left;
}

.InfoLabel {
  font-size: 1.5em;
}

textarea#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneContent2_CHO_Widget_OnlineForm_ExtraLarge_viewBiz_questionsComments_textbox,
textarea#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneContent_CHO_Widget_OnlineForm_ExtraLarge_viewBiz_questionsComments_textbox {
  height: 8rem !important;
}

@media (max-width: 768px) {
  .FormPanel td {
    display: flex;
    flex-direction: column;
  }
  .widget-bizform .form-center .EditingFormTable {
    width: 100%;
  }
}
/* ----------------------------------------------------------------------*/
/* ------                       FORM - PARALLAX IMAGE WITH WHITE OPACITY                         -----*/
/* ----------------------------------------------------------------------*/
@media (min-width: 768px) {
  .widget-bizform .background-image {
    background-attachment: fixed;
    padding: 50px 0 !important;
  }
}
.widget-bizform .background-image .container {
  padding: 30px;
}

.customField {
  margin: 15px 0px;
}

.FormPanel .EditingFormControlNestedControl .form-control,
.FormPanel .EditingFormControlNestedControl .cms-input-group,
.FormPanel .EditingFormControlNestedControl .cms-form-group-btn,
.FormPanel .EditingFormControlNestedControl .cms-form-group-text {
  max-width: 100%;
}

.FormPanel .input-width-20 {
  width: 120px;
  margin-right: 0 !important;
}

.FormPanel .input-width-15 {
  width: 75px;
}

.FormPanel .form-control {
  height: 38px;
  background-color: rgba(255, 255, 255, 0.6196078431);
  border: 2px solid #d4d4d4;
}

.FormPanel .FormButton,
.FormPanel .FormButton {
  height: 38px;
  text-transform: uppercase;
  margin-top: 12px;
}

.FormPanel .form-control:focus {
  border: 2px solid #1175ae;
}

/* ----------------------------------------------------------------------*/
/* ------                       GLOBAL BIZ FORM (custom classes)                            -----*/
/* ----------------------------------------------------------------------*/
.widget-bizform {
  font-family: var(--body-font);
}
.widget-bizform .inner-wrap {
  padding: 45px !important;
  padding-top: 0px !important;
}
.widget-bizform .EditingFormTable {
  display: block;
}
.widget-bizform tr {
  display: flex;
  flex-direction: column;
}
.widget-bizform .FieldLabel {
  text-align: left;
}
.widget-bizform .EditingFormValueCell input {
  border: 0;
  background: #fff;
}
.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 tbody {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.widget-bizform .bold-blue .FieldLabel {
  color: var(--primary-color);
  margin-top: 25px;
}
.widget-bizform .contact .FieldLabel {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: var(--heading-font);
  font-size: 2rem;
  color: var(--primary-color);
  margin-top: 30px;
}
.widget-bizform .title {
  font-size: 2rem;
}
.widget-bizform .full {
  width: 100%;
}
.widget-bizform .full .form-control {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .widget-bizform .full {
    width: 100%;
  }
}
.widget-bizform .half {
  width: 50%;
}
.widget-bizform .half .form-control {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .widget-bizform .half {
    width: 100%;
  }
}
.widget-bizform .comments {
  width: 100%;
}
.widget-bizform .comments .form-control {
  max-width: 100%;
  height: 8rem;
}
@media (max-width: 1024px) {
  .widget-bizform .comments {
    width: 100%;
  }
}
.widget-bizform .third {
  width: 33%;
}
.widget-bizform .third .form-control {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .widget-bizform .third {
    width: 100%;
  }
}
.widget-bizform tr:last-child {
  width: 100%;
}
.widget-bizform tr:last-child .btn {
  color: var(--primary-color) !important;
  background: transparent !important;
  border: 1px solid var(--primary-color) !important;
}
.widget-bizform tr:last-child .btn:hover {
  color: white !important;
  background: var(--primary-color) !important;
}

.widget-bizform .EditingFormValueCell input,
.FormPanel .form-control {
  border: 2px solid var(--primary-color);
  background: rgba(241, 244, 246, 0);
}

.widget-bizform .FieldLabel {
  font-family: var(--heading-font);
  font-size: 0.9rem;
  color: var(--primary-color);
}

.widget-bizform tbody tr:last-of-type {
  text-align: center;
}

.FormPanel .FieldLabel,
.FormPanel .EditingFormLabel {
  font-family: var(--body-font);
  font-size: 1rem;
}

nav.showMobile ul {
  background: white;
}

header.wgt-header nav.showMobile {
  background: transparent;
}

nav.showMobile #main-menu > li > a {
  text-shadow: none !important;
  color: var(--primary-color) !important;
}

@media (hover: hover) and (pointer: fine) and (min-width: 1025px),
  screen and (-ms-high-contrast: none) and (min-width: 1025px) {
  .MyProfile_Member .MyProfile_SignedIn .MyProfile_Name,
  .master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
    height: 100%;
  }

  .master-layout-1 .MyProfile_Member .fullView {
    background-color: var(--primary-color);
    left: auto;
    right: 0;
    top: 50px;
    height: auto !important;
  }

  .fullView .MyProfile_FullMain a:hover {
    background: rgba(26, 164, 97, 0.32) !important;
    opacity: 0.8;
  }

  span#p_lt_Header_MyProfilePages_lblMemberName {
    text-align: center;
  }

  .MyProfile_Name::after {
    position: fixed;
    right: 10px;
  }
}

/* ----------------------------------------------------------------------*/
/* ------                       MOBILE HAMBURGER STYLING                           -----*/
/* ----------------------------------------------------------------------*/
.icon-m.close-nav.showMobile {
  width: 100%;
}

.icon-m.close-nav {
  text-align: right;
  float: clear;
  position: relative;
  z-index: 999;
  color: black;
  top: 0;
  right: -5px;
  padding: 5px 10px 0 0;
}

@media (max-width: 1024px) {
  .master-layout-1 nav #main-menu {
    width: 100%;
  }
}
header.wgt-header nav.showMobile {
  background: white;
}

.showMobile {
  background: white;
}

nav.showMobile .child-nav {
  padding-left: 20px !important;
}

.showMobile i.fa-plus:before {
  content: "\f054";
}

.showMobile i.fa-minus:before {
  content: "\f078";
}

.fullmenu nav.showMobile {
  animation: slideOut 0.5s ease;
}

@keyframes slideOut {
  0% {
    visibility: visible;
    width: 0;
  }
  100% {
    visibility: visible;
    width: 100vw;
  }
}
.fullmenu #main-menu {
  animation: fadeIn 1s ease;
}

.fullmenu nav .top-nav {
  width: inherit;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1025px) {
  .fullmenu nav #main-menu.collapsed {
    display: block;
    margin-top: 56px;
  }
  #divMainMenu nav #main-menu > li > a:hover {
    opacity: 0.8 !important;
  }
  .child-nav.showMobile a:hover {
    opacity: 0.8;
  }
}
.master-layout-1 nav #main-menu a.active-link,
.master-layout-1 nav #main-menu a.current {
  background-color: inherit !important;
}

.showMobile ul#main-menu i {
  padding: 25px !important;
}

@media (max-width: 1024px) {
  .master-layout-1 nav #main-menu ul {
    background: #42705a;
  }

  .child-nav.showMobile i.fa-plus:before {
    color: white;
  }
}
header.scrolled-head.master-layout-1
  .MyProfile_Member
  .MyProfile_SignedIn
  .MyProfile_Name,
.master-layout-1 .MyProfile_Member .MyProfile_SignedOut .MyProfile_Name {
  font-family: var(--body-font) !important;
}
/* my styling */
.largeMargin {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.marginTopOnly {
  margin-top: 35px !important;
}
.marginBottomOnly {
  margin-bottom: 35px !important;
}
@media (min-width: 1025px) {
  .largeMargin {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .marginTopOnly {
    margin-top: 75px !important;
  }
  .marginBottomOnly {
    margin-bottom: 75px !important;
  }
}
