/* anton styles */

/* fonts */

.open-sans-font {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.barlow-condensed-thin {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-condensed-extralight {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-condensed-light {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-condensed-medium {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-condensed-semibold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-bold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-condensed-extrabold {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-condensed-black {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-condensed-thin-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-condensed-extralight-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-condensed-light-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-condensed-regular-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-condensed-medium-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-condensed-semibold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-condensed-bold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-condensed-extrabold-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-condensed-black-italic {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/* variables */

:root {
  --bodyfont: 'Open Sans', sans-serif;
  --headingfont: 'Barlow Condensed', serif;
  --headingcolor: #243071;
  --headingcolor2: #fff;
  --highlightcolor: #8DAB49;
  --bodycolor: #1a1a1a;
  --headerbg: #243071;
  --smallheaderbg: #E9EBF4;
  --topfooterbg: #E9EBF4;
  --bottomfooterbg: #313131;
  --navlink: #fff;
  --navactivelink: #8DAB49;
  --dropdownbg: #16225F;
  --scorecardwhite: #FFF;
  --scorecardyellow: #fc0;
  --scorecardgreen: #00c800;
  --scorecardred: #c80000;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php, .body-class-members.php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  background: #fff;
}

h1 {
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 300;
  font-size: 50px;
  line-height: 60px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 300;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--bodyfont);
}

h6 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 5px 25px;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0px;
  border-radius: 8px;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
}

h5 a {
  padding: 8px 20px;
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

.content-wrapper h5 a:hover, .content-wrapper h5 a:focus, .gallery-image .ss-controls a:hover, .gallery-image .ss-controls a:focus, .gallery-image .nav-controls a:hover, .gallery-image .nav-controls a:focus {
  background: #000;
  color: #fff;
}

a {
  color: var(--headingcolor);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

a:hover, a:focus {
  color: var(--bodycolor);
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  background: var(--headerbg);
  min-height: 150px;
  width: 100%;
  z-index: 1001;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-wrapper {
  min-height: 100px;
}

.header-logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  background: var(--smallheaderbg);
  height: 150px;
  z-index: 30;
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 0% 100%);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo {
  height: 100px;
}

.header-logo img {
  position: relative;
  top: 30px;
  left: 30px;
  width: 80px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-logo img {
  top: 10px;
}

.header-login a {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 140px;
  background: var(--smallheaderbg);
  height: 150px;
  clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .header-login a {
  height: 100px;
}

.head-log-text {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-family: var(--headingfont);
  line-height: 30px;
  letter-spacing: 2px;
  font-size: 22px;
}

/* navbar */

.nav-section {
  margin: 0px 140px 0px 145px;
  position: relative;
  top: 35px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .nav-section {
  top: 10px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  box-shadow: none;
  border: none;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  letter-spacing: 0px;
  font-size: 22px;
  font-family: var(--headingfont);
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li.current > a {
  color: var(--navactivelink);
}

.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 {
  background: transparent;
  color: var(--navactivelink);
  box-shadow: none;
}

.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}

.dropdown-menu {
  background: var(--dropdownbg);
  border-radius: 0px;
  border: none;
  box-shadow: none;
  margin-top: 55px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fix .dropdown-menu {
  margin-top: 30px;
}

.dropdown-menu > li > a {
  color: var(--navlink);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--navactivelink);
  background: transparent;
}

/* footer */

.public-footer {
  padding: 80px 0px 100px;
  background: var(--topfooterbg);
  color: var(--headingcolor);
}

.pf-title {
  font-family: var(--headingfont);
  font-size: 50px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.pf-flex {
  display: flex;
}

.pff-address {
  width: 30%;
  margin-right: 10px;
  font-family: var(--headingfont);
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 1px;
}

.pff-logos {
  text-align: right;
  width: 70%;
  margin-left: 10px;
}

.pff-logos a:nth-child(2) {
  margin: 0px 30px;
}

.footer {
  padding: 15px 0px;
  background: var(--bottomfooterbg);
  color: #fff;
}

.footer-space {
  padding: 0px 250px;
}

.footer-flex {
  display: flex;
}

.ff-copy {
  padding-top: 9px;
  width: 75%;
}

.ff-ig {
  width: 25%;
  text-align: right;
}

.ff-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* home */

.home-slideshow {
  position: relative;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.home-status {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 15;
  min-width: 724px;
  height: 66px;
  display: flex;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#243071+0,243071+100&1+0,0+100 */
  background: linear-gradient(to right,  rgba(36,48,113,1) 0%,rgba(36,48,113,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.home-status > div {
  flex: 1 1 0;
}

.hs-weather {
  position: absolute;
  left: 20px;
  color: #fff;
}

.hs-weather .weatherDate {
  display: none;
}

.hs-weather .weatherTemp {
  display: none;
}

.hs-weather .weatherImage {
  top: 15px;
  position: absolute;
}

.hs-status {
  color: #fff;
  position: absolute;
  left: 90px;
  top: 2px;
  font-family: var(--headingfont);
}

.hs-status h3 {
  display: none;
}

.hs-status p {
  margin: 0px;
  font-size: 18px;
}

.home-main {
  padding: 100px 0px 150px;
  background: #F2F3FB;
  background-image: url('/images/resources/leeonthesolent/main-background-faded.png');
  background-position: center;
}

.hm-title {
  text-align: center;
  margin-bottom: 100px;
}

.hm-title h1 {
  margin: 0px;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 5px;
}

.hm-flex {
  display: flex;
}

.hmf-content {
  width: 60%;
  margin-right: 40px;
}

.hmf-side {
  width: 40%;
  margin-left: 40px;
  position: relative;
}

.hmf-side .galleryInner {
  width: 100% !important;
  height: auto !important;
}

/* box row */

.ir-image-flex {
  display: flex;
}

.ir-image-flex > div {
  flex: 1 1 0;
}

.iri-pic {
  position: relative;
}

.iri-content {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  right: 10px;
  color: #fff;
  font-size: 32px;
  line-height: 44px;
  z-index: 10;
  opacity: 1;
  font-family: var(--headingfont);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.current-block .iri-content {
  opacity: 0;
}

.irb-block {
  background: var(--headingcolor);
  color: #fff;
}

.irb-block h4 {
  font-size: 50px;
  line-height: 60px;
  color: #fff;
  margin: 0px 0px 40px;
  text-transform: uppercase;
}

.irbb-space {
  padding: 70px 200px;
}

.irbb-space h5 {
  display: inline-block;
}

.irbb-space h5 a {
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  margin-right: 10px;
}

.iri-pic:hover {
  cursor: pointer;
}

.iri-pic::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  visibility: visible;
  background: rgba(0,0,0,0.2);
  z-index: 2;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.current-block.iri-pic::before {
  visibility: hidden;
}

.iri-pic::after {
  content: '';
  background: url('/images/resources/leeonthesolent/active-box-section.png');
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 134px;
  height: 33px;
  margin: 0px auto;
  opacity: 0;
  z-index: 4;
}

.iri-pic.current-block::after {
  opacity: 1;
}

.irb-block {
  display: none;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-main {
  padding: 100px 0px 150px;
  background: #F2F3FB;
  background-image: url('/images/resources/leeonthesolent/main-background-faded.png');
  background-position: center;
  background-repeat: no-repeat;
}

.inner-start {
  text-align: center;
}

.inner-start h1 {
  margin: 0px 0px 50px;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: 5px;
}

/* inner added boxes style */

.body-contentpage .added-section-move-up {
  display: none;
}

.body-contentpage .added-section-move-down {
  display: none;
}

.body-contentpage .additional-button-row {
  display: none;
}

.body-contentpage .added-section-remove {
  display: none;
}

.additional-boxes {
  margin-top: 100px;
}

.inserted-block {
  position: relative;
  padding: 30px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.inner-full-added {
  text-align: center;
}

.two-equal-added.flex-row {
  display: flex;
  align-items: center;
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 20px;
}

.two-equal-added.flex-row  .ie-col:last-child {
  margin-left: 20px;
}

.two-unequal-added.flex-row {
  display: flex;
}

.two-unequal-added .main-col {
  width: 60%;
  margin-right: 20px;
}

.two-unequal-added .sidebar-col {
  width: 40%;
  margin-left: 20px;
}

.two-unequal-added .sidebar-col table h6 {
  margin: 0px;
}

.two-unequal-added.flip-flex .main-col {
  margin-right: 0px;
  margin-left: 20px;
}

.two-unequal-added.flip-flex .sidebar-col {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.three-equal-added.flex-row .ie-col:first-child {
  margin-right: 15px;
}

.three-equal-added.flex-row .ie-col:nth-child(2) {
  margin: 0px 15px;
}

.three-equal-added.flex-row .ie-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.flex-row {
  display: flex;
}

.three-unequal-added .main-col {
  width: 50%;
  margin-right: 15px;
}

.three-unequal-added .sidebar-col {
  width: 25%;
}

.three-unequal-added .sidebar-col:nth-child(1) {
  margin: 0px 15px;
}

.three-unequal-added .sidebar-col:last-child {
  margin-left: 15px;
}

.three-unequal-added.center-main .main-col {
  margin: 0px 15px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.center-main .sidebar-col:nth-child(2) {
  margin-left: 15px;
}

.three-unequal-added.right-main .main-col {
  margin-right: 0px;
  margin-left: 15px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(1) {
  margin-right: 15px;
  margin-left: 0px;
}

.three-unequal-added.right-main .sidebar-col:nth-child(2) {
  margin: 0px 15px;
}

.four-equal-added.flex-row {
  display: flex;
}

.four-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.four-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3) {
  margin: 0px 10px;
}

.four-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-equal-added, .three-equal-added, .four-equal-added {
    flex-direction: column;
  }
  .two-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .two-equal-added.flex-row .ie-col:last-child {
   margin: 30px 0px 0px; 
  }
  .ie-col {
    text-align: center;
    width: 100%;
  }
  .flip-flex {
    flex-direction: column-reverse;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:last-child {
    margin-top: 0px;
  }
  .two-equal-added.flex-row.flip-flex .ie-col:first-child {
    margin-top: 30px;
  }
  .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .four-equal-added.flex-row .ie-col:nth-child(2), .four-equal-added.flex-row .ie-col:nth-child(3), .four-equal-added.flex-row .ie-col:last-child {
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row {
    flex-direction: column;
    text-align: center;
  }
  .two-unequal-added .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: 100%;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: 100%;
    margin: 20px 0px 0px;
  }
}

/* accordions */

/* accordions custom public */

.body-contentpage .additional-accordions .added-section-accordion {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-up {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-move-down {
  display: none;
}

.body-contentpage .additional-accordions .added-accordion-remove {
  display: none;
}

.body-contentpage .inserted-accordion {
  margin: 20px 0px;
  position: relative;
}

.body-contentpage .accordion-title {
  background: #C6CADE;
  padding: 20px 60px;
  position: relative;
}

.body-contentpage .accordion-title h3 {
  margin: 0px;
  text-transform: uppercase;
  line-height: 37px;
  font-size: 36px;
  letter-spacing: 2px;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .accordion-title h3::before {
  content: '';
  width: 29px;
  height: 1px;
  background: var(--headingcolor);
  position: absolute;
  top: 38px;
  right: 30px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .accordion-title h3::after {
  content: '';
  width: 1px;
  height: 29px;
  background: var(--headingcolor);
  position: absolute;
  top: 24px;
  right: 44px;
  transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
}

.body-contentpage .active-accord .accordion-title h3::before {
  content: '';
  width: 29px;
  height: 2px;
  background: var(--headingcolor);
  position: absolute;
  top: 38px;
  right: 30px;
  transform: rotate(45deg);
}

.body-contentpage .active-accord .accordion-title h3::after {
  content: '';
  width: 2px;
  height: 29px;
  background: var(--headingcolor);
  position: absolute;
  top: 24px;
  right: 44px;
  transform: rotate(45deg);
}

.body-contentpage .accordion-content {
  display: none;
  margin: 20px 0px;
}

/* course */

.scorecard-box {
  padding: 0px 0px 60px;
  text-align: center;
}

.scorecard-box a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-top: 10px;
  border: none;
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.scorecard-box a:hover, .scorecard-box a.disp {
  background: #000;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.scorecard-box a.disp:hover {
  color: #fff;
}

.scorecard-box #score-open-link.hide {
  display: none;
}

.scorecard-box #score-close-link {
  display: none;
}

.scorecard-box #score-close-link.disp {
  display: inline-block;
}

.scorecard-box .scorecard-content {
  display: none;
  padding-top: 60px;
}

.scorecard-open > a#score-open-link::after {
    position: absolute;
    content: '\f107';
    font-family: 'FontAwesome';
    right: 5px;
}

.scorecard-open > a#score-close-link::after {
    position: absolute;
    content: '\f106';
    font-family: 'FontAwesome';
    right: 5px;
}

.inner-page-wrapper .table th, .inner-page-wrapper .table td {
  text-align: center;
  border: 2px solid var(--headingcolor);
}

table.scorecard th:nth-child(2), table.scorecard td:nth-child(2) {
  background: var(--scorecardwhite);
  color: black;
}

table.scorecard th:nth-child(5), table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: black;
}

table.scorecard th:nth-child(8), table.scorecard td:nth-child(8) {
  background: var(--scorecardgreen);
  color: black;
}

table.scorecard th:nth-child(11), table.scorecard td:nth-child(11) {
  background: var(--scorecardred);
  color: white;
}

table.scorecard th:nth-child(14), table.scorecard td:nth-child(14), table.scorecard th:nth-child(15), table.scorecard td:nth-child(15), table.scorecard th:nth-child(16), table.scorecard td:nth-child(16), table.scorecard th:nth-child(17), table.scorecard td:nth-child(17), table.scorecard th:nth-child(18), table.scorecard td:nth-child(18), table.scorecard th:nth-child(19), table.scorecard td:nth-child(19), table.scorecard th:nth-child(20), table.scorecard td:nth-child(20), table.scorecard th:nth-child(21), table.scorecard td:nth-child(21), table.scorecard th:nth-child(22), table.scorecard td:nth-child(22), table.scorecard th:nth-child(23), table.scorecard td:nth-child(23), table.scorecard th:nth-child(24), table.scorecard td:nth-child(24), table.scorecard th:nth-child(25), table.scorecard td:nth-child(25), table.scorecard th:nth-child(26), table.scorecard td:nth-child(26), table.scorecard th:nth-child(27), table.scorecard td:nth-child(27), table.scorecard th:nth-child(28), table.scorecard td:nth-child(28), table.scorecard th:nth-child(29), table.scorecard td:nth-child(29), table.scorecard th:nth-child(30), table.scorecard td:nth-child(30), table.scorecard th:nth-child(31), table.scorecard td:nth-child(31){
  display: none;
}

.inner-page-wrapper table.scorecard.table thead tr th {
  border-top: 2px solid var(--headingcolor);
}

.scorecard-content {
  overflow-x: auto;
}

/* hole */

.hole-nav {
  position: absolute;
  left: 10px;
  right: 10px;
  max-width: 1400px;
  margin: 0px auto;
  bottom: 0px;
  z-index: 20;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#243071+0,243071+30,243071+70,243071+100&0+0,1+30,1+70,0+100 */
  background: linear-gradient(to right,  rgba(36,48,113,0) 0%,rgba(36,48,113,1) 40%,rgba(36,48,113,1) 60%,rgba(36,48,113,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
  padding: 17px 0px;
  text-align: center;
}

.hole-nav ul li {
  display: inline-block;
  font-size: 0px;
  margin: 0px 7px;
}

.hole-nav ul li a {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  color: var(--highlightcolor);
}

.hole-yards {
  position: absolute;
  bottom: 100px;
  z-index: 12;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
}

.hole-yards .white {
  display: inline-block;
  padding: 10px 40px;
  border: 3px solid #fff;
  border-radius: 50px;
  background: rgba(255,255,255,0.4);
}

.hole-yards .yellow {
  display: inline-block;
  padding: 10px 40px;
  border: 3px solid #fc0;
  border-radius: 50px;
  margin: 0px 30px;
  background: rgba(255,255,255,0.4);
}

.hole-yards .red {
  display: inline-block;
  padding: 10px 40px;
  border: 3px solid #f00;
  border-radius: 50px;
  background: rgba(255,255,255,0.4);
}

.hole-flex {
  margin-top: 100px;
  display: flex;
}

.hole-tip {
  width: 50%;
  margin-right: 40px;
}

.hole-tip h3 {
  font-size: 40px;
  line-height: 50px;
  text-transform: uppercase;
}

.hole-video {
  width: 50%;
  margin-left: 40px;
}

/* default pages */

body[class*="php-"], .body-class-members, .body-class-getawayletter, .body-public[class*="php-competition"], .body-class-visitorbooking, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"]:not(.body-contentpage), .invalid-page {
  background: url('/images/resources/leeonthesolent/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"]:not(.body-contentpage) .header-wrapper, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 100px;
  position: relative;
}

body[class*="php-"] .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
  margin: 0px auto;
  width: auto;
  top: 10px;
  border: none;
  position: relative;
}

@media (min-width: 980px) {
  .body-class-members .nav-section {
    top: 30px !important;
  }
}

body[class*="php-"] .navbar, .body-class-members .navbar, .body-class-visitorbooking .navbar, .body-class-getawayletter .navbar, [class*="body-class-setcoursestatus"] .navbar, .body-class-opens .navbar, .body-loginpage .navbar, body[class*="match"]:not(.body-contentpage) .navbar, .invalid-page .navbar {
  width: auto;
  margin-left: 100px;
}

body[class*="php-"] .header-logo, .body-class-members .header-logo, .body-class-visitorbooking .header-logo, .body-class-getawayletter .header-logo, [class*="body-class-setcoursestatus"] .header-logo, .body-class-opens .header-logo, .body-loginpage .header-logo, body[class*="match"]:not(.body-contentpage) .header-logo, .invalid-page .header-logo {
  margin-left: 0px;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 100px;
}

body[class*="php-"] .header-logo::after, .body-class-members .header-logo::after, .body-class-visitorbooking .header-logo::after, .body-class-getawayletter .header-logo::after, [class*="body-class-setcoursestatus"] .header-logo::after, .body-class-opens .header-logo::after, .body-loginpage .header-logo::after, body[class*="match"]:not(.body-contentpage) .header-logo::after, .invalid-page .header-logo::after {
  height: 94px;
  transform: rotate(11deg);
  top: -7px;
  right: -10px;
}

body[class*="php-"] .header-logo img, .body-class-members .header-logo img, .body-class-visitorbooking .header-logo img, .body-class-getawayletter .header-logo img, [class*="body-class-setcoursestatus"] .header-logo img, .body-class-opens .header-logo img, .body-loginpage .header-logo img, body[class*="match"]:not(.body-contentpage) .header-logo img, .invalid-page .header-logo img {
  width: 80px;
  top: 10px;
  left: 7px;
}

body[class*="php-"] .header-text, .body-class-members .header-text, .body-class-visitorbooking .header-text, .body-class-getawayletter .header-text, [class*="body-class-setcoursestatus"] .header-text, .body-class-opens .header-text, .body-loginpage .header-text, body[class*="match"]:not(.body-contentpage) .header-text, .invalid-page .header-text {
  top: 12px;
}

body[class*="php-"] .header-login, .body-class-members .header-login, .body-class-visitorbooking .header-login, .body-class-getawayletter .header-login, [class*="body-class-setcoursestatus"] .header-login, .body-class-opens .header-login, .body-loginpage .header-login, body[class*="match"]:not(.body-contentpage) .header-login, .invalid-page .header-login {
  display: none;
}

body[class*="php-"] .header-top-left, .body-class-members .header-top-left, .body-class-visitorbooking .header-top-left, .body-class-getawayletter .header-top-left, [class*="body-class-setcoursestatus"] .header-top-left, .body-class-opens .header-top-left, .body-loginpage .header-top-left, body[class*="match"]:not(.body-contentpage) .header-top-left, .invalid-page .header-top-left {
  display: none;
}

body[class*="php-"] .header-top-right, .body-class-members .header-top-right, .body-class-visitorbooking .header-top-right, .body-class-getawayletter .header-top-right, [class*="body-class-setcoursestatus"] .header-top-right, .body-class-opens .header-top-right, .body-loginpage .header-top-right, body[class*="match"]:not(.body-contentpage) .header-top-right, .invalid-page .header-top-right {
  display: none;
}

body[class*="php-"] .header-info, .body-class-members .header-info, .body-class-visitorbooking .header-info, .body-class-getawayletter .header-info, [class*="body-class-setcoursestatus"] .header-info, .body-class-opens .header-info, .body-loginpage .header-info, body[class*="match"]:not(.body-contentpage) .header-info, .invalid-page .header-info {
  margin-bottom: 10px;
}

body[class*="php-"] .header-links, .body-class-members .header-links, .body-class-visitorbooking .header-links, .body-class-getawayletter .header-links, [class*="body-class-setcoursestatus"] .header-links, .body-class-opens .header-links, .body-loginpage .header-links, body[class*="match"]:not(.body-contentpage) .header-links, .invalid-page .header-links {
  display: none;
}

body[class*="php-"] .header-book, .body-class-members .header-book, .body-class-visitorbooking .header-book, .body-class-getawayletter .header-book, [class*="body-class-setcoursestatus"] .header-book, .body-class-opens .header-book, .body-loginpage .header-book, body[class*="match"]:not(.body-contentpage) .header-book, .invalid-page .header-book {
  display: none;
}

body[class*="php-"] .nav-section .nav, .body-class-members .nav-section .nav, .body-class-visitorbooking .nav-section .nav, .body-class-getawayletter .nav-section .nav, [class*="body-class-setcoursestatus"] .nav-section .nav, .body-class-opens .nav-section .nav, .body-loginpage .nav-section .nav, body[class*="match"]:not(.body-contentpage) .nav-section .nav, .invalid-page .nav-section .nav {
  display: block;
}

body[class*="php-"] .header-social, .body-class-members .header-social, .body-class-visitorbooking .header-social, .body-class-getawayletter .header-social, [class*="body-class-setcoursestatus"] .header-social, .body-class-opens .header-social, .body-loginpage .header-social, body[class*="match"]:not(.body-contentpage) .header-social, .invalid-page .header-social {
  display: none;
}

body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"]:not(.body-contentpage) .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
  margin-top: 0px;
  z-index: 10;
  padding-right: 0px;
  text-align: left;
  position: relative;
  top: 0px;
  width: auto;
  padding: 0px;
}

body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, body[class*="match"]:not(.body-contentpage) .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 10px 15px;
}

body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"]:not(.body-contentpage) .header-space, .invalid-page .header-space {
  width: 1170px;
  margin: 0px auto;
  position: relative;
}

body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, body[class*="match"]:not(.body-contentpage) .dropdown-menu, .invalid-page .dropdown-menu {
  margin-top: 30px;
}

body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, body[class*="match"]:not(.body-contentpage) #globalwrap, .invalid-page #globalwrap, .body-loginpage #globalwrap {
  margin-top: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-public.invalid-page .members-footer {
  display: block;
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

/* sticky footer */

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"]:not(.body-contentpage), .invalid-page {
   margin-bottom: 110px; 
  }
  body[class*="php-"] .footer, .body-class-members .footer, .body-class-visitorbooking .footer, .body-class-getawayletter .footer, [class*="body-class-setcoursestatus"] .footer, .body-class-opens .footer, .body-loginpage .footer, body[class*="match"]:not(.body-contentpage) .footer, .invalid-page .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

@media (min-width: 460px) and (max-width: 767px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"]:not(.body-contentpage), .invalid-page {
   margin-bottom: 140px; 
  }
  body[class*="php-"] .footer, .body-class-members .footer, .body-class-visitorbooking .footer, .body-class-getawayletter .footer, [class*="body-class-setcoursestatus"] .footer, .body-class-opens .footer, .body-loginpage .footer, body[class*="match"]:not(.body-contentpage) .footer, .invalid-page .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 70px;
  }
}

@media (min-width: 0px) and (max-width: 459px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, body[class*="match"]:not(.body-contentpage), .invalid-page {
   margin-bottom: 160px; 
  }
  body[class*="php-"] .footer, .body-class-members .footer, .body-class-visitorbooking .footer, .body-class-getawayletter .footer, [class*="body-class-setcoursestatus"] .footer, .body-class-opens .footer, .body-loginpage .footer, body[class*="match"]:not(.body-contentpage) .footer, .invalid-page .footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 90px;
  }
}

/* login page */

#login {
  text-align: center;
}

#login h3 {
  margin: 0px 0px 20px;
  padding-bottom: 10px;
}

#login fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  display: inline-block;
  transform: translateX(-90px);
}

#login input[type*="submit"] {
  margin-top: 20px;
  letter-spacing: 2px;
  font-size: 16px;
}

#login > div {
  padding-bottom: 0px !important;
}

/* buttons */

input[type*="submit"], a.btn, button.btn {
  display: inline-block;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  padding: 6px 15px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  font-family: var(--bodyfont);
  box-shadow: none;
   transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

input[type*="submit"]:hover, a.btn:hover, button.btn:hover, input[type*="submit"]:focus, a.btn:focus, button.btn:focus {
  background: #000;
  color: #fff;
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .nav > li.nav-menu-competition\.php {
  display: none;
}

/* members */

thead {
  background: var(--headingcolor);
  color: #fff;
  font-weight: 400;
}

thead a {
  color: #fff;
  text-decoration: underline;
}

.table th {
  font-weight: 400;
}

.php-index.body-class-members #container #globalwrap {
  background: transparent;
  border: none;
  padding: 0px;
}

.php-index #leftcontent > div, .php-index #rightcontent > div {
  background: rgba(255,255,255,0.9);
  border: 2px solid var(--headingcolor);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 5px;
}

.php-index #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-index #globalwrap .weatherImage img {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-weatherfg #globalwrap .weatherImage.image-night {
  background: transparent;
}

.php-weatherfg #globalwrap .weatherImage img, .php-weatherfg #globalwrap .weatherImage img.image-night {
  background: var(--headingcolor);
  border-radius: 50%;
}

.php-analysis .content-wrapper .pull-left, .php-courseanalysis .content-wrapper .pull-left {
  float: none;
}

.php-analysis .content-wrapper .pull-right, .php-courseanalysis .content-wrapper .pull-right {
  float: none;
}

.content-wrapper .well {
  background: transparent;
  padding: 10px;
  border: none;
  box-shadow: none;
}

.body-class-members .content-wrapper {
  line-height: 28px;
}

.body-class-members .nav-menu-information .dropdown-menu .nav-menu-information {
  display: none;
}

/*.body-class-members .content-wrapper a {
  text-decoration: underline;
}*/

.body-class-members .content-wrapper a.btn {
  text-decoration: none;
}

.body-class-members .header-login {
  display: none;
}

.body-class-members .navbar-inverse .navbar-inner {
  margin-right: 0px;
}

.php-halloffame .hallOfFame > div:nth-child(3) {
  padding-left: 20px;
}

#ui-datepicker-div {
  display: none;
}

.php-search .content-wrapper input {
  margin-bottom: 0px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 22px;
  letter-spacing: 1px;
}

body[class*="php-"] .header-wrapper, .body-class-members .header-wrapper, .body-class-visitorbooking .header-wrapper, .body-class-getawayletter .header-wrapper, [class*="body-class-setcoursestatus"] .header-wrapper, .body-class-opens .header-wrapper, .body-loginpage .header-wrapper, body[class*="match"]:not(.body-contentpage) .header-wrapper {
  position: relative;
}

.body-class-members.body-contentpage .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.body-class-members.body-contentpage .content-wrapper .container {
  width: auto;
}

.php-eclectic table thead.tableFloatingHeaderOriginal {
  background-color: var(--headingcolor) !important;
}

.php-boardcomps a.btn {
  width: 250px;
  display: block;
  font-size: 14px;
  margin: 5px 0px;
}

.php-boardcomps a.btn.pull-right {
  float: none;
  margin-top: -27px;
}

#memteetimes thead th {
  color: #fff;
}

.php-diary .diary-nav-right a {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

.php-log #globalwrap {
  overflow-x: scroll;
}

.php-log #globalwrap table tr td:nth-child(3) {
  word-break: break-word;
}

@media (min-width: 0px) {
  .body-class-home.body-public .nav > li.nav-menu-members_login , .body-public.body-contentpage .nav > li.nav-menu-members_login {
    display: none;
  }
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .footer-space {
    padding: 0px 175px;
  }
  .header-logo {
    width: 150px;
  }
  .header-logo img {
    left: 30px;
  }
  .header-login a {
    width: 140px;
  }
  .nav-section {
    margin: 0px 140px 0px 145px;
  }
  .irbb-space {
    padding: 70px 150px;
  }
  .footer-space {
    padding: 0px 175px;
  }
  .navbar-inverse .nav > li > a {
    font-size: 18px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .footer-space {
    padding: 0px 100px;
  }
  .header-logo {
    width: 240px;
  }
  .header-logo img {
    left: 70px;
  }
  .header-login a {
    width: 200px;
  }
  .nav-section {
    margin: 0px 200px 0px 240px;
  }
  .irbb-space {
    padding: 70px 100px;
  }
  .footer-space {
    padding: 0px 100px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .footer-space {
    padding: 0px 50px;
  }
  .header-logo {
    width: 220px;
  }
  .header-logo img {
    left: 50px;
  }
  .header-login a {
    width: 180px;
  }
  .nav-section {
    margin: 0px 180px 0px 220px;
  }
  .irbb-space {
    padding: 70px 50px;
  }
  .footer-space {
    padding: 0px 50px;
  }
  .hs-weather {
    left: 50px;
  }
  .hs-status {
    left: 150px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .header-logo {
    width: 140px;
  }
  .header-logo img {
    left: 20px;
  }
  .header-login a {
    width: 140px;
  }
  .nav-section {
    margin: 0px 140px 0px 140px;
  }
  .irbb-space {
    padding: 70px 25px;
  }
  .footer-space {
    padding: 0px 25px;
  }
  .pff-logos a:first-of-type img {
    width: 200px;
  }
  .pff-logos a:nth-of-type(2) img {
    width: 150px;
  }
  .pff-logos a:last-of-type img {
    width: 150px;
  }
  .inner-page-wrapper, .hole-page-wrapper {
    padding-top: 100px;
  }
  .hs-weather {
    left: 25px;
  }
  .hs-status {
    left: 125px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"]:not(.body-contentpage) .header-space, .invalid-page .header-space {
    width: 940px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: 940px;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 12px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-knockout #globalwrap {
    overflow-x: scroll;
  }
  .body-class-members .header-wrapper .navbar-inverse .navbar-inner .nav > li > a {
    font-size: 17px;
    padding: 10px 12px;
  }
  .table td, .table th, table td, table th {
    padding: 6px;
    font-size: 14px;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 8px 12px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .page-space {
    padding: 0px 20px;
  }
  .header-logo {
    width: 100px;
  }
  .header-logo img {
    left: 10px;
  }
  .header-login a {
    width: 100px;
  }
  .nav-section {
    margin: 0px 100px;
  }
  .irbb-space {
    padding: 70px 20px;
  }
  .footer-space {
    padding: 0px 20px;
  }
  .pff-address {
    font-size: 20px;
    letter-spacing: 0px;
  }
  .pff-logos a:first-of-type img {
    width: 160px;
  }
  .pff-logos a:nth-child(2) {
    margin: 0px 20px;
  }
  .pff-logos a:nth-of-type(2) img {
    width: 120px;
  }
  .pff-logos a:last-of-type img {
    width: 120px;
  }
  .head-log-text {
    letter-spacing: 0px;
  }
  .iri-pic::after {
    width: 90px;
    height: 27px;
    background-size: contain;
  }
  .hm-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .hs-weather {
    left: 20px;
  }
  .hs-status {
    left: 120px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, .invalid-page .header-space, body[class*="match"]:not(.body-contentpage) .header-space {
    width: 724px;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: 724px;
  }
  .table td, .table th {
    font-size: 14px;
    padding: 4px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  .php-hcaplist .btn-group + .btn-group {
    display: block;
    margin-left: 0px;
    margin-top: 10px;
  }
  .php-roundmgmt .dateperiods {
    width: 56%;
  }
  .php-directory .table td {
    padding: 2px;
    font-size: 12px;
  }
  .php-directory .table td > a[href*="mailto"] {
    word-break: break-all;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px 8px;
    letter-spacing: 0px;
    font-weight: 400;
  }
  .php-roundmgmt table td, .php-roundmgmt table th {
    padding: 2px;
    font-size: 11px;
  }
  #global.teebooking .tabs li a {
    font-size: 100%;
    padding: 10px;
  }
  #memteetimes {
    font-size: 14px;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  input[type*="submit"], a.btn, button.btn {
    text-transform: capitalize;
  }
  .ff-copy {
    padding-top: 0px;
  }
  .hole-nav {
    left: 0px;
    right: 0px;
    position: relative;
    padding: 5px;
    background: var(--headingcolor);
  }
  .hole-nav ul {
    margin: 0px auto;
    width: 490px;
  }
  .hole-nav ul li {
    margin: 4px 7px;
  }
  .hole-yards .white {
    padding: 10px 20px;
  }
  .hole-yards .yellow {
    padding: 10px 20px;
  }
  .hole-yards .red {
    padding: 10px 20px;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-wrapper {
    position: relative;
    min-height: 100px;
  }
  .header-logo {
    height: 100px;
  }
  .header-logo img {
    top: 10px;
    left: 10px;
  }
  .header-login a {
    height: 100px;
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: auto !important;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
    width: 120px;
    height: 40px;
    padding: 0px;
    margin-top: 0px;
    top: 30px;
    position: absolute;
    z-index: 50;
    right: 100px;
    font-size: 16px;
    background: transparent;
    color: #fff;
    margin-right: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .navbar-inverse .btn-navbar:hover, .navbar-inverse .btn-navbar.active {
    background: transparent;
    color: #fff;
  }
  .btn-navbar .club-menu-button {
    position: absolute;
    right: 15px;
    bottom: 10px;
    font-size: 16px;
    margin-left: 10px;
    font-weight: 400;
    color: #fff;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .btn-navbar:hover .club-menu-button, .btn-navbar.active .club-menu-button {
    color: var(--highlightcolor);
  }
  .club-menu-button-lines {
    margin-top: 0px;
    margin-right: 15px;
    float: left;
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    position: relative;
  }
  .navbar .btn-navbar .icon-bar {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
    box-shadow: none;
    width: 32px;
    left: 10px;
    background: #fff;
    position: absolute;
  }
  .navbar .btn-navbar .top-bar {
    top: -12px;
  }
  .navbar .btn-navbar .middle-bar {
    top: 0px;
  }
  .navbar .btn-navbar .bottom-bar {
    top: 11px;
  }
  .navbar .btn-navbar.active .top-bar {
    top: 0px;
  }
  .navbar .btn-navbar.active .bottom-bar {
    top: 0px;
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: var(--highlightcolor);
  }
  .btn-navbar .icon-bar + .icon-bar {
    margin-top: 0px;
  }
  .btn-navbar.active .icon-bar + .icon-bar {
    margin-top: 1px;
  }
  .nav-section {
    padding: 5px 0px;
    margin: 0px 10px;
    top: 0px;
  }
  .body-public.body-class-home .nav-section, .body-public.body-class- .nav-section {
    top: 0px;
  }
  .top-bar {
    position: absolute;
    top: -1px;
  }
  .middle-bar {
    opacity: 1;
    top: 6px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 12px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 4px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 4px;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 100px;
  }
  .navbar-inverse .nav-collapse .nav > li > a {
    color: var(--navlink);
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a {
    font-size: 16px;
    line-height: 24px;
    color: var(--navlink);
    font-weight: 400;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--dropdownbg);
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
  .navbar-inverse .nav-collapse .dropdown-menu li.current a {
    color: var(--navactivelink);
  }
  .navbar-inverse .nav > li > a::after {
    display: none;
  }
  .navbar {
    margin: 0px;
  }
  .navbar .nav > li {
    display: block;
  }
  body[class*="php-"] .nav-section, .body-class-members .nav-section, .body-class-visitorbooking .nav-section, .body-class-getawayletter .nav-section, [class*="body-class-setcoursestatus"] .nav-section, .body-class-opens .nav-section, .body-loginpage .nav-section, body[class*="match"]:not(.body-contentpage) .nav-section, .invalid-page .nav-section {
    top: 0px;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar, .body-class-members .navbar-inverse .btn-navbar, .body-class-visitorbooking .navbar-inverse .btn-navbar, .body-class-getawayletter .navbar-inverse .btn-navbar, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar, .body-class-opens .navbar-inverse .btn-navbar, .body-loginpage .navbar-inverse .btn-navbar, body[class*="match"]:not(.body-contentpage) .navbar-inverse .btn-navbar, .invalid-page .navbar-inverse .btn-navbar {
    right: 0px;
  }
  body[class*="php-"] .navbar-inverse .btn-navbar:focus, .body-class-members .navbar-inverse .btn-navbar:focus, .body-class-visitorbooking .navbar-inverse .btn-navbar:focus, .body-class-getawayletter .navbar-inverse .btn-navbar:focus, [class*="body-class-setcoursestatus"] .navbar-inverse .btn-navbar:focus, .body-class-opens .navbar-inverse .btn-navbar:focus, .body-loginpage .navbar-inverse .btn-navbar:focus, body[class*="match"]:not(.body-contentpage) .navbar-inverse .btn-navbar:focus, .invalid-page .navbar-inverse .btn-navbar:focus {
    right: 0px;
  }
  body[class*="php-"] .navbar, .body-class-members .navbar, .body-class-visitorbooking .navbar, .body-class-getawayletter .navbar, [class*="body-class-setcoursestatus"] .navbar, .body-class-opens .navbar, .body-loginpage .navbar, body[class*="match"]:not(.body-contentpage) .navbar, .invalid-page .navbar {
    margin-left: 0px;
  }
  body[class*="php-"] .navbar-inverse .navbar-inner, .body-class-members .navbar-inverse .navbar-inner, .body-class-visitorbooking .navbar-inverse .navbar-inner, .body-class-getawayletter .navbar-inverse .navbar-inner, [class*="body-class-setcoursestatus"] .navbar-inverse .navbar-inner, .body-class-opens .navbar-inverse .navbar-inner, .body-loginpage .navbar-inverse .navbar-inner, body[class*="match"]:not(.body-contentpage) .navbar-inverse .navbar-inner, .invalid-page .navbar-inverse .navbar-inner {
    margin-top: 100px;
  }
  body[class*="php-"] .dropdown-menu, .body-class-members .dropdown-menu, .body-class-visitorbooking .dropdown-menu, .body-class-getawayletter .dropdown-menu, [class*="body-class-setcoursestatus"] .dropdown-menu, .body-class-opens .dropdown-menu, .body-loginpage .dropdown-menu, body[class*="match"]:not(.body-contentpage) .dropdown-menu, .invalid-page .dropdown-menu {
    margin-top: 0px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .header-logo {
    width: 100px;
  }
  .header-logo img {
    left: 10px;
  }
  .header-login a {
    width: 80px;
  }
  .head-log-text {
    line-height: 26px;
    letter-spacing: 0px;
    font-size: 18px;
  }
  .nav-section {
    margin: 0px 0px;
  }
  .irbb-space {
    padding: 70px 20px;
  }
  .footer-space {
    padding: 0px 20px;
  }
  .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus {
    right: 80px;
  }
  .home-status {
    min-width: 100%;
  }
  .hs-weather {
    left: 10px;
  }
  .hs-status {
    left: 70px;
    right: 10px;
    height: 28px;
    top: 20px;
    overflow: hidden;
  }
  .hs-status p {
    font-size: 14px;
    line-height: 20px;
  }
  .hm-title {
    margin-bottom: 40px;
  }
  .hm-title h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 2px;
  }
  .home-main {
    padding: 50px 0px;
  }
  .hm-flex {
    flex-direction: column;
  }
  .hmf-content {
    text-align: center;
    width: 100%;
    margin: 0px;
  }
  .hmf-side {
    margin: 30px 0px 0px;
    width: 100%;
  }
  .ir-image-flex {
    flex-direction: column;
  }
  .iri-mobile-content {
    display: none;
    background: var(--headingcolor);
    color: #fff;
    text-align: center;
  }
  .iri-mobile-content h4 {
    font-size: 40px;
    line-height: 50px;
    color: #fff;
    margin: 0px 0px 40px;
    text-transform: uppercase;
  }
  .pf-title {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    text-align: center;
  }
  .pf-flex {
    flex-direction: column;
    text-align: center;
  }
  .pff-address {
    width: 100%;
    margin: 0px;
  }
  .pff-logos {
    width: 100%;
    margin: 30px 0px 0px;
    text-align: center;
  }
  .pff-logos a:nth-child(2) {
    margin: 15px 0px;
  }
  .pff-logos a {
    display: block;
  }
  .footer-flex {
    flex-direction: column;
  }
  .ff-copy {
    padding-top: 0px;
    width: 100%;
    text-align: center;
  }
  .ff-ig {
    text-align: center;
    margin-top: 20px;
    width: 100%;
  }
  .accordion-content {
    overflow-x: scroll;
  }
  .inner-main {
    padding: 50px 0px;
  }
  .additional-boxes {
    margin-top: 50px;
  }
  .hole-nav {
    position: relative;
    left: 0px;
    right: 0px;
    background: var(--headingcolor);
  }
  .hole-nav ul {
    width: 280px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 4px;
  }
  .hole-yards {
    position: relative;
    bottom: 0px;
    background: #f2f3fb;
    padding: 15px 0px;
  }
  .hole-yards .white {
    display: block;
    border-color: #c6c6c6;
    max-width: 165px;
    margin: 0px auto;
  }
  .hole-yards .yellow {
    max-width: 165px;
    margin: 15px auto;
    display: block;
  }
  .hole-yards .red {
    max-width: 165px;
    margin: 0px auto;
    display: block;
  }
  .hole-flex {
    margin-top: 50px;
    flex-direction: column;
  }
  .hole-tip {
    width: 100%;
    margin: 0px;
    text-align: center;
  }
  .hole-video {
    margin: 30px 0px 0px;
    width: 100%;
  }
  body[class*="php-"] .content-wrapper, .body-class-members .content-wrapper, .body-class-visitorbooking .content-wrapper, .body-class-getawayletter .content-wrapper, [class*="body-class-setcoursestatus"] .content-wrapper, .body-class-opens .content-wrapper, .body-loginpage .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper, .invalid-page .content-wrapper {
    width: auto;
    margin: 0px 10px;
  }
  body[class*="php-"] .header-space, .body-class-members .header-space, .body-class-visitorbooking .header-space, .body-class-getawayletter .header-space, [class*="body-class-setcoursestatus"] .header-space, .body-class-opens .header-space, .body-loginpage .header-space, body[class*="match"]:not(.body-contentpage) .header-space, .invalid-page .header-space {
    width: auto;
    margin: 0px 10px;
  }
  .php-weatherfg div.phone-weather .weatherImage {
    background: transparent;
  }
  .content-wrapper div.phone-weather .wind_direction .wind_speed1 {
    top: 7px;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper a {
    word-break: break-all;
  }
  [class*="body-class-setcoursestatus"] .content-wrapper textarea {
    width: 260px !important;
  }
  .nav-wrapper {
    width: auto;
  }
  input[type*="submit"], a.btn, button.btn {
    padding: 6px;
    font-size: 14px;
  }
  .table td, .table th {
    font-size: 12px;
    padding: 2px;
  }
  .php-competition td a.btn {
    font-size: 12px;
    border-radius: 0px;
  }
  .php-hcaplist .btn-group {
    display: block;
    width: 200px;
  }
  .php-hcaplist .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .php-hcaplist .btn-group + .btn-group {
    margin-left: 0px;
  }
  .php-roundmgmt .dateperiods {
    width: 100%;
    float: none;
    text-align: left;
  }
  .php-analysis .pull-left {
    float: none;
  }
  .php-analysis .pull-right {
    float: none;
  }
  .php-analysis .btn-group {
    width: 200px;
    display: block;
  }
  .php-analysis .btn-group .btn {
    margin: 6px 0px;
    display: block;
  }
  .body-class-members .nav-section {
    width: 100%;
  }
  #globalwrap .btn-group .btn:first-child {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #globalwrap .btn-group .btn:last-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .hcaplist > p:last-child a.btn {
    margin: 6px 0px;
  }
  .php-directory table a[href*="mailto"] {
    word-break: break-all;
  }
  .php-ongoing .global p:nth-of-type(1) {
    width: 250px;
  }
  .php-ongoing a.btn {
    width: 55px;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .php-ongoing p:nth-of-type(1) a.btn:first-child {
    margin-top: 0px;
  }
  #memteetimes td {
    font-size: 12px;
  }
  input[type*="submit"], a.btn, button.btn {
    letter-spacing: 0px;
    font-weight: 400;
    text-transform: capitalize;
  }
  .body-class-members #globalwrap {
    overflow-x: scroll;
  }
  .body-public #globalwrap {
    overflow-x: auto;
  }
  .iri-pic {
    /*max-width: 450px;*/
    margin: 0px auto;
    width: 100%;
  }
  .body-contentpage .accordion-title h3 {
    text-align: left;
  }
  .sidebar-col img {
    max-width: 450px;
    width: 100%;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
}

/* editor */

.php-ckeditor.body-class-members .navbar-inverse {
  margin-left: 0px;
  background: #171717;
  padding: 6px 0px;
}

.php-ckeditor .page-space {
  padding: 0px;
}

.php-ckeditor .home-status {
  display: none;
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin-top: 10px;
  background: transparent;
}

.php-ckeditor .hole-yards {
  position: relative;
  left: 0px;
  right: 0px;
  margin: 0px;
  bottom: 0px;
}

.php-ckeditor .current-block .iri-content {
  opacity: 1;
}

.php-ckeditor .iri-pic::before {
  display: none;
}

.body-class-members .header-wrapper .navbar li[class*="siteadmin"] > a span.badge {
  position: absolute;
  top: 14px;
}

.php-index .weatherImage i {
  font-size: 26px;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav {
  position: fixed;
  top: 40px;
  background: #171717;
  padding: 5px 0px;
  width: 100%;
  z-index: 100;
}

.php-ckeditor .extra-nav a {
  display: inline-block;
  padding: 5px 10px;
  background: var(--headingcolor);
  margin-right: 5px;
  color: #fff;
  font-size: 13px;
}

.php-ckeditor .extra-nav a:hover, .php-ckeditor .extra-row a:focus {
  background: #fff;
  color: var(--headingcolor);
  cursor: pointer;
}

.php-ckeditor .extra-nav-tooltip i {
  color: var(--headingcolor);
  font-size: 24px;
  margin-left: 5px;
  position: relative;
  top: 4px;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip i:hover {
  color: #fff;
  cursor: help;
}

.php-ckeditor .extra-nav-tooltip-text {
  display: block;
  color: #fff;
  margin-top: 10px;
  height: 0px;
  opacity: 0;
  font-size: 14px;
  visibility: hidden;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.php-ckeditor .extra-nav-tooltip:hover .extra-nav-tooltip-text {
  height: 58px;
  opacity: 1;
  visibility: visible;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

.added-section-remove, .added-accordion-remove {
  position: absolute;
  top: -2px;
  right: 0px;
  width: 30px;
  height: 30px;
}

.added-section-remove .asr-cross, .added-accordion-remove .asr-cross {
  width: 30px;
  height: 2px;
  background: #f00;
  content: '';
  display: inline-block;
}

.added-section-remove:hover, .added-section-remove:focus, .added-accordion-remove:hover, .added-accordion-remove:focus {
  cursor: pointer;
}

.added-section-remove .asr-cross-1, .added-accordion-remove .asr-cross-1 {
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-remove .asr-cross-2, .added-accordion-remove .asr-cross-2 {
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 0px;
}

.added-section-move-up, .added-accordion-move-up {
  position: absolute;
  top: -2px;
  right: 100px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-up:hover, .added-accordion-move-up:hover {
  cursor: pointer;
}

.added-section-move-down, .added-accordion-move-down {
  position: absolute;
  top: -2px;
  right: 50px;
  font-size: 24px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.added-section-move-down:hover, .added-accordion-move-down:hover {
  cursor: pointer;
}

.php-ckeditor .wysiwyg-editable {
  border: 2px dashed #000;
}

.php-ckeditor .header-wrapper {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:first-child .added-section-move-up {
  display: none;
}

.php-ckeditor .additional-boxes .inserted-block:last-child .added-section-move-down {
  display: none;
}

.php-ckeditor.no-extra-nav .extra-nav {
  display: none;
}

/* accordions custom page editor */

.php-ckeditor .added-section-accordion {
  display: inline-block;
  padding: 6px 10px;
  background: #257D86;
  color: #fff;
  margin-top: 10px;
}

.php-ckeditor .added-section-accordion:hover {
  background: #D1802F;
  cursor: pointer;
}

.php-ckeditor .inserted-accordion {
  position: relative;
  padding: 30px 0px;
}

/* end custom page templates */

@media (min-width: 768px) {
  .iri-mobile-content {
    display: none !important;
  }
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/leeonthesolent/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.invalid-page #globalwrap h3::before {
  content: '\f071';
  font-family: 'FontAwesome';
  margin-right: 10px;
}

/* visitor tee login */

@media (min-width: 768px) {
  .php-teelogin #globalwrap .row {
    width: 100%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:first-child {
    width: 48%;
    margin-left: 0px;
  }
  .php-teelogin #globalwrap .row .span6:last-child {
    width: 48%;
    margin-left: 2%;
  }
}

.teebooking #paymentbar {
  float: none;
  text-align: right;
  width: auto;
}

@media (min-width: 0px) and (max-width: 767px) {
  .teebooking #paymentbar {
    margin-top: 15px;
    text-align: left;
  }
  .teebooking #cancelbar {
    float: none;
  }
}

/* tee time home page fixes */

.php-index #globalwrap > .global {
  background: rgba(255,255,255,0.8);
  padding: 20px;
  border: 2px solid var(--headingcolor);
}

.php-index #globalwrap > .global #myupcoming {
  border: none;
  box-shadow: none;
}

/* google maps */

#map_container {
  width: 100% !important;
}

.gm-style-iw-d {
  max-height: 240px !important;
}

.gm-style .gm-style-iw-c {
    padding-right: 12px !important;
}

.php-login #emailresetform input[type*="text"] {
  margin-bottom: 0px;
}

.body-class-setcoursestatus input[type*="submit"], .php-search input[type*="submit"], .php-login #emailresetform input[type*="submit"]  {
  padding: 5px 12px;
}

/* slideshow titles */

.content-wrapper [class*="-slideshow"] .nivo-caption {
  bottom: 75px;
  text-align: center;
  background: transparent;
  opacity: 1;
  margin: 0px auto;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: #fff;
  font-family: var(--headingfont);
  display: inline-block;
  padding: 6px 15px;
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  background: rgba(0,0,0,0.8);
}

.content-wrapper [class*="slideshow"] .nivo-caption p {
  color: white;
  text-shadow: 1px 1px #000;
}

@media (min-width: 0px) and (max-width: 767px) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    bottom: 60px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #ddd;
  border-radius: 20px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 90%;
}

.inner-page-wrapper form textarea {
  background: #ddd;
  border-radius: 20px;
  border: 2px solid var(--headingcolor);
  height: 90px;
  width: 90%;
}

.inner-page-wrapper form select {
  background: #ddd;
  border-radius: 20px;
  border: 2px solid var(--headingcolor);
  height: 30px;
  width: 90%;
  box-sizing: content-box;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-page-wrapper form input {
    width: 80%;
    text-align: center;
  }
  .inner-page-wrapper form textarea {
    width: 80%;
    text-align: center;
  }
  .inner-page-wrapper form select {
    width: 80%;
    text-align: center;
  }
}

.inner-page-wrapper form img.ui-datepicker-trigger {
  display: none;
}

.inner-page-wrapper form input[type*="submit"] {
  width: auto;
  height: auto;
  background: var(--headingcolor);
  color: #fff;
  margin-top: 20px;
  border: none;
  padding: 10px 15px;
  border-radius: 0px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: #000;
  color: #fff;
}

.inner-intro ul, .inner-col ul, .inner-flex ul, .members-page ul, .cc-content ul, .inner-start ul, .ie-content-col ul, .hmf-content ul {
  margin: 0px 0px 10px;
}

.inner-intro ul li, .inner-col ul li, .inner-flex ul li, .members-page ul li, .cc-content ul li, .inner-start ul li, .ie-content-col ul li, .hmf-content ul li {
  line-height: 28px;
  list-style: none;
}

.inner-intro ul li::before, .inner-col ul li::before, .inner-flex ul li::before, .members-page ul li::before, .cc-content ul li::before, .inner-start ul li::before, .ie-content-col ul li::before, .hmf-content ul li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  font-size: 7px;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -3px;
}

.inner-intro ol, .inner-full ol, .ie-col ol, .inner-start ol {
  margin: 0px 0px 10px;
}

.inner-intro ol li, .inner-full ol li, .ie-col ol li, .inner-start ol li  {
  line-height: 28px;
  list-style-position: inside;
}

.inner-intro .gallery-thumbs ul li::before, .inner-start .gallery-thumbs ul li::before {
  display: none;
}

.inner-page-wrapper form input[type*="radio"] {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper form input[type*="checkbox"] {
  width: auto;
  margin: 0px;
}

@media (min-width: 980px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .gallery-image .ss-controls a, .gallery-image .nav-controls a {
    text-transform: capitalize;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 6px 10px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .gallery-image .controls {
    height: auto;
    width: 260px;
    margin: 0px auto 10px;
  }
  .gallery-image div.ss-controls {
    float: none;
  }
  .gallery-image .controls a {
    width: 202px;
  }
  .gallery-image div.nav-controls {
    float: none;
  }
}

.inner-intro table th, .inner-flex table th, .members-page table th, .inner-start table th, .inner-page-wrapper table th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
  text-align: left;
}

.inner-page-wrapper .inner-start table th {
  text-align: center;
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-start table td, .inner-page-wrapper table td {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  background: #fff;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .inner-page-wrapper table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .inner-page-wrapper table td {
    padding: 4px;
    font-size: 14px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .inner-page-wrapper table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .inner-page-wrapper table td {
    padding: 2px;
    font-size: 12px;
  }
}

[class*="setcoursestatus"] a.btn {
  margin: 5px 0px;
}

.php-boardcomps .row {
  width: 100%;
  margin: 0px;
}

.php-boardcomps .row .span12 {
  width: auto;
  margin: 0px;
}

.inner-page-wrapper .map_popup form input[type*="submit"] {
  margin-top: 5px;
}

/* slideshow dots and arrows */

.home-slideshow .nivo-controlNav-Wrapper, .inner-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

.home-slideshow .nivo-directionNav, .inner-slideshow .nivo-directionNav {
  display: none !important;
}

.body-public .inner-slideshow > .wysiwyg-editable > br {
  display: none;
}

.hmf-side .nivo-caption {
  background: transparent;
  top: 10px;
  left: 10px;
  opacity: 1;
}

.hmf-side .nivo-caption h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.hmf-side .nivo-directionNav {
  position: absolute;
  display: block;
  bottom: 0px;
  top: auto;
  right: 0px;
  background: linear-gradient(to right, rgba(36,48,113,0) 0%,rgba(36,48,113,1) 100%);
  width: 300px;
  height: 67px;
  z-index: 14;
}

.hmf-side .nivo-directionNav a.nivo-prevNav {
  background: url('/images/resources/leeonthesolent/slideshow-arrow-left.png');
  width: 25px;
  height: 37px;
  top: 14px;
  left: 190px;
}

.hmf-side .nivo-directionNav a.nivo-nextNav {
  background: url('/images/resources/leeonthesolent/slideshow-arrow-right.png');
  width: 25px;
  height: 37px;
  top: 14px;
  right: 20px;
}

.hmf-side .nivo-controlNav-Wrapper {
  display: none;
}

@media (min-width: 980px) and (max-width: 1499px) {
  .header-wrapper {
    min-height: 100px;
  }
  .header-logo {
    height: 100px;
  }
  .header-login a {
    height: 100px;
  }
  .header-logo img {
    top: 10px;
  }
  .nav-section {
    top: 30px;
  }
  .inner-main {
    padding-top: 20px;
  }
  .dropdown-menu {
    margin-top: 30px;
  }
  .additional-boxes {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .body-contentpage .accordion-title {
    padding: 20px 40px;
  }
  .hole-yards {
    bottom: 140px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .iri-pic::after {
    bottom: -2px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-contentpage .accordion-title {
    padding: 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .navbar-inverse .nav > li > a {
    font-size: 17px;
    letter-spacing: 0px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 62px) !important;
  }
  .navbar-inverse .nav > li > a {
    font-size: 17px;
    letter-spacing: 0px;
    padding: 10px;
  }
  .inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
    min-height: 400px;
    object-fit: cover;
  }
  body[class*="php-"] .navbar-inverse .nav > li > a, .body-class-visitorbooking .navbar-inverse .nav > li > a, .body-class-getawayletter .navbar-inverse .nav > li > a, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li > a, .body-class-opens .navbar-inverse .nav > li > a, .body-loginpage .navbar-inverse .nav > li > a, body[class*="match"]:not(.body-contentpage) .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a, .body-class-members .navbar-inverse .nav > li > a {
    font-size: 18px;
    letter-spacing: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .included-row-block {
    background: var(--headingcolor); 
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
    min-height: 220px;
    object-fit: cover;
  }
  .body-contentpage .accordion-title h3 {
    font-size: 26px;
  }
  .body-contentpage .accordion-title h3::before {
    right: 3px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 17px;
  }
  .body-contentpage .active-accord .accordion-title h3::before {
    right: 4px;
  }
  .body-contentpage .active-accord .accordion-title h3::after {
    right: 18px;
  }
  .body-contentpage .accordion-title {
    padding: 20px 30px 20px 10px;
  }
}

.inner-video {
  margin: 35px auto 0px;
  max-width: 1000px;
}

@media (min-width: 1600px) {
  .body-class-clubhouse .inserted-block iframe {
    height: 650px !important;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .two-unequal-added ul {
    margin: 0px 0px 10px;
  }
  .two-unequal-added ul li {
    line-height: 28px;
    list-style: none;
  }
  .two-unequal-added ul li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 7px;
    margin-right: 6px;
    color: var(--headingcolor);
    position: relative;
    top: -3px;
  }
}

/* end anton styles */

.body-public select[name="course"] option[value="97"] {
    display: none;
}