<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;1,400&amp;display=swap');

:root {
  --teebooking-font: "Open Sans", sans-serif;
}

.teebooking-wrapper {
  font-family: var(--teebooking-font);
  letter-spacing: 0px;
  font-size: 15px;
  line-height: 160%;
}

.teebooking-nav {
  margin-bottom: 20px;
}

.teebooking-nav form {
  margin-bottom: 0px;
}

.teebooking-nav-inner {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s;
}

.teebooking-nav.fixed .teebooking-nav-inner {
  position: fixed;
  background: #fff;
  z-index: 100;
  box-sizing: border-box;
  box-shadow: 0px 10px 10px -9px #00000026;
}

.btn-group .btn {
  background: #eaeaea;
  color: #333;
}

.btn-group .btn-primary,
.btn-group .btn-primary.active {
  background-color: #3a87ae;
  color: #fff
}

.teetimes-today-link {
  margin-left: 10px;
  font-size: 0.9em;
}

#teetimes_nav a.teetimes-refresh-link {
  display: none;
  margin-left: 5px;
  padding: 0;
  height: 34px;
  width: 34px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
  background: #eaeaea;
  color: #333 !important;
  text-decoration: none !important;
}

a.teetimes-refresh-link .fa {
  margin: 0px;
  color: #333 !important;
}

.teetime-datepicker {
  background: #eaeaea;
  border-radius: 30px;
  color: #333;
  white-space: nowrap;
  display: inline-block;
}

.teebooking-nav-inner .teetime-datepicker a.arrow-btn,
.teebooking-nav-inner .teetime-datepicker i {
  color: #333 !important;
} 

.teetime-datepicker .date {
  display: inline-block;
  font-size: 16px;
  padding: 12px 20px;
  position: relative;
  width: 220px;
  text-align: center;
  vertical-align: middle;
}

.teetime-datepicker .datepicker {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0px;
  opacity: 0;
  width: auto;
  height: auto;
  z-index: 1;
}

.teetime-datepicker .date-display {
  z-index: 0;
}

.teetime-datepicker .date-display-mobile {
  display: none;
}

.teetime-datepicker .date .fa-calendar {
  margin-right: 5px;
}

.teetime-datepicker .date .fa-angle-down {
  margin-left: 10px;
  vertical-align: middle;
}

.teetime-datepicker .arrow-btn {
  padding: 12px 15px;
  display: inline-block;
  vertical-align: middle;
}

.teetime-course select {
  margin: 0px 10px;
  height: 38px;
  display: inline-block;
  border-color: #ddd;
}

.teetime-course {
  font-size: 0.8em;
  display: inline-block;
}

.teetime-startholes {
  display: inline-block;
}

.teetime-holes .btn:not(.btn-primary),
.teetime-startholes .btn:not(.btn-primary) {
  background: #eaeaea;
  color: #333;
}

.teetime-holes .btn,
.teetime-startholes .btn {
  height: 36px;
  line-height: 36px;
}

.teebooking-nav-inner .btn-group .btn {
  width: auto;
  padding: 0px 15px;
  font-size: 0.8rem !important;
  margin: 0px;
}

.teebooking-nav-inner .btn-group .btn[disabled] {
  cursor: no-drop;
}

.teebooking-nav-inner .btn-group input[type="radio"] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.teetimes-info {
  font-size: 0.9em;
  line-height: 150%;
  position: relative;
  padding: 12px;
  margin-bottom: 10px;
}

.note h4 .fa {
  margin-right: 5px; 
}

.note .noteContent {
  color: #333;
}

.note .noteContent p:last-child {
  margin-bottom: 0px;
}

.teebooking-sidebar {
  margin-bottom: 50px;
}

@media (min-width: 990px) {
  .teebooking-sidebar.fixed .teebooking-sidebar-inner {
    position: fixed;
    top: 120px;
  }
}
.teebooking-sidebar .noteWrapper .note {
  padding: 15px;
  font-size: 1em;
}

.teebooking-sidebar #notes .note {
  background-color: #e8f8ff !important;
}

.coursestatus {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 3px;
  color: #000;
}

/* Clock &amp; Weather */

.teebooking-sidebar .clock {
  margin-top: 5px;
  margin-bottom: 10px;
}

.teebooking-sidebar .clock p {
  display: inline-block;
  margin: 0px;
  font-size: 1.3em;
}

.teebooking-sidebar .weather-wrapper {
  display: flex;
  width: 100%;
}

.teebooking-sidebar .weatherNow {
  position: relative;
  padding-left: 80px;
}

.teebooking-sidebar .weatherNow .weatherTemp {
  font-size: 1.6em !important;
  padding: 10px 0;
}

.teebooking-sidebar .weatherNow .weatherImage {
  position: absolute;
  top: 0px;
  left: 0px;
}

.teebooking-sidebar .weatherNow .weatherImage &gt; div {
  padding: 10px 0 !important;
}

.teebooking-sidebar .weatherNow .weatherTime {
  display: none;
}

.teebooking-sidebar .weatherNow .wind_direction img {
  display: inline-block;
  width: 30px;
}

.teebooking-sidebar .weatherNow [class*=wind_speed] {
  position: relative;
  top: auto;
  left: -5px;
  display: inline-block;
  vertical-align: middle;
}

.teebooking-sidebar .weatherNow .wind_speed_text {
  color: inherit !important;
  font-size: 1.1em !important;
}

.suntimes {
  border-left: 1px solid #ddd;
  padding: 20px 10px;
  margin-left: 20px;
  box-sizing: border-box;
  text-align: center;
  width: 40%;
  box-sizing: border-box;
}

.suntimes .sunrise,
.suntimes .sunset {
  margin: 5px 0px;
  white-space: nowrap;
}

.suntimes .sunrise &gt; span:first-child,
.suntimes .sunset &gt; span:first-child {
  display: inline-block;
}

.suntimes .sunrise &gt; span:last-child,
.suntimes .sunset &gt; span:last-child {
  font-weight: bold;
}

.suntimes .sun-icon {
  color: #ebb655;
  margin-bottom: 15px;
}

.suntimes .fa {
  font-size: 26px;
  margin-left: 10px;
  margin-right: 10px;
}

.teebooking-sidebar .nav-pills {
  border: 1px solid #ddd;
  padding: 0px;
  border-radius: 4px;
  overflow: hidden;
}

.teebooking-sidebar .nav-pills li {
  border-right: 1px solid #ddd;
  padding: 2px 4px;
}

.teebooking-sidebar .nav-pills li.active {
  background-color: #0088cc;
}

.teebooking-sidebar .nav-pills li a {
  margin: 0px !important;
}

.teebooking-sidebar .nav-pills li a.active {
  background: none;
}

.teebooking-sidebar .weatherMini {
  float: none !important;
  display: inline-block;
}

.tabs-close-btn {
  display: none;
}

.teebooking-sidebar .bookings-alert {
  font-size: 0.9em;
  line-height: 160%;
}

.teebooking-sidebar .bookings-alert a {
  color: #c09953;
  font-weight: bold;
  text-decoration: underline;
}

@media (min-width: 767px) {
  .teebooking-sidebar .nav-pills {
    display: none;
  }
  .teebooking-sidebar .tab-content &gt; .tab-pane {
    display: block !important;
    margin: 20px 0;
  }

  .teebooking-sidebar .tab-content &gt; .tab-pane:first-child {
    margin-top: 0px;
  }
}

@media (max-width: 979px) {
  .teebooking-nav-inner {
    display: block;
    text-align: center;
  }

  .teetime-datepicker {
    display: inline-block;
  }

  .teetime-filters-group {
    margin: 10px;
    display: inline-block;
  }

  .teebooking-teetimes {
    text-align: center;
  }

  a.teetimes-refresh-link {
    display: inline-block !important;
  }
}

@media  (max-width: 767px) {
  .teetime-datepicker .date {
    width: 180px;
    padding: 10px 0;
  }

  .teetime-datepicker {
    margin-bottom: 10px;
  }

  .teetime-filters-group {
    display: block;
    text-align: center;
    margin: 10px 0;
  }

  .teetime-course span {
    display: none;
  }

  .teebooking-nav-inner .teetime-holes .btn-group .btn span {
    font-size: 0;
    display: inline-block;
    letter-spacing: normal;
  }

  .teebooking-nav-inner .teetime-holes .btn-group .btn span::first-letter {
    font-size: 12px; 
  }

  .teetime-course select {
    margin: 0px;
  }

  .teebooking-nav-inner {
    position: relative;
    text-align: left;
  }

  .teetime-holes {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 6px 0px;
  }

  .teebooking-grid {
    display: flex;
    flex-direction: column-reverse;
  }

  .teebooking-sidebar {
    margin-bottom: 20px;
  }

  .teebooking-sidebar .nav-pills {
    margin-bottom: 10px;
  }

  .teebooking-sidebar .nav-pills a .fa {
    font-size: 1.3em;
  }

  .teebooking-sidebar .tab-content {
    position: relative;
    overflow: initial;
  }
  
  .teebooking-sidebar .tabs-close-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: -44px;
    font-size: 1.3em;
  }
}

@media  (max-width: 550px) {
  .teetime-datepicker .date {
    width: 90px;
    padding: 10px 0;
    font-size: 0.8em;
  }

  .teetime-datepicker .fa-calendar {
    display: none;
  }

  .teetime-datepicker .date-display {
    display: none;
  }
  
  .teetime-datepicker .date-display-mobile {
    display: inline-block;
  }

  .teetime-datepicker .arrow-btn {
    padding: 10px;
  }

  .body-class-visitorbooking #ui-datepicker-div {
    margin-left: -30px;
  }

  .teetime-course select {
    width: 170px;
    margin-right: 5px;
  }

  .teetime-datepicker .date .fa-angle-down {
    margin-left: 5px;
    font-size: 18px;
  }
}

/* Member Teetimes Table */

table#member_teetimes {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 5px;
  border: none;
}

table#member_teetimes thead {
  display: none;
}

table#member_teetimes td,
table#member_teetimes th {
  padding: 10px;
  border: none;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
  vertical-align: middle;
}

table#member_teetimes tbody th {
  width: 9%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #eaeaea !important;
  color: #333 !important;
  border-right: 0px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 0.9em;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  vertical-align: middle;
}

table#member_teetimes tbody td.row-content {
  width: 75%;
  border-right: 0px;
}

.slot-content {
  display: flex;
  align-items: stretch;
  color: #333;
  border-right: 0px;
  flex-wrap: wrap;
  font-size: 0.8em;
  text-align: left;
}

table#member_teetimes td.slot-actions {
  width: 18%;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-left: 0px;
}

table#member_teetimes td.slot-actions a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 28px !important;
  line-height: 27px !important;
  padding: 0 10px !important;
  background: #50a262 !important;
  color: #fff !important;
  white-space: nowrap;
  letter-spacing: 0px !important;
  font-size: 0.9em;
  border-radius: 4px !important;
  text-transform: none;
  font-family: var(--teebooking-font);
  text-shadow: none;
  border: none;
}

table#member_teetimes td.time_line {
  padding: 0px;
  border: none;
}

td.time_line div {
  background: #ebb655 !important;
  border-radius: 4px;
  padding: 6px !important;
  color: #745213 !important;
  font-size: 0.8em;
  text-align: center;
}

table#member_teetimes tr[data-block-booking="1"] th {
  background: #627A65 !important;
  color: #fff !important;
  border-color: transparent;
}

table#member_teetimes tr[data-event="1"] th {
  background: #7272e6 !important;
  color: #fff !important;
  border-color: transparent;
}

table#member_teetimes tr[data-event="1"][data-availability="129"]:not(.expanded) {
  display: none;
}

table#member_teetimes tr[data-event="1"][data-availability="129"]:not(.expanded) .player-name {
  display: none;
}

.row-expand-btn.expanded .show-on-expanded {
  display: block !important;
}

.row-expand-btn.expanded .hide-on-expanded {
  display: none;
}

table#member_teetimes tr[data-event="1"][data-event-start="1"] {
  display: table-row !important;
}

table#member_teetimes tr[data-event="1"] .row-expand-btn {
  display: none;
}

table#member_teetimes tr[data-event="1"][data-availability="129"] .row-expand-btn {
  display: inline-block;
}

.junior-icon {
  border: 1px solid green;
  border-radius: 20px;
  color: green;
  display: inline-block;
  padding: 0px;
  line-height: 13px;
  vertical-align: middle;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 9px;
}

/* Rollup styles */

table#member_teetimes  .rollup-info {
  margin: 10px 0; 
  display: none;
}

table#member_teetimes .rollup-entrants-list {
  margin-top: 5px;
  color: #8f8f8f;
  line-height: 160%;
}

table#member_teetimes tr.expanded .rollup-info {
  display: block;
}

/* Block Bookings styles */

table#member_teetimes tr[data-block-booking="1"]:not(.expanded) {
  display: none;
}

table#member_teetimes tr[data-block-booking="1"][data-block-booking-start="1"] {
  display: table-row !important;
}

table#member_teetimes tr[data-block-booking="1"][data-block-booking-partial="1"] {
  display: table-row !important;
}

table#member_teetimes tr[data-block-booking="1"][data-block-booking-partial="1"] .blockbooking-expand-btn {
  display: none;
}

/* Slot content */

.slot-content .player-name {
  display: inline-flex;
  padding: 8px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 23%;
  text-align: center;
  background: #ededed;
  margin-right: 6px;
  text-overflow: ellipsis;
  position: relative;
  line-height: 140%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.slot-content .player-name .nine-hole-info {
  z-index: 1;
  position: relative;
  margin-right: 10px;
  float: none;
  display: inline;
  position: absolute;
  right: -2px;
  top: -2px;
  margin: 0px;
} 

.slot-content .player-name-text {
  position: relative;
  z-index: 1;
}

.slot-content .comp-name .dot,
.slot-content .player-name .dot {
  border-radius: 4px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  margin: 0px;
  border: 1px solid #b4b4b4;
}

.slot-content .player-name.color-comp-player {
  background: none;
}

.slot-content .comp-time-info {
  display: inline-block;
  padding: 0px 4px;
  border-radius: 4px;
  margin-right: 10px;
  font-weight: bold;
  white-space: nowrap;
}

.slot-content .comp-time-info .fa {
  margin-right: 5px;
}

.slot-content .comp-entrants {
  white-space: nowrap;
  display: inline-block;
  padding: 0px 4px;
}

.slot-content .comp-entrants .fa {
  margin-right: 5px;
}

.slot-content .comp-name:not(.comp-with-color) {
 background: #7273e6;
 color: #fff !important;
}

.slot-content .comp-name {
  position: relative;
  color: #333;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 5px;
  display: inline-block;
  max-width: 40%;
  vertical-align: middle;
  line-height: 160%;
}

.slot-content a.comp-name {
  text-decoration: underline;
}

.slot-content .comp-name-text {
  position: relative;
  z-index: 1;
}

.row-expand-btn {
  padding: 0px 10px;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
  font-weight: bold;
}

.row-expand-btn .fa {
  font-size: 10px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
}

.slot-content .teenotewrapper {
  width: 100%;
  margin: 3px 0;
}

.slot-content .row-notes {
  width: 100%;
}

tr.expanded .slot-content .row-notes:not(:last-child) {
  margin-bottom: 10px;
}

.slot-content .teenotewrapper {
  margin-bottom: 10px;
}

.slot-content .teenotewrapper:last-of-type {
  margin-bottom: 3px;
}

.empty-row-info {
  color: #50a263;
}

.row-notes .teenotewrapper:not(:last-child) {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

/* Spinner */

.teebooking-teetimes {
  position: relative;
  min-height: 60px;
}

.teebooking-teetimes .loading {
  position: absolute;
  background: rgba(255,255,255, 0.75);
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  display: none;
  z-index: 2;
}

.spinner {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 200px;
  animation: rotate 1s linear infinite;
  display: inline-block;
}

.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 3px solid #515151;
  animation: prixClipFix 2s linear infinite ;
}

.cluetip-jtip {
  font-family: var(--teebooking-font);
}

.cluetip-jtip #cluetip-inner form button {
  margin-top: 5px; 
  background: #50a262; 
  color: #fff;
  display: block; 
  width: 100%;
  font-size: 0.9rem;
  font-weight: normal;
  text-transform: none;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  padding: 0 5px;
  letter-spacing: 0px;
  text-shadow: none;
  border-radius: 4px;
}

@keyframes rotate {
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

@media (max-width: 1200px) {
  .slot-content .comp-name {
    width: 100%;
    box-sizing: border-box;
    max-width: none;
    margin-bottom: 5px;
  }

  .row-expand-btn {
    float: none;
    margin-top: 10px;
    margin-left: 0;
    display: block;
    white-space: nowrap;
  }

  table#member_teetimes td.slot-actions a {
    height: 34px;
    line-height: 34px;
  }

  .slot-content {
    font-size: 1em;
  }

}

@media (min-width: 992px) and (max-width: 1200px) {
  .teetime-datepicker .date {
    width: 150px;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .slot-content .player-name {
    width: 48%;
    margin: 2px;
  }
}

@media (max-width: 992px) {
  .teebooking-nav.fixed .teetime-filters-group {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .suntimes {
    margin-left: 0px;
    border-left: 0px;
    text-align: left;
    padding: 0px;
    display: flex;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 10px;
    width: 100%;
  }

  .suntimes .sun-icon {
    margin-top: 20px;
    margin-right: 20px;
}

  .teebooking-sidebar .weather-wrapper {
    display: block;
  }
}

@media (max-width: 768px) {
  .teebooking-nav.fixed .teetime-filters-group.teetime-holes {
    display: block;
    margin-top: 15px;
  }

  .teebooking-nav.fixed  .teetime-datepicker {
    margin-bottom: 0px;
  }

  .teebooking-nav.fixed .teebooking-nav-inner {
    padding-top: 50px;
  }
}

@media (max-width: 576px) {
  .slot-content .player-name {
    width: 45%;
    margin: 2px;
    white-space: normal;
  }

  table#member_teetimes tbody td.row-content {
    padding: 6px 8px;
  }
}

@media  (max-width: 450px) {
  .clue-top-jtip .cluetip-arrows, 
  .clue-left-jtip .cluetip-arrows,
  .clue-bottom-jtip .cluetip-arrows {
    display: none !important;
  }
}


</pre></body></html>