/* anton styles */

/* font */

@font-face {
  font-family: JCBEurolight;
  src: url('/images/resources/jcb/JCBER.TTF');
  font-weight: 400;
}

@font-face {
  font-family: JCBEurolight;
  src: url('/images/resources/jcb/JCBELight.TTF');
  font-weight: 300;
}

.cinzel-font {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

:root {
  --bodyfont: JCBEurolight, sans-serif;
  --headingfont: 'Cinzel', serif;
  --headingcolor: #11233D;
  --headingcolor2: #F9B111;
  --publicheading: #fff;
  --linkcolor: #1A4027;
  --hoverhighlight: #4A8162;
  --bodycolor: #11233D;
  --publiccolor: #fff;
  --headerbg: #11233D;
  --footerbg: #11233D;
  --navlink: #FFF;
  --navactivelink: #F9B111;
  --dropdownbg: #0a1524;
  --publicnavlink: #11233D;
  --publicnavactivelink: #F9B111;
  --publicdropdownbg: #eee;
  --scorecardblack: #000;
  --scorecardwhite: #eee;
  --scorecardyellow: #fc0;
  --scorecardblue: #00f;
  --scorecardgreen: #080;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 26px;
  font-weight: 400;
}

.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: 14px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  background: #fff;
}

h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 56px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 26px;
  line-height: 36px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--bodyfont);
}

h6 {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 10px;
  color: var(--bodycolor);
  font-family: var(--bodyfont);
}

h5 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: var(--headingcolor2);
  display: inline-block;
  padding: 12px 20px;
  font-weight: 400;
  text-transform: initial;
  font-size: 18px;
  letter-spacing: 1px;
  border: 1px solid var(--headingcolor2);
  text-transform: uppercase;
  margin-top: 10px;
  font-family: var(--bodyfont);
  position: relative;
  text-decoration: none;
}

h5 a {
  margin: 15px 0px;
}

h5 a:hover, 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: var(--headingcolor2);
  color: var(--headingcolor);
}

h5 a::after {
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
  background: var(--headingcolor);
}

@media (min-width: 768px) {
  .gallery-image .nav-controls a.next {
    margin-left: 10px;
  }
}

a {
  color: var(--headingcolor);
  text-decoration: underline;
  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(--headingcolor2);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header styles */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  min-height: 100px;
  width: 100%;
  z-index: 1001;
  background: rgba(255,255,255,1);
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-class-members .header-wrapper {
  background: rgba(255,255,255,1);
}

.body-public.body-class-home .header-wrapper {
  background: rgba(255,255,255,1);
  min-height: 100px;
}

/* .body-public.body-contentpage .header-wrapper {
  background: transparent;
}*/

/*.fix .header-wrapper {
  min-height: 100px;
}*/

/*.fix.body-public.body-class-home .header-wrapper {
  background: rgba(255,255,255,0.6);
}*/

.header-space {
  margin: 0px 100px;
  position: relative;
}

.header-logo {
  position: absolute;
  top: 12.5px;
  left: 0px;
  width: 79px;
  z-index: 40;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public.body-class-home .header-logo {
  top: 12.5px;
  width: 79px;
}

/*.fix .header-logo {
  top: 7px;
  width: 90px;
}*/

.header-logo a.landing-logo {
  display: none;
}

.header-links {
  position: absolute;
  top: 30px;
  right: 0px;
  z-index: 10;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.body-public.body-class-home .header-links {
  top: 30px;
}

/*.fix .header-links {
  top: 30px;
}*/

.header-links a {
  display: inline-block;
  padding: 10px;
  color: var(--publicnavlink);
  font-family: var(--headingfont);
  font-weight: 400;
  text-decoration: none;
}

.header-links a:hover, .header-links a:focus {
  color: var(--headingcolor2);
}

/* nav */

.nav-section {
  position: relative;
  text-align: center;
  top: 30px;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

/*.fix .nav-section {
  top: 30px;
}*/

.body-public.body-class-home .nav-section {
  top: 30px;
}

.body-public .nav-section {
  text-align: center;
}

.navbar {
  margin: 0px;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
}

.navbar .nav {
  float: none;
  margin: 0px;
}

.navbar .nav > li {
  float: none;
  display: inline-block;
}

.navbar-inverse .nav > li > a {
  text-shadow: none;
  color: var(--publicnavlink);
  font-family: var(--headingfont);
  font-weight: 400;
}

.body-class-members .navbar-inverse .nav > li > a {
  color: var(--publicnavlink);
}

.navbar-inverse .nav > li > a:hover, .navbar-inverse .nav > li > a:focus {
  color: var(--publicnavactivelink);
}

.body-class-members .navbar-inverse .nav > li > a:hover, .body-class-members .navbar-inverse .nav > li > a:focus, .body-class-members .navbar-inverse .nav > li.current > a {
  color: var(--publicnavactivelink);
}

.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.current > a {
  background: transparent;
  color: var(--publicnavactivelink);
  box-shadow: none;
}

.body-class-members .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .body-class-members .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .body-class-members .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle, .body-class-members .navbar-inverse .nav > li.current > a {
  background: transparent;
  color: var(--publicnavactivelink);
  box-shadow: none;
}

.dropdown-menu {
  background: var(--publicdropdownbg);
  text-align: left;
}

.body-class-home.body-public .dropdown-menu, .body-class-members .dropdown-menu {
  background: var(--publicdropdownbg);
}

.dropdown-menu > li > a {
  color: var(--publicnavlink);
  text-decoration: none;
}

.body-class-home.body-public .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a {
  color: var(--publicnavlink);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: var(--publicnavactivelink);
  background: transparent;
}

.body-class-home.body-public .dropdown-menu > li.current > a, .body-class-home.body-public .dropdown-menu > li > a:hover, .body-class-home.body-public .dropdown-menu > li > a:focus, .body-class-members .dropdown-menu > li.current > a, .body-class-members .dropdown-menu > li > a:hover, .body-class-members .dropdown-menu > li > a:focus {
  color: var(--publicnavactivelink);
}

/* footer */

.footer-wrapper {
  background: var(--footerbg);
  color: #fff;
  padding: 35px 0px;
  border-top: 2px solid var(--headingcolor2);
}

.footer-wrapper .footer-space {
  margin: 0px 100px;
}

.fw-flex {
  display: flex;
  font-weight: 300;
}

.fwf-address {
  width: 40%;
}

.fwf-address a, .fwf-copy a {
  color: #fff;
}

.fwf-address a:hover, .fwf-address a:focus, .fwf-copy a:hover, .fwf-copy a:focus {
  color: var(--headingcolor2);
}

.fwf-policies {
  width: 40%;
  text-align: left;
  margin: 0px 20px;
}

.fwf-policies a {
  color: #fff;
}

.fwf-policies a:hover, .fwf-policies a:focus {
  color: var(--headingcolor2);
}

/* .fwf-social a:nth-child(3) {
  position: relative;
}

.fwf-social a:nth-child(3)::after {
  content: '';
  background-image: url('/images/resources/jcb/jcb-x-logo-hover.png');
  background-size: 18px, 19px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2.5px;
  left: 0px;
  width: 18px;
  height: 19px;
  z-index: 8;
  display: inline-block;
  opacity: 0;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.fwf-social a:nth-child(3):hover::after {
  opacity: 1;
}

.fwf-social a img {
  width: 18px;
  position: relative;
  top: -3px;
} */

.fwf-copy {
  width: 320px;
  margin: 0px 0px;
  text-align: left;
}

.fwf-ig {
  width: 20%;
  text-align: right;
}

.fwf-ig img {
  width: 120px;
}

.footer-copy {
  display: none;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

/* landing */

.landing-page .galleryInner, .landing-page .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

/* visitors */

.body-contentpage #global > br {
  display: none;
}

.visitors-page {
  width: 100%;
  height: 100vh;
  background-image: url('/images/resources/jcb/visitors-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.visitors-space {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  margin: 0px auto;
  text-align: center;
  color: #fff;
  max-width: 1100px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
}

.visitors-space h1 {
  color: #fff;
}

.visitors-space a {
  color: #fff;
}

.visitors-space a:hover, .visitors-space a:focus {
  color: var(--headingcolor2);
}

/* members inner */

.inner-page-wrapper {
  margin-top: 90px;
}

.inner-slideshow {
  position: relative;
}

.inner-slideshow .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.inner-main {
  padding-bottom: 90px;
}

.narrow-space {
  padding: 0px 50px;
}

.inner-intro {
  margin: 90px 0px;
  text-align: center;
}

.body-contentpage #global > a {
  display: none;
}

/* carousel */

.carousel-contain {
  position: relative;
}

.carousel-holder {
  margin: 60px auto 0px;
  width: 1600px;
  height: 60px;
  left: 0px;
  position: relative;
  overflow: hidden;
}

.carousel-wrapper {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 10000px;
  position: absolute;
}

.carousel-item {
  float: left;
  width: 380px;
  margin-right: 20px;
  text-align: center;
}

.carousel-contain .jcarousel-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  font-size: 28px;
  color: #24344C;
}

.carousel-contain .jcarousel-prev:hover {
  cursor: pointer;
}

.carousel-contain .jcarousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  font-size: 28px;
  color: #24344C;
}

.carousel-contain .jcarousel-next:hover {
  cursor: pointer;
}

/* 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;
}

.inserted-block {
  position: relative;
  margin: 0px; /* change this padding to increase / decrease the gap between added sections */
}

.php-ckeditor .inserted-block {
  margin: 0px;
  padding: 30px 0px;
}

.inner-full-added {
  text-align: center;
  margin: 50px 0px;
}

.body-contentpage .inner-page-wrapper .inserted-block > .page-space {
  max-width: initial;
}

.two-equal-added.flex-row {
  display: flex;
  margin: 50px 0px;
}

.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;
}

.is-two-col.flip-flex {
  flex-direction: row;
}

.two-unequal-added.flex-row {
  display: flex;
  margin: 50px 0px;
}

.two-unequal-added .main-col {
  width: 65%;
  margin-right: 20px;
}

.two-unequal-added .sidebar-col {
  width: 35%;
  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;
}

.is-two-col {
  display: flex;
  align-items: center;
  margin: 50px 0px;
}

.is-two-col.flip-flex {
  flex-direction: row-reverse;
}

.htc-content {
  width: 50%;
  margin-right: 20px;
}

.htc-pic {
  width: 50%;
  margin-left: 20px;
}

.flip-flex .htc-content {
  margin-right: 0px;
  margin-left: 20px;
}

.flip-flex .htc-pic {
  margin-left: 0px;
  margin-right: 20px;
}

.three-equal-added.flex-row {
  display: flex;
  margin: 50px 0px;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
}

.three-equal-added.flex-row .ie-col h3 {
  text-align: center;
}

.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-equal-added .iec-text {
  background: #F3F3F3;
  border-radius: 0px;
  margin: -120px 20px 0px;
  text-align: center;
  padding: 60px;
  position: relative;
}

.four-equal-added .iec-text {
  background: #F3F3F3;
  border-radius: 0px;
  margin: -120px 20px 0px;
  text-align: center;
  padding: 30px;
  position: relative;
}

.three-unequal-added.flex-row {
  display: flex;
  padding: 80px 0px 0px;
}

.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;
  padding: 80px 0px 0px;
}

.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;
}

.inner-full-pic {
  margin-top: 80px;
}

@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: left;
    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;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.accordion-object {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 14px 0px;
}

.accordion-title {
  position: relative;
}

.body-contentpage .accordion-title h3 {
  margin: 0px; 
  font-size: 26px;
  line-height: 36px;
  display: inline-block;
  position: relative;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .accordion-title h3::before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 19px;
  right: -50px;
  width: 30px;
  height: 2px;
  background: var(--headingcolor);
  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 {
  transform: rotate(45deg);
}

.body-contentpage .accordion-title h3::after {
  content: '';
  position: absolute;
  display: inline-block;
  top: 5px;
  right: -36px;
  height: 30px;
  width: 2px;
  background: var(--headingcolor);
  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::after {
  transform: rotate(45deg);
}

.body-contentpage .accordion-content {
  display: none;
  padding-top: 20px;
}

/* holes */

.hole-page-wrapper {
  margin-top: 90px;
}

.hole-slideshow {
  position: relative;
}

.hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
  width: 100% !important;
  height: 70vh !important;
  object-fit: cover;
}

.hole-nav {
  position: absolute;
  z-index: 20;
  bottom: 30px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  text-align: center;
}

.hole-nav h2 {
  display: none;
}

.hole-nav ul {
  margin: 0px;
}

.hole-nav ul li {
  display: inline-block;
  margin: 0px 6px;
}

.hole-nav ul li a {
  display: inline-block;
  width: 42px;
  line-height: 42px;
  height: 42px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-family: var(--headingfont);
}

.hole-nav ul li.current a, .hole-nav ul li a:hover, .hole-nav ul li a:focus {
  text-decoration: underline;
}

.hole-main {
  padding: 60px 0px 80px;
}

.inner-main table.scorecard th, .inner-main table.scorecard td {
  text-align: center;
}

.inner-main table.scorecard th:nth-child(2), .inner-main table.scorecard td:nth-child(2) {
  background: var(--scorecardblack);
  color: #fff;
  text-align: center;
}

.inner-main table.scorecard th:nth-child(5), .inner-main table.scorecard td:nth-child(5) {
  background: var(--scorecardwhite);
  text-align: center;
  color: var(--bodycolor);
}

.inner-main table.scorecard th:nth-child(8), .inner-main table.scorecard td:nth-child(8) {
  background: var(--scorecardyellow);
  text-align: center;
  color: var(--bodycolor);
}

.inner-main table.scorecard th:nth-child(11), .inner-main table.scorecard td:nth-child(11) {
  background: var(--scorecardblue);
  color: #fff;
  text-align: center;
}

.inner-main table.scorecard th:nth-child(14), .inner-main table.scorecard td:nth-child(14) {
  background: var(--scorecardgreen);
  color: #fff;
  text-align: center;
}

.hm-flex {
  display: flex;
}

.hmf-content {
  width: 60%;
  margin-right: 20px;
}

.hmf-video {
  width: 40%;
  margin-left: 20px;
}

/* members */

body[class*="php-"], .body-class-members, .body-class-visitorbooking, .body-class-getawayletter, [class*="body-class-setcoursestatus"], .body-class-opens, .body-loginpage, .invalid-page {
  background: url('/images/resources/jcb/members-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

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, .invalid-page .content-wrapper {
  width: 1170px;
  margin: 0px auto;
}

.body-class-members.body-contentpage .content-wrapper {
  width: 100%;
}

body[class*="php-"] #myNavbar, .body-class-visitorbooking #myNavbar, .body-class-getawayletter #myNavbar, [class*="body-class-setcoursestatus"] #myNavbar, .body-class-opens #myNavbar, .body-loginpage #myNavbar, .body-class-members #myNavbar, .invalid-page #myNavbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0px;
  min-height: auto;
  background: transparent;
  width: auto;
}

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"] .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-loginpage #globalwrap, body[class*="match"] #globalwrap, .invalid-page #globalwrap {
  margin-top: 200px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 200px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members.body-contentpage #container #globalwrap {
  margin: 0px;
  border: none;
  padding: 0px;
  background: transparent;
}

.body-class-members.body-contentpage {
  background-image: none;
}

/* sticky footer */

@media (min-width: 1036px) {
  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"], .invalid-page {
   margin-bottom: 241px; 
  }
  .body-class-members.body-contentpage {
    margin-bottom: 142px;
  }
  .body-class-members .footer-wrapper, body[class*="php-"] .footer-wrapper, .invalid-page .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-loginpage .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 42px;
  }
}

@media (min-width: 768px) and (max-width: 1035px) {
  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"], .invalid-page {
   margin-bottom: 321px; 
  }
  .body-class-members.body-contentpage {
    margin-bottom: 182px;
  }
  .body-class-members .footer-wrapper, body[class*="php-"] .footer-wrapper, .invalid-page .footer-wrapper, [class*="body-class-setcoursestatus"] .footer-wrapper, .body-loginpage .footer-wrapper {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 82px;
  }
}

/* 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 20px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: 1px solid var(--headingcolor2);
  margin: 2px;
   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: var(--headingcolor2);
  color: var(--headingcolor);
}

/* no pin page */

.php-login .nav > li.nav-menu-login\.php {
  display: none;
}

.header-wrapper .navbar .nav > li.nav-menu-competition\.php, .php-login .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* members */

thead {
  background: var(--headerbg);
  color: #fff;
  font-weight: 400;
}

.body-class-members .content-wrapper 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: 10px;
  right: 10px;
}

.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-index #globalwrap .weatherImage i {
  font-size: 28px;
}

.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.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-directory .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .php-friends .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
  font-size: 16px;
}

.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) and (max-width: 800px) {
  .php-competition2 table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .carousel-holder {
    width: 1400px;
  }
  .carousel-item {
    width: 330px;
  }
  .fw-flex {
    font-size: 14px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .carousel-holder {
    width: 1200px;
  }
  .carousel-item {
    width: 280px;
  }
  .three-equal-added .iec-text, .four-equal-added .iec-text {
    padding: 60px 40px;
  }
  .footer-wrapper .footer-space {
    margin: 0px 50px;
  }
  .fw-flex {
    font-size: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .narrow-space {
    padding: 0px 25px;
  }
  .header-space {
    margin: 0px 50px;
  }
  .footer-wrapper .footer-space {
    margin: 0px 50px;
  }
  .carousel-holder {
    width: 1100px;
  }
  .carousel-item {
    width: 255px;
  }
  .three-equal-added .iec-text, .four-equal-added .iec-text {
    padding: 60px 30px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .page-space {
    padding: 0px 25px;
  }
  .narrow-space {
    padding: 0px 20px;
  }
  .footer-wrapper .footer-space {
    margin: 0px 25px;
  }
  .header-space {
    margin: 0px 25px;
  }
  .carousel-holder {
    width: 900px;
  }
  .carousel-item {
    width: 280px;
  }
  .three-equal-added .iec-text, .four-equal-added .iec-text {
    padding: 30px 15px;
  }
  /*.fwf-address {
    width: 100%;
  }
  .fwf-social {
    width: 100%;
    margin: 0px;
    text-align: right;
  }
  .fwf-copy {
    width: 100%;
  }
  .fwf-ig {
    width: 100%;
  }*/
  .no-space .four-equal-added.flex-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .no-space .four-equal-added.flex-row .ie-col {
    margin: 0px;
  }
  .hole-nav ul li {
    margin: 0px 4px;
  }
  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-members .navbar-inverse .nav > li > a, .invalid-page .navbar-inverse .nav > li > a {
    font-size: 12px;
    padding: 10px 11px;
  }
  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: auto;
    margin: 0px 25px;
  }
  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, .invalid-page .content-wrapper, body[class*="match"]:not(.body-contentpage) .content-wrapper {
    width: 940px;
  }
  body[class*="php-"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-visitorbooking .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-getawayletter .navbar-inverse .nav > li.nav-haslevel-2 > a::after, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-class-opens .navbar-inverse .nav > li.nav-haslevel-2 > a::after, .body-loginpage .navbar-inverse .nav > li.nav-haslevel-2 > a::after {
    display: none;
  }
  .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.php-login .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 12px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 14px;
    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;
  }
  .narrow-space {
    padding: 0px 10px;
  }
  .footer-wrapper .footer-space {
    margin: 0px 20px;
  }
  /*.fwf-address {
    width: 100%;
  }
  .fwf-social {
    width: 100%;
    margin: 0px;
    text-align: right;
  }
  .fwf-copy {
    width: 100%;
    margin: 0px 20px;
  }
  .fwf-ig {
    width: 100%;
  }*/
  .no-space .four-equal-added.flex-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .no-space .four-equal-added.flex-row .ie-col {
    margin: 0px;
  }
  .carousel-holder {
    width: 645px;
  }
  .carousel-item {
    width: 195px;
  }
  .three-equal-added .iec-text {
    padding: 20px;
  }
  .no-space .three-equal-added {
    flex-direction: column;
    max-width: 450px;
    margin: 50px auto 0px;
  }
  .no-space .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .no-space .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 20px 0px;
  }
  .no-space .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
  .hole-nav ul {
    width: 540px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 5px 6px;
  }
  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: auto;
  }
  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;
  }
  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 {
    width: auto;
  }
}

/* portrait tablet and mobile */

@media (min-width: 0px) and (max-width: 979px) {
  .header-space {
    margin: 0px 20px;
  }
  .header-wrapper {
    min-height: 90px;
    position: relative;
  }
  .header-logo {
    top: 10px;
    width: 73px;
  }
  .body-class-members #container #globalwrap {
    margin-top: 100px;
  }
  .nav-section {
    top: 0px;
  }
   .navbar-inverse .btn-navbar, .navbar-inverse .btn-navbar:focus  {
     width: 60px;
     height: 60px;
     padding: 0px;
     margin: 0px;
     top: 15px;
     position: absolute;
     z-index: 50;
     right: 0px;
     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;
  }
  .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: 40px;
    height: 3px;
    left: 10px;
    background: var(--headingcolor);
  }
  .navbar .btn-navbar:hover .icon-bar, .navbar .btn-navbar.active .icon-bar {
    background: var(--headingcolor2);
  }
  .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;
  }
  .top-bar {
    position: absolute;
    top: 18px;
  }
  .middle-bar {
    opacity: 1;
    top: 29px;
    position: absolute;
  }
  .bottom-bar {
    position: absolute;
    top: 39px;
  }
  .active .middle-bar {
    opacity: 0;
  }
  .active .top-bar {
    transform: rotate(45deg);
    top: 29px;
  }
  .active .bottom-bar {
    transform: rotate(-45deg);
    top: 29px;
  }
  .navbar-inverse .navbar-inner {
    padding: 5px 10px;
    text-align: left;
    top: 0px;
    margin-top: 90px;
  }
  .navbar .nav > li {
    display: block;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 500;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--publicnavlink);
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .nav > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus, .navbar-inverse .nav-collapse .dropdown-menu > li.current > a {
    color: var(--navactivelink);
    background: transparent;
  }
  .nav-collapse .dropdown-menu {
    background: var(--publicdropdownbg);
  }
  .body-class-members .nav-collapse .dropdown-menu {
    background: var(--publicdropdownbg);
  }
  .hole-slideshow .galleryInner, .hole-slideshow .galleryInner img {
    height: auto !important;
  }
  .inner-page-wrapper, .hole-page-wrapper {
    margin-top: 0px;
  }
  .body-public.body-contentpage .header-wrapper {
    background: #fff;
  }
  .header-links {
    top: 30px;
    right: 80px;
  }
  .visitors-page {
    height: calc(100vh - 156px);
  }
  .visitors-space {
    transform: translateY(-100%);
  }
  .landing-page .galleryInner, .landing-page .galleryInner img {
    height: calc(100vh - 156px) !important;
  }
  .body-public.body-class-home .nav-section {
    top: 0px;
  }
  body[class*="php-"] #globalwrap, .body-class-visitorbooking #globalwrap, .body-class-getawayletter #globalwrap, [class*="body-class-setcoursestatus"] #globalwrap, .body-class-opens #globalwrap, .body-loginpage #globalwrap, body[class*="match"] #globalwrap, .invalid-page #globalwrap {
    margin-top: 100px;
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .narrow-space {
    padding: 0px 10px;
  }
  .header-links a {
    font-size: 14px;
  }
   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;
  }
  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 {
    width: auto;
  }
  .body-class-members.body-contentpage .content-wrapper {
    margin: 0px;
  }
  .hole-nav {
    position: relative;
    padding: 10px 0px;
    bottom: 0px;
    background: var(--headingcolor);
  }
  .hole-nav ul {
    width: 320px;
    margin: 0px auto;
  }
  .hole-nav ul li {
    margin: 5px 3px;
  }
  /*.body-contentpage .accordion-title h3 {
    padding: 0px 30px;
  }
  .body-contentpage .accordion-title h3::before {
    right: 0px;
  }
  .body-contentpage .accordion-title h3::after {
    right: 14px;
  }*/
  .accordion-content {
    overflow-x: auto;
  }
  .hm-flex {
    flex-direction: column;
  }
  .hmf-content {
    margin: 0px;
    width: 100%;
    text-align: center;
  }
  .hmf-video {
    margin: 30px 0px 0px;
    width: 100%;
  }
  .footer-wrapper .footer-space {
    margin: 0px 10px;
  }
  .fw-flex {
    flex-direction: column;
  }
  .fwf-address {
    width: 100%;
    text-align: center;
  }
  .fwf-social {
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px;
  }
  .fwf-policies {
    width: 100%;
    margin: 20px 0px;
    text-align: center;
  }
  .fwf-copy {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .fwf-ig {
    width: 100%;
    text-align: center;
    margin: 20px 0px 0px;
  }
  .no-space .three-equal-added {
    max-width: 350px;
    flex-direction: column;
    margin: 50px auto 0px;
  }
  .three-equal-added .iec-text {
    padding: 20px;
  }
  .carousel-holder {
    width: 480px;
  }
  .carousel-item {
    width: 150px;
    margin-right: 10px;
  }
  .visitors-page {
    height: auto;
    padding: 50px 0px;
  }
  .visitors-space {
    position: relative;
    top: 0px;
    transform: translateY(0px);
    left: 0px;
    right: 0px;
    padding: 0px 20px;
  }
}

/* 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;
  }
  .carousel-holder {
    width: 280px;
  }
  .carousel-item {
    width: 130px;
    margin-right: 10px;
  }
  .header-links {
    top: 5px;
    text-align: right;
  }
  .body-public.body-class-home .header-links {
    top: 5px;
  }
  .header-links a {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .visitors-page {
    height: auto;
    padding: 50px 0px;
  }
  .visitors-space {
    position: relative;
    top: 0px;
    transform: translateY(0px);
    left: 0px;
    right: 0px;
    padding: 0px 20px;
  }
}

.hole-nav > .wysiwyg-editable > br {
  display: none;
}

/* editor */

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #000;
  padding: 5px 0px;
}

.php-ckeditor .footer-wrapper {
  display: none;
}

.php-ckeditor .inner-page-wrapper {
  margin-top: 0px;
}

.php-ckeditor .three-equal-added .iec-text, .php-ckeditor .four-equal-added .iec-text {
  margin-top: 0px;
  padding: 20px;
}

.php-ckeditor .hole-nav {
  position: relative;
  bottom: 0px;
  margin: 15px 0px 0px;
}

.php-ckeditor .page-space {
  padding: 0px 20px;
}

.php-ckeditor .carousel-holder {
  width: auto;
  height: auto;
}

.php-ckeditor .carousel-wrapper {
  position: relative;
  width: auto;
}

.php-ckeditor .carousel-item {
  margin-bottom: 20px;
}

/* 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: 12px;
}

.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 */

.php-index #leftcontent i {
  font-size: 24px;
}

.no-space .three-equal-added, .no-space .four-equal-added {
  margin-bottom: 0px;
}

.body-class-members .header-links {
  display: none;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/jcb/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: 20px;
  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: 0px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #eee;
  border: 1px solid var(--headingcolor);
  height: 36px;
  width: 70%;
  text-align: center;
  border-radius: 16px;
}

.inner-page-wrapper form textarea {
  background: #eee;
  border: 1px solid var(--headingcolor);
  height: 90px;
  width: 70%;
  text-align: center;
  border-radius: 16px;
}

.inner-page-wrapper form select {
  background: #eee;
  border: 1px solid var(--headingcolor);
  height: 36px;
  width: 70%;
  box-sizing: content-box;
  text-align: center;
  border-radius: 16px;
}

@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;
  text-shadow: none;
  background: var(--headingcolor);
  color: #fff;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 0px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
}

.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, .inner-full-added 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, .inner-full-added 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, .inner-full-added 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, .htcc-space table th {
  border: 2px solid var(--headingcolor);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor);
  color: #fff;
  text-align: center;
}

.htc-content .htcc-space table th {
  text-align: left;
}

.inner-intro table td, .inner-flex table td, .members-page table td, .inner-start table td, .htcc-space table td {
  border: 2px solid var(--headingcolor);
  padding: 6px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .inner-intro table th, .members-page table th, .inner-start table th, .htcc-space table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space 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, .htcc-space table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space 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 */

.landing-page .nivo-controlNav-Wrapper, .inner-slideshow .nivo-controlNav-Wrapper, .hole-slideshow .nivo-controlNav-Wrapper {
  display: none;
}

.inner-slideshow .nivo-directionNav, .landing-page .nivo-directionNav, .hole-slideshow .nivo-directionNav {
  display: none !important;
}

.inner-main .row-fluid {
  max-width: 1200px;
  margin: 0px auto;
}

.body-contentpage.invalid-page .header-wrapper {
  position: relative;
}

.body-contentpage.invalid-page #container .content-wrapper #globalwrap {
  padding: 20px;
}

/* initials */

@media (min-width: 0px) and (max-width: 767px) {
  .visitors-page {
    min-height: calc(100vh - 200px);
  }
  .inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
    min-height: 250px;
    object-fit: cover;
  }
  .is-two-col, .is-two-col.flip-flex {
    flex-direction: column;
    text-align: center;
  }
  .is-two-col .htc-content {
    width: 100%;
    margin: 0px;
  }
  .is-two-col .htc-pic {
    width: 100%;
    margin: 30px 0px 0px;
  }
  .is-two-col .htc-pic img {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
  }
}

.footer-wrapper a {
  text-decoration: none;
}

/* .body-class-terms_and_conditions.body-public.body-contentpage .header-wrapper {
  background: var(--headerbg);
}*/

@media (min-width: 768px) and (max-width: 979px) {
  .page-url-liv_golf_at_jcb .inner-main .three-equal-added {
    flex-direction: column;
    max-width: 500px;
    margin: 0px auto;
  }
  .page-url-liv_golf_at_jcb .three-equal-added.flex-row .ie-col:nth-child(1), .page-url-liv_golf_at_jcb .three-equal-added.flex-row .ie-col:nth-child(3) {
    margin: 0px;
  }
  .page-url-liv_golf_at_jcb .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 15px 0px;
  }
}

/* alts */

.fw-flex {
  font-size: 12px;
}

.fwf-address p {
  margin-bottom: 5px;
}

.body-class-members .header-logo {
  display: none;
}

@media (min-width: 768px) and (max-width: 979px) {
  .page-url-liv_golf_uk .three-equal-added {
    flex-direction: column;
    max-width: 500px;
    margin: 0px auto;
  }
  .page-url-liv_golf_uk .three-equal-added.flex-row .ie-col:nth-child(2) {
    margin: 15px 0px;
  }
  .page-url-liv_golf_uk .three-equal-added.flex-row .ie-col:first-child {
    margin: 0px;
  }
  .page-url-liv_golf_uk .three-equal-added.flex-row .ie-col:last-child {
    margin: 0px;
  }
}

.body-class-members .header-wrapper .dropdown-menu li[class*="search.php"] {
  display: none;
}

.php-diary .span5 .diaryFilter {
  display: none;
}

.inner-main label {
  font-size: 16px;
  margin-bottom: 10px;
}

.inner-main form {
  max-width: 1000px;
  margin: 0px auto;
}

#globalwrap .galleryWrapper {
  position: relative;
}

#globalwrap .galleryWrapper::after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 12;
}

.diary-left-nav a {
  margin-right: 10px;
}

.content-wrapper table#member_teetimes tr[data-block-booking="1"] th {
  background: var(--headingcolor) !important;
}

.content-wrapper table#member_teetimes td.slot-actions a {
  background: var(--headingcolor) !important;
}

.content-wrapper table#member_teetimes td.slot-actions a:hover {
  background: var(--headingcolor2) !important;
  color: var(--headingcolor) !important;
}

.content-wrapper .comp-type-badge.open {
  background: var(--headingcolor);
}

.php-index .content-wrapper a.btn, .php-friends .content-wrapper a.btn {
  padding: 0px;
  background: transparent;
  color: var(--headingcolor);
  text-decoration: underline;
  border: none;
  font-size: 14px;
  vertical-align: top;
  margin: 0px 2px;
  line-height: 28px;
}

.php-index .content-wrapper a.btn:hover, .php-index .content-wrapper a.btn:focus, .php-friends .content-wrapper a.btn:hover, .php-friends .content-wrapper a.btn:focus {
  color: var(--headingcolor2);
  text-decoration: none;
}

/* cookie usage default */

.php-cookie-usage #container #globalwrap {
  margin: 0px;
  border: none;
  padding: 90px 50px 60px;
  background: #fff;
  text-align: center;
}

.php-cookie-usage #container .content-wrapper {
  width: 100%;
  margin-top: 90px;
}

.php-cookie-usage .content-wrapper table {
  margin: 0px auto;
}

.php-cookie-usage .content-wrapper h3 {
  font-size: 50px;
  line-height: 56px;
  margin-top: 10px;
}

.php-cookie-usage .content-wrapper h4 {
  font-size: 30px;
  line-height: 40px;
}

.php-cookie-usage #outerborder .footer-wrapper {
  position: relative;
}

body.php-cookie-usage {
  margin: 0px;
  background: #fff;
}

@media (min-width: 0px) and (max-width: 979px) {
  .php-cookie-usage #container .content-wrapper {
    margin: 0px;
  }
  .php-cookie-usage #container #globalwrap {
    padding: 50px 20px 60px;
  }
  .php-cookie-usage .content-wrapper img {
    min-height: 250px;
    width: 100%;
    object-fit: cover;
  }
}

.body-public .header-wrapper .nav > li.nav-menu-members_login {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  /*.body-public .header-wrapper .nav > li.nav-menu-members_login {
    display: block;
  }*/
  .header-links {
    display: none;
  }
}

.page-url-guest_information .inner-page-wrapper {
  margin-top: 0px;
}

@media (min-width: 768px) {
  #globalwrap .hole-page-wrapper .galleryWrapper::after {
    position: absolute;
    top: auto;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    content: '';
    display: inline-block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+1,0.7+100 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
}

.landing-page {
  height: 100vh;
  position: relative;
}

.landing-start-image img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.background-video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
  height: 100vh;
}
.foreground-video,
.background-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .foreground-video {
    height: 310%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .foreground-video {
    width: 368%;
    left: -133%;
  }
}

@media (min-width: 1400px) and (max-width: 1799px) {
  .fwf-address {
    width: 36%;
  }
  .fwf-policies {
    width: 36%;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .fwf-address {
    width: 34%;
  }
  .fwf-policies {
    width: 34%;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .fwf-address {
    width: 28%;
  }
  .fwf-policies {
    width: 32%;
  }
}

@media (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .foreground-video {
    top: -105%;
  }
}

/* member home alts */

.php-index #leftcontent #previouscomps {
  display: none;
}

.php-index #rightcontent #fpmessagediv, .php-index #latestcomp, .php-index #upcomingcomps, .php-index #myupcoming {
  display: none;
}

.php-index #fpmessagediv #closespan {
  display: none;
}

.body-class-members .header-wrapper .nav > li[class*="news.php"] .dropdown-menu > li[class*="newsletters.php"] {
  display: none;
}

/* end anton styles */