/* anton styles */

/* fonts */

@font-face {
  font-family: Incise;
  src: url('/images/resources/longridge/F37Incise-Medium.ttf');
  font-weight: 500;
}

.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

/* variables */

:root {
  --bodyfont: 'Poppins', sans-serif;
  --headingfont: 'Incise', serif;
  --headingcolor: #141B4D;
  --headingcolor2: #141B4D;
  --highlightcolor: #141B4D;
  --linkhover: #6638B6;
  --buttonhighlight: #8b8d8d;
  --bodycolor: #141B4D;
  --headerbg: #141B4D;
  --footerbg: #141B4D;
  --footertext: #fff;
  --navbg: rgba(20,27,77,0.85);
  --navlink: #fff;
  --navactivelink: #00FFE7;
  --dropdownbg: #0f0000;
  --dropdownlink: #fff;
  --dropdownactivelink: #3F444B;
  --pagebg: #eee;
  --contentbg: #fff;
  --scorecardwhite: #e0e0e0;
  --scorecardyellow: #FEDD00;
  --scorecardred: #EF3340;
}

.CodeMirror-wrap .CodeMirror-scroll {
  height: 600px;
}

.content-wrapper {
  line-height: 28px;
}

.body-public .navbar-inverse .navbar-inner .nav > li.nav-menu-login\.php, .body-public .nav > li.nav-menu-login\.php {
  display: none;
}

.body-public .navbar-inverse .navbar-inner .nav > li.nav-menu-competition\.php, .body-public .navbar-inverse .navbar-inner .nav > li.nav-menu-competition2\.php, .body-public .nav > li.nav-menu-competition\.php, .body-public .nav > li.nav-menu-competition2\.php {
  display: none;
}

/* general styles */

body {
  font-size: 16px;
  font-family: var(--bodyfont);
  color: var(--bodycolor);
  overflow-x: hidden;
}

h1 {
  font-weight: 400;
  font-size: 50px;
  line-height: 60px;
  color: var(--headingcolor);
  margin-bottom: 30px;
  font-family: var(--headingfont);
}

h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h3 {
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  color: var(--headingcolor);
  margin-top: 20px;
  margin-bottom: 25px;
  font-family: var(--headingfont);
}

h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: var(--headingcolor);
  margin-bottom: 20px;
  font-family: var(--headingfont);
}

h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
  color: var(--headingcolor);
  font-family: var(--headingfont);
}

h5 a, h6 a, .gallery-image .ss-controls a, .gallery-image .nav-controls a {
  background: var(--headingcolor);
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--bodyfont);
  text-transform: uppercase;
  border-radius: 0px;
  margin-top: 10px;
  position: relative;
  text-decoration: none;
}

.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, .content-wrapper h6 a:hover, .content-wrapper h6 a:focus {
  background: #000;
  color: #fff;
  text-decoration: none;
}

a {
  color: var(--highlightcolor);
  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(--linkhover);
  text-decoration: none;
}

a:focus {
  outline: 0;
}

input, button, select, textarea {
  font-family: var(--bodyfont);
}

/* header */

.header-wrapper {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 120px;
  z-index: 1001;
  opacity: 1;
  visibility: visible;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.show-menu .header-wrapper {
  opacity: 0;
  visibility: hidden;
}

.fix .header-wrapper {
  min-height: 100px;
  background: var(--headerbg);
}

.header-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 50px;
  width: 167px;
  z-index: 20;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .header-logo {
  top: 5px;
  width: 95px;
}

.header-links {
  position: absolute;
  top: 65px;
  left: 90px;
  line-height: 30px;
  font-size: 0px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .header-links {
  top: 27px;
}

.header-links a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.header-links a:hover, .header-links a:focus {
  color: #00F3FF;
}

.hl-vert {
  margin: 0px 10px;
  content: '';
  display: inline-block;
  background: #fff;
  width: 2px;
  height: 30px;
  position: relative;
  top: 9px;
}

.header-button {
  position: absolute;
  top: 50px;
  width: 80px;
  height: 80px;
  right: 100px;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.header-button:hover {
  cursor: pointer;
}

.fix .header-button {
  top: 10px;
}

.hb-line {
  display: inline-block;
  position: absolute;
  width: 60px;
  left: 10px;
  height: 2px;
  background: #fff;
}

.hb-line.line-1 {
  top: 27px;
}

.hb-line.line-2 {
  top: 39px;
}

.hb-line.line-3 {
  top: 51px;
}

/* standard nav */

.nav-section {
  display: none;
}

.navbar-inverse .navbar-inner {
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  top: 30px;
}

.navbar-inverse .nav > li > a {
  color: var(--navlink);
  text-shadow: none;
}

.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;
}

.dropdown-menu {
  background: var(--dropdownbg);
}

.dropdown-menu > li > a {
  color: var(--navlink);
}

.dropdown-menu > li.current > a, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: transparent;
  color: var(--navactivelink);
}

/* full screen nav */

.full-screen-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: var(--navbg);
  z-index: 1002;
  transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

.show-menu .full-screen-nav {
  opacity: 1;
  visibility: visible;
}

.nav-close {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 30px;
  right: 30px;
  z-index: 50;
  transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out;
}

.nav-close:hover {
  cursor: pointer;
}

.nav-close .cross {
  content: '';
  display: inline-block;
  width: 45px;
  height: 3px;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 16px;
  transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out;
}

.nav-close .cross-1 {
  transform: rotate(45deg);
}

.nav-close .cross-2 {
  transform: rotate(-45deg);
}

.nav-logo {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  top: 20px;
  width: 110px;
  z-index: 60;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .nav-logo {
  top: 5px;
  width: 95px;
}

.nav-links {
  position: absolute;
  top: 35px;
  left: 90px;
  line-height: 30px;
  font-size: 0px;
  z-index: 50;
  transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
}

.fix .nav-links {
  top: 27px;
}

.nav-links a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-links a:hover, .nav-links a:focus {
  color: #00F3FF;
}

.hl-vert {
  margin: 0px 10px;
  content: '';
  display: inline-block;
  background: #fff;
  width: 2px;
  height: 30px;
  position: relative;
  top: 9px;
}

.fsn-space {
  padding: 130px 100px 100px;
  position: relative;
  display: flex;
  align-items: end;
  color: #fff;
  min-height: calc(100vh - 230px);
  justify-content: space-between;
}

.fsn-space h3 {
  margin: 0px 0px 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  font-family: var(--bodyfont);
  font-size: 20px;
  line-height: 30px;
}

.fsn-menu {
  width: 50%;
  max-width: 600px;
  margin-right: 100px;
}

.fsn-menu .nav > li.nav-menu-the_course, .body-public .navbar-inverse .navbar-inner .nav > li.nav-menu-the_course, .body-class-members.php-login .navbar-inverse .navbar-inner .nav > li.nav-menu-the_course, .body-class-members .navbar-inverse .navbar-inner .nav > li.nav-menu-the_course {
  display: none;
}

.fsn-menu .nav > li > a {
  padding: 10px;
  position: relative;
  color: var(--navlink);
}

.fsn-menu .nav > li > a:hover, .fsn-menu .nav > li > a:focus, .fsn-menu .nav > li.current > a {
  color: var(--navactivelink);
  background: transparent;
}

.fsn-menu .nav > li > a::after {
  content: '\f178';
  font-family: 'FontAwesome';
  position: absolute;
  right: 50px;
  top: 5px;
}

.fsn-menu .dropdown-menu {
  background: var(--headingcolor);
  border: none;
  border-radius: 0px;
  top: 0px;
  left: 100%;
  width: 0px;
  min-width: 0px;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 450ms ease-in-out;
  -moz-transition: all 450ms ease-in-out;
  -webkit-transition: all 450ms ease-in-out;
}

.fsn-menu li.open .dropdown-menu {
  width: 410px;
  visibility: visible;
  opacity: 1;
}

.fsn-menu .dropdown-menu > li > a {
  color: var(--navlink);
  padding: 8px 20px;
}

.fsn-menu .dropdown-menu > li > a::before {
  position: relative;
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  margin-right: 8px;
  top: -2px;
}

.fsn-menu .dropdown-menu > li > a:hover, .fsn-menu .dropdown-menu > li > a:focus, .fsn-menu .dropdown-menu > li.current > a {
  background: transparent;
  color: var(--navactivelink);
}

.fsn-status-weather {
  width: 50%;
  max-width: 600px;
  margin-left: 100px;
}

.fsn-status {
  min-height: 200px;
  line-height: 26px;
}

.fsn-weather .weathers {
  display: flex;
  margin: 20px auto 0px;
  max-width: 400px;
}

.fsn-weather .weatherSingle {
  width: 100px;
  margin: 0px 15px;
  text-align: center;
  text-transform: uppercase;
}

.fsn-weather .weatherDate {
  margin-bottom: 20px;
}

.fsn-weather .weatherTemp {
  display: none;
}

.fsn-weather .weatherImage {
  font-size: 18px;
}

/* footer */

.public-footer {
  background: var(--footerbg);
  color: #fff;
  padding: 70px 0px 0px;
}

.public-footer h6 {
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
}

.pf-logo {
  text-align: center;
}

.pf-logo img {
  width: 160px;
}

.pf-flex {
  display: flex;
  margin-top: 50px;
}

.pff-address {
  width: 35%;
}

.pff-address p {
  margin-bottom: 5px;
}

.pff-contact {
  width: 35%;
  margin: 0px 20px;
}

.pff-contact a {
  color: #fff;
}

.pff-contact a:hover, .pff-contact a:focus {
  color: var(--navactivelink);
}

.pff-contact a:hover img {
  opacity: 0.7;
}

.pff-form {
  width: 30%;
}

.pff-form form {
  margin: 0px;
}

.pff-form span {
  position: relative;
  display: block;
}

.pff-form label {
  position: absolute;
  top: 16px;
  left: 7px;
  color: var(--headingcolor);
  opacity: 1;
  visibility: visible;
  transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
}

.pff-form .hide-label label {
  opacity: 0;
  visibility: hidden;
}

.pff-form input {
  width: calc(100% - 14px);
  background: #C5B4E3;
  border: none;
  border-radius: 2px;
  height: 42px;
  color: var(--headingcolor);
}

.pff-form textarea {
  width: calc(100% - 14px);
  background: #C5B4E3;
  border: none;
  border-radius: 2px;
  height: 92px;
  color: var(--headingcolor);
}

.pff-form input[type*="submit"] {
  width: auto;
  height: auto;
  background: #6638B6;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 40px;
}

.pf-line {
  margin-top: 50px;
  border-bottom: 1px solid #fff;
}

.members-footer {
  background: var(--footerbg);
  color: #fff;
  padding: 15px 0px;
}

.mf-flex {
  display: flex;
  align-items: center;
}

.mf-flex > div {
  flex: 1 1 0;
}

.mf-copy {
  text-align: left;
}

.mf-links {
  text-align: center;
}

.mf-vert {
  content: '';
  width: 2px;
  height: 16px;
  background: #fff;
  display: inline-block;
  margin: 0px 8px;
  position: relative;
  top: 4px;
}

.mf-links a {
  color: #fff;
}

.mf-links a:hover, .mf-links a:focus {
  color: var(--navactivelink);
}

.mf-ig {
  text-align: right;
}

.mf-ig img {
  width: 120px;
}

/* page */

#globalwrap {
  padding: 0px;
}

.page-space {
  padding: 0px 200px;
}

.small-page-space {
  padding: 0px 100px;
}

.content-space {
  padding: 0px 50px;
}

/* home */

.home-slideshow {
  position: relative;
  height: 100vh;
}

.home-slideshow .galleryInner, .home-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.hs-title {
  position: absolute;
  bottom: 150px;
  left: 0px;
  right: 0px;
  margin: 0px auto;
  z-index: 30;
  text-align: center;
}

.hs-title p {
  color: #fff;
  font-family: var(--headingfont);
  margin: 0px;
  font-size: 50px;
  line-height: 60px;
}

.hs-explore {
  position: absolute;
  bottom: 100px;
  text-transform: uppercase;
  color: #fff;
  width: 100px;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 20;
  transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -webkit-transition: all 400ms ease-in-out;
}

.hs-explore:hover {
  cursor: pointer;
  color: var(--navactivelink);
}

.home-main {
  background: var(--pagebg);
  position: relative;
  padding-top: 50px;
}

.content-vl {
  position: absolute;
  top: -70px;
  content: '';
  display: inline-block;
  width: 2px;
  height: 70px;
  background: #fff;
  left: 0px;
  right: 0px;
  z-index: 15;
  margin: 0px auto;
}

.home-intro {
  background: var(--contentbg);
  padding: 60px 50px;
  text-align: center;
  margin: 0px 0px 50px;
}

/* carousel */

.carousel-holder {
  margin: 0px auto;
  width: 1700px;
  height: 720px;
  left: 0px;
  position: relative;
  overflow: hidden;
}

.carousel-wrapper {
  list-style: none;
  margin: 0px;
  padding: 0;
  width: 10000px;
  position: absolute;
}

.carousel-item {
  float: left;
  width: 450px;
  margin-right: 25px;
}

.carousel-item.carousel-land {
  width: 750px;
}

.carousel-pic {
  position: relative;
}

.carousel-pic-bottom {
  margin-top: 19px;
}

.carousel-overlay {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: url('/images/resources/longridge/new-carousel-portrait.png');
  background-size: cover;
  opacity: 0.7;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.carousel-land .carousel-overlay {
  background: url('/images/resources/longridge/new-carousel-landscape.png');
  background-size: cover;
}

.carousel-item-content {
  position: absolute;
  bottom: 20px;
  z-index: 20;
  left: 20px;
  right: 20px;
  font-family: var(--headingfont);
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
}

.carousel-land .carousel-item-content {
  text-align: center;
}

.carousel-item-content p {
  margin: 0px;
  display: inline-block;
}

.carousel-item-content p br {
  display: none;
}

.carousel-item a:hover {
  color: var(--headingcolor);
}

/* 
.carousel-item-content p::after {
  content: url('/images/resources/longridge/link-arrow-right.png');
  margin-left: 10px;
}
 */

.jcarousel-controls {
  width: 280px;
  margin: 50px auto 0px;
}

.jc-prev {
  width: 78px;
  line-height: 78px;
  height: 78px;
  text-align: center;
  border: 2px solid var(--headingcolor);
  display: inline-block;
  border-radius: 50%;
  float: left;
  position: relative;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.jc-prev::after {
  content: url('/images/resources/longridge/link-carousel-left-hover.png');
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 6px;
  margin: 0px auto;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.jc-prev:hover::after {
  opacity: 1;
  visibility: visible;
}

.jc-prev:hover {
  cursor: pointer;
  background: #6638B6;
}

.jc-next {
  width: 78px;
  line-height: 78px;
  height: 78px;
  text-align: center;
  border: 2px solid var(--headingcolor);
  display: inline-block;
  border-radius: 50%;
  position: relative;
  float: right;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.jc-next::after {
  content: url('/images/resources/longridge/link-carousel-right-hover.png');
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 6px;
  margin: 0px auto;
  transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}

.jc-next:hover::after {
  opacity: 1;
  visibility: visible;
}

.jc-next:hover {
  cursor: pointer;
  background: #6638B6;
}

.body-public [class*="editor-only"] {
  display: none;
}

.logo-row {
  display: flex;
  padding: 100px 0px;
  max-width: 1200px;
  width: 100%;
  margin: 0px auto;
  align-items: center;
}

.logo-row .lr-col {
  flex: 1 1 0;
  text-align: center;
}

.logo-row .lr-col:nth-of-type(2) {
  margin: 0px 50px;
}

.logo-row .lr-col img {
  max-width: 200px;
}

/* inner */

.body-contentpage #global > br {
  display: none;
}

.inner-slideshow {
  position: relative;
  z-index: 20;
  height: calc(100vh - 225px);
}

.inner-slideshow .galleryInner, .inner-slideshow .galleryInner img {
  width: 100% !important;
  height: 100vh !important;
  object-fit: cover;
}

.inner-main {
  background: var(--pagebg);
  position: relative;
}

.inner-intro {
  position: relative;
  background: var(--contentbg);
  padding: 50px 100px;
  z-index: 40;
  text-align: center;
}

.inner-intro h1 {
  text-transform: uppercase;
  margin-top: 0px;
}

/* 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: 50px 0px; /* change this padding to increase / decrease the gap between added sections */
}

.body-public .additional-boxes .inserted-block:last-child {
  margin-bottom: 0px;
}

.inner-full-added {
  text-align: center;
  background: var(--contentbg);
  padding: 50px 100px;
}

.two-equal-added.flex-row {
  display: flex;
}

.two-equal-added .galleryWrapper {
  position: relative;
}

.two-equal-added .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.two-equal-added.flex-row .ie-col {
  flex: 1 1 0;
  background: var(--contentbg);
  padding: 50px;
}

.two-equal-added.flex-row .ie-col:first-child {
  margin-right: 25px;
}

.two-equal-added.flex-row .ie-col:last-child {
  margin-left: 25px;
}

.two-unequal-added.flex-row {
  display: flex;
}

.two-unequal-added .main-col {
  width: 65%;
  margin-right: 10px;
  background: var(--contentbg);
  padding: 50px;
}

.two-unequal-added .sidebar-col {
  width: 35%;
  margin-left: 10px;
  background: var(--contentbg);
  padding: 50px;
}

.two-unequal-added .sidebar-col table h6 {
  margin: 0px;
}

.two-unequal-added.flip-flex .main-col {
  margin-right: 0px;
  margin-left: 10px;
  background: var(--contentbg);
  padding: 50px;
}

.two-unequal-added.flip-flex .sidebar-col {
  margin-left: 0px;
  margin-right: 10px;
  background: var(--contentbg);
  padding: 50px;
}

.three-equal-added.flex-row {
  display: flex;
}

.three-equal-added.flex-row .ie-col {
  flex: 1 1 0;
  background: var(--contentbg);
  padding: 50px;
}

.three-equal-added.flex-row .ie-col:first-child {
  margin-right: 10px;
}

.three-equal-added.flex-row .ie-col:nth-child(2) {
  margin: 0px 10px;
}

.three-equal-added.flex-row .ie-col:last-child {
  margin-left: 10px;
}

.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;
  background: var(--contentbg);
  padding: 50px 25px;
}

.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: auto;
  }
  .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: auto;
    margin: 0px;
  }
  .two-unequal-added .sidebar-col {
    width: auto;
    margin: 20px 0px 0px;
  }
  .two-unequal-added.flex-row.flip-flex {
    flex-direction: column-reverse;
  }
  .two-unequal-added.flip-flex .main-col {
    width: auto;
    margin: 0px;
  }
  .two-unequal-added.flip-flex .sidebar-col {
    width: auto;
    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 {
  padding: 0px;
  text-align: center;
}

.body-contentpage .main-col .inserted-accordion {
  text-align: left;
  padding: 0px;
}

.body-contentpage .accordion-title:hover {
  cursor: pointer;
}

.body-contentpage .accordion-title h3 br {
  display: none;
}

.body-contentpage .accordion-title h3::after {
  content: '\f067';
  font-family: 'FontAwesome';
  margin-left: 6px;
  font-size: 16px;
  position: relative;
  top: -2px;
}

.body-contentpage .active-accord .accordion-title h3::after {
  content: '\f00d';
  font-size: 16px;
  position: relative;
  top: -2px;
}

.body-contentpage .accordion-content {
  display: none;
}

/* course */

.inner-intro .menu-section h2 {
  display: none;
}

.inner-intro .menu-section ul {
  display: flex;
  margin: 0px 0px 80px;
}

.inner-intro .menu-section ul li {
  flex: 1 1 0;
  text-align: center;
  margin: 0px 8px;
  list-style: none;
}

.inner-intro .menu-section ul li a {
  color: #9193A3;
  font-size: 22px;
  font-family: var(--headingfont);
  display: inline-block;
  width: 100%;
  height: 34px;
  line-height: 34px;
}

.inner-intro .menu-section ul li.current a, .inner-intro .menu-section ul li a:hover, .inner-intro .menu-section ul li a:focus {
  color: #6638B6;
}

table.scorecard td, table.scorecard th {
  text-align: center;
}

table.scorecard th:nth-child(2), table.scorecard td:nth-child(2) {
  background: var(--scorecardwhite);
  color: #000;
}

table.scorecard th:nth-child(5), table.scorecard td:nth-child(5) {
  background: var(--scorecardyellow);
  color: #000;
}

table.scorecard th:nth-child(8), table.scorecard td:nth-child(8) {
  background: var(--scorecardred);
  color: #fff;
}

/* hole */

.hole-page-wrapper .two-equal-added {
  margin-top: 50px;
}

.hole-yards {
  margin: 30px auto;
  max-width: 500px;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: var(--headingfont);
}

.hole-yards .white {
  padding: 40px 20px;
  border: 3px solid var(--scorecardwhite);
}

.hole-yards .yellow {
  padding: 40px 20px;
  border: 3px solid var(--scorecardyellow);
  margin: 40px 0px;
}

.hole-yards .red {
  padding: 40px 20px;
  border: 3px solid var(--scorecardred);
}

.hole-buttons {
  max-width: 500px;
  margin: 0px auto;
  display: flex;
  text-transform: uppercase;
  font-family: var(--headingfont);
}

.hole-prev {
  width: 50%;
}

.hole-prev a::before {
  content: url('/images/resources/longridge/link-arrow-left.png');
  margin-right: 8px;
  position: relative;
  top: 5px;
}

.hole-next {
  width: 50%;
  text-align: right;
}

.hole-next a::after {
  content: url('/images/resources/longridge/link-arrow-right.png');
  margin-left: 8px;
  position: relative;
  top: 5px;
  width: 14px;
}

/* 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/longridge/new-members-bg-2.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, .invalid-page .header-wrapper {
  background: var(--headerbg);
  width: 100%;
  min-height: 100px;
  position: relative;
}

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, .invalid-page .nav-section {
  margin-top: 0px;
  width: auto;
}

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, .invalid-page .header-logo {
  float: left;
  margin-left: 0px;
  position: relative;
  top: 5px;
  width: 90px;
}

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 {
  display: none;
}

body[class*="php-"] .header-left, .body-class-members .header-left, .body-class-visitorbooking .header-left, .body-class-getawayletter .header-left, [class*="body-class-setcoursestatus"] .header-left, .body-class-opens .header-left, .body-loginpage .header-left {
  display: none;
}

body[class*="php-"] .nav-logo, .body-class-members .nav-logo, .body-class-visitorbooking .nav-logo, .body-class-getawayletter .nav-logo, [class*="body-class-setcoursestatus"] .nav-logo, .body-class-opens .nav-logo, .body-loginpage .nav-logo {
  display: none;
}

body[class*="php-"] .nav-status, .body-class-members .nav-status, .body-class-visitorbooking .nav-status, .body-class-getawayletter .nav-status, [class*="body-class-setcoursestatus"] .nav-status, .body-class-opens .nav-status, .body-loginpage .nav-status {
  display: none;
}

body[class*="php-"] .header-status, .body-class-members .header-status, .body-class-visitorbooking .header-status, .body-class-getawayletter .header-status, [class*="body-class-setcoursestatus"] .header-status, .body-class-opens .header-status, .body-loginpage .header-status, .invalid-page .header-status {
  display: none;
}

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, .invalid-page .header-links {
  display: none;
}

body[class*="php-"] .header-button, .body-class-members .header-button, .body-class-visitorbooking .header-button, .body-class-getawayletter .header-button, [class*="body-class-setcoursestatus"] .header-button, .body-class-opens .header-button, .body-loginpage .header-button, .invalid-page .header-button {
  display: none;
}

body[class*="php-"] .top-header-left, .body-class-members .top-header-left, .body-class-visitorbooking .top-header-left, .body-class-getawayletter .top-header-left, [class*="body-class-setcoursestatus"] .top-header-left, .body-class-opens .top-header-left, .body-loginpage .top-header-left, .invalid-page .top-header-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, .invalid-page .header-top-right {
  top: 10px;
  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 {
  margin-bottom: 10px;
}

body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li, .invalid-page .navbar-inverse .nav > li {
  border-bottom: none;
  float: left;
}

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 {
  text-transform: capitalize;
  letter-spacing: 0px;
  padding: 10px 8px;
  font-size: 13px;
  font-family: var(--bodyfont);
}

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 {
  width: 1170px;
  margin: 0px auto;
}

body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
  position: relative;
  display: none;
}

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, .invalid-page .nav-section {
  display: block;
}

body[class*="php-"] .nav-wrapper, .body-class-members .nav-wrapper, .body-class-visitorbooking .nav-wrapper, .body-class-getawayletter .nav-wrapper, [class*="body-class-setcoursestatus"] .nav-wrapper, .body-class-opens .nav-wrapper, .body-loginpage .nav-wrapper, .invalid-page .nav-wrapper {
  margin-top: 0px;
  height: auto;
  padding: 0px;
  overflow-y: visible;
  position: relative;
  top: 27px;
  margin-left: 95px;
}

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, .invalid-page .dropdown-menu {
  position: absolute;
}

body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
  padding: 3px 20px;
}

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*="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;
  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: 110px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor2);
  padding: 20px;
  background: rgba(255,255,255,0.9);
}

.body-class-members #container #globalwrap {
  margin-top: 100px;
  margin-bottom: 60px;
  border: 2px solid var(--headingcolor2);
  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"], .invalid-page {
   margin-bottom: 160px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
  }
}

@media (min-width: 0px) 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"], .invalid-page {
   margin-bottom: 225px; 
  }
  body[class*="php-"] .members-footer, .body-class-members .members-footer, .body-class-visitorbooking .members-footer, .body-class-getawayletter .members-footer, [class*="body-class-setcoursestatus"] .members-footer, .body-class-opens .members-footer, .body-loginpage .members-footer, body[class*="match"] .members-footer, .invalid-page .members-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 115px;
    font-size: 15px;
  }
}

/* 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(--headingcolor2);
  color: #fff;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
  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(--linkhover);
  color: #fff;
}

/* no pin page */

.php-login .header-wrapper .navbar-inverse .nav > li.nav-menu-login\.php, .body-class-members .header-wrapper .navbar-inverse .nav > li.nav-menu-login\.php {
  display: none;
}

.php-login .header-wrapper .navbar-inverse .nav > li.nav-menu-competition\.php, .php-login .header-wrapper .navbar-inverse .nav > li.nav-menu-competition2\.php, .body-class-members .header-wrapper .navbar-inverse .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(--headingcolor2);
  position: relative;
}

.php-index #globalwrap .weatherMini {
  position: absolute;
  top: 2px;
  right: 2px;
}

.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.php-login .header-wrapper .navbar-inverse .nav > li > a {
  font-size: 13px;
}

.body-class-members .header-wrapper .navbar-inverse .nav > li > a {
  text-transform: capitalize;
  font-size: 13px;
  letter-spacing: 0px;
}

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"] .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-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, .body-class-opens table.comps-list-table .comp-ical-td {
    right: -10px;
  }
}

.php-weatherfg table td {
  border: none;
}

/* desktop responsive */

@media (min-width: 1600px) and (max-width: 1799px) {
  .page-space {
    padding: 0px 150px;
  }
  .carousel-holder {
    width: 1500px;
    height: 640px;
  }
  .carousel-item {
    width: 396px;
  }
  .carousel-item.carousel-land {
    width: 658px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .page-space {
    padding: 0px 100px;
  }
  .content-space {
    padding: 0px 25px;
  }
  .carousel-holder {
    width: 1350px;
    height: 562px;
  }
  .carousel-item {
    width: 350px;
  }
  .carousel-item.carousel-land {
    width: 578px;
  }
  .inner-intro {
    padding: 50px;
  }
  .small-page-space {
    padding: 0px 50px;
  }
  .two-equal-added.flex-row .ie-col {
    padding: 50px 25px;
  }
  .three-equal-added.flex-row .ie-col {
    padding: 50px 25px;
  }
  .four-equal-added.flex-row .ie-col {
    padding: 50px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .page-space {
    padding: 0px 50px;
  }
  .content-space {
    padding: 0px 25px;
  }
  .carousel-holder {
    width: 1150px;
    height: 483px;
  }
  .carousel-item {
    width: 300px;
  }
  .carousel-item.carousel-land {
    width: 493px;
  }
  .inner-intro {
    padding: 50px;
  }
  .small-page-space {
    padding: 0px 50px;
  }
  .two-equal-added.flex-row .ie-col {
    padding: 50px 25px;
  }
  .three-equal-added.flex-row .ie-col {
    padding: 50px 25px;
  }
  .four-equal-added.flex-row .ie-col {
    padding: 50px 20px;
  }
  .hole-yards .white, .hole-yards .yellow, .hole-yards .red {
    padding: 20px;
  }
  .fsn-space {
    padding: 130px 50px 100px;
  }
}

/* main responsive */

/* landscape tablet */

@media (min-width: 980px) and (max-width: 1199px) {
  .header-links {
    left: 10px;
  }
  .header-button {
    right: 10px;
  }
  .nav-links {
    left: 10px;
  }
  .fsn-space {
    padding: 100px 50px;
  }
  .fsn-menu {
    margin-right: 50px;
  }
  .fsn-status-weather {
    margin-left: 50px;
  }
  .page-space {
    padding: 0px 25px;
  }
  .content-space {
    padding: 0px 25px;
  }
  .carousel-holder {
    width: 930px;
    height: 390px;
  }
  .carousel-item {
    width: 240px;
  }
  .carousel-item-content {
    font-size: 22px;
    line-height: 32px;
  }
  .carousel-item.carousel-land {
    width: 390px;
  }
  .inner-intro {
    padding: 50px;
  }
  .small-page-space {
    padding: 0px 25px;
  }
  .two-equal-added.flex-row .ie-col {
    padding: 50px 20px;
  }
  .three-equal-added.flex-row .ie-col {
    padding: 50px 20px;
  }
  .four-equal-added.flex-row .ie-col {
    padding: 50px 20px;
  }
  .hole-yards .white, .hole-yards .yellow, .hole-yards .red {
    padding: 20px;
  }
  .hole-yards .yellow {
    margin: 30px 0px;
  }
  .header-button {
    top: 10px;
  }
  .header-links, .nav-links {
    top: 27px;
  }
  .nav-logo, .header-logo {
    width: 135px;
    top: 5px;
  }
  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: 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, .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;
    padding: 10px 5px;
  }
  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: 10px;
    padding: 10px 6px;
  }
  .body-class-members .header-wrapper .navbar-inverse .nav > li > a {
    font-size: 13px;
    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;
  }
  .carousel-item-content p::after {
    position: relative;
    top: 4px;
  }
}

/* portrait tablet */

@media (min-width: 768px) and (max-width: 979px) {
  .header-links {
    left: 10px;
  }
  .header-button {
    right: 10px;
  }
  .nav-links {
    left: 10px;
  }
  .header-button {
    top: 10px;
  }
  .header-links, .nav-links {
    top: 27px;
  }
  .nav-logo, .header-logo {
    width: 135px;
    top: 5px;
  }
  .fsn-space {
    padding: 150px 20px 80px;
  }
  .fsn-menu {
    margin-right: 20px;
  }
  .fsn-status-weather {
    margin-left: 20px;
  }
  .page-space {
    padding: 0px 20px;
  }
  .content-space {
    padding: 0px 20px;
  }
  .carousel-holder {
    width: 704px;
    height: 285px;
  }
  .carousel-item {
    width: 175px;
  }
  .carousel-item-content {
    font-size: 16px;
    line-height: 26px;
  }
  .carousel-item.carousel-land {
    width: 279px;
  }
  .inner-intro {
    padding: 50px;
  }
  .small-page-space {
    padding: 0px 25px;
  }
  .two-equal-added.flex-row .ie-col {
    padding: 50px 20px;
  }
  .three-equal-added.flex-row .ie-col {
    padding: 50px 20px;
  }
  .four-equal-added.flex-row .ie-col {
    padding: 50px 20px;
  }
  .hole-yards .white, .hole-yards .yellow, .hole-yards .red {
    padding: 10px 20px;
  }
  .hole-yards .yellow {
    margin: 20px 0px;
  }
  .pff-contact {
    font-size: 13px;
  }
  .members-footer {
    font-size: 12px;
  }
  .logo-row .lr-col img {
    max-width: 160px;
  }
  .inner-intro .menu-section ul {
    max-width: 470px;
    margin: 0px auto;
    display: block;
  }
  .inner-intro .menu-section ul li {
    display: inline-block;
    margin: 5px;
  }
  .inner-intro .menu-section ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .hole-yards {
    font-size: 16px;
    line-height: 24px;
  }
  .carousel-item-content p::after {
    position: relative;
    top: 5px;
  }
   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;
  }
  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) {
  .home-slideshow {
    height: calc(100vh - 52px);
  }
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 52px) !important;
  }
  body[class*="php-"] #hamburger-icon, .body-class-visitorbooking #hamburger-icon, .body-class-getawayletter #hamburger-icon, [class*="body-class-setcoursestatus"] #hamburger-icon, .body-class-opens #hamburger-icon, .body-loginpage #hamburger-icon, .body-class-members #hamburger-icon, .invalid-page #hamburger-icon {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 80px;
    margin: 0px;
    padding: 0px;
    height: 80px;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .navbar-inverse .navbar-inner {
    top: 0px;
    margin-top: 20px;
  }
  .navbar-inverse .navbar-inner .nav > li {
    display: block;
  }
  body[class*="php-"] .navbar-inverse .nav > li, .body-class-visitorbooking .navbar-inverse .nav > li, .body-class-getawayletter .navbar-inverse .nav > li, [class*="body-class-setcoursestatus"] .navbar-inverse .nav > li, .body-class-opens .navbar-inverse .nav > li, .body-loginpage .navbar-inverse .nav > li, .body-class-members .navbar-inverse .nav > li, .invalid-page .navbar-inverse .nav > li {
    float: none;
  }
  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: 16px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: var(--navlink);
    font-weight: 400;
  }
  .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;
  }
  #hamburger-icon .hb-line {
    transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
  }
  .active #hamburger-icon .line-1 {
    top: 39px;
    transform: rotate(45deg);
  }
  .active #hamburger-icon .line-2 {
    opacity: 0;
  }
  .active #hamburger-icon .line-3 {
    top: 39px;
    transform: rotate(-45deg);
  }
  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, .invalid-page .dropdown-menu {
    position: relative;
    background: var(--dropdownbg);
  }
  body[class*="php-"] .dropdown-menu > li > a, .body-class-members .dropdown-menu > li > a, .body-class-visitorbooking .dropdown-menu > li > a, .body-class-getawayletter .dropdown-menu > li > a, [class*="body-class-setcoursestatus"] .dropdown-menu > li > a, .body-class-opens .dropdown-menu > li > a, .body-loginpage .dropdown-menu > li > a, .invalid-page .dropdown-menu > li > a {
    padding: 10px 20px;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover, .navbar-inverse .nav-collapse .nav > li > a:focus, .navbar-inverse .nav-collapse .dropdown-menu a:hover, .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background: transparent;
    color: var(--navactivelink);
  }
}

/* mobile */

@media (min-width: 0px) and (max-width: 767px) {
  body {
    padding: 0px;
  }
  .header-wrapper {
    min-height: 90px;
  }
  .fix .header-wrapper {
    min-height: 90px;
  }
  .header-links {
    left: 10px;
    top: 9px;
  }
  .fix .header-links {
    top: 9px;
  }
  .header-logo {
    top: 5px;
    width: 80px;
  }
  .fix .header-logo {
    width: 80px;
  }
  .header-button {
    top: 5px;
    right: 0px;
  }
  .fix .header-button {
    top: 5px;
  }
  .hl-vert {
    display: block;
    opacity: 0;
    height: 2px;
  }
  .header-links a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .page-space {
    padding: 0px 20px;
  }
  .content-space {
    padding: 0px 10px;
  }
  .small-page-space {
    padding: 0px 10px;
  }
  .home-intro {
    padding: 50px 20px;
  }
  .carousel-holder {
    width: 356px;
    height: 352px;
  }
  .carousel-item {
    width: 220px;
  }
  .carousel-item-content p {
    font-size: 24px;
    line-height: 34px;
  }
  .carousel-item.carousel-port {
    margin: 0px 68px;
  }
  .carousel-item.carousel-land {
    width: 356px;
    margin: 0px;
  }
  .logo-row {
    padding: 50px 0px;
    flex-direction: column;
  }
  .logo-row .lr-col:nth-of-type(2) {
    margin: 25px 0px;
  }
  .public-footer {
    padding-top: 40px;
  }
  .pf-logo img {
    width: 100px;
  }
  .pf-flex {
    flex-direction: column;
    text-align: center;
  }
  .pff-address {
    width: 100%;
  }
  .pff-contact {
    width: 100%;
    margin: 30px 0px;
  }
  .pff-form {
    width: 100%;
  }
  .pf-line {
    margin-top: 0px;
  }
  .mf-flex {
    flex-direction: column;
  }
  .mf-links {
    margin: 15px 0px;
  }
  .inner-intro {
    padding: 50px 20px;
  }
  .inner-intro h1 {
    text-transform: initial;
  }
  .two-equal-added.flex-row .ie-col, .three-equal-added.flex-row .ie-col, .four-equal-added.flex-row .ie-col, .inner-full-added, .two-unequal-added .main-col, .two-unequal-added .sidebar-col, .two-unequal-added.flip-flex .main-col, .two-unequal-added.flip-flex .sidebar-col {
    padding: 50px 20px;
  }
  .nav-logo {
    top: 5px;
    width: 80px;
  }
  .nav-links {
    top: 9px;
    left: 10px;
  }
  .nav-links a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .fsn-space {
    padding: 120px 20px 30px;
    display: block;
  }
  .fsn-menu {
    margin-right: 0px;
    width: 100%;
  }
  .fsn-menu .dropdown-menu {
    position: relative;
    left: 0px;
    width: 0px;
    float: none;
    height: 0px;
    padding: 0px;
    transition: all 0ms ease-in-out;
    -moz-transition: all 0ms ease-in-out;
    -webkit-transition: all 0ms ease-in-out;
  }
  .fsn-menu li.open .dropdown-menu {
    height: auto;
    width: 100%;
    padding: 5px 0px;
  }
  .dropdown-menu > li > a {
    white-space: wrap;
  }
  .fsn-status-weather {
    width: 100%;
    margin: 20px 0px 0px;
  }
  .inner-intro .menu-section ul {
    max-width: 280px;
    margin: 0px auto;
    display: block;
  }
  .inner-intro .menu-section ul li {
    display: inline-block;
    margin: 5px 3px;
  }
  .inner-intro .menu-section ul li a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .hole-yards .white, .hole-yards .yellow, .hole-yards .red {
    padding: 20px;
  }
  .hole-yards .yellow {
    margin: 20px 0px;
  }
  .hole-prev {
    text-align: left;
  }
  .carousel-item-content p::after {
    position: relative;
    top: 5px;
  }
   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;
  }
}

/* small mobile */

@media (min-width: 0px) and (max-width: 480px) {
  .carousel-holder {
    width: 280px;
    height: 280px;
  }
  .carousel-item {
    margin-right: 15px;
    width: 175px;
  }
  .carousel-item.carousel-port {
    margin: 0px 60px;
  }
  .carousel-item.carousel-land {
    width: 280px;
    margin: 0px;
  }
  .carousel-item-content {
    font-size: 16px;
    line-height: 26px;
  }
   #login fieldset {
    transform: translateX(0px);
  }
  .nav-tabs > li > a {
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
  }
  .carousel-item-content p {
    font-size: 20px;
    line-height: 30px;
  }
}

/* editor */

.php-ckeditor .ig-wysiwyg-editor-navbar .navbar-inverse .navbar-inner {
  background: #171717;
  top: 0px;
  padding: 5px 0px;
}

.php-ckeditor .small-page-space {
  padding: 0px 20px;
}

.php-ckeditor .content-space {
  padding: 0px 20px;
}

.php-ckeditor .home-slideshow {
  height: auto;
}

.php-ckeditor .hs-title {
  position: relative;
  bottom: 0px;
  margin: 10px 0px;
}

.php-ckeditor .hs-explore {
  display: none;
}

.php-ckeditor .content-vl {
  display: none;
}

.php-ckeditor .home-include {
  margin: 15px 0px;
}

.php-ckeditor .page-footer {
  margin-top: 15px;
}

.php-ckeditor .inner-slideshow {
  height: auto;
  margin-bottom: 20px;
}

.php-ckeditor .inner-intro {
  padding: 50px 20px;
}

.php-ckeditor .inner-full-added {
  padding: 50px 20px;
}

.php-ckeditor .two-equal-added.flex-row .ie-col {
  padding: 50px 20px;
}

/* custom template editor */

.php-ckeditor .content-wrapper {
  margin-top: 100px;
}

.php-ckeditor .extra-nav {
  position: fixed;
  top: 50px;
  background: #171717;
  padding: 0px 0px 5px;
  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: var(--headingcolor);
  color: #fff;
  margin-top: 10px;
}

.php-ckeditor .added-section-accordion:hover {
  background: var(--headingcolor);
  color: var(--highlightcolor);
  cursor: pointer;
}

.php-ckeditor .inserted-accordion {
  position: relative;
  padding: 30px 0px;
}

/* end custom page templates */

.php-index #leftcontent i {
  font-size: 24px;
}

/* invalid page */

.invalid-page {
  background: url('/images/resources/longridge/new-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;
}

body.invalid-page * {
  transition: all 0ms ease-in-out;
  -moz-transition: all 0ms ease-in-out;
  -webkit-transition: all 0ms ease-in-out;
}

/* 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(--headingcolor2);
}

.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: 230px;
  text-align: center;
  background: transparent;
  opacity: 1;
  margin: 0px auto;
  z-index: 20;
}

.content-wrapper [class*="-slideshow"] .nivo-caption h4 {
  color: var(--navactivelink);
  font-family: var(--headingfont);
  display: inline-block;
  padding: 6px 15px;
  margin: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
  border-radius: 4px;
  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: 230px;
  }
  #globalwrap [class*="-slideshow"] .nivo-caption h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 0px) and (max-width: 479px) {
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    display: none;
  }
}

/* forms */

.inner-page-wrapper form input {
  background: #E3DAF1;
  border-radius: 0px;
  border: none;
  height: 30px;
  width: 90%;
  text-align: left;
  border-radius: 4px;
}

.inner-page-wrapper form textarea {
  background: #E3DAF1;
  border-radius: 0px;
  border: none;
  height: 90px;
  width: 90%;
  text-align: left;
  border-radius: 4px;
}

.inner-page-wrapper form select {
  background: #E3DAF1;
  border-radius: 0px;
  border: none;
  height: 30px;
  width: 90%;
  box-sizing: content-box;
  text-align: left;
  border-radius: 4px;
}

@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: #6638B6;
  color: #fff;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  border: none;
}

.inner-page-wrapper form label {
  margin-left: 10px;
}

.inner-page-wrapper form input[type*="submit"]:hover {
  background: var(--headingcolor);
  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, .ie-col 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, .ie-col 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, .ie-col ul li:before {
  content: ' ';
  border: 1px solid var(--headingcolor);
  font-family: 'FontAwesome';
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  color: var(--headingcolor);
  position: relative;
  top: -1px;
}

.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, .inner-page-wrapper .table th, .hole-page-wrapper .table th, .ie-col table th, .inner-full-added th {
  border: 2px solid var(--headingcolor2);
  padding: 6px;
  font-weight: 400;
  background: var(--headingcolor2);
  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, .inner-page-wrapper .table td, .hole-page-wrapper .table td, .ie-col table td, .inner-full-added table td {
  border: 2px solid var(--headingcolor2);
  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, .ie-col table th, .inner-full-added table th {
    padding: 4px;
    font-size: 14px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td, .ie-col table td, .inner-full-added 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, .ie-col table th, .inner-full-added table th {
    padding: 2px;
    font-size: 12px;
  }
  .inner-intro table td, .members-page table td, .inner-start table td, .htcc-space table td, .ie-col table td, .inner-full-added 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: 100%;
  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;
}

.ie-col .galleryInner .nivo-directionNav, .inner-full-added .galleryInner .nivo-directionNav {
  display: none !important;
}

.ie-col .galleryWrapper .nivo-controlNav-Wrapper, .inner-full-added .galleryWrapper .nivo-controlNav-Wrapper {
  left: auto;
  right: 50px;
  bottom: 20px;
  width: 290px;
  text-align: right;
  z-index: 20;
}

.ie-col .galleryWrapper .nivo-controlNav-Wrapper a, .inner-full-added .galleryWrapper .nivo-controlNav-Wrapper a {
  background: none;
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 15px;
  height: 15px;
  background: var(--headingcolor);
  border-radius: 50%;
}

.ie-col .galleryWrapper .nivo-controlNav-Wrapper a.active, .inner-full-added .galleryWrapper .nivo-controlNav-Wrapper a.active {
  background: var(--linkhover);
}

.ie-col .galleryWrapper .nivo-controlNav, .inner-full-added .galleryWrapper .nivo-controlNav {
  text-align: right;
  font-size: 0px;
  padding-bottom: 0px;
}

.php-index #latestcomp h3 a {
  margin-left: 6px;
}

.php-weatherfg .table td {
  border: none;
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .inner-slideshow {
    height: calc(100vh - 125px);
  }
  .inner-intro {
    padding-top: 10px;
  }
  .header-wrapper {
    min-height: 90px;
  }
  .fix .header-wrapper {
    min-height: 90px;
  }
  .header-links {
    left: 10px;
    top: 9px;
  }
  .fix .header-links {
    top: 9px;
  }
  .header-logo {
    top: 5px;
    width: 80px;
  }
  .fix .header-logo {
    width: 80px;
  }
  .header-button {
    top: 5px;
    right: 0px;
  }
  .fix .header-button {
    top: 5px;
  }
  .hl-vert {
    display: block;
    opacity: 0;
    height: 2px;
  }
  .header-links a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .nav-logo {
    top: 5px;
    width: 80px;
  }
  .nav-links {
    top: 9px;
    left: 10px;
  }
  .nav-links a {
    font-size: 14px;
    text-transform: capitalize;
  }
  .fsn-space {
    padding: 120px 20px 30px;
  }
  .content-vl {
    display: none;
  }
  .hs-explore {
    bottom: 10px;
  }
  .hs-title {
    bottom: 70px;
  }
  .content-wrapper [class*="-slideshow"] .nivo-caption {
    display: none !important;
  }
}

.inner-intro .menu-section ul li::before {
  display: none;
}

@media (min-width: 0px) and (max-width: 767px) {
  .accordion-content {
    overflow-x: auto;
  }
  .ie-col .galleryWrapper .nivo-controlNav-Wrapper, .inner-full-added .galleryWrapper .nivo-controlNav-Wrapper {
    bottom: 10px;
    right: 10px;
  }
}

.body-class-members.body-contentpage .inner-slideshow {
  display: none;
}

.body-class-members.body-contentpage .small-page-space {
  padding: 20px;
}

.body-class-members.body-contentpage .page-footer {
  display: none;
}

.body-class-video_flyover .inner-intro .wysiwyg-editable {
  max-width: 1000px;
  margin: 0px auto;
}

.inner-full-added .galleryInner, .ie-col .galleryInner {
  width: 100% !important;
  height: auto !important;
}

.content-wrapper a {
  text-decoration: underline;
}

.content-wrapper .menu-section ul li a {
  text-decoration: none;
}

.pff-contact p:last-of-type a {
  text-decoration: none;
}

.content-wrapper a.btn {
  text-decoration: none;
}

.content-wrapper .hole-prev a {
  text-decoration: none;
}

.content-wrapper .hole-next a {
  text-decoration: none;
}

@media (min-width: 0px) and (max-width: 480px) {
  .hole-buttons {
    text-transform: capitalize;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 52px) !important;
  }
  .home-slideshow {
    height: calc(100vh - 52px);
  }
}

/* home portrait slideshow */

@media (min-width: 768px) and (max-width: 979px) and (orientation: portrait) {
  .home-slideshow .galleryInner, .home-slideshow .galleryInner img {
    height: calc(100vh - 52px) !important;
  }
  .home-slideshow {
    height: calc(100vh - 52px);
  }
}

@media (min-width: 0px) and (max-width: 979px) and (orientation: landscape) {
  .hs-explore {
    display: none;
  }
  .hs-title {
    bottom: 20px;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {
  .content-wrapper .teetime-datepicker .date {
    width: 220px;
  }
}

@media (min-width: 768px) {
  .fsn-status-weather {
    min-height: 471px;
  }
}

@media (min-width: 0px) and (max-width: 767px) {
  .body-class-members.body-contentpage h1 {
    font-size: 36px;
    line-height: 46px;
  }
  .carousel-item-content p::after {
    display: none;
  }
}

.pff-contact em {
  font-size: 44px;
  position: relative;
  top: 12px;
}

.pff-contact a:hover em {
  color: #fff;
  opacity: 0.7;
}

@media (min-width: 481px) and (max-width: 767px) {
  .inner-intro .menu-section ul {
    max-width: 420px;
  }
}

.php-ckeditor .carousel-overlay {
  display: none;
}

.php-ckeditor .carousel-wrapper {
  position: relative;
  width: auto;
}

.php-ckeditor .carousel-holder {
  width: auto;
  height: auto;
}

.php-ckeditor .carousel-item {
  width: 275px;
  margin-top: 15px;
}

.php-ckeditor .carousel-item.carousel-land {
  width: 410px;
}

.php-ckeditor .ig-wysiwyg-editor-navbar .span6 {
  font-size: 14px;
}

@media (min-width: 0px) and (max-width: 767px) {
  .inner-intro {
    overflow-x: scroll;
  }
}

body.php-competition2, body.php-competition {
  background-image: none;
  background: #ddd;
}

/* end anton styles */