/* anton styles */

/* font styles */

body {
  line-height: 28px;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Lora', serif;
  color: #FA0100;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

a {
  color: #FA0100;
}

/* header styles */

.header-wrapper {
  padding: 15px 0px;
}

.header-wrapper .header-logo-text img {
  margin-right: 30px;
}

.header-wrapper .header-text {
  color: #FA0100;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  font-family: 'Lora', serif;
}

.header-wrapper .header-links {
  float: right;
  margin-top: -55px;
}

.header-wrapper a:hover {
  text-decoration: none;
}

.header-wrapper .header-links ul {
  margin: 0px;
}

.header-links ul li {
  display: inline-block;
  list-style: none;
}

.header-links ul li:first-child {
  margin-right: 10px;
}

.header-links ul li.social-link a {
  background-color: black;
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
}

.header-links ul li.social-link i {
  font-size: 20px;
  margin-top: 6px;
}

.header-wrapper .header-links ul {
  margin-top: -15px;
}

.header-links ul li.desktop-login a {
  display: inline-block;
  border: 1px solid #525252;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,323232+20,323232+80,4f4f4f+100 */
  background: #4f4f4f; /* Old browsers */
  background: -moz-linear-gradient(top, #4f4f4f 0%, #323232 20%, #323232 80%, #4f4f4f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4f4f4f 0%,#323232 20%,#323232 80%,#4f4f4f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4f4f4f 0%,#323232 20%,#323232 80%,#4f4f4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
  padding: 10px;
  border-radius: 4px;
}

.header-links ul li.desktop-login a {
  color: white;
}

.header-links .desktop-login a:hover {
  text-decoration: none;
}

/* navbar styles */

/*.navbar-wrapper {
  background-color: #FA0100;
}*/

.navbar-wrapper .container {
  background-color: #FA0100;
}

.navbar-wrapper .navbar {
  margin-bottom: 0px;
}

.navbar-wrapper .navbar-inverse .navbar-inner {
  background-color: transparent;
  background-image: none;
  padding-left: 0px;
  padding-right: 0px;
  border: none;
  box-shadow: none;
  margin: 0px 0px 0px;
}

.navbar-wrapper .navbar-inverse .nav > li {
  border-left: 1px solid #C30302;
}

.navbar-wrapper .navbar-inverse .nav > li:last-child {
  border-right: 1px solid #C30302;
}

.navbar-wrapper .navbar-inverse .nav > li > a {
  color: white;
  padding: 15px 15px;
}

.navbar-inner .nav > li:first-child > a::before {
  content: '\f015';
  font-family: 'FontAwesome';
  color: white;
  float: left;
  margin-right: 6px;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .navbar-inverse .nav li > a:hover {
  background-color: #CFCFCF;
  color: #FA0100;
}

.dropdown-menu {
  background-color: #CFCFCF;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li.current > a {
  background-image: none;
  color: #FA0100;
}

.navbar-inner .nav > li:hover:first-child > a::before, .navbar-inner .nav > li.current:first-child > a::before {
  color: #FA0100;
}

.navbar-inner .nav > li.current > a {
  background-color: #CFCFCF;
  color: #FA0100;
}

/*.navbar-inner #topmenu {
  width: 100%;
}

.navbar-inner #topmenu .nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}

.navbar-inner #topmenu .nav > li {
  display: inline-block;
}*/

/* footer styles */

.main-footer {
  background-color: #CFCFCF;
  padding: 10px 0px;
  font-size: 14px;
}

.main-footer .footer-content {
  line-height: 26px;
}

.main-footer .footer-content p {
  margin: 0px;
}

.main-footer .footer-content a {
  color: #333333;
}

.main-footer .footer-content a:hover {
  text-decoration: none;
}

.main-footer .footer-ig-logo {
  text-align: right;
  margin-top: 6px;
}

.main-footer .footer-ig-logo img {
  width: 120px;
}

/* slideshow styles */

.galleryWrapper {
  position: relative;
}

.galleryWrapper .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.galleryWrapper .nivo-controlNav-Wrapper {
  z-index: 10;
  bottom: 15px;
}

.galleryWrapper .nivo-controlNav a {
  background-image: url('/images/resources/formbyladies/slideshow-not-current.png');
  width: 16px;
  height: 16px;
}

.galleryWrapper .nivo-controlNav a.active {
  background-position: 0px;
  background-image: url('/images/resources/formbyladies/slideshow-current.png');
  width: 16px;
  height: 16px;
}

/* general page styles */

#globalwrap {
  padding-top: 0px;
}

.page-wrapper {
  padding: 40px 0px;
}

/* home page */

.body-class-home.body-public .page-wrapper {
  padding: 40px 0px 0px;
}

.body-class-home.body-public .page-wrapper > .container {
  width: 100%;
}

.home-slideshow, .inner-slideshow, .hole-slideshow {
  border: 6px solid #E8E8E8;
  /*box-shadow: 0px 7px 6px #C7C7C7;*/
}

.home-title {
  padding-top: 25px;
  padding-bottom: 15px;
}

.home-content {
  padding-bottom: 25px;
}

.home-boxes {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F2F2F2;
}

.home-box-title h4 a {
  color: #FA0100;
}

.home-box-title h4 a:hover {
  text-decoration: none;
}

.home-maincontent img {
  padding: 0px 0px 10px 0px;
}

.home-sidebar {
  border-left: 1px solid #D5D5D5;
  padding-left: 19px;
}

.home-weather-course h4 {
  margin: 0px 0px 10px 0px;
}

.home-weather-course .weatherSingle {
  position: relative;
}

@media (min-width: 980px) {
  .home-weather-course .weatherDate {
    position: absolute;
    left: 90px;
    top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 15px;
    border-right: 1px solid #333333;
    width: 82px;
  }
  .home-weather-course .weatherTemp {
    position: absolute;
    left: 173px;
    top: 0px;
    font-size: 18px;
    text-transform: uppercase;
    padding-left: 15px;
  }
}

.home-weather-course .home-status {
  margin-top: 80px;
}

.home-weather-course .weatherImage {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #CFCFCF;
}

.home-weather-course .weatherImage img {
  max-width: 64px;
}

.home-weather-course .wind_direction {
  display: none;
}

.home-weather-course h3 {
  display: none;
}

.home-promo-box .home-promo-title h4 {
  color: white;
  text-transform: uppercase;
  margin-top: -40px;
  margin-left: 10px;
  z-index: 10;
  font-family: 'Libre Franklin', sans-serif;
  font-weight: 700;
}

.home-promo-box .home-promo-title h4 a {
  color: white;
}

.home-promo-box .home-promo-title h4 a:hover {
  text-decoration: none;
}

.home-promo-box .home-promo-text {
  margin-top: 15px;
}

.home-boxes .home-box-title {
  padding-top: 15px;
  padding-bottom: 10px;
}

/* inner page styles */

.inner-title {
  padding-top: 25px;
  padding-bottom: 15px;
}

.inner-maincontent p {
  margin: 0px 0px 15px;
}

.inner-sidebar {
  border-left: 1px solid #D5D5D5;
  padding-left: 19px;
}

.inner-sidebar .sidebar-menu {
  padding-bottom: 20px;
}

.inner-sidebar .sidebar-menu h2 {
  display: none;
}

.sidebar-menu ul {
  margin: 0px;
}

.sidebar-menu ul li {
  list-style: none;
  border-bottom: 1px solid #C2C2C2;
  padding: 10px 0px;
}

.sidebar-menu ul li a {
  padding: 0px 10px 0px 0px;
  color: #333333;
}

.sidebar-menu ul li a::before {
  content: '\f054';
  font-family: 'FontAwesome';
  margin-right: 10px;
  margin-left: 10px;
}

.sidebar-menu ul li a:hover, .sidebar-menu ul li.current a {
  color: #FA0100;
  text-decoration: none;
}

/* hole page */

.hole-title {
  padding-top: 25px;
  padding-bottom: 15px;
}

.hole-nav {
  padding-bottom: 15px;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  list-style: none;
  margin: 0px 5px;
}

.hole-nav ul li a {
  display: inline-block;
  width: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #E2E2E2;
  color: #333333;
}

.hole-nav ul li a:hover, .hole-nav ul li.current a {
  background-color: #FA0100;
  color: white;
  text-decoration: none;
}

.hole-tip {
  padding-top: 15px;
}

.hole-tip h4 {
  margin: 10px 0px 15px;
}

/* mobile styles */

/* landscape and tablet */

@media (min-width: 980px) {
  .desktop-login i {
    display: none;
  }
}

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .main-footer {
    font-size: 13px;
  }
  .home-promo-box .home-promo-title h4 {
    font-size: 16px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .navbar .btn-navbar {
    margin-top: -50px;
    margin-right: 0px;
  }
  .header-wrapper .header-links {
    margin-top: -70px;
  }
  .hole-nav ul li {
    margin: 0px 1px;
  }
  .home-promo-box .home-promo-title h4 {
    margin-top: -55px;
  }
  .main-footer .footer-content {
    font-size: 12px;
  }
  .main-footer .footer-ig-logo {
    margin-top: 20px;
  }
  .hole-nav ul li a {
    width: 32px;
    line-height: 32px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-logo-text span {
    display: none;
  }
  .header-wrapper .header-logo-text img {
    margin-right: 0px;
    margin-left: 15px;
  }
  .header-wrapper .header-links ul {
    margin-top: -30px;
    margin-right: 15px;
  }
  .navbar-wrapper .navbar-inverse .btn-navbar {
    margin-top: -50px;
    margin-right: 15px;
  }
  .nivo-controlNav-Wrapper {
    display: none;
  }
  .home-maincontent, .home-sidebar, .inner-page, .hole-page {
    padding: 0px 15px;
  }
  .home-title {
    padding: 20px 15px;
  }
  .home-slideshow {
    margin: 0px 15px;
  }
  .home-maincontent img {
    max-width: 155px !important;
  }
  .home-sidebar {
    border-left: none;
  }
  .home-promo-box .home-promo-title h4 {
    font-size: 16px;
  }
  .home-boxes > .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-box-content {
    padding: 0px 0px 20px;
  }
  .footer-content {
    padding: 0px 15px;
  }
  .main-footer .footer-ig-logo {
    text-align: center;
  }
  .home-maincontent {
    padding-bottom: 20px;
  }
  .home-promo-pictures img {
    max-width: 370px;
    width: 100%;
  }
  .span4.home-box {
    max-width: 370px;
    margin: 0px auto;
  }
  .home-boxes .row-fluid [class*="span"]:first-child {
    margin-left: auto;
  }
  .home-promo-box {
    padding: 15px 0px;
  }
  .inner-sidebar {
    padding-left: 0px;
    border: none;
    padding-top: 15px;
  }
  .inner-sidebar img {
    max-width: 370px;
    width: 100%;
  }
  .hole-nav ul {
    margin: 0px auto;
    width: 290px;
  }
  .hole-nav ul li {
    margin: 4px 4px;
  }
  .hole-map img {
    max-width: 370px;
    width: 100%;
  }
  .main-footer .footer-content {
    font-size: 12px;
    text-align: center;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-wrapper {
    background-color: transparent;
  }
  .navbar-wrapper .navbar-inverse .navbar-inner {
    background-color: #FA0100;
  }
  .navbar-wrapper .navbar-inverse .nav > li {
    border-left: none;
  }
  .navbar-inner .nav > li:first-child > a::before {
    content: '';
  }
  .desktop-login span {
    display: none;
  }
  .navbar-wrapper .navbar-inverse .btn-navbar {
    display: inline-block;
    border: 1px solid #525252;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4f4f4f+0,323232+20,323232+80,4f4f4f+100 */
    background: #4f4f4f; /* Old browsers */
    background: -moz-linear-gradient(top, #4f4f4f 0%, #323232 20%, #323232 80%, #4f4f4f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #4f4f4f 0%,#323232 20%,#323232 80%,#4f4f4f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #4f4f4f 0%,#323232 20%,#323232 80%,#4f4f4f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#4f4f4f',GradientType=0 ); /* IE6-9 */
    padding: 10px;
    border-radius: 4px;
    width: 95px;
  }
  .club-menu-button-lines {
    float: left;
    margin-top: 3px;
  }
  .desktop-login a {
    text-align: center;
    width: 73px;
  }
  .desktop-login i {
    margin-right: 8px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #CFCFCF;
  }
  .navbar-inverse .dropdown-menu {
    background-color: #CFCFCF;
  }
  .navbar-inverse .nav-collapse .nav > li > a {
    color: white;
  }
  .navbar-inverse .nav-collapse .nav > li.current > a, .navbar-inverse .nav-collapse .nav > li:hover > a {
    color: #FA0100;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #333333;
  }
  .navbar-inverse .dropdown-menu > li.current > a {
    color: #FA0100;
  }
  .home-weather-course .weatherSingle {
    width: 150px;
  }
  .home-weather-course .weatherDate {
    text-align: right;
    text-transform: uppercase;
    font-size: 18px;
  }
  .home-weather-course .weatherTemp {
    text-align: right;
    text-transform: uppercase;
    font-size: 18px;
  }
  .home-weather-course .home-status {
    margin-top: 10px;
  }
}

/* default page styles */
  }

@media (min-width: 0px) and (max-width: 767px) {
  .body-public[class*="php-"] .page-wrapper {
    padding: 40px 15px;
  }
}

/* extra styles */

#map_container {
  width: 100% !important;
}

#globalwrap .image-night {
  background: #CFCFCF;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: white;
  border: 2px solid #CFCFCF;
}

.body-contentpage table thead th {
  background-color: #FA0100;
  color: white;
}

.body-contentpage table thead tr > th {
  border-left: 2px solid white;
}

.body-contentpage table thead tr > th:first-child {
  border-left: none;
}

/*.body-contentpage tbody > tr:nth-child(2n+1) > td {
  background-color: #CFCFCF;
}*/

.body-contentpage table tbody td {
  border: 2px solid #FA0100;
  padding: 4px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-contentpage table tbody td {
    border: 1px solid #FA0100;
    padding: 2px 1px;
  }
}

.body-contentpage .inner-maincontent ul {
  margin: 0px 0px 0px 5px;
}

.body-contentpage .inner-maincontent ul li {
  list-style: none;
  margin-bottom: 5px;
}

.body-contentpage .inner-maincontent ul li::before {
  content: '\f054';
  font-family:'FontAwesome';
  margin-right: 10px;
  color: #FA0100;
}

.body-class-members .desktop-login {
  display: none;
}

/* sticky footer */

@media (min-width: 980px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 72px;
  }
  .main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
   height: 52px;
  } 
}

@media (min-width: 768px) and (max-width: 979px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 98px;
  }
  .main-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
   height: 78px;
  } 
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

.php-eventview a, .php-compadmin a, .php-hcaplist a, .php-diary a, .php-index #latestcomp h4 span {
  color: #333;
}

.php-index .announcements .updatedate {
  font-size: 16px !important;
}

.php-index #latestcomp h4 span {
  font-size: 16px !important;
}

/*.php-index h3 {
  font-weight: 700;
}*/

.php-index #latestcomp h4 {
  font-size: 16px;
   font-family: 'Libre Franklin', sans-serif;
}

/* hiding competition options from dropdown */

.body-class-members .navbar-inner li.nav-menu-competition\.php .dropdown-menu li.nav-menu-matchfixtures\/, .body-class-members .navbar-inner li.nav-menu-competition\.php .dropdown-menu li.nav-menu-halloffame\.php{
  display: none;
}

@media (min-width: 980px) {
  .navbar-wrapper .nav > li > a {
    font-size: 18px;
  }
  .body-public .navbar-wrapper .navbar-inverse .nav {
    width: 885px;
    margin: 0px auto;
    float: none;
  }
  .body-public .navbar-wrapper .navbar-inverse .nav > li > a {
    padding: 15px 22px;
  }
  .body-class-members .navbar-wrapper .navbar-inverse .nav {
    width: 940px;
    margin: 0px auto;
    float: none;
  }
  .body-class-members .navbar-wrapper .navbar-inverse .nav > li > a {
    padding: 15px 20px;
  }
}

.dropdown-menu > li > a {
  padding: 6px 20px;
}

.body-class-members.body-contentpage .menu-section {
  display: none;
}

@media (min-width: 768px) {
  .home-promo-title {
    padding: 0px 5px 0px 0px;
  }
}

.body-contentpage table td p {
  margin: 0px;
}

.hole-buttons ul {
  margin: 0px;
}

.hole-buttons ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 6px;
}

.hole-buttons ul li a {
  background-color: #E2E2E2;
  display: inline-block;
  width: 200px;
  line-height: 40px;
  color: #333333;
  text-align: center;
}

.hole-buttons ul li a:hover {
  background-color: #FA0100;
  color: white;
  text-decoration: none;
}

.home-slideshow .nivo-caption, .body-contentpage .nivo-caption {
  background-color: transparent;
}

.nivo-caption h4 {
  color: white;
  text-shadow: 1px 1px 1px #000;
  font-size: 22px;
}

.body-class-home.body-public .home-maincontent table {
  margin-right: 15px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-home.body-public .home-maincontent table {
    float: none;
  }
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar-wrapper .btn-navbar {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
  }
}

.home-weather a {
  color: #333333;
}

.header-logo-text img {
  width: 100px;
}

.header-links .social-link a img {
  width: 15px;
  position: relative;
  top: 4px;
}

.header-links ul li.social-link i {
  margin-top: 0px;
  top: 6px;
  position: relative;
}

.header-links ul li.social-link a {
  position: relative;
  top: -4px;
}

.header-wrapper .container {
  position: relative;
}

.header-links-left {
  position: absolute;
  top: 20px;
  left: 20px;
}

.header-links-left a {
  display: inline-block;
  background: #000;
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-links-left a:hover, .header-links-left a:focus {
  background: #FA0100;
}

.header-links-left a img {
  width: 15px;
  position: relative;
  top: -1px;
}

.header-links-right {
  position: absolute;
  top: 20px;
  right: 20px;
}

.header-links-right a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.header-links-right a:hover, .header-links-right a:focus {
  background: #FA0100;
}

.header-wrapper {
  padding: 0px;
}

@media (min-width: 0px) and (max-width: 979px) {
  .navbar {
    padding: 5px 0px;
  }
  .navbar-wrapper .navbar-inverse .btn-navbar {
    margin-top: 0px;
    background: #000;
    border: none;
    padding: 6px 10px;
    font-size: 14px;
    margin-right: 20px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .header-links-left {
    top: 10px;
    left: 10px;
  }
  .header-links-right {
    top: 10px;
    right: 10px;
  }
  .header-links-right span {
    display: none;
  }
  .navbar-wrapper .navbar-inverse .btn-navbar {
    margin-right: 10px;
  }
}

.body-class-members .header-links-right {
  display: none;
}

/* end anton styles */

/* Suzanne's Styles */

.body-class-flora_and_fauna table tbody td {
  border: none;
  padding: 4px;
}

/* Modern Menu Section Styling */
.body-class-members .informationsect .menu-section {
    margin-bottom: 2rem;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background: white;
  	display: block;
}

.body-class-members .informationsect .menu-section h2 {
    display: none;
}

/* Style the link inside any h2 in the menu section */
.body-class-members .informationsect .menu-section h2 a {
    display: block;
    padding: 1rem 1.5rem;
    background-color: #ffffff;
    color: #333333;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.body-class-members .informationsect .menu-section h2 a:hover {
    border-left-color: #fa0100;
    background-color: #f8f8f8;
}

/* If h2 is hidden, we might want to adjust the first menu item */
.body-class-members .informationsect .menu-section h2 + ul li:first-child a {
    border-top: none;
}

/* Menu List Styling */
.body-class-members .informationsect .menu-section ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.body-class-members .informationsect .menu-section li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
}

.body-class-members .informationsect .menu-section li:last-child {
    border-bottom: none;
}

/* Menu Item Links - Generic styling for all page links */
.body-class-members .informationsect .menu-section ul li a {
    display: block;
    padding: 0.875rem 1.5rem 0.875rem 2.5rem;
    background-color: #ffffff;
    color: #555555;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    transition: all 0.3s ease;
    position: relative;
}

/* Add subtle arrow indicator */
.body-class-members .informationsect .menu-section ul li a::before {
    content: "→";
    position: absolute;
    left: 1rem;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    color: #fa0100;
}

.body-class-members .informationsect .menu-section ul li a:hover {
    background-color: #f8f8f8;
    color: #333333;
    padding-left: 3rem;
}

.body-class-members .informationsect .menu-section ul li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

/* Button State Styling (as specified) - applies to all menu links when active/clicked */
.body-class-members .informationsect .menu-section ul li a:active {
    background-color: #CFCFCF;
    color: #fa0100;
}

/* Alternative: Style for active/current page - add this class dynamically via JavaScript or server-side */
.body-class-members .informationsect .menu-section ul li a.active {
    background-color: #CFCFCF;
    color: #fa0100;
    border-left: 3px solid #fa0100;
}

.body-class-members .informationsect .menu-section ul li a.active::before {
    opacity: 1;
    color: #fa0100;
}

/* Responsive Design */
@media (max-width: 768px) {
    .body-class-members .informationsect .menu-section {
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #e0e0e0;
    }
    
    .body-class-members .informationsect .menu-section h2 a {
        padding: 0.875rem 1rem;
    }
    
    .body-class-members .informationsect .menu-section ul li a {
        padding: 0.75rem 1rem 0.75rem 2rem;
    }
}

/* Optional: Add some spacing and container for the menu */
.body-class-members .informationsect .menu-container {
    max-width: 400px;
    margin: 2rem auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}

/* Focus states for accessibility */
.body-class-members .informationsect .menu-section a:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #fa0100;
}

/* Animation for smooth hover effects */
.body-class-members .informationsect .menu-section a {
    will-change: background-color, padding, color;
}

.body-class-members .informationsect .menu-section ul li:before {
  	display:none;
}